
:root {
    /**
     * colors
     */

    --logo: hsl(216.99deg 100% 59.61%);
    --dark-orange: #272e5b;
    /* --light-theme : rgb(217, 245, 199); */
    --light-theme : rgb(248 249 250);
    /* --lighter-theme : rgb(229, 248, 217); */
    --lighter-theme : rgb(248 249 250);
    --text-color: black;
    /* --grey-color: rgb(166, 162, 162); */

    --grey-color: #f0f0f0;
    --green-color: #0aa350;
    --lightgreen-color: green;
    --box-shadow : rgba(194, 188, 188, 0.5);
    /* ========================================================= */
    --font-body-family: 'Roboto', sans-serif;
    --font-body-style: normal;
    --font-body-weight: 400;
    --font-heading-family: 'Roboto', 'sans-serif';
    --font-heading-style: normal;
    --font-heading-weight: 700;
    --transition: all 0.3s ease 0s;


    /* ========================================================= */

    /**
     * typography
     */

    --fs-1: 6rem;
    --fs-2: 5rem;
    --fs-3: 4rem;
    --fs-4: 3rem;
    --fs-5: 2.2rem;
    --fs-6: 2rem;
    --fs-7: 1.8rem;
    --fs-8: 1.5rem;
    --fs-9: 1.4rem;
    --fs-10: 2.2rem;

    --fw-500: 500;
    --fw-600: 600;
    --fw-700: 700;
    --fw-800: 800;

    /**
     * spacing
     */

    --section-padding: 50px;

    /**
     * shadow
     */

    --shadow-1: 2px 0 50px hsla(0, 0%, 0%, 0.2);
    --shadow-2: 0px 40px 60px hsla(202, 75%, 47%, 0.7);
    --shadow-3: 0px 0px 60px hsla(202, 75%, 47%, 0.5);
}


/* p{
    color: #b2b2b2;   
} */


p {
    font-size: 1rem;
    color: #666666;
}

h2{
    padding-bottom: 1.3rem;
    padding-top: 1.3rem;
}
a{
    text-decoration: none;
    color: var(--text-color);
}
a:hover{
    color: var(--text-color);
}
.bg-warning{
    background-color: #0aa350 !important;
}

.bg-gray{
    background-color: var(--grey-color);
}


section{
    padding-left : var(--section-padding);
    padding-right: var(--section-padding);
    margin-top: 70px;
}
@media (max-width: 789px) {
    section{
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 10px;
    }  
    /* .product-card .card-body h6{
        font-size: 14px !important;
    }   */
    .product-card .card-body p{
        /* font-size: 12px !important; */
        margin-bottom: 4px !important;
    }  
}
/* .product-card .card-body h6{
    font-size: 16px !important;
    margin-top: 2px;
}   */

.product-card {
    padding-bottom: 5px !important;
} 

.product-card .card-body p{
    /* font-size: 12px !important; */
    margin-bottom: 4px !important;
} 
.top-section{
    margin-top: 60px !important;
}
.product_heading{
    font-size: 16px !important;
}
.product_desc{
    font-size: 12px !important;
}

.product_description ul li {
    list-style: none;
    position: relative;
    padding-left: 1.5rem;
    line-height: 30px;
}



.product_description ul li:before {
    position: absolute;
    width: 13px;
    height: 13px;
    border: 2px solid rgba(10, 163, 80);
    content: "";
    border-radius: 100%;
    left: 0;
    top: 10px;
    background: rgba(10, 163, 80, .2);
}

/* .bi-plus-lg{
    z-index: 200;
    height: 30px;
    width: 30px;
} */

/* .bi-plus-lg {
    position: relative;
    top: 50%; 
    transform: translate(-50%, -50%);
    z-index: 200;
    height: 50px;
    width: 50px;
} */


.bi-plus-lg {
    position: relative;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 200;
    height: 60px;
    width: 60px;
    color: #fff; 
    background-color: var(--text-color); 
    border-radius: 50%;
    padding: 10px;
}
.promotion-card-img{
    /* padding-left: 60px;
    padding-right: 60px; */
    /* padding-top: 100px;
    padding-bottom: 100px; */
}

/* @media (max-width: 1139px) {
    .top-section{
        margin-top: 250px !important;
    }
} */
.bg-white{
    background-color: white;
}
h6,h1,h3,h4{
    font-family: var(--font-body-family);
    font-weight: 500; 
}
h5{
    font-size: larger;
}
body{
    font-family: var(--font-body-family);
}
.container-fluid{
    font-family: var(--font-body-family);
    color: #303030;
    padding-right: 30px !important;
    padding-left: 30px !important;
}

@media (max-width: 576px) {
    .container-fluid{
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}


/* .container-top{
    margin-top: 116px !important;
} */

@media (max-width: 768px) {
    .container-top{
        margin-top: 10px !important;
    }
}

.light-theme{
    background-color: var(--light-theme);
    /* padding: 0 ; */
}
/* =====================================SEARCH BAR=========================================================== */

.input-container {
	display: flex;
    /* box-shadow: 2px 2px 10px #8a8282; */
    font-family: 'Roboto', 'sans-serif';
}

.about-section{
    font-family: 'Roboto', 'sans-serif';
}

::placeholder {
  color: #757575;
  opacity: 1;
}

.search-input {
    /* background: #EEEEEE; */
    color: #212121;
    vertical-align: middle;
    font-size: 16px;
    line-height: 2;
    padding: 5px 15px;
    border: 1px solid black;
    border-right: none;
    width: 80%;
    outline: none;

    box-shadow: inset 0 -1px 1px -1px #CCCCCC, 
                inset 0 1px 1px -1px #CCCCCC, 
                inset 1px 0 1px -1px #CCCCCC;

    /* border-top-left-radius: 8px;
    border-bottom-left-radius: 8px; */
    /* box-shadow: 2px 2px 10px var(--text-color);  */

  }
  
  .search-submit {
    background: #fff;
    color: #000;
    vertical-align: middle;
    padding: 2px 15px;
    border: 1px solid black;
    border-left: none;
    outline: none;
    cursor: pointer;
    /* border-top-right-radius: 8px;
    border-bottom-right-radius: 8px; */
    /* box-shadow: 5px 1px 3px 3px var(--text-color); */
    /* box-shadow: 5px 1px 3px var(--text-color); */
}
  

/* .search-submit:hover {
  background: #EEEEEE;
} */

.search-submit i {
  font-size: 24px;
}

/* =====================================Best Sellers=========================================================== */
.black-heading{
    color: black;
    cursor: pointer;
    font-size: 40px;
    font-weight: 800; 
    font-family: "Urbanist", sans-serif;
}
.change_add{
    color: black;
    cursor: pointer;
    /* font-size: 40px;
    font-weight: 500;  */
}
.grey-heading{
    color: grey;
    cursor: pointer;
    font-size: 40px;
    font-weight: 800; 
    font-family: "Urbanist", sans-serif;


}

/* =====================================Header Start=========================================================== */

.nav-img{
    background-color: white;
    height: 0%;
}
.navbar-light .navbar-toggler{
    border-color : white !important;
    padding: 7px 0px;
    /* color: white; */
    color: #000;
} 
.navbar-toggler:focus{
    box-shadow: none !important;
}

.navbar-brand img{
    height: 50px;
    margin-left: 25px
}
.nav-item{
    font-family: 'Roboto', 'sans-serif';
    font-size: 16px;
}
@media(min-width:1025px){
    .navbar-expand-lg .navbar-collapse {
        margin-left: 290px;
    }
}
.header-green{
    background-color: var(--green-color);
    color: white;
    padding-top: 0.6rem;
}
/* =========animated text on header=============== */
.animation-container {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    background-color: var(--text-color);
    width: 100%;
    height: 40px; 
    color: white;
}

.animated-item {
    position: absolute;
    white-space: nowrap;
    opacity: 0;
    animation: slide-animation 15s ease-in-out infinite;
    transition: all 0s linear;
}

.animated-item:nth-child(1) {
    animation-delay: 0s;
}

.animated-item:nth-child(2) {
    animation-delay: 5s;
}

.animated-item:nth-child(3) {
    animation-delay: 10s;
}

@keyframes slide-animation {
    0% {
        transform: translateX(100vw); 
        opacity: 0;
    }
    10% {
        transform: translateX(0); 
        opacity: 1;
    }
    30% {
        transform: translateX(0); 
        opacity: 1;
    }
    40% {
        transform: translateX(-100vw); 
        opacity: 0;
    }
    100% {
        transform: translateX(-100vw);
        opacity: 0;
    }
}

/* .animation-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: var(--text-color);
    width: 100%;
    height: 40px;
    color: white;
    overflow: hidden; 
}

.animated-item {
    position: absolute;
    white-space: nowrap;
    opacity: 0;
    font-size: 12px;
    animation: slide-animation 4s forwards;
} */

/* .countdown {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    opacity: 1;
} */

/* =============================== */
.banner-form{
    display: none;
}
.icon-text{
    display: none !important;
}
 @media (max-width: 991px) {
    .navbar .navbar-brand {
      display: none;
    }
  
    .navbar-toggler {
      position: relative;
      left: 0;
      right: unset;
    }
  
    .navbar .container-fluid {
      position: relative;
    }
    .icon form{
        display: none;
    }
    .icon{
        display: none !important;
    }
    .icon-text {
        display: block !important;
        position: fixed;
        /* top: 79px; */
        right: 10px; /* Adjust the right position as needed */
        z-index: 100;
        margin: 0; /* Remove margin to avoid unnecessary spacing */
        padding-top: 7px;
    }
    
    
    /* =========toggle bug fix=============== */
/* =========left toggle=============== */
    /* .icon .d-flex{
       display: none;
    } */
    .banner-form{
        display: block;
    }
  }

  
/* =========animated text on hero section=============== */
/* =====================logo============================ */
.full-screen-background {       
    display: grid;
    place-items: center;
}

.fancy-link {
    position: relative;
    /* padding: 8px 15px; */
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.4);
    color: #999;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 4px;
    font: 700 30px consolas;
    overflow: hidden;
}

.top-border-animation {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #171618, #3bff3b);
    animation: top-slide 2s linear infinite;
}

@keyframes top-slide {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.right-border-animation {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 3px;
    background: linear-gradient(to bottom, #171618, #3bff3b);
    animation: right-slide 2s linear infinite;
    animation-delay: 1s;
}

@keyframes right-slide {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
}

.bottom-border-animation {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to left, #171618, #3bff3b);
    animation: bottom-slide 2s linear infinite;
}

@keyframes bottom-slide {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.left-border-animation {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 3px;
    background: linear-gradient(to top, #171618, #3bff3b);
    animation: left-slide 2s linear infinite;
    animation-delay: 1s;
}

@keyframes left-slide {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(-100%);
    }
}
/* =====================logo============================ */
.animated-text{
    background-color: rgba(0, 0, 0, 0.5);
    /* backdrop-filter: blur(17px); */
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 45px;
    align-items: center;
}
@media (max-width: 991px) {
    .animated-text{
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden; /* Ensure hidden overflow during animation */
        position: relative;
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        width: 100%;
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .animated-support {
        opacity: 0;
        position: absolute;
        animation: slide-in-out 9s linear infinite;
        /* animation: slide-in-out 6s linear infinite; */
    }

    .animated-support:nth-child(1) {
        animation-delay: 0s;
    }

    .animated-support:nth-child(2) {
        animation-delay: 3s;
    }

    .animated-support:nth-child(3) {
        animation-delay: 6s;
    }

    @keyframes slide-in-out {
        0% {
            transform: translateX(100%); /* Start from the right */
            opacity: 0;
        }
        10%, 30% {
            transform: translateX(0); /* Centered */
            opacity: 1; /* Fully visible */
        }
        40% {
            transform: translateX(0); /* Centered but start disappearing */
            opacity: 0; /* Invisible */
        }
        100% {
            transform: translateX(-100%); /* Move out to the left */
            opacity: 0;
        }
    }
}

/* ======================== */
.social-header {
    display: grid;
}

.social-header h6 {
    justify-self: start;
}

@media (max-width: 789px) {
    .social-header h6 {
        justify-self: center;
    }
}

.social-header h6 a{
    color: white;
}


.navbar {
    padding: 0;
    font-family: var(--font-body-family);
    font-weight: 700; 
    font-size: 16px;   
}

.navbar-light .navbar-nav .nav-link {
    border-bottom: 3px solid transparent;
}

.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .show > .nav-link {
    color: rgb(51, 51, 51) !important;
}

.navbar-light .navbar-nav .nav-link.active:hover, 
.navbar-light .navbar-nav .nav-link:hover {
    color: rgb(166, 162, 162) !important;
    border-bottom: 3px solid rgb(166, 162, 162);
    margin-bottom: 0 !important;
    box-sizing: border-box; /* Ensure the padding and border are included in the element's total height */
    overflow: hidden;
}


.top-header{
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1000;
}

.header{
    padding: 0;
    /* position: fixed; */
    /* top: 30px; */
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1000;
}

.header.is-sticky {
    position: fixed;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    padding: 0px 0;
    backdrop-filter: blur(10px);
    animation: slideDown 0.75s ease-out;
  }
  
  .header.is-sticky img {
    max-width: 80%;
  }
  
  .header.is-sticky button {
    font-size: 14px;
    padding: 7px 10px;
  }
  
  @keyframes slideDown {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
  }

.dropdown-menu-fullscreen {
    position: absolute;
    font-family: var(--font-body-family);
    font-weight: 400;
    left: 0;
    right: 0;
    /* top: 52px; */
    width: 100vw; 
    background-color: #fff;
    padding: 0;
    margin: 0;
    z-index: 1050;
    border: none;
    box-shadow: 0px 10px 6px -2px var(--box-shadow);
    display: none;
}
.dropdown-menu-fullscreen li a:hover{
    border-bottom: 1px solid rgb(166, 162, 162);
}
.dropdown-menu-fullscreen ul h6 a:hover{
    color: rgb(166, 162, 162);
}
.dropdown-menu-fullscreen .container {
    padding: 0;
}
.dropdown-menu-fullscreen .row {
    margin: 0;
}
.dropdown-menu-fullscreen .col {
    padding: 1rem;
}
.dropdown-menu-fullscreen img {
    width: 50% !important;
    height: 150px !important;
}
/* .navbar {
    position: relative;
    z-index: 1030; 
} */

/* .col-lg-6 .card img{
    height: 85px !important;
    width: 280px;
    border-image: fill;
} */

.col-lg-6 .card{
    border: none !important;
}
.col-lg-4 ul li,h6{
    padding-top: 0.8rem;
    padding-bottom: 0.2rem;
}
.card{
    border: none;
    /* background-color: var(--lighter-theme); */
}
.nav-link{
    padding: 0;
}
.icon svg{
    font-size: var(--fs-10);
}
/* Styles for screens larger than 789px */
@media (min-width: 789px) {
    #navbarDropdown .dropdown-menu {
        display: none;
    }
    #navbarDropdown:hover .dropdown-menu-fullscreen {
        display: block;
    }
}

/* Styles for screens smaller than 789px */
@media (max-width: 789px) {
    .dropdown .dropdown-menu-fullscreen {
        display: none !important;
    }

    .dropdown.show .dropdown-menu {
        display: block;
    }
}
.dropdown-menu li{
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}
.dropdown-menu{
    min-width: 12rem;
    border: none;
    box-shadow: 0px 10px 6px -2px var(--box-shadow);
    border-radius: 0.8rem;
}
/* Show the dropdown menu when hovering over the dropdown toggle */
.nav-item:hover .dropdown-menu {
    display: block;
}
.dropdown-menu li a{
    font-family: var(--font-body-family);
    font-weight: 400;
}
.dropdown-menu li a:hover{
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-decoration-color: rgb(166, 162, 162);
    background-color: white;
    color: var(--grey-color);
}
/* =====================================carousel home=========================================================== */
.btn-green{
    height: 40px;
    color: white;
    background-color: var(--text-color);
    font-family: 'Roboto', 'sans-serif';
    font-weight: 500;
}

.btn-go-to-cart {
    height: 40px;
    color: white;
    background-color: green;
    font-family: 'Roboto', 'sans-serif';
    font-weight: 500;
}

.btn-go-to-cart:hover {
    color: white;
}

@media(max-width:1167px){
    .btn-green{
       /* font-size: 7.5px !important; */
       /* height: 30px; */
    }
}
.btn-green:hover{
    color: white;
    background-color: var(--text-color);
    box-shadow: none;
}
/* .carousel-caption{
    color: white;
}

.carousel-item {
    position: relative;
  } */
  
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
  
  .custom-caption {
    position: absolute;
    top: 60%;
    left: 10%;
    z-index: 2;
    transform: translateY(-50%);
  }
  
/* =====================================subscribe box=========================================================== */
.subscribe-box {
    background-color: var(--lighter-theme);
} 

.btn-white {
    color: #000;
    background-color: white;
    border: 1px solid #000;
}
.btn-coin {
    color: #f99d07;
    background-color: white;
    border: 1px solid #000;
    font-size: 24px;
    font-weight: 700;
}
.btn-collection {
    color: #000;
    background-color: white;
    width: 200px;
}
.btn-cart{
    /* width: 120px; */
    height: 40px;
}
#quantityTemplate{
    width: 90px !important;
    height: 40px !important;
}

.quantity-btn {
    background-color: white;
    color: #000;
    border: 1px solid var(--grey-color);
}

.quantity-btn-fill {
    background-color: black;
    color: white;
}

.quantity-btn-fill:hover {
    background-color: black;
    color: white;
}

.newsletter-form input {
    border: none;
    padding: 0.8rem;
    background-color: var(--lighter-theme);
    margin-left: 1px !important;
    outline: none;
    box-shadow: none;
}

.newsletter-form input:focus {
    background-color: var(--lighter-theme);
    box-shadow: 0 0 0 2px black; 
}
.newsletter-form button {
    border: none;
    padding: 0.8rem;
    background-color: var(--lighter-theme);
    margin-left: 1px !important;
    outline: none; 
    box-shadow: none;
}

.newsletter-form button:focus {
    background-color: var(--lighter-theme); 
    box-shadow: 0 0 0 2px black;
}

.newsletter-form {
    border: 1px solid rgb(227, 224, 224);
}

/* =====================================Home End=========================================================== */
.carousel-item img{
    /* height: 590px; */
}
/* =====================================Home End=========================================================== */
.position-relative {
    position: relative;
    overflow: hidden;
}

.promo-img {
    /* width: 100%; */
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative; /* Ensure the overlay is positioned correctly */
}
.promo-img img {
    /* width: 100%; */
    height: 100%;
    object-fit: cover; 
    transition: transform 0.5s ease-in-out;
    cursor: pointer;
    transform: scale(1); 
    position: relative; /* To make sure the overlay does not cover the image */
}
.promo-img:hover img {
    transform: scale(1.05); 
}
/* .promo-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 1; 
} */
.shop-img {
    /* width: 100%; */
    /* height: 450px; */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative; 
}
/* .img-fluid{
    max-width: 100%;
    height: auto;
    display: block;
} */
.shop-img img {
    /* width: 100%;
    height: 300px; */
    /* object-fit: cover;  */
    
    /* cursor: pointer; */
    overflow: hidden;

}

.shop-img:hover img {
    transform: scale(1.05); 
    transition: transform 0.5s ease-in-out; 
    overflow: hidden;
}

.black-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Black color with 50% opacity */
    z-index: 4; /* Make sure it's behind the text but above the image */
}


.overlay-text-button {
    position: absolute;
    top: 30px;
    left: 25px;
    z-index: 5;
    color: white;
}
.overlay-text-button2 {
    position: absolute;
    top: 30px;
    right: 25px;
    /* padding: 20px; */
    z-index: 5;
    color: white;
}

.overlay-text {
    margin: 0;
}

.overlay-button {
    margin-top: 5px;
    padding: 5px 10px;
}

/* =====================================animated text Start=========================================================== */
.marquee-wrap {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: var(--text-color);
    color: white;
}

.marquee-wrap > li {
    display: flex;
    align-items: center;
    width: var(--scroller-size);
    will-change: transform;
    animation: text-scroller 15000ms linear infinite;
    white-space: nowrap;
    justify-content: space-around;
}


.marquee-wrap ul {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

.marquee-wrap ul li {
    display: inline-block;
    padding: 0 5vw;
    font-size: 2vw;
}
.marquee-wrap ul li:hover {
    color: white !important;
}
@media screen and (max-width: 600px) {
    .marquee-wrap ul li {
        font-size: 6vw;
    }
}

@keyframes text-scroller {
    100% {
        transform: translateX(calc(var(--scroller-size) * -0.5));
    }
}

:root {
    --scroller-size: 150vw;
}

@media only screen and (max-width: 600px) {
    :root {
        --scroller-size: 200vw;
    }
}
/* =====================================Cards Carousel Start=========================================================== */
/* .cards-carousel .col-lg-3 img{
    height: 330px;
    width: 100%;
} */

/* .image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 280px;
    overflow: hidden;
    position: relative;
} */
/* 
.card-img-top {
    width: 70%;
    transition: transform 0.3s ease-in-out;
}

.card-img-top:hover {
    transform: scale(1.1);
} */

/* =====================================Product cards Card=========================================================== */
.product-card .card-body{
    padding-right: 0 !important;
}
/* .product-card .image-container .card-img-top{
    height: 260px;
    width: 100%;
    align-items: center;
    padding-top: 20px;
    transition: transform 0.3s ease-in-out;
} */
@media (max-width: 768px) {
    /* .product-card .image-container .card-img-top{
        height: 200px !important;
        width: 145px !important;
        align-items: center !important;
        padding-top: 20px;
    } */
}

@media (max-width: 1000px) {
    /* .product-card .image-container .card-img-top{
        height: 200px !important;
        width: 145px !important;
        align-items: center !important;
        padding-top: 20px;
    } */

}

.color-circles i {
    cursor: pointer;
    font-size: 20px;
}
/* .image-container{
    position: relative;
} */
/* ================= on hover image will change===================== */

/* .image-container {
    display: flex;
    justify-content: center;
    align-items: center;
} */


.default-image,
.hover-image {
    width: 100%;
    transition: opacity 0.5s ease; /* Smooth transition for image swap */
}

.hover-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

/* .image-container:hover .hover-image {
    opacity: 1;
} */



.image-50x50 {
    width: 50px;
    height: 50px;
}

.image-80x80 {
    width: 80px;
    height: 80px;
}

.image-100x100 {
    width: 100px;
    height: 100px;
}

.image-150x150 {
    width: 150px;
    height: 150px;
}


/* ====================================== */
.color-circles i.active {
    border: 2px solid var(--grey-color);
    border-radius: 50%;
}
.plus-icon {
    position: absolute;
    bottom: 6px;
    /* right: 10px; */
    right: 20px;
    font-size: 24px;
    color: white;
    /* background: #fff; */
    background-color: var(--text-color) ;
    border-radius: 50%;
    padding: 8px;
    cursor: pointer;
}
.plus-icon-pair {
    /* position: relative !important; */
    top: 122px !important;
    /* right: 10px; */
    left: 112px !important;
    font-size: 24px !important;
    color: white !important;
    /* background: #fff; */
    background-color: var(--text-color) !important ;
    border-radius: 50% !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
    padding-top: 0 !important;
    /* padding-bottom: 45px !important; */
    cursor: pointer;
}
@media (max-width:800px){
    .plus-icon-pair {
        top : 128px !important;
    }
    .badge-promo {
        /* position: absolute; */
        top: 6px !important;
        right: 6px !important;
        z-index: 999;
        /* font-size: xx-small; */
    }
}
/* .sale-badge{
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    padding: 2px;

} */
.badge-promo {
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 999;
}
.promo-offer{
    top: 30px;
    position: absolute;
    left: 0;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 9px;
    padding-bottom: 9px;
    background-color: gray;
    left: 30px;
    letter-spacing: 2px;
}


.wishlist-icon{
    bottom: 30px;
    position: absolute;
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 9px;
    padding-bottom: 9px;
    right: 10px;
    color: #fff;
}

@media (max-width:789px){
    .dropdown-toggle{
        left: 18rem;
    }
    .promo-offer{
        /* top: 26px;
        position: absolute;
        left: 0; */
        font-size: 8px;
        /* font-family: 'Roboto', sans-serif; */
        padding-left: 7px;
        padding-right: 7px;
        padding-top: 3px;
        padding-bottom: 3px;
        top: 61px;
        left: -10px;
        /* background-color: #000; */
    }
    
}
.plus-icon:hover{
    background-color: var(--text-color) ;
    color: white;
}


.product-card-title {
    font-size: 18px;
}

/* .product-card-img {
    height: 350px;
    padding-top: 30px;
    padding-bottom: 15px;
}

.product-card-img2 {
    height: 120px;
    padding-top: 5px;
    padding-bottom: 5px;
} */


.product-card-tags {
    font-size: 10px;
}

.product-card-price {
    color: #000;
    font-size: 16px;
}

.product-card-price-muted {
    font-size: 14px;
}


.product-card-rating-box {
    display: flex;
    /* justify-content: center;  Horizontal centering */
    align-items: center;      /* Vertical centering */
}
.product-card-rating {
    color: #000;
    font-size: 14px;
    line-height: 24px;
}


.product-card-rating-count {
    color: #000;
    font-size: 14px;
    line-height: 24px;
}

.product-card .card-body .card-title:hover{
    text-decoration: underline;
}
.card-title{
    margin-bottom: 0 !important;
}
.card-body{
    /* padding: 0 !important; */
    font-family: 'Roboto', 'sans-serif';
}

.product-card{
    font-weight: 700 !important;
}


@media(max-width:600){
.product-card{
    width: 400px !important;
    font-weight: 600 !important;
}
}
/* =====================================client logo Section=========================================================== */
.client-logo img{
    opacity: 0.5;
}
.client-logo img:hover{
    opacity: 1;
}
/* =====================================Product image Section=========================================================== */
/* .image-cards{
    margin-top: 7rem;
} */
.image-big{
    height: 460px;
    /* width: 50%; */
}
/* =====================================Product promotion Section=========================================================== */
.deal_image{
    height: 500px;
    /* width: 50%; */
}
/* =====================================Product Detail Section=========================================================== */

/* PRODUCT DETAILS PAGE UPDATE BY 4 dec 2024 */


.custom-bootstrap-link {
    font-weight: bold;
    padding-left: 10px;
    color:gray;
}
.custom-bootstrap-1 {
    font-weight: bold;
    padding-left: 10px;
    color:gray; 
}
.custom-bootstrap-link:hover {
    color:black;
     
}


.quantity-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.quantity-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 3px;
   
}

/* Common styles */
/* .image-container {
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 1px solid #ccc;
} */


.image-container {
    position: relative;
    width: 100%;
    height: 220px; /* Set fixed height for consistent cards */
    overflow: hidden;
}

.image-container a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.product-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;  /* 🔥 Makes full image visible */
}

.img-fluid1 {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.desktop-image {
    display: block;
}

.mobile-image {
    display: none;
}



.navbar-nav{
       padding-left: 80px;
    
}


.textcolour{
    color: #767575;
}

.profile{
    font-size: 25px;
}

.footer-list li a{
    color:#767575;
}
.footer-list li a:hover {
    text-decoration: underline;
    padding-left:10px;
    transition:all .5s ease;
} 
.apply_promo_code {
    border: 2px solid black;
    padding: 5px 10px; 
    border-radius: 4px; 
    text-decoration: none; 
    color: black; 
  }


  .thumbnail-wrapper img:hover {
    transform: scale(1.05); /* Slight zoom on hover */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5); /* Enhanced shadow */
}

.play-btn:hover {
    transform: scale(1.2); /* Increase size on hover */
    background: rgba(0, 0, 0, 0.8); /* Darker background */
}

.video-wrapper {
    text-align: center;
}

.footer_h2 h2{
    font-size: 1.5rem;
    font-weight: bold;
  
}

.add_to_cart img{
    width: auto !important;
    /* margin-right:10px ; */
    
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    --color-background: 255, 255, 255;
    --color-foreground: 18, 18, 18;
    background: rgb(var(--color-background));
    left: 0;
    z-index: 98;
    box-shadow: 0 0 7px rgb(0 0 0 / 15%);
    transition: transform 0.7s ease, opacity 0.7s ease, background-color 0.7s ease;
}

header.default {
    transform: translateY(0);
    opacity: 1;
    background: rgba(var(--color-background), 1);
}


header.half-visible {
    transform: translateY(0);
    opacity: 0.5;
    background: rgba(var(--color-background), 0.8);
}


/* .footertxt{
    padding-left: 3.5px;
} */
.btn-green-success{
    color: black;
    background-color: white;
    font-family: 'Roboto', 'sans-serif';
    font-weight: 500;
    font-weight: bolder;
    border: 2px gray solid;
}

.btn-green-success:active{
    font-weight: bolder;
    color: gray;
    background-color: black;
    
}
.btn-green-success:hover{
    font-weight: bolder;
    color: white;
    background-color: black;
    border: 0px black ;
}





.padding-bottam-fet h6{
    padding-bottom: 0px !important;
}


@media (max-width: 768px) {
    iframe {
        height: 300px; /* Smaller height for smaller screens */
    }
}



@media (max-width: 768px) {
    .desktop-image {
        display: none;
       
    }

    .mobile-image {
        display: block;
        height: 450px;

        
    }
    /* .image-container {
        height: auto; 
    } */
    .navbar-nav{
    
        padding-left: 0px;
        
    }
    
   
    header.default {
        
        
     
    }


    header.half-visible {
    
    }
}


.quantity-input {
    width: 45px;
    text-align: center;
    border: none;
    outline: none;
    font-size: 16px;
    padding: 2px;
}

.addres-btn{
    width: 50%;
    display: flex;
    justify-content: center;



}
.buybtn{
    width: 295px;
    background-color: #198754;
}







.btn-cart:hover, .buy-now-button:hover {
    opacity: 0.8;
}

#share-btn {
    background-color: #007bff; 
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, transform 0.2s ease;
    z-index: 1;
   
    top: -15px;
    /* left: 47rem; */
}


    
/*  4 dec 2024*/


#mainImage{
    height: 240px;
    width: 50%;
}
@media(min-width:822px){
    #mainImage{
        height: 300px;
        width: 38%;
        
    } 
}


.pay_image img{
    height: 50px;
    width: 60px;
}

@media(max-width:512px){
    .pay_image img{
        height: 35px;
        width: 42px;
    }
}

.sm-card-img{
    height: auto !important ;
    width: 100%;
}

.youtube-desk {
    justify-content: center;
    display: flex;
    top: 11px;
    position: relative;
    left: 20px;
}
@media(min-width:822px){
    .scroll-bar{
        height:580px; 
        overflow-y: scroll; 
        overflow-x: hidden; 
        -ms-overflow-style: none; 
        scrollbar-width: none;
    }
    
}
/* .product-detail-sm-img{
    height: 130px;
    width: 130px;
    margin-top: 10px;
    margin-right: 10px;
    padding: 8px;
    border: 2px solid var(--grey-color);
}
.product-detail-sm-img:hover{
    border: 2px solid black;
} */
#share-btn {
    font-size: 16px;
    color: #fff;
    background-color: var(--text-color);
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 99;
    
    /* height: 30px;
    width: 80px; */
}
.text-center

#social-icons i {
    font-size: 16px;
    color: #fff;
    margin: 0 10px;
    cursor: pointer;
}

#cross-btn {
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    border: none;
    background: transparent;
    position: absolute;
    /* top: -10px; */
    right: -30px;
    background-color: var(--text-color);
    border-radius: 50%;
    /* padding: 5px; */
}

/* #share-btn:hover {
    background-color: white;
    color: var(--text-color);
    border: 2px solid #000;
} */
/* ============================ */
.product-detail-sm-img {
    height: 100px;
    width: 100px;
    margin-top: 10px;
    margin-right: 10px;
    padding: 4px;
    border: 2px solid var(--grey-color);
}

.product-detail-sm-img:hover {
    border: 2px solid black;
}

@media (max-width: 766px) {
    .product-detail-sm-img {
        height: 50px;
        width: 50px;
        margin-right: 5px;
    }
}
@media (max-width: 1256px) and (min-width: 766px) {
    .product-detail-sm-img {
        height: 155px !important;
        width: 75px;
        margin-right: 5px;
    }
    
}


.progress{
    height: 1rem;
}
.progress-bar{
    background-color: var(--green-color);
}
.img-color{
    height: 40px;
    width: 40px;
    margin-right: 5px;
    border: 1px solid black;
    border-radius: 8px;
    padding: 1px;
}
.quantity-btn{
    border: 1px solid black;
    margin-right: 5px;
    border-radius: 8px;
    padding-left: 8px;
    padding-right: 8px;
}
.quantity-btn-fill{
    /* border: 1px solid black; */
    background-color: rgb(54, 49, 49);
    color: white;
    margin-right: 5px;
    border-radius: 4px;
    padding: 3px;
}
.circle-list svg{
    border: 2px solid var(--green-color);
    color: white;
    border-radius: 50%;
    margin-right: 5px;
}
.quantity-control {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
}

.quantity-control i {
    background-color: #fff;
    padding: 2px;
    cursor: pointer;
    font-size: 12px;
}

.quantity-control i:hover {
    background-color: #fff;
}
/* 
.quantity-input {
    width: 40px;
    text-align: center;
    border: none;
    background-color: #fff;
    font-size: 16px;
} */

.quantity-input:focus {
    outline: none;
}

@media (max-width:768px){
    
    
    .quantity-control i {
        padding: 2px !important;
        font-size: 9px !important; 
    }
    
    .quantity-control {
       /* height: 30px !important; */
       /* width: 100%; */
    }
    
    .quantity-input {
        width: 16px !important;
        /* font-size: 9px !important; */
    }
    
   
}

.pro-share:hover{
    text-decoration: underline;
}
/* ======jumping text=========== */
.title2 {
    cursor: default;
    margin: 0;
    /* font-size: var(--fs-7); */
    color: var(--text-color);
    line-height: 1.5;
    font-weight: bold;
    animation: bounce 0.3s ease infinite alternate;
}

@keyframes bounce {
    100% {
        transform: translateY(-10px);
    }
}
/* ======fix button=========== */
.fix-btn {
    position: static;
}

@media (max-width: 789px) {
    .fix-btn {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: white; 
        z-index: 1000;
        text-align: center;
    }

    .fix-btn a {
        display: inline-block;
        width: 48%; 
    }

    .fix-btn .btn {
        width: 90%; 
    }
}

/* ======saleproduct========== */
.saleproduct{
    border: 2px solid var(--green-color) ;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}
/* =======countdow========== */
.countdown div {
    display: inline-block;
    /* text-align: left;  */
    text-align: center; 
}

.countdown div span {
    display: block;
    /* font-size: 2rem; */
    font-size: 24px;
    font-weight: 700;
}

.label {
    /* font-size: 1rem; */
    /* font-size: 0.9rem; */
    font-size: 16px;
    font-weight: 400;
    color: hsl(0, 0%, 67%);
}

.colon {
    display: inline-block;
    /* font-size: 1.3rem; */
    font-size: 0.6rem;
    /* margin: 5px 5px; */
    margin: -5px 3px;
    vertical-align: top;
    line-height: 2rem;
}

@media (max-width: 48rem) {
    .countdown div span {
        font-size: 1.5rem;
    }

    .label {
        font-size: 0.875rem;
    }

    .colon {
        font-size: 1.5rem;
    }
}

@media (max-width: 30rem) {
    /* .countdown div {
        margin: 0 0.25rem;
    } */

    .countdown div span {
        font-size: 9px;
    }

    .label {
        font-size: 8px;
    }

    .colon {
        font-size: 13px;
    }
}  
/* =============accordion========================= */
.show_all{
font-family: "Urbanist", sans-serif;
}

details {
    /* margin-bottom: 10px; */
    overflow: hidden;
}

summary {
    padding: 2px;
    cursor: pointer;
    position: relative;
    list-style: none;

}

summary::-webkit-details-marker {
    display: none;
}


summary::after {
    content: '+';
    font-size: 24px;
    /* content: '▼'; */
    position: absolute;
    right: 1px;
    bottom: 6px;
    transition: transform 0.3s ease;
}

.footer-dd > summary::after {
    content: '+';
    font-size: 24px;
    /* content: '▼'; */
    position: absolute;
    right: 1px;
    bottom: 6px;
    transition: transform 0.3s ease;
}


details[open] summary::after {
    /* transform: rotate(180deg); */
    content: '-';
}

.content {
    background-color: #fff;
    padding: 0 10px;
    overflow: hidden;
    transition: height 0.3s ease-out;
}
/* =====================================text section Start=========================================================== */
.special-text{
    font-size: var(--fs-10);
}
/* =====================================Image Effect Start=========================================================== */
.image-slider-container { 
    height: 73.5vw;
    margin: 1vw auto;
    max-height: 650px;
    max-width: 90vw;
    overflow: hidden;
    /* width: 98vw; */
}
.image-slider-container figure { 
    background-image: url('/assets/images/pimple.webp');
    background-size: cover;
    font-size: 0;
    height: 100%;
    margin: 0; 
    position: relative;
    width: 100%; 
}
.slider-overlay {
    background-image: url('/assets/images/fair.webp');
    background-size: cover;
    bottom: 0;
    border-right: 5px solid rgba(255,255,255,0.7);
    box-shadow: 10px 0 15px -13px var(--box-shadow);
    height: 100%;
    max-width: 98.6%;
    min-width: 0.6%;
    overflow: visible;
    position: absolute;
    width: 50%; 
    animation: slideEffect 2s 1 normal ease-in-out 0.1s; 
    -webkit-animation: slideEffect 2s 1 normal ease-in-out 0.1s; 
}
input.slider-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none; 
    background: transparent;
    cursor: col-resize;
    height: 100vw;
    left: 0;
    margin: 0;
    outline: none; 
    padding: 0;
    position: relative;
    top: -100vw;
    width: 100%;
}
input.slider-control::-moz-range-track { 
    background: transparent; 
}
input.slider-control::-ms-track {
    border: none; 
    background-color: transparent;
    height: 100vw; 
    left: 0; 
    outline: none; 
    position: relative;
    top: -100vw; 
    width: 100%;
    margin: 0;
    padding: 0;
    cursor: col-resize;
    color: transparent;
}
input.slider-control::-ms-fill-lower {
    background-color: transparent;
}
input.slider-control::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 100vw;
    width: 0.5%;
    opacity: 0;
}
input.slider-control::-moz-range-thumb {
    -moz-appearance: none;
    height: 100vw;
    width: 0.5%;
    opacity: 0;
}   
input.slider-control::-ms-thumb {
    height: 100vw;
    width: 0.5%; 
    opacity: 0;
}
input.slider-control::-ms-tooltip {
    display: none;
}
.slider-overlay::before {
    background: url(https://webdevtrick.com/wp-content/uploads/comparision.png) no-repeat scroll 0 center transparent;
    background-size: contain;
    content: " ";
    float: right;
    height: 100%;
    margin-right: -34px;
    position: relative;
    top: 0;
    width: 64px;
}
@keyframes slideEffect {
    0% { width: 0%; }
    50% { width: 80%; }
    100% { width: 50%; }
}
@-webkit-keyframes slideEffect {
    0% { width: 0%; }
    50% { width: 80%; }
    100% { width: 50%; }
}
/* =====================================testimonial Start=========================================================== */
.bi-star-fill{
    color: #198754;
}
.bg-success .bi-star-fill{
    color: white !important;
}
.bi-fire{
    color: rgb(255, 191, 0);
    margin: 2px;
}
.star-grey{
    color: rgb(208, 205, 205) ;
}

.section-theme{
    background-color: var(--light-theme);
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.section-theme2{
    background-color: var(--light-theme);
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
}
.testimonial-img{
    height: 70px !important;
    width: 70px !important; 
    border-radius: 50%;
}

/* =====================================Footer Start=========================================================== */
ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
/* .footer-list li{
    padding-bottom: 0.4rem;
} */
.social-link{
    height: 1.7rem;
    /* margin-right: 1rem; */
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
.social-link2{
    height: 1.4rem;
    /* margin-right: 1rem; */
    /* margin-left: 0.5rem; */
    margin-right: 0.5rem;
}
.vertical-line{
    width: 1.5px;
    height: 35px;
    background-color: var(--text-color);
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

/* =====================================new fashio section=========================================================== */
.new-fashion{
    background-color: var(--light-theme);
}
/* ======================================limited time offer===================================================== */
.offer-img{
    padding-right: 0;
}
.limited-offer {
    position: relative; /* Establishes a containing block for absolute positioning */
    z-index: 50; /* Ensures the border appears above other content */
    background-color: var(--light-theme);
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: var(--fs-10);
}

.limited-offer::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 2px dotted black; /* Adjust the color and width as needed */
    pointer-events: none; /* Prevents the border from interfering with interactions */
    box-sizing: border-box; /* Ensures padding and border are included in the element's total width and height */
    z-index: 10; /* Places the border behind the content inside the row */
}
/* ======================================About Us===================================================== */
.beauty-spray{
    width: 95%;
}
/* ===================================Contact us================================================== */
.contact-form input {
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 15px;
    margin-top: 20px;
    background-color: var(--light-theme);
    color: black;
    outline: none; /* Removes default focus outline */
}

.contact-form input:focus {
    background-color: var(--light-theme);
    color: black;
    box-shadow: none; /* Removes any box shadow */
    border-bottom: 1px solid var(--grey-color);
}

.contact-form{
    background-color: var(--light-theme);
    border-radius: 15px;
    padding: 35px;
}
/* =====================================FAQs============================================== */
.faq-img{
    height: auto;
    width: 100%;
}

/* =====================================Skin Care================================================= */

.accordion {
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
}

.accordion-header {
    padding: 10px;
    background-color: #f0f0f0;
    cursor: pointer;
    position: relative;
    list-style: none;
}
.accordion-header:hover{
    text-decoration: underline;
}
.accordion-header::after {
    content: '▼';
    position: absolute;
    right: 10px;
    transition: transform 0.3s ease;
}

.accordion.open .accordion-header::after {
    transform: rotate(180deg);
}

.accordion-content {
    background-color: #fff;
    border-top: 1px solid #ccc;
    padding: 0 10px;
    overflow: hidden;
    height: 0;
    transition: height 0.3s ease-out;
}
.accordion-content .col-6{
    padding: 10px;
}
.accordion.open .accordion-content {
    height: auto;
}
/* =============================card carousel============================================== */

/* =====icons========== */
.icon-img{
    height: 60px;
    width: 60px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
}
/* .body-style {
    display: flex;
    padding: 0 35px;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
  } */
  .wrapper {
    width: 100%;
    position: relative;
  }
  @media (min-width: 981px) {
    .wrapper .fa-angle-left{
        top: 40% !important;
    }
    /* .wrapper .fa-angle-right {
        top: 40% !important;
    } */

  }

  .wrapper i {
    top: 30%;
    height: 40px;
    width: 40px;
    cursor: pointer;
    font-size: 1.25rem;
    position: absolute;
    text-align: center;
    line-height: 25px;
    background: var(--text-color);
    color: white;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0,0,0,0.23);
    /* transform: translateY(-50%); */
    transition: transform 0.1s linear;
  }
 
  .wrapper .fa-angle-left {
    top: 30% !important;
    line-height: 40px !important;
    background-color: white;
    color: #000;
  }
  .wrapper .fa-angle-right {
    top: 30% !important;
    line-height: 40px !important;
    background-color: white;
    color: #000;
  }
  .wrapper .fa-angle-left:hover,.fa-angle-right:hover{
    background-color: var(--text-color);
    color: white;
  }
  /* .wrapper .fa-angle-left,.fa-angle-right:active{
    transform: translateY(-50%) scale(0.85);
  } */
  .wrapper .fa-angle-left,.fa-angle-right:first-child{
    left: -1px;
    z-index: 2;
  }
  .wrapper .fa-angle-left, .fa-angle-right:last-child{
    right: -1px;
    z-index: 2;
  }
  .wrapper .carousel{
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 4) - 3px);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 10px;
    border-radius: 8px;
    scroll-behavior: smooth;
    scrollbar-width: none;
    /* margin-left: 116px;
    margin-right: 116px; */
  }
  .wrapper2 .carousel2{
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 4) - 2px);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 2px;
    border-radius: 8px;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  .wrapper2 i {
    top: 30%;
    height: 40px;
    width: 40px;
    cursor: pointer;
    font-size: 1.25rem;
    position: absolute;
    text-align: center;
    line-height: 25px;
    background: var(--text-color);
    color: white;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0,0,0,0.23);
    /* transform: translateY(-50%); */
    transition: transform 0.1s linear;
  }
  .wrapper2 .fa-angle-left,.fa-angle-right:first-child{
    left: -10px;
    z-index: 2;
  }
  .wrapper2 .fa-angle-left, .fa-angle-right:last-child{
    right: -10px;
    z-index: 2;
  }
  .wrapper2 .fa-angle-left {
    top: 30% !important;
    line-height: 40px !important;
    background-color: white;
    color: #000;
    position: relative;
  }
  .wrapper2 .fa-angle-right {
    /* top: 40% !important; */
    line-height: 40px !important;
    background-color: white;
    color: #000;
    position: relative;
  }
  .carousel::-webkit-scrollbar {
    display: none;
  }
  .carousel.no-transition {
    scroll-behavior: auto;
  }
  .carousel.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
  }
  .carousel.dragging .card {
    cursor: grab;
    user-select: none;
  }
  .carousel :where(.card, .img) {
    display: flex;
    /* justify-content: center;
    align-items: center; */
  }
  .carousel .card {
    scroll-snap-align: start;
    /* height: 342px; */
    list-style: none;
    /* background: #fff; */
    background-color: white;
    cursor: pointer;
    /* padding-bottom: 15px; */
    flex-direction: column;
    border-radius: 8px;
    padding: 10px;
  }
  .carousel .card img {
    /* background: #8B53FF; */
    /* height: 40%;
    width: 92%; */
  }

  /* .card .img img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #fff;
  } */
  /* .carousel .card h2 {
    font-weight: 500;
    font-size: 1.56rem;
    margin: 30px 0 5px;
  } */
  /* .carousel .card span {
    color: #6A6D78;
    font-size: 1.31rem;
  } */
  



  @media screen and (max-width: 900px) {
    .wrapper .carousel {
      grid-auto-columns: calc((100% / 3) - 9px);
    }
  }
  
  @media screen and (max-width: 1025px) {
    .wrapper .carousel2 {
      grid-auto-columns: calc((100% / 4) - 1px);
    }
    #mainImage{
        height: 330px !important;
        width: 40%;
    }
    .col-lg-6 .card img{
        height: 100px !important;
        width: 280px;
    }
  }
  
  @media screen and (max-width: 900px) {
    .wrapper .carousel2 {
      grid-auto-columns: calc((100% / 4) - 1px);
    }
    #mainImage{
        height: 270px !important;
        width: 40%;
    }
    .col-lg-6 .card img{
        height: 145px !important;
        width: 280px;
    }
  }
  
  @media screen and (max-width: 600px) {
    .wrapper .carousel {
      grid-auto-columns: calc((100% / 2) - 9px);
    }
  }
  @media screen and (max-width: 600px) {
    .wrapper .carousel2 {
      grid-auto-columns: calc((100% / 4) - 1px);
    }
    .col-lg-6 .card img{
        height: 100px !important;
        width: 280px;
    }
  }

  /* =========================== slider=============================================== */
  /* ===========================testimonial slider=============================================== */
  .wrapper_testi {
    /* max-width: 1100px; */
    width: 100%;
    position: relative;
  }


  .testi_carousel.no-transition {
    scroll-behavior: auto;
  }
  .testi_carousel.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
  }
  .testi_carousel.dragging .card {
    cursor: grab;
    user-select: none;
  }
  .testi_carousel :where(.card, .img) {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .testi_carousel .card {
    scroll-snap-align: start;
    /* height: 342px; */
    list-style: none;
    background: #fff;
    cursor: pointer;
    /* padding-bottom: 15px; */
    flex-direction: column;
    border-radius: 8px;
  }
  /* .testi_carousel .card img {
    background: #8B53FF;
    height: 100%;
    width: 100%;
  } */
  /* .testi_carousel .card h2 {
    font-weight: 500;
    font-size: 1.56rem;
    margin: 30px 0 5px;
  } */
  /* .testi_carousel .card span {
    color: #6A6D78;
    font-size: 1.31rem;
  } */

  @media screen and (max-width: 900px) {
    .wrapper_testi .testi_carousel {
      grid-auto-columns: calc((100% / 2) - 9px);
    }
  }
  
  @media screen and (max-width: 600px) {
    .wrapper_testi .testi_carousel {
      grid-auto-columns: 100%;
    }
    .wrapper_testi i:first-child{
        left: -18px;
        z-index: 2;
      }
      .wrapper_testi i:last-child{
        right: -13px;
      }
  }
/* ===================category slider============================ */
.category_slider {
    width: 100%;
    position: relative;
  }
  .category_slider i {
    height: 40px;
    width: 40px;
    cursor: pointer;
    font-size: 1.25rem;
    position: absolute;
    text-align: center;
    line-height: 40px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0,0,0,0.23);
    transition: transform 0.1s linear;
    margin-left: 35vw !important;
    margin-right: 35vw !important;
  }
  .category_slider i:hover{
    background-color: black !important;
    color: white;
  }
  @media (max-width: 981px) {

    .wrapper .recommended_icon {
    height: 40px;
    width: 40px;
    cursor: pointer;
    font-size: 1.25rem;
    position: absolute;
    text-align: center;
    line-height: 40px;
    background: white;
    border-radius: 50%;
    /* box-shadow: 0 3px 6px rgba(0,0,0,0.23); */
    transition: transform 0.1s linear;
    margin-left: 35vw !important;
    margin-right: 35vw !important;
    bottom: -10% !important;

  }
  .recommended_icon i:hover{
    background-color: black !important;
    color: white;
  }
}
  /* .category_slider i:active{
    transform: translateY(-50%) scale(0.85);
  } */
 
  .category_slider .category_carousel{
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 2) - 12px);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 16px;
    border-radius: 8px;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  .category_carousel::-webkit-scrollbar {
    display: none;
  }
  .category_carousel.no-transition {
    scroll-behavior: auto;
  }
  .category_carousel.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
  }
  .category_carousel.dragging .card {
    cursor: grab;
    user-select: none;
  }
  .category_carousel :where(.card, .img) {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .category_carousel .card {
    scroll-snap-align: start;
    /* height: 342px; */
    list-style: none;
    background: #fff;
    cursor: pointer;
    /* padding-bottom: 15px; */
    flex-direction: column;
    border-radius: 8px;
  }
  .right_category_icon{
    margin-top: 20px !important;
  }


  @media screen and (max-width: 900px) {
    .category_slider .category_carousel {
      grid-auto-columns: calc((100% / 2) - 9px);
    }
  }
  
  @media screen and (max-width: 600px) {
    .category_slider .category_carousel {
      grid-auto-columns: 100%;
    }
    /* .category_slider i:first-child{
        left: -10px;
        z-index: 2;
      }
      .category_slider i:last-child{
        right: -10px;
      } */
  }
/* ===================scroll up============================ */
/* @media (max-width: 876px) {

#scrollUpBtn {
    display: none; 
    position: fixed; 
    bottom: 20px; 
    right: 30px; 
    z-index: 99; 
    border: none;
    outline: none; 
    cursor: pointer; 
    padding: 12px; 
    border-radius: 10px;
    font-size: 18px;
    
}
} */


/* General styles for fixed button */
#scrollUpBtn {
    /* position: fixed; */
    bottom: 0px; 
    right: 20px;
    z-index: 99; 
    display: flex;
    gap: 10px; 
}

/* For mobile screens */
@media (max-width: 876px) {
    #scrollUpBtn {
        position: fixed;
        bottom: -1px;
        right: 10px;
        display: block; /* Display the buttons */
    }
}

@media (max-width: 991px) {
    .whatsapp-icon{
        display: none;
    }
}
@media (min-width: 991px){

.whatsapp-icon {
    position: fixed;
    bottom: 60px; /* Adjust as needed */
    right: 30px;  /* Adjust as needed */
    z-index: 9999; /* Ensure it's on top */
    height: 45px;
    display: block;
}
}
/* #scrollUpBtn:hover {
    background-color: grey;
} */
/* =======================login & signup============================================= */
.otp-box {
    width: 50px; /* Adjust width as needed */
    text-align: center; /* Center text */
}
@media (max-width: 576px) {
    .w-100-sm {
        width: 100% !important;
    }
}
.carousel-indicators [data-bs-target]{
    height: 15px !important;
    width: 15px !important;
    border-radius: 50%;
}
.translate-middle .carousel-inner .carousel-item .carousel-caption{
    right: 1% !important;
    left: 1% !important;
}
/* ===========================customer profile ============================================ */
.profile-pills.active{
    background-color: var(--text-color) !important;
    color: white !important;
}
.profile-pills{
    background-color: var(--lighter-theme) !important;
    color: var(--text-color) !important;
    width: 30vw !important;
}
.nav-tabs{
    border: none !important;
    justify-content: center !important;
}
/* ===========================checkout ============================================ */
.table>:not(caption)>*>*{
    border-bottom-width: 0 !important;
}
.remove-btn{
    cursor: pointer;
}
/* table td img{
    height: 90px !important;
    width: 65px;
    padding-top: 0.6rem;
} */
 .cart-img{
    height: 130px;
 }
/* =======================our best sellers========================== */

#new-arrivals-container,
#sale-products-container {
    display: none; /* Only show the "Best Sellers" container by default */
}
/* ===============nav pills================================== */
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: white;
    color: black;
    font-size: 2.6rem;
    font-weight: 600;
    /* font-family: 'Urbanist', sans-serif; */
    font-family: var(--font-body-family);
    line-height: 1.3;
    letter-spacing: 1px;
    border: 2px solid #b2b2b2;
}
.nav-pills .nav-link {
    background-color: white;
    color: #b2b2b2;
    /* font-size: 43px; */
    font-size: 2.6rem;
    font-weight: 600;
    /* font-family: "Urbanist", sans-serif; */
    font-family: var(--font-body-family);
    line-height: 1.3;
    letter-spacing: 1px;
}
.nav-link{
    color: #000;
}

.nav-link:hover{
    color: #000;
}
/* =============================Track Order=========================================== */


.hh-grayBox {
    /* background-color: #F8F8F8; */
    /* margin-bottom: 20px; */
    padding: 15px;
    margin-top: 20px;
    display: none; /* Initially hidden */
    transition: max-height 0.5s ease-out;
    overflow: hidden;
    /* max-height: 0; Initially collapsed */
}
.pt45 {
    padding-top: 45px;
}
.order-tracking {
    text-align: center;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.order-tracking .is-complete {
    display: block;
    position: relative;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    border: 0px solid #afafaf;
    background-color: #f7be16;
    margin: 0 auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    z-index: 2;
}
.order-tracking .is-complete:after {
    display: block;
    position: absolute;
    content: "";
    height: 14px;
    width: 7px;
    top: -2px;
    bottom: 0;
    left: 5px;
    margin: auto 0;
    border: 0px solid #afafaf;
    border-width: 0px 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
}
.order-tracking.completed .is-complete {
    border-color: #27aa80;
    border-width: 0px;
    background-color: #27aa80;
}
.order-tracking.completed .is-complete:after {
    border-color: #fff;
    border-width: 0px 3px 3px 0;
    width: 7px;
    left: 11px;
    opacity: 1;
}
.order-tracking p {
    color: #a4a4a4;
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 0;
    line-height: 20px;
}
.order-tracking p span {
    font-size: 14px;
}
.order-tracking.completed p {
    color: #000;
}
.order-tracking::before {
    content: "";
    display: block;
    height: 3px;
    width: calc(100% - 40px);
    background-color: #f7be16;
    top: 13px;
    position: absolute;
    left: calc(-50% + 20px);
    z-index: 0;
}
.order-tracking:first-child::before {
    display: none;
}
.order-tracking.completed::before {
    background-color: #27aa80;
}
.tracking-wrapper {
    display: flex;
    justify-content: space-between;
}
.expandable {
    max-height: 500px; /* Adjust as needed */
    display: block; /* Show the element when expanded */
}
/* =========================review form=================================================== */

.rate {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}

.rating > input {
    display: none;
}

.rating > label {
    position: relative;
    width: 1em;
    font-size: 30px;
    font-weight: 300;
    color: #FFD600;
    cursor: pointer;
}

.rating > label::before {
    content: "\2605";
    position: absolute;
    opacity: 0;
}

.rating > label:hover:before,
.rating > label:hover ~ label:before {
    opacity: 1 !important;
}

.rating > input:checked ~ label:before {
    opacity: 1;
}

.rating:hover > input:checked ~ label:before {
    opacity: 0.4;
}

.buttons {
    position: relative;
    top: 36px;
}

.rating-submit {
    border-radius: 8px;
    color: #fff;
    height: auto;
}

.rating-submit:hover {
    color: #fff;
}
/* ====================best sellers================================ */
.dropdown-item:focus, .dropdown-item:hover {
    background-color: var(--text-color)!important;
    color: white !important;
}

/* ====================search functionality================================= */
.search-bar-wrapper {
    /* display: none; */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    z-index: 1050;
    padding: 20px;
    box-sizing: border-box;
}

.search-bar-wrapper.active {
    display: block;
}

.search-input-group {
    display: flex;
    align-items: center;
    position: relative;
}

.search-bar-wrapper input {
    width: 100%;
    padding: 10px 15px;
    font-size: 18px;
    position: relative;
}

.search-icon {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #aaa;
    cursor: pointer;
    /* display: none; Initially hidden */
}

.previous-icon {
    font-size: 20px;
    color: #aaa;
    cursor: pointer;
    margin-right: 10px;
}

.search-suggestions-wrapper {
    display: none; /* Hide by default */
    /* position: absolute; */
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
    z-index: 1049;
    padding: 20px;
    box-sizing: border-box;
}

.search-suggestions-wrapper.active {
    display: block; /* Show when active */
}

.search-suggestions {
    list-style: none;
    padding: 0;
    margin-top: 10px;
}

.search-suggestions li {
    padding: 10px;
    font-size: 18px;
    border-bottom: 1px solid white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.search-suggestions li a {
    color: white;
    text-decoration: none;
    flex-grow: 1;
}

.search-suggestions li .select-arrow {
    font-size: 20px;
    color: white;
}
.search-wrapper{
    padding: 0;
    display: inline;
}

/* ======================products category page final=========================== */
.filter_list p, li{
    color: gray;
}
.filter_list p{
    margin: 0;
}
details[open] p{
    /* color: black; */
    /* margin: 0; */
}
.filter_list p:hover, li:hover{
    color: black;
}

.filter_listt p, li{
    color: gray;
}
.filter_listt p{
    margin: 0;
}
details[open] p{
    /* color: black; */
    /* margin: 0; */
}
.filter_listt p:hover, li:hover{
    color: black;
}

.underline-animation {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  
  .underline-animation::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.8px;
    background-color: black; /* Change this to your preferred underline color */
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
  }
  
  .underline-animation:hover::after {
    transform: scaleX(1);
  }

.pro_head{
    font-weight: 700;
}

/* =============================== */
.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    display: none; /* Hidden by default */
    z-index: 999; /* Ensure it's on top */
}

.close-btn {
    position: absolute;
    top: 10px; /* Adjust position */
    right: 10px; /* Change from right to left */
    font-size: 24px; /* Size of the close icon */
    border: none;
    background: transparent;
    cursor: pointer;
}

#sidebar {
    position: fixed; /* Fixed position for sidebar */
    top: 0;
    left: 0; /* Change from right to left */
    height: 100%;
    background-color: white; /* Change as needed */
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5); /* Adjust shadow direction */
    z-index: 1000; /* Ensure it's above other content */
    transition: transform 0.3s ease; /* Smooth transition */
    transform: translateX(-100%); /* Initially hide sidebar to the left */
    padding: 10px;
    width: 300px;
}

/* Ensure sidebar is always visible on large screens */
@media (min-width: 992px) {
    #sidebar {
        display: block; /* Always show on large screens */
        transform: translateX(0); /* Ensure it is shown */
    }

    .toggle-btn {
        display: none; /* Hide toggle button on large screens */
    }
}
/* .page-link{
    border: none;
    padding: 8px;
    height: 38px;
    width: 38px;
}
.page-item.active .page-link {
    background-color: #f5f5f5;
    border: #f5f5f5;
    border-radius: 50%;
    color: #000;
} */

.page-link {
    border: none;
    padding: 8px;
    height: 38px;
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #000;
    background-color: transparent;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.page-link:hover,
.page-item:not(.disabled) .page-link:focus {
    background-color: #e9e9e9;
    color: var(--green-color);
    text-decoration: none;
}

.page-item.active .page-link {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    color: var(--green-color);
    font-weight: 600;
}

.page-item.active .page-link:hover {
    background-color: #f5f5f5; /* Keep the same on hover for active state */
    color: #000;
}

/* Styling for Previous and Next buttons when clicked */
.page-item:not(.disabled):active .page-link,
.page-item:not(.disabled) .page-link:focus {
    background-color: #e9e9e9; /* Show grey background circle on click */
    color: #000;
    border-radius: 50%;
}

/* ======================products category page final=========================== */



.slick-list {
	margin: 0 auto;
	padding: 30px 0;
}
.slick-list .slick-slide {
	/* font-size: 30px; */
	/* text-align: center; */
	padding: 40px 20px;
	/* line-height: 2; */
	font-weight: 700;
}


.slick-list .slick-slide p {

	font-weight: 400;
}




@media (max-width: 789px) {
    /* the slides */
    /* .slick-slide {
        margin: 0 27px;
    } */

    /* the parent */
    .slick-list {
        margin: 0px -7px !important;
    } 


    .slick-arrow
    {
        height: 35px !important;
        width: 35px !important;
        font-size: 21px !important;
        padding: 6px !important;
        /* transform: translateY(-50%);  */
    }
    
    .arrow-left
    {
      left: 15px !important;
    }
  
    .arrow-right 
    {
      right: 5px !important;
    }



}





.slick-list .slick-slide:nth-child(even) {
	/* background-color: #ddd; */
}
.slick-list .slick-slide:nth-child(odd) {
	/* background-color: #ccc; */
}
/* .slick-arrow {
	z-index: 1;
	width: 40px;
	height: 40px;
    color: #0aa350;
} */

/* .slick-arrow:before {
	font-size: 30px;
} */
/* .slick-next {
	right: 0;
}
.slick-prev {
	left: 0;
} */

.slick-arrow
{
    display: block;
    position: absolute;
    top: 40%;
    z-index: 9;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #2c2c2c;
    padding: 10px;
    height: 46px;
    width: 46px;
    font-size: 23px;
    text-align: center;

    /* transform: translateY(-50%);  */
  }


  .slick-arrow:hover {
    background-color: #2c2c2c;
    color: #fff;
  }

  .arrow-left
  {
    left: 5px;
  }

  .arrow-right 
  {
    right: 5px !important;
  }

  /* .slick-next{
      right: 0;
  } */

.btn-wrap {
	text-align: center;
	width: 100%;
}
/* button {
	background-color: #ddd;
	border: none;
	padding: 10px 20px;
	border-radius: 5px;
	margin: 10px;
	font-size: 18px;
	font-weight: 600;
	transition: all 0.5s;
}
button.slick-disabled {
	opacity: 0.6;
} */



#scroll-to-top {
    display: block; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 60px; /* Place the button at the bottom of the page */
    left: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #198754; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    /* Some padding */
    font-size: 18px; /* Increase font size */
    height: 40px;
    width: 40px;
  }
  
  #scroll-to-top:hover {
    background-color: #555; /* Add a dark-grey background on hover */
  }


  .success-whatsapp-icon {
    height: 45px;
    display: block;
}


.view_more:hover {
    text-decoration: underline;   
}


.login-link:hover {
    text-decoration: underline;
}