html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote::before,
blockquote:after,
blockquote::after,
q:before,
q::before,
q:after,
q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.courier-prime-regular {
  font-family: "Courier Prime", monospace;
  font-weight: 400;
  font-style: normal;
}

.courier-prime-bold {
  font-family: "Courier Prime", monospace;
  font-weight: 700;
  font-style: normal;
}

.courier-prime-regular-italic {
  font-family: "Courier Prime", monospace;
  font-weight: 400;
  font-style: italic;
}

.courier-prime-bold-italic {
  font-family: "Courier Prime", monospace;
  font-weight: 700;
  font-style: italic;
}

* {
  box-sizing: border-box;
}

html {
  box-sizing: border-box !important;
  background: url("images/bg1.jpg");
  background-color: #181818;
  background-size: cover;
  min-height: 100%;
  font-family: "Courier Prime", monospace;
  font-size: 14px !important;
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
}

body {
  position: relative !important;
  display: block !important;
  height: auto !important;
  width: 100% !important;
  color: inherit !important;
  background: none !important;
  font-family: "Courier Prime", monospace;
  font-size: 14px !important;
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
}

a {
  color: #E9C475 !important;
  transition: all ease-in-out 0.15s;
}
a:hover {
  filter: brightness(1.2);
}

.bg-bg1 {
  background-color: transparent !important;
}

/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #888 #aaa;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 10px;
}

*::-webkit-scrollbar-track {
  background: #aaa;
}

*::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 4px;
  border: 3px solid #aaa;
}

.selected .checkbox-button::before,
.checkbox-button.selected::before,
.custom-selected .checkbox-button::before {
  border-bottom: 4px solid #E9C475;
  border-right: 4px solid #E9C475;
}

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

.view,
.window {
  position: relative;
}

.oobtn {
  transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.oobtn.oobtn-primary {
  background-color: #E9C475;
  border-radius: 4px;
  color: #FFFFFF;
  background-image: linear-gradient(to right, #E9C475, #E9C475);
}
.oobtn.oobtn-secondary {
  border: 1px solid #E9C475;
  border-radius: 4px;
  color: #E9C475;
  font-weight: bold;
  padding-left: 25px;
  padding-right: 25px;
}
.oobtn:hover {
  filter: brightness(1.2);
}

.btn-minus,
.btn-plus,
.oobtn-icon {
  transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
  cursor: pointer;
  color: #E9C475;
}
.btn-minus:hover,
.btn-plus:hover,
.oobtn-icon:hover {
  filter: brightness(1.2);
}

input,
textarea,
.combobox,
select {
  box-sizing: border-box !important;
  width: 100%;
}
#pickup-or-delivery .logo-container {
  background: url("images/logo.png") center center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 150px;
  width: 100%;
  max-width: 350px;
}

.logo-title-container {
  font-family: "Courier Prime", monospace;
  font-size: 140%;
  color: #ffffff;
}

#pickup-or-delivery,
#choose-menu-view,
#checkout-view,
#checkout-ok-view {
  background: transparent;
  overflow-y: auto;
  height: 100dvh;
  width: 100%;
  box-sizing: border-box !important;
}

.modal_window {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.33) !important;
  background-color: #181818;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22) !important;
  border-radius: 8px;
}

.footer-m-embed,
.footer-m {
  height: auto;
  padding: 8px;
}

.spin-loader {
  border: 3px solid #E9C475 !important;
  border-right-color: transparent !important;
  width: 32px;
  height: 32px;
}

.stepper .dot.selected {
  background-color: #FFFFFF;
}

.stepper .dot.selected::before {
  border: 2px solid #FFFFFF;
}

.selected .radio-button::before,
.custom-selected .radio-button::before {
  background-color: #E9C475;
}

.button-close.cta {
  color: #E9C475 !important;
  background: transparent !important;
}

input:focus,
textarea:focus {
  border-color: #E9C475;
  outline-color: #E9C475;
  outline: 0 !important;
}

.gap {
  gap: 8px;
}

.wrap-col {
  flex-wrap: wrap;
}

.col-span-2 {
  grid-column: span 2;
}

.col-span-3 {
  grid-column: span 3;
}

.col-span-4 {
  grid-column: span 4;
}

.col-span-5 {
  grid-column: span 5;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-span-2 {
  grid-row: span 2;
}

.row-span-3 {
  grid-row: span 3;
}

.row-span-4 {
  grid-row: span 4;
}

.row-span-5 {
  grid-row: span 5;
}

.row-span-full {
  grid-row: 1/-1;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-end {
  justify-content: flex-end;
}

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

.justify-items-start {
  justify-items: flex-start;
}

.justify-items-center {
  justify-items: center;
}

.justify-items-end {
  justify-items: flex-end;
}

.justify-self-start {
  justify-self: flex-start;
}

.justify-self-center {
  justify-self: center;
}

.justify-self-end {
  justify-self: flex-end;
}

.align-content-start {
  align-content: flex-start;
}

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

.align-content-end {
  align-content: flex-end;
}

.align-items-start {
  align-items: flex-start;
}

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

.align-items-end {
  align-items: flex-end;
}

.align-self-start {
  align-self: flex-start;
}

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

.align-self-end {
  align-self: flex-end;
}

#product-table-scroller {
  scroll-behavior: smooth;
}

.cell {
  border-radius: 0;
}

.hero {
  background: none;
  color: #ffffff;
}

.photo-tmpl .product-image {
  margin: 16px 16px 0 16px;
  border-radius: 16px !important;
  background-color: #ffffff;
  background-repeat: no-repeat;
  height: auto;
  min-height: 235px;
  background-size: 106% !important;
  border: 1px solid lightgray;
}

.mobile .product-table,
.desktop .product-table {
  display: grid !important;
  grid-template: auto/auto;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px;
  padding-left: 8px;
  padding-right: 8px;
}
.mobile .product-table .section-header,
.desktop .product-table .section-header {
  background-color: #a21c26;
}
.mobile .product-table .menu-section-header,
.mobile .product-table .menu-section-title,
.desktop .product-table .menu-section-header,
.desktop .product-table .menu-section-title {
  grid-column: 1/-1 !important;
  box-sizing: border-box;
  font-family: "Courier Prime", monospace !important;
  font-weight: 700;
  font-size: 1.6em;
  color: #FFFFFF;
  border-radius: 0;
  padding: 12px 8px;
  margin-top: 15px;
  position: sticky;
  top: 6px;
  z-index: 10;
}
.mobile .product-table .cell,
.desktop .product-table .cell {
  width: 100% !important;
  margin: 0 !important;
  border-radius: 0;
  color: #ffffff;
  /* From https://css.glass */
  background-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.mobile .product-table .cell .hero,
.desktop .product-table .cell .hero {
  border-radius: 0 !important;
  margin-top: 0 !important;
  background-color: transparent !important;
  color: #ffffff;
}

.mobile .product-table .product-big-photo-cell .add-btn-panel {
  display: flex;
  flex-direction: row;
}
.mobile .product-table .product-big-photo-cell .add-btn-panel .product-image {
  min-height: auto;
}
.mobile .product-table .cell.product {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 16px;
  height: auto;
  padding: 8px;
}
.mobile .product-table .cell.product .product-image {
  height: 100px;
  width: 100px;
  border-radius: 16px;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: center;
}
.mobile .product-table .cell.product .product-cell-info-container {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 8px;
}
.mobile .product-table .cell.product .product-cell-info-container .row {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: flex-end;
}
.mobile .product-table .cell.product .product-cell-info-container .row .product-title {
  font-family: "Courier Prime", monospace;
  font-weight: 400;
  font-size: 1.2em;
  letter-spacing: -0.05em;
  text-transform: lowercase;
}
.mobile .product-table .cell.product .product-cell-info-container .row .product-title:first-letter {
  text-transform: uppercase;
}
.mobile .product-table .cell.product .product-cell-info-container .row .product-title .p-regular {
  letter-spacing: -0.05em;
  line-height: 1.25;
}
.mobile .product-table .cell.product .product-cell-info-container .product-format-row-container {
  grid-column: 1/-1;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.mobile .product-table .cell.product .product-cell-info-container .product-format-row-container .product-format-line {
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 4px 0;
}
.mobile .product-table .cell.product .product-cell-info-container .product-desc {
  letter-spacing: -0.05em;
  line-height: 1.25;
}
#pickup-or-delivery .pickup-icon,
#pickup-or-delivery .take-away-icon,
#pickup-or-delivery .table-icon {
  width: 150px;
  height: 150px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  padding: 16px;
  background-size: 70% !important;
  background-color: rgba(0, 0, 0, 0.1);
}
#pickup-or-delivery .take-away-icon {
  background-image: url(images/take_away_yellow.png) !important;
}
#pickup-or-delivery .pickup-icon {
  background-image: url(images/pickup_yellow.png) !important;
}
#pickup-or-delivery .table-icon {
  background-image: url(images/table_yellow.png) !important;
}
#pickup-or-delivery .hl-title-bold {
  font-family: "Courier Prime", monospace !important;
  font-size: 120%;
  font-weight: bold;
}
#pickup-or-delivery .logo-container {
  background: url("images/logo.png") center center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 150px;
  width: 100%;
  max-width: 350px;
}

.desktop .menu-view-grid-container {
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) 360px;
  padding-left: 8px;
  padding-right: 8px;
}
.desktop .menu-view-grid-container .ticket-view-wrapper {
  grid-row: 1/3;
  grid-column: 2/3;
}

.mobile .menu-view-grid-container {
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr);
  padding: 8px 8px 0 8px;
}

#category-menu-view {
  position: relative !important;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 0;
}
#category-menu-view .glass-panel {
  border-radius: 2px !important;
}
#category-menu-view .scroll-row {
  position: relative !important;
}
#category-menu-view .menu-item {
  position: relative !important;
}
#category-menu-view .oobtn-link {
  color: #ffffff;
  font-weight: bold;
}
#category-menu-view .oobtn-next, #category-menu-view .oobtn-prev {
  position: relative !important;
  display: flex;
  align-items: center;
}
#category-menu-view .oobtn-next:hover:before, #category-menu-view .oobtn-prev:hover:before, #category-menu-view .oobtn-link:hover {
  opacity: 1 !important;
  filter: brightness(1.2);
}
#category-menu-view .btn-minus.disabled, #category-menu-view .btn-plus.disabled, #category-menu-view .oobtn-icon.disabled {
  color: #aaaaaa;
}

#product-add-view {
  height: inherit !important;
  max-height: 100vh;
}

.photo-tmpl.selected {
  border: 0 !important;
}
.photo-tmpl.selected.glass-panel::after {
  background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.4)) !important;
}

.cell.rounded {
  border-radius: 2px;
}

.align-right-row {
  text-align: right;
  justify-content: flex-end;
}

.product-price {
  background-color: #E9C475;
  color: black;
  font-weight: 600;
  flex: inherit;
  padding: 4px 6px;
  font-size: 110%;
  letter-spacing: -1px;
}

.product-desc {
  font-size: 95%;
}

.product-format-row-container {
  grid-column: 1/-1;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.product-format-row-container .product-format-line {
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 4px 0 4px 16px;
  font-size: 90%;
  text-transform: lowercase;
  align-items: center;
}

.desktop #ticket-view {
  width: 100%;
  position: relative !important;
  top: inherit !important;
}

#checkout-date-picker-view {
  height: auto !important;
}

.custom-stripe > .stripped:nth-child(2n),
.stripe > div:nth-child(2n) {
  background-color: rgba(255, 255, 255, 0.2);
}

.ticket-view-title {
  font-size: 150%;
  font-weight: bold;
  font-family: "Courier Prime", monospace !important;
  color: #ffffff;
}

#ticket-view .total-label {
  font-weight: 700;
  font-size: 1.2em;
}

#checkout-view.desktop .main-view-wrapper {
  padding-right: 8px;
}

#client-info-view,
#conditions-container,
#terms-wrapper {
  background-color: transparent !important;
  border-radius: 0px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
  margin-top: 15px;
  color: #ffffff;
}
#client-info-view .cell .hero,
#conditions-container .cell .hero,
#terms-wrapper .cell .hero {
  background-color: transparent !important;
  border-radius: 0 !important;
}

.tab.selected {
  font-family: "Courier Prime", monospace !important;
  border-color: #ffffff;
  color: #ffffff;
  font-size: 150%;
  font-weight: bold;
}

#terms-wrapper {
  margin-left: 10px !important;
  margin-right: 10px !important;
  background-color: rgba(0, 0, 0, 0.7);
  border: 0;
  margin-top: 16px;
}

#client-info-view .oobtn-secondary {
  padding: 2px 4px;
}

#digital-menu-view {
  background: transparent;
  overflow-y: auto;
  height: 100dvh;
  width: 100%;
  box-sizing: border-box !important;
}
#digital-menu-view .scroll-row {
  position: relative !important;
  overflow: auto;
}
#digital-menu-view .menu-view-grid-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  gap: 0;
  padding: 0;
}
#digital-menu-view #rest_topbar {
  position: relative;
  background-color: #E9C475;
  border: 0;
  flex-direction: column;
  padding-top: 8px;
  gap: 8px;
}
#digital-menu-view #rest_topbar .logo-container {
  min-height: 30px;
}
#digital-menu-view #rest_topbar .logo-title-container {
  font-family: "Courier Prime", monospace;
  font-size: 140%;
  color: #ffffff;
}
#digital-menu-view .logo-container {
  background: url("images/logo.png") center center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 120px;
  width: 100%;
  max-width: 350px;
}
#digital-menu-view .main-view-wrapper {
  position: relative;
  display: block;
  overflow: initial;
}
#digital-menu-view .category-wrapper {
  display: flex;
  margin-top: 32px;
  justify-content: flex-end;
  overflow: auto;
}
#digital-menu-view #digital-menu-category-list-view {
  display: flex;
}
#digital-menu-view #digital-menu-category-list-view .menu-item:hover {
  backdrop-filter: brightness(140%);
}
#digital-menu-view .search-bar {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: transparent;
  box-sizing: border-box;
  padding: 8px;
  margin: 0 auto;
  max-width: 1080px;
}
#digital-menu-view .search-bar input {
  position: relative;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  width: 100%;
  height: auto;
  color: #ffffff;
  font-family: "Courier Prime", monospace !important;
  font-size: 14px;
  font-weight: 400;
  background-color: rgba(0, 0, 0, 0.51);
  border: 1px solid #E9C475;
  box-sizing: border-box;
  text-overflow: ellipsis;
  outline: none;
  -webkit-appearance: none;
}
#digital-menu-view .search-bar input:focus {
  border-color: #ffffff;
}
#digital-menu-view .search-bar input:not(:placeholder-shown) ~ i {
  display: none;
}
#digital-menu-view .search-bar input::placeholder {
  color: #ffffff;
}
#digital-menu-view .search-bar i {
  position: absolute;
  transform: translate(0, -50%);
  right: 16px;
  top: 50%;
}
#digital-menu-view #digital-menu-product-list-view {
  position: relative !important;
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
  padding: 0 !important;
  max-width: 1080px;
  min-height: 250px;
  margin: 0 auto;
}
#digital-menu-view #digital-menu-product-list-view .spin-loader-container {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translatey(-50%);
}
#digital-menu-view #digital-menu-product-list-view .uitable {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  width: 100%;
  padding-bottom: 32px;
  padding-top: 8px;
}
#digital-menu-view #digital-menu-product-list-view .uitable .menu-section-title {
  padding: 12px 8px;
  margin-top: 15px;
  position: sticky;
  top: 0;
  z-index: 10;
}
#digital-menu-view #digital-menu-product-list-view .uitable .cell.product {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 16px;
  height: auto;
  padding: 8px;
}
#digital-menu-view #digital-menu-product-list-view .uitable .cell.product .product-image {
  height: 100px;
  width: 100px;
  border-radius: 16px;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: center;
}
#digital-menu-view #digital-menu-product-list-view .uitable .cell.product .product-cell-info-container {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 8px;
}
#digital-menu-view #digital-menu-product-list-view .uitable .cell.product .product-cell-info-container .row {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: flex-end;
}
#digital-menu-view #digital-menu-product-list-view .uitable .cell.product .product-cell-info-container .row .product-title {
  font-family: "Courier Prime", monospace;
  font-weight: 400;
  font-size: 1.2em;
  letter-spacing: -0.5px;
  text-transform: lowercase;
}
#digital-menu-view #digital-menu-product-list-view .uitable .cell.product .product-cell-info-container .row .product-title:first-letter {
  text-transform: uppercase;
}
#digital-menu-view #digital-menu-product-list-view .uitable .cell.product .product-cell-info-container .row .product-title .p-regular {
  letter-spacing: -0.05em;
  line-height: 1.25;
}
#digital-menu-view #digital-menu-product-list-view .uitable .cell.product .product-cell-info-container .product-desc {
  letter-spacing: -0.05em;
  line-height: 1.25;
}
#digital-menu-view.mobile #digital-menu-product-list-view .uitable .cell.product .product-image {
  height: 70px;
  width: 70px;
  max-width: 70px;
  width: 100%;
}
#digital-menu-view.mobile #digital-menu-product-list-view .uitable .cell.product .product-cell-info-container .row .product-title {
  font-size: 1.2em;
}
@media only screen and (max-width: 800px) {
  #checkout-view #terms-wrapper .change-row {
    flex-direction: column !important;
  }
  #digital-menu-view #digital-menu-product-list-view .product-table {
    grid-template-columns: 1fr;
  }
}
.nav-bar-wrapper {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #181818;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

#nav-bar {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 8px;
  border: 0;
  padding: 8px 0;
  margin: 0 auto;
  max-width: 1080px;
}
#nav-bar .logo-container {
  min-height: 80px;
  background-position: center center;
  transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
}
#nav-bar .logo-container.reduce-logo {
  min-height: 40px;
}

.hamburger {
  display: flex;
  align-items: center;
  position: relative;
  height: 26px;
  padding: 12px;
  cursor: pointer;
}
.hamburger .main-nav-toggle {
  display: block;
  position: relative;
  width: 28px;
  height: 16px;
}
.hamburger .main-nav-toggle:after, .hamburger .main-nav-toggle:before {
  content: "";
  position: absolute;
  top: 0;
  height: 0;
  border-bottom: 4px solid #E9C475;
  width: 100%;
  left: 0;
  right: 0;
  transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.hamburger .main-nav-toggle:after {
  top: 100%;
}
.hamburger .main-nav-toggle i {
  display: block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  height: 4px;
  background-color: #E9C475;
  width: 100%;
  position: absolute;
  top: 50%;
  transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.hamburger .main-nav-toggle.active-menu:after {
  transform: rotate(-45deg);
  transform-origin: center;
  top: 50%;
}
.hamburger .main-nav-toggle.active-menu:before {
  transform: rotate(45deg);
  transform-origin: center;
  top: 50%;
}
.hamburger .main-nav-toggle.active-menu i {
  opacity: 0;
}

#nav-window {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  height: 100dvh;
  max-width: 90vw;
  min-width: 35vw;
  padding: 8px;
  z-index: 20;
  background-color: #181818;
  color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: transform 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
  transform: translateX(-110%);
}
#nav-window.show-window {
  transform: translateX(0);
}
#nav-window .button-wrapper {
  min-height: 50px;
  display: flex;
  justify-content: flex-end;
}

.glass-panel {
  /* From https://css.glass */
  position: relative;
  background: none !important;
  color: #ffffff !important;
}
.glass-panel::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 0 !important;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important;
  backdrop-filter: blur(5.3px) !important;
  -webkit-backdrop-filter: blur(5.3px) !important;
}

.fade-in {
  animation: fadeIn ease-in-out 0.4s;
}
.fade-in.slow {
  animation-duration: 1.2s;
}
.fade-in.medium {
  animation-duration: 0.8s;
}
.fade-in.fast {
  animation-duration: 0.4s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tmpl-img #choose-menu-view.mobile .main-view-wrapper {
  margin: 4px !important;
}

.desktop .photo-tmpl {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

.desktop .photo-tmpl:hover {
  will-change: inherit !important;
  -webkit-transform: none !important;
  transform: none !important;
  -webkit-animation-timing-function: inherit !important;
  animation-timing-function: inherit !important;
}

.ui-navigation-controller > div {
  position: relative !important;
  background: none !important;
}

.tags-container {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  background-color: transparent;
  box-sizing: border-box;
  padding: 8px;
  margin: 0 auto;
  max-width: 800px;
}
.tags-container .tag {
  color: #ffffff;
  font-size: 80%;
  font-weight: 200;
  cursor: pointer;
}

body {
  font-family: "Courier Prime", monospace;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  color: #ffffff;
  background-color: #181818;
}

.text-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.oom-0 {
  margin: 0px !important;
}

.oomt-0,
.oomy-0 {
  margin-top: 0px !important;
}

.oomr-0,
.oomx-0 {
  margin-right: 0px !important;
}

.oomb-0,
.oomy-0 {
  margin-bottom: 0px !important;
}

.ooml-0,
.oomx-0 {
  margin-left: 0px !important;
}

.oom-1 {
  margin: 5px !important;
}

.oomt-1,
.oomy-1 {
  margin-top: 5px !important;
}

.oomr-1,
.oomx-1 {
  margin-right: 5px !important;
}

.oomb-1,
.oomy-1 {
  margin-bottom: 5px !important;
}

.ooml-1,
.oomx-1 {
  margin-left: 5px !important;
}

.oom-2 {
  margin: 10px !important;
}

.oomt-2,
.oomy-2 {
  margin-top: 10px !important;
}

.oomr-2,
.oomx-2 {
  margin-right: 10px !important;
}

.oomb-2,
.oomy-2 {
  margin-bottom: 10px !important;
}

.ooml-2,
.oomx-2 {
  margin-left: 10px !important;
}

.oom-3 {
  margin: 15px !important;
}

.oomt-3,
.oomy-3 {
  margin-top: 15px !important;
}

.oomr-3,
.oomx-3 {
  margin-right: 15px !important;
}

.oomb-3,
.oomy-3 {
  margin-bottom: 15px !important;
}

.ooml-3,
.oomx-3 {
  margin-left: 15px !important;
}

.oom-4 {
  margin: 20px !important;
}

.oomt-4,
.oomy-4 {
  margin-top: 20px !important;
}

.oomr-4,
.oomx-4 {
  margin-right: 20px !important;
}

.oomb-4,
.oomy-4 {
  margin-bottom: 20px !important;
}

.ooml-4,
.oomx-4 {
  margin-left: 20px !important;
}

.oom-5 {
  margin: 25px !important;
}

.oomt-5,
.oomy-5 {
  margin-top: 25px !important;
}

.oomr-5,
.oomx-5 {
  margin-right: 25px !important;
}

.oomb-5,
.oomy-5 {
  margin-bottom: 25px !important;
}

.ooml-5,
.oomx-5 {
  margin-left: 25px !important;
}

.oom-6 {
  margin: 30px !important;
}

.oomt-6,
.oomy-6 {
  margin-top: 30px !important;
}

.oomr-6,
.oomx-6 {
  margin-right: 30px !important;
}

.oomb-6,
.oomy-6 {
  margin-bottom: 30px !important;
}

.ooml-6,
.oomx-6 {
  margin-left: 30px !important;
}

.oom-7 {
  margin: 35px !important;
}

.oomt-7,
.oomy-7 {
  margin-top: 35px !important;
}

.oomr-7,
.oomx-7 {
  margin-right: 35px !important;
}

.oomb-7,
.oomy-7 {
  margin-bottom: 35px !important;
}

.ooml-7,
.oomx-7 {
  margin-left: 35px !important;
}

.oom-8 {
  margin: 40px !important;
}

.oomt-8,
.oomy-8 {
  margin-top: 40px !important;
}

.oomr-8,
.oomx-8 {
  margin-right: 40px !important;
}

.oomb-8,
.oomy-8 {
  margin-bottom: 40px !important;
}

.ooml-8,
.oomx-8 {
  margin-left: 40px !important;
}

.oom-9 {
  margin: 45px !important;
}

.oomt-9,
.oomy-9 {
  margin-top: 45px !important;
}

.oomr-9,
.oomx-9 {
  margin-right: 45px !important;
}

.oomb-9,
.oomy-9 {
  margin-bottom: 45px !important;
}

.ooml-9,
.oomx-9 {
  margin-left: 45px !important;
}

.oom-10 {
  margin: 50px !important;
}

.oomt-10,
.oomy-10 {
  margin-top: 50px !important;
}

.oomr-10,
.oomx-10 {
  margin-right: 50px !important;
}

.oomb-10,
.oomy-10 {
  margin-bottom: 50px !important;
}

.ooml-10,
.oomx-10 {
  margin-left: 50px !important;
}

.oop-0 {
  padding: 0px !important;
}

.oopt-0,
.oopy-0 {
  padding-top: 0px !important;
}

.oopr-0,
.oopx-0 {
  padding-right: 0px !important;
}

.oopb-0,
.oopy-0 {
  padding-bottom: 0px !important;
}

.oopl-0,
.oopx-0 {
  padding-left: 0px !important;
}

.oop-1 {
  padding: 5px !important;
}

.oopt-1,
.oopy-1 {
  padding-top: 5px !important;
}

.oopr-1,
.oopx-1 {
  padding-right: 5px !important;
}

.oopb-1,
.oopy-1 {
  padding-bottom: 5px !important;
}

.oopl-1,
.oopx-1 {
  padding-left: 5px !important;
}

.oop-2 {
  padding: 10px !important;
}

.oopt-2,
.oopy-2 {
  padding-top: 10px !important;
}

.oopr-2,
.oopx-2 {
  padding-right: 10px !important;
}

.oopb-2,
.oopy-2 {
  padding-bottom: 10px !important;
}

.oopl-2,
.oopx-2 {
  padding-left: 10px !important;
}

.oop-3 {
  padding: 15px !important;
}

.oopt-3,
.oopy-3 {
  padding-top: 15px !important;
}

.oopr-3,
.oopx-3 {
  padding-right: 15px !important;
}

.oopb-3,
.oopy-3 {
  padding-bottom: 15px !important;
}

.oopl-3,
.oopx-3 {
  padding-left: 15px !important;
}

.oop-4 {
  padding: 20px !important;
}

.oopt-4,
.oopy-4 {
  padding-top: 20px !important;
}

.oopr-4,
.oopx-4 {
  padding-right: 20px !important;
}

.oopb-4,
.oopy-4 {
  padding-bottom: 20px !important;
}

.oopl-4,
.oopx-4 {
  padding-left: 20px !important;
}

.oop-5 {
  padding: 25px !important;
}

.oopt-5,
.oopy-5 {
  padding-top: 25px !important;
}

.oopr-5,
.oopx-5 {
  padding-right: 25px !important;
}

.oopb-5,
.oopy-5 {
  padding-bottom: 25px !important;
}

.oopl-5,
.oopx-5 {
  padding-left: 25px !important;
}

.oop-6 {
  padding: 30px !important;
}

.oopt-6,
.oopy-6 {
  padding-top: 30px !important;
}

.oopr-6,
.oopx-6 {
  padding-right: 30px !important;
}

.oopb-6,
.oopy-6 {
  padding-bottom: 30px !important;
}

.oopl-6,
.oopx-6 {
  padding-left: 30px !important;
}

.oop-7 {
  padding: 35px !important;
}

.oopt-7,
.oopy-7 {
  padding-top: 35px !important;
}

.oopr-7,
.oopx-7 {
  padding-right: 35px !important;
}

.oopb-7,
.oopy-7 {
  padding-bottom: 35px !important;
}

.oopl-7,
.oopx-7 {
  padding-left: 35px !important;
}

.oop-8 {
  padding: 40px !important;
}

.oopt-8,
.oopy-8 {
  padding-top: 40px !important;
}

.oopr-8,
.oopx-8 {
  padding-right: 40px !important;
}

.oopb-8,
.oopy-8 {
  padding-bottom: 40px !important;
}

.oopl-8,
.oopx-8 {
  padding-left: 40px !important;
}

.oop-9 {
  padding: 45px !important;
}

.oopt-9,
.oopy-9 {
  padding-top: 45px !important;
}

.oopr-9,
.oopx-9 {
  padding-right: 45px !important;
}

.oopb-9,
.oopy-9 {
  padding-bottom: 45px !important;
}

.oopl-9,
.oopx-9 {
  padding-left: 45px !important;
}

.oop-10 {
  padding: 50px !important;
}

.oopt-10,
.oopy-10 {
  padding-top: 50px !important;
}

.oopr-10,
.oopx-10 {
  padding-right: 50px !important;
}

.oopb-10,
.oopy-10 {
  padding-bottom: 50px !important;
}

.oopl-10,
.oopx-10 {
  padding-left: 50px !important;
}

a, a:visited {
  color: #E9C475;
}

.mx-auto, .oomx-auto {
  margin-left: auto;
  margin-right: auto;
}

.bt-1 {
  border-top: 1px solid #D0D0DB;
}

.bb-1 {
  border-bottom: 1px solid #D0D0DB;
}

.hidden {
  display: none !important;
}

.oocol {
  display: flex;
  flex-direction: column;
}

.oorow {
  display: flex;
  flex-direction: row;
}

.oorow-reverse {
  display: flex;
  flex-direction: row-reverse;
}

.flex-1 {
  flex: 1;
}

.flex-2 {
  flex: 2;
}

.flex-3 {
  flex: 3;
}

.flex-4 {
  flex: 4;
}

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

.grid-col {
  display: grid !important;
  grid-template-rows: 1fr auto;
}

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

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

.justify-content-center {
  justify-content: center;
}

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

.invisible {
  visibility: hidden;
}

.cta {
  color: #E9C475;
}

.eye-catching {
  color: #D58921;
}

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

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

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

.text-normal {
  font-weight: normal;
}

.text-medium {
  font-weight: lighter;
}

.text-bold {
  font-weight: bold !important;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-danger {
  color: #D00;
}

.custom-stripe > .stripped:nth-child(2n),
.stripe > div:nth-child(2n) {
  background-color: rgba(255, 255, 255, 0.2);
}

.hl {
  height: 1px;
  background-color: #c8c8c8;
}

.elastic-separator {
  flex: 1;
}

.hidden {
  display: none !important;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

.ws-nowrap {
  white-space: nowrap;
}

.sticky-top {
  position: sticky;
  top: 0;
}

.root-screen {
  position: relative;
  background-color: #181818;
  display: flex;
  flex-direction: column;
}
.root-screen > div {
  flex: 1;
  height: 100%;
}

.modal_window {
  background-color: #181818;
}

.bg-bg1 {
  background-color: #181818;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.view, .window {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  z-index: 1;
}

input, textarea, .combobox, select {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 16px;
  background-color: #fff;
  width: 100%;
}

.combobox {
  height: 30px;
  background: white;
  position: relative;
  box-sizing: border-box;
}

.combobox::before {
  font-family: "feather";
  content: "\e842";
  color: #E9C475;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  line-height: 30px;
}

.combobox-option:hover {
  background-color: rgb(192.4545454545, 231.5454545455, 195.1909090909);
}

.bg-input {
  background-color: #fff;
}

.pos-relative {
  position: relative;
}

:focus {
  outline-color: #E9C475;
}

.popover_window {
  z-index: 1;
}

.shadow {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}

.shadow-m {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}

.cursor-pointer {
  cursor: pointer;
}

.overlay {
  background-color: #181818;
}

.image-cover {
  background-size: cover !important;
}

.shrinkable {
  min-width: 0;
  overflow: hidden;
}

select {
  padding: 5px 10px;
  border-radius: 4px;
}

.text-secondary {
  color: #5f5f5f;
}

.ff-monospace {
  font-family: monospace;
  font-size: 16px;
}

.step-number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: #c8c8c8;
  color: #ffffff;
  border-radius: 4px;
  top: -7px;
  left: -23px;
  position: relative;
  font-size: 150%;
  box-shadow: 1px 1px 3px #777777;
}
.step-number.selected {
  background-color: #E9C475;
}

.relative {
  position: relative;
}

.xl-title {
  font-weight: bold;
  font-size: 22px;
}

.big-title {
  font-weight: bold;
  font-size: 20px;
}

.big-title-medium, .topbar .title {
  font-weight: normal;
  font-size: 20px;
}

.title-bold {
  font-weight: bold;
  font-size: 17px;
  line-height: 1.2em;
}

.title-regular {
  font-weight: normal;
  font-size: 17px;
  line-height: 1.2em;
}

.hl-title-bold {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
}

.hl-title-medium {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
}

.hl-title-regular {
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
}

.p-bold {
  font-weight: bold;
  font-size: 14px;
}

.p-medium {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
}

.p-regular {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5em;
}

.subtitle-regular {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.2em;
}

.section-title {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 10px;
  line-height: 26px;
}

.menu-section-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-title > div:nth-child(2) {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 93%;
}

.oobtn {
  text-align: center;
  cursor: pointer;
  border: none;
  user-select: none;
}

.oobtn-primary {
  background-color: #E9C475;
  border-radius: 4px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 10px;
  height: 30px;
  line-height: 30px;
  padding-left: 15px;
  padding-right: 15px;
  border: none;
}

.oobtn-primary:disabled, .oobtn-primary.disabled {
  background-color: #c8c8c8;
  opacity: 1;
}

.oobtn-secondary, .oobtn-link {
  color: #E9C475;
}

.oobtn-cta {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  text-transform: uppercase;
  padding-left: 25px;
  padding-right: 25px;
}

.oobtn-cta.oobtn-xl {
  padding: 5px 35px;
}

.btn-minus, .btn-plus, .oobtn-icon {
  width: 22px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  font-family: "feather" !important;
  font-weight: bold;
  color: #E9C475;
  font-size: 22px;
}

.btn-minus:before {
  content: "\e894";
}

.btn-minus.no-circle:before {
  content: "\e897";
  font-size: 24px !important;
  line-height: 17px;
}

.btn-plus:before {
  content: "\e8b0";
}

.btn-plus.no-circle:before {
  content: "\e8b1";
  font-size: 24px !important;
  line-height: 17px;
}

.oobtn-next, .oobtn-prev {
  padding: 10px;
  background-color: transparent;
  box-sizing: content-box;
}

.oobtn-next:hover:before, .oobtn-prev:hover:before, .oobtn-link:hover {
  opacity: 0.6;
}

.oobtn:focus {
  outline: none;
}

.oobtn-next:before {
  content: "\e844";
}

.oobtn-prev:before {
  content: "\e843";
}

.oobtn-link.disabled, .oobtn-icon.disabled {
  color: #c8c8c8;
}

.footer-m-embed, .footer-m {
  height: 90px;
  box-sizing: border-box;
}

.footer-m {
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 30;
}

.footer-m.with-stepper, .footer-m-embed.with-stepper {
  height: 115px;
}

.footer-padding-m {
  padding-bottom: 90px;
}

.footer-margin-m {
  margin-bottom: 90px;
}

.footer-padding-m.with-stepper {
  padding-bottom: 115px;
}

.footer-margin-m.with-stepper {
  margin-bottom: 115px;
}

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

.collection .cell {
  flex-basis: 50%;
  box-sizing: border-box;
}

.list.with-separator > .cell {
  border-bottom: 1px solid #c8c8c8;
}

.list.with-separator > .cell:last-child {
  border-bottom: none;
}

.cell {
  border: 2px solid #D0D0DB;
}
.cell .hero {
  background-color: rgba(255, 255, 255, 0.3);
}

.cell.disabled {
  opacity: 0.6;
}

.cell .cell-separator {
  border-bottom: 1px solid #c8c8c8;
}

.cell.border-transparent {
  border-color: transparent;
}

.cell.bg-transparent {
  background-color: transparent;
}

.cell:last-child {
  margin-bottom: 0;
}

.cell.selected, .cell.custom-selected {
  border-color: #E9C475;
}

.cell.selected.disabled {
  border-color: transparent !important;
}

.cell.product {
  margin-bottom: 15px;
  display: flex;
}

.cell.product.with-modifiers {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-style: none;
  margin-bottom: 0;
}

.cell.product.with-modifiers > .hero {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.cell.product:first-child, .section-header + .cell.product {
  margin-top: 0;
}

.cell.product > .hero {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  flex: 1;
}

.cell.product-modifier {
  border-style: none solid;
  border-color: #E9C475;
}

.cell.product-modifier.last-modifier {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-bottom: 10px;
  border-bottom-style: solid;
}

.cell.product-modifier.last-modifier .cell-separator {
  border-bottom: none;
}

.menu-item-img-s {
  width: 55px;
  height: 55px;
}

.menu-item-img-ms {
  width: 100px;
  height: 60px;
}

.menu-item-img-m {
  width: 120px;
  height: 70px;
}

.menu-item-img-b {
  width: 136px;
  height: 91px;
}

.menu-item-img-xl {
  width: 320px;
  height: 215px;
}

.menu-item-img-b, .menu-item-img-m, .menu-item-img-ms, .menu-item-img-s, .menu-item-img-xl {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
  background-image: url(images/no_food.png);
}

.product-price {
  white-space: nowrap;
}

#checkout-view.desktop .main-view-wrapper {
  max-width: 800px;
}

.desktop .ticket-view-wrapper {
  flex-basis: 430px;
}
.desktop #ticket-view {
  max-width: 430px;
  position: sticky;
  top: 20px;
}
.desktop #product-list-view > .product-table {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
}
.desktop #product-list-view > .product-table > .section-header {
  flex-basis: 100%;
  z-index: 10;
  top: 0px;
}
.desktop #product-list-view > .product-table > .cell.product {
  width: 375px;
  box-sizing: border-box;
}

@media (max-width: 1280px) {
  #choose-menu-view.desktop .main-view-wrapper {
    max-width: 400px;
  }
}
/*
@media (min-width: 831px)
{
  #product-list-view
  {
    margin-right: -$S3;
    margin-left:  -$S3;
  }

}
*/
@media (min-width: 1280px) {
  #choose-menu-view .main-view-wrapper {
    max-width: 810px;
  }
  #choose-menu-view.desktop #product-list-view > .product-table > .cell.product {
    margin: 0 30px 30px 0;
  }
}
/* max size of main-view-wrapper on big monitor 1215px */
.topbar {
  position: sticky;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 44px;
  background-color: #181818;
  border-bottom: 1px solid #c8c8c8;
  box-shadow: 0 0 4px #333;
}
.topbar .left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.topbar .left > div {
  margin: 0 0 0 10px;
}
.topbar .center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.topbar .center > div {
  margin: 0 5px;
}
.topbar .right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.topbar .right > div {
  margin: 0 10px 0 0;
}
.topbar .title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.topbar .label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1em;
}

.tab {
  height: 65px;
  border: 2px solid #e5e5e5;
  border-radius: 3px;
  color: #5f5f5f;
  flex: 1;
  font-weight: bold;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tab:last-child {
  margin-right: 0;
}

.tab.selected {
  border-color: #E9C475;
  color: #ffffff;
}

.stepper .dot {
  border-radius: 50%;
  background-color: #c8c8c8;
  width: 10px;
  height: 10px;
  position: relative;
  margin: 0 5px;
  box-sizing: content-box;
}
.stepper .dot.done {
  background-color: #E9C475;
}
.stepper .dot.selected {
  background-color: #E9C475;
}
.stepper .dot.selected::before {
  position: absolute;
  top: -4px;
  left: -4px;
  content: "";
  border: 2px solid #E9C475;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  box-sizing: content-box;
}

.radio-button {
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  border-color: #707070;
  width: 14px;
  height: 14px;
  position: relative;
  box-sizing: content-box;
}

.selected .radio-button::before,
.custom-selected .radio-button::before {
  content: "";
  display: block;
  border-radius: 50%;
  height: 6px;
  width: 6px;
  background-color: #E9C475;
  position: absolute;
  top: 4px;
  left: 4px;
}

.checkbox-button {
  border-width: 2px;
  border-style: solid;
  border-radius: 3px;
  border-color: #707070;
  width: 14px;
  height: 14px;
  min-width: 14px;
  position: relative;
  box-sizing: content-box;
}

.selected .checkbox-button::before,
.checkbox-button.selected::before,
.custom-selected .checkbox-button::before {
  content: "";
  position: absolute;
  display: inline-block;
  transform: rotate(45deg);
  height: 10px;
  width: 4px;
  border-bottom: 4px solid #E9C475;
  border-right: 4px solid #E9C475;
  left: 20%;
  bottom: 5%;
}

@font-face {
  font-family: "ALLERGENS";
  src: url("fonts/allergens/ALLERGENS.eot");
  src: url("fonts/allergens/ALLERGENS.eot?#iefix") format("embedded-opentype"), url("fonts/allergens/ALLERGENS.woff") format("woff"), url("fonts/allergens/ALLERGENS.ttf") format("truetype"), url("fonts/allergens/ALLERGENS.svg#ALLERGENS") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*
@font-face {
  font-family: 'erudus';
  src: url("fonts/erudus/erudus.eot?c2k7nf");
  src: url("fonts/erudus/erudus.eot?c2k7nf#iefix") format("embedded-opentype")
     , url("fonts/erudus/erudus.ttf?c2k7nf") format("truetype")
     , url("fonts/erudus/erudus.woff?c2k7nf") format("woff")
     , url("fonts/erudus/erudus.svg?c2k7nf#erudus") format("svg");
  font-weight: normal;
  font-style: normal;
}
*/
div.allergens {
  width: 20px;
  height: 20px;
  font-size: 20px;
  margin-right: 7px;
  font-family: "ALLERGENS";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #d3d3d3;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div.wheat:before {
  content: "G";
  color: #f47039;
  font-weight: normal;
}

div.crustaceans:before {
  content: "D";
  color: #1cb6f1;
  font-weight: normal;
}

div.egg:before {
  content: "I";
  color: #f68d2f;
  font-weight: normal;
}

div.fish:before {
  content: "L";
  color: #28429d;
  font-weight: normal;
}

div.peanut:before {
  content: "B";
  color: #c27344;
  font-weight: normal;
}

div.dairy:before {
  content: "J";
  color: #6d351e;
  font-weight: normal;
}

div.hazelnut:before {
  content: "F";
  color: #da4752;
  font-weight: normal;
}

div.celery:before {
  content: "C";
  color: #54bf36;
  font-weight: normal;
}

div.mustard:before {
  content: "N";
  color: #c09328;
  font-weight: normal;
}

div.sesame:before {
  content: "H";
  color: #9a8e6c;
  font-weight: normal;
}

div.lupins:before {
  content: "A";
  color: #fadd3d;
  font-weight: normal;
}

div.mollusk:before {
  content: "K";
  color: #4dc4d5;
  font-weight: normal;
}

div.soya:before {
  content: "M";
  color: #02a75b;
  font-weight: normal;
}

div.sulphites:before {
  content: "E";
  color: #82104e;
  font-weight: normal;
}

.calendar-header .calendar-prev-btn, .calendar-header .calendar-next-btn {
  width: 20px;
  color: #E9C475;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 4px;
  margin-left: 4px;
  line-height: 24px;
  cursor: pointer;
}
.calendar-header .calendar-prev-btn:hover, .calendar-header .calendar-next-btn:hover {
  opacity: 0.8;
}
.calendar-header .calendar-prev-btn:before {
  content: "\f053";
}
.calendar-header .calendar-next-btn:before {
  content: "\f054";
}
.calendar-header .input-combobox {
  width: auto;
}
.calendar-header .input-combobox select {
  border: none;
  background-color: transparent;
  background-image: url("images/manager-3_0/manager-icon-arrow-dropdown.png");
  background-position: 100% 0px;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #e5e5e5;
  padding: 2px 8px;
  border-radius: 4px;
  position: relative;
}
.calendar-header .input-combobox select:focus {
  border: none;
}

table.calendar-days-view {
  width: 100%;
  border-collapse: collapse;
}
table.calendar-days-view > thead > tr > th {
  width: 14.29%;
  padding: 4px 0;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #D0D0DB;
}
table.calendar-days-view > thead > tr > th:last-child {
  border-right-style: none;
}
table.calendar-days-view > tbody > tr > td {
  height: 42px;
  text-align: center;
  line-height: 42px;
}
table.calendar-days-view > tbody > tr > td > div {
  margin: 0 1px 1px 0;
}
table.calendar-days-view > tbody > tr:first-child > td > div {
  margin-top: 1px;
}
table.calendar-days-view > tbody > tr > td.day-cell.today {
  position: relative;
}
table.calendar-days-view > tbody > tr > td.day-cell.today:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-image: url("images/manager-3_0/manager-calendar-today.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  pointer-events: none;
}
table.calendar-days-view > tbody > tr > td.disabled > div {
  color: rgb(217.1818181818, 188.8181818182, 136.8181818182);
  cursor: default !important;
}
table.calendar-days-view > tbody > tr > td.day-cell > div {
  border-radius: 4px;
  cursor: pointer;
}
table.calendar-days-view > tbody > tr > td.day-cell.day-6:not(.selected) > div,
table.calendar-days-view > tbody > tr > td.day-cell.day-0:not(.selected) > div {
  background-color: rgba(243.525, 243.525, 243.525, 0.3);
}
table.calendar-days-view > tbody > tr > td.empty-cell > div {
  background-color: rgba(255, 255, 255, 0.3);
}
table.calendar-days-view > tbody > tr > td.selected > div {
  background-color: #E9C475;
}
table.calendar-days-view > tbody > tr > td.selected .label {
  color: #FFFFFF;
}

.view.calendar-nav {
  display: flex;
  position: static;
  flex-direction: row;
  width: auto;
  height: auto;
  padding: 10px 0;
  justify-content: space-between;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #181818;
}

.detail-view {
  flex: 1;
}

.master-view {
  width: 400px;
}

.ui-navigation-controller > div {
  transition-property: display;
}
.ui-navigation-controller > div {
  display: none;
}
.ui-navigation-controller > div:last-child {
  display: block;
}
.ui-navigation-controller > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (min-width: 1024px) {
  .desktop-modal {
    border: 1px solid #D0D0DB;
    box-sizing: border-box;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    position: fixed !important;
    left: 50% !important;
    margin-left: -190px;
    width: 380px !important;
    height: 90vh !important;
  }
}
.spin-loader {
  animation: rotate 0.8s infinite linear;
  border: 3px solid #E9C475;
  border-right-color: transparent;
  border-radius: 50%;
  width: 16px;
  height: 16px;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#digital-menu-view {
  height: 100vh;
}
#digital-menu-view .main-view-wrapper {
  position: relative;
}
#digital-menu-view .logo-container {
  background: url("images/logo.png") center center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 150px;
  width: 100%;
  max-width: 350px;
  min-width: 200px;
}

#rest_topbar {
  border-bottom: 2px solid #D0D0DB;
  background-color: #181818;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

#pickup-or-delivery {
  min-height: 500px;
}

#pickup-or-delivery .logo-container {
  background: url("images/logo.png") center center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 150px;
  width: 100%;
  max-width: 350px;
}

#pickup-or-delivery .online-delivery .or-block,
#pickup-or-delivery .online-delivery .takeaway-block {
  display: none;
}

#pickup-or-delivery .online-takeaway .or-block,
#pickup-or-delivery .online-takeaway .delivery-block {
  display: none;
}

#pickup-or-delivery > div {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}

#pickup-or-delivery .cell {
  background-color: rgba(255, 255, 255, 0.3);
}

#pickup-or-delivery .pickup-icon,
#pickup-or-delivery .take-away-icon,
#pickup-or-delivery .table-icon {
  width: 150px;
  height: 150px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#pickup-or-delivery .pickup-icon {
  background-image: url("images/pickup_dark.png");
}

#pickup-or-delivery .take-away-icon {
  background-image: url("images/take_away_dark.png");
}

#pickup-or-delivery .table-icon {
  background-image: url("images/table_dark.png");
}

@media (min-width: 600px) {
  #pickup-or-delivery .cell {
    min-width: 350px;
    max-width: 450px;
    width: 100%;
    height: 450px;
  }
  #pickup-or-delivery > div {
    align-content: center;
  }
}
@media (max-width: 746px) {
  #pickup-or-delivery > div {
    align-content: flex-start;
  }
}
@media (max-width: 600px) {
  #pickup-or-delivery .cell {
    min-height: 350px;
    min-width: 280px;
  }
  #pickup-or-delivery > div {
    align-content: flex-start;
  }
}
.mobile .menu-section-title {
  z-index: 1;
  padding-left: 10px;
}
.mobile .photo-tmpl {
  margin: 20px !important;
  position: relative;
}
.mobile .photo-tmpl .btn-minus {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 30px;
  height: 30px;
  background: #181818;
  border-radius: 50%;
  font-size: 30px;
}

.tmpl-img .photo-tmpl.with-modifiers {
  margin-bottom: 0 !important;
  border-radius: 10px !important;
}
.tmpl-img .product-modifier {
  border-width: 3px;
}
.tmpl-img .product-modifier .separator {
  height: 1px;
  background-color: #e0e0e0;
}
.tmpl-img .product-modifier.last-modifier .separator {
  display: none;
}

.desktop .photo-tmpl {
  margin: 15px !important;
  transition: transform 0.3s;
}
.desktop .photo-tmpl:hover {
  will-change: transform;
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.photo-tmpl .photo-tmpl-border, .photo-tmpl .badge {
  display: none;
}
.photo-tmpl .hero {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  margin-top: -15px;
  background-color: #FFFFFF;
  color: #1A1A1B;
}
.photo-tmpl .product-image {
  height: 228px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-position: center;
}

.photo-tmpl.selected .badge {
  display: block;
  position: absolute;
}
.photo-tmpl.selected .badge {
  top: -5px;
  right: -5px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #D58921;
  color: #FFFFFF;
  text-align: center;
  line-height: 26px;
  font-weight: bold;
}

.photo-tmpl.cell {
  border: none;
}

.tmpl-img #choose-menu-view .main-view-wrapper {
  margin-right: 15px;
}

.tmpl-retail .product-image.retail {
  height: 430px;
}
.tmpl-retail .price-tag {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px;
  background-color: rgba(24, 24, 24, 0.6);
  backdrop-filter: blur(3px);
  border-radius: 3px;
}
.tmpl-retail .product-old-price {
  color: #5f5f5f;
}
.tmpl-retail .attribute-button {
  width: 30px;
  height: 30px;
  border: 1px solid #D0D0DB;
  border-radius: 4px;
}
.tmpl-retail .attribute-button > img {
  width: 30px;
  height: 30px;
}
.tmpl-retail .attribute-image {
  width: 30px;
  height: 30px;
  min-width: 30px;
  background-size: contain;
  margin-bottom: 2px;
}
.tmpl-retail .attribute-options {
  background-color: #181818;
  backdrop-filter: blur(3px);
  border-radius: 3px;
  padding: 2px 0 2px 2px;
}

#online-payment-view > .cell {
  max-width: 700px;
  min-width: 500px;
}

.total {
  border-top: 1px solid #D0D0DB;
}

.redsys {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-image: url(images/payment/redsys.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.paypal {
  width: 40px;
  height: 40px;
  background-image: url(images/payment/paypal.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.embbeded > .cell {
  border: none !important;
}

.embbeded .total {
  border-top: none !important;
}

#payment-modal-view {
  position: fixed;
  top: 50px;
  bottom: 50px;
  left: 50%;
  right: 100px;
  height: 80vh;
  width: 600px;
  background: rgba(51, 51, 51, 0.9333333333);
  margin-left: -300px;
}

#payment-modal-view > iframe {
  width: 600px;
  height: 80vh;
}

.time-range-cell {
  display: inline-block;
  padding: 5px;
  margin: 5px;
  border-radius: 3px;
  background-color: #181818;
  cursor: pointer;
}
.time-range-cell:hover:not(.selected) {
  opacity: 0.8;
}

.time-range-cell.selected {
  background-color: #E9C475;
  color: #FFFFFF;
}

.time-section-header {
  margin-top: 10px;
  text-transform: lowercase;
  font-variant: small-caps;
  color: #5f5f5f;
  border-bottom: 1px solid #D0D0DB;
  text-align: right;
}

.segmented-style {
  display: grid;
  grid-auto-flow: column;
  border: 1px solid #e5e5e5;
}
.segmented-style div {
  display: flex;
  padding: 8px;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}
.segmented-style div.selected {
  border: 2px solid #E9C475;
  color: #E9C475;
  font-weight: bold;
}
.segmented-style div:hover:not(.selected) {
  opacity: 0.8;
}

.courier-prime-regular {
  font-family: "Courier Prime", monospace;
  font-weight: 400;
  font-style: normal;
}

.courier-prime-bold {
  font-family: "Courier Prime", monospace;
  font-weight: 700;
  font-style: normal;
}

.courier-prime-regular-italic {
  font-family: "Courier Prime", monospace;
  font-weight: 400;
  font-style: italic;
}

.courier-prime-bold-italic {
  font-family: "Courier Prime", monospace;
  font-weight: 700;
  font-style: italic;
}

* {
  box-sizing: border-box;
}

html {
  box-sizing: border-box !important;
  background: url("images/bg1.jpg");
  background-color: #181818;
  background-size: cover;
  min-height: 100%;
  font-family: "Courier Prime", monospace;
  font-size: 14px !important;
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
}

body {
  position: relative !important;
  display: block !important;
  height: auto !important;
  width: 100% !important;
  color: inherit !important;
  background: none !important;
  font-family: "Courier Prime", monospace;
  font-size: 14px !important;
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
}

a {
  color: #E9C475 !important;
  transition: all ease-in-out 0.15s;
}
a:hover {
  filter: brightness(1.2);
}

.bg-bg1 {
  background-color: transparent !important;
}

/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #888 #aaa;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 10px;
}

*::-webkit-scrollbar-track {
  background: #aaa;
}

*::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 4px;
  border: 3px solid #aaa;
}

.selected .checkbox-button::before,
.checkbox-button.selected::before,
.custom-selected .checkbox-button::before {
  border-bottom: 4px solid #E9C475;
  border-right: 4px solid #E9C475;
}

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

.view,
.window {
  position: relative;
}

.oobtn {
  transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.oobtn.oobtn-primary {
  background-color: #E9C475;
  border-radius: 4px;
  color: #FFFFFF;
  background-image: linear-gradient(to right, #E9C475, #E9C475);
}
.oobtn.oobtn-secondary {
  border: 1px solid #E9C475;
  border-radius: 4px;
  color: #E9C475;
  font-weight: bold;
  padding-left: 25px;
  padding-right: 25px;
}
.oobtn:hover {
  filter: brightness(1.2);
}

.btn-minus,
.btn-plus,
.oobtn-icon {
  transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
  cursor: pointer;
  color: #E9C475;
}
.btn-minus:hover,
.btn-plus:hover,
.oobtn-icon:hover {
  filter: brightness(1.2);
}

input,
textarea,
.combobox,
select {
  box-sizing: border-box !important;
  width: 100%;
}
#pickup-or-delivery .logo-container {
  background: url("images/logo.png") center center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 150px;
  width: 100%;
  max-width: 350px;
}

.logo-title-container {
  font-family: "Courier Prime", monospace;
  font-size: 140%;
  color: #ffffff;
}

#pickup-or-delivery,
#choose-menu-view,
#checkout-view,
#checkout-ok-view {
  background: transparent;
  overflow-y: auto;
  height: 100dvh;
  width: 100%;
  box-sizing: border-box !important;
}

.modal_window {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.33) !important;
  background-color: #181818;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22) !important;
  border-radius: 8px;
}

.footer-m-embed,
.footer-m {
  height: auto;
  padding: 8px;
}

.spin-loader {
  border: 3px solid #E9C475 !important;
  border-right-color: transparent !important;
  width: 32px;
  height: 32px;
}

.stepper .dot.selected {
  background-color: #FFFFFF;
}

.stepper .dot.selected::before {
  border: 2px solid #FFFFFF;
}

.selected .radio-button::before,
.custom-selected .radio-button::before {
  background-color: #E9C475;
}

.button-close.cta {
  color: #E9C475 !important;
  background: transparent !important;
}

input:focus,
textarea:focus {
  border-color: #E9C475;
  outline-color: #E9C475;
  outline: 0 !important;
}

.gap {
  gap: 8px;
}

.wrap-col {
  flex-wrap: wrap;
}

.col-span-2 {
  grid-column: span 2;
}

.col-span-3 {
  grid-column: span 3;
}

.col-span-4 {
  grid-column: span 4;
}

.col-span-5 {
  grid-column: span 5;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-span-2 {
  grid-row: span 2;
}

.row-span-3 {
  grid-row: span 3;
}

.row-span-4 {
  grid-row: span 4;
}

.row-span-5 {
  grid-row: span 5;
}

.row-span-full {
  grid-row: 1/-1;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-end {
  justify-content: flex-end;
}

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

.justify-items-start {
  justify-items: flex-start;
}

.justify-items-center {
  justify-items: center;
}

.justify-items-end {
  justify-items: flex-end;
}

.justify-self-start {
  justify-self: flex-start;
}

.justify-self-center {
  justify-self: center;
}

.justify-self-end {
  justify-self: flex-end;
}

.align-content-start {
  align-content: flex-start;
}

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

.align-content-end {
  align-content: flex-end;
}

.align-items-start {
  align-items: flex-start;
}

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

.align-items-end {
  align-items: flex-end;
}

.align-self-start {
  align-self: flex-start;
}

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

.align-self-end {
  align-self: flex-end;
}

#product-table-scroller {
  scroll-behavior: smooth;
}

.cell {
  border-radius: 0;
}

.hero {
  background: none;
  color: #ffffff;
}

.photo-tmpl .product-image {
  margin: 16px 16px 0 16px;
  border-radius: 16px !important;
  background-color: #ffffff;
  background-repeat: no-repeat;
  height: auto;
  min-height: 235px;
  background-size: 106% !important;
  border: 1px solid lightgray;
}

.mobile .product-table,
.desktop .product-table {
  display: grid !important;
  grid-template: auto/auto;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px;
  padding-left: 8px;
  padding-right: 8px;
}
.mobile .product-table .section-header,
.desktop .product-table .section-header {
  background-color: #a21c26;
}
.mobile .product-table .menu-section-header,
.mobile .product-table .menu-section-title,
.desktop .product-table .menu-section-header,
.desktop .product-table .menu-section-title {
  grid-column: 1/-1 !important;
  box-sizing: border-box;
  font-family: "Courier Prime", monospace !important;
  font-weight: 700;
  font-size: 1.6em;
  color: #FFFFFF;
  border-radius: 0;
  padding: 12px 8px;
  margin-top: 15px;
  position: sticky;
  top: 6px;
  z-index: 10;
}
.mobile .product-table .cell,
.desktop .product-table .cell {
  width: 100% !important;
  margin: 0 !important;
  border-radius: 0;
  color: #ffffff;
  /* From https://css.glass */
  background-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.mobile .product-table .cell .hero,
.desktop .product-table .cell .hero {
  border-radius: 0 !important;
  margin-top: 0 !important;
  background-color: transparent !important;
  color: #ffffff;
}

.mobile .product-table .product-big-photo-cell .add-btn-panel {
  display: flex;
  flex-direction: row;
}
.mobile .product-table .product-big-photo-cell .add-btn-panel .product-image {
  min-height: auto;
}
.mobile .product-table .cell.product {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 16px;
  height: auto;
  padding: 8px;
}
.mobile .product-table .cell.product .product-image {
  height: 100px;
  width: 100px;
  border-radius: 16px;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: center;
}
.mobile .product-table .cell.product .product-cell-info-container {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 8px;
}
.mobile .product-table .cell.product .product-cell-info-container .row {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: flex-end;
}
.mobile .product-table .cell.product .product-cell-info-container .row .product-title {
  font-family: "Courier Prime", monospace;
  font-weight: 400;
  font-size: 1.2em;
  letter-spacing: -0.05em;
  text-transform: lowercase;
}
.mobile .product-table .cell.product .product-cell-info-container .row .product-title:first-letter {
  text-transform: uppercase;
}
.mobile .product-table .cell.product .product-cell-info-container .row .product-title .p-regular {
  letter-spacing: -0.05em;
  line-height: 1.25;
}
.mobile .product-table .cell.product .product-cell-info-container .product-format-row-container {
  grid-column: 1/-1;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.mobile .product-table .cell.product .product-cell-info-container .product-format-row-container .product-format-line {
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 4px 0;
}
.mobile .product-table .cell.product .product-cell-info-container .product-desc {
  letter-spacing: -0.05em;
  line-height: 1.25;
}
#pickup-or-delivery .pickup-icon,
#pickup-or-delivery .take-away-icon,
#pickup-or-delivery .table-icon {
  width: 150px;
  height: 150px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  padding: 16px;
  background-size: 70% !important;
  background-color: rgba(0, 0, 0, 0.1);
}
#pickup-or-delivery .take-away-icon {
  background-image: url(images/take_away_yellow.png) !important;
}
#pickup-or-delivery .pickup-icon {
  background-image: url(images/pickup_yellow.png) !important;
}
#pickup-or-delivery .table-icon {
  background-image: url(images/table_yellow.png) !important;
}
#pickup-or-delivery .hl-title-bold {
  font-family: "Courier Prime", monospace !important;
  font-size: 120%;
  font-weight: bold;
}
#pickup-or-delivery .logo-container {
  background: url("images/logo.png") center center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 150px;
  width: 100%;
  max-width: 350px;
}

.desktop .menu-view-grid-container {
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) 360px;
  padding-left: 8px;
  padding-right: 8px;
}
.desktop .menu-view-grid-container .ticket-view-wrapper {
  grid-row: 1/3;
  grid-column: 2/3;
}

.mobile .menu-view-grid-container {
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr);
  padding: 8px 8px 0 8px;
}

#category-menu-view {
  position: relative !important;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 0;
}
#category-menu-view .glass-panel {
  border-radius: 2px !important;
}
#category-menu-view .scroll-row {
  position: relative !important;
}
#category-menu-view .menu-item {
  position: relative !important;
}
#category-menu-view .oobtn-link {
  color: #ffffff;
  font-weight: bold;
}
#category-menu-view .oobtn-next, #category-menu-view .oobtn-prev {
  position: relative !important;
  display: flex;
  align-items: center;
}
#category-menu-view .oobtn-next:hover:before, #category-menu-view .oobtn-prev:hover:before, #category-menu-view .oobtn-link:hover {
  opacity: 1 !important;
  filter: brightness(1.2);
}
#category-menu-view .btn-minus.disabled, #category-menu-view .btn-plus.disabled, #category-menu-view .oobtn-icon.disabled {
  color: #aaaaaa;
}

#product-add-view {
  height: inherit !important;
  max-height: 100vh;
}

.photo-tmpl.selected {
  border: 0 !important;
}
.photo-tmpl.selected.glass-panel::after {
  background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.4)) !important;
}

.cell.rounded {
  border-radius: 2px;
}

.align-right-row {
  text-align: right;
  justify-content: flex-end;
}

.product-price {
  background-color: #E9C475;
  color: black;
  font-weight: 600;
  flex: inherit;
  padding: 4px 6px;
  font-size: 110%;
  letter-spacing: -1px;
}

.product-desc {
  font-size: 95%;
}

.product-format-row-container {
  grid-column: 1/-1;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.product-format-row-container .product-format-line {
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 4px 0 4px 16px;
  font-size: 90%;
  text-transform: lowercase;
  align-items: center;
}

.desktop #ticket-view {
  width: 100%;
  position: relative !important;
  top: inherit !important;
}

#checkout-date-picker-view {
  height: auto !important;
}

.custom-stripe > .stripped:nth-child(2n),
.stripe > div:nth-child(2n) {
  background-color: rgba(255, 255, 255, 0.2);
}

.ticket-view-title {
  font-size: 150%;
  font-weight: bold;
  font-family: "Courier Prime", monospace !important;
  color: #ffffff;
}

#ticket-view .total-label {
  font-weight: 700;
  font-size: 1.2em;
}

#checkout-view.desktop .main-view-wrapper {
  padding-right: 8px;
}

#client-info-view,
#conditions-container,
#terms-wrapper {
  background-color: transparent !important;
  border-radius: 0px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
  margin-top: 15px;
  color: #ffffff;
}
#client-info-view .cell .hero,
#conditions-container .cell .hero,
#terms-wrapper .cell .hero {
  background-color: transparent !important;
  border-radius: 0 !important;
}

.tab.selected {
  font-family: "Courier Prime", monospace !important;
  border-color: #ffffff;
  color: #ffffff;
  font-size: 150%;
  font-weight: bold;
}

#terms-wrapper {
  margin-left: 10px !important;
  margin-right: 10px !important;
  background-color: rgba(0, 0, 0, 0.7);
  border: 0;
  margin-top: 16px;
}

#client-info-view .oobtn-secondary {
  padding: 2px 4px;
}

#digital-menu-view {
  background: transparent;
  overflow-y: auto;
  height: 100dvh;
  width: 100%;
  box-sizing: border-box !important;
}
#digital-menu-view .scroll-row {
  position: relative !important;
  overflow: auto;
}
#digital-menu-view .menu-view-grid-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  gap: 0;
  padding: 0;
}
#digital-menu-view #rest_topbar {
  position: relative;
  background-color: #E9C475;
  border: 0;
  flex-direction: column;
  padding-top: 8px;
  gap: 8px;
}
#digital-menu-view #rest_topbar .logo-container {
  min-height: 30px;
}
#digital-menu-view #rest_topbar .logo-title-container {
  font-family: "Courier Prime", monospace;
  font-size: 140%;
  color: #ffffff;
}
#digital-menu-view .logo-container {
  background: url("images/logo.png") center center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 120px;
  width: 100%;
  max-width: 350px;
}
#digital-menu-view .main-view-wrapper {
  position: relative;
  display: block;
  overflow: initial;
}
#digital-menu-view .category-wrapper {
  display: flex;
  margin-top: 32px;
  justify-content: flex-end;
  overflow: auto;
}
#digital-menu-view #digital-menu-category-list-view {
  display: flex;
}
#digital-menu-view #digital-menu-category-list-view .menu-item:hover {
  backdrop-filter: brightness(140%);
}
#digital-menu-view .search-bar {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: transparent;
  box-sizing: border-box;
  padding: 8px;
  margin: 0 auto;
  max-width: 1080px;
}
#digital-menu-view .search-bar input {
  position: relative;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  width: 100%;
  height: auto;
  color: #ffffff;
  font-family: "Courier Prime", monospace !important;
  font-size: 14px;
  font-weight: 400;
  background-color: rgba(0, 0, 0, 0.51);
  border: 1px solid #E9C475;
  box-sizing: border-box;
  text-overflow: ellipsis;
  outline: none;
  -webkit-appearance: none;
}
#digital-menu-view .search-bar input:focus {
  border-color: #ffffff;
}
#digital-menu-view .search-bar input:not(:placeholder-shown) ~ i {
  display: none;
}
#digital-menu-view .search-bar input::placeholder {
  color: #ffffff;
}
#digital-menu-view .search-bar i {
  position: absolute;
  transform: translate(0, -50%);
  right: 16px;
  top: 50%;
}
#digital-menu-view #digital-menu-product-list-view {
  position: relative !important;
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
  padding: 0 !important;
  max-width: 1080px;
  min-height: 250px;
  margin: 0 auto;
}
#digital-menu-view #digital-menu-product-list-view .spin-loader-container {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translatey(-50%);
}
#digital-menu-view #digital-menu-product-list-view .uitable {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  width: 100%;
  padding-bottom: 32px;
  padding-top: 8px;
}
#digital-menu-view #digital-menu-product-list-view .uitable .menu-section-title {
  padding: 12px 8px;
  margin-top: 15px;
  position: sticky;
  top: 0;
  z-index: 10;
}
#digital-menu-view #digital-menu-product-list-view .uitable .cell.product {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 16px;
  height: auto;
  padding: 8px;
}
#digital-menu-view #digital-menu-product-list-view .uitable .cell.product .product-image {
  height: 100px;
  width: 100px;
  border-radius: 16px;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: center;
}
#digital-menu-view #digital-menu-product-list-view .uitable .cell.product .product-cell-info-container {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 8px;
}
#digital-menu-view #digital-menu-product-list-view .uitable .cell.product .product-cell-info-container .row {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: flex-end;
}
#digital-menu-view #digital-menu-product-list-view .uitable .cell.product .product-cell-info-container .row .product-title {
  font-family: "Courier Prime", monospace;
  font-weight: 400;
  font-size: 1.2em;
  letter-spacing: -0.5px;
  text-transform: lowercase;
}
#digital-menu-view #digital-menu-product-list-view .uitable .cell.product .product-cell-info-container .row .product-title:first-letter {
  text-transform: uppercase;
}
#digital-menu-view #digital-menu-product-list-view .uitable .cell.product .product-cell-info-container .row .product-title .p-regular {
  letter-spacing: -0.05em;
  line-height: 1.25;
}
#digital-menu-view #digital-menu-product-list-view .uitable .cell.product .product-cell-info-container .product-desc {
  letter-spacing: -0.05em;
  line-height: 1.25;
}
#digital-menu-view.mobile #digital-menu-product-list-view .uitable .cell.product .product-image {
  height: 70px;
  width: 70px;
  max-width: 70px;
  width: 100%;
}
#digital-menu-view.mobile #digital-menu-product-list-view .uitable .cell.product .product-cell-info-container .row .product-title {
  font-size: 1.2em;
}
@media only screen and (max-width: 800px) {
  #checkout-view #terms-wrapper .change-row {
    flex-direction: column !important;
  }
  #digital-menu-view #digital-menu-product-list-view .product-table {
    grid-template-columns: 1fr;
  }
}
.nav-bar-wrapper {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #181818;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

#nav-bar {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 8px;
  border: 0;
  padding: 8px 0;
  margin: 0 auto;
  max-width: 1080px;
}
#nav-bar .logo-container {
  min-height: 80px;
  background-position: center center;
  transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
}
#nav-bar .logo-container.reduce-logo {
  min-height: 40px;
}

.hamburger {
  display: flex;
  align-items: center;
  position: relative;
  height: 26px;
  padding: 12px;
  cursor: pointer;
}
.hamburger .main-nav-toggle {
  display: block;
  position: relative;
  width: 28px;
  height: 16px;
}
.hamburger .main-nav-toggle:after, .hamburger .main-nav-toggle:before {
  content: "";
  position: absolute;
  top: 0;
  height: 0;
  border-bottom: 4px solid #E9C475;
  width: 100%;
  left: 0;
  right: 0;
  transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.hamburger .main-nav-toggle:after {
  top: 100%;
}
.hamburger .main-nav-toggle i {
  display: block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  height: 4px;
  background-color: #E9C475;
  width: 100%;
  position: absolute;
  top: 50%;
  transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.hamburger .main-nav-toggle.active-menu:after {
  transform: rotate(-45deg);
  transform-origin: center;
  top: 50%;
}
.hamburger .main-nav-toggle.active-menu:before {
  transform: rotate(45deg);
  transform-origin: center;
  top: 50%;
}
.hamburger .main-nav-toggle.active-menu i {
  opacity: 0;
}

#nav-window {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  height: 100dvh;
  max-width: 90vw;
  min-width: 35vw;
  padding: 8px;
  z-index: 20;
  background-color: #181818;
  color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: transform 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
  transform: translateX(-110%);
}
#nav-window.show-window {
  transform: translateX(0);
}
#nav-window .button-wrapper {
  min-height: 50px;
  display: flex;
  justify-content: flex-end;
}

.glass-panel {
  /* From https://css.glass */
  position: relative;
  background: none !important;
  color: #ffffff !important;
}
.glass-panel::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 0 !important;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important;
  backdrop-filter: blur(5.3px) !important;
  -webkit-backdrop-filter: blur(5.3px) !important;
}

.fade-in {
  animation: fadeIn ease-in-out 0.4s;
}
.fade-in.slow {
  animation-duration: 1.2s;
}
.fade-in.medium {
  animation-duration: 0.8s;
}
.fade-in.fast {
  animation-duration: 0.4s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tmpl-img #choose-menu-view.mobile .main-view-wrapper {
  margin: 4px !important;
}

.desktop .photo-tmpl {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

.desktop .photo-tmpl:hover {
  will-change: inherit !important;
  -webkit-transform: none !important;
  transform: none !important;
  -webkit-animation-timing-function: inherit !important;
  animation-timing-function: inherit !important;
}

.ui-navigation-controller > div {
  position: relative !important;
  background: none !important;
}

.tags-container {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  background-color: transparent;
  box-sizing: border-box;
  padding: 8px;
  margin: 0 auto;
  max-width: 800px;
}
.tags-container .tag {
  color: #ffffff;
  font-size: 80%;
  font-weight: 200;
  cursor: pointer;
}

/*# sourceMappingURL=app.css.map */
