/*your custom css goes here*/




.video_container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.video_container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.floating-logo {
    position: fixed;
    top: 45%;
    right: 0px;
    cursor: pointer;
    background-color: var(--primary) !important;
    border-radius: 10px;
}
.sidebar {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    transition: right 0.3s ease;
    z-index: 9999;
}




    .floating-logo {
    position: fixed;
    top: 45%;
    right: 0px;
    cursor: pointer;
    background-color: #000000 !important;
    border-radius: 10px;
}
.color-pink{
        color:pink;
    }
    
    #search {
    padding-left: 45px;
}

.search_icon{
    position:absolute;
    left:0;
    margin-top:7px;
    z-index: 999;
}

.mobile_search_icon{
    margin-top:5px !important;
}
.svg_img{
    margin-top: 5px;
}

.float__body{
    background-color: #fd8900 !important;
    border-radius: 5px;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 4px;
    color: #ffffff !important;
    border-top-right-radius: 10px;
    border-top-left-radius:  10px;
}

.count__body{
    font-weight: 600;
    margin-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
}

.price_count{
    font-weight: 600;
    padding: 5px;
    text-align: center;
    color: #ffffff;
}

.sidebar {
    position: fixed;
    top: 0;
    right: -300px; /* Initially off-screen */
    width: 300px;
    height: 100%;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    transition: right 0.3s ease;
    z-index: 9999;
}

.close-btn {
    background-color: #006938;
    color: #006938;
    padding: 5px 10px;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid ;
}

.cart_items{
    margin-left: -20px !important;
    margin-right: -20px !important;
}
.complain__btn a{
    color : #ffffff !important;
}
.delivery__title{
    border-bottom: 1px solid #000000 !important;
}
.btn-primary:hover{
    background-color:#000000 !important;
    border-color:#000000 !important;
}




/* Modal look */
.website-popup-card{ border-radius:24px!important; box-shadow:0 14px 40px rgba(0,0,0,.25); }

/* 1.5 items spacing */
.custom-carousel-box{ padding:0 6px; }

/* Rounded image */
.slide-img-wrap{ display:block; border-radius:22px; overflow:hidden; }
.custom-carousel-image{ display:block; width:100%; height:auto; border-radius:10px; padding:0px !important;}

/* Black footer bar (inset & rounded) */
.popup-footer-bar{
    position:absolute; left:0px; right:0px; bottom:0px;
    padding:10px 14px; background:rgba(0,0,0,.92);
    border-radius:16px; color:#fff; line-height:1.1; pointer-events:none;
}

/* Countdown text */
.countdown{ font-weight:700; font-size:9px; letter-spacing:.1px; }
.countdown .cd-num{ min-width:18px; text-align:center; }
.fs-16{ font-size:10px; }

/* Yellow circular "Buy Now" pill */
.buy-pill{
    position:absolute; right:6px; bottom:6px;
    padding:5px; border-radius:5px;
    background:#FFC73A; color:#1b1b1b;
    display:flex; align-items:center; justify-content:center; text-align:center;
    font-weight:700; line-height:1.05;
    box-shadow:0 8px 18px rgba(255,170,0,.45);
}
.buy-pill .buy-text{ font-size:10px; display:block; margin-right:2px; }
.buy-pill i{ font-size:13px; }

/* Dots tuning */
.aiz-carousel.dots-inside-bottom .slick-dots{ bottom:-2px; }
.slick-dots li button:before{ font-size:8px; opacity:.35; }
.slick-dots li.slick-active button:before{ opacity:1; color:#FFA500; }

/* Close button */
.website-popup .btn.btn-circle.btn-icon{
    width:40px; height:40px; border-radius:50%;
    box-shadow:0 6px 16px rgba(0,0,0,.18);
}

/* Slide container rounding */
.popup-slide{ border-radius:22px; }

/* Mobile tweaks */
@media (max-width:575.98px){
    .popup-footer-bar{ left:0px; right:0px; bottom:0px; padding:9px 12px; border-radius:14px; }
    .buy-pill{ right:15px; bottom:4px; padding:5px; }
}




    i.la.la-plus{
        font-weight: 900;
    background: #006938;
    color: #ffffff;
    padding: 6px;
    border-radius: 8px;
    cursor: pointer;
}
.mobile_device_container{
    padding-left:15px;
    padding-right:15px;
}
    i.la.la-minus{
        font-weight: 900;
    background: var(--soft-primary);
    color: var(--primary);
    padding: 6px;
    border-radius: 8px;
    cursor: pointer;
}
/* search input box */
.search-input-box{
    position: relative;
    width: 100%;
  }
.search-input-box > input{
    border-radius: 100px;
    overflow:hidden;
    height: 40px;
    border-color:#fd8a03 !important;
}


.border-lg{
     border-radius: 100px !important;
     border-color:#fd8a03 !important;
}


.btn-search{
    position: absolute;
    right: 4px;
    top: 4.5px;
    border-radius: 100px;
    background: #fd8a03;
    color: #fff !important;
    font-weight: 500;
    font-size: 16px;
    padding: 3px 8px;
}
.search-input-box > svg {
    position: absolute;
    right: 20px;
    top: 10px;
}
[dir="rtl"] .search-input-box > svg {
    right: auto;
    left: 20px;
}
.search-input-box .form-control:focus {
    border-width: 2px !important;
    border-color: var(--primary) !important;
}

/* animate underline */
.animate-underline-gradient,
.animate-underline-primary,
.animate-underline-blue,
.animate-underline-white{
    position: relative;
}
.animate-underline-gradient::after,
.animate-underline-primary::after,
.animate-underline-blue::after,
.animate-underline-white:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    border-radius: 2px;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .5s cubic-bezier(0,0,.2,1),-webkit-transform .5s cubic-bezier(0,0,.2,1);
}
.animate-underline-gradient::after{
    bottom: -6px;
    background: linear-gradient(144deg, rgba(167,46,184,1) 20%, rgba(247,81,81,1) 82%);
}
.animate-underline-white:after{
    bottom: -5px;
    background: #fff;
}
.animate-underline-primary:after{
    bottom: -3px;
    background: var(--primary);
}
.animate-underline-blue:after{
    bottom: -3px;
    background: var(--blue);
    height: 2px;
}
.animate-underline-gradient:hover::after,
.animate-underline-primary:hover::after,
.animate-underline-blue:hover::after,
.animate-underline-white:hover::after{
    transform: scaleX(1);
    transform-origin: left;
}

/* animate outline */
.hov-animate-outline{
    position: relative;
}
.hov-animate-outline::before,
.hov-animate-outline::after{
    box-sizing: inherit;
    content: '';
    position: absolute;
    z-index: -1 !important;
    width: 0;
    height: 0;
    transition: color 0.3s;
    border: 2px solid transparent;
}
.hov-animate-outline::before {
    top: 0;
    left: 0;
}
[dir="rtl"] .hov-animate-outline::before {
    left: auto;
    right: 0;
}
.hov-animate-outline::after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.hov-animate-outline:hover::before,
.hov-animate-outline:hover::after {
    width: calc(100% - 2px);
    height: 100%;
}
.hov-animate-outline:hover::before {
    border-top-color: var(--primary);
    border-right-color: var(--primary);
    transition:
      width 0.3s ease-out,
      height 0.3s ease-out 0.3s;
}
[dir="rtl"] .hov-animate-outline:hover::before {
    border-left-color: var(--primary);
    border-right-color: transparent;
}
.hov-animate-outline:hover::after {
    border-bottom-color: var(--primary);
    border-left-color: var(--primary);
    transition:
      height 0.3s ease-out,
      width 0.3s ease-out 0.3s;
}
[dir="rtl"] .hov-animate-outline:hover::after {
    border-right-color: var(--primary);
    border-left-color: transparent;
}

/* Visit Button */
.btn-visit {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
    width: 12rem;
    height: auto;
}
.btn-visit .circle {
    transition: all 0.8s cubic-bezier(0.65,0,.076,1);
    position: relative;
    display: block;
    margin: 0;
    width: 2.5rem;
    height: 2.5rem;
    background: var(--soft-secondary-base);
    border-radius: 1.625rem;
}
.btn-visit .circle .icon {
    transition: all 0.5s cubic-bezier(0.65,0,.076,1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: var(--primary);
}
.btn-visit .circle .icon.arrow {
    transition: all 0.5s cubic-bezier(0.65,0,.076,1);
    left: 0.4rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}
[dir="rtl"] .btn-visit .circle .icon.arrow {
    left: 0.5rem;
}
.btn-visit .circle .icon.arrow::before {
    position: absolute;
    content: '';
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid var(--primary);
    border-right: 0.125rem solid var(--primary);
    transform: rotate(45deg);
}
[dir="rtl"] .btn-visit .circle .icon.arrow::before {
    transform: rotate(225deg);
}
.btn-visit .button-text {
    transition: all 0.5s cubic-bezier(0.65,0,.076,1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.65rem 0;
    margin: 0 0 0 1.85rem;
    color: var(--dark);
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
}
[dir="rtl"] .btn-visit .button-text {
    margin: 0 0.5rem 0 0;
}
.btn-visit:hover .circle {
    width: 100%;
}
.btn-visit:hover .circle .icon.arrow {
    background: var(--primary);
    transform: translate(1rem, 0);
}
[dir="rtl"] .btn-visit:hover .circle .icon.arrow {
    left: 0;
}
[dir="rtl"] .btn-visit:hover .circle .icon.arrow::before {
    right: auto;
}
.btn-visit:hover .button-text {
    color: var(--primary);
}


.visite-btn{
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}
.visite-btn .icon-arrow{
    position: relative;
}
.visite-btn .icon-arrow::before {
    transition: all 0.5s cubic-bezier(0.65,0,.076,1);
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    height:1.7px;
    width: 14px;
    transform: translate(0, -50%);
    background: transparent;
}
.visite-btn .icon-arrow::after {
    transition: all 0.5s cubic-bezier(0.65,0,.076,1);
    position: absolute;
    content: '';
    top: 0.215rem;
    left: 0.35rem;
    width: 0.525rem;
    height: 0.525rem;
    border-top: 0.125rem solid var(--primary);
    border-right: 0.125rem solid var(--primary);
    transform: rotate(45deg);
}
.visite-btn:hover .icon-arrow::before{
    background: var(--primary);
    transform: translate(8px, -50%);
}
.visite-btn:hover .icon-arrow::after{
    transform: translate(8px, 0) rotate(45deg);
}


/*Scrollbar*/
/* Scroll area */
/* FORCE a visible, thin black scrollbar on the product_search_div */
.product_search_div{
  max-height:500px;
  overflow-y: scroll !important;     /* always show area as scrollable */
  scrollbar-gutter: stable both-edges;
  scrollbar-width: thin !important;   /* Firefox */
  scrollbar-color: #000 #ffffff !important; /* thumb / track */
}

/* Chromium/WebKit overrides (beat any global hide rules) */
.product_search_div::-webkit-scrollbar{
  width: 8px !important;
  height: 8px !important;
}
.product_search_div::-webkit-scrollbar-track{
  background: #ffffff !important;
}
.product_search_div::-webkit-scrollbar-thumb{
  background: #000 !important;        /* black handle */
  border-radius: 999px !important;
  border: 2px solid #ffffff !important;
}
.product_search_div::-webkit-scrollbar-thumb:hover{
  background: #222 !important;
}
    .search-suggestions.typed-search-box {
        /* or search bar color */
        border-color: #ffbf00;
        /* auto min-height */
        min-height: auto !important;
        /* optional spacing inside suggestions */
        padding: 0.5rem 0;
        /* border weight */
        border-width: 2em;
    }

    /* Link styles */
    .suggestion-link {
        background-color: #FFF4F6;
        /* light bg */
        color: #19191a;
        /* normal link color */
        text-decoration: none;
        transition: all 0.2s ease-in-out;
        /* side-by-side layout */
        text-align: center;
        /* optional, center text */
        font-weight: 600;
        letter-spacing: 0.1em
    }

    /* Hover effect */
    .suggestion-link:hover {
        background-color: #F9CDCD;
        /* slightly darker bg if needed */
        color: #1f1e1f;
        /* deep color on hover */
    }


    .typed-search-box.stop-propagation.document-click-d-none.bg-white.rounded.shadow-lg.position-absolute.left-0.top-100.w-100 {
        border-top-width: 1px !important;
        border: 1px solid #ffbf00 !important;
        min-height: auto !important;
        /* or search bar color */
        /* border-width: 2em !important; */
        /* border weight */
    }
/*Scrollbar*/

.discount_price{
    color:#FE6694 !important;
}
.cart_count {
    position: absolute;
    top: 15px;
    margin-left: -14.8px;
    color: red;
    font-weight: 600;
    font-size: 15px;
}

 .category-item {
    position: relative;
}






/*category css*/
.custom-categories-brands {
    max-width: 600px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
}

.custom-tabs {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
    padding-left: 5px;
}

.custom-tab {
    padding: 10px 15px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
}

.custom-tab.active {
    color: #ff66a3; /* Highlight color for active tab */
    border-bottom: 2px solid #ff66a3;
}

.custom-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding:10px;
}

.custom-grid-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.custom-grid-item img {
    width: 100%;
    height: 90px;
    object-fit: cover;
    border-radius: 10px;
}

.custom-item-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    pointer-events: none; /* Prevents blocking clicks */
}




.custom-item-text .custom-arrow {
    font-size: 12px;
    margin-left: 5px;
}

/* Optional hover effect */
.custom-grid-item:hover .custom-item-text {
    background: rgba(255, 102, 163, 0.7);
}

/*category css*/

.custom-subcategory-list {
    margin-top: 10px;
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
    position:fixed;
    left:10px;
    z-index:9999;
    width:300px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    
}

.custom-subcategory-item {
    padding: 5px 0;
    font-size: 14px;
    border-top:1px solid #cfcfcf70;
}

.custom-subcategory-item a {
    color: #333;
    text-decoration: none;
}

.custom-subcategory-item a:hover {
    color: #007bff;
    text-decoration: underline;
}
.custom-arrow {
    cursor: pointer;
    margin-left: 8px;
    font-size: 12px;
}

.custom-subcategory-list,
.custom-childcategory-list {
    padding-left: 15px;
    margin-top: 5px;
}
.custom-childcategory-item{
    padding-top:10px;
}
.custom-subcategory-item,
.custom-childcategory-item {
    margin-bottom: 5px;
}
.custom-arrow {
    display: inline-block; 
    transition: transform 0.3s ease;
}
.custom-arrow.rotated {
    transform: rotate(180deg);
}
/*brand*/

.category_brand{
    padding-left:20px;
}
.brand-item-pad,.brand-letter-pad{
    padding-top: 16px;
}

.custom-carousel-box {
    position: relative;
    overflow: hidden;
    border-radius: 15px; /* For rounded corners */
}

.custom-carousel-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
    padding: 10px; /* Adding padding around the image */
}

/* Styling for modal close button */
.website-popup .btn-circle {
    z-index: 1000;
    position: absolute;
    top: 15px;
    right: 15px;
}

/* Add some space between images */
.aiz-carousel .carousel-box {
    margin-bottom: 20px;
}

.custom-carousel-image {
    border-radius:10px !important;
}
/* For responsive design */
@media (max-width: 767px) {
    .custom-carousel-image {
        height: 200px; /* Set height for smaller screens */
    }
}

.add_border{
    border-radius:15px !important;
}



    
    
    
        /* Container that scrolls the list */
        .category_brand {
            max-height: calc(100vh - 140px);
            overflow: auto;
            padding: 0 12px 24px;
            scroll-behavior: smooth; /* fallback smooth scroll */
        }

        /* A–Z index bar */
        .brand-index {
            top: 0;
            z-index: 5;
            background: #fff;
            padding: 10px 12px;
            display: grid;
            grid-template-columns: repeat(14, minmax(0, 1fr)); /* 14 columns -> wraps nicely */
            gap: 6px;
            border-bottom: 1px solid #eee;
        }
        .brand-index-item {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border: 1px solid #e5e5e5;
            border-radius: 50%;
            font-size: 12px;
            line-height: 1;
            padding: 3px 9px;
            text-decoration: none;
            color: #111;
            user-select: none;
            transition: border-color .15s, background .15s;
        }
        .brand-index-item:hover { background: #ff66a3;color:#fff; }
        .brand-index-item .count {
            margin-left: 4px;
            font-size: 10px;
            color: #888;
        }
        .brand-index-item.disabled {
            pointer-events: none;
            color: #bbb;
            border-color: #f0f0f0;
            background: #fafafa;
        }

        /* Section header (e.g., "B — 33 Brands") */
        .brand-section {
            padding-top: 14px;
        }
        .brand-section-header {
            top: 52px; /* just below the index */
            z-index: 4;
            background: #fff;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 10px 4px;
            border-left: 4px solid #111;
            border-bottom: 1px solid #eee;
            margin-bottom: 12px;
        }
        .brand-letter {
            font-weight: 700;
            font-size: 18px;
            letter-spacing: .02em;
        }
        .brand-count {
            font-size: 12px;
            color: #666;
        }

        /* 2-up grid of brands */
        .brand-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr)); /* always two in a row */
            gap: 10px;
            padding-bottom: 10px;
        }
        .brand-card {
            text-decoration: none;
            color: #111;
        }
        .brand-card-inner {
            border: 1px solid #eee;
            border-radius: 10px;
            padding: 16px;
            min-height: 100px;
            display: block;
            align-items: center;
            justify-content: center;
            text-align: center;
            transition: box-shadow .15s, transform .05s;
            background: #fff;
        }
        .brand-card-inner:hover {
            box-shadow: 0 3px 10px rgba(0,0,0,.06);
            transform: translateY(-1px);
        }
        .brand-name {
            font-weight: 600;
            font-size: 14px;
            line-height: 1.2;
            word-break: break-word;
        }
        
        
        /**/
        .bg_class {
    background: rgba(9, 93, 0, 0.1);
    border-radius: 24px;
    padding: 30px;
}

.view_all_btn{
    background: linear-gradient(180deg, #139804 0%, #063b00 100%);
    border-radius: 8px !important;
    padding: 8px 24px;
    color : #ffffff !important;
}


.concern_image img{
    width: 292px;
    height: 292px;
    object-fit: cover;
    border-radius: 100%;
    box-shadow: 12px 12px 21px 0 rgba(0, 0, 0, 0.2);
    border-color:#139804;
    border:6px solid;
}

.concern_title{
font-weight: 700;
font-size: 14px;
line-height: 150%;
text-align: center;
color: #000000;
}


.blur_section{
    backdrop-filter: blur(4px);
    background: rgba(255, 255, 255, 0.7);
    margin-top: -82px;
    border-radius: 0 0 12px 12px;
    padding: 10px 15px;
}

.recomend_title{
font-weight: 700;
font-size: 18px;
line-height: 150%;
color: #000000
}

.recomend_title_upto{
font-weight: 700;
font-size: 24px;
line-height: 150%;
color: #d32b76;
}


.inredient_section{
    border: 3px solid rgba(9, 93, 0, 0.3);
border-radius: 12px;
box-shadow: 12px 12px 21px 0 rgba(0, 0, 0, 0.2);
background: #ffffff;
}

.ingredient_title{
    font-weight: 700;
    font-size: 16px;
    margin-top:10px;
    line-height: 150%;
    text-align: center;
    color: #000000
}

.ingredient_border {
    border: 1px solid #000000;
    width: 80%;
    margin-top: 10px;
    margin-bottom: 0px;
}

.view__btn_ingredient{
    border-radius: 4px;
    padding: 6px 10px;
    width: 50%;
    height: 32px;
    background: linear-gradient(180deg, #139804 0%, #063b00 100%);
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    /* margin-bottom: 300px !important; */
    position: relative;
    color: #ffffff !important;
    display: block;
    background-size: cover;
    background-position: center;
}

.ingredient_title_upto{
    font-weight: 400;
    font-size: 14px;    
    line-height: 150%;
    text-align: center;
    color: #000000 !important;
    padding: 15px;
}

.save_spn{
    color: #10a100;
    font-weight: 600;
}

.off_span{
    background: linear-gradient(180deg, #139804 0%, #063b00 100%);
    border-radius: 0 16px
}

@media (max-width: 600px) {
    .mobile_logo{
        padding-left:23%;
    }
    .bg-white.border-top.border-gray-200.py-1{
        display:none;
    }
    .main_price {
        font-size:13px;
    }
    .bg_class{
        padding:15px 5px;
    }
    .concern_image img{
        max-width:100% !important;
        height:100% !important;
    }
    .right-container{
        display:none;
    }
    .text-dark.d-flex.align-items-center.mb-0{
        width:350px;
        text-align:center;
        display:block !important;
    }
    .mobile_padding_cat:nth-child(odd) {
    padding-left: 5.5px !important;
}

.mobile_padding_cat:nth-child(even) {
    padding-right: 5.5px !important;
}
.mobile_padding_cat{
    padding-bottom:10px !important;
}

}
.custom-border {
    position: relative;
    display: inline-block;
    padding-bottom: 10px; /* Space below text */
    margin-bottom:20px !important;
}

.custom-border::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50%; /* Takes 50% of the section width */
    height: 1px; /* Adjust thickness */
    background: linear-gradient(to right, transparent, #063b00 50%, transparent);

    transform: translateX(-50%); /* Centering the border */
}
        /**/
      
      
      
/* Countdown Circle */
.aiz-count-down-circle{
    display: flex;
    justify-content: center;
    min-height: 100%;
    background: #fff;
    padding: 1rem;
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.16);
}
.aiz-count-down-circle #time{
    display: flex;
}
.aiz-count-down-circle #time .circle{
    position: relative;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.aiz-count-down-circle #time .circle svg{
    position: relative;
    width: 70px;
    height: 70px;
    transform: rotate(270deg);
}
.aiz-count-down-circle #time .circle svg circle{
    width: 100%;
    height: 100%;
    fill: transparent;
    stroke-width: 1;
    stroke: #f7f2f2;
    stroke-linecap: round;
    transform: translate(5px, 5px);
}
.aiz-count-down-circle #time .circle svg circle:nth-child(2){
    stroke: var(--primary);
    stroke-width: 2;
    stroke-dasharray: 190;
    stroke-dashoffset: 190;
}
.aiz-count-down-circle #time div{
    position: absolute;
    text-align: center;
    font-weight: 700;
    color: #1b1b28;
    font-size: 14px;
}
.aiz-count-down-circle #time div span{
    position: absolute;
    transform: translateX(-50%) translateY(-10%);
    font-size: 8px;
    font-weight: 400;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}
.typed-search-box{
    z-index:9999999;
}
[dir="rtl"] .aiz-count-down-circle #time div span{
    transform: translateX(50%) translateY(-10%);
}   


@media (max-width: 1199.98px) {
    .sidebar-xl .collapse-sidebar {
        max-width:350px !important;
    }
        
}





/* Wrapper */
.gl-acc{ position:relative; display:inline-block; z-index:1000; }

/* Dropdown panel */
.gl-acc__menu{
  position:absolute; right:-5; top:calc(100% + 8px);
  min-width:180px; list-style:none; margin:0; padding:6px;
  background:#fff; border:1px solid #eee; border-radius:12px;
  box-shadow:0 8px 24px rgba(0,0,0,.08);
  opacity:0; visibility:hidden; transform:translateY(-4px);
  transition:opacity .18s ease, transform .18s ease, visibility 0s linear .18s;
}

/* Show on hover */
.gl-acc:hover .gl-acc__menu{
  opacity:1; visibility:visible; transform:translateY(0);
  transition:opacity .18s ease, transform .18s ease;
}

/* Items */
.gl-acc__item{
  display:block; padding:10px 12px; border-radius:8px;
  color:#111; font-size:14px; text-decoration:none;
}
.gl-acc__item:hover{ background:#f7f7f7; }
.gl-acc__item--danger{ color:#b91c1c; }
.gl-acc__item--danger:hover{ background:#fdf2f2; }

/* In case a parent header had overflow hidden */
header, .site-header, .nav-bar { overflow: visible !important; }

/* Footer text selection color - make selected text black */
footer.customg__bg__black,
footer.customg__bg__black * {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

footer.customg__bg__black ::selection,
footer.customg__bg__black *::selection {
    background-color: #ffffff !important;
    color: #000000 !important;
}

footer.customg__bg__black ::-moz-selection,
footer.customg__bg__black *::-moz-selection {
    background-color: #ffffff !important;
    color: #000000 !important;
}

    

.no_display_checkout {
    color: #000000 !important;
    text-align: justify !important;
}