.hero-wrapper .btn-primary:hover {
    border-color: #fff;
}
.enjoye-discount-wrapper .owl-carousel .owl-item .item,
.enjoye-discount-wrapper .owl-carousel .owl-item .item .num {
    opacity: 1;
    transition: all 0.25s ease 0s !important;
}

.enjoye-discount-wrapper .owl-carousel .owl-item.active.lastActiveItem .item{
    opacity: 0.35;
}

.hero-section.category-banner {
    background: url(../../assets/images/category-banner-image.jpg) no-repeat bottom center;
    background-size: cover;
}
.category-banner .hero-wrapper {
    min-height: 310px;
}
.category-banner .heading-60 {
    line-height: 1.35 !important;
}
.category-banner .inner-wrapper {
    max-width: 400px;
    width: 50%;
}
/* ................ account page css ............ */
.line-height-55{
    line-height: 1.3 !important;
}
.my-account a.nav-link {
    background: #F6F6F6;
    padding: 19px 20px 19px 47px !important;
    font-size: 24px;
    line-height: 35px;
    color: #000;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.my-account a.nav-link.active {
    background: #000;
    color: #fff;
}
.my-account a.nav-link.active img {
    filter: invert(1);
}
.content-wrapper {
    background: #F6F6F6;
    padding: 30px 45px;
}
.content-wrapper h4 {
    font-size: 19px;
    line-height: 55px;
    letter-spacing: 0.38px;
    color: #210E09;
    text-transform: capitalize;
}
@media(max-width: 1600px){
    .category-banner .hero-wrapper {
        min-height: 252px;
    }
}
@media(max-width: 1176px){
    .my-account a.nav-link{
        font-size: 20px;
    }
    .payment-method-section {
        padding-top: 80px;
    }
}
@media(max-width: 991px){
    .content-wrapper {
        padding: 15px 30px;
    }
    .my-account a.nav-link {
        padding: 20px !important;
    }
    .payment-method-section {
        padding-top: 60px;
    }
}
@media(max-width: 767px){
    .content-wrapper {
        padding: 10px 20px;
    }
    .my-account a.nav-link {
        padding: 15px !important;
    }
    .category-banner .inner-wrapper {
        max-width: 300px;
        width: 80%;
    }
    .content-wrapper h4 {
    font-size: 16px;
    line-height: 27px;
}
}

.mercur_description p{
    margin:0px !important;
}

.cart-total button.button.btn:hover {
    background-color: rgb(255 255 255 / 65%);
    color: #fff;
}

.cart-total button.button.btn {
    background: #fff;
    width: 100%;
    padding: 15px;
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

input.form-control.coupon:focus {
    background-color: #fff;
}