body {
    font-family: "Quicksand", sans-serif;
    color:#111;
    font-weight:400;
}
p {
    margin-bottom: 0;
}
a {
    text-decoration: none;
}
.banner_section {
    background-image: url("../images/banners/bg1.png");
    width: 100%;
    /*height: 90vh;*/
    background-position: 100% 100%;
    display: flex;
    align-items: center;
    /*flex-direction: column;
    justify-content: center;*/
}

.banner_cont h1 {
    color: var(--Black, #253D4E);
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 76px;
    /* 126.667% */
    letter-spacing: -0.6px;
}

.banner_cont p {
    color: #838383;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.22px;
}



.subscription-container {
    display: flex;
    width: 50%;
    align-items: center;
    margin-top: 30px;
}

.subscription-form {
    display: flex;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    background-color: white;
    align-items: center;
    padding: 0px 0px 0px 10px;
    width: 70%;
}

.email-input {
    border: none;
    padding: 15px 20px;
    font-size: 16px;
    flex: 1;
    outline: none;
    border-radius: 10px 0px 0px 10px;
}

.subscribe-button {
    background-color: #fd007d;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    color: white;
    cursor: pointer;
    border-radius: 10px;
    transition: background-color 0.3s ease;
    margin-left: -10px;
}

.subscribe-button:hover {
    background-color: #fd007d;
}

.banner-img {
    /*position: absolute;
    right: 0;
    top: 0;*/
    width:100%;
}

.carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    border-radius: 90px;
    border-top: 0px;
    border-bottom: 0px;
    border: 0px;
}

.carousel-indicators .active {
    background-color: #fd007d;
}

.main_pt {
    padding-top: 60px;
}

.title_flex {
    display: flex;
}

.title_flex h3 {
    color: var(--Black, #253D4E);
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 46px;
    /* 127.778% */
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: transparent;
    color: #fd007d;
}

.nav-pills .nav-link {
    color: var(--Black, #253D4E);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.category_box {
    border-radius: 10px;
    /*background: ##f3f9f5;*/
    padding: 15px;

}

.category_box .cate_img {
    width: 120px;
    height: 120px;
    background-color: #f3f9f5;
    border-radius: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    margin: auto;
}

.category_box .cate_img img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius:50%;
}

.category_box h4,.category_box h4 a {
    color: var(--Black, #253D4E);
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-top: 10px;
    margin-bottom: 0px;
    text-align: center;
}

.category_box p {
    color: var(--Grey, #ADADAD);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin-bottom: 0px;
    padding-top: 5px;
}

.slid_nav {
    display: flex;
    justify-content: end;
}

.swiper-button-next .swiper-button-prev {
    position: relative !important;
}

.swiper-button-next:after {
    font-size: 0 !important;

}

.swiper-button-prev {
    position: relative !important;
}

.swiper-button-next {
    position: relative !important;
}

.swiper-rtl .swiper-button-prev:after {
    font-size: 0 !important;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    font-size: 0 !important;

}

.swiper-button-next img {
    background: #F2F3F4;
    padding: 6px;
    border-radius: 90px;
}

.swiper-button-prev img {
    background: #F2F3F4;
    padding: 6px;
    border-radius: 90px;
    margin-right: 30px;
}


.featured_box {
    border-radius: 10px;
    border: 1px solid #EBEBEB;
    background: var(--Neutral-5, #FFF);
    padding: 9px 9px;
    box-shadow: 0px 0px 15px 0px #00000026;
}

.featured_img {
    padding: 18px 18px;
    /*background-color: #f5f5f5;*/
    border-radius: 20px;
    margin-bottom:10px;
}

.featured_img img {
    width: 100%;
    height: 125px;
    object-fit: contain;
}
.featured_img a{display:block;}

.heart-container {
    cursor: pointer;
}

#heart-icons {
    fill: #aaaaaa00;
    /* Default grey color */
    transition: fill 0.3s ease;
    stroke:
        rgba(173, 173, 173, 1);
}

#heart-icons.active {
    fill: red;
    /* Red color when active */
}

.featured_img {
    position: relative;
}

.add_wishlist {
    position: absolute;
    right: 0;
    top: 0;
}

.featured_cont p {
    color: var(--Grey, #ADADAD);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 5px;
}

.featured_cont h4 {
    color: var(--Black, #253D4E);
    margin-bottom: 0;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.featured_cont span {
    color: #fd007d;
}


.stars-container {
    display: flex;
    align-items: center;
}

.star-icon {
    fill: #aaa;
    /* Default grey color */
    transition: fill 0.3s ease;
    cursor: pointer;
    margin: 0 1px;
    width: 17px;
}

.star-icon.active {
    fill: gold;
    /* Gold color when active */
}

.stars-container p {
    margin-bottom: 0;
}

.featured_price {
    display: flex;
    padding-top: 5px;
    padding-bottom:5px;
    align-items: center;
}

.featured_price h5 {
    color: #fd007d;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
}

.featured_price p {
    color: var(--Grey, #ADADAD);
    padding-left: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 0px;
    line-height: normal;
    text-decoration-line: line-through;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.add-btn,.add-btn-div {
    border-radius: 2px;
    background: rgb(255 213 234 / 10%);
    color: #fd007d;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    padding: 8px 26px;
    line-height: normal;
    cursor:pointer;
    text-align:center;
}

.poster_box {
    padding: 30px 20px;
    border-radius: 10px;
}

.bg1 {
    background: rgba(0, 191, 98, 0.20);
}

.bg2 {
    background: #FFF5E1;
}

.bg3 {
    background: #f7f1f1;
}

.sale-badge {
    background-color: #fd007d;
    /* Green badge background color */
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 10px;
}

.product-title {
    color: var(--Black, #253D4E);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 10px 0;
}

.product-description {
    color: #838383;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.18px;
    margin-bottom: 20px;
}

.shop-button {
    background-color: #fd007d;
    /* Green button */
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.shop-button:hover {
    background-color: #fd007d;
    color:#fff;
    /* Darker green on hover */
}

.product-image {
    width: 140px;
    position: absolute;
    bottom: -21px;
    right: -8px;
}

.bes_sellin_box {
    border-radius: 10px;
    border: 2px solid #fd007d;
    /*background: #FEFDF8;*/
    padding: 15px;
}

.head_underline {
    position: relative;
    width: 40px;
    height: 3px;
    background-color: #fd007d;
    border-radius: 5px;
}

.head_underline::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 109%;
    width: 160px;

    height: 1px;
    background-color: #D8D7D3;
}

.bes_sellin_box .featured_box {
    background-color: transparent;
    border: 0px;
    /*padding: 0;*/
}

/*
.bes_sellin_box .featured_box .featured_img {
    background-color: transparent;
}
*/

.bes_sellin_box .featured_img img {
    height: 225px;
}

.bes_sellin_box .product_name {
    position: absolute;
    top: 0;
    left: 0;
}

.product_name h5 {
    color: var(--Grey, #ADADAD);

    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.bes_sellin_box .carousel-indicators {
    bottom: -19px;
}

.bes_sellin_box h3 {
    color: var(--Black, #253D4E);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.best_Selling_Head {
    display: flex;
    margin-bottom:40px;
}

.best_Selling_Head h4 {
    color: var(--Black, #253D4E);
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 46px;
    /* 127.778% */
}
/*
.best_Selling_Head a {
    color: #253D4E;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 34px;
    background: #F2F3F4;
    padding: 8px 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: fit-content;
    margin-left: auto;
}*/

.selling_vertical_box {
    border-radius: 10px;
    /*border: 1px solid #D7D7D7;*/
    background: var(--Neutral-5, #FFF);
    padding: 15px;
    /*margin-top: 10px;*/
}

.selling_vertical_box {
    display: flex;
}

.selling_vertical_box .add_wishlist {
    right: 8px;
    top: 8px;

}

.selling_vertical_box .featured_cont h4 {
    font-size: 15px;
}

.selling_vertical_box .featured_cont p {
    font-size: 13px;
}

.deal_sec {
    border-radius: 10px;
    border: 2px solid #fd007d;
    background: #FEFDF8;
    padding: 20px;
}

.deal_head_flex h3 {
    color: var(--Black, #253D4E);
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 46px;
    margin-bottom:0px;
    /* 127.778% */
}

.deal_head_flex {
    display: flex;
    justify-content: space-between;
}

#countdown-timer {
    display: flex;
}

.count_box {
    border-radius: 6px;
    background: #fd007d;
    padding: 10px;
    margin-left: 10px;
}

.count_box h5 {
    color: var(--Neutral-5, #FFF);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0px;
    text-align: center;
}

.count_box p {
    color: var(--Neutral-5, #FFF);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 5px;
    margin-bottom: 0px;
    text-align: center;

}

.deal_box {
    border-radius: 6px;
    background: rgb(255 213 234 / 50%);
    padding: 20px;
    margin-top: 20px;
}

.deal-img {
    height: auto;
    position: absolute;
    left: 0;
    bottom: -19px;
    width: 24%;
}

.last_lisitng h3 {
    color: var(--Black, #253D4E);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.poster-2_box {
    border-radius: 10px;
    background: #FDF7E9;
    padding: 20px;
    height:100%;
    display:flex;
}

.poster-2_box h4 {
    color: var(--Black, #253D4E);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.poster-2_box p {
    color: #838383;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 144.444% */
    letter-spacing: -0.18px;
}

.poster-2_box a {
    margin-top: 20px;
}

.bg-blues {
    background: #E9F9FD;
}

.bant_box h5 {
    color: var(--Black, #253D4E);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

}
.bant_box img{
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.bant_box p {
    color: var(--Grey, #ADADAD);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.bant_box {

    display: flex;
    justify-content: space-between;
}

.benafits_sec {
    background: #F3F9F5;
    padding-top: 40px;
    padding-bottom: 40px;

}

marquee {
    color: #253D4E;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
marquee span{
    color: #fd007d;
    font-weight: 700;
}


.marqu{
    border-top: 1px solid rgb(195, 195, 195);
    border-bottom: 1px solid rgb(195, 195, 195);
}





.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
}

.footer-section {
    flex: 1;
    min-width: 160px;
    margin: 20px;
}

.footer-logo {
    width: 100px;
    margin-bottom: 10px;
}

.footer-description {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 20px;
}

.footer-contact li {
    list-style: none;
    margin-bottom: 10px;
    font-size: 14px;
    color: #6c757d;
}

.footer-contact li i {
    margin-right: 10px;
    color:#fd007d;
}
.social-links i{
    color:#fd007d;

}

.footer-section h4 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #343a40;
    font-weight: 900;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section ul li a {
    text-decoration: none;
    color: #6c757d;
    font-size: 14px;
}

.footer-section ul li a:hover {
    color: #fd007d;
}

.newsletter {
    display: flex;
    margin-bottom: 20px;
}

.newsletter input {
    flex: 1;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px 0 0 5px;
    font-size: 14px;
}

.newsletter button {
    padding: 10px;
    background-color: #fd007d;
    border: none;
    border-radius: 0 5px 5px 0;
    color: white;
    cursor: pointer;
}

.newsletter button i {
    font-size: 16px;
}

.social-links a {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    color: #6c757d;
}

.social-links a:hover {
    color: #007bff;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-top: 1px solid #dee2e6;
    font-size: 14px;
    color: #6c757d;
    max-width: 1200px;
    margin: 0 auto;
}

.payment-methods img {
    width: 40px;
    margin-right: 10px;
}
/*
.last_lisitng img{
    width: 100px;
}
*/

.web-none{
    display: none;
}
.highlight{color:#fd007d;}
.slider_com {
    margin-left: -15px;
    margin-right: -15px;
}
.swiper.f1,.swiper.f2 {
    padding: 15px 15px;
}
.featured_cont > p:first-child {
    color: #fd007d;
}
.quantity-div{background-color:rgb(255 213 234 / 10%);height:35px;padding-left:30px;padding-right:30px;}
.quantity-div .counter{height:100%;width:calc(100% - 80px);background:transparent;border:none;text-align:center;}
.quantity-div .down_count{width:40px;float:left;line-height:normal;}
.quantity-div .up_count{width:40px;float:right;line-height:normal;}
.secondary_c{color:#fd007d;}
.view_all{font-size:18px;font-weight:600;display:flex;align-items:center;color:#333333;}
.view_all i{width: 30px;height: 30px;line-height:30px;display: inline-block;text-align: center;border-radius: 50px;background:#fd007d;margin-left:10px;}
.selling_vertical_box {
    border-radius: 10px;
    background: var(--Neutral-5, #FFF);
    padding: 9px 9px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 16px 0px #00000026;
}
.selling_vertical_box .featured_img{width:35%;}
.recentyl-viewwd .selling_vertical_box{box-shadow:none;padding:0px 0px;}
.selling_vertical_box .prdt_img{height:120px;position:relative;}
.selling_vertical_box .prdt_img img{    
    position: absolute;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding:20px 20px;
}
.selling_vertical_box .featured_cont{padding-left:15px;padding-top:10px;width:65%;}
.selling_vertical_box .prdt_img{/*background-color:#F5F5F5;*/border-radius:10px;padding:10px 10px;width:35%;flex-shrink:0;}
.cust_whole{background-color:transparent;font-size:12px;border:1px solid #fd007d;color:#000;}
.product_box {
    border-radius: 14px;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 0px 15px 0px #00000026;
}
.product_offer {
    background: #e41108;
    color: #fff;
    font-size: 14px;
    padding: 5px 14px;
    border-radius: 3px;
}
#product-list .product-img {
    height: 150px;
    object-fit: contain;
}
#exampleModal .modal-dialog {
    max-width: 400px;
    margin: auto;
}
#exampleModal .modal-body {
    padding: 40px 30px 30px;
}
#exampleModal h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}
.logo{width:150px;}
.category-list{padding:10px 10px;min-width:225px;}
.tabs-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.tabs-slider .swiper-slide {
    width: auto !important; /* Ensures buttons adjust to content */
}

/* Custom Arrow Buttons */
.custom-prev, .custom-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.1);
    color: #333;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    cursor: pointer;
    transition: 0.3s;
    z-index: 10;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.custom-prev { left:0px; }
.custom-next { right:0px; }

.custom-prev:hover, .custom-next:hover {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
}
.title_flex h3 {
    flex-shrink: 0; /* Prevents shrinking */
    white-space: nowrap; /* Prevents text wrapping */
}
.cate_sec {
    overflow: hidden;
}
.cate_sec .nav-link {
    color: var(--Black, #253D4E);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: none;
    background: transparent;
}
.selling_vertical_box .featured_img img{height:70px;}
.product_box h6{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.category-list .category-item{font-size:14px;}
/*.cate_sec {*/
/*    max-width: 100%;*/
/*    overflow-x: auto;*/
/*    white-space: nowrap;*/
/*    scrollbar-width: thin;*/
/*    scrollbar-color: #999 transparent;*/
/*    position: relative;*/
/*    padding-bottom: 5px;*/
/*}*/


/*.cate_sec::-webkit-scrollbar {*/
/*    height: 4px;*/
/*}*/

/*.cate_sec::-webkit-scrollbar-track {*/
/*    background: transparent;*/
/*}*/

/*.cate_sec::-webkit-scrollbar-thumb {*/
/*    background: rgb(255 213 234 / 10%);*/
/*    border-radius: 5px;*/
/*}*/

/*.cate_sec::-webkit-scrollbar-thumb:hover {*/
/*    background: rgb(255 213 234 / 50%);*/
/*}*/

.category-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    margin-left:auto;
}
.category-wrapper .cate_sec {
    max-width: 700px;
    white-space: nowrap;
    scrollbar-width: none;
}

.category-wrapper .cate_sec::-webkit-scrollbar {
    display: none;
}
.nav-pills {
    display: flex;
    flex-wrap: nowrap;
}
.scroll-left, .scroll-right {
    background: #fff;
    border: 1px solid #ddd;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 20px;
}
#currencyDropdown + .dropdown-menu{min-width:auto;width:90px;}
@media (max-width: 991.98px) {
    .bes_sellin_box{margin-bottom:20px;}
    .footer-section {
    flex: auto;
    min-width: 50%;
    width:50%;
    margin: 0px;
}
}
@media only screen and (max-width: 576px) {
.selling_vertical_box .featured_price p{font-size:9px;}
.bes_sellin_box{margin-bottom:10px;padding:7px;}
.selling_vertical_box{margin-bottom:10px;}
}