body{
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #212529;
    font-family: 'Poppins', sans-serif;
}


.text-purple {
    color: #223388 !important;
}
.bg-purple {
    background-color: #36a8df !important;
}
.text-blue {
    color: #223288 !important;
}
.bg-blue {
    background-color: #223288 !important;
}

.filter_white{
    filter: brightness(0) invert(1);
}
.filter_black{
    filter: brightness(0);
}



.heading_sec h2{
    font-size: 42px;
    font-weight: 600;
    line-height: 55px;
}
.heading_sec p{
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}


/* Shop page CSS */
.prod_img{
    margin-left: 1.5rem;
    height: 350px;
}
.prod_img::after{
    content: '';
    position: absolute;
    top: 1.5rem;
    left: -1.5rem;
    width: 100%;
    height: 100%;
    background-color: #c0a99b;
    border-radius: 1rem;
    z-index: -1;
    transition: all 0.4s ease-in-out;
}
.prod_img:hover::after{
    top: 1rem;
    left: -1rem;
    background-color: #8b5a5a;
}
.prod_text h4{
    font-size: 25px;
}
.prod_text .prod_price{
    font-size: 35px;
}
/* ----------------------------------------------- */



/* Product details Page CSS */
.prod_slider {
    height: 500px;
    position: sticky;
    top: 120px;
}
.prod_thumbs{
    width: 115px;
}
.product_slide{
    width: calc(100% - 135px);
}
.prod_slider .swiper-slide{
    /* background-color: #f5f5f5; */
    /* padding: 10px; */
    border: 1px solid #D0D0D0;
}
.prod_thumbs .swiper-slide{
    padding: 5px;
}
.prod_thumbs .swiper-slide.swiper-slide-thumb-active{
    border: 3px solid #36a8df;
}
.prod_slider .swiper-button-next, .prod_slider .swiper-button-prev{
    width: 40px;
    height: 40px;
    background-color: #36a8df;
    border-radius: 100%;
}
.prod_slider .swiper-button-next::after, .prod_slider .swiper-button-prev::after{
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
}
.prod_details_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.prod_details_wrap .prod_name{
    font-size: 45px;
    font-weight: 600;
    line-height: 1;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 2px;
    color: #051773;
}
.prod_details_wrap .wishlist_btn{
    color: #141414;
}
.prod_details_wrap .prod_price{
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
}
.prod_details_wrap p, .prod_details_wrap li{
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
    color: #000;
}
.prod_details_wrap li + li{
    margin-top: 15px;
}
.prod_subscribe .form-check{
    /* background-color: #fafafa; */
    border: 2px solid #C0C0C0;
}
.prod_subscribe .form-check.active{
    background-color: #f3f4ff;
    border: 2px solid #2e368f;
}
.prod_subscribe .form-check .form-check-input{
    /* position: absolute;
    top: 1rem;
    left: 1rem; */
    width: 25px;
    height: 25px;
    border-radius: 5px;
    background-color: #F9F9F9;
    border: 1px solid #bbb;
}
.prod_subscribe .form-check .form-check-input:checked {
    background-color: #2e368f;
    border-color: #2e368f;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
    box-shadow: none;
}
.prod_subscribe .form-check-label{
    font-family: 'Montserrat', sans-serif;
}
.prod_subscribe .label_text h5{
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0px !important;
}
.prod_subscribe .label_text p{
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    font-family: 'Raleway', sans-serif;
    color: #6c6c6c;
}
.prod_subscribe .label_price h4{
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
    font-family: 'Poppins', sans-serif;
    color: #36a8df;
}
.prod_subscribe .label_price h6{
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    font-family: 'Poppins', sans-serif;
    color: #3F3F3F;
}
.quantity_box select{
    flex: 1;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
}
.quantity_box select:focus{
    border: 1px solid #29aae2;
    box-shadow: none;
}
.label_wrap img{
    width: 49%;
}
/* ----------------------------------------------- */



/* Product CTA Sec CSS */
.prod_cta_sec{
    background-color: #223288;
    z-index: 1;
}
.prod_cta_sec::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 350px;
    height: 100%;
    background-image: url(../images/bg_shape.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    z-index: -1;
}
.prod_cta_sec .heading_sec h5{
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
}
.prod_cta_sec .heading_sec h2{
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
}
.cta_text h4{
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    font-family: 'Poppins', sans-serif;
}
.cta_text p{
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    font-family: 'Poppins', sans-serif;
}
/* ----------------------------------------------- */




/* Product ingredient CSS */
.ingredients_sec{
    background-color: #fef5fc;
    /* padding-bottom: 200px; */
    z-index: 1;
}
/* .ingredients_sec .shape1 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 93%;
    z-index: -1;
}
.ingredients_sec .shape2{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 125%;
    z-index: -2;
} */
.ingredient_box{
    box-shadow: 0px 4px 4px 0px rgba(162, 129, 146, 0.25);
}
.ingredient_img {
    height: 165px;
}
.ingredient_text h4{
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
}
.ingredient_text p, .ingredient_text li{
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
}
.ingredient_text li{
    position: relative;
    padding-left: 25px;
    line-height: 28px;
}
.ingredient_text li::after{
    content: '\f058';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    line-height: 1;
    color: #36a8df;
}
/* ----------------------------------------------- */



/* Benefit Sec CSS */
.benefit_sec{
    background-image: url(../images/benefit_bg.jpg);
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    padding: 150px 0 100px;
}
.benefit_sec::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background-image: url(../images/benefit_shape.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.benefit_box{
    border-radius: 50rem;
}
.benefit_icon{
    width: 55px;
    height: 55px;
}
.benefit_box h4{
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    flex: 1;
}
/* ----------------------------------------------- */



/* Recommended Sec CSS */
.recommend_sec li{
    padding-left: 35px;
    position: relative;
}
.recommend_sec li::after{
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url(../images/list_icon.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
/* ----------------------------------------------- */



/* Pricing Sec CSS */
.price_box {
    border: 4px solid #BDC2D4;
}
/* .price_box.best_seller{
    background-color: #2c3691 !important;
} */
.price_tag {
    position: absolute;
    top: -1.5rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: #223288;
    color: #fff;
    padding: 12px 40px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    border-radius: 50rem;
}
.price_text h2{
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
}
.price_text h2 span{
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
    color: #535353 !important;
    text-transform: capitalize;
}
.price_text p{
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #000;
}
.price_text h5{
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #272727;
}
.price_box .theme_btn{
    font-size: 18px;
    font-weight: 600;
    padding: 18px 40px;
    font-family: 'Poppins', sans-serif;
}
.price_check .form-check-input{
    width: 25px;
    height: 25px;
    border-radius: 5px;
    background-color: #fafafa;
}
.price_check .form-check-label{
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: #6c6c6c;
    font-family: 'Raleway', sans-serif;
}
.price_check .form-check-input:checked {
    background-color: #2e368f;
    border-color: #2e368f;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
    box-shadow: none;
}
.price_check .form-check-input:checked + .form-check-label {
    color: #2e368f;
    font-weight: 600;
}
/* ----------------------------------------------- */



/* Subscribe Sec CSS */
.subs_wrap{
    background-color: #FFDEDF;
    z-index: 1;
}
.subs_wrap::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 280px;
    height: 100%;
    background-image: url(../images/subs_shape.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    z-index: -1;
}
.subs_form input{
    border: 2px solid #B390B0;
    height: 60px;
    padding: 10px 20px;
    font-size: 16px;
}
.subs_form .theme_btn{
    font-size: 18px;
    font-weight: 600;
    padding: 18px 50px;
}
/* ----------------------------------------------- */



/* Cancel Form CSS */
.cancel_sec{
    position: relative;
    padding: 60px 0 40px;
    z-index: 1;
}
.cancel_wrap{
    border: 2px solid #012692;
    /* box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.25); */
}
.cancel_wrap .heading_sec {
    background-color: #ffc107;
}
.cancel_text{
    background-color: #022693;
}
.cancel_text h4{
    font-size: 24px;
    font-weight: 800;
    line-height: 42px;
    font-family: var(--font-heading);
}
.cancel_text p{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    font-family: 'Montserrat', sans-serif;
    color: #342F4B;
}
.cancel_btn{
    position: relative;
    display: inline-block;
    background-color: #be102f;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 15px 80px;
    border-radius: 50rem;
    transition: all 0.3s ease-in-out;
}
.cancel_btn:hover, .cancel_btn:focus{
    background-color: #000;
    color: #fff;
}
.cancel_form label{
    font-size: 16px;
    font-weight: 600;
    color: #656565;
    line-height: 30px;
    font-family: inherit
}
/* .form-control, .form-select{
    height: 40px;
    background-color: #fff !important;
    border: 2px solid #A1A1A1;
    color: #000;
    margin-bottom: 0;
    font-size: 14px;
    border-radius: 0;
    padding: 5px 25px;
    position: relative;
}
.form-control{
    border: none;
    border-bottom: 2px solid #A1A1A1;
    padding: 5px 0;
}
.form-control:focus, .form-select:focus {
    border-color: #000;
    box-shadow: none;
} */
/* .cancel_form select::after{
    content: '';
    position: absolute;
    top: 0;
    right: 35px;
    height: 100%;
    width: 1px;
    background-color: #000;
} */
.cancel_sec .theme_btn{
    font-size: 18px;
    font-weight: 600;
    padding: 16px 30px;
}
/* --------------------------------- */




/* Shipping CSS */
.ship_wrap img{
    width: 130px;
}
.ship_wrap h4{
    font-size: 34px;
    font-weight: 600;
}
/* --------------------------------- */




@media screen and (max-width: 1399px) {
    .heading_sec h2{
        font-size: 38px;
        line-height: 50px;
    }
    .prod_img{
        height: 300px;
    }
    .prod_img::after{
        top: 1.2rem;
        left: -1.2rem;
    }
    .prod_slider {
        height: 430px;
    }
    .prod_thumbs{
        width: 100px;
    }
    .product_slide{
        width: calc(100% - 120px);
    }
    .prod_details_wrap .prod_name{
        font-size: 42px;
    }
    .prod_details_wrap .prod_price{
        font-size: 35px;
    }
    .prod_details_wrap p, .prod_details_wrap li{
        font-size: 14px;
        line-height: 24px;
    }
    .prod_details_wrap h1{
        font-size: 32px;
    }
    .prod_cta_sec::after{
        width: 300px;
        height: 100%;
    }
    .prod_cta_sec .heading_sec h5{
        font-size: 18px;
        line-height: 28px;
    }
    .prod_cta_sec .heading_sec h2{
        font-size: 45px;
    }
    .cta_text h4{
        font-size: 22px;
        line-height: 32px;
    }
    .cta_text p{
        font-size: 15px;
    }
    .ingredient_img {
        height: 150px;
    }
    .ingredient_text h4{
        font-size: 20px;
    }
    .ingredient_text p, .ingredient_text li{
        font-size: 12px;
    }
    .benefit_sec{
        padding: 150px 0 80px;
    }
    .benefit_icon{
        width: 48px;
        height: 48px;
    }
    .benefit_box h4{
        font-size: 16px;
    }
    .price_text h2{
        font-size: 40px;
    }
    .price_text p{
        font-size: 16px;
        line-height: 25px;
    }
    .price_tag {
        font-size: 13px;
        padding: 10px 45px;
    }
    .price_text h5{
        font-size: 18px;
        line-height: 28px;
    }
    .cancel_text h4 {
        font-size: 24px;
        line-height: 38px;
    }
    .cancel_text p{
        font-size: 14px;
        line-height: 24px;
    }
    .ship_wrap img{
        width: 110px;
    }
    .ship_wrap h4{
        font-size: 30px;
    }
}

@media screen and (max-width: 1199px) {
    .prod_img {
        height: 280px;
    }
    .prod_text h4 {
        font-size: 20px;
    }
    .prod_slider {
        height: 400px;
    }
    .prod_slider .swiper-button-next, .prod_slider .swiper-button-prev{
        width: 40px;
        height: 40px;
    }
    .prod_slider .swiper-button-next::after, .prod_slider .swiper-button-prev::after{
        font-size: 14px;
    }
    .prod_cta_sec::after{
        width: 300px;
        height: 100%;
    }
    .prod_cta_sec .heading_sec h5{
        font-size: 16px;
        line-height: 26px;
    }
    .prod_cta_sec .heading_sec h2{
        font-size: 40px;
    }
    .cta_text h4{
        font-size: 20px;
        line-height: 30px;
    }
    .cta_text p{
        font-size: 14px;
    }
    .price_tag {
        top: -1rem;
        font-size: 12px;
        padding: 10px 40px;
    }
    .cancel_wrap .heading_sec h3{
        font-size: 30px;
    }
    .cancel_text h4 {
        font-size: 24px;
        line-height: 36px;
    }
    .cancel_text p{
        font-size: 15px;
        line-height: 25px;
    }
    .cancel_form label{
        font-size: 15px;
    }
}

@media screen and (max-width: 991px) {
    .prod_shape.shape1 {
        left: -120px;
        scale: 0.5;
    }
    .prod_img {
        height: 250px;
        margin-left: 1rem;
    }
    .prod_img::after{
        top: 1rem;
        left: -1rem;
    }
    .prod_img:hover::after{
        top: 0.7rem;
        left: -0.7rem;
    }
    .prod_text .prod_price {
        font-size: 30px;
    }
    .prod_thumbs{
        width: 100%;
    }
    .product_slide{
        width: 100%;
    }
    .prod_details_wrap .prod_name{
        font-size: 35px;
    }
    .prod_details_wrap .prod_price{
        font-size: 32px;
    }
    .prod_details_wrap .wishlist_btn{
        padding: 12px !important;
    }
    .prod_subscribe .label_text h5{
        font-size: 16px;
    }
    .benefit_sec{
        background-position: center center;
        padding: 150px 0 60px;
    }
    .cancel_text h4 {
        font-size: 23px;
        line-height: 33px;
    }
    .cancel_text p{
        font-size: 13px;
        line-height: 23px;
    }
    .cancel_form label {
        font-size: 14px;
    }
    .cancel_btn, .join_btn{
        font-size: 16px;
        padding: 15px 50px;
    }
    .ship_wrap img{
        width: 100px;
    }
    .ship_wrap h4{
        font-size: 25px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .price_tag {
        font-size: 11px;
        padding: 10px 38px;
    }
    .price_text h2 {
        font-size: 38px;
        line-height: 48px;
    }
    .price_text p {
        font-size: 14px;
        line-height: 24px;
    }
    .price_text h2 span {
        font-size: 16px;
        line-height: 38px;
    }

    .price_check .form-check-input {
        width: 20px;
        height: 20px;
        border-radius: 3px;
    }
    .price_check .form-check-label {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .heading_sec h2{
        font-size: 24px;
        line-height: 34px;
    }
    .heading_sec p{
        font-size: 15px;
        line-height: 25px;
    }
    .prod_slider .swiper-button-next, .prod_slider .swiper-button-prev{
        width: 35px;
        height: 35px;
    }
    .prod_slider .swiper-button-next::after, .prod_slider .swiper-button-prev::after{
        font-size: 12px;
    }
    .prod_details_wrap .prod_name{
        font-size: 30px;
    }
    .prod_details_wrap .prod_price{
        font-size: 28px;
    }
    .prod_subscribe .form-check .form-check-input{
        width: 20px;
        height: 20px;
        border-radius: 3px;
    }
    .prod_cta_sec::after{
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
    .prod_cta_sec .heading_sec h5{
        font-size: 16px;
        line-height: 26px;
    }
    .prod_cta_sec .heading_sec h2{
        font-size: 40px;
    }
    .cta_text h4{
        font-size: 20px;
        line-height: 30px;
    }
    .cta_text p{
        font-size: 14px;
    }
    .ingredient_img {
        height: 100%;
        width: 105px;
    }
    .ingredient_text{
        flex: 1;
    }
    .ingredient_text p {
        line-height: 20px;
    }
    .ingredient_text li {
        padding-left: 20px;
        line-height: 24px;
    }
    .ingredient_text li::after {
        top: 6px;
        transform: none;
    }
    .benefit_sec{
        background-image: url(../images/benefit_bg_mob.jpg);
        padding: 30px 0;
    }
    .benefit_sec::after{
        display: none;
    }
    .benefit_box{
        border-radius: 10px;
        position: relative;
        padding: 40px 10px 15px !important;
        min-height: 100px;
    }
    .benefit_icon{
        position: absolute;
        top: -24px;
        left: 50%;
        transform: translateX(-50%);
    }
    .benefit_box h4{
        font-size: 12px;
        line-height: 20px;
        text-align: center;
    }
    .price_box{
        display: flex;
    }
    .price_top{
        display: flex;
        flex-direction: column-reverse;
        background-color: #FFF1F1;
        /* padding: 10px; */
        border-radius: 0.8rem 0 0 0.8rem;
        width: 40%;
    }
    .price_bottom{
        flex: 1;
    }
    .price_text h2 {
        font-size: 24px;
    }
    .price_text p {
        font-size: 12px;
        line-height: 1;
    }
    .price_text h2 span{
        font-size: 12px;
        line-height: 32px;
    }
    .price_text h5 {
        font-size: 14px;
        line-height: 1;
    }
    .price_box .theme_btn {
        font-size: 15px;
        font-weight: 500;
        padding: 14px 30px;
    }
    .price_tag {
        top: -1rem;
        font-size: 10px;
        padding: 8px 20px;
        transform: translateX(10%);
    }
    .subs_form input {
        border: 1px solid #B390B0;
        height: 50px;
        font-size: 14px;
    }
    .subs_form .theme_btn {
        font-size: 16px;
        padding: 16px 45px;
    }
    .cancel_sec {
        padding: 50px 0 40px;
    }
    .cancel_wrap{
        border: 2px solid #012692;
    }
    .cancel_text h4 {
        font-size: 20px;
        line-height: 30px;
    }
    .cancel_text p{
        font-size: 13px;
        line-height: 23px;
    }
    .cancel_btn, .join_btn{
        font-size: 15px;
        padding: 15px 50px;
    }
    .form-control, .form-select{
        font-size: 14px;
    }
    .quantity_box select{
        font-size: 14px;
    }
    .label_wrap img{
        width: 100%;
    }
    .ship_wrap img{
        width: 80px;
    }
    .ship_wrap h4{
        font-size: 20px;
        line-height: 30px !important;
    }
}

@media screen and (max-width: 575px) {
    .prod_box .theme_btn{
        flex: 1;
    }

}

.prod_subscribe .form-check-label{
    align-items: center;
}

/* downsell css */
.bg-downsell{
    background-color: rgba(0, 0, 0, .8);
}
.card{
    box-shadow: 0 20px 20px 0 rgb(0 0 0 / 30%);
}
.card .card-header{
    background-color: #29aae2;
}
.card .card-header h4{
    color: #fff;
    font-size: 28px;
    font-style: italic;
    text-align: center;
}
.card .card-header p{
    color: #fff;
    font-size: 25px;
    text-align: center;
    padding-top: 10px;
}

.text-downsell{
    color: #1c81ae;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    padding: 20px;
    border-radius: 10px;
}
.downsell-body img{
    width:27%;padding-bottom:10px;
}
.downsell-body .downsell-arrow{
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #1c81ae;
    clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
}
.downsell-body .downsell-arrow h4{
    color: #fff;
    text-shadow: -1px 1px 0 #fe0d0d, 1px 1px 0 #fe0d0d, 1px -1px 0 #fe0d0d, -1px -1px 0 #fe0d0d;
    text-transform: capitalize;
    padding: 10px 10px 0px 10px;
}
.downsell-body .downsell-arrow h5{
    color: #000;
    text-shadow: -1px 1px 0 #fff, 1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
    text-transform: capitalize;
    padding: 0 10px;
}
a.downsell-btn{
    font-size: 18px;
    display: block;
    font-weight: 700;
    width: 60%;
    text-align: center;
    padding: 10px 5px;
    margin-bottom: 0px;
    box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.25);
    line-height: 24px;
    background-color: #1c81ae;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
}


/*laptop view*/
@media screen and (min-width: 992px){
    .downsell-body .downsell-arrow{top: 38%;width: 30%;}
    .downsell-body .downsell-arrow h4{font-size: 20px;}
    .downsell-body .downsell-arrow h5{font-size: 26px;}
}



/*tablet*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .downsell-body .downsell-arrow{top: 38%;width: 39%;}
    .downsell-body .downsell-arrow h4{font-size: 20px;}
        .downsell-body .downsell-arrow h5{font-size: 22px;}
}



/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .downsell-body .downsell-arrow{top: 38%;width: 39%;}
    .downsell-body .downsell-arrow h4{font-size: 20px;}
        .downsell-body .downsell-arrow h5{font-size: 22px;}
}



/*mobile view*/
@media screen and (max-width: 575px){
    .downsell-body .downsell-arrow{top: 44%;width: 50%;}
    .downsell-body .downsell-arrow h4{font-size: 19px;}
        .downsell-body .downsell-arrow h5{font-size: 20px;}
}


/* upsell css */
a.upsell-btn{
    font-size: 18px;
    display: block;
    font-weight: 700;
    width: 60%;
    text-align: center;
    padding: 10px 5px;
    margin-bottom: 0px;
    box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.25);
    line-height: 24px;
    background-color: #11AD52;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
}
.upsell-header{
    background-color: #ffc107 !important;
    color: #000 !important;
}
.card-body small a{color: #615c5c !important;}
.cross-but{
        background: red;
    z-index: 1;
    position: absolute;
    top: -2%;
    right: -3%;
    /* color: #fff !important; */
    border-radius: 100%;
    border: solid 2px #fff;
}

.theme_btn {
    position: relative;
    display: inline-block;
    background-color: #223388;
    color: #fff;
    border: 2px solid #fff;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
    letter-spacing: 1px;
    border-radius: 50rem;
    padding: 20px 40px;
    transition: all 0.4s ease-in-out;
}
.theme_btn:hover, .theme_btn:focus {
    background-color: #F1BF3B;
    color: #000;
}


/* product cards */
.product-section {
    text-align: center;
    background-color: #e4eff5;
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 50px 0;
    flex-wrap: wrap;
    font-family: 'Poppins';
}

.product .theme_btn {
    padding: 0;
}

.offer-card {
    flex: 1;
    min-width: 300px;
    max-width: 340px;
    background: #223388;
    color: white;
    border-radius: 70px 70px 0px 0px;
    padding: 20px 10px 10px 10px;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.3);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.offer-card h4 {
    margin: 0px 24px;
    padding: 6px;
    border-radius: 16px;
    color: #223388;
    background: #ffffff;
    font-size: 22px;
}

.offer-card h2 {
    color: #fff;
    font-weight: 600;
    font-size: 36px;
}

.offer-card p {
    font-size: 26px;
}

.offer-card .image {
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}

.offer-card .image img {
    max-width: 100%;
    max-height: 175px;
    display: block;
    margin: 0 auto;
}

.offer-card .price {
    position: relative;
    color: #4e4e4e;
    z-index: 1;
    opacity: 1 !important;
    background: none !important;
}

.price .sign {
    font-size: 22px;
    position: relative;
    top: -25px;
}

.price .per-bottle {
    font-weight: 900;
    color: #051773;
    font-size: 60px;
    font-family: 'Poppins', sans-serif;
}

.price .txt {
    font-size: 18px;
    color: #4e4e4e;
}

.offer-card .benefits {
    display: flex;
    z-index: 1;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}

.cart-count {
    background-color: red;
    color: white;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 999px;
    position: absolute;
    top: 0;
    left: 0;
}

.offer-benefit {
    display: flex;
    align-items: center;
    color: #4e4e4e;
    font-size: 16px;
    font-weight: bold;
}
.offer-benefit.total {
    font-size: 20px;
}

.offer-benefit .icon {
    color: #223388;
    font-size: 20px;
    margin-right: 8px;
}

.pb2rem {
    padding-bottom: 2.2rem !important;
}

.offer-card p {
    font-size: 26px;
}

.unstat.usa {
    max-width: 100px;
}

.unstat {
    display: block;
    position: relative;
    z-index: 2;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

.offer-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 46%;
    background: white;
    z-index: 0;
}
.offer-card hr {
    position: relative;
    z-index: 1;
    border: none;
    height: 2px;
    background-color: #e7afad;
    width: 80%;
    margin: 0 auto;
}

.offer-card.most-popular::after {
    background: #fff9df;
}



/* Shop page css starts */
.mytoast {
	background-color: #333;
	color: #fff;
	padding: 12px 18px;
	margin-bottom: 10px;
	border-radius: 6px;
	font-size: 14px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
	opacity: 0;
	transform: translateX(100%);
	animation: slidein 0.3s forwards, fadeout 0.5s ease-out 2.8s forwards;
}

@keyframes slidein {
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes fadeout {
	to {
		opacity: 0;
		transform: translateX(100%);
	}
}
/* Sidebar Base */
.mini-cart {
	position: fixed;
	top: 0;
	right: -100%;
	width: 100%;
	max-width: 380px;
	height: 100%;
	background: #fff;
	box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
	z-index: 9999;
	transition: right 0.3s ease;
	display: flex;
	flex-direction: column;
  }
  .cart-count {
	background-color: red;
	color: white;
	font-size: 12px;
	padding: 2px 6px;
	border-radius: 999px;
	position: absolute;
	top: 0;
	left: 0;
  }
  .nvl-head-cart-btn {
	position: relative;
  }
  
  .mini-cart.show {
	right: 0;
  }
  
  /* Header */
  .mini-cart-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	font-weight: bold;
	border-bottom: 1px solid #eaeaea;
  }
  
  .mini-cart-close {
	background: none;
	border: none;
	font-size: 20px;
	cursor: pointer;
  }
  
  /* Cart Items */
  .mini-cart-body {
	flex: 1;
	overflow-y: auto;
	padding: 20px;
  }
  
  .cart-item {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
  }
  
  .cart-item img {
	width: 70px;
	height: auto;
	margin-right: 15px;
	border-radius: 10px;
  }
  
  .cart-item-details {
	flex: 1;
  }
  
  .cart-item-title {
	font-weight: bold;
	margin-bottom: 5px;
  }
  
  .cart-item-price {
	color: #00aef0;
	font-size: 18px;
	font-weight: bold;
  }
  
  .remove-item {
	color: white;
	background: red;
	border-radius: 999px;
	font-size: 14px;
	width: 22px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	cursor: pointer;
	margin-left: 10px;
  }
  
  /* Footer */
  .mini-cart-footer {
	padding: 20px;
	border-top: 1px solid #eaeaea;
	background: #fafafa;
  }
  
  .subtotal-row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
  }
  
  .mini-cart-actions {
	display: flex;
	gap: 10px;
  }
  
  .btn {
	padding: 14px;
	font-size: 16px;
	border-radius: 999px;
	text-align: center;
	text-decoration: none;
	flex: 1;
  }
  
  .btn-primary {
	background-color: #ffc107;
	color: #000;
	font-weight: bold;
  }
  
  .btn-secondary {
	background-color: #ffca28;
	color: #000;
	font-weight: bold;
  }
  

button.clear-cart-btn {
    border: 1px solid #223388;
    padding: 5px 10px;
    background: white;
    border-radius: 25px;
    color: #223388;
    float: right;
}
button.clear-cart-btn:hover {
    background: #223388;
    color: white;
}
	
/* Shop page css ends */

.cart-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #00000036;
    left: 0;
    top: 0;
    z-index: 2;
}