/*    -------------------------------------------------- Header 1     */


/*    -------------------------------------------------- Header 2     */


/*    -------------------------------------------------- Header 3     */

.navbar-3{}
.navbar-3 .delivery-area-head{
    text-align: left;
    padding: 10px 10px 10px 50px;
}
.navbar-3 .delivery-area-head > i.icon{
    left: 10px;
    RIGHT: AUTO;
}

/*  -------------------------------------------------- Home Tabs Styles */


.tabs-home-style-2{
    padding: 10px 10px;
}
.tabs-home-style-2 a{
    border-radius: 10px;
    padding: 10px 5px;
    background: var(--f7-page-bg-color);
    box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.08);
    /* max-width: 100px; */
    text-wrap: wrap;
    vertical-align: middle;
    line-height: 1.1;
}

.tabs-home-style-3{
    background: transparent;
}
.tabs-home-style-3 a{
    border-radius: 20px;
    color: #444444;
}
.tabs-home-style-3 a:nth-child(5n + 1) {
  background-color: #FFF5D6;
}

.tabs-home-style-3 a:nth-child(5n + 2) {
  background-color: #FFE7ED;
}

.tabs-home-style-3 a:nth-child(5n + 3) {
  background-color: #fff;
}

.tabs-home-style-3 a:nth-child(5n + 4) {
  background-color: #DAF3DD;
}

.tabs-home-style-3 a:nth-child(5n + 5) {
  background-color: #E7ECFF;
}



/* -------------------------------------------------- Product Cards 1 */

/* ------------------------ Product Cards 1      */
.product-card-1 .cart-button-round{ position: absolute; right: 0; bottom: 0;}

/* ----------------------- Product Card 2 */
.product-card-2{border-radius: 17px;text-align: center;margin-bottom: 30px;}
.product-card-2 .cart-button-round{position: relative;right: 0;bottom: 0;display: block;margin: auto;border-radius: 50%;padding-top: 4px;margin-bottom: -25px;margin-top: 0px;width: 50px;height: 50px;font-size: 30px;box-shadow: 0px 10px 15px rgba(236, 99, 0, 0.44);}
.product-card-2 .image-box{
    margin: 0;
    border-radius: 15px 15px 0px 0px;
}
.product-card-2 .tag.badge-prod{}
.product-card-2 .tag.badge-prod h3{}
.product-card-2 .tag.badge-prod h3 p{}
.product-card-2 .price-the-action{
    background: transparent;
    border-top: solid 1px #8a8a8a2b;
    display: block;
    font-size: 14px;
    padding: 10px;
    margin: 10px 0 0;
    color: var(--main-color);
}
.product-card-2 .price-the-action .old-price{}

/* ----------------------- Product Card 3 */
.product-card-3{
    padding-top: 5px;
    border-radius: 10px;
}
.product-card-3 .cart-button-round{width: 35px;height: 35px;font-size: 21.5px;box-shadow: 0px 10px 15px rgba(236, 99, 0, 0.44);border-radius: 50%;padding-top: 3px;min-width: 35px;}







.product-card-3 .image-box{
    border-radius: 15px;
    margin: 0px 5px 0px;
    box-shadow: 2px 2px 15px #00000014;
}
.product-card-3 .tag.badge-prod,
.product-card-3 .discount-percentage-tag{
    /* background: transparent; */
    padding: 0 4px;
    /* border: solid 1px #ccc; */
    font-size: 10px;
}

.product-card-3  p{}
.product-card-3 .price-the-action{
    /*background: #ffc906;*/
    color: var(--main-color);
    font-size: 13px;
    margin-top: 0px;
}


/* Media query for screens 1024 pixels and below (larger tablets) */
@media only screen and (max-width: 1024px) {
    .product-card-3 h3, .product-card-3 .price-the-action {
        /* font-size: 12px; */
    }
}
/* Media query for screens 768 pixels and below (typical tablets) */
@media only screen and (max-width: 768px) {
    .product-card-3 h3, .product-card-3 .price-the-action {
        /* font-size: 11px; */
    }
}

@media only screen and (max-width: 600px) {
    .product-card-3 h3, .product-card-3 .price-the-action {
        /* font-size: 16px; */ /* Increase font size for better readability on small screens */
    }
}




.product-card-3 .price-the-action .old-price{}


/* ----------------------- Product Card Template */
.product-card-5{}
.product-card-5 .cart-button-round{ position: absolute; right: 0; bottom: 0;}
.product-card-5 .image-box{}
.product-card-5 .tag.badge-prod{}
.product-card-5 .tag.badge-prod h3{}
.product-card-5 .tag.badge-prod h3 p{}
.product-card-5 .price-the-action{}
.product-card-5 .price-the-action .old-price{}


/* -------------------------------------------------- Footer Sections */
.style-footer-2{
  --f7-toolbar-bg-color: var(
  --menu-bg-color);

  --f7-tabbar-labels-height: 66px;
  background: #30334F;
  color: #fff;
  margin: 10px;
  width: 93%;
  border-radius: 30px;
  
}
.style-footer-2 .tabbar-labels .tab-link.special-mf{
  padding: 0;
  overflow: visible;
}
.style-footer-2 .toolbar-inner a.tab-link{
  
    padding-top: 10px;
    padding-bottom: 10px;
}
.style-footer-2 .round-card-button{
  background-color: var(--f7-theme-color);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.09);
  width: 47px;
  display: block;
  border-radius: 50%;
  text-align: center;
  padding-top: 14px;
  box-sizing: border-box;
  transform: scale(1.2);
  font-size: 9px;
  height: 47px;
}
.style-footer-2 a{
  color: #fff;
}
.style-footer-2.tabbar a.tab-link-active, .style-footer-2.tabbar-labels a.tab-link-active{
    color: var(--f7-theme-color-shade);
}
.style-footer-2 .round-card-button i{
  color: #fff;
}
.style-footer-2 .tabbar-label{
  display:none;
}


/* ------------------ Footer Section 3 */

.style-footer-3{
  
}
.style-footer-3 .tabbar-labels .tab-link.special-mf{
  padding: 0;
  overflow: visible;
}
.style-footer-3 .toolbar-inner a.tab-link{
    padding-top: 5px;
    padding-bottom: 5px;
}
.style-footer-3 .toolbar-inner a.tab-link.special-mf{
  padding: 5px 0;
}
.style-footer-3 .round-card-button{
  background-color: var(--f7-theme-color);
  width: 45px;
  display: block;
  border-radius: 50%;
  text-align: center;
  padding-top: 14px;
  box-sizing: border-box;
  transform: scale(1.2);
  font-size: 9px;
  height: 45px;
  box-shadow: 2px 2px 10px;
  box-shadow: 0px 10px 15px rgba(236, 99, 0, 0.44);
}
.style-footer-3 a{
  color: var(--f7-theme-color);
}
.toolbar.style-footer-3 .tab-link:not(.special-mf) .icon.f7-icons{/* background: var(--f7-theme-color-shade); *//* padding: 11px; *//* width: 47px; *//* height: 46px; */border-radius: 50%;color: var(--f7-text-color);opacity: 1;}
.style-footer-3 .round-card-button i{
  color: #000;
}
.style-footer-3 .tabbar-label{
  display: block;
  position: relative;
  color: var(--f7-text-color);
  opacity: 0.7;
  font-weight: 400;
}
.style-footer-3 .toolbar-inner a.tab-link.special-mf  .tabbar-label{
  visibility:hidden;
}

/* -------------------------------------------------- Navbar 2 Styles*/
.navbar-2 .left .material-symbols-outlined{}
.navbar-2 .delivery-area-head span{}
.navbar-2 .delivery-area-head .location_area{
    font-size: 12px;
    line-height: 1.2;
    padding: 3px 8px;
}
.navbar-2 .delivery-area-head .icon.material-icons{}

@media all and (max-width:730px){
    .toolbar.style-footer-3{
    backdrop-filter: blur(5px);
    background: #0000007a;
    margin: 3px 10px;
    width: 95%;
    border-radius: 30px;
    height: 65px;
    padding: 10px 0px;
    box-sizing: border-box;
    }
    .toolbar.style-footer-3 .toolbar-inner{
        padding: 5px 11px;
    }
    .style-footer-3 .tabbar-label{
    color: #fff;
    opacity: 1;
    font-size:12px
    }
     .toolbar.style-footer-3 .tab-link:not(.tab-link-active) .icon:before{
      content:'';
      width: 150%;
      height: 150%;
      display: block;
      background:#656565;
      border-radius: 50%;
      z-index: -1;
      position: absolute;
      top: -25%;
      left: -24%;
    }
    .toolbar.style-footer-3 .tab-link:not(.special-mf) .icon.f7-icons{
        color: #fff;
        margin: 2px 0 0;
    }
    body .toolbar .toolbar-inner .main-menu-link-bars{
        margin:0
    }
    .product-content .block-title:before{
       content:''; 
      }
}




