:root {
  --fontSmall: 13px;
  --fontNormal: 14px;
  --fontNormal1: 15px;
  --fontMedium: 16px;
  --fontMedium1: 18px;
  --fontMedium2: 20px;
  --fontLarge: 25px;
  --fontLight: 300;
  --fontWeightNormal: 400;
  --fontWeightMedium: 500;
  --fontWeightBold: 600;
  --textBlack: #000000;
  --textWhite: #ffff;
  --textMainColor: #D67B47;
  --textRed: #Ff4444;
  --textSuccess: #49b675;
  --textMediumGrey: #868686;
  --textDarkGrey: #545454;
  --textMuted: #C0C0C0;
  --textWarning: #D4AF37;
  --bgWhite: #ffffff;
  --bgLightGrey: #e3e3e3;
  --bgLightGrey1: #efefef;
  --bgLightGrey2: #D6d6d6;
  --bgMainColor: #D67B47;
  --bgDarkGrey: #2c2c31;
  --buttonColor: #D67B47;
  --buttonMouseOverColor: #df5708;
  --buttonTextColor: #fff;
  --buttonMouseOverTextColor: #fff;
  --borderMainColor: #D67B47;
  --buttonGreyColor: #545454;
  --buttonGreyMouseOverColor: #3c3c3c;
  --buttonGreyTextColor: #fff;
  --buttonGreyMouseOverTextColor: #fff;
  --buttonTextWhite: #fff;
  --buttonTextBlack: #000;
  --borderLight: #d6d6d6;
  --borderDark: #c7c7c7;
  --borderBlack: #000;
  --shadow: 0 15px 40px -20px rgba(40, 44, 63, .15);
  --shadowHover: 0px 6px 5px -2px rgba(0, 0, 0, 0.15);
  --bodyBackgroundColor: #fff;
  --itemShortDescription: #868686;
  --itemLongDescription: #868686;
  --categoryBannerTitleColor: #000000;
}


html {
  overflow-x: hidden !important;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-overflow-scrolling: touch;
  margin: env(safe-area-inset);
  padding: env(safe-area-inset);
  scroll-behavior: smooth;
  -webkit-scroll-behavior: smooth;
}

body {
  border: 0;
  margin: 0;
  padding: 0 !important;
  color: var(--textBlack);
  font-size: var(--fontNormal);
  background: var(--bodyBackgroundColor);
  position: relative;
}

a {
  color: var(--textBlack);
  outline: none;
  -webkit-transition: all .35s ease 0s;
  -o-transition: all .35s ease 0s;
  transition: all .35s ease 0s;
}

button:link,
button:visited,
button:focus {
  outline: none;
}

a:link,
a:visited {
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .35s ease 0s;
  -o-transition: all .35s ease 0s;
  transition: all .35s ease 0s;
  color: var(--blue-color);
}

a:focus {
  outline: 0;
}

ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

p {
  line-height: 1.4
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-72 {
  margin-top: 80px;
}

.link {
  color: var(--textMainColor);
}


@keyframes imageRotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Typography */
body {
  font-family: 'DM Sans', sans-serif;
  line-height: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'DM Sans', sans-serif;
}

.container {
  max-width: 1300px;
}

.thumb-vertical {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  cursor: pointer;
  border-radius: inherit;
  background-color: #ccc;
  margin-left: 5px;
}

.track-vertical {
  position: absolute;
  width: 2px;
  display: block !important;
  right: 2px;
  bottom: 2px;
  top: 2px;
  border-radius: 3px;
}

.w100 {
  width: 100%;
}

/*Navbar*/

.header {
  background: var(--bgWhite);
  padding: 0px;
  width: 100%;
  /* border-bottom: 1px solid var(--borderLight); */
  position: relative;
  z-index: 1000000000;
  height: 80px;
  padding: 0px;
  display: flex;
  align-items: center;
}

.headerBorder {
  border-bottom: 1px dashed var(--borderLight);
}

.headerShadow {
  box-shadow: 0 -15px 25px 12px rgba(40, 44, 63, .15);
}

.header.fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}

.navbar-brand {
  padding: 0px;
}

.navbar-toggler {
  width: 43px;
  height: 36px;
  background: var(--success);
  padding: 0px;
  position: absolute;
  top: 29px;
  right: 20px;
  z-index: 1;
  cursor: pointer;
  display: none;
  border: 0px;
  color: var(--bg-default) !important;
}

.header-logo img {
  height: 45px;
  max-width: 220px;
  object-fit: contain;
}

.headerLink {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.headerLink a span {
  color: var(--textBlack) !important;
  font-size: var(--fontNormal);
}

.header .navbar {
  padding: 0px;
}


.navbar-nav {
  margin: 0px;
  padding: 0px;
  text-align: right;
  width: 100%;
}


.navbar-nav li {
  display: inline-block;
  position: relative;
}

.navbar-light .navbar-nav .nav-link {
  background: transparent;
  color: var(--textBlack) !important;
  font-size: 16px;
  font-weight: 400;
  padding: 8px 15px;
  margin-left: 10px;
  border-bottom: 2px solid transparent;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--success) !important;
  background-color: rgba(255, 255, 255, 0.1);
}


.button-small {
  background: var(--buttonColor);
  font-size: var(--fontNormal);
  text-align: center;
  cursor: pointer;
  padding: 9px 18px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 0px solid var(--border-blue);
  color: var(--buttonTextColor) !important;
  border: 0px;
  width: 100%;
  letter-spacing: 2px;
}

.button-small:hover {
  background: var(--buttonMouseOverColor);
  color: var(--buttonMouseOverTextColor) !important;
}

.button-medium {
  background: var(--buttonColor);
  font-size: var(--fontNormal);
  text-align: center;
  cursor: pointer;
  padding: 12px 18px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 0px solid var(--border-blue);
  color: var(--buttonTextColor) !important;
  border: 0px;
  width: 100%;
  letter-spacing: 2px;
}

.button-medium:hover {
  background: var(--buttonMouseOverColor);
  color: var(--buttonMouseOverTextColor) !important;
}

.button-large {
  background: var(--buttonColor);
  padding: 15px;
  color: var(--buttonTextColor);
  border-radius: 10px;
  align-items: center;
  cursor: pointer;
  border: 0px;
  width: 100%;
  font-weight: var(--fontWeightBold);
  text-align: center;
  font-size: var(--fontMedium);
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.button-large:hover {
  background: var(--buttonMouseOverColor);
  color: var(--buttonMouseOverTextColor);
}

.buttonGrey {
  background: var(--buttonGreyColor);
  color: var(--buttonGreyTextColor);
}

.buttonGrey:hover {
  background: var(--buttonGreyMouseOverColor);
  color: var(--buttonGreyMouseOverTextColor);
}

.toggleIcon {
  background: #fff;
  border: 0px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  cursor: pointer;
  padding: 0px;
}

.toggleIcon img {
  width: 40px;
  height: 40px;

}

.topMenuRight {
  margin-top: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* .topMenuRight .headerLink {
  margin-top: 10px;
} */

.topMenuRight .dropdownContent {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  right: -150%;
  bottom: 0;
  -webkit-transition: all .35s ease 0s;
  -o-transition: all .35s ease 0s;
  transition: all .35s ease 0s;
  z-index: 10000;
  width: 100%;
}

.topMenuRight .dropdownContent.active {
  right: 0;
  -webkit-transition: all .35s ease 0s;
  -o-transition: all .35s ease 0s;
  transition: all .35s ease 0s;
}

.topMenuRight .dropdown {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 350px;
  height: 100%;
  background: var(--bgWhite);
}


.userInfoHeader {
  text-align: left;
  position: relative;
  padding: 15px;
  border-bottom: 1px dashed var(--borderLight);
  background-color: var(--bg-light-grey);
}

.userInfoHeader .profile-section {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.userInfoHeader .profile-name {
  font-size: var(--fontMedium);
  color: var(--textBlack);
}

.userInfoHeader .nameText {
  width: 45px;
  height: 45px;
  background: var(--bgMainColor);
  border-radius: 100px;
  text-align: center;
  font-size: var(--fontSmall);
  color: var(--textWhite);
  float: left;
  border-radius: 100px;
  position: relative;
  line-height: 45px;
  margin-right: 15px;
  font-weight: 600;
}

.topMenuRight ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.topMenuRight li {
  display: block;
  text-align: left;
  border-bottom: 1px dashed var(--borderLight);
}

.topMenuRight li a {
  padding: 20px 20px;
  text-align: left;
  font-size: var(--fontNormal);
  display: block;
}

.topMenuRight li a:hover {
  background: var(--bgLightGrey1);
  cursor: pointer;
}

.topMenuRight li:last-child {
  position: absolute;
  bottom: 0px;
  padding: 20px 15px;
  width: 100%;
  text-align: center;

}

.topMenuRight li:last-child a {
  width: 100%;
  text-align: center;
  color: var(--buttonTextColor);
  background: var(--buttonColor);
  font-weight: var(--fontWeightBold);
  font-size: var(--fontMedium);
  text-transform: uppercase;
  border-radius: 10px;
  letter-spacing: 1.5px;
  padding: 15px;
}

.topMenuRight li:last-child a:hover {
  color: var(--buttonMouseOverTextColor);
  background: var(--buttonMouseOverColor);
}

.topMenuRight .navicon {
  background: #333;
  display: block;
  height: 2.3px;
  position: relative;
  transition: background .2s ease-out;
  width: 28px;
  margin-top: 5px;
}

.topMenuRight .navicon:before,
.topMenuRight .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.topMenuRight .navicon:before {
  top: 8px;
}

.topMenuRight .navicon:after {
  top: -8px;
}

.profileClose {
  position: absolute;
  right: 15px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  border: 0px;
  cursor: pointer;
  padding: 0px;
  margin: 0px;
  align-items: center;
  background: var(--bgWhite);
  width: 35px;
  height: 35px;
  border-radius: 100px;
  display: flex !important;
}

.profileClose {
  color: var(--textBlack);
  font-size: 18px;
}

.profileClose img {
  width: 25px;
}

/*Home*/
.homeBg {
  /* background: #fff url(../images/login-bg.png) no-repeat; */
  background-size: cover;
  background-color: var(--bg-color1);
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
}

.homeheight {
  height: calc(100vh - 150px);
  overflow-y: auto;
  overflow: scroll;
  overflow-x: scroll;
  overflow-x: hidden;
  scrollbar-width: thin;
  -webkit-scrollbar-width: thin;
  padding: 20px 20px 50px 20px;
}

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

.homeheight::-webkit-scrollbar-track {
  background: transparent;
}

.homeheight::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 0px;
  border: 3px solid #ccc;
}


.homeCircle ul {
  width: 100%;
}

.homeCircle li {
  width: 100%;
  margin-bottom: 20px;
  box-shadow: none;
  cursor: pointer;
  position: relative;
}

.homeCircle li .eventArrow i {
  background-color: var(--bgWhite);
  border-radius: 100px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 16px;
  opacity: 0.4;
}


.homeCircle li .homeIconFlex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.homeCircle li .icon-home {
  background: var(--bgLightGrey1);
  color: #a7a7a7;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all .35s ease 0s;
  -o-transition: all .35s ease 0s;
  transition: all .35s ease 0s;
}

.home_mobile_width {
  margin-right: 20px;
}

.locationerror {
  text-align: center;
  color: red;
  position: relative;
  top: -14px;
  font-size: 13px;
}

.homeCircle li .circleContent {
  width: 95%;
}

.homeCircle li span.title {
  color: var(--textBlack);
  font-size: var(--fontMedium);
  font-weight: var(--fontWeightBold);
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.flilialeLocation button.gm-control-active.gm-fullscreen-control {
  display: none;
}

.homeCircle li span.desc {
  color: var(--textBlack);
  font-size: var(--fontNormal);
  display: block;
  margin-top: 5px;
  -webkit-transition: all .35s ease 0s;
  -o-transition: all .35s ease 0s;
  transition: all .35s ease 0s;
}

.homeCircle li:hover .desc,
.homeCircle li:hover .eventArrow i {
  opacity: 1;
  -webkit-transition: all .35s ease 0s;
  -o-transition: all .35s ease 0s;
  transition: all .35s ease 0s;
}

.homeCircle li:hover .icon-home {
  -webkit-transition: all .35s ease 0s;
  -o-transition: all .35s ease 0s;
  transition: all .35s ease 0s;
  background: var(--borderDark);
}

.homeCircle li .icon-home img {
  width: 30px;
  height: 30px;
  /* animation-name: imageRotate;
  animation-duration: 3s; */
  -ms-transform: scale(1);
  transform: scale(1);
  transition: all 0.3s;
}

.homeCircle li:hover .icon-home img {
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  transition: all 0.3s;
}

.borderbottomgrey {
  border-bottom: 1px solid var(--borderLight);
}

.homeCircle li:first-child {
  display: none;
}

/*Footer*/
.footer {
  width: 100%;
  background: var(--bgWhite);
  border-top: 1px dashed var(--borderLight);
  padding: 15px;
}

.footer.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer.homeFooter {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}


.footer ul {
  text-align: center;
}

.footer ul li {
  display: inline;
}

.footer ul li a {
  color: var(--textBlack);
  text-align: center;
  padding: 10px 0px;
  margin: 0px 25px;
  display: inline-block;
  font-size: var(--fontNormal);
}

.footer ul li a:hover {
  color: var(--textMainColor);
}

.footer ul li a.linkBlue {
  color: var(--textMainColor);
}

.footer ul li a.linkBlue i {
  margin-right: 6px;
  font-size: var(--fontMedium);
  position: relative;
  top: 2px;
}

.footerRight {
  float: right;
}

.footerRight li a {
  margin-right: 0px !important;
}

.OrderTypeHeader {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.PageBack {
  margin-right: 20px;
}

.OrderTypeHeaderContent h3 {
  font-size: var(--fontMedium1);
}

.OrderTypeHeaderContent p {
  font-size: var(--fontSmall);
  margin-bottom: 0;
}

.PageBack a {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--bgLightGrey1);
}

.PageBack a i {
  font-size: var(--fontMedium1);
}

.OrderTypeSearchBox {
  background: var(--bgWhite);
  border: 1px solid var(--borderLight);
  border-radius: 10px;
}

.OrderTypeSearchBox ul li a {
  color: var(--textBlack);
  font-size: var(--fontMedium);
  font-weight: var(--fontWeightBold);
  padding: 15px 20px;
  display: block;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.OrderTypeSearchBox ul li a:hover {
  background: var(--bgLightGrey1);
}

.OrderTypeSearchBox ul li a i {
  color: var(--textMediumGrey);
}

.flilialeLocation {
  border-radius: 10px;
  overflow: hidden;
  height: calc(100vh - 250px);
}

.menuPageBody {
  min-height: calc(100vh - 146px);
}

.mainWrapperBody {
  height: calc(100vh - 142px);
  margin-top: 80px;
}

.searchBox {
  background: var(--bgWhite);
  border: 1px dashed var(--borderDark);
  border-radius: 10px;
  height: 50px;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}

.searchBox input {
  border: 0px;
  height: 50px;
  font-size: var(--fontNormal);
  padding-left: 20px;
  padding-right: 50px;
  color: var(--textBlack);
}

.searchBox input::placeholder {
  color: var(--textMuted);
}

.searchLocationIcon {
  position: absolute;
  right: 15px;
  top: 12px;
  background: var(--bg-light-grey);
  border: 0px;
  opacity: 0.5;
  cursor: pointer;
}

.searchLocationIcon img {
  width: 24px;
  height: 24px;
}

.localAddress ul li a {
  color: var(--textBlack);
  font-size: var(--fontMedium);
  font-weight: var(--fontWeightBold);
  padding: 15px 20px;
  display: block;
  align-items: left;
  border-bottom: 1px dashed var(--borderDark);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.localAddress ul li a span {
  font-size: var(--fontSmall);
  color: var(--textBlack);
  display: block;
  font-weight: var(--fontNormal);
  margin-top: 5px;
}

.mapNumber {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--bgLightGrey1);
}

.mapLocateAdres {
  margin-left: 10px;
}

.localAddress ul li a:hover {
  background: var(--bgLightGrey1);
}

.localAddress ul li a:hover .mapNumber {
  background: var(--bgWhite);
}

.localAddress {
  background: var(--bgWhite);
  border: 1px dashed var(--borderDark);
  border-radius: 10px;
  height: calc(100vh - 320px);
  overflow-y: auto;
  overflow: scroll;
  overflow-x: scroll;
  overflow-x: hidden;
  scrollbar-width: thin;
  -webkit-scrollbar-width: thin;
}

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

.localAddress::-webkit-scrollbar-track {
  background: transparent;
}

.localAddress::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 0px;
  border: 3px solid #ccc;
}

/**Menu**/
.weekHeader {
  margin-bottom: 15px;
  height: 80px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}


.weekHeader h3 {
  font-size: var(--fontMedium1);
  font-weight: var(--fontWeightBold);
  color: var(--categoryBannerTitleColor);
  margin-bottom: 0px;
}

.menuWrap {
  margin-top: 20px;
}

.menuCategory {
  margin-bottom: 0px;
}

.col-width {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.menuItem {
  cursor: pointer;
}
.freeLable {
color: #fff;
font-size: 12px;
padding: 5px 7px;
background-color: var(--bgMainColor);
position: absolute;
top:10px;
right: 10px;
z-index: 1;
line-height: normal;
border-radius: 4px;

}
.menuItem:hover {
  box-shadow: var(--shadowHover);
  border: 1px solid var(--borderLight) !important;
}

.menuItem:hover .itemBoxAddCartBtn {
  background: var(--bgMainColor);
  color: var(--textWhite) !important;
}

.menuItemHeader {
  margin-bottom: 15px;
  /* border-bottom: 1px dashed var(--borderLight) !important; */
  padding-bottom: 15px;
  height: 100px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
  border: 0px !important;
  overflow: hidden;
}

.menuItemHeader::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, .5);
  background-blend-mode: overlay;
  z-index: 1;

}

/* .box.menuItemHeader {
  border: 0px !important;
} */

.menuItemHeader h3 {
  font-size: var(--fontMedium1);
  font-weight: var(--fontWeightBold);
  color: var(--categoryBannerTitleColor);
  margin-bottom: 0px;
  position: relative;
  z-index: 2;
}

.menuItemHeader p {
  font-size: var(--fontNormal);
  line-height: 20px;
  color: var(--textDarkGrey);
}

.menuGridView {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.menuGridView .menuItem {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  background: var(--bgWhite);
  border-radius: 10px;
  box-shadow: var(--shadow);
  border: 1px dashed var(--borderLight) !important;
}

.menuItemImg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  border-bottom: 1px dashed var(--borderLight);
  overflow: hidden;
  position: relative;
}

/* .menuItemImg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(40, 44, 63, .05);
  content: "";
  background-blend-mode: overlay;
} */

.menuItemImg img {
  /* height: 180px;
  object-fit: contain; */

  height: 100%;
  object-fit: cover;
  width: 100%;
}

.menuItemContent {
  width: 100%;
}

.menuItemContent h3 {
  width: 100%;
  font-size: var(--fontMedium);
  font-weight: var(--fontWeightBold);
  color: var(--textBlack);
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  white-space: nowrap;
  margin-bottom: 5px;
}

.orderSelectCount {
  width: 28px;
  height: 28px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--bg-light-grey2);
  color: var(--textBlack);
  font-size: var(--fontSmall);
  margin-right: 10px;
}


.menuListView {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.menuListView .menuItem {
  /* display: flex;
  justify-content: flex-start;
  justify-content: space-between; */
  width: 100%;
  margin-bottom: 20px;
}

.menuListView .menuItemContent {
  display: flex;
  justify-content: flex-start;
  justify-content: space-between;
}

.menuListView .menuItemImg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 150px;
  border-bottom: 0px;
  border-right: 1px solid var(--borderLight);
  overflow: hidden;
  margin-right: 20px;
}

.menuListView .itemBoxContent {
  width: 70%;
}

.menuListView .itemBoxAddCart {
  display: block;
}

.menuListView .itemDescriptionLeft,
.itemDescriptionRight {
  width: 100%;
}

.menuListView .itemDescriptionRight {
  margin-top: 10px;
}

.menuListView .itemBoxAddCartBtn {
  width: 110px;
}

.menuListView .itemBoxContent {
  margin-top: 0px;
}

.itemBoxAddCart {
  display: block;
}

.orderSelectCount span {
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.itemPrice {
  font-weight: var(--fontWeightBold);
  font-size: var(--fontMedium);
  line-height: 20px;
  color: var(--textMainColor);
}

.itemBoxContent {
  padding: 10px;
}

.itemBoxAddCartBtn {
  background: var(--bgLightGrey1);
  font-size: var(--fontSmall);
  text-align: center;
  cursor: pointer;
  padding: 8px 10px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  color: var(--textBlack) !important;
  border: 0px;
}

.itemDescription {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--fontSmall);
  line-height: 16px;
  color: var(--itemShortDescription);
  word-break: break-word;
  margin-top: 5px;
  max-height: 33px;
}

.itemDescription1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--fontSmall);
  line-height: 16px;
  color: var(--itemShortDescription);
  word-break: break-word;
  margin-top: 5px;
}

.itemDescriptionLeft {
  width: 70%;
}

.itemDescriptionRight {
  width: 30%;
}

.menuSticky {
  z-index: 100000000 !important;
  background: var(--bgWhite);
  overflow: hidden;
  height: 80px;
  display: flex;
  align-items: center;
}

.menuSticky.active {
  /* border-bottom: 1px dashed var(--borderLight); */
  box-shadow: 0 -15px 25px 12px rgba(40, 44, 63, .15);
}

.menuPopSticky {
  z-index: 100 !important;
  padding: 10px 0px;
  background: var(--bgWhite);
  padding-right: 15px;
  top: 0px !important;
  overflow: hidden;
}

.menuScroll {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  white-space: nowrap;
  list-style: none;
  /* background: var(--bgWhite); */
  flex-wrap: nowrap;
  justify-items: center;
  /* justify-content: space-between; */
  justify-content: flex-start;
  margin: 0px 50px;
}

.menuScroll li {
  display: inline-block;
  margin-right: 10px;
}

.menuScroll li a {
  display: inline-block;
  font-size: var(--fontNormal1);
  font-weight: var(--fontWeightMedium);
  color: var(--textBlack);
  padding: 10px 15px;
  border-radius: 8px;
  line-height: normal;
  background: var(--bgWhite);
  border: 1px dashed var(--borderLight);
}

.menuScroll li .active,
.menuScroll li a:hover {
  color: var(--textWhite) !important;
  background: var(--bgMainColor);
  border: 1px dashed var(--bgMainColor);
}

.menuTopHeader {
  background: var(--bgWhite);
}

.menuRightSection {
  margin-top: 30px;
}

.menuRightSticky {
  position: sticky;
  position: -webkit-sticky;
  top: 95px;
  /* z-index: 100; */
}

.outOfstock {
  position: relative;
  overflow: hidden;
  filter: grayscale(100%);
  pointer-events: none;
}

.outOfstock:after {
  background-color: rgba(255, 255, 255, 0.5);
  content: '';
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;

}

.box {
  background: var(--bgWhite);
  padding: 15px;
  border-radius: 10px;
  box-shadow: var(--shadow);
  border: 1px dashed var(--borderLight) !important;
}

.flexBox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}


.rightAddressIcon {
  margin-right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--bgMainColor);
}

.rightAddressIcon img {
  width: 30px;
  height: 30px;
  position: relative;
  top: -1px;
}

.orderBack {
  margin-right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--bgLightGrey1);
}

.orderBack img {
  width: 26px;
}

.rightAddressContent h3 {
  font-size: var(--fontMedium);
  margin-bottom: 5px;
}

.rightAddressContent p {
  font-size: var(--fontNormal);
  margin-bottom: 0;
}

.rightOrderChange p {
  font-size: var(--fontNormal);
  line-height: 20px;
  color: var(--textMediumGrey);
  margin-bottom: 0px;
  font-weight: var(--fontWeightBold);
}

.rightOrderChange {
  width: 100%;
}

.rightOrderChange select {
  width: 100%;
  background: var(--bgWhite);
  border: 0px;
  height: 30px;
  font-size: var(--fontNormal);
  color: var(--textBlack);
  font-weight: var(--fontWeightBold);
  padding: 0px;
}

.rightOrderChange select:focus-visible {
  outline: none
}

.noProductText {
  font-size: var(--fontSmall);
  color: var(--textMediumGrey);
  text-align: center;
}

.orderCountSection {
  width: 12%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.orderItem {
  width: 60%;
  padding-right: 5px;
  padding-left: 15px;
}

.orderPrice {
  width: 22%;
}

.orderRemove {
  width: 10%;
  justify-content: flex-end;
  display: flex;
  align-items: center;
}

.orderCount {
  width: 33px;
  height: 33px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--bgLightGrey);
  color: var(--textBlack);
  font-size: var(--fontSmall);
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0%;
  transform: translate(-0%, -50%);
  -webkit-transform: translate(-0%, -50%);
}

.orderEdit {
  width: 33px;
  height: 33px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--bgMainColor);
  color: var(--textWhite);
  font-size: var(--fontSmall);
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0%;
  transform: translate(-0%, -50%);
  -webkit-transform: translate(-0%, -50%);
  opacity: 0;
}

.orderList:hover .orderEdit {
  opacity: 1;
}

.orderItemName {
  font-size: var(--fontMedium);
  font-weight: var(--fontWeightBold);
  line-height: 1.41;
  color: var(--textBlack);
}

.orderItemDesc {
  font-size: var(--fontSmall);
  color: var(--textMediumGrey);
  line-height: normal;
}

.orderItemDate {
  font-size: var(--fontSmall);
  color: var(--textMediumGrey);
}

.orderNote {
  font-size: var(--fontSmall);
  color: var(--textMediumGrey);
  margin-top: 3px;
  line-height: normal;
}

.orderNote span {
  color: var(--textBlack);
}

.orderPrice {
  font-size: var(--fontNormal);
  color: var(--textBlack);
  font-weight: var(--fontWeightBold);
  display: flex;
  justify-content: center;
}

.orderPrice span {
  width: 60px;
  text-align: right;
}

.valignTop {
  align-items: flex-start !important;
}

.orderRemove button {
  border-radius: 100px;
  -webkit-border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0px;
  background: var(--bgLightGrey);
  cursor: pointer;
  padding: 0px;
  margin: 0px;
  align-items: center;
  width: 28px;
  height: 28px;
  border-radius: 100px;
}

.orderRemove button i {
  color: var(--textBlack);
  font-size: var(--fontMedium);
}

.orderItem {
  cursor: pointer;
}

.MobileDetailPadding .modal-body {
  padding: 0px;
}

.MobileDetailPadding .modal-content {
  overflow: hidden;
}

.OrderFullBtn {
  background: var(--buttonColor);
  padding: 20px 15px;
  color: var(--buttonTextColor);
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border: 0px;
  font-weight: var(--fontWeightBold);
  font-size: var(--fontMedium1);
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.memoriaWalletDisable {
  pointer-events: none;
  -webkit-filter: grayscale(1);
  /* opacity: 0.5; */
}

.DeskOrderFullBtn {
  margin-bottom: 0px;
  margin-right: 0px;
}

.OrderFullBtn:hover {
  background: var(--buttonMouseOverColor);
  color: var(--buttonMouseOverTextColor);
}

.topMenuRight .landropdown.active {
  z-index: 999;
  top: 74px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: all 0.3s;
  opacity: 1;
}

.BestellungFixedBtn {
  background: var(--buttonColor);
  padding: 0px 15px;
  color: var(--buttonTextColor);
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  border: 0px;
  width: 100%;
  font-weight: var(--fontWeightBold);
  font-size: var(--fontMedium);
  letter-spacing: 1px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}

span.descdata p {
  margin-bottom: 3px;
}

.BestellungFixedBtn:hover {
  background: var(--buttonMouseOverColor);
  color: var(--buttonMouseOverTextColor);
}

.BestellungFixedBtn img {
  width: 25px;
  height: 25px;
  position: relative;
  top: -2px;
}

.menuQrScanBtn {
  background: var(--bgMainColor);
  padding: 20px 15px;
  color: var(--textWhite);
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  border: 0px;
  height: 60px;
  margin: 0 auto;
  font-weight: var(--fontWeightBold);
  font-size: var(--fontMedium);
  letter-spacing: 2px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menuQrScanBtn img {
  width: 25px;
  height: 25px;
  position: relative;
  top: -2px;
}

.BestellungFixedBtnBase {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  margin: 0 auto;
  /* background-color: rgba(255, 255, 255, 0.5); */
  background-color: rgba(255, 255, 255, 1);
  padding: 15px 15px 20px 15px;
  z-index: 2;
}

.OrderSumm {
  padding: 15px 0px;
  border-top: 1px dashed var(--borderLight);

}

.flexEvenSpace {
  justify-content: space-between;
}

.OrderSumm p {
  color: var(--textBlack);
  font-size: var(--fontNormal);
  margin: 7px 0px;
}

.OrderSumm .successMwst p {
  font-size: var(--fontNormal1);
}

.cursorpointer {
  cursor: pointer;
}

.OrderSumm h3 {
  color: var(--textBlack);
  font-size: var(--fontMedium);
  font-weight: var(--fontWeightBold);
  margin: 5px 0px 10px 0px;
}

.orderList {
  margin-bottom: 15px;
  /* border-bottom: 1px solid var(--borderLight);*/
  padding-top: 10px;
}

.orderList:first-child {
  padding-top: 10px;
}

.OrderItemScroll {
  max-height: calc(100vh - 300px);
}


.formCenter {
  padding: 30px 0px 20px 0px;
  /* max-width: 600px; */
  margin: 0 auto 20px;
}

.walletPaymentForm {
  padding: 30px 0px 20px 0px;
  max-width: 600px;
  margin: 0 auto 20px;
}

.commonForm-body {
  box-shadow: var(--shadow);
}

.commonForm .floating {
  height: 50px;
  position: relative;
}

.commonForm .form-control {
  border-radius: 0px;
  height: 45px !important;
  padding-left: 0px;
  border: 0px;
  border-bottom: 1px solid var(--borderLight);
  background: transparent !important;
  font-size: var(--fontNormal);
  box-shadow: none;
  color: var(--textBlack);
  padding-top: 10px;
}

.commonForm .form-control:focus {
  border-bottom: 1px solid var(--borderBlack);
}

.commonForm .checkName,
.commonForm p {
  font-size: var(--fontNormal);
}

.form-group.floating>label {
  bottom: 34px;
  left: 0px;
  position: relative;
  padding: 0px;
  font-size: var(--fontNormal);
  transition: 0.1s;
  pointer-events: none;
  transform-origin: bottom left;
  color: var(--textMediumGrey);
}

.form-control.floating:focus~label {
  transform: translate(0px, -105%) scale(1);
  box-shadow: none;
  color: var(--textMediumGrey);
}

.form-control.floating:valid~label {
  transform-origin: bottom left;
  transform: translate(0px, -115%) scale(1);
  box-shadow: none;
  color: var(--textMediumGrey);
}

.commonForm .form-control::-webkit-input-placeholder {
  color: var(--textMediumGrey);
}

.personalSection .form-group.floating>label {
  bottom: 0;
  margin-bottom: 0;
}

.commonForm .personalSection .floating {
  height: auto;
}

.commonForm-title {
  font-size: var(--fontLarge);
  line-height: 1.25;
  margin: 0px 0 25px;
  word-break: break-word;
}

.MenuDetailImg {
  width: 100%;
  height: 100%;
  background: var(--bgWhite);
  position: relative;
  min-height: 450px;
}

.MenuDetailImg.mobileHideSection img {
  max-height: 450px;
}

.MenuDetailImg img {
  width: 100%;
  position: absolute;
  max-width: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  top: 50%;
  object-fit: contain;
}

.errorMsg {
  font-size: var(--fontSmall);
  color: var(--textRed) !important;
  padding: 10px 0px;
}

/**Checkbox **/
.checkContainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 22px;
}

.checkContainer input {
  visibility: hidden;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
}

.mark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  background: var(--bgWhite);
  border: 2px solid var(--borderLight)
}

.checkContainer:hover input~.mark {
  background: var(--bgWhite);
  border: 2px solid var(--borderLight)
}

.checkContainer input:checked~.mark {
  background: var(--bgMainColor);
  border: 2px solid var(--borderMainColor)
}

.mark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkContainer input:checked~.mark:after {
  display: block;
}

.checkContainer .mark:after {
  left: 5px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/**end**/
/**datepicker**/

.react-datepicker-wrapper {
  width: 100%;
}

.react-datepicker__header,
.react-datepicker__day--selected {
  background: var(--bgMainColor) !important;
}

.react-datepicker-time__header {
  color: var(--textWhite) !important;
}

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  color: var(--textWhite) !important;
}

.react-datepicker__day-name {
  color: var(--textWhite) !important;
}

.react-datepicker__time-container,
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 110px !important;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before {
  top: -8px !important;
  border-top-color: var(--bgMainColor) !important;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  top: 0px !important;
  border-bottom-color: var(--bgMainColor) !important;
  display: none !important;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  border-bottom-color: var(--bgMainColor) !important;
  left: 50% !important;
}

.rightOrderChange .react-datepicker-popper {
  z-index: 1000 !important;
}

.rightOrderChange .react-datepicker__header {
  height: 62px !important;
}

.rightOrderChange .react-datepicker-time__header {
  margin-top: 12px;
}

.rightOrderChange .react-datepicker__time-container,
.rightOrderChange .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 94px !important;
}

.rightOrderChange .react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 100px;
}




/**end**/

.main-modal {
  max-width: 1110px !important;
}

.modal .content-wrap {
  box-shadow: var(--shadow);
  background-color: var(--bgLightGrey1);
  overflow-x: hidden;
}

.modal-content {
  background-color: var(--bgWhite);
  border: 0px;
  border-radius: 10px;
}

.modal-content-title {
  font-size: var(--fontMedium2);
  line-height: 32px;
  margin-bottom: 0px;
}

.modal-content p {
  font-style: normal;
  font-size: var(--fontSmall);
  line-height: 20px;
  color: var(--textDarkGrey);
  margin-bottom: 0 !important;
}

.modal-content-price {
  font-size: var(--fontNormal1);
  line-height: 32px;
  padding: 10px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px;
  font-weight: var(--fontWeightNormal);
}

.modal-content-info {
  background-color: var(--bgWhite);
  padding-right: 15px;
  border-bottom: 1px dashed var(--borderDark);
}

.allergen--title {
  font-weight: 600;
  color: var(--textBlack);
  font-size: 14px;
  margin-right: 10px;
}

.allergen--item {
  font-style: normal;
  font-size: var(--fontSmall);
  color: var(--textDarkGrey);
  margin-bottom: 0 !important;
  margin-right: 7px;
}

.allergen {
  font-size: 13px;
  line-height: 24px;
  text-transform: unset;
  color: var(--textBlack);
}

.modal .modifiers {
  margin-top: 0px;
  background: var(--bgWhite);
  padding-right: 15px;
  padding-bottom: 10px;
}

.modifiers-title {
  font-style: normal;
  font-weight: var(--fontWeightBold);
  font-size: var(--fontNormal);
  line-height: 20px;
  color: var(--textMediumGrey);
  word-break: break-word;
  padding: 12px 0;
  background: var(--bg-light-grey);
  padding-right: 15px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed var(--borderDark);
}

.modifiers-title span {
  text-transform: capitalize;
  font-size: var(--fontSmall);
}

.modifiers-list {
  background: var(--bgWhite);
}

.modifier-list-item {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
}

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

.modifier-list-item .removePrice {
  font-size: 14px;
  margin-right: 15px;
}

.modifier-list-item .removeExtra {
  font-size: 13px;
  color: var(--textDarkGrey);
  background: var(--bgLightGrey1);
  width: 25px;
  height: 25px;
  border-radius: 4px;
  align-items: center;
  text-align: center;
  line-height: 25px;
  cursor: pointer;
}

.modifier-name {
  font-size: var(--fontNormal1);
  font-weight: var(--title-weight);
  line-height: 24px;
  letter-spacing: -.41px;
  text-transform: var(--title-tt);
  color: var(--title-color);
}

.striked {
  text-decoration: line-through;
  color: var(--textMediumGrey);
}

.modifier-list-item .removeExtra.revertBack {
  background: var(--textSuccess);
  color: var(--textWhite);
}

.modifier-list-item .checkContainer {
  margin-bottom: 0px;
}

.modalHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  border-bottom: 1px solid var(--border-color);
  background-color: var(--bg-light-grey);
}

.modalHeader .modalClose {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0px;
  cursor: pointer;
  padding: 0px;
  margin: 0px;
  align-items: center;
  background: var(--bgWhite);
  width: 35px;
  height: 35px;
  border-radius: 100px;
}

.modalHeader .modalClose i {
  color: var(--textBlack);
  font-size: 18px;
}

.addBtnSec {
  padding: 10px 0px;
}

.quantityStatus {
  color: var(--textBlack);
  font-size: var(--fontMedium);
  font-weight: var(--fontWeightBold);
}

.AddBtnLayout {
  padding-right: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.AddBtnLayout button {
  height: 35px;
  width: 35px;
  border: 2px solid var(--borderMainColor);
  border-radius: 50%;
  background: var(--bgWhite);
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.AddBtnLayout button i {
  font-size: var(--fontMedium1);
  color: var(--textMainColor);
}

.AddBtnLayout button.disabled {
  border: 2px solid var(--borderLight);
}

.AddBtnLayout button.disabled i {
  color: var(--borderLight);
}

.RemoveProdtct {
  padding: 20px 0px 30px 0px;
}

.RemoveProdtct h3 {
  color: var(--textBlack);
  font-size: var(--fontMedium1);
  text-align: center;
}

.RemoveProdtct p {
  color: var(--textBlack);
  font-size: var(--fontNormal);
  text-align: center;
}

.viewSwitch {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.viewSwitch button {
  height: 40px;
  width: 40px;
  border: 0;
  border-radius: 6px;
  background: var(--bg-light-grey);
  position: relative;
  cursor: pointer;
  margin-left: 5px;
  opacity: 0.3;
}

.viewSwitch button.active {
  opacity: 1;
}

.viewSwitch button img {
  width: 20px;
  height: 20px;
}

.menuHeader {
  font-size: var(--fontMedium1);
  font-weight: var(--fontWeightBold);
  color: var(--textBlack);
}

.tischScanImg {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 5px;
  top: 10px;
  cursor: pointer;
}

.tischScanImg img {
  width: 20px;
  height: 20px;
}

.containerElement {
  max-height: 500px;
  overflow-y: auto;
  overflow: scroll;
  overflow-x: scroll;
  overflow-x: hidden;
  scrollbar-width: thin;
  -webkit-scrollbar-width: thin;
  padding-bottom: 15px;
  margin-bottom: 10px;
  padding-right: 10px;
  min-height: 355px;
}

.borderrad_10 {
  border-radius: 10px;
}

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

.containerElement::-webkit-scrollbar-track {
  background: transparent;
}

.containerElement::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 0px;
  border: 3px solid #ccc;
}

.menuDetailScroll {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  white-space: nowrap;
  list-style: none;
  flex-wrap: nowrap;
  justify-items: center;
  justify-content: flex-start;
  margin-bottom: 0px;
}

.menuDetailScroll li {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}

.menuDetailScroll li a {
  display: inline-block;
  font-size: var(--fontNormal);
  color: var(--textBlack);
  padding: 10px 15px;
  border-radius: 8px;
  line-height: normal;
  background: var(--bgWhite);
  border: 1px dashed var(--borderLight);
}

.menuDetailScroll li .active {
  color: var(--textWhite) !important;
  background: var(--bgMainColor);
  border: 1px dashed var(--bgMainColor);
}

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

.bestellartSec {
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
}

.bestellartSecBtns {
  padding: 10px;
  background: var(--bgWhite);
}

.bestellartSec h3 {
  font-size: var(--fontMedium1);
  color: var(--textBlack);
  font-weight: var(--fontWeightBold);
  margin: 10px 0px 20px 0px;
}

.selectBestellart li {
  float: left;
  border: 1px solid var(--borderDark);
  border-radius: 30px;
  padding: 8px 20px;
  font-size: var(--fontNormal);
  font-weight: 300;
  margin-right: 15px;
  cursor: pointer;
}

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

.selectBestellart li.active {
  border: 1px solid var(--borderMainColor);
  background-color: var(--bgMainColor);
  color: var(--textWhite);
}



/* .paymentTab {
  padding: 10px;
} */

.paymentTab ul li img {
  width: 50px;
  height: 50px;
  border: 1px dashed #c1c1c1;
  border-radius: 8px;
}

.paymentTab ul li {
  margin-bottom: 25px;
  cursor: pointer;
  padding: 5px;
  border-radius: 8px;
  border: 1px dashed var(--bgLightGrey2);
  box-shadow: var(--shadow);
}

.paymentTab ul li h6 {
  font-size: 20px;
  margin-bottom: 0px;
}

.paymentTab ul li:hover {
  /* background: var(--bgLightGrey1); */
  border: 1px dashed var(--borderMainColor);
  -webkit-transition: all .35s ease 0s;
  -o-transition: all .35s ease 0s;
  transition: all .35s ease 0s;
}

.paymentTab ul li.active {
  border: 1px dashed var(--borderMainColor);
}

.paymentTab ul li:hover img {
  opacity: 0.7;
  -webkit-transition: all .35s ease 0s;
  -o-transition: all .35s ease 0s;
  transition: all .35s ease 0s;
}


.walletAmount {
  text-align: center;
  padding: 20px 0px 0px 0px;
}

.walletAmount p {
  font-size: 25px;
  color: var(--textBlack);
  font-weight: 600;
  background: var(--bgLightGrey1);
  display: inline;
  padding: 10px 20px;
  border-radius: 8px;
  margin-bottom: 0px;
}

.walletScan {
  width: 200px;
  height: 200px;
  border: 1px solid var(--borderLight);
  border-radius: 8px;
  text-align: center;
  position: relative;
}

.walletScan img {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.walletNumber {
  width: 200px;
  height: 200px;
  border: 1px solid var(--borderLight);
  border-radius: 8px;
  text-align: center;
  position: relative;

}

.walletNumber .center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 100%;
}

.walletNumber .center span {
  width: 35px;
  height: 35px;
  background: var(--bgLightGrey1);
  display: inline-block;
  margin: 0px 1px;
  text-align: center;
  line-height: 35px;
  font-weight: 600;
  font-size: 18px;
}

.walletNumber .center span:last-child {
  margin: 0px
}

.walletFooter {
  border-top: 1px solid #e9e9e9;
  margin-top: 15px;
}

.walletFooter ul {
  display: flex;
  justify-content: space-between;
}

.walletFooter ul li {
  text-align: center;
  padding: 10px;
  width: 33%;
}

.walletFooter ul li .walletFooterIcon img {
  width: 35px;
  height: 35px;
  display: block;
  margin: 0 auto;
}

.walletFooter ul li p {
  font-size: 11px;
  color: var(--textBlack);
  margin-top: 10px;
}


.walletScroll {
  padding: 50px 0px;

}

.rightOrderChange .floating {
  position: relative;
  margin-bottom: 0px;
  height: 50px;
}

.rightOrderChange .form-control {
  border-radius: 0px;
  height: 45px !important;
  padding-left: 0px;
  border: 0px;
  border-bottom: 1px solid var(--borderLight);
  background: transparent !important;
  font-size: var(--fontNormal);
  box-shadow: none;
  color: var(--textBlack);
}

.loginForm {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  min-width: 900px;
}

.LoginRight {
  text-align: center;
  position: relative;
  overflow: hidden;
  background: #fff;
  background-repeat: no-repeat;
  background-size: cover;
}

.login-overlay {
  background-color: rgba(55, 113, 200, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.LoginRight h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  color: var(--textWhite);
  /* text-transform: uppercase; */
  font-size: 2em;
  width: 70%;
  z-index: 1;
}

.loginForm .loginFormInner {
  background: var(--bgWhite);
  border-radius: 10px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.loginForm .loginFormInner form {
  padding: 15px;
}

.ScanPopup {
  position: fixed;
  top: 110%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000000000;
  width: 100%;
  background: var(--bgWhite);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}

.ScanPopup.active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: all 0.5s;
  opacity: 1;
  top: 0
}

.defaultShow {
  display: inline-block;
}

.ScanPopup .scanArea {
  height: calc(100vh - 50px);
  margin-top: 50px;
}

.ScanPopup .modalHeader {
  border-bottom: 1px dashed var(--borderLight);
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
  left: 0;
  padding: 10px 15px;
}

.mobileCartPopup {
  display: none;
}

.mobileShowDetailBtn {
  display: none;
}

.mobileShowSection {
  display: none;
  /* margin-top: 45px; */
}

.BestellungFixedBtnBase {
  display: none;
}

.titleHide {
  display: none;
}

.not-found-base {
  position: relative;
  height: calc(100vh - 140px);
}

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

.not-found h1 {
  font-size: 25px;
  font-weight: 400;
}

.not-found p {
  font-size: 14px;
  font-weight: 400;
}

.modal-content .warenkorbFixedBtn p {
  margin-bottom: 5px !important;
}

.modal-content .warenkorbFixedBtn h3 {
  margin-bottom: 15px !important;
}

.menuNote {
  width: 100%;
}

.menuNote .form-control {
  border-radius: 0px;
  height: 100px !important;
  padding-left: 0px;
  border: 0px;
  border-bottom: 1px solid var(--borderLight);
  background: transparent !important;
  font-size: var(--fontNormal);
  box-shadow: none;
  color: var(--textBlack);
  resize: none;
}

.CardList ul li:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
}

.menuNote .form-control:focus {
  border-bottom: 1px solid var(--borderBlack);
}

.menuNote .small {
  display: block;
  font-size: var(--fontSmall);
  color: var(--bg-dark-grey);
  margin-top: 10px;
}

.smallText {
  font-size: var(--fontSmall);
  color: var(--bg-dark-grey);
}

.disclamier p {
  font-size: var(--fontSmall);
  color: var(--bg-dark-grey);
  text-align: justify;
}

.deskmenuModalHeader {
  position: sticky;
  top: 0;
  z-index: 1055;
  border-bottom: 1px dashed var(--borderDark);
  padding: 10px 0px;
  height: 50px;
  background: var(--bgWhite);
  display: flex;
  justify-content: space-between;
}

.deskmenuModalHeader .modalClose {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0px;
  cursor: pointer;
  padding: 0px;
  margin: 0px;
  align-items: center;
  background: var(--bgWhite);
  margin-right: 15px;
}

.deskmenuModalHeader .modalClose i {
  color: var(--textBlack);
  font-size: 20px;
}

/**add cards**/
.CardList {
  margin-bottom: 30px;
}

.CardList ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid var(--borderLight);
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.CardImage {
  width: 120px;
  height: 120px;
  border: 1px solid var(--borderLight);
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.CardImage img {
  margin: 0 auto;
}

.CardName {
  font-size: var(--fontNormal);
  margin-bottom: 10px;
}

.cardRight {
  padding-left: 20px;
}

.CardNumber {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.CardNumber span {
  font-size: var(--fontMedium);
  margin-right: 10px;
}

.CardDate {
  font-size: var(--fontMedium);
  margin-top: 10px;
}

.CardBtns {
  margin-top: 10px;
}

.CardBtns span {
  margin-right: 15px;
  background: var(--bgLightGrey1);
  font-size: var(--fontSmall);
  border-radius: 4px;
  padding: 5px 10px;
  color: var(--textBlack);
  cursor: pointer;
}

.btn-delete {
  background: var(--textRed) !important;
  color: var(--textWhite) !important;
}

.btn-active {
  background: var(--textSuccess) !important;
  color: var(--textWhite) !important;
}

.CardBtns span:hover {
  background: var(--bg-dark-grey) !important;
  color: var(--textWhite) !important;
}

.medium-modal {
  max-width: 550px !important;
}

.addAddressPopup .modal-body {
  padding: 0px;
}

.LieferungPopup,
.AktuellenPopCont {
  padding: 1rem;
}

.AufkarteBack {
  background: transparent;
  border: 0px;
  color: var(--textBlack);
  font-size: 20px;
  cursor: pointer;
}

.LieferungPopup .form-control {
  border-radius: 10px;
  height: 45px !important;
  padding-left: 15px;
  border: 0px;
  border: 1px solid var(--borderLight);
  background: transparent !important;
  font-size: var(--fontNormal);
  box-shadow: none;
  color: var(--textBlack);
  margin-right: 15px;
}

.LieferungPopup .form-control:focus {
  border: 1px solid var(--borderBlack);
}

.AddressList {
  position: absolute;
  top: 46px;
  background: var(--bgWhite);
  padding: 15px;
  width: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.AddressList ul {
  max-height: 200px;
  overflow: scroll;
  overflow-x: scroll;
  overflow-x: hidden;
  scrollbar-width: thin;
  -webkit-scrollbar-width: thin;
}

.AddressList ul::-webkit-scrollbar {
  width: 3px;
}

.AddressList ul::-webkit-scrollbar-track {
  background: transparent;
}

.AddressList ul::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 0px;
  border: 3px solid #ccc;
}

.AddressList ul li {
  border-bottom: 1px solid var(--borderLight);
}

.AddressList ul li button {
  color: var(--textBlack);
  font-size: var(--fontMedium);
  font-weight: var(--fontWeightBold);
  background: transparent;
  width: 100%;
  border: 0px;
  padding: 15px 0px;
  text-align: left;
  cursor: pointer;
}

.AddressList ul li button i {
  margin-right: 10px;
}

.AddressList ul li:last-child {
  border-bottom: 0px;
}

.showMapAddress {
  padding: 1rem;
}

.LieferungMap {
  overflow: hidden;
  height: 200px;
  margin-bottom: 20px;
}

.mediumModalHeader {
  justify-content: space-between;
  display: flex;
  padding: 10px 15px;
  border-bottom: 1px solid var(--borderLight);
}

.mediumModalHeader .modalClose {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0px;
  cursor: pointer;
  padding: 0px;
  margin: 0px;
  align-items: center;
  background: var(--bgWhite);
}

.mediumModalHeader .modalClose i {
  color: var(--textBlack);
  font-size: 20px;
}

.foodSpotModal {
  max-width: 800px;
}

.foodSpotModal .modal-body {
  padding: 0px;
}

.foodSpotModal .modal-content {
  overflow: hidden;
}

.foodSpotLeft {
  background: var(--bgLightGrey1);
  padding: 1rem;
  height: 100%;
  align-items: center;
  display: flex;
}

.foodSpotRight {
  padding: 1rem;
  height: 100%;
}

.foodSpotLeft h3 {
  color: var(--textBlack);
  font-size: var(--fontMedium);
  font-weight: var(--fontWeightBold);
  margin-bottom: 10px;
}

.foodSpotLeft p {
  color: var(--textBlack);
  font-size: var(--fontSmall);
}

.foodSpotRightContent {
  padding: 50px 0px;
}

.foodSpotRightContent h3 {
  color: var(--textBlack);
  font-size: var(--fontMedium1);
  font-weight: var(--fontWeightBold);
  margin-bottom: 10px;
}

.foodSpotRightContent p {
  color: var(--textBlack);
  font-size: var(--fontNormal);
}

.foodSpotSearch {
  margin-bottom: 40px;
}

.foodSpotSearch .form-control {
  border-radius: 10px;
  height: 50px !important;
  padding-left: 15px;
  border: 0px;
  border: 1px solid var(--borderLight);
  background: transparent !important;
  font-size: var(--fontNormal);
  box-shadow: none;
  color: var(--textBlack);
  margin-right: 15px;
  width: 60%;
}

.foodSpotSearch .form-control:focus {
  border: 1px solid var(--borderBlack);
}

.foodSpotSearch .button-large {
  width: 40%;
}

.foodSpotBtn p {
  text-transform: uppercase;
  margin-bottom: 15px !important;
  display: block;
  width: 100%;
}

.AktuellenCityList {
  border-top: 1px solid var(--borderLight);
}

.orcodeerror {
  height: 22px;
  text-align: center;
  margin-top: 10px;
}

.AktuellenCityList ul li a {
  color: var(--textBlack);
  font-size: var(--fontMedium);
  font-weight: var(--fontWeightBold);
  padding: 20px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.AktuellenCityList ul li a i {
  color: var(--textMediumGrey);
}

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

.AktuellenBtn button {
  padding: 20px 0px;
  color: var(--textBlack);
  font-size: var(--fontMedium1);
  font-weight: var(--fontWeightBold);
  text-align: left;
  background: transparent;
  border: 0px;
  cursor: pointer;
  width: 100%;
}

.AktuellenBtn button .AktuellenBtnImg {
  position: absolute;
  right: 15px;
}

.AufkarteMap {
  height: 500px;
}

.AufkarteFullMapPop .modal-content {
  overflow: hidden;
}

.AufkarteMapBtn {
  position: absolute;
  bottom: 15px;
  left: 10px;
  right: 10px;
  width: 93%;
  margin: 0 auto;
}

.languagePopup .modal-body {
  padding: 0px;
}

.language-content {
  padding: 1rem;
}

.language-content button {
  margin-top: 30px;
}

.static-content {
  padding: 20px 0px;
  background: var(--bgWhite);
  border-radius: 10px;
  margin: 20px 0px;
}

.static-content ul,
.static-content ol {
  padding: 0px;
  margin-left: 13px;
  margin-bottom: 15px !important;
}

.static-content ul li,
.static-content ol li {
  padding-left: 15px;
  margin-bottom: 10px;
}

.static-content ul li span,
.static-content ol li span {
  margin-bottom: 10px;
  display: block;
}


.static-content p,
.static-content li {
  color: var(--textBlack);
  font-size: var(--fontNormal1);
  text-align: left;
  margin-bottom: 10px;
}

.static-content h4,
.static-content h2 {
  color: var(--textBlack);
  font-size: var(--fontMedium);
  font-weight: var(--fontWeightBold);
  text-align: left;
}

.modal-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 110%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000000000;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}

.modal-overlay.active {
  transform: scale(1);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  opacity: 1;
  top: 0;
}

.mobilePopupDetail {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background: var(--bgWhite);
  border-radius: 10px;
  overflow: hidden;
  z-index: 1001;
  -webkit-transition: all .35s ease 0s;
  -o-transition: all .35s ease 0s;
  transition: all .35s ease 0s;
  min-width: 1040px;
}

.menuNote textarea::placeholder {
  color: var(--textMuted);
}

/**alert **/


.alert {
  background: var(--bg-default);
  border: 0px;
  border-left: 5px solid var(--bg-default);
  width: 99%;
  margin: 0 auto;
  color: var(--primary-color);
  border: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  position: fixed;
  top: -15%;
  z-index: 100000;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.alert.active {
  top: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.alert-close {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 12px;
  right: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: var(--primary-color);
  z-index: 100;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 20px;
  box-shadow: 0 0px 7px rgba(0, 0, 0, 0.1);
}

.alert-success {
  border-left: 5px solid var(--success) !important;
}

.alert-info {
  border-left: 5px solid var(--blue-color) !important;
}

.alert-warning {
  border-left: 5px solid var(--warning) !important;
}

.alert-danger {
  border-left: 5px solid var(--error) !important;
}

.alert span.icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  border-radius: 100px;
  margin-right: 10px;
}

.alert span.icon i {
  color: var(--bg-default) !important;
  font-size: 14px;
}

.alert-success span.icon {
  background-color: var(--success) !important;
}

.alert-info span.icon {
  background-color: var(--blue-color) !important;
}

.alert-warning span.icon {
  background-color: var(--warning) !important;
}

.alert-danger span.icon {
  background-color: var(--error) !important;
}

.alert-danger span.icon i {
  position: relative;
  top: -1px;
}

/**Toastify**/
.Toastify__toast {
  box-shadow: none !important;
  min-height: 72px !important;
}

.Toastify__toast-container {
  width: 100% !important;
  padding: 0px !important;
  z-index: 10000000000 !important;
}

.Toastify__toast-container--top-right {
  top: 0 !important;
  right: 0 !important;
}

.Toastify__toast--error {
  background: var(--textRed) !important;
}

.Toastify__toast--success {
  background: var(--textSuccess) !important;
}

.Toastify__toast-theme--light {
  color: var(--textWhite) !important;
}

.Toastify__toast-icon svg {
  fill: var(--textWhite) !important;
}

.Toastify__close-button--light {
  color: #fff !important;
  opacity: 1 !important;
}

.Toastify__close-button>svg {
  fill: currentColor;
  height: 20px !important;
  width: 20px !important;
}

.order-table {
  margin-top: 20px;
  margin-bottom: 30px;
}

.order-table .table thead th {
  border: 1px solid var(--bg-default);
  border-bottom: 1px solid var(--border-color);
  text-transform: none;
  font-size: var(--fontNormal1);
  height: auto;
  padding: 10px;
  font-weight: normal;
  border-top: 0px solid #efefef;
  font-weight: bold !important;
  white-space: nowrap;
  border-bottom: 1px dashed var(--borderLight);
}

.order-table .table td {
  border: 0px;
  font-size: var(--fontNormal1);
  vertical-align: middle;
  padding: 15px 10px;
  border-bottom: 1px dashed var(--borderLight);
}

.order-table tbody tr:nth-of-type(2n+1) {
  background-color: var(--bg-light-grey);
}

.order-table .btn-group a {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border: 0;
  padding: 0;
  position: relative;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  border-radius: 6px !important;
  display: flex;
  justify-content: center;
  background: var(--bgMainColor);
  display: flex;
  align-items: center;
}

.order-table .btn-group a:last-child {
  margin-right: 0px !important;
}


.order-table .orderPrice {
  justify-content: right;
  font-size: var(--fontMedium);
}

.order-table .orderList {
  padding-bottom: 20px;
  border-bottom: 1px dashed #ccc;
  margin-right: 20px;
  justify-content: space-between;
}

.order-table .orderList:last-child {
  border-bottom: 0px dotted #ccc;
}

.orderViewList {
  /* max-height: calc(100vh - 460px); */
  /* overflow-y: auto;
  overflow: scroll;
  overflow-x: scroll;
  overflow-x: hidden;
  scrollbar-width: thin;
  -webkit-scrollbar-width: thin; */
}

/* 
.orderViewList::-webkit-scrollbar {
  width: 3px;
}

.orderViewList::-webkit-scrollbar-track {
  background: transparent;
}

.orderViewList::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 0px;
  border: 3px solid #ccc;
} */

/* .orderViewList .orderCountSection {
  width: 10%;
}

.orderViewList .orderPrice {
  width: 25%;
} 

.orderViewList .orderViewImg {
  width: 15%;
}

.orderViewList .orderItem {
  width: 50%;
}*/

.orderViewImg img {
  object-fit: contain;
  width: 70px;
  height: 70px;
  border-radius: 6px;
}

.orderViewList {
  border: 1px dashed var(--bgLightGrey);
  border-radius: 6px;
}

.orderViewList .valignTop {
  align-items: center !important;
}

.orderViewCount {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--bgLightGrey);
  color: var(--textBlack);
  font-size: var(--fontNormal1);
}

.formCenter.pmethod {
  max-width: 600px;
}

.orderViewBtns .button-large {
  width: inherit;
  padding: 15px 25px;
}

.orderSuccessHeight {
  /* max-height: calc(100vh - 577px); */
  max-height: inherit;
  height: auto;

}

.order-succ-message {
  margin-top: 30px;
}

.order-heading {
  color: var(--textBlack);
  font-size: var(--fontMedium1);
  margin-bottom: 20px;
  border-radius: 6px;
  background: var(--bg-light-grey);
}

.success {
  color: var(--textSuccess);
}

.order-succ-message p {
  font-size: 16px;
}

.successIcon {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--textSuccess);
  margin-right: 20px;
  color: var(--textWhite);
}

.orgcodeBgBase {
  height: 100vh;
}

.orgcodeBgTop {
  position: absolute;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

.orgcodeBgBottom {
  position: absolute;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}

.orgcodeBgCenter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.orgcodeBg {
  position: absolute;
  overflow: hidden;
  background: #fae3d5;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}

.orgcodeContentarea {
  position: absolute;
  overflow: hidden;
  background: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  padding: 0px;
}

.orgCodeForm {
  background: var(--bgWhite);
  padding: 20px;
  width: 600px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.orgCodeForm .form-control {
  border-radius: 10px;
  height: 60px !important;
  padding-left: 25px;
  padding-right: 25px;
  border: 0px;
  border: 1px dashed var(--borderDark);
  background: transparent !important;
  font-size: var(--fontNormal);
  box-shadow: none;
  color: var(--textBlack);
  width: 100%;
  background: var(--bgWhite) !important;
}

.orgCodeForm .form-control:focus {
  border: 1px solid #919090;
}

.orgCodeForm .tischScanImg {
  width: 35px;
  height: 35px;
  position: absolute;
  right: 15px;
  top: 8px;
  cursor: pointer;
}

.orgCodeForm .tischScanImg img {
  width: 35px;
  height: 35px;
}

.button-orgCode {
  background: var(--buttonColor);
  padding: 15px;
  color: var(--buttonTextColor);
  border-radius: 10px;
  align-items: center;
  cursor: pointer;
  border: 0px;
  font-weight: var(--fontWeightBold);
  letter-spacing: 2px;
  text-align: center;
  margin-top: 30px;
  min-width: 150px;

}

.button-orgCode:hover {
  background: var(--buttonMouseOverColor);
  color: var(--buttonMouseOverTextColor);
}

.scanposition video {
  position: fixed !important;
}

.scanArea.menuScan video {
  position: fixed !important;
  top: 20px;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto !important;
  width: auto !important;
}

.BereichPos {
  position: relative;
}

.BereichPos .tischScanImg {
  top: 5px;
}



.orderStausBox {
  max-width: 800px;
  margin: 30px auto 30px auto;
  text-align: center;
}

.deliverdMsg {
  text-align: center;
  font-size: 16px;
  padding: 30px 0px;
  border-bottom: 1px solid var(--borderLight);
}

.deliverdMsg span {
  font-size: 35px;
  display: block;
  margin-top: 10px;
  color: var(--textSuccess);
  font-weight: 500;
}

.orderFrom {
  padding: 25px 0px;
  margin-bottom: 25px;
  text-align: center;
  border-bottom: 1px solid var(--borderLight);
}

.orderStatusBox ul li {
  margin-bottom: 30px;
}

.orderStatusBox ul li h5 {
  display: flex;
  margin-bottom: 15px;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  margin-bottom: 0px;
}

.orderStatusBox ul li span {
  background: #f3f3f3;
  border-radius: 4px;
  margin-right: 10px;
  height: 38px;
  width: 38px;
  display: flex;
  justify-content: center;
}

.orderStatusBox ul li span img {
  width: 20px;
}

.orderStatusBoxContent {
  font-size: 15px;
  padding-left: 48px;
  color: var(--textMediumGrey);
  text-align: left;
}

.orderFromLogo {
  width: 80px;
  height: 80px;
  margin: 0px auto 10px auto;
}

.orderFromLogo img {
  height: 80px;
  object-fit: contain;
}

.orderFromName {
  font-size: 25px;
  color: var(--textMainColor);
  margin-bottom: 10px;
  font-weight: 500;
}

.orderFromAddress {
  font-size: 16px;
}

.orderStatusList {
  display: flex;
  justify-content: space-between;
  padding-left: 48px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.orderStatusList .mainItem h3 {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}

.orderStatusList .mainItem p {
  font-size: 13px;
  margin-bottom: 0;
  color: var(--textMediumGrey);
  text-align: left;
}

.orderStatusList .mainItemPrice {
  font-size: 16px;
  font-weight: 500;
  text-align: right;
}

.ToGoStausText {
  border: 1px solid var(--textMediumGrey);
  width: auto;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
  border-radius: 10px;
  padding: 20px;
  font-size: 22px;
  background-color: #f3f3f3;
  display: inline-block;
}

.ToGoStausContent {
  text-align: center;
}

.ToGoStausContent p {
  text-align: center;
  padding: 30px 0px 10px 0px;
  color: var(--textMediumGrey);
}

.ToGoStausContent p span {
  color: var(--textBlack);
  display: block;
  margin-top: 10px;
}

.ToGoStausTxt {
  text-align: center;
  font-size: 16px;
  padding: 15px 0px 25px 0px;
  font-weight: 500;
  border-bottom: 1px solid var(--borderLight);
}

.border1pxlight {
  border-bottom: 1px solid var(--borderLight);
}

.order-heading-tracking {
  color: var(--textBlack);
  font-size: 18px;
  padding: 16px;
  margin-bottom: 20px;
  border-radius: 6px;
  background: #f3f3f3;
}

.ToGoStausTitle {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ToGoStausTitle div {
  margin-right: 15px;
  background: #f3f3f3;
  border-radius: 4px;
  margin-right: 10px;
  height: 38px;
  width: 38px;
  display: flex;
  justify-content: center;
  position: relative;
  top: -3px;
}

.ToGoStausTitle img {
  width: 20px;
}


.ToGoStausTitle h3 {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  padding: 25px 0px;
  display: flex;
  align-items: baseline;
}

.ToGoStausTitle h3 span {
  font-size: 20px;
  margin-left: 10px;
  font-weight: 400;
}

.ToGoStausDate {
  font-weight: 500;
  text-align: center;
  font-size: 16px;
  background: #f3f3f3;
  padding: 20px;
  border-radius: 10px;
}

.sessions {
  margin-top: 2rem;
  border-radius: 12px;
  position: relative;
}

.sessions li {
  padding-bottom: 1.5rem;
  border-left: 1px solid #83b1f4;
  position: relative;
  padding-left: 20px;
  margin-left: 20px;
  position: relative;
  text-align: left;
}

.sessions li:last-child {
  border: 0px;
  padding-bottom: 0;
}

.sessions li:before {
  content: '';
  width: 15px;
  height: 15px;
  background: white;
  border: 1px solid #4e5ed3;
  box-shadow: 3px 3px 0px #83b1f4;
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: 0px;
}

.sessions li .timeBox {
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #f3f3f3;
  margin-bottom: 10px;
  padding: 10px 10px 10px 20px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.10);
}

.sessions li p {
  color: var(--textBlack);
  font-size: 16px;
}

.sessions li .time {
  color: var(--textMediumGrey);
  font-size: 14px;
}

.LifTimeline {
  background-color: var(--bgMainColor);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 20px;
  text-align: left;
}

.Lifsessions {
  position: relative;
}

.Lifsessions li {
  padding-bottom: 1.5rem;
  border-left: 1px solid #a3bff5;
  position: relative;
  padding-left: 30px;
  margin-left: 10px;
  position: relative;
}

.Lifsessions li:last-child {
  border: 0px;
  padding-bottom: 0;
}

.Lifsessions li:last-child::after {
  display: none;
}

.Lifsessions li:before {
  content: '';
  width: 25px;
  height: 25px;
  background: #a3bff5;
  border-radius: 50%;
  position: absolute;
  left: -11px;
  top: 0px;
}

.Lifsessions li.active:before {
  background: #fff url(../images/w-tick.png) no-repeat;
  background-position: center center;
  padding-left: 5px;
  z-index: 1;
}

.Lifsessions li.active:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 2px;
  height: 100%;
  background: #fff;
}

.Lifsessions li p {
  color: var(--textWhite);
  font-size: 20px;
  margin-bottom: 5px;
  line-height: normal;
  font-weight: 500;
  opacity: 0.5;
}

.Lifsessions li .time {
  color: var(--textWhite);
  font-size: 16px;
  opacity: 0.5;
  font-weight: 300;
}

.Lifsessions li.active p,
.Lifsessions li.active .time {
  opacity: 1;
}

.tomMenuRight .dropdownContent {
  position: absolute;
  right: 0px;
  top: 74px;
  width: 220px;
  background: #f6f6f6;
  box-shadow: var(--shadow);
  border-radius: 10px;
  overflow: hidden;
}

.tomMenuRight .dropdown ul li {
  border-bottom: 1px dotted #ccc;
  padding: 10px 15px;
  cursor: pointer;
  display: block;
  text-align: left;
  font-size: 14px;
  color: #000;
}

.langDisplay {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  position: relative;
  top: 0px;
  background: var(--bgLightGrey1);
  text-align: center;
  font-size: 15px;
  color: #000;
  font-size: 13px;
  margin-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid #e9e9ed;
}

.landropdown {
  position: absolute;
  right: 0px;
  top: 74px;
  width: 220px;
  background: #fff;
  box-shadow: var(--shadow);
  border-radius: 10px;
  overflow: hidden;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}

.landropdown.active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  z-index: 999;
}

.langDisplay img {
  width: 20px;
  height: 20px;
}

.topMenuRight .landropdown ul {
  width: 100%;
  border: 1px dashed var(--borderDark);
}

.topMenuRight .landropdown li:last-child {
  position: static;
  padding: 10px 15px;
}

.landropdown ul li {
  border-bottom: 1px dashed var(--borderDark);
  padding: 10px 15px !important;
  cursor: pointer;
  display: block;
  text-align: left;
  font-size: var(--fontNormal);
  display: flex;
  align-items: center;
}

.landropdown ul li:hover {
  color: var(--textMainColor);
}

.trackStatus .langDisplay {
  margin-right: 0px !important;
}

.static-content span {
  margin: 0px;
}

.trackBackIcon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.PageBack {
  background: #f3f3f3;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin-right: 15px;
  position: relative;
  top: 2px;
  cursor: pointer;
}

.PageBack i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

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

.addPaymentBtn {
  width: 50px;
  height: 40px;
  text-align: center;
  color: var(--buttonTextColor);
  background: var(--buttonColor);
  font-weight: var(--fontWeightBold);
  font-size: 20px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.addPaymentBtn:hover {
  color: var(--buttonMouseOverTextColor);
  background: var(--buttonMouseOverColor);
}

.BtnLoader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.dflexForm {
  margin: 20px 0 33px;
}

.dflexForm .commonForm-title {
  margin: 0px !important;
}

.orderSummary {
  padding: 15px 0px 15px;
  color: var(--textMediumGrey);
  font-size: var(--fontMedium);
  font-weight: normal;
  border-top: 1px dashed var(--borderLight);
}

.orderSummary span {
  display: block;
  margin-bottom: 10px;
  color: var(--textBlack);
  font-size: var(--fontMedium1);
  font-weight: var(--fontWeightBold);
}

.productRemovePopup {
  position: fixed;
  top: 110%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000000001;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.productRemovePopup.active {
  transform: scale(1);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  opacity: 1;
  top: 0;
}

.productRemovePopup .modal-content {
  width: 40%;
  margin: 0 auto;
  padding: 1em;
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%);
  /* border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px; */
}

.internetFail {
  text-align: center;
  padding: 30px;
  margin-top: 20px;
}

.internetFail button {
  width: auto !important;
}

.internetFail h3 {
  font-size: 20px;
  color: var(--textBlack);
  font-weight: var(--fontWeightBold);
  margin: 10px 0px;
}

.internetFail img {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  border-radius: 100px;
  overflow: hidden;
}

.linkFlex {
  display: flex;
}

.formRedirection {
  margin-bottom: 25px;
}

.formRedirection .button-medium {
  width: 100% !important;
  display: block;
  margin-bottom: 10px;
  background: #fff;
  border: 1px solid var(--borderLight);
  color: var(--textMainColor) !important;
  font-size: var(--fontMedium);
  letter-spacing: 1px;
}

.cursorPointer {
  cursor: pointer;
}

.formStaticContent a,
.formStaticContent {
  font-size: var(--fontNormal1);
}

.form-position {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.orgCodeForm.formDefault .form-control {
  height: 50px !important;
}

.carousel-root {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 360px;
}

.productGallery {
  padding: 20px;
  position: relative;
  height: 100%;
}

.productGalleryBackground {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.carousel.carousel-slider {
  border-radius: 10px
}

.carousel .thumbs-wrapper,
.carousel-status {
  display: none;
}

.carousel.carousel-slider .control-arrow {
  top: 50% !important;
  transform: translateY(-50%);
  width: 40px !important;
  height: 40px !important;
}

.menuPopupContent {
  padding: 10px;
}

.carousel .slide img {
  height: 300px !important;
  object-fit: cover;
}

.menuPopFooter {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px dashed var(--borderDark);
}

.menuPopFooterLeft {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 60%;
}

.menuPopFooterRight {
  width: 36%;
}

.menuPopFooterLeft select {
  margin-right: 10px;
  height: 50px !important;
  border-radius: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px dashed var(--borderDark);
  background: transparent !important;
  font-size: var(--fontNormal);
  box-shadow: none;
  color: var(--textBlack);
  width: 100%;
  position: relative;

  appearance: none;
  background: #fff url(../images/down-arrow.png) no-repeat 95% 18px !important;
  background-position: right 1rem center;
  background-size: 1em;
}

.menuPopFooter .OrderFullBtn {
  padding: 15px 15px;
}

.deliveryDateSection {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed var(--borderDark);
  padding: 10px 0px;
  font-size: var(--fontNormal);
}

.deliveryItemSection {
  width: 30%;
}

.deliveryDateSection:nth-child(1) {
  border-top: 1px dashed var(--borderDark);
}

.deliveryItemSection:nth-child(3) {
  width: 40%;
}

.deliveryItemMenge {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 10px;
}

.deliveryItemMenge input {
  margin: 0px 15px;
  height: 30px !important;
  width: 80px;
  border-radius: 6px;
  padding: 5px;
  border: 1px dashed var(--borderDark);
  background: transparent !important;
  font-size: var(--fontNormal);
  box-shadow: none;
  color: var(--textBlack);
  background: var(--bgWhite) !important;
  padding-right: 15px;
}

.deliveryItemMenge .remove {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  align-items: center;
  width: 28px;
  height: 28px;
  border-radius: 100px;
}

.deliveryItemMenge .remove i {
  font-size: 18px;
}

.DeliveryAddBtn img {
  width: 21px;
  height: 21px;
}

.LongDescIcon {
  font-size: var(--fontNormal);
  box-shadow: none;
  color: var(--textMainColor);
  margin-top: 5px;
  font-weight: var(--fontMedium);
}


.LongDesc {
  position: absolute;
  top: 110%;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--bgWhite);
  z-index: 10000001;
  padding: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  font-size: var(--fontSmall);
  line-height: 20px;
  color: var(--itemLongDescription);
  word-break: break-word;

  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  -webkit-scrollbar-width: thin;
}

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

.LongDesc::-webkit-scrollbar-track {
  background: transparent;
}

.LongDesc::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 0px;
  border: 3px solid #ccc;
}

.LongDesc.active {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  opacity: 1;
  top: 0;
}

.mobileMoreDetails {
  display: none;
}



.productAddAlertPopup {
  position: fixed;
  top: 110%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000000001;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.productAddAlertPopup.active {
  transform: scale(1);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  opacity: 1;
  top: 0;
}

.productAddAlertPopup .modal-content {
  width: 30%;
  margin: 0 auto;
  padding: 1em;
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%);
  /* border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px; */
}

#containerElement {
  position: relative;
  top: 0;
}

.elementScroll {
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  --webkit-scroll-behavior: smooth;
  padding-top: 30px;
}

.elementScroll:last-child {
  min-height: calc(100vh - 100px);
  margin-bottom: 100px;
}

.personalSection .form-group {
  position: relative;
}

.personalSection select.form-control {
  appearance: none;
  background: #fff url(../images//down-arrow.png) no-repeat 99% 18px !important;
  background-position: right 1rem center;
  background-size: 1em;
}

/* .personalSection {
  border-top: 1px dashed var(--borderLight) !important;
  padding-top: 10px;
} */

.mobileEventPlaceShow {
  display: none;
}

.menuScrollArrow {
  width: 40px;
  height: 40px;
  background-color: var(--bgWhite);
  border-radius: 100px;
  position: absolute;
  top: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px dashed var(--borderLight);
  cursor: pointer;
}

.menuScrollArrow.left {
  left: 15px;
}

.menuScrollArrow.right {
  right: 15px;
}

.orderViewMobileBtns a:nth-child(3) {
  display: none;
}


.order-list-mobile {
  margin-top: 30px;
  display: none;
  padding-bottom: 100px;
}

.mobile-order-item {
  margin-bottom: 20px;
}

.mobile-order-item div {
  display: flex;
  align-items: center;
  height: 25px;
}

.mobile-order-item div span a {
  color: var(--textMainColor);
}

.mobile-order-item div span:nth-child(1) {
  width: 40%;
  font-weight: var(--fontWeightBold);
}

.mobile-order-item div span:nth-child(2) {
  width: 60%;
  padding-left: 15px;
  font-size: var(--fontNormal);
}



.cartItemsHeight {
  height: auto;
  max-height: 46vh;
  overflow-y: auto;
  overflow: scroll;
  overflow-x: scroll;
  overflow-x: hidden;
  scrollbar-width: thin;
  -webkit-scrollbar-width: thin;
}

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

.cartItemsHeight::-webkit-scrollbar-track {
  background: transparent;
}

.cartItemsHeight::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 0px;
  border: 3px solid #fff;
}
.cumTxt{
  height: auto;
  max-height: 250px;
  overflow-y: auto;
  overflow: scroll;
  overflow-x: scroll;
  overflow-x: hidden;
  scrollbar-width: thin;
  -webkit-scrollbar-width: thin;
  font-size: var(--fontSmall);
  color: var(--textMediumGrey);
  margin-top: 10px;
}

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

.cumTxt::-webkit-scrollbar-track {
  background: transparent;
}

.cumTxt::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 0px;
  border: 3px solid #fff;
}

.orderPageCartItemsHeight {
  height: auto;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  overflow: scroll;
  overflow-x: scroll;
  overflow-x: hidden;
  scrollbar-width: thin;
  -webkit-scrollbar-width: thin;
}

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

.orderPageCartItemsHeight::-webkit-scrollbar-track {
  background: transparent;
}

.orderPageCartItemsHeight::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 0px;
  border: 3px solid #fff;
}




.RegistrationMbileScroll {
  width: 600px;
  margin: 0 auto;
}

.RegistrationMbileScroll .form-control {
  border-radius: 10px;
  height: 60px !important;
  padding-left: 30px;
  padding-right: 25px;
  border: 0px;
  border: 1px dashed var(--borderDark);
  background: transparent !important;
  font-size: var(--fontNormal);
  box-shadow: none;
  color: var(--textBlack);
  width: 100%;
  background: var(--bgWhite) !important;
}

.RegistrationMbileScroll .form-control:focus {
  border: 1px solid #919090;
}

.RegistrationMbileScroll .form-group {
  position: relative;
}

.RegistrationMbileScroll .tischScanImg {
  width: 35px;
  height: 35px;
  position: absolute;
  right: 20px;
  top: 13px;
  cursor: pointer;
}

.RegistrationMbileScroll .tischScanImg img {
  width: 35px;
  height: 35px;
}

.RegistrationMbileScroll select.form-control {
  appearance: none;
  background: #fff url(../images//down-arrow.png) no-repeat 96% 23px !important;
}

.ContainerForm .ix-radiobox-label {
  background-color: var(--bgLightGrey1);
  border-radius: 10px;
  border: 1px solid #e9e9ed;
  padding: 8px 18px 8px 15px;
  color: #000 !important;
  font-weight: 500;
}

.ContainerForm .ix-radiobox-label>mark {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #e9e9ed;
  background: #FFF;
  border-radius: 100px;
  position: relative;
}

.ContainerForm .ix-radiobox-label input:checked+mark::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 4px;
  left: 4px;
  background-color: var(--bgMainColor);
  border-radius: 100px;
}

.ContainerForm .ix-radiobox {
  opacity: 0;
  width: 0;
  margin: 0;
  display: none;
}

.mobileRegisterBtn span {
  margin-right: 10px;
}

.companyCodeNot p {
  padding: 50px 0px;
  text-align: center;
  font-size: var(--fontMedium);
}

.orderViewDetail ul li {
  margin-bottom: 15px;
  font-size: var(--fontNormal1);
  font-weight: var(--fontWeightNormal);
}

.orderViewDetail ul li span {
  min-width: 150px;
  display: inline-block;
  font-weight: var(--fontWeightMedium);
  padding-right: 10px;
}

.mainWrapperBody.ordersListNew {
  padding-bottom: 80px;
  height: auto;
}

.Gutschrift {
  margin-bottom: 30px;
}

.Gutschrift h6 {
  font-size: var(--fontMedium2);
  margin-bottom: 0px;
}

.Gutschrift p {
  font-size: var(--fontNormal);
  margin-bottom: 10px;
}

.memoriaWalletUse {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed var(--borderLight);
}

.memoriaWalletUse p {
  font-size: var(--fontNormal1);
}

.remainPayment {
  padding: 15px;
}

.qrcodeError {
  text-align: center;
  padding: 30px;
  color: var(--textBlack);
  font-size: var(--fontMedium1);
  text-align: center;
}



.mobileMantatroyList {
  position: relative;
  overflow: hidden;
  background: var(--bgLightGrey1);
}

.mantatroyList {
  padding: 20px 15px 20px 10px !important;
  border: 1px dashed var(--borderLight);
  border-radius: 10px;
  position: relative;
  background: var(--bgLightGrey1);
  overflow: hidden;
}

.mantatroyListIcon {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--buttonColor);
  width: 30px;
  height: 30px;
  border-bottom-left-radius: 15px;
  display: none;
}

.mantatroyListIcon img {
  width: 18px;
  height: 18px;
  margin-top: -2px;
  margin-left: 2px;
}

.mantatroyList .orderCount,
.mobileMantatroyList .orderCount {
  background-color: #fff;
}


.mantatoryPopup .modalClose {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0px;
  cursor: pointer;
  padding: 0px;
  margin: 0px;
  align-items: center;
  background: var(--bg-white);
  width: 35px;
  height: 35px;
  border-radius: 100px;
  position: absolute;
  right: 10px;
  top: 10px;
  background: var(--bg-light-grey);
  border: 1px solid var(--borderLight);
}

.mantatoryPopup .modalClose i {
  color: var(--textBlack);
  font-size: 18px;
}

.priceTwoInputSection input {
  margin-right: 10px;
  height: 40px !important;
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px dashed var(--borderDark);
  background: transparent !important;
  font-size: var(--fontNormal);
  box-shadow: none;
  color: var(--textBlack);
  width: 150px;
  text-align: right;
  font-size: 16px;
  font-weight: var(--fontWeightBold);
}

.priceTwoAddBtn {
  background: var(--buttonColor);
  width: 41px;
  height: 41px !important;
  color: var(--buttonTextColor);
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border: 0px;
}

.priceTwoAddBtn img {
  width: 21px;
  height: 21px;
}

.priceTwoInputShow {
  margin-right: 10px;
  height: 40px !important;
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px dashed var(--borderDark);
  background: var(--bgLightGrey1) !important;
  font-size: var(--fontNormal);
  box-shadow: none;
  color: var(--textBlack);
  width: 150px;
  display: flex;
  justify-content: end;
  align-items: center;
  font-size: 16px;
}