

@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&family=Martel+Sans:wght@200;300;400;600;700;800;900&display=swap');

body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: 400;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-family: "Martel Sans", sans-serif;
}

p {
    margin: 0 !important;
    padding: 0 !important;
}

/* Hide scrollbar on modern browsers */
body {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}

.searchItems{
    
    overflow: hidden;
    padding-right: 0px !important;

}
.out-of-stock{
    color:red;
    font-size: 20px;
    text-align: right;
    font-weight: bold;
}
.banner-m{
    margin-top: 90px !important;
}  
.v-w-c{
    position: fixed;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9999;
    height: 100vh;
    width: 100vw;
    background-color: #00000031;
}

.v-w{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9999;
}
.searchItemsData{
    padding-right: 0;
    margin-right: 0;
    height: 300px;
    overflow-y: scroll;
}

#profileImg{
    border-radius: 50% !important;
}
/* Hide scrollbar on WebKit browsers (e.g., Chrome, Safari) */
body::-webkit-scrollbar {
    display: none;
}

.padding-0{
    padding: 0px !important;
}
.catcard {
    width: 11.375% !important;
    padding: 5px !important;
    cursor: pointer;
    border: none !important;
    margin-left: 1% !important;
    margin-top: calc(0.1 * 9%) !important;
}

.container {
    max-width: 1440px !important;
    padding: 0 30px !important;
}
.margin-10{
    margin: 10px !important;
}
.logo {
    height: 40px !important;
    margin-left: 30px;
    vertical-align: middle;
    margin-top: 7px !important;
}

header {
    height: 70px ;
    padding: 10px;
    vertical-align: middle; 
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
}


main{
    margin-top: 80px !important;
}
.cart-card {
    width: 112px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background-color: #1c931c;
    border-radius: 10px;
    height: 45px !important;
    position: relative;
    cursor: pointer;
    transform: translateY(22%);
}

.card-icon {
    width: 25%;
    position: absolute;
    left: 5;
    top: 40%;
    transform: translateY(-50%);
}

.cart-data {
    width: 75%;
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
}

.vertical-center {
    display: flex;
    justify-content: center; /* horizontally center */
    align-items: center; /* vertically center */
    height: 100%; /* ensure the div takes full height */
}

.loginSignUp {
    font-size: 16px;
    font-weight: 600;
    color: #888;
    line-height: 52px;
    margin-right: 20px;
}

.basketIcon {
    font-size: 20px !important; 
    line-height: 52px !important;
    color: #fff; 
    margin-right: 20px !important;
    padding-top: 10px !important;
}

.cat-title {
    color: #040404;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: 5px;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.img-box {
    width: 100% !important;
}

#SubmitOrder1{
    display: none;
}
.cat-img {
    width: 100%;
}

.title-box {
    position: relative;
    height: 35px !important;
    margin-top: 5px !important;
    margin-bottom: 8px !important;
}

.section-title {
    font-size: 20px;
    color: #ffffff !important;
    margin-bottom: 10px !important;
    background-color: #1c931c;
    padding: 0 15px;
    border-radius: 10px 0;
}

.see-all {
    font-size: 20px;
    color: #ffffff !important;
    background-color: #ffc107 !important;
    padding: 0 15px;
    border-radius: 0 0 10px;
}

.productcard {
    width: 15.66% !important;
    padding: 10px !important;
    cursor: pointer;
    border: none !important;
    margin-left: 1% !important;
    margin-top: calc(0.1 * 9%) !important;
}

.productcard-cat {
    width: 19% !important;
    padding: 10px !important;
    cursor: pointer;
    border: none !important;
    margin-left: 1% !important;
    margin-top: calc(0.1 * 9%) !important;
}

.product-container {
    margin: 0 !important;
    padding-right: 2%;
    padding-left: 1%;
    padding-bottom: .5rem !important;
    background-color: aliceblue;
}

.m-product-container {
   height: 300px !important;
   overflow-y: scroll;
   margin-bottom: 10px;
   padding-bottom: 12px;

}

.product-title {
    color: #040404;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 1px;
    margin-top: 5px;
    width: 100%; 
}

.product-variant {
    color: #040404;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 5px;
    width: 100%; 
}

.inactive-variant{
    background-color: rgba(164, 172, 164, 0.205) !important;
    border: 1px solid #494b49 !important;
    outline: #494b49;
}
.price-box {
    position: relative;
    height: 40px !important;
}

.cart-btn-box {
    position: relative;
    height: 40px !important;
}

.price {
    letter-spacing: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 !important;
}

.sale-price {
    font-size: 12px;
    font-weight: 600;
    color: #040404;
}

.sale-price-d {
    font-size: 12px;
    font-weight: 600;
    color: #040404;
}

.mrp {
    font-size: 12px;
    font-weight: 500;
    color: #757575;
}

.cart-btn {
    border: none;
    background-color: #1c931c;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 5px;
    border-radius: 10px;
    width: 90%;
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
}

.changeCat {
    margin-left: 2% !important;
    width: 98% !important;
    overflow: hidden;
}
.cart-btn-d {

    border: none;
    background-color: #1c931c;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 4px 30px 1px 30px;
    border-radius: 10px;
    width: 100px;
    /* line-height: 16px; */
    position: absolute;
    /* top: 50%; */
    height: 36px;
    /* left: 40%; */
    /* transform: translate(-50%, -50%); */
    right: 0;
}

.cart-btn-c {
    border: none;
    background-color: #1c931c;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 5px;
    border-radius: 10px;
    width: 100px;
    position: relative;
    top: 50%;
    height: 36px;
    left: 40%;
    transform: translate(-50%, -1%);
}
.cart-btn-side {
    border: none;
    background-color: #1c931c;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 5px;
    border-radius: 10px;
    width: 90%;
    position: relative;
    height: 34px !important;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
}



#preview-zoom{
    height: 100vh;
    z-index: 9999;
    position: absolute;
    top: 0;
    right:0;
}

.minus{
    left: 10px;
    font-size: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.qty-item{
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    position: absolute;
}
.plus{
    right: 10px;
    position: absolute;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.useful-links {
    padding: 5px !important;
    font-size: 14px;
    font-weight: 600;
    color: #757575;
    cursor: pointer;
    text-decoration: none;
}

.hide-mobile{
    display:flex;
}
.hide-mobile1{
    display:block;
}
.hide-desktop{
    display: none;
}
.hide-desktop1{
    display: none;
}
.hide-desktop2{
    display: none;
}
.product-image{
    width: 100%;
    cursor: pointer;
    margin-top:8px;
    border: 1px solid #f1f1f1;
    padding: 3px;
    border-radius: 5px;
}

.img-preview{
    width: 100%;
}

.image-active{
    border: 1px solid #1c931c;

}

#images{
    overflow-y: scroll;
}

::-webkit-scrollbar {
    width: 0;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: none; 
  }

.breakword p {
    word-break: break-word;
}

.pd-right{
    height: 80vh;
    overflow-y: scroll;
}

.title-detail{
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    border-bottom:1px solid #f3f3f3;
    padding-bottom: 10px;
}

.single-page-row{
    padding-left: 15px;
}
.variant-title{
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}
.variant-box{
height: 40px;
border-radius: 8px;
padding: 7px;
text-align: center;
vertical-align: middle;
position: relative;
}
.v-card{
    position: absolute;
    width: 100%;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.relative{
    position: relative;
}

.height-40{
    height: 40px;
}
.vertical-center-cart{
    position: absolute !important; top: 50%; transform: translateY(-50%);
}
.vertical-center-drop{
    position: absolute !important; top: 60%; right: 10px;
}
.variant-name{
    font-size: 14px;
    font-weight: 600;
}

.active-variant{
    background-color: rgba(92, 182, 92, .1) !important;
    border: 1px solid #1c931c !important;
    outline: #1c931c;
}

.border-bottom{
    border-bottom: 1px solid #555;
}

.border-top{
    border-top: 1px solid #555;
}


.cart-row{
    max-height: 90px !important;
    background-color: #fff;
    margin: 0 !important;
}
.login-modal{
    width: 450px;
    z-index: 999999;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 10px;
}

.return-modal{
    width: 450px;
    z-index: 999999;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 10px;
}

.delivery-modal{
    width: 600px;
    z-index: 999999;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 10px;
}

#card-modal{
    width: 90%;
    z-index: 999999;
    position: absolute;
    top: 50%;
    left: 53%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 10px;
}
.order-status-container{
    width: 500px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.btn-primary{
    background-color: #fc8019;
    border: #fc8019;
}
.btn-primary:hover{
    background-color: #faa865;
    border: #faa865;
}
.close{
    font-size: 25px;
    font-weight: 800;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 10px;
}

.closePay{
    font-size: 30px;
    font-weight: 800;
    cursor: pointer;
    position: absolute;
    left: 87%;
    top: 10px;
}

.register-modal{
    width: 450px;
    z-index: 999999;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 10px;
}

.offer {
    --f: 6px;
    --r: 10px;
    --t: 6px;
    position: absolute;
    inset: var(--t) calc(-1* var(--f)) auto auto;
    padding: 0 5px var(--f) calc(5px + var(--r));
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--f)), calc(100% - var(--f)) 100%, calc(100% - var(--f)) calc(100% - var(--f)), 0 calc(100% - var(--f)), var(--r) calc(50% - var(--f) / 2));
    background: #fc8019;
    box-shadow: 0 calc(-1* var(--f)) 0 inset #0005;
    color: #fff;
    height: 30px;
    font-size: 12px;
    font-weight: 600;
    margin-top: -20px;
}

.cat-title-page{
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 15px;

}

.tm-mobile{
    margin-top: 0;
}

.dropdown-ul{
    padding: 0px !important;
}

.cat-img-page{
    height:50px !important; 
    border-radius:5px; 
}

.cat-title-main{
    font-size:15px !important ; 
    color:#fff; 
    background-color: #1c931c;                                
    padding: 7px;                          
    border-radius: 10px 0; 
    font-weight: 600;
    display:inline-block
}

.slider{
    width: 400px !important;
    overflow: hidden;
    height: 100vh;
    z-index: 99999;
    position: fixed;
    top:0;
    right:0;
    background-color: #fff;
    animation-name: slidecartIN;
    animation-duration: 1s;
    display: block;
}


  
  @keyframes slidecartIN {
    0%   {right:-400px; top:0px;}
    100% {right:0px; top:0px;}
  }

  .slider-hide{
    width: 400px !important;
    overflow: hidden;
    height: 100vh;
    z-index: 99999;
    position: absolute;
    top:0;
    right:-400px;
    background-color: #fff;
    animation-name: slidecartOut;
    animation-duration: 1s;
    display: block;
}

.mycart-text{
        font-size: 18px;
        font-weight: 700;
}



@keyframes slidecartOut {
    0% {right:0px; top:0px;}
    100%   {right:-400px; top:0px;}
  }

  .closeCart{
    font-size: 20px;
    font-weight: 1000;
    margin-left: 30px;
    cursor: pointer;
  }


  .cart-image{
    border-radius: 6px;
    width: 100%;
    padding: 3px;
    margin-left: 5px;
}

.cart-header{
    width: 100%;
    height: 50px;
    margin-top: 30px;
}
.cart-body{
    position: absolute;
    top: 80px;
    bottom: 50px;
    overflow: scroll;
    width: 100% !important;
}
.cart-footer{
    margin-left: 8px;
    width: 100%;
    height: 70px;
    bottom: 0;
    background-color: #fff;
    position: fixed !important;
    z-index: 99;
}
@media (max-width: 1199px) {
    .catcard {
        width: 13.2% !important;
    }
    .productcard  {
        width: 19% !important;
    }
    .productcard-cat {
        width: 19% !important;
    }
}

@media (max-width: 1019px) {
    .catcard {
        width: 19% !important;
    }
}

@media (max-width: 919px) {
    .max-height{
        max-height: 100% !important;
    }
    .productcard {
        width: 23% !important;
        margin-left: 2% !important;

    }
    .productcard-cat {
        width: 23% !important;
        margin-left: 2% !important;
    
    }
}

@media (max-width: 820px) {
    .max-height{
        max-height: 100% !important;
    }
    header {
        height: 120px !important;
    }
    .banner-m{
        margin-top: 135px !important;
    } 
    .center-x-30{
        position: relative;
        left: 25%;
    }
    .cart-btn-side {
        border: none;
        background-color: #1c931c;
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        padding: 5px;
        border-radius: 10px;
        width: 75px !important;
        position: relative;
        height: 28px !important;
        top: 50%;
        left: 35%;
        transform: translate(-50%, -50%);
    }
    
    .cart-footer{
        margin-left: 0px;
    }
    .productcard  {
        width: 30.3% !important;
        margin-left: 3% !important;
        margin-top: calc(0.3 * 9%) !important;
    }
    .logo {
        margin-left: 14px;
    }
    .font-checkout{
        font-size: 10px !important;
        font-weight: 600;
    }

    #SubmitOrder1{
        display: block;
        position: fixed;
        bottom: 3px;
        left: 50%;
        z-index: 9999;
        width: 90%;
        transform: translateX(-50%);

    }
    #card-details{
        display: none;
    }

    .delivery-modal{
        width: 90% !important;
    }

    .date{
    width: calc(100% / 5.5) !important;
    }

    .w-20{
        width: 29.3% !important;
    }

    .w-30{
        width: 50% !important;
    }
    .productcard-cat {
        width: 47.5% !important;
        margin-left: 2% !important;
        margin-top: calc(0.3 * 9%) !important;
    }

    .product-container{
        margin: 0 !important;
    }
    .tm-mobile{
        margin-top: 20px !important;
    }
    .hide-mobile{
        display: none;
    }
    .hide-mobile1{
        display:none;
    }
    .hide-desktop{
        display: flex;
    }
    .hide-desktop1{
        display: block;
    }
    .hide-desktop2{
        display: contents;
    }
    .cat-title {
        font-size: 12px !important;
    }
    .pd-right{
        height:100%;
        overflow-y: scroll;
    }
    .cat-left{
        margin-top: 25px !important;
    }

    .cat-img-page{
        transform: translateX(8%);
    }
    .cat-title-page {
        font-size: 8px !important;
        font-weight: 500 !important;
        transform: translateX(-50%);
        position: relative;
        top: 8px;
        left: 30%;
        padding: 0;
    }
    .cat-title-main {
        font-size: 12px !important;
        padding: 5px !important;
        margin-bottom: 0 !important;
    }
    .mtt--10{
        margin-top: -10px;
    }
    .section-title {
        font-size: 12px;
    }
    .see-all {
        font-size: 12px;
    }
    .search-input-d{
        margin-top: -17px !important;
    }
    .search-input-m{
        margin-top: 7px !important;
    }
    .container{
        padding: 0 15px !important;
        margin-top: 35px !important;
    }   
    .changeCat {
        margin-left: 1% !important;
        width: 100% !important;
        overflow: hidden;
    }
}

.set-right{
    right:-50px !important;
}
.mtt--10{
    margin-top: 0px;
}
.max-height{
    max-height: 500px !important;
}
@media (max-width: 767px) {
    .max-height{
        max-height: 100% !important;
    }
    .return-modal{
        width: 95vw;
        z-index: 999999;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #fff;
        border-radius: 10px;
    }


    .changeCat {
        margin-left: 1% !important;
        width: 100% !important;
        overflow: hidden;
    }

    .banner-m{
        margin-top: 135px !important;
    } 

    .center-x-30{
        position: relative;
        left: 25%;
    }

    .cart-btn-side {
        border: none;
        background-color: #1c931c;
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        padding: 5px;
        border-radius: 10px;
        width: 75px !important;
        position: relative;
        height: 28px !important;
        top: 50%;
        left: 35%;
        transform: translate(-50%, -50%);
    }
    .cart-footer{
        margin-left: 0px;
    }
    .search-input-d{
        margin-top: -17px !important;
    }

    .search-input-m{
        margin-top: 7px !important;
    }

    .delivery-modal{
        width: 90% !important;
    }
    header {
        height: 120px !important;
    }
    .logo {
        margin-left: 14px;
    }
    .font-checkout{
        font-size: 10px !important;
        font-weight: 600;
    }

    #SubmitOrder1{
        display: block;
        position: fixed;
        bottom: 3px;
        left: 50%;
        z-index: 9999;
        transform: translateX(-50%);
        width: 90%;

    }
#card-details{
    display: none;
}
    .date{
    width: calc(100% / 5.5) !important;
    }

    .w-20{
        width: 29.3% !important;
    }
    .w-30{
        width: 50% !important;
    }
    .section-title {
        font-size: 12px;
    }

    .see-all {
        font-size: 12px;
    }
    .mtt--10{
        margin-top: -10px;
    }
    .cat-img-page{
        transform: translateX(8%);
    }
    .cat-title-page {
        font-size: 8px !important;
        font-weight: 500 !important;
        transform: translateX(-50%);
        position: relative;
        top: 8px;
        left: 30%;
        padding: 0;
    }
    .container{
        padding: 0 15px !important;
        margin-top: 35px !important;
    }
    .login-modal{
        width: 95VW;
        z-index: 999999;
        position: fixed;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        background-color: #fff;
        border-radius: 10px;
    }
    .cat-left{
        margin-top: 25px !important;
    }
    .register-modal{
        width: 95VW; 
        z-index: 999999;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #fff;
        border-radius: 10px;
    }
    .catcard {
        width: 23% !important;
        margin-left: 2% !important;
        margin-top: calc(0.3 * 9%) !important;
    }

    .productcard  {
        width: 30.3% !important;
        margin-left: 2.2% !important;
        margin-top: calc(0.2 * 9%) !important;

    }
    .productcard-cat {
        width: 47.5% !important;
        margin-left: 2% !important;
        margin-top: calc(0.3 * 9%) !important;
    }
    .product-container{
        margin: 0 !important;
    }
    .product-title{
        font-size: 10px !important;
    }

    .cart-btn {
        font-size: 12px;
        font-weight: 600;
        padding: 5px;
        border-radius: 6px;
        width: 80%;
        top: 50%;
        left: 35%;

    }
    .tm-mobile{
        margin-top: 20px !important;
    }
    .pd-right{
        height:100%;
        overflow-y: scroll;
    }
    .sale-price{
        font-size: 10px !important;
    }
    .mrp{
        font-size: 10px !important;
    }
    .hide-mobile{
        display: none;
    }
    .hide-mobile1{
        display:none;
    }
    .hide-desktop{
        display: flex;
    }
    .hide-desktop1{
        display: block;
    }
    .hide-desktop2{
        display: contents;
    }
    .cat-title {
        font-size: 10px !important;
    }

    .slider{
        width: 100vw !important;
        overflow: hidden;
        height: 100vh;
        z-index: 99999;
        position: fixed;
        top:0;
        right:0;
        background-color: #fff;
        animation-name: slidecartIN;
        animation-duration: 1s;
        display: block;
    }
    
    
      
      @keyframes slidecartIN {
        0%   {right:-100vw; top:0px;}
        100% {right:0px; top:0px;}
      }
    
      .slider-hide{
        width: 100vw !important;
        overflow: hidden;
        height: 100vh;
        z-index: 99999;
        position: absolute;
        top:0;
        right:-100vw;
        background-color: #fff;
        animation-name: slidecartOut;
        animation-duration: 1s;
        display: block;
    }
    
    @keyframes slidecartOut {
        0% {right:0px; top:0px;}
        100%   {right:100vw; top:0px;}
      }
    
      .cart-image{
        border-radius: 6px;
        width: 70px;
        padding: 3px;
        margin-left: 5px;
    }

    .cat-title-main {
        font-size: 12px !important;
        padding: 5px !important;
        margin-bottom: 0 !important;
    }

}




.loupe {
  display: none;
  position: absolute;
  width: 200px;
  height: 200px;
  border: 1px solid black;
  box-shadow: 5px 5px 12px black;
  background: rgba(0, 0, 0, 0.25);
  cursor: crosshair;
  overflow: hidden;
}

.loupe img {
  position: absolute;
  right: 0;
}
.font-10{
    font-size: 10px !important;
}

.font-12{
    font-size: 12px !important;
}
.font-18{
    font-size: 18px !important;
    font-weight: 700;
}

.font-checkout{
    font-size: 18px;
    font-weight: 700;
}
.font-15{
    font-size: 15px !important;
    font-weight: 700;
}
.price-box-cart{
    position: relative;
}

.image-size{
    height: 57px !important;
    width: 57px !important;
}

.border-radius{
    border-radius: 10px;
}
.login-btn{
   
        border: none;
        background-color: #1c931c;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        padding: 5px;
        border-radius: 10px;
        width: 100px;
        margin-left: 20px;
        position: relative;
    }

    #cart-footer {
        width: 350px;
        height: 50px;
        position: relative;
        background: #1c931c;
        border-radius: 8px !important;
      }
     
      
    
      
      
      .h-60{
        height: 60px !important;
      }
      .cursor-pointer{
        cursor: pointer;
      }

      /* .js-collapse{
        display: none !important;
      } */

      .active{
        background: blanchedalmond !important;
        border-color: #fd7e14 !important;
      }

      .rounded-circle{
        cursor: pointer;
      }

      .margin-items{
        margin: 2% !important;
      }

      .slot{
        cursor: pointer;
        border: 1px solid #c2f788;
      }
       .w-20{
        width: 21% !important;
        display: inline-block;
      }

   .active-slot{
        padding: 5px;
        border-left: 3px solid #1c931c !important;
        background-color:  #fc930963;
    }
    
      .fixed{
        position: fixed;
      }

      .js-collapse{
        display: none !important;
      }

      .slot-title{
        width: 100% !important;
        background-color: #fd7e14;
        color: #fff;
      }

      .center-x{
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .center-XY{
        position: absolute !important;
        top: 50% !important;
        left: 70% !important;
        transform: translate(-50%, -50%) !important;
    }

    .center-text{
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        font-weight: 700;
    }
    .center-x-30{
        position: relative;
        left: 30%;
    }
    .right-x{
        position: relative;
        left: 100%;
        transform: translateX(-90%);
    }

    .btn-success, .btn-outline-success{
        background-color: #1c931c !important;
        color: #fff !important;
    }

    
.radiobtn {
    position: relative;
    display: block;
  }
  .radiobtn label {
    display: block;
    background: #faa83d;
    color: #000000;
    border-radius: 5px;
    padding: 10px 20px;
    border: 1px solid #faa83d;
    margin-bottom: 5px;
    cursor: pointer;
  }
  .radiobtn label:after, .radiobtn label:before {
    content: "";
    position: absolute;
    right: 11px;
    top: 11px;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background: #e97910;
    color: #fff;
  }
  .radiobtn label:before {
    background: transparent;
    transition: 0.1s width cubic-bezier(0.075, 0.82, 0.165, 1) 0s, 0.3s height cubic-bezier(0.075, 0.82, 0.165, 2) 0.1s;
    z-index: 2;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: center;
    width: 0;
    height: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS4zIDEzLjIiPiAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE0LjcuOGwtLjQtLjRhMS43IDEuNyAwIDAgMC0yLjMuMUw1LjIgOC4yIDMgNi40YTEuNyAxLjcgMCAwIDAtMi4zLjFMLjQgN2ExLjcgMS43IDAgMCAwIC4xIDIuM2wzLjggMy41YTEuNyAxLjcgMCAwIDAgMi40LS4xTDE1IDMuMWExLjcgMS43IDAgMCAwLS4yLTIuM3oiIGRhdGEtbmFtZT0iUGZhZCA0Ii8+PC9zdmc+);
  }
  .radiobtn input[type=radio] {
    display: none;
    position: absolute;
    width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .radiobtn input[type=radio]:checked + label {
    background: #e97910;
    -webkit-animation-name: blink;
            animation-name: blink;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    border-color: #faa83d;
  }
  .radiobtn input[type=radio]:checked + label:after {
    background: #faa83d;
  }
  .radiobtn input[type=radio]:checked + label:before {
    width: 20px;
    height: 20px;
  }
  
 

      
.radiobtn {
    position: relative;
    display: block;
  }
  .radiobtn label {
    display: block;
    background: #ffffff;
    color: #000000;
    border-radius: 5px;
    padding: 10px 20px;
    border: 1px solid #faa83d;
    margin-bottom: 5px;
    cursor: pointer;
  }
  .radiobtn label:after, .radiobtn label:before {
    content: "";
    position: absolute;
    right: 11px;
    top: 11px;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background: #ffffff;
    color: #fff;
  }
  .radiobtn label:before {
    background: transparent;
    transition: 0.1s width cubic-bezier(0.075, 0.82, 0.165, 1) 0s, 0.3s height cubic-bezier(0.075, 0.82, 0.165, 2) 0.1s;
    z-index: 2;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: center;
    width: 0;
    height: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS4zIDEzLjIiPiAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE0LjcuOGwtLjQtLjRhMS43IDEuNyAwIDAgMC0yLjMuMUw1LjIgOC4yIDMgNi40YTEuNyAxLjcgMCAwIDAtMi4zLjFMLjQgN2ExLjcgMS43IDAgMCAwIC4xIDIuM2wzLjggMy41YTEuNyAxLjcgMCAwIDAgMi40LS4xTDE1IDMuMWExLjcgMS43IDAgMCAwLS4yLTIuM3oiIGRhdGEtbmFtZT0iUGZhZCA0Ii8+PC9zdmc+);
  }
  .radiobtn input[type=radio] {
    display: none;
    position: absolute;
    width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .radiobtn input[type=radio]:checked + label {
    background: #ffffff;
    -webkit-animation-name: blink;
            animation-name: blink;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    border-color: #7df835;
  }
  .radiobtn input[type=radio]:checked + label:after {
    background: #7df835;
  }
  .radiobtn input[type=radio]:checked + label:before {
    width: 20px;
    height: 20px;
  }
  
.variant{
    padding-bottom: 0px !important;
}

.search-image{
    width: 50px !important;
}

.close-search{
    position: absolute;
    top: 50px;
    right: 0;
    font-size: 25px;
    font-weight: 800;
    cursor: pointer;
    position: absolute;
}

ul{
    list-style: none;
}

a{
    text-decoration: none;
}

.drop-down{
    padding: 10px;
}

.nav__menu{
    position: absolute;
    top: 60px;
    right: 10px;
    background-color: #fff;
    z-index: 99999999;
    padding: 0;
}

.activeCat{
    padding: 5px;
    border-left: 3px solid #f08804 !important;
    background-color: rgb(138 250 104 / 10%);
}

.cat-left{
    /* border: 1px solid #eeeeee; */
    border-radius: 6px;
    margin-top:5px;
    padding:0px !important; 
    padding-top: 17px; 
    height:90vh; 
    overflow:scroll;
}

#scrollablediv{
    overflow-y:scroll;
    height: 100vh;
    padding-bottom: 30px;
}

.width-100{
    width: 100% !important;
}

.width-20{
    width: 20% !important;
}


.width-60{
    width: 60% !important;
}

.sortBy{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.profile-name{
    font-size: 14px;
    font-weight: 500;

}
.profile-email{
    font-size: 13px;
    font-weight: 500;
    
}

.profile-id{
    font-size: 14px;
    font-weight: 500;
    
}

.user-menu-item{
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    padding-left: 20px;
    border-bottom: 1px solid #ececec;
}

.OfferCard{
    position:absolute; 
    z-index:9; 
    right:10px;
    top:-2px;
}
.menu-active{

    color: #fff;
    background-color: #f08804;
}
ul{
    padding: 0 !important;
}
.wallet{
    display: table;
    background-color: #f08804;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    margin: 10px;
    padding: 8px;
    position: relative;

    border-radius: 5px;
}


.accordion-button{
margin-left: 0px !important;
padding-bottom: 0px;
}

.accordion-button:not(.collapsed) {
    background-color: #f08804;
    padding-bottom: 0px;
    color: #fff;
}
.accordion {
    --bs-accordion-btn-active-icon: url('') !important;   
    --bs-accordion-btn-icon: url('') !important;
}

.save-btn{
    position:absolute; 
    background:none; 
    background:none;
    border: none;
    top: -7px;
    left: -10px;
}

.btn-none{
    border: none;
    background: none;
    outline: none;
}

.user-item{
    text-align: left;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #ecefef;
    font-size: 14px;
    font-weight: 600;
}
.user-item:hover{
background-color: #f3c88f;
padding:3px 3px 3px 15px;
}
.user-item-group{
    text-align: left !important;
    width: 150px !important;
}

.user-item a{
    color: #4b4b4b !important;
    
}

.has-dropdown{
    margin: 0;
    padding: 0;
    margin-top: 10px;
}
.menu-item{
    background-color: #f7f6f6;
}

.menu-item:hover{
    background-color: #f3c88f;
}
.page-title{
    position: absolute;
    bottom: 10px;
    right: 20px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;

}
.btn-link{
text-align: left;
}

.products-area{
    height:85vh; 
    overflow-y:scroll; 
}

.w-60{
    width: 60px;
}

.parent-login-register{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 9999;
}

.parent-return{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 9999;
}


.parent-card-modal{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 9999;
}

.parent-cart{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 999;

}
.parent-delivery{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 9999;

}

.day-week {
    width: 100% !important;
    display: block;
    text-align: center;
}
.date-item {
    width: 100% !important;
    display: block;
    text-align: center;
}

.date{
    width: calc(100% / 7.6) ;
    margin-left: 1%;
    border: 1px solid #ffe9b9;
    margin-top: 1%;
}

.slot-inactive{
    cursor: pointer;
    border: 1px solid #f538418e !important;
    background-color: #f506065d;
    pointer-events: none;
  }

  .walletA{
    font-size: 25px;
    margin-top: -1px;
    border: 1px solid #e97910;
  }

  .complete{
    background: #03e203;
    color: white;
    padding: 10px;
    border-radius: 8px;
  }


  .c-active{
    background: #ffa318;
    color: white;
    padding: 10px;
    border-radius: 8px;
  }
  .c-inactive{
    background: #757575;
    color: white;
    padding: 10px;
    border-radius: 8px;
  }
  
