@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");

body {
  font-family: "Inter", sans-serif;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
}

.ordering-page {
  padding-top: 10px;
}

.offer-code b {
  text-transform: uppercase;
  font-weight: 500;
}

.location--Text {
  overflow: hidden;
  width: 92px;
  white-space: nowrap;
}

.outlet-closed .customization-avail .item-card-placeholder-nw-outer::before {
  bottom: -25px !important;
}

.plus-add-btn {
  position: absolute;
  right: 0;
  top: -2px;
  width: 33.33333%;
  display: inline-flex;
  opacity: 1;
  transform: translateZ(0);
  cursor: pointer;
  /* font-size: 130%; */
  font-weight: 400;
  bottom: 0px;
  text-align: left;
  padding-left: 2px;
  align-items: center;
}

._1ds9T {
  position: absolute;
  right: 0;
  top: -2px;
  width: 33.33333%;
  display: inline-flex;
  opacity: 1;
  transform: translateZ(0);
  cursor: pointer;
  font-size: 130%;
  font-weight: 400;
  bottom: 0px;
  text-align: left;
  padding-left: 5px;
  align-items: center;
}

.img-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgb(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: start;
  z-index: 11111;
  display: none;
  padding: 115px 15px 15px 15px;
}

.img-popup img {
  max-width: 380px;
  width: 100%;
  opacity: 0;
  transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  border-radius: 5px;
}

.first-dv {
  padding: 0px 10px;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.fixed-cart-data {
  display: none;
  position: fixed;
  bottom: 0px;
  width: 100%;
  left: 0px;
  box-shadow: 0px 0px 10px #00000029;
  z-index: 1;
  left: 0%;
  border-radius: 0px;
  overflow: hidden;
}

/* .first-dv {
padding: 0px 10px;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.fixed-cart-data, .fixed-cart {
display: none !important;
position: static !important;
z-index: 0 !important;
} */
.price-checkout {
  margin-top: 0px;
  color: #fff;
  padding: 10px;
}

.navigationtwo {
  overflow: hidden;
  position: sticky;
  position: -webkit-sticky;
  top: 84px;
  z-index: 1;
  background-color: #fff;
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
  border: 1px solid #e2e2e2;
  border-radius: 15px;
}

.categories-hd {
  padding: 10px 10px 5px 10px;
  color: #333;
  margin: 0px;
  font-weight: 600;
  font-size: 17px;
}

.menu {
  max-height: 86vh;
  overflow: auto;
}

.menu::-webkit-scrollbar {
  width: 3px;
}

.menu::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.menu::-webkit-scrollbar-thumb {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #6d6d6d;
}

.backBtn {
  display: none;
}

.menu-top .subcategories {
  color: #333;
  padding: 10px 15px 10px 15px;
  font-size: 13px;
  line-height: 20px;
  text-transform: capitalize;
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-weight: 4000;
  border-radius: 0px !important;
  position: relative;
}

/* Override text-transform for promotional text */
.off-text,
.off-text span,
.promo-dv,
.promo-dv p,
.promo-dv h2,
.offer-text,
.offer-text strong {
  text-transform: none !important;
}

.menu-top .subcategories.active {
  color: var(--secondary-bg-color) !important;
  font-weight: 600;
}

.menu-top .subcategories.sub_cat.active span {
  color: #333;
}

.sub-part-cat .sub_cat {
  padding: 7px 15px 7px 15px;
  color: #5d5d5d;
}

.menu-top .subcategories .sm-img {
  padding-right: 15px;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}

.sm-img span:first-child {
  width: 100%;
  max-width: 25%;
  display: none;
  margin-right: 6px;
}

.sm-img > span:last-child {
  max-width: 100%;
  width: 100%;
  display: inline-block;
}

.icon-ff {
  width: 100%;
  max-width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--main-bg-color);
  border-radius: 5px;
  box-shadow: inset #9c9c9c 0px 0px 20px -6px;
}

.count-n {
  color: #333;
  display: flex;
  align-items: center;
  position: relative;
}

.menu-top .subcategories.active .count-n {
  color: var(--seondary-bg-color);
}

.menu-top .subcategories.active {
  color: var(--secondary-bg-color) !important;
}

.menu-top .subcategories:hover .count-n {
  color: var(--secondary-bg-color) !important;
}

.menu-top .subcategories span i {
  color: var(--secondary-bg-color);
  font-size: 13px;
}

.menu-top .subcategories.active .plus-pp i {
  color: #333;
}

.icon-ff i {
  font-size: 19px !important;
  color: #f3f3f3 !important;
}

.menu-top .overlay-tp-hd {
  opacity: 0;
}

.menu-top .subcategories.active .overlay-tp-hd,
.menu-top .subcategories:hover .overlay-tp-hd {
  opacity: 0.7;
}

.sub-part-cat {
  display: none;
}

.menu-top .subcategories.active ~ .sub-part-cat {
  display: block;
  padding-left: 15px;
}

.menu-top .subcategories.active ~ .sub-part-cat {
  display: block;
  padding-left: 20px;
}

.sm-img img {
  width: 40px;
  height: auto;
  border-radius: 5px;
  object-fit: cover;
}

.sticky-nav-men {
  background-color: #fff;
  padding: 10px 10px 5px 10px;
  box-shadow: 3px 0px 6px #00000029;
}

.sticky-nav-men i {
  font-size: 22px;
}

.cart-number {
  position: relative;
}

.cart-number span {
  content: "";
  position: absolute;
  top: -10px;
  right: -21px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-color: var(--main-bg-color);
  color: var(--secondary-bg-color);
  border-radius: 50%;
  font-size: 10px;
}

.sticky-nav-men div {
  width: 100%;
  max-width: 100%;
}

.sticky-nav-men div a,
.sticky-nav-men > div > span {
  display: block;
  text-align: center;
  font-size: 13px;
}

.sticky-nav-men div a svg,
.sticky-nav-men > div > span svg {
  margin: 0 auto;
  margin-bottom: 5px;
  max-width: 22px;
  height: auto;
}

.sticky-nav-men-active svg path {
  fill: var(--main-bg-color);
}

.sticky-nav-men-active {
  color: var(--main-bg-color);
  font-weight: 500;
  position: relative;
}

.sticky-nav-men-active:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 0px;
  background-color: var(--main-bg-color);
  height: 2px;
  width: 100%;
}

.sticky-nav-men svg {
  width: 100%;
  max-width: 25px;
  margin-bottom: 6px;
}

.menu-top .overlay-tp-hd {
  opacity: 0;
}

.menu-top .subcategories.active .overlay-tp-hd {
  opacity: 0.5;
}

.menu-top .subcategories:hover,
.menu-top .subcategories.active:hover {
  color: var(--secondary-bg-color);
}

.menu-top .subcategories.sub_cat:hover {
  color: #333;
}

/*Brands Menu*/
.brands-menu {
  padding: 10px 5px 10px 10px;
  overflow: hidden;
  position: relative;
}

.overlay-tp-hd {
  background: var(--main-bg-color);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}

.brands-menu .overlay-tp-hd {
  opacity: 0.1;
}

.brands-menu .switchp,
.brands-menu .switchp #selected_brand_title,
.brands-menu .switchp #selected_brand_title_mob {
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: 700;
  margin-top: 0px;
  line-height: normal;
}

.slide.active {
  max-width: 40px;
  height: 40px;
  margin-top: -3px;
  position: relative;
}

.slide.active:after {
  content: "\f00c";
  font-family: "Line Awesome Free";
  font-weight: 900;
  position: absolute;
  top: -5px;
  right: -5px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
  font-size: 10px;
}

.brands-menu .switchp span {
  display: block;
  font-weight: 400;
  font-size: 10px;
}

.slider-container {
  display: flex;
  padding-right: 10px;
  padding-left: 20px;
}

.slider-container .slide.active {
  order: 1;
}

.slide {
  width: 100%;
  max-width: 35px;
  height: 35px;
  margin-left: -20px;
  display: none;
}

.veg-toggle-two .brand-toggle {
  padding-right: 0px;
}

.brand-toggle b {
  font-weight: 600;
}

.slide img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  border: 1px solid #fff;
  box-shadow: 0px 3px 3px rgb(0 0 0 / 5%) !important;
}

.merchant-dv {
  background-color: #f4f4f4;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}

.merchant-dv .merchant-img {
  width: 100%;
  max-width: 70px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 15px;
}

.merchant-dv .merchant-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
}

.merchant-name h5 {
  font-size: 17px;
  margin-bottom: 5px;
}

.slider-container .slide:nth-child(-n + 4),
.slider-container .slide.active {
  display: block;
}

/*Brands Menu*/
.cart-center {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  padding: 0px;
}

.left-outlet-information {
  /* background-color: #fff; */
  padding: 15px 15px;

  /* display: flex;
justify-content: space-between;
align-items: center; */
}

.outlet-name {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0px;
}

.icon-locate {
  width: 18px;
  height: auto;
  line-height: normal;
  display: inline-flex;
  color: #888;
  transition:
    color 0.2s,
    background 0.2s;
}

.icon-locate:active,
.icon-locate:focus,
.icon-locate:hover {
  color: var(--main-bg-color, #118e50);
  background: #f2f2f2;
  border-radius: 50%;
  outline: none;
}

.open-span {
  font-size: 10px;
  border: 1px solid #017e02;
  line-height: 1.3;
  padding: 2px 3px;
  border-radius: 5.7px;
  color: #017e02;
  height: auto;
  background-color: #fff;
  display: inline-block;

  font-weight: 400;
}

.tp-outlet-detail .d-flex {
  align-items: center;
  gap: 7px;
  /* margin-bottom: 10px; */
}

.open-span.close-span {
  border-color: red;
  color: red;
}

.outlet-names-div {
  padding-right: 5px;
  width: 100%;
  max-width: 100%;
}

.outlet-names-div.fulldivss {
  max-width: 100%;
  padding-right: 0px;
  display: flex;
  justify-content: space-between;
}

.outlet-icons {
  padding-left: 5px;
  width: 100%;
  max-width: 20%;
  display: flex;
  justify-content: right;
}

.outlet-ul {
  display: flex;
  justify-content: right;
}

.outlet-ul li {
  padding: 0 5px;
}

.outlet-ul li:first-child {
  padding-left: 0px;
}

.outlet-ul li:last-child {
  padding-right: 0px;
}

.outlet-ul li span {
  display: block;
  padding: 5px;
  border: 1px solid #dfdfdf;
  line-height: normal;
  border-radius: 6px;
  background-color: #fff;
}

.outlet-ul li span svg {
  width: 100%;
  max-width: 22px;
}

.icon-locate svg {
  width: 100%;
}

.rating-dv svg {
  width: 100%;
  max-width: 14px;
}

.rating-dv {
  display: flex;
  line-height: normal;
  margin-bottom: 10px;
  justify-content: right;
}

.rating-main {
  padding-left: 0;
  color: #333;
  font-weight: 400;
  font-size: 16px;
}

.veg-toggle {
  padding: 14px 15px 14px;
  font-size: 15px;
  font-weight: 500;
  margin-top: revert;
  display: flex;
  align-items: center;
  height: 100%;
  overflow: hidden;
  border-radius: 0px 0px 12px 12px !important;
  border: 1px solid #e2e2e2;
  border-top: none;
  position: relative;
}

.radio-button-one label {
  font-weight: 300 !important;
}

.filter-toggle:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;

  background: #f5f5f5;
}

.veg-toggle > div {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.brand-toggle {
  font-size: 13px;
  padding-right: 10px;
  line-height: 17px;
  font-weight: 400;
}

.brand-toggle a {
  color: var(--main-bg-color);
  font-weight: 500;
  display: block;
}

.veg-toggle .veg-row {
  align-items: center;
}

.search-div {
  background-color: #f3f3f3;
  padding: 6px 32px 6px 8px;
  border-radius: 10px !important;
  font-weight: 400;
  position: relative;
  width: 100%;
  max-width: 170px;
}

.search-div p {
  margin: 0px;
  font-size: 13px;
  color: #575757;
}

.search-div span {
  position: absolute;
  left: 9px;
  top: 6px;
  transform: translate(0%);
}

.search-div img {
  width: 100%;
  max-width: 17px;
}

.chek {
  margin: 0px 3px;
  overflow: hidden;
  width: max-content;
}

.checkboxnew-outer .chek:first-child {
  margin-left: 0px;
}

.checkboxnew-outer .chek:last-child {
  margin-right: 0px;
}

.chek label {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px;
  font-size: 13px;
}

.chek label span {
  text-align: center;
  padding: 3px 0;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.chek label input {
  position: absolute;
  display: none;
  color: #333 !important;
}

.chek label input + span {
  color: #333;
}

.chek input:checked + span {
  color: #333;
}

.checkboxnew-outer {
  display: flex;
  justify-content: right;
}

.veg-flag {
  width: 13px;
  height: 13px;
  border: 1px solid #3da66e;
  text-align: center;
  background-color: #fff;
  margin-right: 7px;
  margin-top: 2px;
  position: relative;
  border-radius: 3px;
}

.veg-flag span {
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #3da66e;
  border-radius: 50% !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.non-vegflag {
  width: 13px;
  height: 13px;
  border: 1px solid #fd1615;
  text-align: center;
  background-color: #fff;
  margin-right: 7px;
  margin-top: 2px;
  position: relative;
  border-radius: 3px;
}

.non-vegflag span {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 7px solid #fd1615;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.chek label .non-vegflag span {
  display: inline-block !important;
  width: auto !important;
  height: auto !important;
  padding: 0px !important;
}

.chek label .veg-flag span {
  display: inline-block !important;
  width: 7px !important;
  height: 7px !important;
  padding: 0px !important;
}

.chek input:checked + span {
  border: 1px solid var(--main-bg-color);
  color: var(--secondary-bg-color);
  background: var(--main-bg-color);
}

.chek input + span {
  padding: 3px 6px;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  background-color: #fff;
  cursor: pointer;
}

.chek input + span i {
  display: none;
}

.chek input:checked + span i {
  display: block;
}

.cart-last {
  -ms-flex: 0 0 23%;
  flex: 0 0 23%;
  max-width: 23%;
  padding: 0 10px;
}

.veg-row .col-md-7 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.veg-row .col-md-5 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.common-heading {
  font-weight: 700;
  font-size: 16.8px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 1.1em !important;
  margin-bottom: 0.4em !important;
  text-align: center;
}

#featuredProducts .common-heading {
  margin-top: 0px !important;
}

.common-heading span {
  font-weight: 400;
}

.common-coupen {
  overflow-x: auto;
  width: 100%;
  display: flex;
  overflow-y: hidden;
  padding-bottom: 5px;
  padding-top: 15px;
  position: relative;
}

.onlyone .common-coupen,
.onlytwo .common-coupen,
.onlythree .common-coupen {
  justify-content: center;
}

.common-coupen::-webkit-scrollbar-track,
.tags-div::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.common-coupen::-webkit-scrollbar,
.tags-div::-webkit-scrollbar {
  height: 5px;
  background-color: #f5f5f5;
}

.common-coupen::-webkit-scrollbar-thumb,
.tags-div::-webkit-scrollbar-thumb {
  background-color: #898989;
}

.coupen-card,
.featured-outer {
  padding: 5px 5px;
  cursor: pointer;
}

.promo-dv {
  background-color: #fff;
  text-align: center;
  padding: 10px 10px;
  border-radius: 20px;
  margin-bottom: 0;
  width: 300px;
  height: 100%;
}

.promo-dv p {
  font-size: 14px;
  color: #696969;
}

.promo-dv h2 {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 2px;
}

.promo-dv svg {
  margin-top: -47px;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.coupon-discription {
  margin-top: -8px;
  margin-bottom: -4px;
}

.page-section .row {
  padding: 0 8px;
}

.outer-item-dv {
  padding: 0 7px;
}

.bestsellelsnw .featured-dv {
  margin-bottom: 5px;
  border: none;
}

.bestsellelsnw .item-outer {
  height: 100%;
  margin: 0px;
  position: relative;
}

.bestsellelsnw .item-details > span {
  margin-top: 5px;
  display: block;
  font-size: 13px;
}

.bestsellelsnw .item-outer .item-title {
  margin-bottom: 0px;
}

#bestsellelsnw .cart-btn-outer .cart-btn {
  padding: 5px 12px;
}

.item-outer {
  border-radius: 10px !important;
  overflow: hidden;
  box-shadow: 0px 4px 7px rgb(0 0 0 / 10%);
  background-color: #fff;
  width: 250px;
  height: 100%;
}

.item-placeholder .bestseller-placeholder {
  width: 100%;
  height: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  transition: 0.7s;
  backface-visibility: hidden;
  border-radius: 10px;
}

.item-placeholder {
  width: 100%;
  overflow: hidden;
  max-width: 100%;
  position: relative;
  padding: 10px;
  cursor: pointer;
}

.item-placeholder img {
  border-radius: 10px;

  aspect-ratio: 1 / 1;
}

.item-details {
  padding: 0px 10px 10px 10px;
}

.bestsellelsnw .item-details {
  padding-bottom: 55px;
  line-height: normal;
}

.item-details .item-heading {
  display: flex;
  cursor: pointer;
}

.item-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}

.page-section .item-outer .item-title {
  margin-bottom: 10px;
}

.bestsellelsnw .item-outer .item-title {
  margin-bottom: 0px;
}

.cart-btn-outer {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  align-items: center;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  padding-left: 12px;
}

.bestsellelsnw .cart-btn-outer {
  position: absolute;
  width: 100%;
  left: 0px;
  padding: 0 10px;
  bottom: 12px;
}

.featured-inl {
  display: flex;
}

.price-p {
  margin: 0px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.price-p span {
  color: #808080;
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 13px;
}

.featured-card {
  border-radius: 20px;
  position: relative;
  width: 250px;
  height: 250px;
  box-shadow: 1px 1px 5px rgb(118 115 115 / 15%);
  overflow: hidden;
  z-index: 0;
}

.bg-span {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: var(--main-bg-color);
  z-index: -1;
  border-radius: 15px;
  opacity: 0.4;
}

.featured-card img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  position: relative;
}

.featured-card:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  box-shadow: 0 0 70px 30px black inset;
  -moz-box-shadow: 0 0 70px 30px black inset;
  -webkit-box-shadow: 0 0 70px 30px black inset;
  z-index: 1;
}

.featured-lower {
  position: absolute;
  bottom: 15px;
  width: 100%;
  padding: 0 20px;
  left: 0px;
}

.featured-lower .price-p,
.featured-upper .item-title {
  color: #fff;
  padding-top: 5px;
}

.featured-upper .item-title {
  width: 100%;
  max-width: 200px;
}

.customisa {
  color: #cdcdcd;
}

.customisa {
  color: #cdcdcd;
  font-size: 12px;
}

.featured-upper {
  position: absolute;
  top: 15px;
  width: 100%;
  padding: 0 15px;
  z-index: 1;
}

.a-order-div {
  background-color: #fff;
  border-radius: 12px !important;
  overflow: hidden;
  box-shadow: 0px 4px 7px rgb(0 0 0 / 10%);
}

.order-header {
  background-color: #fff;
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333;
}

.order-body {
  padding: 10px 10px;
}

.order-body .row {
  justify-content: space-between;
  flex-wrap: nowrap;
}

.order-buttons {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: flex;
  justify-content: space-between;
  border-top: 1px dashed #e7e7e7;
  padding-top: 10px;
  margin-top: 15px;
  font-size: 14px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.order-buttons li {
  width: 100%;
  max-width: 49.5%;
  text-align: center;
}

.order-buttons li:last-child {
  border-right: none;
  padding-right: 0px;
}

.order-buttons li a {
  color: #000;
  display: inline-block;
  padding: 0px;
  background-color: var(--main-bg-color);
  width: 100%;
  padding: 5px 5px;
  border-radius: 50px !important;
  border: 1px solid var(--main-bg-color);
}

.order-tracking {
  text-align: center;
  width: 100%;
  position: relative;
  display: block;
}

.order-tracking::before {
  content: "";
  display: block;
  height: 2px;
  width: calc(100% - 40px);
  background-color: #e7e7e7;
  top: 22.5px;
  position: absolute;
  left: calc(-50% + 20px);
  z-index: 0;
}

.order-tracking.completed::before,
.order-tracking.current:before {
  background: var(--main-bg-color);
}

.order-tracking .is-complete {
  display: block;
  position: relative;
  border-radius: 50% !important;
  height: 25px;
  width: 25px;
  margin: 0 auto;
  z-index: 0;
}

.current .is-complete {
  background-image: url(/assets/wla_new/img/loading-icon-white.png);
  background-repeat: no-repeat;
  background-position: center;
}

.order-tracking.current .is-complete:after {
  display: none;
}

.order-tracking p {
  color: #707070;
  font-size: 16px;
  margin-top: 8px;
  margin-bottom: 0;
  line-height: 20px;
}

.order-tracking.completed .is-complete {
  border-width: 0px;
}

.order-tracking.current p,
.order-tracking.completed p {
  font-weight: 500;
  color: #000;
}

.order-tracking p span {
  font-size: 13px;
  color: #707070;
  width: 100%;
  max-width: 63px;
  display: block;
  margin: 0 auto;
}

.order-tracking:first-child:before {
  display: none;
}

.active-order-div {
  overflow-x: auto;
  width: 100%;
  display: flex;
  overflow-y: hidden;
  padding-bottom: 3px;
  margin-bottom: 0px;
}

.active-order-div::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.active-order-div::-webkit-scrollbar {
  height: 5px;
  background-color: #f5f5f5;
}

.active-order-div::-webkit-scrollbar-thumb {
  background-color: #898989;
}

.active-order-div .offers-slider-start {
  min-width: 80%;
}

.active-order-div.singleorderactive .offers-slider-start {
  min-width: 100% !important;
}

.offers-slider-start {
  padding: 5px 5px;
  width: auto;
  min-width: 340px;
  cursor: pointer;
}

.bestsellers .row {
  padding: 0 8px;
}

.item-card-design-new {
  padding: 12px 18px;
  padding-bottom: 22px;
}

.inner-sub-page-sec {
  margin: 0 -10px;
}

.item-card-design-new-start-outer {
  display: block;
  padding: 15px 14px;
  background-color: #fff;
  border-radius: 15px !important;
  box-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
  overflow: hidden;
  height: 100%;
}

.item-card-design-new-start {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  position: relative;
}

.item-card-design-new-start {
  flex-wrap: nowrap;
  justify-content: space-between;
}

.outlet-closed .item-card-design-new-start {
  padding-bottom: 40px;
}

.item-card-design-new-new.outlet-closed .item-card-design-new-start {
  padding-bottom: 20px;
}

.item-card-design-detail-new {
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
  padding-right: 10px;
}

.item-card-design-detail-new {
  -ms-flex: initial;
  flex: auto;
  max-width: max-content;
  padding-right: 10px;
}

.item-tt-outer {
  display: flex;
}

.heading-customize {
  color: #777777;
  font-size: 12px;
  margin-bottom: 0px;
  display: block;
  line-height: initial;
  word-break: break-word;
}

.expand_details,
.expand_details:hover {
  color: #777777;
  cursor: pointer;
}

span.expand_details {
  color: #777777;
  font-weight: 600;
}

.price-p {
  margin: 0px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  left: -0;
}

.price-p small {
  margin-right: 3px;
}

.featured-dv .price-p {
  font-size: 16px;
  font-weight: 500;
}

.item-card-placeholder-detail-new {
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
  cursor: pointer;
}

.item-with-img {
  margin-bottom: 17px;
}

.item-card-placeholder-detail-new {
  margin-left: 12px;
  max-height: 174px;
  min-width: 140px;
  margin-bottom: 18px;
  display: flex;
  justify-content: right;
}

.item-card-placeholder-nw-outer {
  height: fit-content;
}

.item-card-placeholder-nw {
  width: 100%;
  max-width: 100%;
  position: relative;
  height: 158px;
  max-height: 158px;
  border-radius: 16px;
  overflow: hidden;
}

.item-card-placeholder-nw {
  max-height: max-content;
  width: 145px;
  height: 145px;
  max-width: initial;
}

.item-card-placeholder-nw img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.item-card-placeholder-nw-outer .cart-new-btn {
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translate(-50%, 0%);
}

.item-card-placeholder-nw.multiimages:before {
  content: "";
  position: absolute;
  background-image: url(/assets/wla_new/img/multiple_images_menu.png);
  width: 20px;
  height: 20px;
  top: 10px;
  /* z-index: 1; */
  background-size: cover;
  right: 10px;
}

.item-placeholder.multiimages:before {
  content: "";
  position: absolute;
  background-image: url(/assets/wla_new/img/multiple_images_menu.png);
  width: 20px;
  height: 20px;
  top: 20px;
  z-index: 1;
  background-size: cover;
  right: 20px;
}

.cart-count-add {
  color: #222;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none !important;
  animation: elpqW 0.2s ease;
}

.cart-btn {
  border: 1px solid #333 !important;
  color: #333;
  padding: 3px 12px;
  border-radius: 5px !important;
  font-size: 14px;
  background-color: #f4f4f4;
}

.quantity-btn {
  /* background: transparent linear-gradient(90deg, #16a850 0%, #417649 100%) 0% 0% no-repeat padding-box; */
  width: max-content;
  border-radius: 5px !important;
  box-shadow: 0px 12px 20px rgb(0 0 0 / 6%);
  overflow: hidden;
  border: 1px solid #d4d4d4;
}

.quantity-btn {
  border: 1px solid var(--main-bg-color) !important;
  background-color: var(--main-bg-color) !important;
  border-radius: 10px !important;
}

.cart-new-btn .quantity-btn {
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
}

.pric.e-p {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 15px;
  cursor: pointer;
}

.pric.e-p del {
  color: #808080;
  font-size: 13px;
  font-weight: 500;
}

.pric.e-p span {
  display: block;
  color: #808080;
  font-weight: 400;
  font-size: 13px;
}

.star-icons {
  margin-bottom: 7px;
}

.star-icons i {
  color: #ffbb33;
  font-size: 17px;
}

.veg-flag {
  width: 16px;
  height: 16px;
  border: 1px solid #3da66e;
  text-align: center;
  background-color: #fff;
  margin-right: 7px;
  margin-top: 2px;
  position: relative;
  border-radius: 4px;
}

.veg-flag span {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #3da66e;
  border-radius: 50% !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.non-vegflag {
  width: 16px;
  height: 16px;
  border: 1px solid #a86646;
  text-align: center;
  background-color: #fff;
  margin-right: 7px;
  margin-top: 2px;
  position: relative;
  border-radius: 4px;
}

.non-vegflag span {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 7px solid #a86646;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.bestseller {
  display: flex;
  background-color: #cda728;
  padding: 3px 5px;
  border-radius: 5px;
  color: #242424;
  font-size: 11px;
  margin-left: 5px;
  line-height: normal;
}

.bestseller svg {
  width: 100%;
  max-width: 11px;
  line-height: normal;
  height: auto;
}

.fssai {
  padding-top: 10px;
}

.common-top-bottom {
  padding-top: 15px;
  padding-bottom: 15px;
}

.page-section {
  padding: 0px 0px;
}

.wla-cart-dv {
  position: sticky;
  position: -webkit-sticky;
  top: 100px;
  z-index: 1;
}

.wla-outlet-name-md {
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 15px;
}

.delivery-div {
  padding: 10px 0px 15px;
}

.order-type {
  border-radius: 10px !important;
  display: flex;
  width: 100%;
  overflow: hidden;
  border: 1px solid #dfdfdf;
  padding: 1px;
}

.order-type a {
  padding: 6px 3px;
  font-weight: 500;
  transition:
    background-color 0.15s ease-in-out 0s,
    box-shadow 0.15s ease-in-out 0s;
  color: #5a3f38 !important;
  text-align: center;
  width: 100%;
  border-radius: 10px !important;
  font-size: 12px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.order-type a.disabled {
  background: #f2f2f2;
  pointer-events: none;
  color: #9b9b9b !important;
}

.order-type a small {
  font-size: 9px;
}

.order-type .active {
  background-color: #4f5351;
  color: #fff !important;
}

.order-type a:first-child {
  margin-left: 0px;
}

.order-type a:last-child {
  margin-right: 0px;
}

.wla-cart-dv {
  position: sticky;
  position: -webkit-sticky;
  top: 84px;
  z-index: 1;
  background: #fff;
  padding: 10px 10px;
  border-radius: 10px 10px 0px 0px;
  height: 55em;
}

.checked {
  display: inline-flex;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  color: #4f5351;
  font-size: 8px;
  justify-content: center;
  align-items: center;
  margin-left: 2px;
}

.cart-btn {
  padding: 3px 12px;
  border-radius: 10px !important;
  font-size: 15px;
  background-color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}

.cart-last .cart-btn {
  width: 100%;
  display: flex;
  text-align: center;
  padding: 8px 15px;
  font-size: 15px;
  justify-content: space-between;
  margin-top: 10px;
  color: var(--secondary-bg-color);
  background-color: var(--main-bg-color);
}

.cart-last .cart-btn {
  color: var(--secondary-bg-color) !important;
}

.cart-last .cart-btn.animatebtn,
.cart-last .cart-count-add.animatebtn {
  background-color: var(--main-bg-color) !important;
  color: var(--secondary-bg-color) !important;
}

.cart-btn.cart-btn-tp {
  border: none;
  padding: 0px;
  background: none;
}

.totalSpan {
  margin-left: 5px;
}

.cart-items-outer-main {
  max-height: 360px;
  overflow: hidden;
  overflow-y: auto;
  padding-right: 5px;
}

#cartDisplay {
  text-align: center;
  padding-top: 10px;
}

#cartDisplay svg {
  max-width: 150px;
  fill: #c7c7c7;
}

.cart-items-outer {
  margin-top: 10px;
  padding: 0 5px 5px 5px;
  border-bottom: 1px dashed #ccc;
  text-align: left;
  margin-bottom: 10px;
}

#cartDisplay > div:first-child {
  margin-top: 0px;
}

.cart-items-outer .cart-lft-btn {
  padding: 0 3px 0 10px;
  display: flex;
}

.cart-items-outer .cart-lft-btn .veg-flag,
.cart-items-outer .cart-lft-btn .non-vegflag {
  margin-top: 5px;
}

.item-small-hd {
  font-size: 13px;
  margin-bottom: 3px;
  font-weight: 500;
  line-height: 20px;
}

.wla-cart-dv .item-price {
  margin-bottom: 0px;
}

.item-price span {
  font-weight: 400;
  margin-right: 8px;
  font-size: 13px;
}

.cart-items-outer .cart-rgt-btn {
  padding: 0 10px 0px 3px;
  text-align: right;
  text-align: -webkit-right;
  display: flex;
  justify-content: right;
}

.additional {
  font-size: 13px;
  text-align: left;
  margin-bottom: 5px;
  margin-top: 5px;
}

.cart-items-outer .cart-lft-btn {
  padding: 0 3px 0 10px;
  display: flex;
}

.additional .item-small-hd {
  font-size: 13px;
  margin-bottom: 0px;
}

.additional .cart-lft-btn {
  display: flex;
}

.additional .cart-lft-btn .veg-flag,
.additional .cart-lft-btn .non-vegflag {
  margin-top: 5px;
}

.additional .cart-rgt-btn {
  text-align: center;
}

.price-checkout {
  border: none !important;
}

.cart-items-outer .quantity-btn {
  border: 1px solid var(--main-bg-color);
  background: none;
}

.cart-items-outer .quantity-btn {
  background: none !important;
}

.cart-items-outer ._2zAXs {
  background-color: #fff;
}

.card-top-grey {
  padding: 8px 10px;
  border-radius: 8px;
  font-weight: 600;
  color: #333;
  position: relative;
}

.card-top-grey:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--main-bg-color);
  opacity: 0.3;
  left: 0px;
  top: 0px;
  border-radius: 10px;
}

.card-top-grey p {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  position: relative;
  line-height: normal;
}

.card-top-grey p svg {
  width: 100%;
  max-width: 16px;
  margin-left: 3px;
}

.top-delivery-div {
  margin-top: 25px;
}

.outlet-list {
  color: #666666;
}

.outlet-list li {
  margin: 8px 0;
}

.outlet-discription-ul {
  margin-top: 15px;
  display: flex;
}

.outlet-discription-ul > li {
  width: 100%;
  max-width: 50%;
  padding: 0 15px;
}

.outlet-discription-ul > li:first-child {
  padding-left: 0px;
}

.outlet-discription-ul > li:last-child {
  padding-right: 0px;
  border-left: 1px solid #d3d3d3;
}

#moreinfo .outlet-name {
  font-size: 1.2em;
  padding-right: 7px;
}

#moreinfo .rating-dv {
  font-size: 1.2em;
  justify-content: left;
}

.pric.e-p.larger-price {
  font-size: 18px;
  margin-top: 10px !important;
}

.pric.e-p.larger-price del {
  font-size: 14px;
}

.pric.e-p.larger-price span {
  font-size: 14px;
  margin-top: 3px;
}

.brownie-points-dv .card {
  border: none;
  border-radius: 0px;
}

.brownie-points-dv .card .card-header {
  border: none;
  background-color: #fff;
}

.brownie-points-dv .btn {
  padding: 0px !important;
}

.brownie-points-dv .card-header {
  padding: 0px;
}

.brownie-points-dv .card-body {
  padding: 0;
}

.brownie-points-dv .card {
  border: none;
  border-radius: 0px;
  line-height: normal;
  padding: 10px 10px !important;
  border-top: 1px dashed #e6e6e6;
}

.brownie-points-dv .btn-link {
  color: #333;
}

.brownie-points-dv .btn-link:hover,
.brownie-points-dv .btn-link:active,
.brownie-points-dv .btn-link:focus {
  text-decoration: none;
}

.brownie-points-dv p {
  font-size: 11px;
}

.brownie-points-dv .accordion .card h3 {
  background: url(https://cdn0.iconfinder.com/data/icons/entypo/91/arrow56-512.png)
    no-repeat calc(100% - 0px) center;
  background-size: 14px;
  cursor: pointer;
  font-size: 18px;
  color: #333;
  font-size: 13px !important;
  margin-bottom: 2px;
}

.brownie-points-dv .accordion .card h3.collapsed {
  background-image: url(https://cdn0.iconfinder.com/data/icons/arrows-android-l-lollipop-icon-pack/24/expand2-256.png);
}

#productSearch .item-nw-outer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px 0;
  height: 100%;
}

#productSearch .item-nw-placeholder-outer {
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
  position: relative;
  cursor: pointer;
}

#productSearch .item-nw-placeholder {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: relative;
  border: 1px solid #fafafa;
}

#productSearch .item-nw-placeholder img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

#productSearch .item-content {
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}

#productSearch .item-content .item-details {
  padding: 0px 0px 43px 12px;
  height: 100%;
  position: relative;
  padding-bottom: 0px;
}

#productSearch .item-details .item-heading {
  display: flex;
}

#productSearch .item-tt-outer {
  display: flex;
}

#productSearch .item-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

#productSearch .heading-customize {
  color: #848484;
  font-size: 13px;
  margin-bottom: 5px;
  display: block;
  line-height: initial;
  word-break: break-word;
}

#productSearch .cart-btn-outer {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  align-items: center;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  padding-left: 12px;
  position: relative;
}

#productSearch .cart-btn-outer > span {
  line-height: normal !important;
  display: flex;
  align-items: center;
}

.item-without-img-detail .item-card-placeholder-nw-outer .cart-new-btn {
  position: relative;
  transform: translate(0%, 0%);
  left: 0;
  bottom: 0px;
  top: 5px;
}

.item-card-placeholder-detail-new.item-without-img-detail {
  padding-bottom: 0px;
  align-items: center;
  justify-content: center;
}

.item-card-placeholder-detail-new.item-without-img-detail {
  min-width: auto;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  max-width: 35%;
}

.order-tracking.completed .is-complete {
  background-color: var(--main-bg-color);
}

.order-tracking.current .is-complete {
  z-index: 1;
  background-color: #333;
}

.cart-last .cart-new-btn {
  color: var(--main-bg-color);
}

.cart-last ._29Y5Z:before {
  background-color: var(--main-bg-color);
}

.cart-last ._2zAXs {
  color: var(--main-bg-color) !important;
}

.tableNameDisplay {
  height: auto;
  margin: 0px 0px 0px;
  text-align: center;
  border: 1px solid #e2e2e2 !important;
}

.featured-lower .price-p small,
.featured-upper .item-title small {
  display: block;
  width: 100%;
}

.sub-heading {
  color: #4f4f4d;
  font-weight: 300;
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.item-nw-placeholder {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: relative;
  border: 1px solid #fafafa;
}

.flag-top {
  position: absolute;
  left: 7px;
  top: 7px;
  border-radius: 0px !important;
  margin: 0px;
}

.item-nw-placeholder img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}

.inner-sub-page-sec .row > h4 {
  margin-top: 10px;
}

.inner-sub-page-sec .row > h4:first-child {
  margin-top: 0px;
}

.slickk-next.slickk-arrow {
  display: block !important;
  font-size: 0px;
  height: 30px;
  width: 30px;
  background: #fff;
  box-shadow:
    rgb(0 0 0 / 20%) 0 3px 5px -1px,
    rgb(0 0 0 / 14%) 0 6px 10px 0,
    rgb(0 0 0 / 12%) 0 1px 18px 0 !important;
  border-radius: 50% !important;
  position: absolute;
  z-index: 1;
  left: unset;
  right: -10px;
  display: initial;
  border: 4px solid transparent;
  align-self: center;
  cursor: pointer;
  top: 45%;
}

.slickk-prev.slickk-arrow {
  left: 0px;
  top: 63%;
  font-size: 0px;
  height: 30px;
  width: 30px;
  background: #fff;
  box-shadow:
    rgb(0 0 0 / 20%) 0 3px 5px -1px,
    rgb(0 0 0 / 14%) 0 6px 10px 0,
    rgb(0 0 0 / 12%) 0 1px 18px 0 !important;
  border-radius: 50% !important;
  position: absolute;
  right: unset;
  display: initial;
  border: 4px solid transparent;
  align-self: center;
  cursor: pointer;
  top: 45%;
}

.slickk-prev:before {
  left: 8px;
  transform: rotate(135deg);
  top: 5px;
  position: absolute;
  width: 0.7rem;
  height: 0.7rem;
  content: "";
  border-right: 2px solid #1c1c1c;
  border-bottom: 2px solid #1c1c1c;
  border-top: 0;
  border-left: 0;
  font-size: 13.5px;
  color: #696969;
  font-weight: 700;
}

.slickk-next:before {
  left: 4px;
  transform: rotate(-45deg);
  top: 5px;
  position: absolute;
  width: 0.7rem;
  height: 0.7rem;
  content: "";
  border-right: 2px solid #1c1c1c;
  border-bottom: 2px solid #1c1c1c;
  border-top: 0;
  border-left: 0;
  font-size: 13.5px;
  color: #696969;
  font-weight: 700;
  font-size: 40px;
}

.onlythree #scrollRight,
.onlytwo #scrollLeft,
.onlytwo #scrollRight,
.onlytwo #scrollLeft,
.onlyone #scrollRight,
.onlyone #scrollLeft {
  display: none;
}

.out-off-stock > span {
  padding-top: 34px !important;
}

.out-off-stock > span:before {
  content: "Out Of Stock";
  position: absolute;
  width: 100%;
  top: 0px;
  z-index: 11;
  text-align: center;
  background-color: #fcf4f1;
  color: var(--main-bg-color);
  padding: 5px 0;
  left: 0px;
  font-weight: 700;
}

.outer-item-dv-new {
  margin-bottom: 13px;
  padding: 0 7px;
  margin-top: 5px;
}

.outer-item-dv-new .item-dts-new {
  display: block;
  padding: 0px;
  background-color: #fff;
  margin: 0;
  height: 100%;
  border-radius: 15px !important;
  box-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
}

.item-nw-outer-new .item-nw-placeholder-outer,
.item-nw-outer-new .item-content {
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
  cursor: pointer;
}

.item-nw-outer-new .item-content {
  padding-bottom: 15px;
}

.item-nw-outer-new .item-nw-placeholder {
  width: 100%;
  max-width: 100%;
  height: auto;
  border: none;
}

.item-nw-outer-new .item-nw-placeholder img {
  border-radius: 15px 15px 0px 0px;
  object-position: center;
}

.item-nw-outer-new .item-content .item-details {
  padding: 12px 12px 40px 12px;
}

.item-nw-outer-new .cart-btn-outer {
  padding-right: 22px;
  padding-left: 22px;
  bottom: 5px;
}

.pizza-popups .nav-tabs li.another-active::before {
  content: "\f00c";
  background-color: var(--main-bg-color);
  font-family: "Line Awesome Free";
  font-weight: 900;
  color: #333;
  border: 1px solid var(--main-bg-color);
  font-size: 19px;
}

.outlet-name-two {
  color: #787878;
  font-size: 15px;
  line-height: normal;
  margin-top: 0px;
}

.tp-outlet-detail .outlet-image {
  max-width: 77px;
  padding-right: 10px;
}

.outlet-image img {
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  overflow: hidden;
}

.outlet-name-two.special-case {
  color: #333;
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 3px;
}

.customization-avail .item-card-placeholder-nw-outer:before {
  position: absolute;
  content: "Customisable";
  bottom: -38px;
  left: 50%;
  transform: translate(-50%, 0%);
  color: #9ea2a1;
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  width: 100%;
  text-align: center;
}

.customization-avail .item-card-placeholder-nw-outer .cart-new-btn {
  overflow: visible;
}

.outlet-closed .available-next {
  bottom: -22px;
}

#productSearch .outlet-closed .available-next {
  bottom: -22px !important;
}

.customization-avail.item-card-design-new-start-outer {
  padding-bottom: 25px !important;
}

/* .outlet-closed .customization-avail.item-card-design-new-start-outer {
padding-bottom: 15px !important;
} */

/*combo modal*/
.combo-modal .modal-content {
  max-width: 500px;
}

.combo-modal .modal-header {
  background-color: #f7f7f7;
  padding: 10px;
  align-items: center;
  display: block;
  border: none;
  position: sticky;
  top: 0;
  z-index: 11;
}

.combo-modal .modal-header .modal-title {
  font-weight: 600;
  color: #333;
  font-size: 16px;
  padding-right: 10px;
}

.combo-modal .modal-header .close {
  padding: 1rem 1rem;
  margin: 0px;
  background-color: #fff !important;
}

.combo-modal .modal-header .nav-tabs {
  border: none;
  padding: 0px;
  line-height: normal;
  border-top: 1px solid #e0e0e0;
  padding-top: 7px;
  margin-top: 7px;
}

.combo-modal .modal-header .nav-tabs a > span {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-weight: 500;
}

.combo-modal .modal-header .nav-tabs li {
  width: 100%;
}

.combo-modal.modal.modal-top .modal-body {
  padding: 10px 10px;
  background: #f1f0f5;
  max-height: 510px;
  padding-bottom: 75px;
  overflow-y: auto;
}

.combo-modal .bogo_modal {
  position: fixed;
  bottom: -33px;
  background: #fff;
  width: 500px;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px 10px;
  border-radius: 0px 0px 15px 15px;
}

.combo-modal .login-box {
  margin: 0px;
}

.combo-modal .bogo_modal .next-step {
  width: 100%;
  font-weight: 600;
  padding: 10px 10px !important;
  font-size: 16px !important;
  color: var(--secondary-bg-color);
}

.combo-modal .bogo_modal .prev-step {
  width: 100%;
  font-weight: 600;
  padding: 10px 20px !important;
  font-size: 16px !important;
  background: none;
  color: #333 !important;
}

.combo-modal .bogo_modal .list-inline {
  display: flex;
}

.combo-modal .bogo_modal .list-inline li {
  width: 100%;
}

.combo-modal .tool_tip {
  top: -50px;
  left: 50%;
  transform: translate(-50%, 0%);
  right: auto;
}

.combo-modal .common-options .item-name {
  max-width: 79%;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 25px;
}

.combo-modal .common-options .item-price {
  max-width: 100%;
  padding: 0px;
  text-align: left;
  font-weight: 700;
}

.tags-div {
  margin-bottom: 8px;
  overflow-x: auto;
  width: 100%;
  display: flex;
  overflow-y: hidden;
}

.tags-div-inner {
  background-color: var(--main-bg-color);
  font-size: 11px;
  padding: 6px 6px;
  border-radius: 10px;
  font-weight: 600;
  color: var(--secondary-bg-color);
  line-height: normal;
  display: flex;
  width: 156px;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}

.tags-div li {
  margin: 3px 2px;
}

.tags-div-inner a {
  font-weight: 300;
  border-bottom: 1px solid #7a7a7a;
  padding-bottom: 2px;
  margin-left: 3px;
  margin-left: 6px;
  color: var(--secondary-bg-color);
}

.tool_tip_combo {
  font-size: 12px;
  font-weight: 500;
  color: var(--main-bg-color);
  line-height: 20px;
  background-color: #fce4e4;
  border: 1px solid #fcc2c3;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: absolute;
  padding: 5px 10px;
  margin-left: 0px;
  right: 40px;
  top: -40px;
}

.combo-modal .tool_tip_combo {
  top: -50px;
  left: 50%;
  transform: translate(-50%, 0%);
  right: auto;
}

.tool_tip_combo:before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: solid 10px rgb(252 194 195);
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  position: absolute;
  bottom: -12.5px;
  left: 50%;
  transform: translate(-50%, 0%);
}

.tool_tip_combo:after {
  content: "";
  width: 11px;
  height: 11px;
  border-top: solid 10px rgb(252 228 228);
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translate(-50%, 0%);
}

.combo-modal
  .common-options
  .customization-screen
  .inner-option-start
  .item-name {
  max-width: 65%;
  flex-wrap: nowrap;
  flex-direction: unset;
  justify-content: left;
  padding-right: 0;
}

.combo-modal
  .common-options
  .customization-screen
  .inner-option-start
  .item-price {
  max-width: 35%;
  padding: 0px;
  text-align: right;
  font-weight: 700;
  padding: 0 30px 0 10px;
}

.customization-screen .inner-option-start {
  padding-top: 15px;
}

.customization-screen .inner-option-start:first-child {
  padding-top: 0px;
}

.customization-screen .inner-option-start p {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 15px;
}

.customization-screen {
  background-color: #fff;
  padding: 10px 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
}

.customization-screen .inner-option-start .items-row {
  box-shadow: none;
}

.items-row {
  box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
}

.customization-screen .item-inner-bg {
  box-shadow: none;
  border: none;
  padding: 0px !important;
  margin-bottom: 0px !important;
}

.item-inner-bg .item-name {
  padding-right: 0px !important;
  color: #333;
}

.customisable-span {
  line-height: normal;
  margin-bottom: 5px;
  font-size: 13px;
}

/*combo modal*/

/*slot-based-modal*/
.slot-Based-Modal .modal-content {
  max-width: 600px;
}

.slot-Based-Modal.modal.modal-top .modal-body {
  padding: 1.25rem 2rem 4.25rem 2rem;
  max-height: 100%;
}

.slotpc {
  max-height: 450px;
  overflow: hidden;
  overflow-y: scroll;
  padding-right: 12px;
  overflow-y: auto;
}

.slot-Based-Modal .modal-header p {
  color: #222222;
  font-weight: 600;
  font-size: 17px;
}

.slot-Based-Modal .modal-header {
  background-color: var(--main-bg-color);
  align-items: center;
  padding: 1.25rem 2rem;
  border: none;
}

.header-right svg {
  width: 100%;
  max-width: 22px;
}

.slot-Based-Modal .modal-body h5 {
  font-size: 20px;
}

.slot-Based-Modal .modal-body .subHeading-slot {
  color: #6d6d6d;
  font-size: 12px;
}

.cliable-reservation {
  padding: 0px;
  background-color: #fff;
  display: flex;
}

.heading-mid {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.cliable-reservation .radio-button-one {
  overflow: hidden;
  padding-right: 10px;
  width: 100%;
}

.cliable-reservation .radio-button-one label {
  margin-bottom: 0px;
  max-width: 100%;
  padding: 8px 5px 8px 8px !important;
  font-size: 14px !important;
}

.cliable-reservation .radio-button-one input[type="radio"] {
  display: none;
}

.cliable-reservation > div {
  width: 100%;
  display: flex;
}

.select-dropdown-nw {
  position: relative;
}

.select-dropdown-nw select {
  display: inline-flex;
  text-align: center;
  box-shadow: none;
  border-radius: 13px !important;
  padding: 7px 16px 7px 7px !important;
  border: 1px solid #bebebe;
  width: 100%;
  max-width: 100%;
  font-weight: 500;
  justify-content: center;
  color: #212529;
  font-size: 14px !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  height: max-content;
}

.select-dropdown-nw::after {
  content: "";
  background-image: url(https://wowmomos.uengage.in/assets/wla_new/img/arrow-down.svg);
  position: absolute;
  top: 51%;
  right: 5%;
  pointer-events: none;
  background-repeat: no-repeat;
  width: 16px;
  height: 8px;
  transform: translate(-50%, -50%);
  background-size: cover;
}

.select-dropdown-nw select:focus-visible:active,
.select-dropdown-nw select:focus-visible:focus {
  border-color: var(--main-bg-color);
}

.select-dropdown-nw select:focus-visible {
  outline: none;
}

.cliable-reservation .radio-button-one input[type="radio"]:checked + label {
  background: none;
}

.cliable-reservation
  .radio-button-one
  input[type="radio"]:checked
  + label:before {
  content: "";
  position: absolute;
  background-color: var(--main-bg-color);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  border-radius: 11px;
}

.cliable-reservation
  .radio-button-one
  input[type="radio"]:checked
  + label
  .radio-text {
  position: relative;
}

.cliable-reservation .radio-button-one input[type="radio"]:checked + label {
  border: 2px solid var(--main-bg-color);
}

.slot-Based-Modal .modal-body h5 {
  font-size: 18px;
}

.slot-Based-Modal .p-heading {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}

.time-reservation {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.time-reservation > div {
  width: 33.33%;
}

.time-reservation .radio-button-one {
  overflow: hidden;
  padding-right: 10px;
  margin: 5px 0;
}

.time-outer .radio-button-one input[type="radio"] {
  display: none;
}

.time-reservation .radio-button-one label {
  margin-bottom: 0px;
  max-width: 100%;
  padding: 8px 5px 8px 5px !important;
  font-size: 14px !important;
}

.submit-button,
.submit-button:hover {
  background-color: var(--main-bg-color);
  color: var(--secondary-bg-color);
  display: inline-block;
  padding: 6px 40px;
  width: 100%;
  max-width: 300px;
  font-size: 16px;
  border-radius: 12px !important;
  cursor: pointer;
}

.buttoon-text-center {
  margin-top: 25px;
}

.slot-head {
  margin-top: 9px;
  color: #222222;
  font-size: 13px;
  display: flex;
  align-items: center;
}

.slot-head span {
  background-color: #fce4b3;
  border-radius: 50px;
  padding: 1px 10px;
  margin-left: 5px;
  font-size: 13px;
}

.radio-button-one button {
  display: inline-flex;
  background: #fff;
  text-align: center;
  border-radius: 13px !important;
  border: 1px solid #bebebe;
  width: 100%;
  justify-content: center;
  margin-bottom: 0px;
  max-width: 100%;
  padding: 11px 11px 11px 11px !important;
  font-size: 16px !important;
  font-weight: 500;
  color: #212529;
  position: relative;
}

.radio-button-one button.active-time-button {
  border: 2px solid var(--main-bg-color);
}

.radio-button-one button.active-time-button:before {
  content: "";
  position: absolute;
  background-color: var(--main-bg-color);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  border-radius: 11px;
  opacity: 0.1;
}

.date-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  /* optional: shows a 'not-allowed' cursor */
}

.cart-last .cart-btn.animatebtn:disabled,
.cart-last .cart-count-add.animatebtn:disabled {
  background: #b0b4c0 !important;
  opacity: 1;
}

.nextavailenabled {
  padding-bottom: 50px !important;
}

.item-discription-main {
  justify-content: flex-start;
}

#comboModal .items-row .item-discription-main {
  justify-content: space-between;
}

.level-one {
  font-size: 15px;
  font-weight: 600;
  color: #333;
}

.level-two {
  color: #848484;
  font-size: 13px;
  margin-top: 0;
}

.level-one span {
  background-color: #707070;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  padding: 1px 6px;
  display: inline-block;
  border-radius: 10px;
  margin-left: 7px;
  margin-bottom: 5px;
}

.panel-default {
  border: 1px solid #e2e2e2;
  padding: 10px 10px !important;
  border-radius: 15px;
}

.slotpc .panel {
  margin-bottom: 15px;
}

.slotpc .panel:last-child {
  margin-bottom: 0px;
}

.slot-Based-Modal .radio-outer [type="radio"]:checked + label:after,
.slot-Based-Modal .radio-outer [type="radio"]:not(:checked) + label:after {
  top: 16px;
  right: 9px;
  background: #333;
}

.slot-Based-Modal .radio-outer [type="radio"]:checked + label:before,
.slot-Based-Modal .radio-outer [type="radio"]:not(:checked) + label:before {
  top: 12px;
  right: 5px;
  border: 1px solid #333;
  background: #e6e2e2;
}

.img-span {
  width: 35px;
  height: 25px;
  margin-right: 5px;
  padding-left: 0px;
}

#collapseTwoNew .panel-body {
  padding-left: 40px;
  padding-top: 12px;
}

.panel-default#orderLaterPanel {
  padding-bottom: 15px !important;
}

.slot-Based-Modal .radio-button-one input[type="radio"]:checked + label {
  border: none;
  color: var(--secondary-bg-color);
}

.slot-Based-Modal .radio-button-one input[type="radio"]:checked + label span {
  position: relative;
}

.slot-Based-Modal
  .time-reservation
  .radio-button-one
  input[type="radio"]:checked
  + label:before {
  opacity: 1;
}

.time-reservation .radio-button-one input[type="radio"],
.time-reservation .radio-button-two input[type="radio"] {
  position: absolute;
}

@media only screen and (min-width: 768px) {
  .buttoon-text-center {
    margin-top: 25px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    max-width: 600px;
    background-color: #fff;
    box-shadow: 0px 0px 10px #00000029;
    padding: 10px 10px;
    margin-left: -32px;
    border-radius: 0 0 20px 20px;
  }
}

/*slot-based-modal*/

.item-card-placeholder-nw-outer .out-of-stock {
  text-align: center;
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translate(-50%, 0%);
}

.out-of-stock span {
  display: inline-block;
  width: max-content;
  padding: 3px 9px;
  border-radius: 10px !important;
  font-size: 13px;
  background-color: #fff;
  font-weight: 400;
  border: 1px solid red;
  color: red;
}

/*.customization-avail .out-of-stock:before {
position: absolute;
content: "Customisable";
bottom: -28px;
left: 50%;
transform: translate(-50%, 0%);
color: #9EA2A1;
font-weight: 400;
font-size: 13px;
}*/
.item-without-img-detail {
  position: relative;
}

.cliable-reservation .radio-button-one label span {
  display: inline-block;
}

.offers-slider-start svg.active {
  display: none;
}

.offers-slider-start svg.ongoing {
  opacity: 0;
}

.offers-slider-start .completed svg.active {
  display: block;
}

.offers-slider-start .completed svg.initial {
  display: none;
}

.offers-slider-start .current svg.initial {
  display: none;
}

.offers-slider-start .current svg.ongoing {
  opacity: 1;
}

.order-tracking .is-complete svg {
  width: 100%;
  height: 100%;
}

.order-buttons li a.callingnumber {
  background: none;
  color: var(--main-bg-color);
}

.mid-section {
  padding: 0px 5px 100px 5px;
}

.plus-pp {
  display: inline-flex !important;
  border-radius: 50px !important;
  background-color: var(--main-bg-color) !important;
  width: 17px !important;
  height: 17px !important;
  align-items: center !important;
  justify-content: center !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.plus-pp i {
  font-size: 14px !important;
}

.menu-top .subcategories.active .plus-pp {
  background-color: #fff !important;
}

.yellow-star {
  margin: -5px 0 5px;
}

.bestsellelsnw {
  border-radius: 15px;
  padding: 10px 0px 10px 7px !important;
  margin-bottom: 10px;
  margin-top: 10px;
  position: relative;
}

.bestsellelsnw:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--main-bg-color);
  left: 0px;
  top: 0px;
  opacity: 0.1;
  border-radius: 15px;
}

.bestsellelsnw .common-coupen {
  padding-top: 15px;
}

.bestsellelsnw .common-coupen::-webkit-scrollbar {
  height: 0px;
}

.top-card-new {
  border: 1px solid #e2e2e2;
  /* overflow: hidden; */
  position: relative;
  border-radius: 12px 12px 0px 0px;
  border-bottom: 0px;
}

.top-card-new .borderRightTop {
  position: relative;
}

/* .top-card-new .borderRightTop:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 80%;
    background-color: #E2E2E2;
    right: 0;
    top: 8px;
} */

.info-icon img {
  width: 21px;
  max-width: 21px;
}

.outlet-details {
  display: flex;
  color: #333;
  margin-top: 0;
}

.outlet-details li {
  margin: 0px 3px;
  display: flex;
  align-items: center;
  line-height: 1.3;
}

.outlet-details li:first-child {
  margin-left: 0px;
  width: 108px;
}

.outlet-details li:last-child {
  margin-right: 0px;
  width: 100%;
  max-width: 100%;
}

.outlet-details img {
  height: 21px;
  width: 21px;
  object-fit: contain;
  margin-right: 3px;
}

.outlet-details li > span:first-child {
  display: flex;
  width: 100%;
  max-width: 19px;
}

.outlet-details li > span:last-child {
  width: 100%;
  max-width: 100%;
}

.outlet-details li > span:last-child .main-span {
  color: #333;
  font-size: 14px;
}

.outlet-details li:last-child > span:first-child {
  max-width: 17px;
}

.info-icon {
  position: relative;
}

.review-badge {
  display: inline-block;
  background: #118e50;
  border-radius: 9.6px;
  overflow: hidden;
  text-align: center;
  color: white;
  width: 60px;
  height: 58px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid #118e50;
}

.review-badge .rating {
  padding: 3.5px 0 3.5px;
  font-size: 13px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  line-height: normal;
}

.review-badge .star {
  color: gold;
  font-size: 12px;
}

.review-badge .reviews {
  background: white;
  color: #7a7a7a;
  padding: 5px 0 5px;
  font-size: 11px;
  line-height: 11px;
  font-weight: 500;
}

.reviews span {
  font-weight: 500;
  color: #333;
  font-size: 13px;
}

.offer-banner {
  display: flex;
  align-items: center;
  color: #333;
  padding: 0px 15px 10px;
  cursor: pointer;
  border: 1px solid #e6e6e6;
  background: linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%);
  margin-bottom: 10px;
  border-radius: 12px;
  margin: 0 10px 10px;
}

.offer-icon {
  width: 100%;
  max-width: 37px;
  margin-top: 13px;
}

.offer-icon svg {
  width: 100%;
  height: auto;
}

.offer-text p {
  color: #222222;
}

.offer-text {
  flex: 1;
  padding-left: 10px;
  line-height: normal;
  font-weight: 500;
}

.offer-text strong {
  font-weight: 500;
}

.offer-code {
  color: #696969;
  font-size: 14px;
  margin-top: 4px;
  display: inline-block;
  font-weight: 400;
}

.offer-count {
  font-size: 10px;
  font-weight: 400;
  color: #696969;
  margin-left: auto;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  /* position: absolute;
right: 50px;
bottom: 7px; */
  /* background: #fff; */
}

.offer-container {
  height: 45px;
  overflow: hidden;
  flex: 1;
  margin: 0 10px;
  position: relative;
}

.offer-list {
  display: flex;
  flex-direction: column;
  transition: transform 0.6s ease;
}

.offer-text {
  height: 45px;
  font-size: 16px;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2px 0;
}

.promo-hd-new {
  width: 100%;
}

.promo-nws {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.promo-nws-icon {
  margin-right: 8px;
}

.promo-nws .las.la-arrow-circle-left {
  color: #333;
  font-size: 28px;
}

#promo .modal-title {
  line-height: normal;
}

#promo.modal.modal-top .modal-body {
  max-height: 450px;
}

.apply-coupon-div {
  margin: 10px 0px;
  list-style-type: none;
  color: #333;
  background-color: #fff;
  position: relative;
}

.apply-coupon-div li {
  padding: 15px 20px 15px 20px;
  position: relative;
  box-shadow: 0px 1px 3px #0000001c;
  border-radius: 10px;
  border: 1px solid #ededed;
}

.coupon-outer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.coupon-outer .coupon-discription-nw {
  width: 100%;
  max-width: 85%;
  padding-right: 12px;
  border-right: 1px dashed var(--main-bg-color);
}

.coupon-discription-nw p {
  line-height: normal;
}

.coupon-discription-nw .large-p {
  letter-spacing: 0.5px;
  font-weight: 700;
  margin-bottom: 6px !important;
  text-transform: uppercase;
  color: var(--main-bg-color);
}

.coupon-discription-nw .medium-p {
  font-weight: 600;
}

.coupon-discription-nw .normal-p {
  color: #848484;
  font-size: 13px;
}

.coupon-outer .coupon-btns {
  width: 100%;
  max-width: 15%;
  padding-left: 12px;
}

.coupon-outer .coupon-discription-nw {
  width: 100%;
  max-width: 85%;
  padding-right: 12px;
  border-right: 1px dashed var(--main-bg-color);
}

.coupon-outer .coupon-btns {
  width: 100%;
  max-width: 15%;
  padding-left: 12px;
}

.coupon-button {
  color: var(--main-bg-color);
  font-weight: 600;
}

.apply-coupon-div .coupon-button {
  color: #333;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}

#promo.modal.modal-top .modal-body > div .apply-coupon-div:first-child {
  margin-top: 0px;
}

#promo.modal.modal-top .modal-body > div .apply-coupon-div:last-child {
  margin-top: 0px;
}

.tags-check input {
  display: none;
}

.tags-check label {
  margin: 0px;
  max-width: max-content;
  font-weight: 400;
  color: #333;
  border: 1px solid #d4d4d4;
  border-radius: 10px !important;
  font-size: 13px !important;
  padding: 11px 8px 11px 8px !important;
}

.tags-check label span {
  line-height: normal;
  display: flex;
  align-items: center;
}

.tags-check label i {
  margin-left: 5px;
  font-size: 14px;
  color: #333;
  display: none;
}

.tags-check input[type="checkbox"]:checked + label {
  background-color: var(--main-bg-color) !important;
  border-color: var(--main-bg-color) !important;
  color: var(--secondary-bg-color);
}

.tags-check input[type="checkbox"]:checked + label i {
  display: inline-block !important;
}

.tags-check input[type="checkbox"]:checked + label i {
  color: var(--secondary-bg-color);
}

.tags-check label svg,
.tags-check label img {
  width: 100%;
  max-width: 16px;
  margin-right: 5px;
}

.tags-check input[type="checkbox"]:checked + label svg path {
  fill: var(--secondary-bg-color) !important;
}

.chek.new svg,
.chek.new img {
  width: 100%;
  max-width: 16px;
  margin-right: 5px;
}

.chek input:checked + span svg path {
  fill: var(--secondary-bg-color);
}

.tags-top-bg {
  margin-bottom: 0px;
  display: flex;
  justify-content: left;
  position: relative;
  /* overflow-y: hidden; */
  /* margin-top: 5px; */
  width: 100%;
}

.tags-top-bg li {
  margin: 0 4px;
}

.tags-top-bg li:first-child {
  margin-left: 0px;
}

.tags-top-bg li:last-child {
  margin-right: 0px;
}

.filterz {
  margin: 0px !important;
  top: 0px;
  position: absolute !important;
  right: 0px;
  top: 0px;
}

.filterz .search-div {
  width: 260px;
  padding: 4.5px 6px 3.5px 35px;
  max-width: 100%;
  background: #fff;
  border: 1px solid #e6e6e6;
  height: 42px;
  display: flex;
  align-items: center;
}

.tags-top-bg::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.tags-top-bg::-webkit-scrollbar {
  height: 0px;
  background-color: #f5f5f5;
}

.tags-top-bg::-webkit-scrollbar-thumb {
  background-color: #898989;
}

.white-bg {
  background-color: #fff;
  padding: 10px 15px;
  border-radius: 15px;
  margin: 10px 0;
  box-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
}

#filter-modal .modal-body .white-bg:first-child {
  margin-top: 0px;
}

#filter-modal .modal-body .white-bg:last-child {
  margin-bottom: 0px;
}

.mcouter {
  display: flex;
  flex-wrap: wrap;
}

.mcouter .mcchecks {
  margin: 4px 4px;
}

.mcouter .mcchecks:first-child {
  margin-left: 0px;
}

.mcouter .mcchecks:last-child {
  margin-right: 0px;
}

.white-bg p {
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 8px;
}

.fixed-cart-data .price-checkout,
.outletclosed {
  /* padding: 15px 15px !important; */
  border: 1px solid #fff !important;
  border-radius: 14px;
  background-color: var(--main-bg-color);
}

.view-cart-dv .cart-button {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 13px !important;
  align-items: center;
  padding: 20px 15px;
  color: var(--secondary-bg-color);
  box-shadow: 0px 12px 32px -4px rgb(32 28 29 / 20%);
  font-size: 16px !important;
}

.first-cb {
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-left: 0px;
  position: relative;
  left: 0px;
}

.second-cb {
  font-weight: 500;
}

.view-cart-dv .cart-button img {
  width: 100%;
  max-width: 17px;
  vertical-align: text-top;
  margin-left: 4px;
}

.view-cart-dv .cart-button svg {
  fill: var(--secondary-bg-color);
}

.outlet-list li img {
  width: 100%;
  max-width: 20px;
  margin-right: 2px;
}

.outlet-list li img {
  width: 100%;
  max-width: 20px;
  margin-right: 2px;
}

.address-para span:first-child {
  width: 100%;
  display: inline-block;
  max-width: 30px;
}

.address-para {
  display: flex;
  align-items: center;
  color: #666666;
  font-size: 16px;
  line-height: normal;
}

.coupon-disabled {
  background: #f8f8fa;
}

.coupon-disabled p {
  color: #9d9d9d;
}

.coupon-disabled p.addingText {
  color: #555555;
  font-weight: 700;
}

.apply-coupon-div.coupon-disabled .coupon-button {
  color: #9d9d9d !important;
  pointer-events: none;
}

.apply-coupon-div .coupon-outer .coupon-discription-nw {
  border-right: 1px dashed #dedede !important;
}

.coupon-disabled p .expand_details {
  color: #9d9d9d !important;
}

.icons-ul {
  display: flex;
  line-height: normal;
  margin-top: 15px;
}

.icons-ul li span {
  display: inline-flex;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
  border: 1px solid #e9e9e9;
  padding: 0px;
  border-radius: 8px;
}

.icons-ul li {
  margin: 0 5px;
}

.icons-ul li:first-child {
  margin-left: 0px;
}

.icons-ul li:last-child {
  margin-right: 0px;
}

.expand_details,
.expand_details:hover {
  color: var(--main-bg-color);
  cursor: pointer;
}

.full-height-modal.modal.modal-top .modal-body {
  background-color: #fff;
}

.ps > span {
  background-color: #fff;
}

.close img {
  max-width: none;
}

.d-flex.backbtnsupper.fixedbackbtnsupper .close img {
  background-color: #fff;
  border-radius: 50px;
}

span.heading-1 {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0px;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

span.heading-1 .main-span {
  font-size: 20px !important;
}

.cart-last .cart-btn {
  color: var(--secondary-color-bg) !important;
}

/* Reservation */
#reservation-modal .form-row label {
  display: block;
}

#reservation-modal .custom-date label {
  color: #333;
  padding-bottom: 8px;
  font-size: 15px;
  font-weight: 600;
}

#reservation-modal .form-row input,
#reservation-modal .form-row select {
  width: 100%;
}

#reservation-modal .custom-date .form-control,
#reservation-modal .custom-date .form-control,
#reservation-modal .custom-date select {
  padding: 15px 30px 15px 15px;
  border: 1px solid #dadada;
  background-color: #f5f5f5;
  border-radius: 4px !important;
  font-weight: 500;
  font-size: 14px !important;
  color: #333;
  height: auto;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  line-height: initial;
  cursor: pointer;
  min-height: 50.4px;
}

#reservation-modal .custom-outer .input-group-addon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  pointer-events: none;
}

#reservation-modal .custom-outer .input-group-addon-left {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  pointer-events: none;
}

#reservation-modal .custom-outer {
  position: relative;
}

#reservation-modal .custom-outer i {
  color: #000;
}

.datepicker table tr td,
.datepicker table tr th {
  font-size: 14px;
  width: 10px;
  height: 10px;
  padding: 5px 10px;
}

#reservation-modal .custom-label small {
  display: block;
}

#reservation-modal .custom-label {
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  color: #000;
  line-height: normal;
  margin-bottom: 7px;
}

#reservation-modal .timing-ul {
  padding: 0px;
  margin: 0px -5px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#reservation-modal .timing-ul li {
  padding: 3px 3px;
  width: 100%;
  max-width: 33.33%;
}

#reservation-modal .timing-ul a {
  width: 100%;
  display: inline-flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  border: 1px solid #dadada;
  border-radius: 4px !important;
}

#reservation-modal .timing-ul a.active {
  background: #333333;
  border-color: #333333;
  color: #fff;
}

#reservation-modal .nav-tabs {
  margin: 0px !important;
  padding: 0px !important;
  margin-bottom: 12px !important;
  border-radius: 4px !important;
  display: flex !important;
  background-color: #fff !important;
  border-bottom: 1px solid #dee2e6;
}

#reservation-modal .nav-tabs .nav-link {
  border: none;
}

#reservation-modal .nav-tabs .nav-link.active {
  border: none;
  border-bottom: 3px solid #333333;
  font-weight: 600;
  color: #333;
}

#reservation-modal.pizza-popups .nav-tabs li {
  width: auto;
  border: none;
  padding: 0px;
  border-radius: 0px;
  background-color: #fff;
  margin-top: 0px;
  position: relative;
  line-height: normal;
  margin-bottom: 0px;
}

#reservation-modal.pizza-popups .nav-tabs li:before {
  display: none;
}

#reservation-modal .modal-content {
  max-width: 550px;
}

.custom-date .form-control:focus,
.custom-date select:focus {
  outline: none;
}

.reservation-btn-div {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

@media (max-width: 767px) {
  #reservation-modal .timing-ul li {
    padding: 3px 3px;
    width: 100%;
    max-width: 50%;
  }

  #reservation-modal .timing-ul a {
    width: 100%;
    display: inline-flex;
    height: 40px;
  }

  #reservation-modal.pizza-popups .nav-tabs {
    position: relative;
    bottom: auto;
    width: 100%;
  }

  #reservation-modal .nav-tabs {
    border-top: none !important;
    justify-content: center;
  }

  #reservation-modal.pizza-popups .modal-body {
    padding: 10px 1rem 5rem 1rem !important;
  }

  .reservation-btn-div {
    display: flex;
    justify-content: center;
    margin-top: 0px;
    position: fixed;
    bottom: 0px;
    background-color: #fff;
    width: 100%;
    left: 0px;
    padding: 10px 10px;
    box-shadow: 0px 0px 10px #00000029;
    border-top: 1px solid #efefef;
  }
}

#reservation-modal .form-row input,
#reservation-modal .form-row select {
  width: 100%;
  max-width: 100%;
}

.sticky-outlets {
  position: -webkit-sticky;
  position: sticky;
  top: 73px;
  z-index: 111;
  background-color: #f3f3f3;
  margin: 0;
}

.sticky-outlets > div {
  padding-left: 0;
}

.select-outlets-h {
  width: 100%;
  display: flex;
  overflow-y: hidden;
  margin-top: 10px;
}

.outlets-listing-h {
  width: 100%;
  max-width: 100px;
  margin: 10px 10px;
  display: inline-block;
}

.select-outlets-h .outlets-listing-h:first-child {
  margin-left: 0px;
}

.outlets-listing-h .outlet-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  margin: auto;
}

.outlet-span {
  font-size: 0.9em;
  color: #777;
  font-weight: 600;
}

.outlets-listing-h.active .outlet-span {
  color: var(--main-bg-color);
}

.outlets-listing-h .outlet-image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.5s ease 0s;
  /* filter: grayscale(100%); */
}

.outlets-listing-h.active .outlet-image {
  box-shadow: 0px 5px 15px 0px rgb(74 68 68 / 19%);
  border: 2px solid var(--main-bg-color);
}

.outlets-listing-h.active .outlet-image img {
  filter: grayscale(0%);
}

/* loader animation */
.typing-loader {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #333;
  box-shadow:
    12px 0 #333,
    24px 0 #333;
  animation: typing 1s infinite linear;
}

@keyframes typing {
  0% {
    box-shadow:
      12px 0 #333,
      24px 0 #333;
  }

  33% {
    box-shadow:
      12px 0 #333,
      24px 0 transparent;
  }

  66% {
    box-shadow:
      12px 0 transparent,
      24px 0 #333;
  }
}

.category-main-nw {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.category-main-nw li {
  padding: 0 5px;
  text-align: center;
  margin-bottom: 10px;
}

.category-main-nw li a {
  background-color: #fff;
  display: inline-block;
  padding: 5px 5px;
  border-radius: 15px !important;
  height: 100%;
  width: 100px;
}

.category-outer-nw {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  border-radius: 10px;
}

.category-outer-nw img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.category-main-nw li h4 {
  font-size: 12px;
  margin: 7px 0 0 0;
  color: #212529;
  text-align: center;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .category-main-nw {
    margin: 0 -5px;
  }

  .category-main-nw li {
    margin-bottom: 7px;
    margin-top: 10px;
    padding: 0 5px;
  }

  .category-main-nw li a {
    padding: 5px 5px;
  }

  .category-main-nw li h4 {
    font-size: 13px;
    margin: 8px 0 0 0;
    line-height: initial;
  }

  .popular-menu {
    margin-right: -20px;
  }

  .popular-menu .popular-head {
    padding-right: 20px;
  }
}

/* Popular Searches Section Styles */
#featuredProductsSearch {
  padding: 15px 0;
  margin-bottom: 15px;
}

.popular-searches-heading {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #333;
  margin: 20px 0 15px 0;
  position: relative;
}

.popular-searches-heading span {
  position: relative;
  padding: 0 10px;
  background: #fff;
}

.popular-searches-heading:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: #e7e7e7;
  z-index: 0;
}

.popular-searches-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  padding: 0 10px;
  width: 100%;
  max-width: 100%;
}

.popular-searches-grid.popular-searches-count-1 {
  grid-template-columns: 1fr;
  max-width: 100%;
}

.popular-searches-grid.popular-searches-count-2 {
  grid-template-columns: repeat(2, 1fr);
}

.popular-search-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  cursor: pointer;
  position: relative;
}

/* Odd/Even Layout - Alternating pattern with prominent images */
.popular-search-card-even {
  grid-column: span 1;
}

.popular-search-card-odd {
  grid-column: span 1;
}

/* Create visual variation - even cards get larger image area */
.popular-search-card-even .popular-search-card-inner {
  flex-direction: column;
}

.popular-search-card-odd .popular-search-card-inner {
  flex-direction: column;
}

.popular-search-card:hover {
  transform: translateY(-2px);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
}

.popular-search-card-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.popular-search-image-wrapper {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
  background: #f5f5f5;
}

.saveTag {
  left: 4px;
}

/* Alternating image heights for visual interest - even cards larger */
.popular-search-card-even .popular-search-image-wrapper {
  height: auto;
}

.popular-search-card-odd .popular-search-image-wrapper {
  height: auto;
}

.popular-search-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.popular-search-card:hover .popular-search-img {
  transform: scale(1.05);
}

.popular-search-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
  pointer-events: none;
}

.popular-search-content {
  padding: 12px 15px 15px 15px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Slightly more padding for even cards */
.popular-search-card-even .popular-search-content {
  padding: 14px 16px 16px 16px;
}

.popular-search-badges {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 8px;
}

.popular-search-title {
  margin-bottom: 12px;
  flex: 1;
}

.popular-search-item-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin: 0;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.popular-search-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  border-top: 1px solid #f0f0f0;
}

.popular-search-price .price-p {
  font-size: 14px;
  font-weight: 700;
  color: #333;
  margin: 0;
}

.popular-search-action .cart-new-btn {
  width: 75px !important;
}

.popular-search-price .price-p small {
  font-size: 14px;
  font-weight: 400;
  color: #999;
  margin-left: 5px;
}

#search-modal .modal-body {
  padding: 20px 10px !important;
}

.popular-search-action {
  display: flex;
}

#search-modal .search-div-oitr {
  margin: -22px 0 0;
}

.popular-search-action .cart-btn {
  /* background: var(--main-bg-color); */
  color: #333;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
}

.popular-search-action .quantity-btn {
  display: flex;
  align-items: center;
  gap: 8px;
}

@media screen and (max-width: 767px) {
  #featuredProductsSearch {
    padding: 10px 0;
  }

  .popular-searches-heading {
    font-size: 14px;
    margin: 15px 0 12px 0;
  }

  .popular-searches-grid {
    /* grid-template-columns: 1fr; */
    gap: 12px;
    padding: 0 10px;
  }

  .popular-searches-grid.popular-searches-count-1,
  .popular-searches-grid.popular-searches-count-2 {
    grid-template-columns: 1fr;
  }

  /* Reset all grid spans on mobile */
  .popular-search-image-wrapper {
    height: 220px;
  }

  /* Keep alternating heights on mobile too for visual interest */
  .popular-search-card-even .popular-search-image-wrapper {
    height: auto;
  }

  .popular-search-card-odd .popular-search-image-wrapper {
    height: auto;
  }

  .popular-search-content {
    padding: 10px 12px 12px 12px;
    min-height: auto;
  }

  .popular-search-item-title {
    font-size: 15px;
  }

  .popular-search-price .price-p {
    font-size: 16px;
  }

  .popular-search-action .cart-btn {
    padding: 7px 14px;
    font-size: 13px;
    display: flex;
    justify-content: flex-start;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .popular-searches-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .popular-search-image-wrapper {
    height: 260px;
  }

  .popular-search-card-even .popular-search-image-wrapper {
    height: auto;
  }

  .popular-search-card-odd .popular-search-image-wrapper {
    height: auto;
  }
}

@media screen and (min-width: 1025px) {
  .popular-searches-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .popular-searches-grid.popular-searches-count-1 {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .popular-search-image-wrapper {
    height: 280px;
  }

  .popular-search-card-even .popular-search-image-wrapper {
    height: auto;
  }

  .popular-search-card-odd .popular-search-image-wrapper {
    height: auto;
  }
}

.outlet-details--location {
  display: flex;
  align-items: center;
}

/* live dropdown */
.search-suggestions {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-top: 6px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  z-index: 1056;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  max-height: 320px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
}

/* suggestion item */
.search-suggestion {
  padding: 10px 14px;
  border-bottom: 1px solid #f6f6f6;
  cursor: pointer;
}

.search-suggestion:hover {
  background: #fafafa;
}

.search-category {
  color: #555;
  font-weight: 600;
  font-size: 14px;
  margin: 8px 10px 4px;
}

/* prevent odd fixed shifts when mobile keyboard opens */
.fix-ios-keyboard {
  position: static !important;
  overflow: visible !important;
}

/* ensure modal-body scrolls (avoid dropdown clipping) */
.modal-body {
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* small tweak */
.search-bar-wrapper {
  padding-bottom: 6px;
}

@media only screen and (max-width: 767px) {
  .outlets-listing-h .outlet-image {
    width: 80px;
    height: 80px;
  }
}

@media only screen and (max-width: 575px) {
  .outlets-listing-h .outlet-image {
    width: 60px;
    height: 60px;
  }

  .sticky-outlets {
    top: 63px;
    border-bottom: 1px solid #cccccc;
  }

  .select-outlets-h {
    margin-top: 5px;
  }
}

/* ======== NEW DYNAMIC MENU STYLES ======== */
.value-combos-container {
  padding: 20px 0;
}

.value-combos-header {
  text-align: center;
  margin-bottom: 30px;
}

.value-combos-header h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  color: #333;
}

.value-combos-header p {
  font-size: 14px;
  color: #666;
  margin: 5px 0 0 0;
}

.combo-card {
  background: white;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  position: relative;
}

.combo-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.veg-indicator,
.non-veg-indicator {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 12px;
}

.combo-title {
  font-size: 18px;
  font-weight: 600;
  margin: 30px 0 10px 0;
  color: #333;
  line-height: 1.4;
}

.combo-price {
  margin: 10px 0;
}

.combo-price .price {
  font-size: 16px;
  font-weight: 600;
  color: var(--main-bg-color, #e74c3c);
}

.combo-description {
  font-size: 14px;
  color: #666;
  margin: 10px 0 20px 0;
  line-height: 1.4;
}

.combo-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.combo-actions .add-btn {
  background: var(--main-bg-color, #e74c3c);
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.combo-actions .add-btn:hover {
  background: var(--main-bg-color-dark, #c0392b);
}

.customizable-text {
  font-size: 12px;
  color: #666;
  font-style: italic;
}

/* Category Menu Active State */
#category_menu li.active {
  background: var(--main-bg-color-light, #ffeaa7);
  border-radius: 8px;
}

#category_menu li.active h4 {
  color: var(--main-bg-color, #e74c3c);
  font-weight: bold;
}

/* Combo Variant Modal Styles */
#comboVariantModal .modal-content {
  border-radius: 12px;
  border: none;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

#comboVariantModal .modal-header {
  background: var(--main-bg-color, #e74c3c);
  color: white;
  border-radius: 12px 12px 0 0;
  padding: 20px;
}

#comboVariantModal .modal-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

#comboVariantModal .close {
  color: white;
  opacity: 1;
  font-size: 24px;
}

.variant-step {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.variant-step:last-child {
  border-bottom: none;
}

.variant-step h5 {
  font-size: 16px;
  color: var(--main-bg-color, #e74c3c);
  font-weight: 600;
  margin: 0 0 5px 0;
}

.variant-step h6 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 15px 0;
  color: #333;
}

.variant-option {
  margin-bottom: 12px;
  padding: 12px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.variant-option:hover {
  background: #f8f9fa;
  border-color: var(--main-bg-color, #e74c3c);
}

.variant-option label {
  display: flex;
  align-items: center;
  margin: 0;
  cursor: pointer;
  width: 100%;
}

.variant-option input[type="radio"] {
  margin-right: 12px;
}

.variant-option .veg-indicator,
.variant-option .non-veg-indicator {
  position: static;
  margin-right: 8px;
  font-size: 14px;
}

.variant-option .option-name {
  flex: 1;
  font-size: 16px;
  color: #333;
}

.variant-option .option-price {
  font-size: 16px;
  font-weight: 600;
  color: var(--main-bg-color, #e74c3c);
}

.variant-option input[type="radio"]:checked + .veg-indicator ~ .option-name,
.variant-option
  input[type="radio"]:checked
  + .non-veg-indicator
  ~ .option-name {
  font-weight: 600;
}

/* Responsive Design */
@media (max-width: 768px) {
  .combo-card {
    padding: 15px;
  }

  .search-div span {
    top: 3px;
  }

  .combo-title {
    font-size: 16px;
  }

  .combo-actions {
    flex-direction: column;
    gap: 10px;
  }

  .combo-actions .add-btn {
    width: 100%;
    text-align: center;
  }

  .value-combos-header h2 {
    font-size: 20px;
  }
}

/*Responsive*/
@media screen and (max-width: 1320px) and (min-width: 1200px) {
  .veg-row .col-md-7 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }

  .veg-row .col-md-5 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
}

/* .outlet-main-sec.outlet-full-width {
    border-bottom: 1px solid #E2E2E2;
} */

.is-sticky.top-card-new .borderRightTop {
  border-bottom: 1px solid #e2e2e2;
}

.top-card-new .borderRightTop {
  position: relative;
}

@media only screen and (min-width: 991px) {
  .offer-count {
    position: absolute;
    right: 20px;
    bottom: 10px !important;
  }

  .veg-toggle-space.top-card-new {
    border: 0 !important;
  }

  .single-toggle.stickp {
    position: fixed;
    width: 900px;
    top: 70px;
    z-index: 99;
    height: auto;
    /* max-width: 100%; */
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }

  .new-cart-outer {
    background-color: #fff;
    padding: 10px 15px 0px 15px;
    margin: 0 -10px;
  }

  .is-sticky {
    position: fixed;
    top: 74px;
    width: calc(100vw - 551px);
    z-index: 999;
    height: auto;
  }

  /* .veg-toggle.single-toggle.stickp {
        position: sticky;
        position: -webkit-sticky;
        top: 74px;
        z-index: 3;
        background-color: #eff8f6;
    } */

  .slot-head {
    padding-left: 0px;
  }
}

@media only screen and (min-width: 1200px) {
  .top-card-new .borderRightTop {
    border-bottom: 0 !important;
  }

  .cart-center.veg-toggle-space {
    top: 125px;
  }

  .new-cart-outer {
    background-color: #fff;
    padding: 2px 15px 0px 15px;
    margin: 0 -10px;
  }

  /* .veg-toggle.single-toggle.stickp {
        position: sticky;
        position: -webkit-sticky;
        top: 74px;
        z-index: 3;
        background-color: #eff8f6;
    } */
}

@media only screen and (max-width: 1280px) {
  .item-card-placeholder-nw {
    height: 140px;
    width: 140px;
  }

  .cart-center .slickk-next.slickk-arrow {
    right: 0;
  }

  .cart-center {
    overflow: hidden;
  }

  .icon-ff {
    height: 30px;
  }

  .first-dv {
    -ms-flex: 0 0 21%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .cart-center {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }

  .cart-last {
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    max-width: 24%;
  }

  .menu-top .subcategories {
    padding: 8px 8px 8px 8px;
    line-height: normal;
    font-size: 12px;
  }

  .promo-dv h2 {
    font-size: 13px;
    margin-bottom: 0;
  }

  .promo-dv p {
    font-size: 13px;
  }

  .common-heading {
    font-size: 18px;
  }

  .common-top-bottom {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .order-type a {
    font-size: 11px;
  }

  .order-type a small {
    font-size: 8px;
  }

  .additional .item-small-hd {
    font-size: 12px;
    line-height: 17px;
  }

  .item-small-hd {
    font-size: 12px;
    line-height: 17px;
  }

  .checked {
    width: 9px;
    height: 9px;
    font-size: 7px;
  }

  .wla-outlet-name-md,
  .outlet-name,
  .categories-hd,
  .outlet-name-two.special-case {
    font-size: 16px;
  }

  .categories-hd {
    padding: 10px 10px 0px 10px;
  }

  .delivery-div {
    padding: 10px 0px 10px;
  }

  .promo-dv {
    width: 280px;
  }
}

@media only screen and (max-width: 1199px) {
  .single-toggle.stickp {
    position: fixed;
    width: 100%;
    top: 0;
    /* JS overrides this on mobile when sticky header is active */
  }

  .tags-top-bg {
    flex-direction: column-reverse;
  }

  .slider-container {
    padding-right: 0;
  }

  .icon-ff i {
    font-size: 15px !important;
  }

  .icon-ff {
    height: auto;
    padding: 5px 0;
  }

  .brands-menu .switchp,
  .brands-menu .switchp #selected_brand_title,
  .brands-menu .switchp #selected_brand_title_mob {
    padding-left: 2px;
  }

  .menu-top .subcategories {
    padding: 6px;
    font-size: 11px;
    line-height: 12px;
  }

  .categories-hd {
    padding: 8px 8px 4px 8px;
  }

  .subcategoriestwo
    .row
    .col-1.pl-1.d-flex.justify-content-end.align-items-center {
    display: none !important;
  }

  .menu-top .subcategories .sm-img {
    padding-right: 0px;
  }

  .promo-dv {
    width: 250px;
  }

  .common-heading {
    font-size: 17px;
  }

  .item-card-placeholder-nw {
    height: 140px;
    width: 140px;
  }

  .item-card-placeholder-detail-new {
    margin-left: 10px;
    max-height: 174px;
    min-width: 125px;
    margin-bottom: 15px;
  }

  .item-outer {
    width: 220px;
  }

  .additional .item-small-hd {
    font-size: 11px;
    line-height: 15px;
  }

  .common-right-left.top-card-new {
    background-color: #fff;
    border-radius: 0px;
  }

  .left-outlet-information {
    /* background-color: #fff; */
    padding: 15px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .veg-toggle {
    border-radius: 0px !important;
    border: none;
  }

  .veg-toggle.intro {
    border-radius: 0px 0px 0px 0px;
  }

  .veg-toggle.intro.stickp {
    border-radius: 0px 0px 15px 15px;
  }

  .veg-toggle.veg-toggle-two {
    border-radius: 0px;
    background: #eff8f6;
  }

  .coupon-discription {
    margin-top: -14px;
    margin-bottom: -4px;
  }

  .cart-items-outer-main {
    max-height: 330px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1024px) {
  .menu {
    height: 100vh;
    overflow: auto;
  }

  .wla-cart-dv {
    height: 100vh;
  }
}

@media only screen and (min-width: 992px) {
  .fixed-cart-data {
    position: fixed;
    bottom: 20px;
    left: 58%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 900px;
    box-shadow: 0px 0px 10px #00000029;
    border-radius: 13px;
    overflow: hidden;
    z-index: 10;
  }
}

@media only screen and (min-width: 1200px) {
  .fixed-cart-data {
    left: 60%;
    max-width: 946px;
  }
}

@media only screen and (min-width: 1300px) {
  .fixed-cart-data {
    left: 61%;
    max-width: 890px;
  }
}

@media only screen and (min-width: 1400px) {
  .fixed-cart-data {
    left: 60%;
    max-width: 890px;
  }
}

@media only screen and (max-width: 991px) {
  .height-mm {
    height: auto !important;
  }
  .common-right-left.top-card-new {
    z-index: 1;
  }
  .top-card-new .borderRightTop {
    border-top: 1px solid #e6e6e6;
  }
  .deliveryCTA .delivery-toggle-menu {
    margin-top: -3px;
  }

  .tags-top-bg .filterz {
    display: none;
  }

  .offer-count {
    bottom: 3px;
    position: absolute;
    right: 12px;
  }

  .search-div span {
    top: 2px;
  }

  .offer-icon {
    margin-top: 0px !important;
  }

  .offer-banner {
    padding: 0px 15px;
    position: relative;
  }

  .top-card-new .borderRightTop:before {
    display: none;
  }

  /*menu-mobile-css*/
  .push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .fixed-cart-data {
    display: block;
  }

  #showTop,
  #showTopTwo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 0px;
    text-align: center;
    padding: 8px 12px !important;
    font-size: 12px !important;
    background-color: #201c1d;
    border-radius: 12px !important;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    width: 100%;
  }

  #showTop img,
  #showTopTwo img {
    width: 100%;
    max-width: 16px;
    margin-right: 6px;
    vertical-align: sub;
  }

  #showTop i,
  #showTopTwo i {
    margin-right: 5px;
  }

  #showTop:hover,
  #showTopTwo:hover,
  #showTop:active,
  #showTopTwo:active {
    background-color: var(--main-bg-color);
  }

  .backBtn {
    background-color: #f7f7f7;
    font-size: 16px;
    text-align: right;
    padding: 10px 15px 10px 15px;
    color: #fff;
  }

  .backBtn:hover,
  .backBtn:active {
    background-color: #333;
    color: #fff;
  }

  .backBtn span {
    padding-right: 0px;
  }

  .menu-right .backBtn {
    text-align: left;
  }

  .menu-top .backBtn,
  .menu-bottom .backBtn {
    width: 28px;
    height: 28px;
    line-height: 25px;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 0px;
    border-radius: 50% !important;
    right: 0px;
    padding: 0px;
    background-color: #c9c9c9;
    color: #333;
    box-shadow: 0px 3px 6px #8b8b8b29 !important;
  }

  .menu-top .subcategories.active,
  .menu-top .subcategories:hover {
    background-color: #fff;
  }

  .menu {
    background-color: #ffffff;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    transition: all 0.1s ease;
    position: fixed;
    bottom: 0;
    z-index: 11111;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    transform: translate(-50%, 0%);
    left: 50%;
    max-height: 70vh;
    height: auto;
    width: 370px;
    border-radius: 15px;
    padding: 5px 10px;
    overflow: visible;
  }

  .inner-toogle-new {
    max-height: 57vh;
    overflow-y: scroll;
    padding-right: 10px;
    width: 100%;
    margin-top: 7px;
  }

  .menu::-webkit-scrollbar {
    width: 0px;
  }

  .menu a {
    display: block;
    color: #333;
    padding: 10px 15px;
    text-decoration: none;
    position: relative;
    z-index: 11;
    font-size: 14px;
  }

  .menu-left {
    left: -280px;
  }

  .menu-left.left-open {
    left: 0;
  }

  .menu-right {
    right: -280px;
  }

  .menu-right.right-open {
    right: 0;
  }

  .menu-top {
    bottom: -140%;
  }

  .menu-top.top-open {
    bottom: 30px;
  }

  .menu-bottom {
    width: 100%;
    top: 100%;
  }

  .menu-bottom.bottom-open {
    top: 0;
  }

  .push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .push-left {
    left: -280px;
  }

  .push-left.pushleft-open {
    left: 0;
  }

  .push-toleft {
    left: 280px;
  }

  .push-right {
    right: -280px;
  }

  .push-right .backBtn {
    text-align: left;
  }

  .push-right.pushright-open {
    right: 0;
  }

  .push-toright {
    left: -280px;
  }

  .backBtn {
    display: block !important;
  }

  .bodytoggle {
    overflow: hidden;
  }

  .fixed-black-screen.active {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background-color: rgb(0, 0, 0, 0.4);
    z-index: 111;
  }

  .navigationtwo {
    position: relative;
    position: -webkit-relative;
    top: 0px;
    z-index: 111;
    overflow: visible;
    border: none;
  }

  .categories-hd {
    display: none;
  }

  .sm-img span:first-child {
    max-width: 100%;
    margin-right: 6px;
    display: none;
  }

  .sm-img span:last-child {
    max-width: 100%;
  }

  .menu-top .sub-part-outer {
    width: 100%;
    padding: 4px 0;
  }

  .overlay-tp-hd {
    display: none;
  }

  .menu-top .backBtn svg,
  .menu-bottom .backBtn svg {
    fill: #fff;
  }

  .menu-top .subcategories.active .plus-pp {
    background-color: var(--main-bg-color) !important;
  }

  /*menu-mobile-css*/
  .outletclosed {
    margin-top: 0px;
    color: #fff;
    padding: 10px;
    background-color: #ffe1e1;
  }

  .outletclosed .cart-button {
    color: red;
  }

  .second-cb {
    font-weight: 500;
    position: relative;
    right: -1px;
  }

  .menu-top .subcategories {
    font-size: 15px;
    line-height: 21px;
    border-left: none !important;
    padding: 6px 0;
    border: none;
    font-weight: 400;
  }

  .menu-top .subcategories.active .count-n {
    font-weight: 500;
  }

  .cart-center {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 15px 0px;
    padding-bottom: 230px;
  }

  .cart-last {
    display: none;
  }

  .first-dv {
    border-right: none;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .ordering-page {
    padding-top: 0;
  }

  .common-right-left {
    padding: 0 15px;
  }

  .promo-new {
    padding-left: 15px;
    padding-right: 20px;
  }

  #featuredProducts {
    padding-left: 10px;
  }

  .active-orders {
    padding-left: 10px;
  }

  .common-top-bottom {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .common-right-left.top-card-new {
    padding: 0 0px 0px 0px;
    position: relative;
  }

  .cart-center {
    padding-top: 0px;
  }

  .left-outlet-information {
    border-radius: 0px;
    border: none;
  }

  .top-card-new {
    border-top: 1px solid #e2e2e2;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }

  .veg-toggle {
    height: auto;
  }

  .outletclosed {
    margin-top: 0px;
    color: #fff;
    padding: 10px;
    background-color: #ffe1e1;
  }

  .outletclosed .cart-button {
    color: red;
  }

  .slider-container {
    padding-right: 10px;
  }

  .left-outlet-information {
    align-items: start;
  }

  .cloud-kitchen .left-outlet-information {
    padding-bottom: 10px;
  }

  .tp-outlet-detail {
    align-items: start;
  }

  .outlet-ul li span svg {
    max-width: 18px;
  }

  .outlet-ul li {
    padding: 0 4px;
  }

  .veg-toggle.stickp {
    position: fixed;
    top: 63px;
    width: 100%;
    z-index: 2;
    background-color: #fafafa;
    padding: 10px 10px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
    -o-box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
    border: none;
    left: 0px;
  }

  .cloud-kitchen .veg-toggle.stickp {
    top: 120px;
  }

  .veg-toggle-two {
    border-top: 1px solid #dedede;
  }

  .veg-toggle.veg-toggle-two.stickp {
    border-top: none !important;
    top: 119px !important;
    background-color: #fff;
  }

  .cloud-kitchen .veg-toggle.veg-toggle-two.stickp {
    top: 63px !important;
    border-radius: 0px;
  }

  .tableNameDisplay.stickp {
    top: 107px;
    z-index: 1;
    padding-top: 20px;
  }

  .cloud-kitchen .tableNameDisplay.stickp {
    top: 160px !important;
  }

  .cloud-kitchen .veg-toggle.stickp {
    top: 120px;
  }

  .tableNameDisplay {
    height: auto;
    margin: 0px;
  }

  .bestsellelsnw {
    border-radius: 0px;
    margin-top: 0px;
  }

  .bestsellelsnw:before {
    border-radius: 0px;
  }

  .bestsellelsnw .common-heading {
    margin-top: 0px;
  }

  .veg-toggle {
    padding: 10px 10px;
  }

  .radio-button-one {
    flex-shrink: 0;
    display: inline-flex;
    white-space: nowrap;
    width: max-content;
  }

  .tags-check label {
    max-width: initial;
    padding: 6px 6px 6px 6px !important;
  }

  .tags-top-bg {
    margin-top: 0px;
  }

  .veg-toggle.single-toggle {
    padding-right: 0px;
    background-color: #eff8f6;
  }

  .veg-toggle.single-toggle.stickp {
    background-color: #eff8f6;
  }

  .offer-banner {
    display: flex;
    align-items: center;
    color: #222;
    padding: 5px 15px;
    cursor: pointer;
  }

  .white-bg {
    padding: 10px 10px;
  }

  .fixed-cart {
    background-color: #fff;
    padding: 12px 0;
  }

  .fixed-cart .search-div {
    padding: 4.5px 4.5px 4.5px 33px;
    border: 1px solid #e6e6e6;
    max-width: 100%;
    font-weight: 500;
  }

  .fixed-cart .search-div img {
    width: 100%;
    max-width: 16px;
  }

  .fixed-cart .search-div::placeholder {
    color: #555555;
  }

  .menu-top .subcategories:hover,
  .menu-top .subcategories.active:hover {
    color: #333;
  }

  .menu-top .subcategories:hover .count-n {
    color: #333 !important;
  }

  .menu-top .subcategories.active .plus-pp i {
    color: var(--secondary-bg-color);
  }

  .menu-top .subcategories.active .count-n {
    color: #333;
  }

  .menu-top .subcategories.active {
    color: #333 !important;
  }
}

@media screen and (min-device-width: 768px) and (max-device-width: 991px) {
  .page-section .row {
    padding: 0 8px;
    margin: 0;
  }
}

@media screen and (max-width: 420px) {
  .deliveryCTA {
    width: auto;
  }
  .delivery-toggle-menu {
    width: 85px !important;
  }
}

@media screen and (max-width: 1200px) and (min-width: 420px) {
  .deliveryCTA {
    width: auto;
  }

  .delivery-card .option {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
}

.delivery-options-div .delivery-toggle-menu > strong {
  font-size: 16px;
}

.delivery-options-div .delivery-toggle-menu > span {
  font-size: 14px;
  text-decoration: underline;
}

@media only screen and (min-width: 1200px) {
  .filter-wrapper::after {
    display: none !important;
  }

  .deliveryCTA {
    /* position: absolute;
    right: -500px;
    top: 18px;
    width: 105px; */
  }

  .offer-count {
    bottom: 8px !important;
  }

  .offer-banner {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .delivery-toggle-menu {
    padding: 6px 10px !important;
    margin-top: -7px;
  }

  .offer-banner {
    margin-top: 12px;
  }

  .deliveryCTA {
    position: absolute;
    right: 0;
    top: 22px;
  }

  .outlet-info--wrap {
    padding-right: 30%;
  }

  .tags-top-bg .filterz .search-div {
    /* width: 100%; */
  }

  .filterz .search-div {
    padding: 4.5px 6px 3.5px 15px;
  }

  .filterz .search-div span {
    position: absolute;
    right: 17px;
    top: 0;
    transform: none;
    left: unset;
    bottom: 0;
    margin: auto;
    display: inline-block;
    height: 28px;
  }

  .search-div img {
    max-width: 24px;
  }
}

@media only screen and (min-width: 768px) {
  body .bestsellelsnw.featured-one,
  body .bestsellelsnw.featured-two,
  body .bestsellelsnw.featured-three {
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .offer-banner {
    margin-top: 0;
  }

  .promos .slick-list {
    padding: 0px !important;
  }

  .promo-dv p {
    font-size: 13px;
  }

  .promo-dv svg {
    margin-top: -27px;
    height: auto;
    width: 100%;
  }

  .promo-dv {
    background-color: #fff;
    text-align: center;
    padding: 0px 10px 10px 10px;
  }

  .page-section .row {
    padding: 0 15px;
  }

  #featuredProducts .bestsellelsnw {
    margin-top: 8px;
  }

  .outer-item-dv {
    border-bottom: 1px solid #ebebeb;
    padding: 0 5px;
  }

  .row .featured-dv:nth-child(odd) {
    border: none;
  }

  .cart-center .item-outer .item-details {
    padding: 3px 10px 10px 10px;
  }

  .bestsellelsnw .item-details {
    padding-bottom: 50px !important;
  }

  .bestsellelsnw .cart-btn-outer {
    padding: 0 10px;
    bottom: 10px;
  }

  .common-heading {
    font-size: 15px;
  }

  .bestsellelsnw .featured-dv {
    margin-bottom: 5px;
  }

  .featured-card {
    width: 240px;
    height: 240px;
  }

  .offers-slider-start {
    min-width: 275px !important;
  }

  .active-order-div .offers-slider-start {
    min-width: 90% !important;
  }

  .active-order-div.singleorderactive .offers-slider-start {
    min-width: 98% !important;
  }

  .order-tracking p span {
    font-size: 9px;
  }

  .order-header {
    padding: 10px 10px;
  }

  .order-body {
    padding: 10px 0px;
  }

  .order-tracking::before {
    height: 2px;
  }

  .order-tracking p {
    font-size: 11px;
    margin-top: 8px;
    margin-bottom: 0;
    line-height: 17px;
  }

  .active-orders .container {
    padding: 0 0 0 10px;
  }

  .item-card-design-new {
    padding: 10px 0px;
    padding-bottom: 22px;
  }

  .item-card-design-new-start-outer {
    padding: 10px;
  }

  .outlet-closed .customization-avail.item-card-design-new-start-outer {
    padding-bottom: 10px !important;
  }

  .customization-avail.item-card-design-new-start-outer {
    padding-bottom: 30px !important;
  }

  .featured-dv .item-title {
    font-size: 13px;
  }

  .heading-customize {
    font-size: 12px;
  }

  .featured-dv .price-p {
    font-size: 14px;
  }

  #featuredList .cart-btn {
    font-size: 14px;
  }

  #featuredList ._2zAXs {
    font-size: 13px;
  }

  .item-card-design-detail-new {
    padding-right: 5px;
  }

  .item-with-img {
    margin-bottom: 18px;
    min-width: 155px;
  }

  .item-card-placeholder-nw {
    height: 145px;
    width: 145px;
  }

  .bestsellers .row {
    padding: 0 15px;
  }

  .fssai {
    padding-top: 0px;
  }

  .coupon-discription {
    margin-top: -4px;
    margin-bottom: -2px;
  }

  .wla-outlet-name-md {
    font-size: 16px;
    font-weight: 600;
    padding: 0 7px;
    margin: 0 -13px;
    margin-bottom: 10px;
  }

  .outlet-ul li span svg {
    max-width: 16px;
  }

  .outlet-ul li span {
    padding: 4px;
  }

  .chek label {
    font-size: 12px;
  }

  .rating-dv {
    font-size: 13px;
  }

  .rating-dv svg {
    max-width: 13px;
  }

  .icon-locate {
    width: 16px;
  }

  .promo-new .common-heading,
  .active-orders .common-heading,
  #featuredProducts .common-heading {
    margin: 10px 15px 0.5407911001em 5px;
  }

  .outlet-discription-ul > li {
    width: 100%;
    max-width: 100%;
    padding: 0px 0;
    border-left: none !important;
    border: none;
  }

  .outlet-discription-ul {
    margin-top: 10px;
    flex-wrap: wrap;
  }

  .outlet-discription-ul > li:first-child {
    border-top: none;
  }

  .card-top-grey p {
    font-size: 12px;
  }

  .card-top-grey {
    padding: 6px 8px;
  }

  #moreinfo .outlet-name {
    font-size: 1.1em;
  }

  #moreinfo .rating-dv {
    font-size: 1em;
  }

  .veg-toggle {
    position: relative;
  }

  .brownie-points-dv .card {
    padding: 8px 10px 8px 10px !important;
    margin-top: 0px;
  }

  #productSearch .item-nw-placeholder-outer {
    -ms-flex: 0 0 38%;
    flex: 0 0 38%;
    max-width: 38%;
  }

  #productSearch .item-nw-placeholder {
    height: auto;
  }

  #productSearch .item-content {
    -ms-flex: 0 0 62%;
    flex: 0 0 62%;
    max-width: 62%;
  }

  #productSearch .item-title {
    font-size: 15px;
  }

  #productSearch .cart-btn-outer {
    padding-left: 13px;
  }

  .page-section {
    padding: 0px 15px;
  }

  .item-placeholder {
    padding: 5px;
  }

  .sub-heading {
    font-size: 16px;
  }

  .scroll-icon {
    display: none;
  }

  .promo-new {
    padding-right: 0;
    padding-left: 10px;
  }

  .outer-item-dv-new {
    margin-bottom: 10px;
    padding: 0px;
  }

  .item-nw-outer-new .cart-btn-outer {
    padding-right: 15px;
    padding-left: 15px;
    bottom: 5px;
  }

  .onlyone .common-coupen,
  .onlytwo .common-coupen,
  .onlythree .common-coupen {
    justify-content: left;
  }

  .tp-outlet-detail .outlet-image {
    max-width: 71px;
    padding-right: 10px;
  }

  .veg-toggle-space {
    padding-top: 52.1px;
  }

  .veg-toggle-space.table-toggle-space {
    padding-top: 91.3px;
  }

  .new-cart {
    /* overflow: hidden; */
  }

  .new-cart-outer {
    padding: 0px 0px 0 0px;
  }

  .out-of-stock:before {
    bottom: -25px;
  }

  .mid-section {
    padding: 0 0px;
  }

  .inner-sub-page-sec {
    margin: 0;
  }

  .outlet-names-div {
    /* max-width: 75%; */
  }

  .outlet-icons {
    max-width: 25%;
    display: flex;
    justify-content: right;
  }

  .top-card-new {
    border: none;
    border-radius: 0px;
  }

  .outlet-details {
    font-size: 14px;
    margin-top: 7px;
  }

  .outlet-details img {
    width: 18px;
    margin-right: 3px;
  }

  .outlet-details li > span:last-child .main-span {
    color: #333;
    font-size: 12px;
    max-width: 147px;
  }

  .info-icon img {
    max-width: 20px;
  }

  .review-badge .reviews {
    padding: 5px 0 5px;
    font-size: 9px;
    line-height: 10px;
  }

  .reviews span {
    font-size: 12px;
  }

  .top-card-new:before {
    width: 100%;
    height: 1px;
    top: 61%;
  }

  .review-badge .star {
    font-size: 14px;
  }

  .review-badge .rating {
    padding: 2px 0px 2px;
    font-size: 13px;
  }

  .offer-icon {
    max-width: 32px;
  }

  .offer-text {
    padding-left: 7px;
  }

  .offer-text p {
    font-size: 16px;
    color: #222222;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    max-height: none;
    overflow: hidden;
  }

  .offer-count {
    font-size: 12px;
    margin-top: -6px;
  }

  .offer-code {
    font-size: 14px;
    margin-top: 3px;
  }

  .offer-container {
    height: 43px;
    margin: 0px;
  }

  .offer-text {
    height: 43px;
  }

  .apply-coupon-div li {
    padding: 10px 17px 10px 17px;
  }

  #filter-modal.full-height-modal.modal.modal-top .modal-content {
    border-radius: 20px 20px 0px 0px !important;
  }

  #filter-modal.modal.modal-top.height-enabled .close {
    position: relative;
    left: 0px;
    transform: translate(0%);
    top: 0px;
  }

  .tags-top-bg li {
    margin: 0 3px;
  }

  .outlet-discription-ul.justify-content-center li {
    margin: 0px;
    padding: 0px;
  }

  .address-para {
    font-size: 14px;
  }

  #featuredProducts .cart-new-btn {
    width: 65px !important;
    height: 30px !important;
  }

  #featuredProducts ._29Y5Z:before {
    top: -10px;
    width: 8px;
  }

  #featuredProducts .plus-add-btn {
    position: absolute;
    right: -3px;
  }

  .bestsellelsnw {
    overflow: hidden;
  }

  /*combo modal*/
  .combo-modal .bogo_modal {
    bottom: 0;
    background: #fff;
    width: 100%;
    left: 0px;
    transform: translate(0%, 0%);
    padding: 10px 10px;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0px 0px 10px #00000029;
  }

  .tags-div-inner {
    font-size: 10px;
    padding: 5px 5px;
    width: 145px;
  }

  .tool_tip_combo {
    font-size: 12px;
    font-weight: 500;
    color: var(--main-bg-color);
    line-height: 20px;
    background-color: #fce4e4;
    border: 1px solid #fcc2c3;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: absolute;
    padding: 5px 10px;
    margin-left: 0px;
    right: auto;
    top: -120px;
    left: 10px;
  }

  .tool_tip_combo:before {
    content: "";
    width: 12px;
    height: 12px;
    border-top: solid 10px rgb(252 194 195);
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    position: absolute;
    bottom: -12.5px;
    left: 50%;
    transform: translate(-50%, 0%);
  }

  .tool_tip_combo:after {
    content: "";
    width: 11px;
    height: 11px;
    border-top: solid 10px rgb(252 228 228);
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    position: absolute;
    bottom: -11px;
    left: 50%;
    transform: translate(-50%, 0%);
  }

  /*combo modal*/

  /*slotbasedmodal*/
  .cliable-reservation .radio-button-one {
    padding-right: 5px;
  }

  .cliable-reservation .radio-button-one {
    padding-right: 7px;
  }

  .select-dropdown-nw {
    padding-right: 7px;
  }

  .cliable-reservation > div {
    width: 100%;
    max-width: 33.33%;
    margin-bottom: 10px;
  }

  .select-dropdown-nw select {
    padding: 7px 16px 7px 4px !important;
    font-size: 13px !important;
  }

  .select-dropdown-nw {
    width: 180% !important;
  }

  .select-dropdown-nw::after {
    width: 11px;
    height: 5px;
    right: 15px;
  }

  .select-dropdown-nw::after {
    width: 10px;
    height: 5px;
    right: 9px;
  }

  .cliable-reservation .radio-button-one label {
    font-size: 14px !important;
  }

  .slot-Based-Modal.modal.modal-top .modal-body {
    padding: 15px 15px 65px 15px;
  }

  .slot-Based-Modal .modal-header {
    padding: 15px 15px;
    position: relative;
  }

  .slot-Based-Modal .modal-header p {
    font-size: 16px;
  }

  .cliable-reservation {
    flex-wrap: wrap;
    margin-right: -7px;
  }

  .cliable-reservation > div {
    max-width: 50%;
  }

  .select-dropdown-nw {
    width: 100% !important;
    max-width: 100% !important;
  }

  .select-dropdown-nw select {
    text-align: center;
  }

  .time-reservation .radio-button-one {
    padding-right: 7px;
  }

  .time-reservation .radio-button-one label {
    padding: 8px 8px 8px 8px !important;
    font-size: 12px !important;
  }

  .time-reservation > div {
    width: 50%;
  }

  .buttoon-text-center {
    margin-top: 0px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    background-color: #fff;
    padding: 10px 10px;
    box-shadow: 0px 0px 10px #00000029;
  }

  .submit-button,
  .submit-button:hover {
    width: 100%;
    max-width: 100%;
  }

  .time-reservation {
    margin-right: -7px;
  }

  .slot-head {
    padding: 10px 10px 0 0px;
    margin-top: 0;
    margin-left: 0px;
  }

  .radio-button-one button {
    padding: 5px 5px 5px 5px !important;
    font-size: 14px !important;
  }

  .slotpc {
    max-height: 100%;
    overflow: auto;
    overflow-y: scroll;
    padding-right: 0;
    overflow-y: visible;
  }

  /*slotbasedmodal*/
}

@media only screen and (max-width: 575px) {
  .delivery-options-div .delivery-toggle-menu > span {
    font-size: 12px !important;
  }

  .item-card-placeholder-detail-new {
    margin-left: 8px;
    max-height: 164px;
    min-width: 155px;
    margin-bottom: 18px;
  }

  .search-div {
    max-width: 100%;
    padding: 4px 32px 3px 8px;
  }

  .search-div p {
    font-size: 12px;
  }

  .search-div img {
    /* max-width: 12px; */
  }

  .veg-row .col-md-5 {
    -ms-flex: 0 0 58%;
    flex: 0 0 58%;
    max-width: 58%;
    padding-left: 0;
  }

  .veg-row .col-md-7 {
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
    max-width: 42%;
    padding-right: 10px;
  }

  .item-outer {
    width: 160px;
  }

  .menu {
    width: 90%;
  }

  .inner-toogle-new {
    margin-top: 5px;
  }

  .slickk-prev.slickk-arrow {
    left: -10px;
  }

  .onlyone #scrollLeft,
  .onlyone #scrollRight {
    display: none;
  }

  .onlyone .promo-dv {
    width: 100% !important;
  }

  .onlyone .coupen-card {
    padding: 5px 0px;
  }

  .simpleslider.onlyone {
    margin: 0 15px 0 0;
  }

  .inner-toogle-new {
    padding-right: 4px;
  }

  #productSearchDiv .item-card-placeholder-nw {
    height: 135px;
    width: 135px;
  }

  .outlet-name-two {
    font-size: 13px;
    margin-top: 2px;
  }

  .outlet-ul li span svg {
    max-width: 20px;
  }

  .order-buttons li {
    max-width: 49%;
  }

  .order-buttons {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media only screen and (max-width: 379px) {
  .outlet-details {
    font-size: 14px;
  }

  .sticky-nav-men div a,
  .sticky-nav-men > div > span {
    font-size: 11px;
  }

  .item-card-placeholder-nw {
    height: 135px;
    width: 135px;
  }

  .item-with-img {
    margin-bottom: 18px;
    min-width: 135px;
  }
}

@media only screen and (max-width: 371px) {
  .slotpc #collapseTwoNew .panel-body {
    padding-left: 0px !important;
  }

  .slot-head span {
    line-height: 1.5;
    font-size: 11px;
  }

  .slotpc .img-span {
    width: 28px;
    height: 25px;
    margin-right: 5px;
    padding-left: 0px;
  }

  .slotpc .level-two {
    font-size: 11px;

    line-height: 1.5;
  }

  .tp-outlet-detail .outlet-image {
    max-width: 62px;
    padding-right: 7px;
  }

  .wla-outlet-name-md,
  .outlet-name,
  .categories-hd,
  .outlet-name-two.special-case {
    font-size: 15px;
  }

  .tp-outlet-detail .outlet-image {
    max-width: 67px;
    padding-right: 7px;
  }
}

@media only screen and (max-width: 360px) {
  .menu-top .subcategories {
    font-size: 13px;
    line-height: 19px;
  }
}

/* #viewCart {
position: fixed;
left: 0;
right: 0;
bottom: 0;
z-index: 2000;
width: 100vw;
max-width: 100vw;
background: #fff;
box-shadow: 0px -2px 10px rgba(0,0,0,0.08);
border-radius: 13px 13px 0 0;
padding: 0;
margin: 0;
} */

@media (min-width: 992px) {
  #viewCart {
    left: 0;
    transform: none;
    max-width: 100vw;
  }
}

.address-para.mb-1.text-center {
  margin-top: 25px;
}

.promo-code-btn {
  color: var(--secondary-bg-color);
  font-weight: 600;
  cursor: pointer;
}

.tag-bestseller {
  color: #333333;
}

.tag-bestseller:before {
  background-color: #cda72880;
}

.tag-new:before {
  background-color: #fbb8b3;
}

.someElement {
  font-weight: 600;
}

.featureonlyone .scroll-icon {
  display: none;
}

.featureonlytwo .scroll-icon {
  display: none;
}

.featureonlythree .scroll-icon {
  display: none;
}

.featureonlyone.bestsellelsnw,
.featureonlytwo.bestsellelsnw,
.featureonlythree.bestsellelsnw {
  padding-right: 10px !important;
}

.tableNameDisplay {
  height: auto;
  margin: 10px 0px 0px;
  border-radius: 12px !important;
}

.slotPageEnabled .filterz {
  margin: 0 !important;
  top: auto !important;
  position: relative !important;
  right: auto !important;
  top: auto !important;
}

.slotPageEnabled .filterz .search-div {
  width: auto;
  padding: 3.5px 8px 3.5px 35px;
}

.slotPageEnabled .single-toggle .row .col-lg-8 {
  -ms-flex: 0 0 63%;
  flex: 0 0 63%;
  max-width: 63%;
}

.slotPageEnabled .single-toggle .row .col-lg-4 {
  -ms-flex: 0 0 37%;
  flex: 0 0 37%;
  max-width: 37%;
}

.slotPageEnabled .single-toggle .row .col-lg-4 .slot-head {
  justify-content: right;
}

.pric.e-p small {
  margin-right: 5px;
}

@media only screen and (max-width: 991px) {
  .delivery-card .option {
    padding: 5px 5px;

    font-size: 12px;
  }

  .deliveryCTA {
    position: absolute;
    right: 0;
    top: 14px;
  }

  .slotPageEnabled .single-toggle .row .col-lg-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .slotPageEnabled .single-toggle .row .col-lg-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .slotPageEnabled .single-toggle .row .col-lg-4 .slot-head {
    justify-content: left;
  }
}

@media only screen and (max-width: 767px) {
  .review-badge .reviews {
    padding: 5px 0 5px;
    font-size: 9px;
    line-height: 12px;
  }

  .fixed-cart-data .price-checkout {
    /* padding: 12px 15px !important; */
    border: none !important;
    border-radius: 0px;
  }

  .fixed-cart-data.pricebb.d-block {
    position: static;
  }

  .outlet-details li > span:first-child {
    max-width: 17px;
  }

  .outlet-details li:last-child > span:first-child {
    max-width: 16px;
  }

  body .outlet-details li:first-child > span:first-child {
    bottom: 3px !important;
  }

  body .outlet-details li:last-child > span:first-child img {
    bottom: 3px !important;
  }

  .bestsellelsnw .common-coupen {
    padding-bottom: 0px;
  }

  .bestsellelsnw .common-coupen::-webkit-scrollbar {
    height: 0px;
  }

  .bestsellelsnw .item-outer {
    box-shadow: 0px 2px 4px rgb(0 0 0 / 10%);
  }

  .bestsellelsnw {
    padding-bottom: 10px !important;
  }

  .featureonlytwo.bestsellelsnw .item-outer {
    width: 160px;
  }

  .tableNameDisplay {
    margin: 0px 0px 0px;
    border-radius: 0px !important;
  }

  .out-of-stock span {
    padding: 4px 4px;
    font-size: 10px;
  }
}

@media only screen and (min-width: 1400px) {
  .fixed-cart-data {
    left: 60.5%;
    max-width: 890px;
  }
}

@media only screen and (min-width: 1600px) {
  .fixed-cart-data {
    left: 58.5%;
    max-width: 895px;
  }
}

@media only screen and (min-width: 1800px) {
  .fixed-cart-data {
    left: 58%;
    max-width: 900px;
  }
}

.new-type.customisable-item-modal .right-side-modal {
  background-color: #fff !important;
}

.right-side-modal .sticky-right-side {
  background-color: transparent !important;
}

.new-seprator > span {
  background-color: #fff !important;
}

.disabled-option {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}

.delivery-card .option:nth-child(1) {
  border-top: 0 !important;
}

.delivery-toggle-menu strong {
  font-weight: 600;
}

.delivery-toggle strong {
  width: 100%;
}

.delivery-toggle span {
  font-size: 9px;
}

.rightTick {
  margin-right: 0px !important;

  position: absolute;

  right: 9px;
}

.delivery-toggle.active {
  border-radius: 12px 12px 0px 0px;
}

.delivery-card .option {
  padding: 0.5em 15px;

  line-height: normal;

  border-top: 1px solid #e7e7e7;

  display: block;
}

.delivery-toggle.active {
  border-radius: 12px 12px 0px 0px;
}

@media only screen and (max-width: 767px) {
  .location--Text {
    width: 65px;
  }
  .delivery-toggle {
    padding: 5px 8px;
    font-size: 12px;
    flex-wrap: wrap;
    line-height: normal;
    gap: 0px;
    width: 73px;
    border-radius: 10px;
    justify-content: center;
    text-align: center;
    background: #f6f6f6;
    border: 1px solid #e7e7e7;
  }
}

.delivery-toggle {
  display: flex;
  gap: 10px;
  padding: 7px 10px;
  border-radius: 12px;
  width: fit-content;
  cursor: pointer;
  color: #000;
  font-size: 14px;
  border: 1px solid #e7e7e7;
  position: relative;
}

.delivery-card .option {
  padding: 5px 8px;
  /* display: flex; */
  padding-left: 40px;
  align-items: center;
  line-height: 1.5;
  font-weight: 400;
  color: #000;
  font-size: 14px;
  border-top: 1px solid #e2e2e2;
  position: relative;
}

.delivery-toggle-menu > span,
.delivery-toggle-menu > strong {
  position: relative;
}

.delivery-card img {
  margin-right: 10px;
  vertical-align: middle;
  position: absolute;
  left: 11px;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* ================================
Container (viewport)
================================ */
.offer-container {
  height: 55px;
  /* shows exactly ONE offer */
  overflow: hidden;
  position: relative;
}

/* ================================
Sliding list
================================ */
.offer-list.marquee-Slider {
  display: flex;
  flex-direction: column;
  animation: verticalSlide 12s infinite linear;
  will-change: transform;
}

/* ================================
Each offer row
================================ */
.offer-text {
  position: relative;
  min-height: 65px;
  /* MUST match container height */
  box-sizing: border-box;

  display: flex;
  flex-direction: column;
  justify-content: center;

  padding: 6px 0;
  cursor: pointer;

  font-size: 16px;
  line-height: 1.3;
}

/* ================================
Trim main line (1 line + …)
================================ */
.offer-text p {
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-height: none;
  overflow: hidden;
  max-width: 100%;
}

/* ================================
Tooltip bubble (full text)
================================ */
.offer-text::after {
  content: attr(data-fulltext);

  position: absolute;
  left: 0;
  bottom: 100%;
  transform: translateY(-5px);

  background: #222;
  color: #fff;

  padding: 8px 10px;
  border-radius: 6px;

  font-size: 14px;
  line-height: 1.4;

  white-space: normal;
  width: max-content;
  max-width: 320px;

  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;

  z-index: 9999;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* ================================
Show tooltip on hover
================================ */
.offer-text:hover::after {
  opacity: 1;
}

/* ================================
Pause animation on hover
================================ */
.offer-container:hover .offer-list {
  animation-play-state: paused;
}

/* ================================
Vertical slide animation
(for 4 offers × 65px)
================================ */
@keyframes verticalSlide {
  0%,
  18% {
    transform: translateY(0);
  }

  /* Slide to offer 2 */
  22%,
  40% {
    transform: translateY(-65px);
  }

  /* Slide to offer 3 */
  44%,
  62% {
    transform: translateY(-130px);
  }

  /* Slide to offer 4 */
  66%,
  84% {
    transform: translateY(-195px);
  }

  /* Slide to duplicated offer 1 */
  88%,
  100% {
    transform: translateY(-260px);
  }
}

/* ================================
Mobile tweak
================================ */
@media (max-width: 767px) {
  .offer-container {
    height: 58px;
    margin-left: 10px;
  }

  .offer-text {
    min-height: 58px;
  }

  @keyframes verticalSlide {
    0%,
    18% {
      transform: translateY(0);
    }

    /* Slide to offer 2 */
    22%,
    40% {
      transform: translateY(-58px);
    }

    /* Slide to offer 3 */
    44%,
    62% {
      transform: translateY(-116px);
    }

    /* Slide to offer 4 */
    66%,
    84% {
      transform: translateY(-174px);
    }

    /* Slide to duplicated offer 1 */
    88%,
    100% {
      transform: translateY(-232px);
    }
  }
}

@media (max-width: 320px) {
  .offer-container {
    height: 58px;
  }

  .main-span {
    font-size: 12px;
  }

  .outlet-details {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
  }

  .offer-text {
    min-height: 58px;
  }

  @keyframes verticalSlide {
    0%,
    18% {
      transform: translateY(0);
    }

    /* Slide to offer 2 */
    22%,
    40% {
      transform: translateY(-58px);
    }

    /* Slide to offer 3 */
    44%,
    62% {
      transform: translateY(-116px);
    }

    /* Slide to offer 4 */
    66%,
    84% {
      transform: translateY(-174px);
    }

    /* Slide to duplicated offer 1 */
    88%,
    100% {
      transform: translateY(-232px);
    }
  }
}

@media (max-width: 991px) {
  /* Sticky state: pins to top when user scrolls past the header */
  .top-card--sticky.is-sticky .outlet-main-sec {
    position: fixed;
    top: 0; /* JS sets exact value at scroll time via $('header').outerHeight() */
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    border-top: 1px solid #e6e6e6;
    border-radius: 0 0 12px 12px;
  }

  /* Hide offer banner inside sticky to keep the bar compact */
  .top-card--sticky.is-sticky .offer-banner1 {
    display: none;
  }

  /* Keep deliveryCTA visible by making it fixed alongside outlet-main-sec */
  .top-card--sticky.is-sticky .deliveryCTA {
    position: fixed;
    right: 0;
    z-index: 1001;
    top: 0; /* JS sets exact value matching outlet-main-sec top */
    margin-top: 19px;
  }

  /* Spacer injected by JS to prevent layout jump when element goes fixed */
  .sticky-spacer {
    display: none;
  }

  .sticky-spacer.active {
    display: block;
  }
}

/* =============================================
   DELIVERY CARD / TOGGLE / OPTIONS — CONSOLIDATED
   ============================================= */

/* --- Delivery Options Wrapper --- */
.delivery-options-div.delivery-menu {
  position: relative;
  width: 100%;
}

.delivery-options-div .delivery-toggle-menu > strong {
  font-size: 16px;
}

.delivery-options-div .delivery-toggle-menu > span {
  font-size: 14px;
  text-decoration: underline;
}

/* --- Delivery CTA position --- */
/* .deliveryCTA {
    position: relative;
} */

/* --- Delivery Toggle Button --- */
.delivery-toggle {
  display: flex;
  gap: 10px;
  padding: 7px 10px;
  border-radius: 12px;
  width: fit-content;
  cursor: pointer;
  color: #000;
  font-size: 14px;
  border: 1px solid #e7e7e7;
  position: relative;
}

.delivery-toggle strong {
  width: 100%;
}

.delivery-toggle span {
  font-size: 9px;
}

.delivery-toggle.active {
  border-radius: 12px 12px 0px 0px;
}

/* --- Delivery Toggle Menu (pill button) --- */
.delivery-toggle-menu {
  display: flex;
  border-radius: 12px;
  width: 120px;
  padding: 11px 15px;
  margin-left: auto;
  background-color: #f5f5f5;
  color: #000;
  font-size: 14px;
  position: relative;
  right: 0;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  line-height: 1.5;
  cursor: pointer;
}

.delivery-toggle-menu strong {
  font-weight: 600;
}

.delivery-toggle-menu > span,
.delivery-toggle-menu > strong {
  position: relative;
}

/* --- Delivery Card Dropdown --- */
.delivery-card {
  /* top: 0; */
  width: 150px;
  right: 10px;
  border-radius: 5px;
  text-align: left;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 1;
  position: absolute;
}

.delivery-card .option {
  padding: 5px 8px;
  padding-left: 40px;
  align-items: center;
  line-height: 1.5;
  font-weight: 400;
  color: #000;
  font-size: 14px;
  border-top: 1px solid #e2e2e2;
  position: relative;
  display: block;
}

.delivery-card .option:nth-child(1) {
  border-top: 0 !important;
}

.delivery-card img {
  margin-right: 10px;
  vertical-align: middle;
  position: absolute;
  left: 11px;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* Right tick icon inside option */
.rightTick {
  margin-right: 0px !important;
  position: absolute;
  right: 9px;
}

/* --- Responsive: ≤991px --- */
@media only screen and (max-width: 991px) {
  .deliveryCTA .delivery-toggle-menu {
    margin-top: -3px;
  }

  .delivery-card .option {
    /* padding: 5px 5px; */
    font-size: 12px;
  }

  .deliveryCTA {
    position: absolute;
    right: 0;
    top: 14px;
  }
}

/* --- Responsive: ≤767px --- */
@media only screen and (max-width: 767px) {
  .delivery-toggle {
    padding: 5px 8px;
    font-size: 12px;
    flex-wrap: wrap;
    line-height: normal;
    gap: 0px;
    width: 73px;
    border-radius: 10px;
    justify-content: center;
    text-align: center;
    background: #f6f6f6;
    border: 1px solid #e7e7e7;
  }

  .delivery-card .option {
    font-size: 12px;
  }

  .deliveryCTA {
    position: absolute;
    right: 0;
    top: 20px;
  }
}

/* --- Responsive: ≤575px --- */
@media only screen and (max-width: 575px) {
  .delivery-options-div .delivery-toggle-menu > span {
    font-size: 12px !important;
  }
  .delivery-options-div .delivery-toggle-menu > strong {
    font-size: 14px !important;
  }
}

/* --- Responsive: ≤420px --- */
@media screen and (max-width: 420px) {
  .deliveryCTA {
    width: auto;
  }
}
