.new-wrapper .background-red,
.new-wrapper .bs-categories .category:hover .category-tag {
    background-color: #ff0019 !important;
}

.new-wrapper .bs-header {
    padding: 2rem 0;
    width: 100%;
    color: #fff;
    background-color: #163751;
}

@media only screen and (min-width: 40.0625em) {
    .medium-6 {
        width: 50% !important;
    }
}

.new-wrapper div.bs-header.about-us-header {
    padding: 3rem;
    max-width: 100%;
}

.new-wrapper .two-column-menu ul {
    min-width: 200px;
}

.new-wrapper .two-column-menu .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

@media (max-width: 767.98px) {
    .new-wrapper .two-column-menu .row {
        min-width: unset !important;
        padding: 0 1rem;
    }
}

.new-wrapper .bs-testimonial {
    background-color: #163751;
}

.new-wrapper .bs-testimonial .quote-wrapper {
    display: flex;
    align-items: center;
}

.new-wrapper .bs-testimonial .quote-wrapper .quote {
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 300;
}

@media (max-width: 767.98px) {
    .new-wrapper .bs-testimonial .quote-wrapper .quote {
        font-size: 1.25rem;
        margin-top: 1rem;
        text-align: center;
        padding-left: 30px;
        padding-right: 30px;
    }
}
.new-wrapper .product {
    margin-bottom: 20px;
}

@media screen and (-ms-high-contrast: active),
    screen and (-ms-high-contrast: none) {
    .new-wrapper .row > * {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.new-wrapper .bs-header {
    z-index: 2;
    position: relative;
}

@media (min-width: 768px) {
    .new-wrapper .bs-header {
        max-height: 400px;
    }
}

@media (max-width: 575.98px) {
    .new-wrapper .bs-header .title-xl {
        font-size: 14px;
    }
    .testimonial-image {
        width: 90%;
    }
}

.new-wrapper .bs-bestdeals {
    margin-top: 100px;
    z-index: 1;
}

.new-wrapper .bs-bestdeals-header {
    background-color: #dfe7f1;
    position: relative;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
}

.new-wrapper .bs-bestdeals-header:after,
.new-wrapper .bs-categories-header:after {
    position: absolute;
    content: "";
    background-image: url(../../assets/images/pointer-down.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 28px;
    width: 100px;
    left: 50%;
    margin-left: -50px;
    bottom: -20px;
}

@media (max-width: 767.98px) {
    .new-wrapper .bs-bestdeals-icon {
        margin: 0 auto !important;
        width: 40%;
    }
}

.new-wrapper .bs-bestdeals .btn.best-deal-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.new-wrapper .bs-bestdeals .best-deal-icon {
    display: inline-block;
    margin-right: 5px;
}

@media (max-width: 575.98px) {
    .new-wrapper .bs-bestdeals .best-deal-icon {
        display: none;
    }
}

.new-wrapper .bs-bestdeals .product {
    text-align: left;
    position: relative;
    display: flex;
    flex-direction: column;
}

.new-wrapper .bs-bestdeals .product-button-wrapper {
    margin-top: auto;
}

.new-wrapper .bs-bestdeals .product:after,
.new-wrapper .bs-categories .category:after {
    content: "";
    display: block;
    width: 1px;
    position: absolute;
    background-color: #dfe7f1;
    right: 0;
    top: 0;
    bottom: 0.2rem;
}

.new-wrapper .bs-bestdeals .product:last-child:after,
.new-wrapper .bs-categories .category:last-child:after {
    width: 0;
}

.new-wrapper .bs-bestdeals .product-title {
    font-weight: bold;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.new-wrapper .bs-bestdeals .product .btn {
    display: block;
    margin-bottom: 0.25rem;
}

.new-wrapper .bs-categories-header {
    background-color: #dfe7f1;
    position: relative;
}

.new-wrapper .bs-categories-header p a {
    font-weight: 500;
}

.new-wrapper .bs-categories-icon-1 {
    margin-top: -2rem;
}

@media (max-width: 767.98px) {
    .new-wrapper .bs-categories-icon-1,
    .new-wrapper .bs-categories-icon-2 {
        margin-left: auto;
        margin-right: auto;
    }
}

.new-wrapper .bs-categories .category {
    position: relative;
}

.new-wrapper .bs-categories .category .category-tag {
    font-family: "Montserrat", Arial, sans-serif;
}

.new-wrapper .bs-categories .category:hover .category-tag {
    color: #fff;
    cursor: pointer;
}

.new-wrapper .bs-categories .category:hover .category-image {
    cursor: pointer;
}

.new-wrapper .bs-categories .category-image {
    margin: 0 auto;
}

.new-wrapper .bs-categories .category-tag {
    color: #0f273a;
    padding: 0.5rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    transition: all 0.5s ease;
}

.new-wrapper .bs-categories .category {
    display: flex;
    flex-direction: column;
}

.new-wrapper .bs-categories .category .category-image-wrapper {
    margin-top: auto;
    margin-bottom: auto;
}

.new-wrapper .bs-categories .category img {
    width: 70%;
    height: auto;
    margin: 0 auto;
}

.new-wrapper .bs-brands {
    background-color: #163751;
    color: #fff;
}

.new-wrapper .bs-brands a {
    display: contents;
}

.new-wrapper .bs-brands .brand {
    display: flex;
    justify-content: center;
    align-items: center;
}

.new-wrapper .bs-brands .brand-logo {
    width: 80%;
}

.highlighted-section {
    background-color: #163751;
    padding: 60px 20px;
    color: #fff;
    margin-bottom: 50px;
}

.vertical-align-center {
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.yellow-arrow {
    position: relative;
}

.yellow-arrow::after {
    position: absolute;
    content: "";
    background-image: url(/assets/images/pointer-down-yellow.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 28px;
    width: 100px;
    left: 50%;
    margin-left: -50px;
    bottom: -20px;
}

.about-grid {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 !important;
}

.about-grid__item {
    width: calc(25% - 20px);
    min-width: 200px;
    margin: 10px;
    position: relative;
    background: #dfe7f1;
}

.about-grid__item-text {
    position: absolute;
    color: #fff;
    bottom: 0;
    padding: 20px;
    width: 100%;
    padding-bottom: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(4, 4, 4, 0.6) 109%
    );
}

.about-grid__item-text h2 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}

.testimonial {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.testimonial-content {
    align-items: flex-start;
}

.testimonial__image {
    margin-bottom: 20px;
}

.testimonial__author {
    font-weight: bold;
    font-family: Montserrat;
}

.testimonial__author a {
    text-decoration: underline;
}

.about-img-wrapper img {
    height: 100%;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .new-wrapper .order-md-3 { order: 3 !important; }
    .new-wrapper .order-md-last { order: 6 !important; }
}

.new-wrapper .title-xl {
    margin-bottom: 2rem;
}
