    
body {
    margin:0;
}

#icn-nav-menu {
    font-size:2.7vh;
}
.nav-img {
    width:4vh;
}
.nav-icn-home {
    font-size:2.7vh;
    margin-top:5px;
    margin-bottom:10px;
}

/* Page Loader Styles */
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    box-sizing:border-box;
    display:flex;
    justify-content:space-around;
    align-items:center;
    z-index: 9999;
    visibility: visible; /* Initially visible */
    opacity: 1;
    transition: opacity 0.3s ease, visibility 0.3s ease; /* Smooth fade-out */
}

  /* CSS for the loading spinner */
        .load-spin {
            border: 4px solid #f3f3f3; /* Light grey */
            border-top: 4px solid #3498db; /* Blue */
            border-radius: 50%;
            width: 40px;
            height: 40px;
            animation: spin 1s linear infinite;            
        }

        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

.nunito {
  font-family: "Nunito", serif;
  font-style: normal;
}
.anton-regular {
  font-family: "Anton", serif;
  font-weight: 400;
  font-style: normal;
}


        /* Bottom navigation styling */
        .bottom-nav {
            position: fixed;
            bottom: 0;
            width: 100%;
            background-color: #fff;
            display: flex;
            justify-content: space-around;
            align-items: center;
            padding: 10px 0;
            box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
            border-top: 1px solid #e0e0e0;
            z-index:7;
        }

        /* Individual navigation item styling */
        .nav-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            color: black;            
            text-decoration: none;
            font-size: 1.2vh;
            font-weight:bold;
        }

        .nav-item.active {
            color: #00c903; /* Active color */
        }

        /* Icon styling */
        .nav-item i {
            
            margin-bottom: 5px;
        }

        /* Special styling for the central button */
        .nav-item.center-button {
            background-color: #00aaff;
            border-radius: 50%;
            color: black;
            padding: 10px; /* Adjust padding for a rounder look */
            font-size: 24px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
            transform: translateY(-10px); /* Lift button up */
        }

        /* Icon color adjustments */
        .nav-item.active i {
            color: #00c903;
        }

        .nav-item:not(.active) i {
            color: black;
        }
        
/* just flex box */

 .local-del-location {
       display:flex;
 }
  .flex-boxx {
     display:flex;
     flex-direction:row;
     padding:10px 10px 10px 10px; 
   }  
.below-3-star {
    color:white;
    background-color:#ff0a00;
}
.below-4-star {
    color:white;
    background-color:#e0c100;
}
.below-5-star {
    color:white;
    background-color:#0dc300;
}
.category-tag {
    color:white;
    background-color:#9818a2;
    opacity:50%;
}
.store-below-4-star {
    color:#e0c100;
    border:1px solid #e0c100;
    background-color:white;
}
.common-buttom {
    padding:10px;
    border:none;
    border:1px solid #0042ff;
    background-color:#eaeaff;
    color:#0042ff;
    border-radius:5px;
}
.common-buttom-mid {
    padding:5px;
    border:none;
    border:1px solid #0042ff;
    background-color:#eaeaff;
    color:#0042ff;
    border-radius:5px;
}
/* just flex box */

/* side navigation starts*/
.side-nav {
            display: none; /* Hidden by default */
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: black;
            z-index: 10;      
            padding:0px;      
                       
        }

        .side-nav-content {
            background: white;                                                
            width:100%;
            background-color: #dfdfdf;
            position:relative;
        }
        .side-nav-tab {
            padding:10px 20px 10px 20px;
            border-bottom:1px solid #ededed;
            color:#696969;
            background-color:white;
        }
        .side-nav-tab-footer {
            padding:10px 0px 10px 0px;
            border-bottom:1px solid #ededed;            
            background-color:white;
            position:absolute;
            bottom:0;
            left:0;
            width:100%;
        }
.side-nav-hdr1 {
      justify-content:space-between; 
      display:flex;
      background-color:white;
}
        
/* side navigation ends*/        


.big-btn , #openPopup, #submitButton.enabled {
    padding:15px 0px 15px 0px;
    margin:0px 0px 0px 0px;
    background-color: #CC9200; color: white;
    border:none;    
    font-weight:bold;
    cursor: pointer;
    border-radius:10px;
}
#submitButton {
            background-color: #ccc;
            cursor: not-allowed;
        }
         
.loader-btn {
    width:100%;
    background-color:#acacac;
    padding:14px 0px 15px 0px;     
    border:none;
    border-radius:0px;
}
.big-btn:disabled {
    background-color:#bbbbbb;
}
.visit-btn {
    padding:5px 10px 5px 10px;    
    background-color:white;
    border:1px solid #ff0a00;
    color:#ff0a00;
}

.text-2 {
    color:#888888;
}

.logo-box {
    font-weight:bold;
}

.font-1 { font-size: 1px; }
.font-2 { font-size: 2px; }
.font-3 { font-size: 3px; }
.font-4 { font-size: 4px; }
.font-5 { font-size: 5px; }
.font-6 { font-size: 6px; }
.font-7 { font-size: 7px; }
.font-8 { font-size: 8px; }
.font-9 { font-size: 9px; }
.font-10 { font-size: 1.3vh; }
.font-11 { font-size: 1.4vh; }
.font-12 { font-size: 1.5vh; }
.font-13 { font-size: 1.6vh; }
.font-14 { font-size: 1.7vh; }
.font-15 { font-size: 1.8vh; }
.font-16 { font-size: 1.9vh; }
.font-17 { font-size: 2vh; }
.font-18 { font-size: 2.3vh; }
.font-19 { font-size: 19px; }
.font-20 { font-size: 20px; }
.font-21 { font-size: 21px; }
.font-22 { font-size: 22px; }
.font-23 { font-size: 23px; }
.font-24 { font-size: 24px; }
.font-25 { font-size: 25px; }
.font-26 { font-size: 26px; }
.font-27 { font-size: 27px; }
.font-28 { font-size: 28px; }
.font-29 { font-size: 29px; }
.font-30 { font-size: 30px; }



.grid-container-body {
    padding:0px 0px 0px 0px;
}
 .grid-container {
   display: grid;
   background-color:white;
   grid-template-columns: 20% 20% 20% 20% 20%;
  grid-template-areas:
    'header header header header header'
     
    'landing-image landing-image landing-image landing-image landing-image'
    
    'landing-details landing-details landing-details landing-details landing-details'


     
     
    
 'landing-recomends landing-recomends landing-recomends landing-recomends landing-recomends'    

'reviews reviews reviews reviews reviews'


     
       'store-detail store-detail store-detail store-detail store-detail'  
     
     'landing-Q landing-Q landing-Q landing-Q landing-Q'
     
     
     
    'cart cart cart cart cart'
    'prcsd-orders prcsd-orders prcsd-orders prcsd-orders prcsd-orders'
    
    
    


'category-horiz-scroll category-horiz-scroll category-horiz-scroll category-horiz-scroll category-horiz-scroll'
    
    'vegtbls-lst vegtbls-lst vegtbls-lst vegtbls-lst vegtbls-lst'
    
    'prdcts-lst prdcts-lst prdcts-lst prdcts-lst prdcts-lst'
   
    
     'category-prdct category-prdct category-prdct category-prdct category-prdct'
    
    'banner-home banner-home banner-home banner-home banner-home'
    'product-scroll-crds product-scroll-crds product-scroll-crds product-scroll-crds product-scroll-crds'
    'stores stores stores stores stores'
    'random-prdct-list random-prdct-list random-prdct-list random-prdct-list random-prdct-list'
    
    'varified-orders varified-orders varified-orders varified-orders varified-orders'
    ; 
 }
.one-hdr {
    width:100%; 
    background-color:#257600; 
    box-sizing:border-box; 
    color:white; 
    position:fixed; 
    top:0; left:0; 
    z-index:1;
    padding:0px 20px 0px 20px;
}
.one-hdr a {
    text-decoration:none;
    color:white;
    
}
 .header { 
    grid-area: header;
    background-color: green;
    color: white;
 }
 .header-inner-cell {
    padding:0px 20px 0px 20px;
    position: relative;
    background-color:green;
    border-bottom:1px solid #efefef;
 }
 .header-inner-cell a {
    color:white;
    text-decoration:none;
 }
 .main-header a {
    color:white;
    text-decoration:none;
    background-color:green;
 }

 /* :: */
.main-header {
    padding:15px 0px 15px 0px;    
}
.search-container {
    padding:15px 0px 15px 0px;
}
.local-del-location {
    padding:15px 0px 10px 0px;
}
 input[type="text"]:focus {
            
            border:1px solid blue;
        }        
                               
        .container:focus-within {            
            width: 100%;
            height :100vh;
            background-color:#0000004f;
            position: fixed;
            top:0;
            left:0;/* Change container width on input focus */
            
            z-index: 2;
        }

.search-container {
    padding:0px 0px 0px 0px;
}
   
#searchInput {
    width:100%;
    border-radius:5px 0px 0px 5px;
    border:none;
    box-sizing:border-box;    
    padding:8px;
    border-top:1.6px solid #c9c9c9;
    border-bottom:1.6px solid #c9c9c9;
    border-left:1.6px solid #c9c9c9;
    background-color:#e9e9e9;
    border-right:none;   
}
#searchButton {
    width:100%;
    border:none;
    color:white;
    border-radius:0px 5px 5px 0px;
    background-color: #CC9200;    
    padding:7.2px;
    border-top:1.5px solid #CC9200;
    border-bottom:1.5px solid #CC9200;
    border-right:1.5px solid #CC9200;    
    border-left:1.5px solid #CC9200;    
}
       
.sech-flx-box {
    display:flex;
    width:100%;
    border-radius:5px 5px 5px 5px;
    align-items:center;
}
.sech-flx-inpt {
    flex:85;
    border-radius:5px 0px 0px 5px;     
}
.sech-flx-btn {
    flex:15;
    border-radius:0px 5px 5px 0px;    
}
       
        #searchResults {
            list-style: none;
            padding: 0;
            margin: 0;
            position: absolute;
            top: 40;
            left: 0;
            width: 100%;                  
            background-color: transparent;
            z-index: 4;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        }

        #searchResults li {
            display: flex;
            align-items: center;
            padding: 10px;
            border-bottom: 1px solid #eaeaea;
            background-color: white;
            margin-left:20px;
            margin-right:20px;
        }

        #searchResults li:last-child {
            border-bottom: none;
        }

        #searchResults a {
            text-decoration: none;
            color: #333;
            display: flex;
            align-items: center;
        }

        #searchResults img {
            width: 60px;
            height: auto;
            border-radius: 4px;
            margin-right: 10px;
        }

 
 .main-header {
     display: flex;
     flex-direction: row;
     align-items: center;
 }
 .logo-dv {
     flex: 100;
     padding:0px 0px 0px 10px;
 }
 .nav-icn-rgt {
     padding:0px 0px 0px 10px;
 }
 
 .rout-icn-cont {
     padding-right: 10px;
 }
 .delvry-location-hdr-txt {
     flex: 100;
 }
 
 .location-arrow-hdr {
     padding-left: 10px;
     
 }

 /* :: */
 /* ............................... */    
.category-horiz-scroll {
    grid-area: category-horiz-scroll;    
}
.category-horiz-scroll-inner-cell {
    padding:10px 0px 0px 0px;    
    background-color: white;
   
}
 .ttl-flx-box {
    padding:10px 20px 10px 20px;
 }
/* :: */
 .containers {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;      
                           
        }
        #circle-img {
            border-radius:50%;
        }
        .circle-img-box {
            border:1px solid #dddddd;
            padding:0px;
            line-height:0px;
            border-radius:50%;
            
        }
        .ctgry-text-box {            
            text-align:center;
            padding-top:5px;     
        }
        .prdct-scrll-crd {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: center;            
            background-color: white;
            padding:0px 0px 0px 0px;
            border:1px solid #f2f2f2;
        }
        .box {            
            background-color: #3498db;
            color: white;
            font-size: 24px;            
        }
    .container-2 {
        display: flex;
        flex-direction: row;        
        padding:0px 0px 0px 20px;
        overflow:auto;     
        background-color:white;          
    }
    
    .box-2 {                        
            padding :10px 12px 10px 0px;
            max-width:18%;
                      
        }
   
    .scrll-crd-cntnt-dv {
        padding: 0px 5px 5px 0px;
        width:100%;
    }
 /* ............................... */    
.banner-home {
    grid-area: banner-home;
}
.banner-home-inner-cell {
    padding:0px 0px 0px 0px;    
    background-color: white;
    border-bottom:1px solid #efefef;
}
/* :::: */
.banner-hdng {
    padding: 20px 0px 20px 0px;
}
.banner-hdng-2 {
    padding: 20px 0px 20px 0px;
}
 /* ............................... */    
.product-scroll-crds {
    grid-area: product-scroll-crds;
}
.product-scroll-crds-inner-cell {
    padding:0px 0px 0px 0px;    
    background-color: white;
}
/* :::: */

 /* ............................... */    
.stores {
    grid-area: stores;
}
.stores-inner-cell {
    padding:0px 0px 0px 0px;    
    background-color: white;
}
/* :::: */
 .ctgry-tags {
            display: flex;
            gap: 5px;
            overflow-x: auto;
            white-space: nowrap;            
            padding:20px 0px 5px 20px;
        }
        .ctgry-tag {            
            padding: 5px 10px;
            border-radius: 20px;
            border:1px solid #dfdfdf;
            color: #333;
            white-space: nowrap; /* Prevent tags from wrapping */
        }
        .str-ctgry-tag-active {
            background-color:black;
            color:white;
        }
/* ..... */
.container {
            padding: 0px;
        }
       
        
        .academy-images {
            display: flex;
            gap: 10px;
            overflow-x: scroll;
            padding:0px 0px 0px 0px;
        }
        .academy-image {
            min-width: 35%;
            border-radius: 10px;                        
        }
        .academy-image img {
            width: 100%;
            
        }
        #store-img {
            border-radius: 10px;            
        }
        .academy-info {
            display:flex;
            justify-content:space-between;
            padding:5px 0px 5px 0px;
        }
        .academy-address {
            padding:0px 0px 0px 0px;
            color: #666;
            margin-bottom: 10px;
        }
        .tags {
            display: flex;
            gap: 5px;
            overflow-x: auto;
            white-space: nowrap;
            padding:0px 0px 5px 0px;
        }
        .tag {
            background-color: #ddd;
            padding: 5px 10px;
            border-radius: 20px;
            
            color: #333;
            white-space: nowrap; /* Prevent tags from wrapping */
        }
        .section-title {
            display:flex;
            padding:0px 0px 5px 0px;
        }
 /* ............................... */    
.random-prdct-list {
    grid-area: random-prdct-list;
}
.random-prdct-list-inner-cell {
    padding:0px 0px 0px 0px;    
    background-color: white;
}
 /* ............................... */    
.category-prdct {
    grid-area: category-prdct;
}
.category-prdct-inner-cell {
    padding:0px 20px 20px 20px;    
    background-color: #ffeaea;
    margin:0px;
    border-radius:0px;
}

/* ............................... */    
.store-detail {
    grid-area: store-detail;
}
.store-detail-inner-cell {
    padding:20px 0px 0px 0px;    
    background-color: white;
    border-bottom:5px solid #ebedec;
}
.store-detail-pdng-box {
    padding:0px 20px 0px 20px;
}

/* ::::: */
 
  .stor-crd-name {
      padding:0px 0px 0px 0px;
  }
  .sold-by-crd {
      padding:5px 0px 5px 0px;
  }
  .mrp-crd {
      padding:5px 0px 5px 0px;
  }
  .price {
      padding:5px 0px 5px 0px;
  }
  .ctgrry-tag {
      background-color:#26a31b;
      border-radius:5px;
      padding:5px 10px 5px 10px;
      color:white;
      position: absolute;
      top:5px;
      right:5px;   
      display:none;   
  }
  .detail-ctgry-tag {
      background-color:#26a31b;
      border-radius:5px;
      padding:5px 10px 5px 10px;
      color:white;
  }
 
  .star-rating-store-tag {
      background-color:white;
      border:1px solid #0042ff;
      padding:5px 10px 5px 10px;
      color:#0042ff;
      border-radius:5px;
      display:flex; 
  }

/* ............................... */    
.vegtbls-lst {
    grid-area: vegtbls-lst;
}
.vegtbls-lst-inner-cell {
    padding:0px 0px 0px 10px;    
    background-color: #eaeaea;
}
/* ............................... */    
.prdcts-lst {
    grid-area: prdcts-lst;
}
.prdcts-lst-inner-cell {
    padding:0px 0px 0px 0px;    
    background-color: white;
}
.crd-img {
    border-radius:10px;
}
/* ............................... */    
.prcsd-orders {
    grid-area: prcsd-orders;
}
.prcsd-orders-inner-cell {
    padding:0px 0px 0px 0px;    
    background-color: white;
}
/* ............................... */    
.cart {
    grid-area: cart;
}
.cart-inner-cell {
    padding:0px 0px 0px 0px;    
    background-color: white;
}
/* ............................... */    
.landing-image {
    grid-area: landing-image;
}
.landing-image-inner-cell {
    padding:0px 0px 0px 0px;    
    background-color: white;
    border-bottom:5px solid #eeeeee;
}

/* ............................... */    
.landing-details {
    grid-area: landing-details;
}
.landing-details-inner-cell {
    padding:0px 0px 0px 0px;    
    background-color: white;
    
}
/* :: */

.product-ratings {
    color:#ffd028;
}
/* ............................... */    
.landing-recomends {
    grid-area: landing-recomends;
}
.landing-recomends-inner-cell {
    padding:0px 0px 0px 0px;    
    background-color: white;
    border-bottom:5px solid #ebedec;
}

/* ............................... */    
.reviews {
    grid-area: reviews;
}
.reviews-inner-cell {
    padding:0px 0px 0px 0px;    
    background-color: white;
    border-bottom:5px solid #ebedec;
}



/* ............................... */    
.landing-Q {
    grid-area: landing-Q;
}
.landing-Q-inner-cell {
    padding:0px 0px 0px 0px;    
    background-color: white;
    border-bottom:5px solid #ebedec;
}


/* ............................... */    
.varified-orders {
    grid-area: varified-orders;
}
.varified-orders-inner-cell {
    padding:0px 0px 0px 0px;    
    background-color: white;
    
}

/* ............................... */    


/* ............................... */    


/* ............................... */    

