header.header-new-bg {
    background: rgba(104, 10, 39, 1);
}

#category-sidebar {
    background: rgba(129, 10, 48, 1);
}

.search_bar button {
    background: rgba(167, 14, 63, 1) !important;
}

.add-cart-button {
    border: 1px solid rgba(129, 10, 48, 1);
    background: #fff;
    color: rgba(129, 10, 48, 1);
}

.buy-now-button {
    background: rgba(129, 10, 48, 1);
    color: #FFFFFF;
}
.blue_header {
    background-color: #810A30;
}
.proceed-to-pay .hover-row {
    background: rgba(167, 14, 63, 1);
}

.fbt-btn {
    background: rgba(167, 14, 63, 1);
    color: white;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    background-color: rgba(244, 244, 244, 1);
    border-color: rgba(167, 14, 63, 1);
}

.bymin-primary {
    color: rgba(167, 14, 63, 1);
}

.aiz-carousel .slick-dots .slick-active button {
    background: rgba(167, 14, 63, 1);
}

.product-gallery-thumb .slick-current {
    border-color: rgba(167, 14, 63, 1);
}

a {
    color: rgba(167, 14, 63, 1);
}

.noUi-connect {
    background-color: rgba(167, 14, 63, 1);
}

.pagination .active .page-link {
    background-color: rgba(167, 14, 63, 1);
}


.winter_section {
    padding: 50px 0;
    background-color: #F6F6F6;
}

.winter_section h4 {
    padding-bottom: 25px;
    font-weight: 600;
    font-size: 24px;
    color: #323232;
    text-align: center;
}

.winter_section h6 {
    font-weight: 600;
    font-size: 18px;
    color: #323232;
    text-align: center;
    padding-top: 20px;
}

.winter_section img {
    width: 100%;
}

.navFashion i {
    display: none;
}

.navFashion {
    display: flex;
    gap: 25px;
}

.fashion-nav-list {
    width: 100%;
}

.winter_section .carousel-box {
    max-width: 280px;
}

.winter_section p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #343434;
    text-align: center;
}

.winter_section .aiz-carousel {
    margin-top: 40px;
}

.winter_section h5 {
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #323232;
    padding-top: 15px;
}

.winter_section h3 {
    font-weight: 600;
    font-size: 16px;
    color: #323232;
}

.winter_section h3 span:nth-child(2) {
    color: #FF6058;
    padding-left: 20px;
}
.explore_section{
    padding: 50px 0;
}
.explore_section .border{
    max-width:400px;
}
.explore_section .slick-slide img {
    display: block;
    object-fit: cover;
    width: 100% !important;
    height: 475px;
}
@media (max-width:768px) {
   

    .bg-custom {
        background: rgba(129, 10, 48, 1);
    }

    .bg-custom-2 {
        background: rgba(104, 10, 39, 1);
    }

}