/* Wingman Styles */
* {
  -webkit-backface-visibility: hidden;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

}

.page-content * {}

:root {
  --f7-theme-color: #c62ea2;
  --f7-theme-color-rgb: 253, 200, 0;
  --f7-theme-color-shade: #ffe4f9;
  --f7-theme-color-tint: #ffa5a5;
  --page-bg-color: #fff;
  --menu-bg-color: #fff;
  --f7-navbar-height: 69px;
  --f7-navbar-bg-color: #ffffffe3;
  --f7-button-raised-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
  --f7-card-box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.1);
  --f7-card-border-radius: 10px;
  --f7-tabbar-link-inactive-color: #717171;
  --f7-bars-bg-image: #fff;
  --f7-bars-bg-color: #fff;
  --f7-grid-gap: 5px;
  --f7-card-content-padding-vertical: 8px;
  --f7-card-content-padding-horizontal: 15px;
  --f7-block-title-text-color: #2a2a2a;
  --f7-block-title-text-transform: capitalize;
  --f7-block-title-font-size: 19px;
  --f7-block-title-font-weight: 600;
  --f7-button-text-color: var(--f7-theme-color);
  --f7-button-fill-text-color: #fff;
  --f7-block-title-medium-font-size: 28px;
  --main-color: #000;
  --secondary-color: #000115;
  --message-important-bg: #ffe2e2;
  --background-dynamic-color: #fff;
  --swiper-navigation-size: 34px;
  --f7-list-bg-color: transparent;
  --f7-block-margin-vertical: 25px;
  --swiper-navigation-size: 20px;
  --f7-page-bg-color: var(--page-bg-color);
  --f7-navbar-title-font-size: ;
  --f7-card-expandable-margin-vertical: 15px;
  /*   - Preloader */
  --f7-preloader-color: #fff;
  --f7-preloader-modal-bg-color: var(--f7-theme-color);
  --f7-preloader-size: 50px;
  --f7-preloader-modal-preloader-size: 32px;
  --f7-preloader-modal-border-radius: 60px;
  --f7-typography-padding: 10px;
  --f7-tabbar-link-active-border-color: var(--f7-theme-color)
}

input,
textarea {
  -webkit-user-select: auto !important;
  -khtml-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}


.button {
  /* --f7-button-bg-color:#FDC800; */
  --f7-button-text-color: #000;
  /* --f7-touch-ripple-color:#FFBA00; */
  font-weight: 800;
  /* letter-spacing: 1px; */
}

.color-green {
  --f7-theme-color: #1F9226;
  --f7-theme-color-rgb: #1F9226;
  --f7-theme-color-shade: #1F9226;
  --f7-theme-color-tint: #1F9226;
  --f7-button-fill-text-color: #fff;
  /* color: #1F9226; */
}

.color-gray {
  /* --f7-theme-color-rgb: 142,142,147; */
  /* --f7-theme-color-shade: #bebebe; */
  /* --f7-theme-color-tint: #e7e7e7; */
  --f7-button-bg-color: #e2e2e296;
}

.color-text {
  color: var(--f7-text-color);
}

.button-black {
  --f7-button-bg-color: #292929;
  --f7-button-text-color: #fff;
}

.badge {
  border-radius: 5px;
}

.badge-grey {
  background: #a6a6a638;
  color: #6a6a6a;
}

.badge.color-green {
  /* color: #fff; */
}

.badge-big {
  font-size: 14px;
  padding: 15px 11px;
}

.color-red {
  /* --f7-button-bg-color:#ffbebe; */
  /* --f7-button-text-color:#000; */
  /* --f7-touch-ripple-color:#FFBA00; */
  /* --f7-button-fill-text-color:#fff; */
}

:root.theme-dark,
:root .theme-dark {
  --f7-navbar-bg-color: #1c1c1d;
  --background-dynamic-color: #1c1c1d;
  --main-color: #fff;
  --secondary-color: #ccc;
  --message-important-bg: #312300;
  /*--f7-list-item-title-text-color: #fff;*/
}

* {
  box-sizing: border-box;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a8a8a8;
  opacity: 1;
  /* Firefox */
}

html,
body {
  position: fixed;
  overflow: hidden;
}

html {
  overscroll-behavior: none
}

body {
  font-family: 'Manrope', Arial, Sans-Serif;
  overscroll-behavior: none
}

h1,
h2 {
  font-weight: 800;
  line-height: 1.4;
}

i.material-icons {
  visibility: hidden;
  ;
}

body.loaded i.material-icons,
body.loaded .material-symbols-outlined {
  visibility: visible;
}

.center-content {
  align-items: center;
}

.theme-input {
  background: #FFFFFF;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
}

.app-logo-wingm {
  max-height: 70px;
  object-fit: contain;
  margin: 0 15px;
  width: 110px;
}

@media all and (max-width:360px) {
  .app-logo-wingm {
    width: 100px;
  }

  .product-content .block-title:before {
    content: '';
  }

  .delivery-area-head>span.location_area {
    max-width: 120px !important;
  }
}

.button-green {
  /* background: #000000; */
  /* color: #fff; */
}

.button-close {
  background: #c99100;
  color: #fff;
}

/* Your app custom styles here */
.button>i {
  vertical-align: middle;
}

.navbar-bg:before {
  display: none;
}

.aurora .toolbar-bottom-aurora:after,
.ios .toolbar-bottom-ios:after,
.md .toolbar-bottom-md:after,
.toolbar-bottom:after {
  opacity: 0.3;
  height: 15px;
}

.navbar a {
  color: #000;
}

.navbar .icon-only.panel-open i {
  font-size: 34px;
  color: var(--f7-theme-color);
}

.navbar .title {
  letter-spacing: 0px;
  opacity: 0.8;
  font-weight: 800;
  /* color: rgb(7 166 26); */
  /* text-shadow: 2px 2px 0px #046776; */
  /* font-size: 22px; */
}

.heading-spacing {
  margin: 10px 0 0 0;
}

.top0 {
  margin-top: 0;
}

.top5 {
  margin-top: 5px
}

.top10 {
  margin-top: 10px
}

.top15 {
  margin-top: 15px
}

.top30 {
  margin-top: 30px
}

.top100 {
  margin-top: 100px;
}

.mb-0 {
  margin-bottom: 0;
}


.p-10 {
  padding: 10px !important;
}

.rounded-10 {
  border-radius: 15px;
}


h2.heading {
  font-style: normal;
  font-weight: 800;
  color: var(--heading-color);
  margin: 8px 0px 0px;
  padding: 15px 5px 5px;
  /* text-transform: uppercase; */
  font-size: 26px;
  line-height: 1.2;
  border-top: solid 1px #86868640;
}

.tabs-home-container h2.heading {
  font-style: normal;
  font-weight: bold;
  /*600*/
  color: var(--f7-block-title-text-color);
  /*var(--heading-color);*/
}



.special-mf.tab-link-active {
  background-color: var(--f7-theme-color);
  color: #fff;
}

input.theme-input {
  display: block;
  width: 100%;
  background-color: var(--background-dynamic-color);
  padding: 15px;
  border-radius: 5px;
  margin: 10px 0;
  /* box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15); */
}

.login-screen .page {}

.login-screen .page .page-content {
  background: transparent;
}

.login-broadwi-padding {
  padding: 15px;
}

.bwp-login-section {
  max-width: 500px;
  margin: auto;
}

.bwp-login-section h1 {
  font-weight: bold;
  font-size: 38px;
  color: #000000;
  margin-bottom: 0;
  margin-top: 0;
}

.bwp-login-section p {
  color: var(--main-color);
  opacity: 0.6;
}

.bwp-login-section .input-b input,
.bwp-login-section .input-b select,
.bwp-login-section .input-b textarea {
  background-color: var(--background-dynamic-color);
}

.text-right {
  text-align: right;
}

.fw-regular {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.greybg {
  background-color: #F3F3F3;
  height: 100%
}

.pr10 {
  padding-right: 15px;
}

.delivery-area-head {
  font-size: 13px;
  padding: 0px 20px 0px 0;
  position: relative;
  line-height: 1.2;
  /* text-align: right; */
  display: flex;
  align-items: center;
}

.delivery-area-head>span {
  opacity: 1;
  display: block;
  /* font-size: 16px; */
}

.delivery-area-head>span.location_area {
  opacity: 1;
  max-width: 140px;
  background: var(--f7-theme-color);
  padding: 3px 5px;
  display: inline-block;
  border-radius: 5px;
  display:
    -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 0 5px;
  color: #000;
  font-weight: 600;
}

.delivery-area-head span i.icon {
  font-size: 16px;
  opacity: 0.7;
}

.tabs-home {
  overflow-x: scroll;
  display: block;
  background: var(--f7-navbar-bg-color);
  margin-top: -4px;
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0;
  z-index: 2;
  white-space: nowrap;
  padding: 10px 10px;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.tabs-home::-webkit-scrollbar {
  display: none;
}

.tabs-home>a {
  min-width: 120px;
  /* padding: 15px 10px; */
  color: var(--f7-block-title-text-color);
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
  background: #60606014;
  border-radius: 5px;
  transition: all 0.3s ease-out;
  padding: 12px 10px;
}

.tabs-home>a.active {
  background: var(--f7-theme-color) !important;
  color: #000;
}

.tab-link.tab-link-active {
  /*opacity: 0.4;*/
  /* background-color: rgb(255 199 20) ; */
  /* rgb(231 229 222);*/
  color: #fff;
}

.tab-link.tab-link-active .icon {
  /*opacity: 0.4;*/
  /*background-color: #fff;  */
  color: var(--f7-text-color) !important;
}

.tab-link.tab-link-active .icon:before {
  content: '';
  min-width: 150%;
  min-height: 150%;
  display: block;
  background: var(--f7-theme-color);
  border-radius: 50%;
  z-index: -1;
  position: absolute;
  top: -25%;
  left: -24%;
}


.tag {
    padding: 1px 5px;
    border-radius: 3px;
    margin-left: 5px;
    display: inline-block;
    margin-right: 5px;
    background-color: #ffc71442; /*#00a8fc1f;*/
    /* color: #929292; */
}

.preloader-backdrop {
  visibility: visible;
  opacity: 0.2;
  background: #000;
  z-index: 14000;
}

.bg-brand {
  background: var(--f7-theme-color);
}

.bg-plain {
  background: var(--background-dynamic-color);
}

.bg-green {
  background-color: #00c40c;
  color: #fff;
}

.bg-grey {
  background-color: #a2a2a229;
}

.bg-yellow {
  background: #ffc700;
}

.bg-blue {
  background: #ffc71442;
}

.b-item-card {
  margin: 0;
  margin-bottom: 7px;
}

.b-item-card .card-content {
  padding: 7px 8px;
}

.b-item-card .card-content .tag {
  margin: 0px
}

.b-item-card .image-box {
  display: block;
  background-color: #5a5a5a47;
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 100%;
  border-radius: 5px;
}

.b-item-card .time-yo,
.b-item-card .time-yo i {
  font-size: 13px;
  color: #919191;
}

.b-item-card h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  /* color: var(--f7-theme-color); */
  margin: 5px 0px 3px 0;
  line-height: 1.2;
}

.row .b-item-card h3 {
  font-weight: bold;
}

.b-item-card p {
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  color: var(--secondary-color);
  opacity: 0.65;
  margin: 3px 1px 0;
  line-height: 1.4;
}

.price-the-action {
  padding: 2px 7px;
  position: relative;
  font-size: 12px;
  /*background-color: #FFC609;*/
  display: inline-block;
  border-radius: 5px;
  margin: 18px 0 0 0;
  font-weight: 600;
  opacity: 0.8;
}

.price-the-action>span.old-price {
  display: inline-block;
  font-size: 90%;
  opacity: 0.8;
  font-weight: 400;
}

.product-card-disabled {
  opacity: 0.7;
  pointer-events: none;
}

.availability-text {
  font-size: 16px;
  color: #ff6b6b;
  margin-left: 8px;
  font-weight: normal;
}

.timer-icon {
  position: fixed;
  bottom: 50px;
  right: 50px;
  min-width: 130px;
  height: 50px;
  background: var(--f7-theme-color);
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5000;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  animation: pulse 2s infinite;
  font-weight: 700; /* Make text bold */
  color: #000; /* Text color */
  font-size: 16px; /* Text size */
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  }
  50% {
    transform: scale(1.1);
    box-shadow: 0 2px 12px rgba(0,0,0,0.3);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  }
}


@media (max-width: 500px) {
  .timer-icon {
    right: 25px;
    bottom: 90px;
    min-width: 50px; /* Smaller width for mobile */
    width: 50px;
    height: 50px; /* Equal height to make it circular */
    border-radius: 50%; /* Fully rounded for mobile */
    font-size: 12px; /* Smaller text on mobile */
    line-height: 1.2; /* Tighter line height */
    text-align: center; /* Center text */
    padding: 5px; /* Add padding for text */
    flex-direction: column; /* Stack text vertically */
  }

}


.tracking-expanded {
  position: fixed;
  right: 80px;
  bottom: 120px;
  background: var(--background-dynamic-color);
  width: 280px;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.15);
  z-index: 5001;
}

.order-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

.order-item:last-child {
  border-bottom: none;
}

.order-item .button {
  padding: 5px 15px;
  height: 32px;
  line-height: 22px;
}



.tracking-expanded .status-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--f7-text-color);
}

.tracking-expanded .order-item {
  margin: 10px 0;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

.tracking-expanded .order-item span {
  font-weight: 500;
}

.tracking-expanded .order-item .button {
  background: var(--f7-theme-color);
  color: #000;
  padding: 0 15px;
  border-radius: 5px;
}





.old-price {
  text-decoration: line-through;
  font-weight: 300;
  font-size: 80%;
}

.b-item-card .old-price-a {}

.cart-button-round {
  background: linear-gradient(152.14deg, var(--f7-theme-color) 13.34%, var(--f7-theme-color) 90.64%);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.09);
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 49px 0 0 0;
  text-align: center;
  padding-top: 6px;
  box-sizing: border-box;
  font-size: 24px;
}

.cart-count {
  font-weight: 400;
  font-size: 12px;
  color: #000;
  position: absolute;
  right: 8px;
  background: var(--f7-theme-color);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  padding-top: 1px;
  z-index: 1;
}

.cart-button-round i {
  color: var(--f7-text-color);
  font-size: inherit;
}

.price-the-action a {
  position: absolute;
  right: -6px;
  bottom: -8px;
}

.tab-link-highlight {
  display: none;
}

.toolbar-inner {
  overflow: visible;
}

.toolbar .icon.f7-icons {
  margin: 0px auto;
}

.swiper-centered .swiper-slide {
  width: 88%;
}

.swiper-slide-next,
.swiper-slide-prev {
  /* opacity: 0.7; */
}

.swiper-centered .swiper-slide img {
  max-width: 100%;
}

.banner-main-container {
  padding: 0 15px;
}

.inner-product-options-col {}

.product-page {
  /* background: #FDC800; */
  background: transparent;
}

.product-sticky-size {
  background: var(--background-dynamic-color);

}


.product-page .product-image-box {
  width: 100%;
  height: auto;
  background-size: cover;
  top: 0;
  padding-top: 100%;
  border-radius: 15px;
}

.product-page .product-image-box:after {
  content:
    '';
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,fdc800+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(253, 200, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(253, 200, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(253, 200, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6fdc800', GradientType=0);
  /* IE6-9 */
  display: block;
  width: 100%;
  height: 100%;
}

.product-content {
  display: block;
  position: relative;
  color: #000;
  margin: 0px;
  min-height: 350px;
  /* border-radius: 15px; */
  background: transparent !important;
  padding: 10px;
  overflow-x: hidden;
}

.close-button {
  /* width: 50px; */
  /* height: 50px; */
  /* border-radius: 50%; */
  /* background: #ffc71442; */
  /* box-shadow: 0px 4px 5px rgb(0 0 0 / 15%); */
  /* display: inline-block; */
  /* padding-top: 1px; */
  margin: auto;
  position: fixed;
  top: 4px;
  right: 7px;
  /* padding-right: 30px; */
}

.link.popup-close.close-button i {
  color: #000;
  font-size: 32px !important;
  opacity: 0.9;
  background: #ffc71442;
}

.option-preferences-dom h3 {
  margin: 10px 0 0 0;
}

.option-preferences-dom-ul {
  padding: 0;
  opacity: 1;
  margin: 0;
}

.option-preferences-dom-ul li {
  padding: 10px 0px;
  border-bottom: solid 1px #9a9a9a30;
}

.option-preferences-dom-ul li span {
  opacity: 0.5;
}

.option-preferences-dom-ul li span:last-child {
  opacity: 0.8;
  font-weight: 600;
}

.product-title {
  margin: 0;
  font-size: 22px;
  line-height: 1;
  /*background-color: #03AA54;*/
  padding: 10px 15px;
  border-radius: 5px;
}

.product-desc {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #838383;
  margin: 10px 0;
}

.product-content .block-title {
  padding: 0 0 0px 0px;
  font-size: 18px;
  text-transform: capitalize;
  vertical-align: middle;
  margin: 0 5px 15px;
  overflow: visible;
}

.product-content .block-title:before {
  /* content:''; */
  height: 10px;
  width: 114.7%;
  background: #00000014;
  display: block;
  margin: 0px -23px;
  margin-bottom: 15px;
}

.product-content .block-title small {
  font-weight: 500;
  color: #ff5a5a;
  font-size: 38px;
  vertical-align: bottom;
  inline-block;
  margin-bottom: 0;
  height: 12px;
  display: inline-block;
}

.pill-heading {
  /* color: var(--f7-theme-color); */
  font-size: 18px;
  margin: 20px 0px 0;
  font-weight: 400;
}

.option-list-box {
  /* margin-top: 20px; */
}

.option-list-box {
  margin-top: 20px;
  margin: 10px 0;
}

.option-list {
  overflow-x: scroll;
  display: flex;
  padding: 10px 15px 10px 27px;
  gap: 5px;
}

.product-option {
  background: #ffffff0f;
  /* box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1); */
  border-radius: 8px;
  border: solid 1px #e4e4e478;
  padding: 5px 10px 5px 58px;
  margin: 0px 0;
  margin-right: 29px;
  position: relative;
  /* min-height: 72px; */
}

.product-option-img {
  width: 70px;
  height: 70px;
  position: absolute;
  background-color: #fff;
  left: -25px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  background-size: cover;
}

.new-items-tag-product-option {
  display: none;
}

.product-option-text {
  height: 100%;
  display: flex;
  align-items: center;
  color: #555555;
  font-size: 13px;
  min-width: 81px;
  flex-wrap: wrap;
  height: 60px;
}

.product-option-text span,
.product-option-text small {
  flex: 0 0 100%;
}

.product-option-text small {
  color: red;
}

.product-option-text .fs-xs {
  font-size: 9px;
  line-height: 1.4;
}

.option-list.option-list-single-select {
  padding: 0 0%;
  /* display: flex; */
  /* flex-flow: nowrap; */
  /* max-height: 800px; */
  /* margin-left: -8px; */
  /* Adjustment for the gutter */
  /* width: 100%; */
  /* overflow: visible; */
  /* align-items: center; */
}



.option-list.option-list-single-select .product-option {
  height: auto;
  min-height: auto;
  padding: 5px 3px 10px;
  text-align: center;
  margin: 0 0px 0 0;
  /* Some gutter */
  /* width: 29%; */
  flex-basis: 33.3%;
  min-width: 100px;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  flex-wrap: wrap;
  flex-direction: column;
}

.option-list.option-list-single-select .product-option-img {
  position: relative;
  left: auto;
  right: auto;
  /* width: 40px; */
  border-radius: 10px;
  margin: 0 auto;
  bottom: auto;
  top: auto;
}

.option-list.option-list-single-select .product-option-text {
  /* display: block; */
  width: auto;
  height: auto;
  width: auto;
  min-width: 0px;
}

.subtotal-details-toggle {
  margin: 10px 0;
}

.toggle-details {
  display: flex;
  align-items: center;
  color: #333;
  text-decoration: none;
}

.toggle-details i {
  margin-right: 5px;
}

.details-content {
  margin-top: 10px;
  padding-left: 25px;
}


/* Test For Multiselect Boxed */

.option-list.option-list-multi-select {
  padding: 0 1%;
  flex-basis: 100%;
}

.option-list.option-list-multi-select .product-option {
  height: auto;
  min-height: auto;
  padding: 0;
  text-align: center;
  margin: 0 0px 10px 0;
  /* Some gutter */
  display: flex;
  justify-content: center;
  /* align-items: center; */
  min-width: 95px;
}

.option-list.option-list-multi-select .product-option-img {
  position: relative;
  left: 0;
  right: 0;
  border-radius: 0;
  margin-bottom: 5px;
}

.option-list.option-list-multi-select .product-option-text {
  /* display: block; */
  width: auto;
  height: auto;
  width: 100%;
  min-width: 0px;
  text-align: center;
  justify-content: center;
}

/* END Test */

.page-cart {
  /*background-color: #f0f0f0;*/
}

.cart-card {}

.cart-card h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 30px;
  font-size: 16px;
}

.cart-card p {
  color: #747474;
  font-size: 14px;
  margin: 5px 0 10px 0;
  /* padding-right: 34px; */
}

.cart-totals {
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  margin: 10px 15px -10px;
  box-shadow: 1px 2px 5px #0000002b;
}

.cart-totals>div {
  margin-top: 0;
  padding: 11px;
  text-align: right;
  /* box-shadow: 1px 2px 5px #0000002b; */
  margin: 0 0 0px;
  border-bottom: solid 1px #8f8f8f36;
}

.cart-totals b {
  float: left;
  font-weight: 400;
  opacity: 0.7;
}
.cart-totals .accordion-item {
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 15px;
  box-shadow: 1px 2px 5px #0000002b;
}

.cart-totals .accordion-item .accordion-item-content>div {
  margin-top: 0;
  padding: 11px;
  text-align: right;
  /* box-shadow: 1px 2px 5px #0000002b; */
  margin: 0 0 0px;
  border-bottom: solid 1px #8f8f8f36;
}

.cart-totals .accordion-item .accordion-item-content b {
  float: left;
  font-weight: 400;
  opacity: 0.7;
}

.cart-totals div:last-child {
  font-weight: 600;
}

.size-hidden-vals {
  display: none;
}

.size-hidden-vals.show {
  display: block;
}

.d-block {
  display: block;
}


.product-size-list-scr {
  /* overflow-x: scroll; */
  display: block;
  /* white-space: nowrap; */
  margin: 7px 0px 10px;
}

.size-single-list-itm {
  display: block;
  /* min-width: 150px; */
  margin: 6px 5px 6px;
  font-size: 12px;
}

.size-single-list-itm input {
  position: absolute;
  visibility: hidden;
}

.size-single-list-itm label {
  border: solid 1px #9d9d9d47;
  padding: 10px 12px;
  display: block;
  border-radius: 10px;
  transition: all 0.1s ease-in;
  position: relative;
  background: transparent;
}

.size-single-list-itm input:checked+label {
  /* border-radius: 0; */
  z-index: 2;
  background: #3cd63c33;
}

.product-size-list-scr:has(> .size-single-list-itm input:checked) .size-single-list-itm label:not(.size-single-list-itm input:checked+label) {
  opacity: 0.4;
  margin: 0px 0 0 0;
}


.size-single-list-itm h5 {
  margin: 0 0 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--main-color);
}

.size-single-list-itm span {
  color: var(--secondary-color);
  opacity: 0.8;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 16px;
}

.size-single-list-itm span s {
  color: #b00000;
}

.size-single-list-itm span .old-price {}


.hide-options {
  height: 0px;
  visibility: hidden;
  position: absolute;
}

.custom-select-bw {
  visibility: hidden;
  position: absolute;
}

.custom-select-bw:checked+.product-option,
.custom-select-bw:checked+div+.product-option {
  background: #ffd13e3b;
  border: solid 1px #ffd13e7a;
}

.custom-select-bw:checked+div+.product-option .product-option-img {
  border-color: #38ff38ab;
}

.custom-select-bw.input-invalid+div+.product-option {}


/* Select with Stepper */


.custom-select-bw:checked+label.product-option-label {
  /* display: block; */
  background: #ffd13e3b;
  /* box-shadow: 0px 0px 20px 5px #31b10047; */
  border: solid 1px #ffd13e78;
  border-radius: 5px;
}

.option-list.option-list-multi-select .product-option-label {
  padding: 3px 3px;
  width: 100%;
  border: solid 1px transparent;
}

.custom-select-bw:checked+label.product-option-label .product-option-img {
  /* border-color: #00d800; */
  /* box-shadow: 1px 1px 10px #00d14f5c; */
}

.custom-select-bw:checked+label.product-option-label .product-option-text {
  /* color: #00c100; */
  /* font-weight: 600; */
}

.custom-select-bw+label+.stepper {
  /* visibility: hidden; */
  background: #fff;
  opacity: 0.8;
  /* cursor: pointer; */
  pointer-events: none;
}

.custom-select-bw:checked+label+.stepper {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease-in-out;
  pointer-events: auto;
}



.custom-select-bw.input-invalid+div+.product-option {
  /* border-bottom: solid 1px #ff00004d; */
  box-shadow: 3px 3px 5px rgb(255 0 0 / 5%);
}

/* END Stepper Product Page */

.removeCartIt {
  float: right;
  opacity: 0;
  padding: 14px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  z-index: 1;
  cursor: pointer;
}

.social-icon-menu {
  text-align: left;
}

.social-icon-menu img {
  width: 25px;
}

.hide {
  display: none;
}

.deliveryMode {
  display: flex;
  border-bottom: solid 3px #98989852;
  /* margin: 1px; */
  position: relative;
  padding: 10px 5px;
  text-align: left;
  text-transform: uppercase;
  background: #ffffff17;
  overflow: hidden;
  color: var(--main-color);
  justify-content: center;
  gap: 5px;
  margin: 0 -3px;
  height: 60px;
  opacity: 0.5;
  align-items: center;
}

.deliveryMode img {
  width: 40px;
  height: auto;
  /* margin: auto; */
  /* position: absolute; */
  /* right: -107px; */
  /* top: 0; */
  /* bottom: 0; */
  /* opacity: 0.2; */
  /* transition: all 0.3s 0.2s ease-in; */
}

.deliveryMode h6 {
  margin: 0;
  /* color:inherit; */
  font-size: 16px;
  /* opacity: 0.8; */
}

.deliveryMode.active {
  border-bottom: solid 3px var(--f7-theme-color);
  z-index: 2;
  opacity: 1;
}

.deliveryMode.active img {
  right: 0px
}

#paymentScreen_Embed {
  overflow: hidden;
}

#paymentScreen_Embed iframe {
  height: 100%;
  width: 100%;
  display: block;
}

.thankyou-cart {}

.thankyou-cart h3 {
  font-size: 42px;
}

.thankyou-gif {
  border-radius: 40px;
  max-width: 200px;
}

.facebook-login {
  background-color: #0857dc;
  color: #fff;
}

.modal-in .toolbar.toolbar-top {
  background-color: #f3f3f3;
  box-shadow: 0px -10px 10px #00000014;
  border-top: solid 1px #e3e3e3;
}

.navbar+.toolbar .tab-link.tab-link-active {
  border-bottom: solid 4px var(--f7-theme-color);
  color: var(--main-color);
}

.CitiesWithImage {
  width: 100%;
  /* margin: 5px; */
  margin-bottom: 10px;
  /* border-radius: 18px; */
}

.CitiesWithImage+h4 {
  margin: 0 0 15px 0;
  text-align: center;
}



.scene {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.scene:before {
  display: block;
  content: "";
  min-width: 290px;
  min-height: 290px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.scene span {
  z-index: 2;
  color: #000;
  position: relative;
  font-size: 23px;
  text-align: center;
}

.scene b {
  display: block;
  width: 100%
}

.scene-pizza {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -117px;
  margin-left: -117px;
  min-width: 230px;
  min-height: 230px;
  text-align: right;
  -webkit-animation: 10.4s rotate-pizza linear infinite;
  animation: 10.4s rotate-pizza linear infinite;
}

.pizza {
  display: inline-block;
  position: relative;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 80px solid #fbbb34;
  -webkit-animation: 15s rotate-pizza linear infinite;
  animation: 15s rotate-pizza linear infinite;
}

.pizza__dark {
  position: absolute;
  top: 60px;
  left: -21px;
  width: 40px;
  height: 40px;
  border-radius: 0 100%;
  border-left: 10px solid #d58224;
  border-bottom: 10px solid #d58224;
  background-color: #fbbb34;
  transform: rotate(-45deg);
}

.pizza__salami .salami {
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  background-color: #ca290a;
  border-radius: 50%;
}

.pizza__salami .salami:first-child {
  top: 25px;
  left: -5px;
  width: 10px;
  height: 10px;
}

.pizza__salami .salami:first-child+.salami {
  top: 42px;
  left: -13px;
}

.pizza__salami .salami:first-child+.salami+.salami {
  top: 56px;
  left: 2px;
}

@-webkit-keyframes rotate-ears {
  0% {
    transform: translate(-4px, 0);
  }

  25% {
    transform: translate(0, 4px);
  }

  50% {
    transform: translate(4px, 0);
  }

  75% {
    transform: translate(0, -4px);
  }

  100% {
    transform: translate(-4px, 0);
  }
}

@keyframes rotate-ears {
  0% {
    transform: translate(-4px, 0);
  }

  25% {
    transform: translate(0, 4px);
  }

  50% {
    transform: translate(4px, 0);
  }

  75% {
    transform: translate(0, -4px);
  }

  100% {
    transform: translate(-4px, 0);
  }
}

@-webkit-keyframes rotate-eyes {
  0% {
    transform: translate(4px, 0);
  }

  25% {
    transform: translate(0, -4px);
  }

  50% {
    transform: translate(-4px, 0);
  }

  75% {
    transform: translate(0, 4px);
  }

  100% {
    transform: translate(4px, 0);
  }
}

@keyframes rotate-eyes {
  0% {
    transform: translate(4px, 0);
  }

  25% {
    transform: translate(0, -4px);
  }

  50% {
    transform: translate(-4px, 0);
  }

  75% {
    transform: translate(0, 4px);
  }

  100% {
    transform: translate(4px, 0);
  }
}

@-webkit-keyframes rotate-pizza {
  from {
    transform: rotate(1turn);
  }

  to {
    transform: rotate(-1turn);
  }
}

@keyframes rotate-pizza {
  from {
    transform: rotate(1turn);
  }

  to {
    transform: rotate(-1turn);
  }
}

.message-important {
  display: block;
  margin: 20px 20px 20px;
  border-radius: 9px;
  padding: 8px 11px;
  background: var(--message-important-bg);
  font-size: 13px;
  font-weight: 400;
  /* color: #921a1a; */
  box-shadow: 1px 1px 2px var(--message-important-bg);
  opacity: 1;
}

.later-used-info {
  margin: -5px 0;
  color: #838383;
  display: none;
}




.starting-price {
  /* background: var(--f7-theme-color); */
  /* color: #ffffff; */
  /* padding: 2px 5px; */
  /* border-radius: 5px; */
  font-size: 16px;
  font-weight: 600;
  min-width: 145px;
  text-align: center;
  /*background-color: #FFC609;*/
  border-radius: 5px;
  padding: 10px 15px;
}

.placed-details-order {
  /* text-align: center; */
  margin-top: -30px;
  /* max-width: 500px; */
  margin: 0 auto 0;
}

.placed-details-order .detail {
  display: block;
  margin: 0 auto;
  white-space: nowrap;
  font-size: 13px;
}

.placed-details-order h2 {
  margin-bottom: 5px;
}

.placed-details-order p {
  margin-top: 0;
  margin-bottom: 30px;
  padding: 0 30PX;
}

.text-center {
  text-align: center;
}

.text-middle {
  vertical-align: middle;
}

.uppercase {
  text-transform: uppercase;
}

.block-mini-custom {
  font-size: 16px;
}

.vert-cards-scroll {
  overflow-x: scroll;
  display: block;
  white-space: nowrap;
  padding: 10px 7px;
}

.vert-cards-scroll a {
  display: inline-block;
  min-width: 150px;
  width: 270px;
  color: #383838;
  padding: 15px;
  border: solid 1px #e5e5e5;
  border-radius: 10px;
  background: #fff;
  box-shadow: 1px 4px 10px #00000017;
  white-space: initial;
}

.link-logout {
  font-size: 14px;
  text-transform: uppercase;
  background: var(--f7-theme-color-shade);
  margin-right: 15px;
  padding: 4px 47px;
  display: inline-block;
  border-radius: 20px;
  opacity: 0.5;
  color: #f00;
}

.product-image-cart-small {
  height: 60px;
  width: 60px;
  background-size: cover;
  /* border: solid 1px #e3e3e3; */
  border-radius: 5px 0px 5px 5px;
  position: absolute;
  left: 10px;
  background-color: #f5f5f5;
  background-position: center;
}

.product-image-cart-small+h3,
.product-image-cart-small+h3+p {
  padding-left: 90px;
}

.price-cart-boxwa {
  /* padding-top: 10px; */
  margin-top: 5px;
  /* border-top: solid 1px #8484843d; */
  /* margin-bottom: -10px; */
  position: relative;
  z-index: 1;
  padding-left: 57px;
}

.card-red {
  background-color: #ffeae1;
}

.delivering-to-sign {
    font-size: 12px;
    /* line-height: 1; */
    border: none;
    background: #ffc71442; /*#00a8fc1f;*/
    margin: 20px 0px 0px;
    border: 1px solid var(--f7-theme-color-shade);
    max-width: 750px;
    margin: 5px 5px;
}

.delivering-to-sign i {
  position: absolute;
  right: 20px;
  top: 30%;
  color: var(--f7-theme-color);
  font-size: 22px;
}

.delivering-to-sign span {
  padding-left: 0;
  display: block;
  padding-right: 34px;
}

.content-cart-card {
  min-height: 40px;
  padding-left: 68px;
}

.voucher-btn {
  padding: 8px 15px 0;
  text-align: center;
}

.voucher-btn-link {
  color: #e59401;
  display: block;
  padding: 10px 10px;
  font-size: 14px;
  border-radius: 5px;
  border: dashed 2px #ccc;
}

.product-content .block-title small.required-tag-big.make-it-big {
  /* font-size: 12px; */
  /* color: #fff; */
  opacity: 1;
  /* margin-left: 8px; */
  color: red;
  /* padding: 5px 10px; */
  /* border-radius: 8px; */
}

.suggestive-deals {
  overflow-x: scroll;
  /* display: flex; */
  padding: 10px 10px 10px 10px;
  white-space: nowrap;
  border-bottom: solid 1px #8484843d;
}

.suggestive-deals .suggestive-deal-item {
  position: relative;
  /* width: 300px; */
  display: inline-block;
  background: #fff;
  border-radius: 20px 5px 20px 0;
  padding: 10px 30px 10px 0;
  padding-left: 103px;
  vertical-align: top;
  font-size: 12px;
  /* border: solid 1px #ffffff; */
}

.suggestive-deals .suggestive-deal-item .sd-img {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 92px;
  width: 91px;
  display: block;
  background-size: cover;
  border-radius: 20px 20px 20px 0px;
}

.suggestive-deals .suggestive-deal-item h5 {
  margin: 0 0 5px 0;
  font-size: 12px;
  max-width: 200px;
  white-space: initial;
}

.suggestive-deals .suggestive-deal-item a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 6px;
  display: inline-block;
  background: var(--f7-theme-color);
  border-radius: 0px 10px 10px 10px;
  padding: 3px 10px;
}

.suggestive-deals .suggestive-deal-item .sugg-price {
  font-size: 14px;
}

.cart-heading {
  padding: 25px 20px 0px;
  margin: 0;
  font-weight: 300;
  font-size: 33px;
  color: #ffba00;
  margin-bottom: -25px;
}

.cart-heading {
  padding: 25px 10px 0px;
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  color: var(--main-color);
  margin-bottom: 0;
}

.cart-suggestive-para {
  padding: 0 10px 0;
  margin: 0;
  opacity: 0.6;
}

.delete-account-btn {
  /* display: block; */
  color: #ff7474;
}

.badge-prod {
  font-size: 10px;
}

.badge-prod>span {
  vertical-align: middle;
  font-size: 16px;
  opacity: 0.9;
}

.discount-percentage-tag {
  border-radius: 5px;
  text-align: center;
  box-sizing: border-box;
  padding: 3px 11px;
  font-size: 14px;
  background-color: var(--f7-theme-color);
  display: inline-block;
  color: #2a2a2a;
}

.bounce-2 {
  animation-duration: 1.9s;
  animation-delay: 0;
  animation-iteration-count: infinite;
  animation-name: bounce-2;
  animation-timing-function: ease;
}

@keyframes bounce-2 {
  0% {
    transform: translateY(0);
  }

  30% {
    transform: translateY(-5px);
  }

  50% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }
}

.small-price-cart {
  position: absolute;
  right: 10px;
}

#View-Settings .card-footer .link.color-black {
  font-weight: 600
}

.avatar-profile {
  /* position: absolute; */
  /* right: 20px; */
  /* width: 60px; */
  /* top: 0; */
  /* border-radius: 12px; */
  display: none;
}

.profile-card-point {}

.profile-card-point h3 {
  margin-top: 9px;
}

.profile-card-point p {
  font-size: 12px;
  color: #686868;
}

.profile-card-point img {
  width: 50px;
}

.list-vouchers-setting,
#pointsSystemCard {
  display: none;
}

.customerAddrListClass {
  /* overflow-x: scroll; */

}

.addressCard {
  display: block;
  padding: 10px 42px 9px 10px;
  position: relative;
  text-overflow: ellipsis;
  width: 100%;
  margin-bottom: 5px;
  border-radius: 0;
  border-bottom: solid 1px #8c8c8c40;
}

.addressCard small {
  opacity: 0.8;
}

.addressCard .addressSelection {
  color: var(--f7-block-title-text-color);
  font-size: 14px;
  display: block;
  text-overflow: ellipsis;
  overflow: auto;
}

.addressCard .addressSelection i.icon {
  position: absolute;
  top: 14px;
  font-size: 20px;
  right: 18px;
  opacity: 1;
  color: #787878;
  border-radius: 50%;
  background: #ededed;
  padding: 6px;
  width: 35px;
  height: 35px;
}

.DeleteAddr {
  color: #000;
  position: absolute;
  right: 0;
  top: 0;
  padding: 4px;
  font-size: 9px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 1px 1px 10px #00000030;
  width: 25px;
  height: 25px;
  text-align: center;
}

.addressCard .DeleteAddr i {
  font-size: 16px;
  opacity: 0.7;
}

.block-title-grey {
  color: #9b9b9b;
}

.block-title-blue {
  /* color: var(--f7-theme-color-shade); */
}

.text-gradient2 {
  font-weight: 700;
  font-size: 96px;
  /* background: linear-gradient(177.34deg, #FFE458 27.88%, #F7B505 81.87%); */
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  color: var(--main-color);
  opacity: 0.03;
}

.DeliveryinformationSection {
  padding: 5px 10px 20px;
  /* background: #fff; */
  box-shadow: 3px 3px 30px #07070721;
  margin: 10px;
  border-radius: 10px;
  border: solid 1px #bebebe66;
}

.DeliveryinformationSection label {
  color: #878787;
  margin-top: 15px;
  display: block;
}

.DeliveryinformationSection input,
input.grey-input,
textarea.grey-input {
  display: block;
  padding: 15px 10px;
  width: 100%;
  border-radius: 5px;
  border: solid 1px #9c9c9c87;
}

.col-card {
  padding: 0;
  background: #fff;
  /* min-height: 94vh; */
}

.add-order-product {
  display: block;
  color: #202020;
  background: var(--f7-theme-color);
  padding: 10px 19px;
  margin: 10px 0 0;
  text-align: left;
  font-size: 16px;
  font-weight: 800;
  border-radius: 5px;
  position: relative;
  text-align: center;
}

.add-order-product i {
  position: absolute;
  right: 20px;
  top: 14px;
}

.product-extra-comments {
  /* padding: 10px; */
  /* background: #fff; */
  /* color: #000; */
  /* border-radius: 9px; */
  /* border: solid 1px #85858517; */
  /* margin-top: 15px; */
}

.product-extra-comments>span>b {
  font-size: 18px
}

.product-extra-comments .yourtotal {
  margin-top: 20px;
}

.product-extra-comments .badge {
  vertical-align: middle;
}

.textarea1 {
  display: block;
  width: 100%;
  border: solid 1px #ffc71442;
  margin: 6px 0;
  padding: 10px;
  border-radius: 5px;
  background: #ffc71442;
}

.tabs-home-container {
  max-width: 1200px;
  margin: auto;
  /* background-color: var(--menu-bg-color); */
  padding: 0 9px;
}

.sweeper-desktop {}

.sweeper-desktop .desktop {
  padding: 0 70px;
}

.banner-main-container .swiper-slide>img {
  border-radius: 15px;
}

.add-map-addr-fields {
  background: var(--background-dynamic-color);
  z-index: 2;
  position: relative;
  /* margin: -94% 10px 10px; */
  padding: 13px 0px 1px;
  box-shadow: 5px 5px 20px #00000030;
  border-radius: 12px;
  /* opacity: 0; */
  /* visibility: hidden; */
  /* top: 70px; */
  transition: all 0.3s ease-out;
}

.add-map-addr-fields.showOnMap-visible {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.add-map-addr-fields .list {
  margin: 0px
}

.add-map-addr-fields input {}

.list input[type=text].makemyinput {
  color: #000;
  font-weight: 500;
  border-bottom: solid 1px #a1a1a147;
}

.float-button-next-cheq {
  position: absolute;
  bottom: 30px;
  z-index: 3;
  width: 70px;
  height: 70px;
  background: #00a700;
  color: #fff;
  font-size: 42px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  border-radius: 50%;
  box-shadow: 1px 9px 20px 10px #00000030;
  transition: all 0.3s ease-in;
  cursor: pointer;
}

.float-button-next-cheq i {
  font-size: inherit;
}

.float-button-next-cheq.float-small {
  transform: scale(0.7);
  background: grey;
}

.opacity-75 {
  opacity: 0.7 !important;
}

.mini-cart {
  --f7-card-content-padding-vertical: 10px;
}

.mini-cart h4 {
  margin-top: 0px;
  margin-bottom: 10px
}

.removeCartItNew {
  vertical-align: middle;
  display: inline-block;
  margin-top: -21px;
  /* border: solid 1px var(--f7-theme-color-shade); */
  border-radius: 50%;
  font-size: 26px;
  opacity: 0.8;
}

.removeCartItNew i {
  font-size: inherit;
  margin: 0 0;
}

.md .navbar a.icon-only {
  min-width: 0;
  flex-shrink: 0;
  width: 50px;
  padding: 0 8px;
}

.swiper-button-prev,
.swiper-button-next {
  width: 36px;
  height: 36px;
  background: #1F9226;
  /*var(--f7-theme-color-shade);*/
  border-radius: 50%;
  font-size: 17px;
  top: 43%;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: inherit;
  color: white;
}

.swiper-button-prev {}

.swiper-button-next {}

.input-b {
  display: block;
  margin-top: 0;
  padding: 0 0 0;
}

.input-b span {
  font-weight: 500;
}

.input-b input,
.input-b select,
.input-b textarea {
  display: block;
  width: 100%;
  padding: 15px 15px;
  border: solid 1px #99999980;
  margin-top: 7px;
  background: #efefef45;
  border-radius: 5px;
  color: #3e3e3e;
}

.input-b .input-invalid {
  border-color: #9c0000
}

.img-fluid {
  max-width: 100%;
}

.get_the_app {
  width: 100%;
  position: relative;
  padding-left: 82px;
  box-sizing: border-box;
}

.get_the_app_mobile {
  width: 64px;
  position: absolute;
  left: 0;
  top: -10px;
}

.get_the_app.small-gta {
  /* background: #e2fffd; */
  padding: 15px;
  /* padding-left: 0; */
  border-radius: 8px;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.get_the_app.small-gta h3 {
  margin: 0;
  font-size: 136%;
}

.get_the_app.small-gta .get_the_app_mobile {
  top: 5px;
  left: 5px;
  width: 60px;
  display: none;
}

.footer-tab {
  padding: 0px 15px;
}

.footer-tab h6 {
  color: #1ba5af;
  font-size: 20px;
  margin-bottom: 0;
}

.get_the_app p {
  margin: 3px 0;
  opacity: 0.7;
  max-width: 260px;
  display: block;
}

.get_the_app a {
  display: inline-block;
  background: #fff0;
  padding: 0;
}

.get_the_app a img {
  width: 111px;
}

.broadway_copyrights {
  opacity: 0.5;
}

.links-list a {
  justify-content: normal;
}

.bw-svg-icon {
  content: '';
  width: 40px;
  height: 40px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
}

.bw-svg-icon.about {
  background-image: url('../assets/svg/about.svg');
}

.bw-svg-icon.menu {
  background-image: url('../assets/svg/menu.svg');
}

.bw-svg-icon.feedback {
  background-image: url('../assets/svg/feedback.svg');
}

.bw-svg-icon.catering {
  background-image: url('../assets/svg/catering.svg');
}

.bw-svg-icon.birthday {
  background-image: url('../assets/svg/birthday1.svg');
}

.bw-svg-icon.corporate {
  background-image: url('../assets/svg/corporate.svg');
}

.bw-svg-icon.franchise {
  background-image: url('../assets/svg/franchise.svg');
}

.bw-svg-icon.contact {
  background-image: url('../assets/svg/contact.svg');
}

.bw-svg-icon.facebook {
  background-image: url('../assets/svg/fb.svg');
}

.bw-svg-icon.instagram {
  background-image: url('../assets/svg/insta.svg');
}

.bw-svg-icon.whatsapp {
  background-image: url('../assets/svg/whatsapp.svg');
}

.bw-svg-icon.call {
  background-image: url('../assets/svg/call.svg');
}

.bw-svg-icon.cash {
  background-image: url('../assets/svg/cash.svg');
}

.bw-svg-icon.ccard {
  background-image: url('../assets/svg/card.svg');
}

.bw-svg-icon.jazzcash {
  background-image: url('https://www.jazzcash.com.pk/assets/themes/jazzcash/img/mobilink_logo.png');
  background-position: center;
}

body .toolbar .toolbar-inner .main-menu-link-bars {
  color: #fff;
  background: #000;
  display: block;
  text-align: center;
  height: 45px;
  width: 45px;
  margin: 12px auto 5px;
  border-radius: 50%;
  min-width: 45px;
  min-height: 28px;
}

.product-heading-price-sect {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin: 15px 0;
  column-gap: 10px;
}

.stepper.stepper-round-custom .stepper-button-minus,
.stepper.stepper-round-custom .stepper-button-plus {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    border: none;
    background: #ffc71442; /*#00a8fc1f;*/
}

.stepper.stepper-round-custom .stepper-button-minus:before,
.stepper.stepper-round-custom .stepper-button-minus:after,
.stepper.stepper-round-custom .stepper-button-plus:before,
.stepper.stepper-round-custom .stepper-button-plus:after {
  background: #000;
}

.stepper.stepper-round-custom .stepper-button-plus {
  background: var(--f7-theme-color);
}

.stepper.stepper-round-custom .stepper-input-wrap {
  margin: 0 5px;
  border: solid 1px #ccc;
  border-radius: 30px;
  height: 35px;
  padding: 0 8px;
  text-align: center;
}

.stepper.stepper-round-custom .stepper-input-wrap input {
  color: var(--f7-text-color);
}


.flex-space-between {
  display: flex;
  justify-content: space-between;
  padding: 0 0px;
}

.gap-10 {
  gap: 10px;
}

.link.popup-close i,
.link.rounded-icon i {
    background: #ffc71442; /*#00a8fc1f;*/
    padding: 10px 10px;
    box-sizing: content-box;
    border-radius: 50%;
    font-size: 20px;
}

.order-text-status,
.order-subtext {
  margin: 0;
}

.product-detail-thank-you-item {
  /* background: #ffffff78; */
  border-top: solid 1px #cccccc7a;
  padding: 6px 0;
}

.product-detail-thank-you-item h4 {
  margin: 0;
}

.product-detail-thank-you-item p {
  margin: 0;
  opacity: 0.6;
  padding-bottom: 2px;
}

.button-secondary-green {
  border: solid 2px #0ca353;
  color: #0ca353;
  background: transparent;
  height: 45px;
  padding: 3px;
}

.row.extended-gap {
  --f7-grid-gap: 15px;
}

.profile-page-section-tabber-col {}

.profile-page-section-tabber-col .profile-tabber-parent {
  display: flex;
}

.profile-page-section-tabber-col .profile-tabber-parent a {
  /* background: var(--f7-theme-color); */
  color: #000;
  width: 50%;
  padding: 15px 15px;
}

.profile-page-section-tabber-col .profile-tabber-parent a i {
  font-size: 20px;
  margin-right: 5px;
}

.profile-page-section-tabber-col .profile-tabber-parent a.tab-link-active {
  background: var(--f7-theme-color);
}

.first-image-as-icon {
  padding-left: 34px;
  position: relative;
}

.first-image-as-icon img {
  position: absolute;
  left: 0px;
  top: 5px
}

.sweet-card-button-group {
  display: flex;
  justify-content: space-between;
  margin: 5px -15px -3px;
}

.sweet-card-button-group a {
  width: 50%;
  text-align: center;
  padding: 15px;
  border-radius: 0px 10px 0px 10pxpx;
}

.sweet-card-button-group a:last-child {
  border-radius: 10px 0px 10px 0px;
  font-weight: 600;
}



.center {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  /* Ensure the height is limited to the navbar */
}

.centered-image {
  max-height: 50px;
  /* Adjust this value to control the image's height */
  width: auto;
  /* Maintain the aspect ratio */
  object-fit: contain;
  /* Ensure the image is not cropped */
}



.karachi-map {
  margin-top: 15px;
  text-align: center;
  padding: 10px;
  /*background-color: #f9f9f9;*/
  /* Optional background */
  /*border-radius: 8px;*/
  /* Optional rounded corners */
}

.karachi-map img {
  max-width: 40%;
  height: auto;
  display: block;
  margin: 0 auto;
  /*border: 1px solid #ddd;*/
  /* Optional for a border */
  /*border-radius: 8px;*/
  /* Optional for rounded corners */
}



@media (max-width: 768px) {
  .centered-image {
    display: none;
  }

  .karachi-map img {
    max-width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
    /*border: 1px solid #ddd;*/
    /* Optional for a border */
    /*border-radius: 8px;*/
    /* Optional for rounded corners */
  }
}