/* You can add global styles to this file, and also import other style files */
body {
  margin: 0;
  padding: 0;
  font-family: "Proxima Nova", sans-serif !important;
  background-color: #fff !important;
}
.gm-style-mtc-bbw{
  display: none !important;
}
.fullscreen-control{
  display: none !important;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  box-shadow: none;
}
.backSvgNow{
  display: none !important;
}
.group {
  position: relative;
  margin-bottom: 25px;
  height: 45px;
  /* LABEL ======================================= */
  /* active state */
  /* active state */
  /* BOTTOM BARS ================================= */
  /* HIGHLIGHTER ================================== */
}
.group svg {
  position: absolute;
  top: 12px;
  right: 5px;
  background: #fff;
}
.group input,
.group select,
.group textarea {
  font-size: 18px !important;
  padding: 10px 10px 10px 5px !important;
  display: block;
  /* width: 100% !important; */
  border: none;
  border: 1px solid #cecece !important;
  background-color: transparent !important;
  box-sizing: border-box !important;
  height: 45px !important;
  padding: 0px 15px !important;
  border-radius: 5px !important;
  width: 100%;
}
.group input:focus,
.group select:focus,
.group textarea:focus {
  outline: none;
  box-shadow: none;
  border: 0;
}
.group label {
  color: #999;
  font-size: 15px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  top: 12px;
  left: 10px !important;
  padding: 0px 6px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.group textarea:focus ~ label,
.group textarea:valid ~ label {
  top: -7px;
  font-size: 12px;
  color: #8505f9;
  padding: 0px 5px;
  font-weight: bold;
  left: 12px;
  margin-left: -3px !important;
  background: #fff;
}
.group input:focus ~ label,
.group input:valid ~ label {
  top: -7px;
  font-size: 12px;
  /* color: #8505f9; */
  padding: 0px 5px;
  font-weight: bold;
  left: 12px;
  margin-left: -3px !important;
  background: #fff;
}
.group select:focus ~ label,
.group select:valid ~ label {
  top: -7px;
  font-size: 12px;
  color: #8505f9;
  padding: 0px 5px;
  font-weight: bold;
  left: 12px;
  margin-left: -3px !important;
  background: #fff;
}
.group .bar {
  position: relative;
  display: block;
  width: 100%;
}
.group .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

.accpt {
  padding: 10px;
  margin-top: 0px;
  margin-bottom: 85px;
}
@media only screen and (min-width: 1125px) {
  .accpt {
    margin-bottom: 0px !important;
  }
}
.accpt p {
  font-size: 12px;
  margin: 0;
  margin-left: 10px;
}
.accpt .ter .text-toogle {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.accpt .ter .text-toogle input[type=checkbox] {
  position: relative;
  width: 50px;
  height: 25px;
  -webkit-appearance: none;
  background: #c6c6c6;
  outline: none;
  border-radius: 50px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
  flex-shrink: 0;
  opacity: 1;
  pointer-events: revert;
}
.accpt .ter .text-toogle input:checked[type=checkbox] {
  background: #8505f9;
}

.accpt .ter .text-toogle input[type=checkbox]:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 20px;
  top: 0;
  left: 0;
  background: #fff;
  transform: scale(1.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
.accpt .ter .text-toogle input:checked[type=checkbox]:before {
  left: 24px;
}

/* custom css added Dikshant */
/* custom contaner width */
.container {
  width: 100% !important;
  padding: 0 20px !important;
}

.mainMenuTitle {
  font-size: 24px;
  font-weight: 600;
  /* visibility: hidden; */
}

.iteam_menu_title {
  position: fixed;
  left: 0;
  right: 0;
  background: transparent;
  z-index: 9;
  padding: 10px;
  margin-top: 0;
  top: 12vh;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1320px;
}
/* @media only screen and (min-width: 1125px) {
  .iteam_menu_title {
    display: none;
  }
} */
.iteam_menu_title h3 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}

.iteams-nav {
  /* position: fixed; */
  left: 0;
  right: 0;
  background: transparent;
  z-index: 9;
  padding: 6px 0px;
  margin-top: -3px;
  top: 100px;
  /* border-bottom: solid 0.5px #f3f4f6; */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
/* @media only screen and (min-width: 1125px) {
  .iteams-nav {
    display: none;
  }
} */
.iteams-nav ::-webkit-scrollbar {
  height: 0px;
}
.iteams-nav ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.iteams-nav ::-webkit-scrollbar-thumb {
  background: #F2F7FD;
}
.iteams-nav ::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.iteams-nav .category ul {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  margin: 0;
  padding: 0px 8px;
  white-space: nowrap;
  scrollbar-width: none;
}
.iteams-nav .category ul .active {
  font-weight: bold;
  color: #fff;
  position: relative;
  background: rgba(255, 34, 34, 0.9803921569);
}
.iteams-nav .category ul li {
  list-style-type: none;
  padding: 4px 15px;
  font-size: 16px;
  color: #1a1a1a;
  /* background: #F3F3F3; */
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 5px;
}

.iteams {
  padding: 10px;
  padding-bottom: 175px;
}
.all_items_home_page .iteams {
  padding: 0px 0px 10px !important;
  padding-bottom: 175px;
}
.iteams .food_items{
  justify-content: flex-start !important;
  gap: 12px 12px;
  padding:0px 15px 40px;
}
.all_items_home_page .iteams .food_items .iteam_menu{
  width: 32.2%;
  margin: 0px !important;
  padding: 0px !important;
  /* box-shadow: 0px 2px 4px 0px #0000000F; */
  justify-content: space-between;
  overflow: hidden;
  border: 2px solid #f2f2f2;

}

.all_items_home_page .iteams .food_items .iteam_menu:hover {
  transition: all 0.2s ease-in-out;
  transform: translateY(-5px);
}

.all_items_home_page{
  margin-top: 20px;
}

@media only screen and (min-width: 1125px) {
  .iteams {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 1124px) {
  .iteams .food_items {
    margin-top: 75px;
  }
}
@media only screen and (min-width: 768px) {
  .iteams .food_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.iteams .food_items .iteam_menu {
  display: flex;
  align-items: center;
  border-bottom: 0.7px solid #D4D5D7;
  padding-bottom: 15px;
  padding-top: 15px;
  width: 30.5%;
}
@media only screen and (min-width: 768px) and (max-width: 1124px) {
  .iteams .food_items .iteam_menu {
    width: 48%;
  }
}

/* .iteams .food_items .iteam_menu:last-child {
  border: 0;
} */
.category-iteam .iteams .food_items .iteam_menu .iteam_name {
  padding: 14px;
  width: 64%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.priceDetails{
  display: flex;
  align-items: center;
}
.iteams .food_items .iteam_menu .iteam_name .deals {
  display: flex;
  align-items: center;
}
.iteams .food_items .iteam_menu .iteam_name .deals .img_deal {
  width: 15px;
  height: 15px;
  margin-right: 3px;
  display: flex;
  align-items: center;
}
.iteams .food_items .iteam_menu .iteam_name .deals .img_deal svg {
  width: 100%;
  height: 100%;
  fill: rgba(255, 34, 34, 0.9803921569);
}
.iteams .food_items .iteam_menu .iteam_name .deals h6 {
  font-weight: bold;
  font-size: 12px;
  margin: 5px 0;
  color: rgba(255, 34, 34, 0.9803921569);
}
.iteams .food_items .iteam_menu .iteam_name .menu_title .title h5 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
}
.iteams .food_items .iteam_menu .iteam_name .price_iteam .price {
  display: flex;
  align-items: center;
}
.iteams .food_items .iteam_menu .iteam_name .price_iteam .price p {
  margin: 8px 0;
  font-size: 16px;
}
.iteams .food_items .iteam_menu .iteam_name .price_iteam .price .icons {
  margin-left: 20px;
  display: flex;
  align-items: center;
}
.iteams .food_items .iteam_menu .iteam_name .price_iteam .price .icons img {
  width: 15px;
  margin: 0px 4px;
}
.iteams .food_items .iteam_menu .iteam_name .description .dec {
  display: flex;
  align-items: start;
  width: 100%;
}
.iteams .food_items .iteam_menu .iteam_name .description .dec p {
  margin: 0;
  font-size: 12px;
  color: #80808A;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  cursor: pointer;
  text-align: left;
}
.iteams .food_items .iteam_menu .iteam_name .description .dec p span {
  display: inline-block;
}
.iteams .food_items .iteam_menu .iteam_name .description .dec p span svg {
  width: 15px;
  height: 15px;
  position: relative;
  top: 4px;
  fill: rgba(255, 34, 34, 0.9803921569);
}
.iteams .food_items .iteam_menu .iteam_name .description .dec p small {
  font-weight: bold;
  font-size: 14px;
  position: absolute;
  -webkit-line-clamp: 2;
  right: 0;
  bottom: 0;
  background: #fff;
  padding: 0;
}
.category-iteam .iteams .food_items .iteam_menu .item_img .img_part {
  text-align: center;
  height: 100%;
  display: flex;
  height: 150px;
}
.iteams .food_items .iteam_menu .item_img .img_part .img {
  overflow: hidden;
  height: 100%;
  border: solid 1px #eaeaea;
  display: flex;
}
.iteams .food_items .iteam_menu .item_img .img_part .img img {
  width: 150px;
  height: auto;
}
.iteams .food_items .iteam_menu .item_img .img_part .add_btn {
  margin-top: -18px;
  width: 120px;
}
.iteams .food_items .iteam_menu .item_img .img_part .add_btn .btn button {
  width: 100px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.46);
  font-weight: bold;
  padding: 0;
  height: 32px;
  margin: 0;
  outline: 0;
  border-radius: 5px;
  border: 0;
  font-size: 14px;
  position: relative;
  background: #fff;
  color: rgba(255, 34, 34, 0.9803921569);
  cursor: pointer;
}
.iteams .food_items .iteam_menu .item_img .img_part .add_btn .btn button a {
  text-decoration: none;
  color: rgba(255, 34, 34, 0.9803921569);
}
.iteams .food_items .iteam_menu .item_img .img_part .add_btn .btn button span {
  position: absolute;
  top: 0px;
  right: 6px;
}
.iteams .food_items .iteam_menu .item_img .img_part .add_btn p {
  margin: 5px 0 0;
  font-size: 11px;
  height: 14px;
}

.menu_buttons {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 110px;
  text-align: center;
  z-index: 9;
}
.menu_buttons .menu_pop {
  width: 100%;
}
.menu_buttons .menu_pop .btn a {
  text-decoration: none;
}
.menu_buttons .menu_pop .btn button {
  height: 45px;
  width: 130px;
  border: 0;
  background: #8505f9;
  border-radius: 100px;
  box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0.03);
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  margin: 0px auto;
}
.menu_buttons .menu_pop .btn button span {
  margin-right: 6px;
}
.menu_buttons .menu_pop .btn button span svg {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu_buttons .menu_pop .offer_ban {
  background-color: #4D9436;
}
.menu_buttons .menu_pop .offer_ban .ban p {
  font-size: 14px;
  color: #fff;
  padding: 10px;
  margin: 10px 0 0;
  text-transform: uppercase;
}

.container {
  padding: 0;
}

@media only screen and (max-width: 1124px) {
  .menu-web {
    display: none;
  }
  .mg-h {
    height: 20px;
    padding: 8px 10px;
    margin-bottom: 35px;
  }
 
  .cart-web {
    display: block;
  }
}
@media only screen and (min-width: 1125px) {
  .left-H {
    display: none;
  }
  .menu_buttons {
    display: none;
  }
  .container {
    display: block;
    margin: 0px auto;
    justify-content: center;
    padding: 0;
  }
  .container .menu-web {
    width: 25%;
  }
  .container .category-iteam {
    width: 100%;
    margin: 0;
  }
  .container .cart-web {
    width: 100%;
  }
}
/* custom code Dikshanr */
/* header changes Dikshant */
.iteams {
  padding: 10px !important;
}

.head_part, .mobile-navgation {
  background-color: #fff !important;
}

.iteams-nav .category ul li {
  padding: 11px 24px;
  /* background-color: #fff !important; */
  gap: 8px;
}
.iteams-nav .category ul li img {
 width: 18px;
 border-radius: 50px;
}

/* #ds-sub-menu ul {
  border-bottom: 1px solid #e2e0e0;
} */

#ds-sub-menu ul li {
  background-color: white;
  /* color: #000; */
  font-weight: 500;
  cursor: pointer;
}

.iteams .food_items .iteam_menu:first-child {
  margin-left: 0;
}

#ds-sub-menu ul li:first-child {
  margin-left: 0;
}

#ds-sub-menu2 ul li:first-child {
  margin-left: 0;
}

.iteams-nav {
  margin-top: 5px;
}

.all_mobile_menus_display {
  font-size: 14px !important;
  color: #555 !important;
}

.all_mobile_menus_display  .active {
  border-radius: 0 !important;
  font-size: 16px !important;
  border-bottom: 0px !important;
}

#ds-sub-menu2 ul li {
  border-radius: 50px;
  padding: 10px 15px !important;
  background-color: #fff;
  cursor: pointer;
}

.iteams .food_items .iteam_menu {
  /*  background: #fff !important;
   margin: 15px 0 !important;
   padding: 20px 15px !important;
   // border-radius: 12px !important;
   border-bottom:1px solid #e0e0e0 !important; */
  /*   box-shadow: 0px 7px 20px 3px #80808024;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
  background: #fff !important;
  margin: 15px 10px !important;
  padding: 20px 20px !important;
  border-bottom: 1px solid #efefef !important;
  cursor: pointer;
}

.iteams .food_items .iteam_menu .iteam_name .price_iteam .price p {
  font-weight: 600 !important;
  font-size: 16px !important;
  color: #1a1a1a;
}

.iteams .food_items .iteam_menu .item_img .img_part .img img {
  border-radius: 0px 8px 8px 0px !important;
}

.iteams .food_items .iteam_menu .item_img .img_part .add_btn .btn button {
  box-shadow: none !important;
}

.iteams .food_items .iteam_menu .iteam_name .description .dec p {
  font-size: 13px !important;
  line-height: 20px !important;
  font-weight: 400 !important;
}

.iteams .food_items .iteam_menu .iteam_name .menu_title .title h5 {
  margin: 0px 5px 10px 0px !important;
  font-size: 18px !important;
  line-height: 22px !important;
  font-weight: 600 !important;
  color: #1a1a1a;
}

.iteams .food_items .iteam_menu .iteam_name .price_iteam .price {
  margin: 0px 5px 0px 0px !important;
}

.iteams .food_items .iteam_menu .item_img .img_part {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.iteams .food_items .iteam_menu .item_img .img_part .img {
  border: none !important;
}

.iteams .food_items .iteam_menu .iteam_name .price_iteam .price p {
  margin: 0 !important;
}

.description {
  margin-bottom: 10px !important;
}

.btn {
  padding: 6px 0 0 0 !important;
}

.iteams .food_items .iteam_menu .item_img .img_part {
  align-items: end;
}

.iteams .food_items .iteam_menu .item_img .img_part .add_btn {
  margin-top: -18px;
  width: 120px;
  display: flex;
  justify-content: end;
  align-items: center;
}

@media (max-width: 500px) {
  .iteams {
    margin-top: 90px !important;
  }
 
  .mobile-navgation .head_part .logo-nav .ligo {
    font-size: 20px !important;
    font-weight: 600 !important;
  }
  .mobile-navgation .head_part .logo-nav .ligo img {
    width: 65px !important;
    margin-right: 10px !important;
    width: 40px !important;
    height: 40px !important;
    object-fit: scale-down;
  }
  .conatinerCover {
    margin: 6px;
  }
}
@media (min-width: 1040px) {
  .iteams .food_items .iteam_menu {
  
  }
  .iteams .food_items .iteam_menu .iteam_name .description .dec p {
    padding: 0 40px 0 0 !important;
    line-height: 23px !important;
  }
}
/* final design changes */
.iteams .food_items .iteam_menu {
  border-radius: 12px !important;
}

.iteams .food_items .iteam_menu .iteam_name .description .dec p {
  display: flex !important;
  align-items: center !important;
  display: -webkit-box !important;
}

.iteams .food_items .iteam_menu .iteam_name .description .dec p span svg {
  height: 15px !important;
  top: 0 !important;
}

.iteam_menu .iteam_name .description {
  margin-top: 10px !important;
}

@media (max-width: 550px) {
  .iteams {
    margin-top: 0px !important;
  }
  .all_items_home_page {
    margin-top: 0px !important;
}
  .iteams .food_items .iteam_menu .iteam_name {
    padding-right: 0 !important;
  }
}/*# sourceMappingURL=iteams.css.map */
@media (max-width: 1124px) {
 
  .mobile-navgation.scrolled {
    background: #fff !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    transition: background 0.3s, box-shadow 0.3s;
  }
  .mobile-navgation.scrolled .head_part,
  .mobile-navgation.scrolled .hed_logo,
  .mobile-navgation.scrolled .logo-nav,
  .mobile-navgation.scrolled .ligo,
  .mobile-navgation.scrolled .table-book,
  .mobile-navgation.scrolled .table-book * {
    color: #111 !important;
    fill: #111 !important;
  }
  .mobile-navgation.scrolled svg path {
    stroke: #111 !important;
  }
  .head_part.scrolled, .mobile-navigation.scrolled {
    background-color: #ffffff !important; /* Change to white on scroll */
}
  .scrolled-up.scrolled, .mobile-navigation.scrolled {
    background-color: #ffffff !important; /* Change to white on scroll */
}

}




/* ===========================template 5 design implementation=========================== */

:root {
  --bgColor: #f2f2f2;
  --white: #fff;
  --black: #000;
  --lightGrey: #777777;
  --successColor: #17a040;
  --primaryColor: #ec7600;
  --secondaryColor: #1a1a1a;
  --borderColor: #D4D4D3;
}
.conatinerCover{
  overflow: auto;
  height: inherit;
}
.iteams .food_items{
  margin-bottom: 0px !important;
}
.category-iteam .categorys{
  height: auto !important;
}
body {
  margin: 0;
  padding: 0;
  background: var(--bgColor);
  font-family: "Urbanist", sans-serif;
}

@media (min-width: 1200px) {
  .container {
      max-width: 1140px;
      margin: auto;
  }
}

.grafterrFoodMainSec {
  margin-top: 1.5rem;
}

.grafterrFoodMainSec .bannerSec img {
  width: 100%;
  border-radius: 12px;
  height: 400px;
  object-fit: cover;
}

.mainSec {
  padding: 0px;
}

.grafterrfoodHeading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
}

.grafterrfoodHeading h1 {
  color: var(--black);
  font-size: 34px;
  font-weight: bold;
  margin: 0;
}

.grafterrfoodHeading .openUntilText {
  color: var(--lightGrey);
  font-size: 16px;
  font-weight: 600;
}

.grafterrfoodHeading .openUntilText .milesAway {
  display: none;
}

.grafterrfoodOrderSec {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 1rem;
}

.grafterrfoodContent {
  width: 50%;
}

.grafterrfoodContent p {
  color: var(--lightGrey);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}

.grafterrfoodDleveryBtnsSec {
  display: flex;
  align-items: center;
  gap: 12px;
}

.grafterrfoodDleveryBtnsSec .groupOrderBtn svg {
  margin-right: 8px;
}

.grafterrfoodDleveryBtnsSec .groupOrderBtn {
  color: var(--secondaryColor);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  background: var(--white);
  padding: 0px 20px;
  height: 50px;
  border: 1px solid var(--borderColor);
  border-radius: 40px;
}

.orderDeliveyBtns {
  display: flex;
  align-items: center;
  margin-left: 25px;
}

.orderDelivey svg {
  margin-right: 8px;
}

.orderDelivey[type="radio"] {
  color: var(--lightGrey);
  font-size: 16px;
  font-weight: 600;
  background: var(--white);
  padding: 10px 22px;
  border-radius: 40px;
  display: none;
  cursor: pointer;

}

.orderDelivey[type="radio"]:checked+label {
  color: var(--secondaryColor);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  background: var(--white);
  padding: 10px 22px;
  border-radius: 40px;
  /* transition: .3s ease-out; */
  cursor: pointer;
  margin-left: 15px;
}

.contactUs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
}
.contactUs .address{
  width: 50%;
}
.deliveryFeeAndTime {
  display: flex;
  justify-content: space-between;
}

.address p {
  color: var(--black);
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 10px;
}

.address p span {
  font-size: 16px;
  font-weight: 500;
}

.call {
  color: var(--black);
  font-size: 16px;
  font-weight: 600;
}

.call span {
  color: var(--lightGrey);
}

.deliveryFeeAndTime {
  background: var(--white);
  border-radius: 12px;
  width: 30%;
  display: flex;
  align-items: center;
  position: relative;
  padding: 10px 0;
  background-color: #fafafa;
}

.borderR {
  width: 1px;
  height: 118px;
  background-color: var(--borderColor);
  position: absolute;
  left: 50%;
}

.DeliveryPricingAndFee h2 {
  color: var(--black);
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 5px;
}

.DeliveryPricingAndFee h4 {
  color: var(--lightGrey);
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  margin: 0;
}
.scheduledTime{
  padding: 14px;
  width: 50%;
  text-align: center;
}

/* Only show border when both divs are present */
.deliveryFeeAndTime .scheduledTime:has(~ .DeliveryPricingAndFee) {
  border-right: 1px solid #ddd;
}


/* Remove the border-left when scheduledTime already has border-right */
.deliveryFeeAndTime .scheduledTime:has(~ .DeliveryPricingAndFee) + .DeliveryPricingAndFee {
  border-left: none;
}

.DeliveryPricingAndFee{
  padding: 14px;
  width: 50%;
  text-align: center;
}
.scheduledTime h2 {
  color: var(--black);
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 5px;
}

.scheduledTime h4 {
  color: var(--lightGrey);
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  margin: 0;
}

.foodSec {}

.foodSec .foodHeading h1 {
  color: var(--black);
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  display: flex;
  align-items: center;
}
.desktopMenu .bar{
  cursor: pointer;
}
.foodSec .foodHeading h1 img {
  margin-left: 10px;
}

.foodItemsCardsSec {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}

.foodItemsCards {
  background: var(--white);
  width: 30%;
  padding: 0px 0px 0px 20px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;

}

.foodItemsCards .foodItem {
  width: 48%;
  display: flex;
  flex-direction: column;
}

.foodItem h3 {
  color: var(--secondaryColor);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  margin-top: 18px;
}

.foodItemPrice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  margin-bottom: 20px;
}

.foodItemPrice h4 {
  color: var(--black);
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

/* ++tab button+++++ */
.toggleContainer {
  display: flex;
  border: 2px solid #ddd;
  border-radius: 999px;
  overflow: hidden;
  width: fit-content;
  background-color: #fff;
}

.toggleBtn {
  border: none;
  background: none;
  padding: 13px 20px;
  border-radius: 53px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #555;
  background-color: white;
  transition: all 0.3s ease;
  width: 50%;
  font-weight: 600;
}

.toggleBtn .toggleicon {
  font-size: 18px;
}

.toggleBtn.active {
  background-color: #111;
  color: white;
}

.toggleBtn .toggleicon svg path {
  fill: #777777;
  /* Default grey */
}

.toggleBtn.active .toggleicon svg path {
  fill: #ffffff;
  /* White when active */
}

/* ++tab button+++++ */
.iteam_menu_title{
  position: static !important;
  transform: none !important;
}
/* +++++++ */

/* +++++++ */
.iteam_menu_title1{
  border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
    border-width: 2px;
    padding: 25px 0px;
    margin: 30px 0px 20px;
}
.menuHead{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 10px;
}


/* menu filter */
.menu-carousel-container {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.filterOptionsContainer {
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 12px;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
}

.menu-carousel {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 30px;
  padding: 0 20px;
  height: 65px;
  /* box-shadow: 0 2px 8px rgba(0,0,0,0.04); */
  overflow-x: auto;
  scrollbar-width: none;
  white-space: nowrap;
  border: none !important;
}

.menu-carousel::-webkit-scrollbar {
  display: none;
}

.menu-carousel li {
  padding: 0 20px;
  margin: 0 8px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 500;
  color: #111;
  background: transparent;
  transition: background 0.2s, color 0.2s;
}

.menu-carousel li.active {
  background: #111;
  color: #fff;
}

.menu-carousel li span {
  margin-right: 8px;
}
.menu-carousel li {
  flex: 0 0 auto; /* Prevent shrinking */
}

.carousel-arrows {
  display: flex;
  gap: 10px;
  margin-left: 16px;
}

.carousel-arrows button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fafafa;
  border: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
}

.menu-search {
  margin-left: 24px;
}

.menu-search input {
  border: none;
  border-radius: 24px;
  padding: 10px 24px;
  background: #f5f5f5;
  outline: none;
  font-size: 16px;
  width: 220px;
}
.mobilemenu_categories.active {
  background: #111;
  color: #fff;
  border-radius: 24px;
}

.mobilemenu_categories {
  padding: 8px 20px;
  margin: 0 8px;
  border-radius: 24px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.menuSearch {
  position: relative;
}
.menuSearch .searchIcon {
  position: absolute;
  right: 14px;
  top: 14px;
}
.menuSearch .menuSearchInput {
  padding-right: 40px;
  padding-left: 15px;
  width:450px;
  height:45px;
  border-radius: 50px; 
  background: #f7f7f7; 
  border:none; 
  outline:none;
  float: right;
  font-weight: 500;
}


/* ==================filter css ================== */

.filter_modal_content{
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  height: 600px;
  width: 450px !important;
  overflow-y: auto;
}
.modal-body::-webkit-scrollbar {
width: 0px;
background: transparent; /* Optional */
}

.filter_modal_close{
  border: none;
background: none;
font-size: 31px;
}
.filter_modal_dialog{
  transition: transform .3s ease-out;
transform: translate(-50%, -50%) !important;
position: absolute;
top: 50%;
left: 50%;
margin: 0;
}


.modal-header,
.modal-footer {
  border: none;
  background: none;
}
.filter_modal_footer{
  flex-wrap: nowrap !important;
  /* margin-bottom: 10px; */
  border-top: 1px solid #dee2e6 !important;
}
.filter_modal_header{
  border-bottom: 1px solid #dee2e6 !important;
}

.modal-title {
  font-size: 22px;
  font-weight: 700;
}

.filter-section-title {
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.filter_modal_sort_title{
margin-top: 0px !important;
}
.filter-sort-item {
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-bottom: 8px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #000;
  font-weight: 600;
}

.filter-sort-item.selected {
  border: 1.5px solid #1a1a1a;
}

.filter-sort-item.selected::after {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #000;
}

.filter-tag {
display: inline-block;
border-radius: 18px;
padding: 9px 16px;
font-size: 16px;
font-weight: 600;
margin: 4px;
cursor: pointer;
border: 1px solid #ddd;
background-color: #fefefe;
}
.filter-tagS {
display: inline-block;
border-radius: 18px;
padding: 9px 16px;
font-size: 16px;
font-weight: 600;
margin: 4px;
cursor: pointer;
background-color: #d9d9d94f;
}

.filter-tag.selected {
  background-color: #000;
  color: white;
  font-weight: 600;
}
.filter-tagS.selected {
  background-color:#EC76001F;
  /* border-color:#EC76001F; */
  border: 1px solid #EC76001F;
  color: #000;
  font-weight: 600;
}

.filter-tag .fa {
  margin-right: 6px;
}

.filter-btn {
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  width: 100px;
}

.btn-cancel {
  border: 1.5px solid #f97316;
  background-color: white;
  color: #f97316;
  width: 100%;
  height: 50px;
  font-size: 18px;
}

.btn-apply {
  background-color: #f97316;
  color: white;
  border: none;
  width: 100%;
  height: 50px;
  font-size: 18px;
}

.filter-price-display {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  /* margin-bottom: 45px; */
}

.filter-trigger-btn {
  /* background-color: black; */
  color: white;
  border-radius: 16px;
  padding: 10px 20px;
  font-size: 14px;
  border: none;
}

/* Dual Range Slider */
.range-slider {
  position: relative;
  width: 100%;
  height: 40px;
  margin-bottom: 5rem;
}

.range-slider input[type="range"] {
  position: absolute;
  width: 100%;
  margin-top: 12px;
  pointer-events: none;
  -webkit-appearance: none;
  background: none;
  z-index: 99;
}

.range-slider input[type="range"]::-webkit-slider-thumb {
  pointer-events: all;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: white;
  border: 3px solid #f97316;
  -webkit-appearance: none;
}

.range-slider .slider-track {
  position: absolute;
  height: 4px;
  top: 50%;
  transform: translateY(-50%);
  background: #ddd;
  z-index: 1;
  width: 100%;
}

.range-slider .slider-range {
  position: absolute;
  height: 4px;
  top: 50%;
  transform: translateY(-50%);
  background: #f97316;
  z-index: 2;
}
.groupOrderBtn .button-dal p{
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 6px;
}
#ds-sub-menu ul {
  overflow-y: hidden;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  background-color: #f7f7f7;
} 
#ds-sub-menu2 ul {
  overflow-y: hidden;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
} 
.menuItemSection{
   position: sticky;
   top: 100px;
}
.orderPlacedHeading{
  color: var(--primaryColor) !important;
  font-size: 20px !important;
  font-weight: 600 !important;
}
.thankYouMessage{
  color: #000 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
#payment_status .orderDetails{
  border: 1px solid #DDDDDD;
  border-radius: 12px;
  padding: 16px;
  display: grid;
  gap: 14px;
}
#payment_status .orderDetails .orderSubTitle{
  font-size: 14px;
  font-weight: 600;
  color: #777;
}
#payment_status .orderDetails .orderValue{
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
}
#payment_status .orderFlex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 3px 0px;
}
#payment_status .orderFlex h4{
  margin-bottom: 0px !important;
}
.OrderSuccessBtns{
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 18px 0px 0px;
}

.log-details .process .trackOrderBtn{
  color: #fff;
  position: unset !important;
  padding: 10px 0px !important; 
  font-weight: 600 !important;
}
.log-details .process .backToHomeBtn{
  background: none !important;
  font-weight: 600 !important;
  position: unset !important;
}
#payment_status .log-details{
  padding: 0px !important;
}
#payment_status .pad-mg{
  padding: 22px !important;
}
#payment_status .modal-dialog{
  max-width: 500px !important;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50% !important;
  margin: unset !important;
}
#payment_status {
  background: #000000d9 !important;
}
.group span{
  font-size: 12px !important;
  font-weight: 500;
}
#searchInput:focus{
  box-shadow: none !important;
}
@media (max-width: 767px) {
.filter_modal_content {
width: 350px !important;
margin: 10px auto; /* Center it properly */
}
.grafterrfoodDleveryBtnsSec .groupOrderBtn {
  padding: 0px 12px !important;
}
.iteams-nav .category ul li img {
  width: 20px;
  /* border-radius: 50px; */
 }


}
#menuCarousel{
  width: 100% !important;
}
/* ==================end========== */
/* menu filter */
@media screen and (max-width: 767px) {
  body {
      background: #fafafa !important;
  }
  .mobileNewSvg{
    width:45px!important;
    height: 45px !important;
  }
/* .collection-DeliverySection{
  position: absolute;
  bottom: 0;
} */

  .grafterrFoodMainSec {
      margin-top: 0;
  }

  .grafterrfoodDleveryBtnsSec {
      justify-content: space-between;
      width: 100%;
      margin: 7px 0px 5px;
  }

  .grafterrFoodMainSec .bannerSec img {
      height: 180px;
      object-fit: cover;
      border-radius: 0px 0px 0px 0px !important;
  }

  .grafterrfoodHeading {
      display: block;
      text-align: center;
      padding-bottom: 18px;
      border-bottom: 0.5px dashed #D6D4D4;
      margin-top: 30px !important;
  }

  .grafterrfoodHeading h1 {
      font-size: 25px;
      margin-bottom: 6px;
  }

  .grafterrfoodHeading .openUntilText {
      font-size: 15px;
  }

  .grafterrfoodHeading .openUntilText .milesAway {
      display: inline-block;
  }
  .grafterrfoodOrderSec{
    flex-direction: column;
  }

  .grafterrfoodContent{
    margin-bottom: 16px;
    width: 100%;
  }
  .grafterrfoodContent p{
    text-align: left;
  }
  .contactUs .address {
     width: 100%;
     margin-bottom: 10px;
     display: none;
  }

  .option-text {
      display: none;
  }
  .grafterrFoodMainSec .contactUs{
    flex-flow: column;
    gap: 16px;
  }

  .toggleoOption.active .option-text {
      display: inline;
  }

  .grafterrfoodDleveryBtnsSec .groupOrderBtn {
      font-size: 15px;
      height: 44px;
  }
  

  .deliveryFeeAndTime {
      width: 100%;
  }

  .deliveryFeeAndTime {
      background: transparent;
      border: 1px solid var(--borderColor);
  }

  .DeliveryPricingAndFee {
      width: 50%;
      text-align: center;
  }

  .scheduledTime {
      width: 50%;
      text-align: center;
  }

  .DeliveryPricingAndFee h2 {
      font-size: 18px;
      margin-bottom: 5px;
  }

  .DeliveryPricingAndFee h4 {
      font-size: 14px;
  }

  .scheduledTime h2 {
      font-size: 16px;
      margin-bottom: 5px;
  }
  .scheduledTime h4 {
      font-size: 14px;
  }
  .borderR {
      height: 81px;
      left: 49%;
  }
.itemsHead{
  padding: 0px 20px;
}
  .contactUs {
      padding-bottom: 25px;
      border-bottom: 0.5px dashed #D6D4D4;
      margin-top: 17px;
  }

  .toggleContainer {
      margin-right: 0px;
  }

  .toggleBtn {
      padding: 10px 10px;
  }


  .toggleBtn {
    padding: 10px 10px;
}

/* Add new rules for toggle button icons */
.toggleBtn .toggleicon {
    width: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}
 #deliveryBtn .toggleicon{
    width: 20px !important;
}
.toggleBtn svg {
  height: auto;
  /* height: 16px !important; */
}
.toggleBtn.active {
  padding: 5px 10px !important;
  background: #000 !important;
}
.toggleContainer,#deliveryBtn {
  /* background-color: #f2f2f2 !important; */
}
.toggleContainer {
  border: none !important;
  background: #d9d9d99e !important;
}
.toggleBtn{
  background: #d9d9d900 !important;
}
.grafterrFoodMainSec .contactUs {
 padding: 0px !important;
}
.contactUs {
  margin-bottom: 17px !important;
}


.toggleBtn:not(.active) .toggleicon {
    width: 14px;
}

.mobile-navgation [id="navcheck"]:checked ~ nav .logoutBtn{
  padding: 10px 20px !important;
}
.toggleBtn:not(.active) span:not(.toggleicon) {
    display: none;
}

.toggleBtn.active span:not(.toggleicon) {
    display: inline;
    font-size: 14px !important;
}
.all_items_home_page .iteams .food_items{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 8px 0px;
  padding: 0px 12px;
  margin-top: 0px !important;
}
.mg-h{
  height: 18px !important;
}
.categorys .iteams .food_items .iteam_menu .item_img .img_part .img{
  width: max-content !important;
}
.categorys .iteams .food_items .iteam_menu .item_img{
  width: 40% !important;
}

.categorys  .iteams .food_items .iteam_menu{
  width: 100% !important;
  margin: 0px !important;
  align-items: flex-start !important;
}
.item_queries_section .head_part .back .bak{
  position: absolute;
  right: 14px;
}
.item_queries_section .iteams .iteam_menu_title{
  background: none !important;
  border: 0px !important;
  box-shadow: none !important;
  margin: 15px 0px !important;
}
.mainSec{
  padding: 14px;
}
.iteam_menu_title1{
  padding:8px 0px 0px !important;
  margin: 0px 14px 6px;
  border-top: 0px;
  border-width: 1px;
}
.iteams-nav{
  margin-top: 0px !important;
  padding-top: 0px !important;
}
.iteam_menu_title1 .menuHead{
  margin-bottom: 8px !important;
}
.iteam_menu_title1 .menuHead .menuSearch{
  display: none;
}
.all_items_home_page .iteams{
  padding: 0px 0px 10px !important;
}
.carousel-arrows{
  display: none;
}
.menu-carousel-container #menuCarousel .active{
  background-color: var(--primary-color) !important;
  background: #1a1a1a !important;
}
#ds-sub-menu ul{
  background: none;
  box-shadow: none;
  background-color: #f7f7f7;
}
#ds-sub-menu ul li{
  border: none !important;
}
/* .iteams .food_items .iteam_menu .item_img .img_part{
  flex-direction: row-reverse !important;
} */
.cart_footer{
  display: none;
}
.menu_buttons{
  display: none;
}
#ds-sub-menu2 ul{
 width: 100% !important;
}
.toggleBtn{
 width: auto !important;
}
.categorys .iteams .food_items .iteam_menu .iteam_name{
  min-height: 150px;
}
.conatinerCover .customClassDesktop{
  padding: 0px !important;
}
#item_v2 .itemV2ModalDailog{
  border-radius: 0px !important;
}
body #modifiers_popup_v2 .modal-content{
  height: 100% !important;
  border-radius: 0px !important;
}
#querymeal_popup_v2 .modal-dialog .modal-body{
  border-radius: 0px !important;
}
#querymeal_popup_v2 .itemV2ModalContent{
  border-radius: 0px !important;
}
#querymeal_popup_v2 .itemV2ModalBody{
  border-radius: 0px !important;
}
.closeItemV2popup{
  position: fixed;
  top: 22px;
  left: 22px;
}
body #item_v2 .modal-dialog{
  border-radius: 0px !important;
}
}

/* =============================== */
.cart_footer input[type=checkbox]:checked~#buttom_menu {
  transform: translatey(0) !important;
}

.btn_fixed {
  position: relative !important;
  /* margin-top: 28px */
}
.offcanvas-header h5{
  font-weight: 700;
 text-align: left;
 margin-bottom: 0px !important;
}
.fixed-bottom-bar {
  position: fixed;
  display:flex;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--primary-color);
  color: #fff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  padding: 6px 10px 8px 26px;
  gap:4px;
  box-shadow: 0px 4px 4px 0px #00000040;
  z-index: 1000;
  height: 70px;
  /* width: 250px; */
  border-radius: 70px;
}

.fixed-bottom-bar .item-price{
font-weight:700;
font-size: 22px;
}
.fixed-bottom-bar .pay-btn .arrow{
margin-left:8px
}
.item-details{
  margin-right: 20px;
  /* margin-bottom: 0px !important; */
 
}
.item-details p{
margin-bottom: 0px !important;
font-size: 14px;
font-weight: 400;
line-height: 24px;
}

.item-info {
display: flex;
flex-direction: column;
margin-right: 20px;
}

.price {
font-size: 1.3em;
font-weight: bold;
}

.pay-btn {
background: #fff;
color: #111;
border: none;
border-radius: 30px;
padding: 10px 20px;
font-size: 20px;
font-weight: bold;
cursor: pointer;
transition: background 0.2s;
display: flex;
align-items: center;
justify-content: space-evenly;
width: 100px;
height: 55px;
font-weight: 600;
margin-bottom: -2px;
}

.pay-btn:hover {
background: #eee;
}
.status-icon {
width: 22px;
height: 22px;
margin-right: 8px;
vertical-align: middle;
display: inline-block;
}

.status-text {
font-size: 1.1rem;
font-weight: 500;
color: #fff;
vertical-align: middle;
}
.item-count, .item-price{
margin-bottom:0px !important
}
.item_queries_section .btn_fixed .fixed .btns button {
  border: 0;
  background: transparent;
  font-size: 14px;
  font-weight: bold;
  color: #8505f9;
  outline: 0;
  padding: 24px;
  /* margin-bottom: 30px; */
  cursor: pointer;
  width: 100%;
  display: flex;
  color: #000 !important;
  justify-content: center;
  align-items: center;
}
.collection-DeliverySection{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) !important;

}
.iteam_menu{
  position: relative;
}
.favourateIcon{
  position: absolute;
  right: 10px;
  top: 10px;
  background: #1A1A1A80;
  border-radius: 30px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}
.likeIcon{
  gap: 15px;
  position: absolute;
  bottom: 14px;
  background: #1A1A1A80;
  right: 10px;
  display: flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 30px;
}
.likeIcon p{
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px;
}
@media (max-width:1024px) {
  .newOrderType {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px;
    border-radius: 8px;
    background: #FAFAFC;
    border: 1px solid #F1F2F6;
  }

  .cart_footer #buttom_menu {
    padding: 0px 20px 20px 20px !important;
  }

  /*    .cart_footer .sidebarIconToggle {
    background: #fff !important;
  } */
  .fixedTotalPriceBar {
    width: 100%;
    height: 6vh;
    background: #000;
    border-radius: 12px 12px 0 0;
    position: fixed;
    bottom: 95px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
  }

  .fixedTotalPriceBar a {
    color: #fff;
  }

  .fixedTotalPriceBar span {
    color: #fff;
  }

  .mobileAppFooter {
    height: 10vh;
    background: #fff;
    border-radius: 12px 12px 0 0;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    border: 1px solid #F1F2F6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin: auto; */
    padding: 0 20px;
  }

  .fixedTotalPriceBarTotal {
    font-weight: 600 !important;
    font-size: 14px !important;
  }

  .homebuttonAppFooter {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .homebuttonAppFooter svg {
    margin-bottom: 5px;
  }

}

.homePageModel {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  margin: 0;
}
#addressDisplay{
  background-color: #fff !important;
}


/* itemsearch  */
.search-result {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ddd;
  width: 100%;
  max-height: 250px;
  overflow-y: auto;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  border-radius: 4px;
}
.search-result-item {
  padding: 12px 15px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}
.search-result-item:last-child {
  border-bottom: none;
}
.search-result-item:hover {
  background-color: #f9f9f9;
}
.search-clear {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 18px;
  color: #999;
  transition: color 0.3s ease;
}
.search-clear:hover {
  color: #333;
}
#searchResultitem {
  display: none;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 10px;
  position: absolute;
  top: 44px;
  width: 350px;
  border: 1px solid #DDDDDDDD;
  background: #fff;
  border-radius: 20px;
  right: 0;
}
.search_item_result {
  font-weight: bold;
  color: #333;
  cursor: pointer;
}
.search-clear-item {
  cursor: pointer;
  font-size: 18px;
  color: #999;
  transition: color 0.3s ease;
  margin-left: 10px;
}
.search-clear-item:hover {
  color: #333;
}
.searchMenuItem {
  border-bottom: 1px solid #ddd;
  padding: 12px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px 5px;
}

/* Remove border from the last child */
.searchMenuItem:last-child {
  border-bottom: none;
}

/* Remove border if it's the only child */
.searchMenuItem:first-child:last-child {
  border-bottom: none;
}

/* Alternative method using nth-child for better browser support */
.searchMenuItem:nth-last-child(1) {
  border-bottom: none;
}

/* If there's only one item (both first and last) */
.searchMenuItem:nth-child(1):nth-last-child(1) {
  border-bottom: none;
}
/* .address{
  width: 50%;
} */


 /* Mobile Summary Styles */
 .mobileSummary {
  display: none;
  position: fixed;
  bottom: 96px;
  left: 0;
  right: 0;
  background: white;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
  border-radius: 12px 12px 0 0;
  z-index: 1000;
  max-height: 50vh;
  overflow: hidden;
}

.mobileSummaryHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  background: white;
  border-bottom: 1px solid #F5F5F5;
  cursor: pointer;
}

.mobileSummaryTitle {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.mobileSummaryArrow {
  transition: transform 0.3s ease;
  stroke: var(--primary-color);
}

.mobileSummaryArrow.rotated {
  transform: rotate(180deg);
}

.mobileSummaryContent {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: white;
}

.mobileSummaryContent.expanded {
  max-height: 40vh;
  overflow-y: auto;
}

.mobileSummaryList {
  padding: 0 20px 20px;
}

.mobileSummaryItem {
  padding: 12px 0;
  border-bottom: 1px solid #F5F5F5;
}

.mobileSummaryItem:last-child {
  border-bottom: none;
}

.mobileSummaryItemName {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  margin-bottom: 4px;
}

.mobileSummaryItemPrice {
  font-size: 14px;
  color: #666;
}

.mobileSummaryItemDetails {
  font-size: 13px;
  color: #888;
  margin-top: 4px;
}

/* Mobile-specific button styles */
@media screen and (max-width: 767px) {
  .mobileSummary {
      display: block;
  }

  .mobilePopupClose {
      position: fixed;
      top: 25px;
      left: 25px;
      z-index: 1001;
      cursor: pointer;
  }

  /* Hide desktop summary on mobile */
  .rightSideContent {
      display: none;
  }

  .btn_fixed {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      background: white;
      box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
      z-index: 1000;
  }

  .btns {
      display: flex;
      gap: 12px;
      align-items: center;
  }

  .btns .one {
      flex: 1;
      padding: 14px 16px;
      background: #f8f9fa;
      border: 1px solid #e9ecef;
      border-radius: 8px;
      font-size: 15px;
      font-weight: 500;
      color: #333;
      min-height: 48px;
  }

  .btns .two {
      flex: 2;
      padding: 14px 16px;
      background: var(--primary-color) !important;
      color: var(--primary-color) !important;
      border: none;
      border-radius: 8px;
      font-size: 16px;
      font-weight: 600;
      min-height: 48px;
  }

  .btns .two:hover {
      background: var(--primary-color) !important;
  }

  .mobile-only {
      display: flex !important;
  }

  .desktop-only {
      display: none !important;
  }

  .mobile-quantity-controls {
      display: flex;
      align-items: center;
      gap: 12px;
      background: #f8f9fa;
      border: 1px solid #e9ecef;
      border-radius: 8px;
      padding: 8px 16px;
      flex: 1;
  }

  .quantity-btn {
      background: var(--primary-color);
      color: white;
      border: none;
      border-radius: 50%;
      width: 32px;
      height: 32px;
      font-size: 18px;
      font-weight: 600;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .quantity-btn:hover {
      background:var(--primary-color);
  }

  .quantity-display {
      font-size: 16px;
      font-weight: 600;
      color: #333;
      min-width: 20px;
      text-align: center;
  }

  .mobile-cart-btn {
      flex: 2 !important;
  }
}



@media only screen and (min-width: 300px) and (max-width: 1024px) {
 
  #offcanvasRight .btn-close{
    display: none !important;
  }
  .backSvgNow{
    display: block !important;
  }
  
  .head_part{
    background-color: #00000026 !important;
  }
  #offcanvasRight .btn-close{
    display: none !important;
  }
  .backSvgNow{
    display: block !important;
  }
  .head_part, .mobile-navgation {
    background-color: #00000066 !important;
}
.item_queries_section .head_part{
  background: #fff !important;
}
#query_meal_btn_fixed .fixed{
  position: fixed !important;
  bottom: 0;
  width: 100%;
}
.combinations_and_items .item_queries_section .head_part{
  background: #fff !important;
}
.grafterrFoodMainSec .bannerSec img {
  height: 310px !important;
  object-fit: cover;
  border-radius: 0px 0px 0px 0px !important;
}
.grafterrFoodMainSec{
  margin-top: 0px !important;
}
.ligo{
  color: #fff !important;
}
.desktop-svg{
  display: none !important;
}
.mobile-svg{
  display:  block !important;
}
.customClassDesktop{
  max-width: 100% !important;
}
.conatinerCover{
  margin: 0px !important;
}
.mainSec {
  padding: 0px 14px !important;
}
.iteam_menu_title1 {
  padding: 18px 14px;
}
.iteams .food_items {
  padding: 0px 14px;
}
.mg-h {
  margin-bottom: 0px !important;
}
.item_queries_section .iteams .food_items .iteam_menu{
  margin: 10px 0px 0px !important;
}
.iteams .food_items .iteam_menu .iteam_name .menu_title .title h5{
  margin-bottom: 0px !important;
}
body #item_v2 .modal-content{
  border-radius: 20px !important;
}
}

@media only screen and (min-width: 1025px){
  .desktop-svg{
    display:  block !important;
  }
  .mobile-svg{
    display:  none !important;
  }
  
}

/* ================================================ */

/* Search Overlay Styles */
.search-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: flex-start;
  z-index: 9999;
  padding-top: 20px;
  background: #fff;
  height: 100%;
}

.search-overlay-content {
  width: 100%;
  max-width: 500px;
  border-radius: 16px;
  box-shadow: 0 5px 8px rgb(0 0 0 / 9%);
  overflow: hidden;
  animation: searchSlideIn 0.3s ease-out;
  margin: 8px 12px 0px;
}

@keyframes searchSlideIn {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.search-input-container {
  position: relative;
  display: flex;
  align-items: center;
  background: #f8f9fa;
  border-radius: 12px;
  padding: 6px 35px 6px 40px;
}

.search-overlay-icon {
  color: #666;
  flex-shrink: 0;
  position: absolute;
  left: 12px;
}

.search-overlay-input {
  flex: 1;
  border: none;
  background: transparent;
  padding: 16px 0;
  font-size: 16px;
  outline: none;
  color: #333;
  opacity: 1 !important;
  position: unset !important;
}

.search-overlay-input::placeholder {
  color: #999;
}

.search-overlay-close {
  background: none;
  border: none;
  padding: 8px;
  color: #666;
  cursor: pointer;
  border-radius: 8px;
  transition: background-color 0.2s;
  position: absolute;
  right: 0px;
}

.search-overlay-close:hover {
  background-color: #f0f0f0;
}

.search-overlay-results {
  padding: 20px;
  max-height: 400px;
  overflow-y: auto;
}

.search-suggestions {
  margin-bottom: 20px;
}

.search-suggestion-title {
  font-size: 14px;
  font-weight: 600;
  color: #666;
  margin-bottom: 12px;
}

.search-suggestion-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.search-tag {
  background: #f0f0f0;
  color: #333;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.search-tag:hover {
  background: #e0e0e0;
}
.noResults{
  text-align: center;
}
@media screen and (max-width: 767px) {
  .search-overlay {
    padding-top: 50px;
  }
  
  .search-overlay-content {
    width: 98%;
    border-radius: 12px;
    margin: 8px 12px 0px;
  }
  
  .search-overlay-results {
    padding: 16px;
  }
  .iteams .food_items{
    padding-bottom: 120px !important;
  }
  #mixmatch_v2 .iteams .food_items{
    padding-bottom: 0px !important;
  }
}
@media screen and (max-width: 667px) {
  .category-iteam .iteams .food_items .iteam_menu .iteam_name{
    width: 52% !important;
  }
  #mixmatch_v2 .iteams .food_items {
    padding-top: 10px !important;
  }
  .mobileSummarySection {
    bottom: 86px !important;
  }
  .grafterrfoodContent p {
    font-size: 14px !important;
    text-align: center !important;
  }
  .closeItemV2popup {
    display: none !important;
  }
  .foodDetails {
    padding: 0px 20px !important;
    padding-right: 20px !important;
  }
  .ingredientsSection {
    margin: 5px 20px 50px !important;
    padding: 0px;
  }
  .ingredientsHeader {
    padding: 19px 11px !important;
  }
  .itemNameGroupOrder .foodName {
    margin-bottom: 5px !important;
    margin-top: 20px !important;
  }
  .itemNameGroupOrder {
    gap: 5px !important;
  }
  .itemNameGroupOrder .itemImage img {
    height: 35vh !important;
  }
  .itemSizeModifierSection .leftContent .head {
    margin-top: 0 !important;
  }
  .queryMenuFoodItem #queryMenuItem .qureyItem, .modifier .modi #queryMenuItem .iteam{
    background-color: transparent !important;
  }
  .itemSizeModifierSection{
    padding-bottom: 160px !important;
  }
  .main_sellect .itemsPopupMain .ingredientsSection, .itemSizeModifierSection .ingredientsSection {
    margin: 5px 20px 15px !important;
  }
  .itemNameGroupOrder .itemImage img {
    height: 35vh !important;
  }
  .itemNameGroupOrder .itemImage img {
    height: 35vh !important;
    border-radius: 0 !important;
    margin-bottom: 20px !important;
  }
  .itemNameGroupOrder .emptyImg{
    margin-top: 50px !important;
  }
  .itemNameGroupOrder .emptyImg svg {
    display: none !important;
  }
  .queryMenuFoodItem #queryMenuItem .qureyItem, .modifier .modi #queryMenuItem .iteam {
    width: 100% !important;
    background: #fff !important;
    box-shadow: none;
    padding: 0 !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    border: none !important;
  }
  
}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
  #item_v2 .itemV2ModalContent{
    width: 80% !important;
    margin: 0 auto !important;
  }
  #item_v2 #itemsPopupDailog {
    height: 100vh !important;
  }

}
#querymeal_popup_v2 .modal-body, #mealdeal_popup_v2 .modal-body, #modifiers_popup_v2 .modal-body, #mixmatch_v2 .modal-body, #pizza_v2 .modal-body,
.queryMenuFoodItem #queryMenuItem .qureyItem, .modifier .modi #queryMenuItem .iteam {
  background-color: #fff !important;
}

/* #querymeal_popup_v2  body #querymeal_popup_v2 .modal-dialog {
  width: 560px !important;
} */
.item_queries_section .iteams .food_items {
  padding-bottom: 15px;
}
.item_queries_section .iteams .iteam_menu_title .iteam_title {
  margin-bottom: 0px !important;
}


.collection_data {
  width: 20% !important;
}

@media screen and (max-width: 667px) {
  .deliveryFeeAndTime {
    width: 100% !important;
    background-color: #f7f7f7;
    margin-bottom: 20px !important;
    border:none;
  }
}
