@media  (max-width: 767px) {
  .breadcumb-wrapper .breadcumb-content{
    padding: 50px 0;
  }
  .footer-top{
    padding: 30px 30px;
  }
  .section-padding{
    padding: 180px 0 50px;
  }
  .best-food-items-section{
    padding: 20px 0;
  }
  .banner-wrapper.style1 .banner-thumb-area{
    padding-top: 15px;
    padding-bottom: 50px;
    margin-top: 0;
    justify-content: center;
    display: flex;
  }
  .banner-wrapper.style1 .banner-thumb-area img{
    width: 300px;
    height: 300px;
  }
  .banner-style1{
    padding: 20px 0 20px;
  }
  .web-header-right{
    display: none;
  }
  .menu-category-slider img{
    width: 4rem;
    height: 4rem;
  }
  .menu-category-slider .category-food .item-content h3{
    font-size: 11px;
  }
  /* .sticky.header-1 .mega-menu-wrapper{
    padding: 10px 20px;
  } */
  .main-header-wrapper{
    padding: 10px 0;
  }
  .footer-widgets-wrapper .single-footer-widget form .form-control{
    max-width: 100%;
  }
  .banner-wrapper.style1 {
    position: relative;
    background-image: url(../img/bg/banner-mob.png);
  }
  .checkout-details p{
    font-size: 14px;
    margin-bottom: 0;
  }
  .account-card {
    padding: 10px;
}
.account-card .form-check-label, .text-theme-color{
  font-size: 13px;
}
.account-card h6{
  font-size: 13px;
}
.checkout-details p span{
  font-size: 13px;
}
.back-to-top{
  bottom: 100px;
}
.header-right{
  display: block !important;
  width: 100%;
  /* margin-top: 10px; */
}
.header-main{
  display: block;
}
.header-search-group{
  width: 100%;
}
section.banner-section.fix {
  /* padding-top: 120px; */
}
/* .section-padding{
  padding-top: 150px;
} */
.collect .theme-btn{
  width: 100%;
  display: flex;
  align-items: center; /* Aligns items vertically */
  justify-content: center; /* Centers items horizontally */
  gap: 5px; /* Adds space between text and icon */
  padding: 8px 12px; /* Adjust padding as needed */
}
.collect .theme-btn i{
  margin-left: 0;
  font-size: 10px;
}
.breadcumb-section {
  padding-top: 100px;
}
.footer-section{
  margin-bottom: 3.5rem;
}
.gridview--section{
  padding-bottom: 20px;
}
.home-popular-dish{
  padding-top: 50px;
}
}
@media only screen and (max-width: 1024px){
  .web-header-right{
    display: flex;
  }
  /* .mob-cart{
    display: block;
  }
  .header__right__dropdown__wrapper{
    display: block;
  }
  .header__hamburger{
    display: block;
  } */
  #mobile-menu{
    display: block !important;
  }
  /* .header-1 .mega-menu-wrapper{
    padding: 0 20px;
  } */
  .about-thumb img{
    width: 100%;
  }
  .title-area .title{
    line-height: 35px;
    margin-bottom: 10px;
  }
  .single-footer-widget br{
    display: block;
  }
}
@media only screen and (max-width: 768px){
.mob-bottom-menus{
    display: flex;
    align-items: center;
    justify-content: space-between;
    --tw-shadow: 0 -20px 25px -5px rgba(0, 0, 0, .1), 0 -8px 10px -6px rgba(0, 0, 0, .1);
      --tw-shadow-colored: 0 -20px 25px -5px var(--tw-shadow-color), 0 -8px 10px -6px var(--tw-shadow-color);
      box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
      /* padding: .75rem 1.25rem; */
      padding-top: 1rem;
      padding-bottom: 0.1rem;
      padding-left: 2.5rem;
      padding-right: 2.5rem;
      background-color: #fff;
      --tw-bg-opacity: 1;
      border-top-right-radius: 0 !important;
      border-top-left-radius: 0 !important;
      width: 100%;
      position: fixed;
      bottom: 0;
      left: 0;
      z-index: 20;
  }
  .mob-bottom-menus a{
    display: flex;
    align-items: center;
    flex-direction: column;
    /* gap: .25rem; */
    gap: .15rem;
  }
  .mobcart-btn{
    color: #fff;
    width: 3rem;
    height: 3rem;
    --tw-text-opacity: 1;
    text-align: center;
    line-height: 48px;
    background-color: #FF4700;
    font-size: 1rem;
    border-radius: 9999px;
    position: relative;
    font-weight: 600;
    margin-top: -3rem;
  }
  #mobile-menu{
    display: none !important;
  }
  .web-header-right{
    display: none;
  }
  .cart_table .cart_item{
    display: flex;
  }
  .checkout-table tbody tr th, td{
    padding: 6px 8px !important;
    font-size: 13px;
    text-align: left;
  }
  .checkout-table thead th{
    padding: 6px 8px;
    font-size: 14px;
    text-align: left;
  }
  .checkout-ordertable tr th{
    padding: 6px 8px !important;
    font-size: 13px;
  }
  .th-checkout-wrapper h4{
    font-size: 17px;
  }

}
