@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
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;
}

html {
  background-color: #FFFFFF;
  background-image: none;
  font-family: "Inter", "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #2C3E50;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
}

body {
  position: relative !important;
  display: block !important;
  height: auto !important;
  width: 100% !important;
  background-color: #FFFFFF;
  background-image: none;
  color: #2C3E50;
  font-family: "Inter", "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
}

*, *::before, *::after {
  font-family: inherit;
}

:root {
  --font-family-2: Inter, Roboto, sans-serif ;
}

.view, .window {
  height: fit-content;
}

.root-screen {
  background-color: #FFFFFF;
}

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

.glass-panel {
  position: relative;
  background-color: white !important;
  color: #2C3E50 !important;
  border: 1px solid #D9E0E7;
  border-radius: 10px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.06);
}
.glass-panel::after {
  display: none !important;
}

#ticket-view {
  background-color: transparent !important;
  color: #2C3E50 !important;
  width: 100%;
  min-height: 0;
  display: flex;
  flex-direction: column;
  position: relative !important;
  top: 0 !important;
  max-width: none !important;
  border: none !important;
  box-shadow: none !important;
}

.ticket-view-wrapper {
  background-color: transparent;
  border-left: none;
}

.desktop .menu-view-grid-container .ticket-view-wrapper {
  max-height: calc(100dvh - 0px) !important;
  overflow: hidden !important;
  align-self: start !important;
  position: sticky !important;
  top: 0 !important;
  display: flex;
  flex-direction: column;
}

#ticket-view > .cell {
  background-color: #FFFFFF !important;
  color: #2C3E50 !important;
  border: 1px solid #E3E8EE;
  border-radius: 10px;
  margin: 8px;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
  box-sizing: border-box;
}

#ticket-view .subtitle-regular,
#ticket-view .p-regular {
  color: #6B7C93;
}

#ticket-view .hl {
  background-color: #FFFFFF;
}

#ticket-view .stripe > div {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  min-height: 44px;
  box-sizing: border-box;
  align-items: center;
  background-color: transparent;
}

#ticket-view .stripe > div:nth-child(2n) {
  background-color: #F5F7FA;
}

#ticket-view .oobtn-primary {
  background-color: #4CA5A9 !important;
  background-image: none !important;
  color: #FFFFFF !important;
}
#ticket-view .oobtn-primary:hover {
  background-color: #3D8F93 !important;
  color: #FFFFFF !important;
}

#restaurant-topbar {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #DB1D2C;
  border-bottom: 1px solid #DB1D2C;
  height: 100px;
  min-height: 100px;
  max-height: 100px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 24px;
}

#restaurant-logo {
  display: block;
  height: 76px;
  width: 300px;
  max-width: calc(100vw - 48px);
  background-image: url("images/Logo_header.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

#restaurant-topbar {
  display: none !important;
}

#choose-menu-view.desktop {
  display: flex;
  flex-direction: column;
  height: 100dvh;
  overflow: hidden;
}

.desktop .menu-view-grid-container {
  display: grid;
  gap: 0;
  column-gap: 0;
  grid-template-columns: 0px minmax(0, 1fr) 0px 360px;
  grid-template-rows: auto 1fr;
  padding: 0;
  flex: 1;
  min-height: 0;
  transition: grid-template-columns 0.3s ease;
}
.desktop .menu-view-grid-container .ticket-view-wrapper {
  grid-row: 1/3;
  grid-column: 4/5;
  align-self: start;
  position: sticky;
  top: 0;
}

#choose-menu-view.desktop.sidebar-open .menu-view-grid-container {
  grid-template-columns: 400px minmax(0, 1fr) 0px 360px;
}

#product-table-scroller {
  overflow-y: auto;
  min-height: 0;
  background-color: transparent;
  position: relative;
  padding: 0;
}

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

#digital-menu-view .menu-view-grid-container {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.ui-navigation-controller > div {
  background-color: #FFFFFF;
}

#pickup-or-delivery,
#choose-menu-view {
  background-color: #FFFFFF;
  overflow-y: auto;
  height: 100dvh;
  width: 100%;
  box-sizing: border-box;
}

#checkout-view,
#checkout-ok-view {
  background-color: #FFFFFF;
  overflow-y: auto;
  height: 100dvh;
  width: 100%;
  box-sizing: border-box;
}

#checkout-view.animated,
#checkout-ok-view.animated {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 9999 !important;
  height: 100dvh !important;
  width: 100vw !important;
  overflow-y: auto;
}

#digital-menu-view {
  background-color: #FFFFFF;
  width: 100%;
  box-sizing: border-box;
}

.topbar {
  background-color: #DB1D2C;
  border-bottom: 1px solid #DB1D2C;
  box-shadow: none;
  color: #2C3E50;
}

.footer-m,
.footer-m-embed {
  background-color: #DB1D2C;
  border-top: 1px solid #DB1D2C;
  height: 60px !important;
  padding: 8px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.footer-m .oobtn-primary,
.footer-m .oobtn-secondary,
.footer-m-embed .oobtn-primary,
.footer-m-embed .oobtn-secondary {
  height: 44px;
  line-height: 44px;
  font-size: 15px;
}
.footer-m .oobtn-primary,
.footer-m-embed .oobtn-primary {
  width: 100%;
}

.footer-m-embed.with-stepper,
.footer-m.with-stepper {
  flex-direction: column !important;
  align-items: stretch !important;
  height: auto !important;
  padding: 16px 16px !important;
  gap: 10px;
}
.footer-m-embed.with-stepper .stepper,
.footer-m.with-stepper .stepper {
  justify-content: center;
  margin-bottom: 0 !important;
}

#choose-menu-view.phone .footer-m {
  position: fixed !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 50;
  height: 60px !important;
  display: flex;
  align-items: center;
  padding: 0 15px;
  background-color: #DB1D2C;
  border-top: 1px solid #DB1D2C;
}
#choose-menu-view.phone .footer-m .oobtn-primary {
  flex: 1;
  height: 44px;
  line-height: 44px;
}

#choose-menu-view.phone .footer-m:has([style*="display: none"]) {
  display: none;
}

#choose-menu-view.phone #product-table-scroller {
  padding-bottom: 60px;
}

#choose-menu-view.phone .product-table .cell {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#choose-menu-view.phone .photo-tmpl {
  overflow: visible !important;
}

#choose-menu-view.phone .photo-tmpl .product-image-wrap {
  overflow: hidden !important;
  position: relative;
  z-index: 0;
}

#choose-menu-view.phone .photo-tmpl .btn-minus,
#choose-menu-view.phone .photo-tmpl .btn-plus {
  z-index: 20;
}

#choose-menu-view.phone .photo-tmpl .badge {
  z-index: 20;
}

.modal_window {
  background-color: #FFFFFF;
  border: 1px solid #D9E0E7;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.06);
  color: #2C3E50;
  border-radius: 10px;
}
.modal_window .topbar {
  background-color: #EEF1F5;
  color: #2C3E50;
}
.modal_window .topbar .title, .modal_window .topbar .title-bold, .modal_window .topbar .label, .modal_window .topbar span {
  color: #2C3E50;
}

#product-add-view {
  background-color: #FFFFFF;
}

@media (min-width: 1024px) {
  #product-add-view.desktop-modal {
    min-width: 380px;
    width: 380px !important;
  }
}
#product-add-view .modal-header-area {
  background-color: #EEF1F5;
}

#product-add-view .modal-modifier-header {
  background-color: #EEF1F5 !important;
  color: #6B7C93 !important;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

#product-add-view .modifier-category-subtitle {
  color: #6B7C93 !important;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: none;
}

#product-add-view .modifier-category-subtitle:empty {
  display: none !important;
  padding: 0 !important;
}

#product-add-view .modal-header-area > .hl {
  display: block;
  height: 1px;
  background-color: #E3E8EE !important;
  margin-left: 0px;
  margin-right: 0px;
}

#product-add-view [data-outlet=product-name-lbl],
#product-add-view [data-outlet=product-name-lbl] * {
  color: #2C3E50 !important;
}

#product-add-view [data-outlet=product-description-lbl],
#product-add-view [data-outlet=product-description-lbl] * {
  color: #6B7C93 !important;
}

#product-add-view [data-outlet=product-price-lbl],
#product-add-view [data-outlet=product-price-lbl] * {
  color: #DB1D2C !important;
}

#product-modifier-selection-view,
#product-format-selection-view {
  background-color: #FFFFFF;
  min-height: 100%;
}

#product-add-view [data-outlet=content-view] {
  background-color: #FFFFFF;
}

#product-add-view .ui-navigation-controller > div {
  background-color: #FFFFFF;
}

.modifier-option-cell,
.modifier-multiple-cell,
.modifier-incremental-cell {
  background-color: #FFFFFF !important;
  color: #2C3E50 !important;
  position: relative !important;
}
.modifier-option-cell .concept, .modifier-option-cell .price, .modifier-option-cell .quantity,
.modifier-multiple-cell .concept,
.modifier-multiple-cell .price,
.modifier-multiple-cell .quantity,
.modifier-incremental-cell .concept,
.modifier-incremental-cell .price,
.modifier-incremental-cell .quantity {
  color: #2C3E50 !important;
}
.modifier-option-cell,
.modifier-multiple-cell,
.modifier-incremental-cell {
  border-bottom: none !important;
}
.modifier-option-cell::after,
.modifier-multiple-cell::after,
.modifier-incremental-cell::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0px;
  height: 1px;
  background-color: #E3E8EE;
  pointer-events: none;
}

.modifier-option-cell:nth-child(2n),
.modifier-multiple-cell:nth-child(2n),
.modifier-incremental-cell:nth-child(2n) {
  background-color: #F5F7FA !important;
}

.modifier-product-cell {
  background-color: #FFFFFF !important;
  border-color: #DB1D2C !important;
  border-radius: 10px !important;
}
.modifier-product-cell .concept {
  color: #2C3E50 !important;
}
.modifier-product-cell:hover {
  background-color: #EEF1F5 !important;
  border-color: #DB1D2C !important;
}
.modifier-product-cell.custom-selected {
  background-color: #EBF3FC !important;
  border-color: #DB1D2C !important;
}

.modifier-option-cell.custom-selected,
.modifier-multiple-cell.custom-selected {
  background-color: #EBF3FC !important;
}

#product-add-view .footer-m-embed,
#product-add-view .footer-m {
  background-color: #FFFFFF !important;
  border-top: none !important;
  border: none !important;
}
#product-add-view .footer-m-embed:not(.with-stepper),
#product-add-view .footer-m:not(.with-stepper) {
  padding-top: 1px !important;
}
#product-add-view .footer-m-embed,
#product-add-view .footer-m {
  background-image: linear-gradient(#E3E8EE, #E3E8EE);
  background-size: calc(100% - 0px * 2) 1px;
  background-position: 0px 0%;
  background-repeat: no-repeat;
}

#product-add-view .stepper .dot {
  background-color: #B0BEC5;
}

#product-add-view .stepper .dot.done,
#product-add-view .stepper .dot.current,
#product-add-view .stepper .dot.selected {
  background-color: #DB1D2C;
}

#product-add-view .oobtn-primary {
  background-color: #DB1D2C !important;
  background-image: none !important;
  color: #FFFFFF !important;
}

#product-add-view .oobtn-secondary {
  background-color: #EEF1F5 !important;
  color: #2C3E50 !important;
}

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

#client-info-view, #conditions-container, #terms-wrapper {
  background-color: #FFFFFF;
  color: #2C3E50;
  border: 1px solid #E3E8EE;
  border-radius: 10px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
}
#client-info-view.glass-panel,
#client-info-view .cell, #client-info-view .cell .hero, #client-info-view .hero, #conditions-container.glass-panel,
#conditions-container .cell, #conditions-container .cell .hero, #conditions-container .hero, #terms-wrapper.glass-panel,
#terms-wrapper .cell, #terms-wrapper .cell .hero, #terms-wrapper .hero {
  background-color: #FFFFFF !important;
  color: #2C3E50 !important;
  border-color: #E3E8EE !important;
}
#client-info-view .p-regular, #client-info-view .p-medium, #client-info-view .section-title, #client-info-view .text-secondary, #conditions-container .p-regular, #conditions-container .p-medium, #conditions-container .section-title, #conditions-container .text-secondary, #terms-wrapper .p-regular, #terms-wrapper .p-medium, #terms-wrapper .section-title, #terms-wrapper .text-secondary {
  color: #6B7C93;
}
#client-info-view .hl, #conditions-container .hl, #terms-wrapper .hl {
  background-color: #FFFFFF;
}
#client-info-view input, #client-info-view textarea, #client-info-view select, #conditions-container input, #conditions-container textarea, #conditions-container select, #terms-wrapper input, #terms-wrapper textarea, #terms-wrapper select {
  background-color: #FFFFFF;
  border-color: #D9E0E7;
  color: #2C3E50;
}
#client-info-view input::placeholder, #client-info-view textarea::placeholder, #client-info-view select::placeholder, #conditions-container input::placeholder, #conditions-container textarea::placeholder, #conditions-container select::placeholder, #terms-wrapper input::placeholder, #terms-wrapper textarea::placeholder, #terms-wrapper select::placeholder {
  color: #6B7C93;
  opacity: 0.7;
}
#client-info-view input:focus, #client-info-view textarea:focus, #conditions-container input:focus, #conditions-container textarea:focus, #terms-wrapper input:focus, #terms-wrapper textarea:focus {
  border-color: #4CA5A9;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
}
#client-info-view .tab, #conditions-container .tab, #terms-wrapper .tab {
  color: #6B7C93;
  border-color: #E3E8EE;
}
#client-info-view .tab.selected, #conditions-container .tab.selected, #terms-wrapper .tab.selected {
  border-color: #4CA5A9;
  color: #4CA5A9;
}
#client-info-view .radio-button, #conditions-container .radio-button, #terms-wrapper .radio-button {
  border-color: #B0BEC5;
}
#client-info-view .checkbox-button, #conditions-container .checkbox-button, #terms-wrapper .checkbox-button {
  border-color: #B0BEC5;
}
#client-info-view .selected .radio-button::before, #conditions-container .selected .radio-button::before, #terms-wrapper .selected .radio-button::before {
  background-color: #4CA5A9;
}
#client-info-view .selected .checkbox-button::before,
#client-info-view .checkbox-button.selected::before, #conditions-container .selected .checkbox-button::before,
#conditions-container .checkbox-button.selected::before, #terms-wrapper .selected .checkbox-button::before,
#terms-wrapper .checkbox-button.selected::before {
  border-bottom-color: #4CA5A9;
  border-right-color: #4CA5A9;
}
#client-info-view .oobtn-primary, #conditions-container .oobtn-primary, #terms-wrapper .oobtn-primary {
  background-color: #4CA5A9 !important;
  color: #FFFFFF !important;
}
#client-info-view .oobtn-primary:hover, #conditions-container .oobtn-primary:hover, #terms-wrapper .oobtn-primary:hover {
  background-color: #3D8F93 !important;
}
#client-info-view .oobtn-secondary, #conditions-container .oobtn-secondary, #terms-wrapper .oobtn-secondary {
  background-color: transparent;
  border-color: #E3E8EE;
  color: #2C3E50;
}

#terms-wrapper {
  background-color: #FFFFFF;
  border: 1px solid #E3E8EE;
  margin: 0 10px 15px 10px;
}

.cell {
  border: none;
  background-color: white;
  color: #2C3E50;
}

.cell.selected,
.cell.custom-selected {
  border-color: #DB1D2C;
  background-color: #EBF3FC;
}

.hero {
  background-color: white;
  color: #2C3E50;
}

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

.section-header,
.menu-section-title {
  min-height: 44px !important;
  height: auto !important;
  line-height: normal !important;
  display: flex;
  align-items: center;
  color: #FFFFFF !important;
  font-size: 20px;
  font-weight: 600;
  border-radius: 0px !important;
  background: none !important;
  background-color: #DB1D2C !important;
}

.hl {
  background-color: #DB1D2C;
}

.product-price {
  color: #DB1D2C;
  background-color: transparent;
  padding: 2px 6px;
}

.oobtn-primary {
  background-color: #DB1D2C;
  background-image: none;
  color: #FFFFFF;
  border-radius: 8px;
  font-weight: 600;
}

.oobtn-primary:hover {
  background-color: #DB1D2C;
}

.oobtn-primary:disabled, .oobtn-primary.disabled {
  background-color: #B0BEC5;
  color: #FFFFFF;
}

.oobtn-secondary {
  color: #2C3E50;
  background-color: #DB1D2C;
  border: 1px solid #DB1D2C;
  border-radius: 8px;
  font-weight: 500;
}

.oobtn-secondary:hover {
  opacity: 0.85;
}

.oobtn-link {
  color: #DB1D2C;
}

.btn-minus {
  color: #DB1D2C;
  cursor: pointer;
}

.btn-plus {
  color: #2ECC71;
  cursor: pointer;
}

.oobtn-icon {
  color: #DB1D2C;
  cursor: pointer;
}

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

.oobtn {
  transition: background-color 0.15s ease;
}

.radio-button {
  border-color: #B0BEC5;
}

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

.checkbox-button {
  border-color: #B0BEC5;
}

.selected .checkbox-button::before,
.checkbox-button.selected::before,
.custom-selected .checkbox-button::before {
  border-bottom-color: #DB1D2C;
  border-right-color: #DB1D2C;
}

.stepper .dot {
  background-color: #B0BEC5;
}

.stepper .dot.done,
.stepper .dot.selected,
.stepper .dot.current {
  background-color: #DB1D2C;
}

.stepper .dot.selected::before {
  border-color: #DB1D2C;
}

input, textarea, select, .combobox {
  background-color: #FFFFFF;
  border: 1px solid #D9E0E7;
  border-radius: 8px;
  color: #2C3E50;
  box-sizing: border-box;
  width: 100%;
}

input:focus, textarea:focus {
  border-color: #DB1D2C;
  outline: none;
  box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.15);
}

:focus {
  outline-color: #DB1D2C;
}

.tab.selected {
  border-color: #DB1D2C;
  color: #DB1D2C;
}

.badge {
  background-color: #F5A623;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.eye-catching {
  color: #F5A623;
}

.cta {
  color: #DB1D2C;
}

.text-danger {
  color: #DB1D2C;
}

.text-secondary {
  color: #FFFFFF;
}

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

.overlay {
  background-color: rgba(44, 62, 80, 0.4);
}

* {
  scrollbar-width: thin;
  scrollbar-color: #DB1D2C #DB1D2C;
}

*::-webkit-scrollbar {
  width: 6px;
}

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

*::-webkit-scrollbar-thumb {
  background-color: #DB1D2C;
  border-radius: 4px;
}

.mobile .product-table,
.desktop .product-table,
#choose-menu-view #product-list-view > .product-table,
#choose-menu-view #digital-menu-product-list-view .product-table {
  display: grid;
  grid-template-columns: repeat(var(--grid-columns, 5), minmax(0, 1fr));
  gap: 16px;
  padding: 16px;
  width: 100%;
  max-width: none;
  box-sizing: border-box;
}
.mobile .product-table .section-header,
.mobile .product-table .menu-section-title,
.desktop .product-table .section-header,
.desktop .product-table .menu-section-title,
#choose-menu-view #product-list-view > .product-table .section-header,
#choose-menu-view #product-list-view > .product-table .menu-section-title,
#choose-menu-view #digital-menu-product-list-view .product-table .section-header,
#choose-menu-view #digital-menu-product-list-view .product-table .menu-section-title {
  grid-column: 1/-1;
  margin-left: -16px;
  margin-right: -16px;
  padding: 0 16px;
  position: sticky;
  top: 0;
  z-index: 10;
  scroll-margin-top: 0;
}
.mobile .product-table .cell,
.desktop .product-table .cell,
#choose-menu-view #product-list-view > .product-table .cell,
#choose-menu-view #digital-menu-product-list-view .product-table .cell {
  width: 100%;
  margin: 0;
  background-color: white;
  color: #2C3E50;
  border: 1px solid #E3E8EE;
  border-radius: 10px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.mobile .product-table .cell:hover,
.desktop .product-table .cell:hover,
#choose-menu-view #product-list-view > .product-table .cell:hover,
#choose-menu-view #digital-menu-product-list-view .product-table .cell:hover {
  border-color: #DB1D2C;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}
.mobile .product-table .cell .hero,
.desktop .product-table .cell .hero,
#choose-menu-view #product-list-view > .product-table .cell .hero,
#choose-menu-view #digital-menu-product-list-view .product-table .cell .hero {
  background-color: white;
  color: #2C3E50;
  border-radius: 8px;
  margin-top: 0;
}

#choose-menu-view.desktop .menu-view-grid-container {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

#choose-menu-view #product-list-view,
#choose-menu-view.desktop #product-list-view {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  max-width: none;
}

#choose-menu-view.desktop #product-list-view > .product-table {
  padding-top: 0;
}

#digital-menu-view #digital-menu-product-list-view {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.photo-tmpl {
  background-color: #FFFFFF;
  border: 1px solid #E3E8EE;
  border-radius: 10px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  margin: 0 !important;
}
.photo-tmpl:hover {
  border-color: #DB1D2C;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  transform: none !important;
  will-change: auto !important;
}
.photo-tmpl .hero {
  background-color: #FFFFFF;
  color: #2C3E50;
  margin-top: 0 !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.photo-tmpl .product-image {
  height: 100% !important;
}

.photo-tmpl .product-image-wrap {
  width: 100%;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  overflow: hidden;
  isolation: isolate;
  transform: translateZ(0);
}

.photo-tmpl .product-image-wrap .product-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 0 !important;
  clip-path: none;
}

.photo-tmpl.selected .badge {
  background-color: #F5A623;
}

.photo-tmpl.cell {
  border: 1px solid #E3E8EE;
}

#product-list-view .cell,
#digital-menu-product-list-view .cell,
.photo-tmpl {
  user-select: none;
  -webkit-user-select: none;
}

#product-list-view .cell > *,
#product-list-view .cell .hero,
#product-list-view .cell .oocol,
#product-list-view .cell .oorow,
#product-list-view .cell .product-cell-items,
#digital-menu-product-list-view .cell > *,
#digital-menu-product-list-view .cell .hero,
#digital-menu-product-list-view .cell .oocol,
#digital-menu-product-list-view .cell .oorow,
#digital-menu-product-list-view .cell .product-cell-info-container {
  background-color: transparent !important;
}

.photo-tmpl .hero .oorow:has(.allergens) {
  margin-top: 8px;
}

.product-title {
  font-weight: 600;
  color: #2C3E50;
}

.p-regular, .p-medium {
  color: #6B7C93;
}

.section-header,
.menu-section-title {
  font-family: Inter, Roboto, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  letter-spacing: 0.05em !important;
  font-optical-sizing: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.tmpl-standard .product-table {
  grid-template-columns: 1fr !important;
}

.product-allergies {
  margin-top: 8px;
}

.product-format-row-container {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 5px;
}

.product-format-line {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 8px;
  font-size: 12px;
  color: #6B7C93;
}

#choose-menu-view.phone {
  display: flex;
  flex-direction: column;
  height: 100dvh;
  overflow: hidden;
}

#choose-menu-view.phone #restaurant-topbar {
  flex-shrink: 0;
  height: 56px;
  min-height: 56px;
  max-height: 56px;
}

#choose-menu-view.phone #restaurant-logo {
  height: 36px;
  width: 180px;
  max-width: calc(100vw - 96px);
}

#choose-menu-view.phone #product-table-scroller {
  overflow-x: hidden;
  padding-left: 0;
  padding-right: 0;
}

#choose-menu-view.phone #product-list-view {
  width: 100%;
  overflow-x: hidden;
}

#choose-menu-view.phone .product-table,
#choose-menu-view.phone #product-list-view > .product-table {
  grid-template-columns: 1fr !important;
  padding: 16px;
  gap: 8px;
  width: 100%;
  box-sizing: border-box;
}

#choose-menu-view.phone .photo-tmpl .btn-minus, #choose-menu-view.phone .photo-tmpl .btn-plus {
  position: absolute;
}

#choose-menu-view.desktop .product-table .btn-minus,
#choose-menu-view.desktop .product-table .btn-plus,
#choose-menu-view.desktop .product-table .badge {
  display: none !important;
}

#category-menu-view .depth-1 .oobtn-link {
  font-size: 13px;
  opacity: 0.85;
}
#category-menu-view .depth-2 .oobtn-link {
  font-size: 12px;
  opacity: 0.7;
}
#category-menu-view .depth-3 .oobtn-link {
  font-size: 11px;
  opacity: 0.6;
}

#category-menu-view {
  background-color: #FFFFFF;
}
#category-menu-view .oobtn-link {
  background-color: #DB1D2C;
  border: 1px solid #D9E0E7;
  border-radius: 20px;
  color: #FFFFFF;
  font-weight: 500;
  padding: 4px 14px;
  margin: 4px;
  white-space: nowrap;
  transition: background-color 0.15s ease, color 0.15s ease;
}
#category-menu-view .oobtn-link:hover {
  background-color: #DB1D2C !important;
  color: #FFFFFF !important;
  opacity: 1;
}
#category-menu-view .cell.selected .oobtn-link,
#category-menu-view .menu-item.selected .oobtn-link,
#category-menu-view .oobtn-link.selected,
#category-menu-view .cell.custom-selected .oobtn-link,
#category-menu-view .menu-item.custom-selected .oobtn-link {
  background-color: #DB1D2C;
  border-color: #DB1D2C;
  color: #FFFFFF;
}

#sidebar-toggle {
  display: none !important;
}

#sidebar-overlay {
  display: none !important;
}

.desktop .menu-view-grid-container {
  grid-template-columns: minmax(0, 1fr) 0px 360px;
  grid-template-rows: auto 1fr;
  gap: 0;
}
.desktop .menu-view-grid-container .ticket-view-wrapper {
  grid-column: 3/4;
}

#choose-menu-view.desktop .menu-view-grid-container {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

#category-top-wrapper {
  grid-column: 1/3;
  grid-row: 1/2;
  position: sticky;
  top: 0;
  z-index: 20;
  background-color: #FFFFFF;
  border-bottom: 1px solid #DB1D2C;
  height: 44px;
  overflow: hidden;
}
#category-top-wrapper .category-wrapper, #category-top-wrapper [data-outlet=product-menu-view] {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

#product-table-scroller {
  grid-column: 1/2;
  grid-row: 2/3;
  width: 100%;
  min-width: 0;
}

#product-list-view > .product-table {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
}

.desktop .menu-view-grid-container .ticket-view-wrapper,
.ticket-view-wrapper {
  grid-column: 3/4 !important;
  grid-row: 1/3 !important;
  flex-basis: auto;
  width: 360px;
  align-self: start;
  position: sticky;
  top: 0;
}

#sidebar-toggle {
  display: none !important;
}

#sidebar-overlay {
  display: none !important;
}

#category-menu-view {
  width: 100%;
}
#category-menu-view [data-outlet=btn-prev], #category-menu-view [data-outlet=btn-next] {
  align-self: center;
}
#category-menu-view .scroll-row {
  flex-direction: row !important;
  align-items: center !important;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  flex-wrap: nowrap;
  padding: 3px 8px;
  gap: 5px !important;
}
#category-menu-view .scroll-row::-webkit-scrollbar {
  display: none;
}
#category-menu-view .cell {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  display: flex !important;
  align-items: center !important;
}
#category-menu-view .oobtn-link {
  display: inline-flex;
  width: auto !important;
  text-align: center;
  background-color: #DB1D2C !important;
  border: 1px solid #D9E0E7 !important;
  border-radius: 20px !important;
  padding: 3px 12px !important;
  margin: 0 !important;
  white-space: nowrap;
}
#category-menu-view .oobtn-link:hover {
  background-color: #DB1D2C !important;
  color: #FFFFFF !important;
  opacity: 1;
}
#category-menu-view .cell.selected .oobtn-link, #category-menu-view .cell.custom-selected .oobtn-link,
#category-menu-view .menu-item.selected .oobtn-link, #category-menu-view .menu-item.custom-selected .oobtn-link {
  background-color: #DB1D2C !important;
  border-color: #DB1D2C !important;
  color: #FFFFFF !important;
  border-left: none !important;
  padding-left: 14px !important;
}
#category-menu-view .depth-1 .oobtn-link, #category-menu-view .depth-2 .oobtn-link, #category-menu-view .depth-3 .oobtn-link {
  padding-left: 14px;
}

#choose-menu-view.phone .side-window-left {
  position: static;
  transform: none;
  width: 100%;
  height: auto;
  overflow: visible;
  flex: 0 0 auto;
  transition: none;
  background-color: transparent;
}

#choose-menu-view.phone #category-top-wrapper {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 44px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  border-bottom: 1px solid #DB1D2C;
}

#choose-menu-view.phone #product-list-view .product-table .menu-section-title,
#choose-menu-view.phone #product-list-view .product-table .section-header {
  scroll-margin-top: 44px;
}

@media (max-width: 768px) {
  #digital-menu-view .menu-view-grid-container {
    flex: 0 0 auto;
    height: auto;
    overflow: visible;
    grid-template-rows: auto auto;
  }
  #digital-menu-view #product-table-scroller {
    overflow-y: visible;
    min-height: unset;
    height: auto;
  }
  #digital-menu-view #digital-menu-product-list-view .uitable .menu-section-title,
  #digital-menu-view #digital-menu-product-list-view .uitable .section-header,
  #digital-menu-view #digital-menu-product-list-view .product-table .menu-section-title,
  #digital-menu-view #digital-menu-product-list-view .product-table .section-header {
    scroll-margin-top: 44px;
  }
}
#choose-menu-view.phone #category-menu-view [data-outlet=btn-prev],
#choose-menu-view.phone #category-menu-view [data-outlet=btn-next],
#digital-menu-view.phone #category-menu-view [data-outlet=btn-prev],
#digital-menu-view.phone #category-menu-view [data-outlet=btn-next] {
  display: none !important;
}

.search-bar input {
  background-color: #FFFFFF;
  border: 1px solid #DB1D2C;
  color: #2C3E50;
  border-radius: 100px;
  font-size: 14px;
}

.search-bar input:focus {
  border-color: #DB1D2C;
}

#digital-menu-view {
  background-color: #FFFFFF;
  width: 100%;
  box-sizing: border-box;
  overflow-y: auto;
  height: 100dvh;
}
.mobile #digital-menu-view #restaurant-topbar {
  height: 56px;
  min-height: 56px;
  max-height: 56px;
}
.mobile #digital-menu-view #restaurant-logo {
  height: 36px;
  width: 180px;
  max-width: calc(100vw - 96px);
}
#digital-menu-view.desktop .menu-view-grid-container {
  grid-template-columns: minmax(0, 1fr);
}
#digital-menu-view .search-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  box-sizing: border-box;
  width: 100%;
}
@media (max-width: 768px) {
  #digital-menu-view .search-bar {
    padding-left: 2px;
    padding-right: 2px;
  }
}
#digital-menu-view .search-bar {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
#digital-menu-view .search-bar input {
  flex: 1;
  min-width: 0;
}
#digital-menu-view .search-bar i {
  flex-shrink: 0;
  color: #FFFFFF;
  font-size: 16px;
  pointer-events: none;
}
#digital-menu-view #digital-menu-product-list-view .spin-loader-container {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  pointer-events: none;
}
#digital-menu-view #digital-menu-product-list-view .uitable, #digital-menu-view #digital-menu-product-list-view .product-table {
  display: grid;
  flex: 1;
  width: 100%;
  min-width: 0;
  grid-template-columns: repeat(var(--grid-columns, 5), minmax(0, 1fr));
  gap: 12px;
  padding: 16px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  #digital-menu-view #digital-menu-product-list-view .uitable, #digital-menu-view #digital-menu-product-list-view .product-table {
    padding-left: 2px;
    padding-right: 2px;
  }
}
#digital-menu-view #digital-menu-product-list-view .uitable .menu-section-title, #digital-menu-view #digital-menu-product-list-view .uitable .section-header, #digital-menu-view #digital-menu-product-list-view .product-table .menu-section-title, #digital-menu-view #digital-menu-product-list-view .product-table .section-header {
  grid-column: 1/-1;
  font-size: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0 12px;
  margin: 4px 0 0 0;
}
@media (max-width: 768px) {
  #digital-menu-view #digital-menu-product-list-view .uitable .menu-section-title, #digital-menu-view #digital-menu-product-list-view .uitable .section-header, #digital-menu-view #digital-menu-product-list-view .product-table .menu-section-title, #digital-menu-view #digital-menu-product-list-view .product-table .section-header {
    top: 0;
    scroll-margin-top: 0px;
    margin-top: 0 !important;
    margin-left: -2px !important;
    margin-right: -2px !important;
  }
}
#digital-menu-view #digital-menu-product-list-view .cell.product {
  background-color: white;
  border: 1px solid #E3E8EE;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  gap: 12px;
  padding: 12px;
  align-items: flex-start;
  box-sizing: border-box;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
#digital-menu-view #digital-menu-product-list-view .cell.product:hover {
  border-color: #DB1D2C;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
}
#digital-menu-view #digital-menu-product-list-view .cell.product .product-image {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
}
#digital-menu-view #digital-menu-product-list-view .cell.product .product-cell-info-container {
  flex: 1;
  min-width: 0;
}
#digital-menu-view #digital-menu-product-list-view .cell.product .product-cell-info-container .row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
}
#digital-menu-view #digital-menu-product-list-view .cell.product .product-cell-info-container .product-title {
  font-weight: 600;
  font-size: 14px;
  color: #2C3E50;
  flex: 1;
}
#digital-menu-view #digital-menu-product-list-view .cell.product .product-cell-info-container .product-price {
  font-weight: 700;
  font-size: 14px;
  color: #DB1D2C;
  background-color: transparent;
  padding: 2px 6px;
  white-space: nowrap;
  flex-shrink: 0;
}
#digital-menu-view #digital-menu-product-list-view .cell.product .product-cell-info-container .product-desc {
  color: #6B7C93;
  font-size: 13px;
  margin-top: 4px;
  line-height: 1.4;
}
#digital-menu-view #digital-menu-product-list-view .cell.product .product-cell-info-container .product-format-row-container {
  margin-top: 5px;
  gap: 5px;
}

.nav-bar-wrapper {
  background-color: #FFFFFF;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.06);
}

#nav-window {
  background-color: #FFFFFF;
  color: #2C3E50;
  box-shadow: 2px 0 12px rgba(0, 0, 0, 0.06);
}

#digital-menu-view #nav-window {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100dvh;
  overflow-y: auto;
  z-index: 200;
  background-color: #FFFFFF;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}
#digital-menu-view #nav-window .category-wrapper {
  width: 100%;
  min-height: 100%;
  overflow-y: auto;
}

#digital-menu-view #nav-window.show-window {
  transform: translateX(0);
}

#digital-menu-view.desktop #nav-window {
  right: auto;
  height: 100dvh;
  width: calc(400px + max(0px, (100vw - 1500px) / 2));
}

#digital-menu-view.desktop #nav-window .category-wrapper,
#digital-menu-view.desktop #nav-window [data-outlet=product-menu-view] {
  width: 100%;
  min-height: 100%;
  overflow-y: auto;
  margin-left: auto;
  width: 400px;
}

.alert-box {
  background-color: #F5A623;
  color: #FFFFFF;
  padding: 8px;
  text-align: center;
  border-radius: 8px;
}

.logo-container {
  background-image: url("images/Logo_genérico.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  min-height: 150px;
  width: 100%;
  max-width: 350px;
}

#pickup-or-delivery .logo-container {
  background-image: url("images/pinocchioBlack.png");
}

#home-logo {
  background-image: url("images/pinocchioBlack.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  min-height: 120px;
  width: 100%;
  max-width: 300px;
  margin: 0 auto 16px auto;
  align-self: center;
}

.icon.delivery-icon {
  background-image: url("images/Icono_Delivery.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 120px;
  height: 120px;
}

.icon.takeaway-icon {
  background-image: url("images/Icono_Takeaway.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 120px;
  height: 120px;
}

.icon.tableorder-icon {
  background-image: url("images/Icono_Mesa.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 120px;
  height: 120px;
}

#pickup-or-delivery {
  background-color: #FFFFFF;
}

#pickup-or-delivery .cell {
  background-color: #FFFFFF !important;
  border-color: #D9E0E7 !important;
  color: #2C3E50 !important;
}

#pickup-or-delivery .cell .p-regular,
#pickup-or-delivery .cell .p-medium,
#pickup-or-delivery .cell .text-secondary,
#pickup-or-delivery .cell [data-outlet=address-lbl],
#pickup-or-delivery .cell .secondary {
  color: #6B7C93 !important;
}

#pickup-or-delivery .cell .oobtn-primary {
  background-color: #DB1D2C !important;
  background-image: none !important;
  color: #FFFFFF !important;
}
#pickup-or-delivery .cell .oobtn-primary:hover {
  background-color: #DB1D2C !important;
}

#pickup-or-delivery .cell .oobtn-primary:disabled,
#pickup-or-delivery .cell .oobtn-primary.disabled {
  background-color: #B0BEC5 !important;
  color: #FFFFFF !important;
}

#disabled-table-order-view {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #DB1D2C;
  text-align: center;
  padding: 40px 20px;
  box-sizing: border-box;
}

#disabled-table-order-view .disabled-table-logo {
  width: 200px;
  height: auto;
  max-width: 80vw;
  background-image: url("images/Logo_home.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 1;
  margin-bottom: 32px;
}

#disabled-table-order-view .disabled-table-text {
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  max-width: 400px;
  line-height: 1.5;
}

#table-order-warning-banner {
  width: 100%;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #DB1D2C;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
  z-index: 100;
  flex-shrink: 0;
}

#adyen-payment-view {
  background-color: #DB1D2C;
  border: 1px solid #DB1D2C;
  border-radius: 8px;
}

#payment-modal-view {
  background-color: #FFFFFF;
  border: 1px solid #D9E0E7;
  border-radius: 10px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.06);
  max-width: 95vw;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.modifier-option-cell {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 14px 20px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #E3E8EE;
  cursor: pointer;
  min-height: 50px;
  box-sizing: border-box;
}
.modifier-option-cell:nth-child(even) {
  background-color: #F5F7FA;
}
.modifier-option-cell:hover {
  background-color: #EEF1F5;
}
.modifier-option-cell.custom-selected {
  background-color: #EBF3FC;
  border-left: 3px solid #DB1D2C;
}
.modifier-option-cell .radio-button {
  width: 18px;
  height: 18px;
  border: 2px solid #B0BEC5;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 14px;
  position: relative;
  box-sizing: border-box;
}
.modifier-option-cell.custom-selected .radio-button {
  border-color: #DB1D2C;
}
.modifier-option-cell.custom-selected .radio-button::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #DB1D2C;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 3px;
}
.modifier-option-cell .concept {
  flex: 1;
  font-size: 15px;
  font-weight: 400;
  color: #2C3E50;
}
.modifier-option-cell .price {
  font-size: 15px;
  font-weight: 600;
  color: #2C3E50;
  white-space: nowrap;
  margin-left: 12px;
}

.modifier-multiple-cell {
  display: flex;
  flex-direction: column;
  padding: 12px 20px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #E3E8EE;
  cursor: pointer;
  box-sizing: border-box;
}
.modifier-multiple-cell:nth-child(even) {
  background-color: #F5F7FA;
}
.modifier-multiple-cell:hover {
  background-color: #EEF1F5;
}
.modifier-multiple-cell.custom-selected {
  background-color: #EBF3FC;
  border-left: 3px solid #DB1D2C;
}
.modifier-multiple-cell .row-main {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.modifier-multiple-cell .checkbox-button {
  width: 18px;
  height: 18px;
  border: 2px solid #B0BEC5;
  border-radius: 4px;
  flex-shrink: 0;
  margin-right: 14px;
  position: relative;
  box-sizing: border-box;
}
.modifier-multiple-cell.custom-selected .checkbox-button {
  border-color: #DB1D2C;
  background-color: #DB1D2C;
}
.modifier-multiple-cell.custom-selected .checkbox-button::before {
  content: "✓";
  display: block;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}
.modifier-multiple-cell .concept {
  flex: 1;
  font-size: 15px;
  color: #2C3E50;
}
.modifier-multiple-cell .price {
  font-size: 15px;
  font-weight: 600;
  color: #2C3E50;
  white-space: nowrap;
  margin-left: 12px;
}
.modifier-multiple-cell .allergens-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 6px;
}

.modifier-incremental-cell {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 20px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #E3E8EE;
  box-sizing: border-box;
  min-height: 56px;
}
.modifier-incremental-cell:nth-child(even) {
  background-color: #F5F7FA;
}
.modifier-incremental-cell .btn-minus, .modifier-incremental-cell .btn-plus {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
.modifier-incremental-cell .content {
  flex: 1;
  margin: 0 12px;
}
.modifier-incremental-cell .row-top {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.modifier-incremental-cell .concept {
  flex: 1;
  font-size: 15px;
  color: #2C3E50;
}
.modifier-incremental-cell .quantity {
  font-size: 15px;
  font-weight: 700;
  color: #DB1D2C;
  white-space: nowrap;
  margin-left: 8px;
}
.modifier-incremental-cell .price {
  font-size: 13px;
  color: #6B7C93;
  margin-top: 2px;
}

.modifier-product-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px;
  background-color: #FFFFFF;
  border: 2px solid #DB1D2C;
  border-radius: 10px;
  cursor: pointer;
  box-sizing: border-box;
  transition: border-color 0.15s ease, background-color 0.15s ease;
}
.modifier-product-cell .menu-item-img-ms {
  margin-bottom: 6px;
}
.modifier-product-cell .concept {
  font-size: 14px;
  color: #2C3E50;
  text-align: center;
}

.format-cell {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px 20px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #E3E8EE;
  cursor: pointer;
  min-height: 54px;
  box-sizing: border-box;
  color: #2C3E50;
}
.format-cell:nth-child(even) {
  background-color: #F5F7FA;
}
.format-cell:hover {
  background-color: #EEF1F5;
}
.format-cell.custom-selected {
  background-color: #EBF3FC;
  border-left: 3px solid #DB1D2C;
}
.format-cell .radio-button {
  width: 20px;
  height: 20px;
  border: 2px solid #B0BEC5;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 16px;
  position: relative;
  box-sizing: border-box;
}
.format-cell.custom-selected .radio-button {
  border-color: #DB1D2C;
}
.format-cell.custom-selected .radio-button::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #DB1D2C;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 3px;
}
.format-cell .concept {
  flex: 1;
  font-size: 16px;
  color: #2C3E50;
}
.format-cell .price {
  font-size: 16px;
  font-weight: 700;
  color: #2C3E50;
  white-space: nowrap;
  margin-left: 16px;
}
.format-cell {
  position: relative !important;
  border-bottom: none !important;
}
.format-cell::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0px;
  height: 1px;
  background-color: #E3E8EE;
  pointer-events: none;
}

#product-modifier-selection-view,
#product-format-selection-view {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

.fade-in {
  animation: fadeIn ease-in-out 0.3s;
}
.fade-in.slow {
  animation-duration: 1s;
}
.fade-in.medium {
  animation-duration: 0.6s;
}
.fade-in.fast {
  animation-duration: 0.3s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cart-fly-bounce {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.05);
  }
  60% {
    transform: scale(0.97);
  }
  80% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}
.cart-fly-bounce {
  animation: cart-fly-bounce 0.45s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

body {
  font-family: "Inter", "Roboto", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  color: #1A1A1B;
  background-color: #FFFFFF;
}

.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: #3CA043;
}

.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: #3CA043;
}

.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: #f7f7f7;
}

.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: #FFFFFF;
  display: flex;
  flex-direction: column;
}
.root-screen > div {
  flex: 1;
  height: 100%;
}

.modal_window {
  background-color: rgba(0, 0, 0, 0.6);
}

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

.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 #D9E0E7;
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 16px;
  background-color: #FFFFFF;
  width: 100%;
}

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

.combobox::before {
  font-family: "feather";
  content: "\e842";
  color: #3CA043;
  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: #FFFFFF;
}

.pos-relative {
  position: relative;
}

:focus {
  outline-color: #3CA043;
}

.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: rgba(0, 0, 0, 0.6);
}

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

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

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

.text-secondary {
  color: #AFAFBD;
}

.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: #3CA043;
}

.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: visible;
}

.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: #3CA043;
  border-radius: 8px;
  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: #3CA043;
}

.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;
  line-height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  font-family: "feather" !important;
  font-weight: bold;
  color: #3CA043;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.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: #f7f7f7;
}

.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: #3CA043;
}

.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: #3CA043;
}

.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: grid;
  grid-template-columns: repeat(var(--grid-columns, 5), minmax(200px, 1fr));
  gap: 15px;
  align-items: stretch;
}
.desktop #product-list-view > .product-table > .section-header {
  grid-column: 1/-1;
  z-index: 10;
  top: 0px;
}
.desktop #product-list-view > .product-table > .cell.product {
  width: auto;
  min-width: 200px;
  box-sizing: border-box;
  margin-bottom: 0;
}

@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;
  }
}
/* 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: #FFFFFF;
  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 #D9E0E7;
  border-radius: 4px;
  color: #AFAFBD;
  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: #3CA043;
  color: #1A1A1B;
}

.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: #3CA043;
}
.stepper .dot.selected {
  background-color: #3CA043;
}
.stepper .dot.selected::before {
  position: absolute;
  top: -4px;
  left: -4px;
  content: "";
  border: 2px solid #3CA043;
  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: #3CA043;
  position: absolute;
  top: 4px;
  left: 4px;
}

.checkbox-button {
  border-width: 2px;
  border-style: solid;
  border-radius: 4px;
  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 #3CA043;
  border-right: 4px solid #3CA043;
  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: #3CA043;
  -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 #D9E0E7;
  padding: 2px 8px;
  border-radius: 8px;
  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(152.0943396226, 152.0943396226, 155.9056603774);
  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: rgb(235.525, 235.525, 235.525);
}
table.calendar-days-view > tbody > tr > td.empty-cell > div {
  background-color: #f7f7f7;
}
table.calendar-days-view > tbody > tr > td.selected > div {
  background-color: #3CA043;
}
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: #FFFFFF;
}

.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;
}

.modal_window {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

@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 currentColor;
  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: #FFFFFF;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

#pickup-or-delivery {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 20px 80px 20px;
  box-sizing: border-box;
}

#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 [data-outlet=main-view] {
  width: 100%;
}

#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 .delivery-icon,
#pickup-or-delivery .takeaway-icon,
#pickup-or-delivery .tableorder-icon {
  width: 150px;
  height: 150px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

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

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

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

#pickup-or-delivery .cell {
  background-color: #f7f7f7;
}

#pickup-or-delivery .wrap-col {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  box-sizing: border-box;
  gap: 16px;
  padding: 0;
}

#pickup-or-delivery .cell {
  min-width: 280px;
  max-width: 420px;
  flex: 1;
  height: auto;
  min-height: 380px;
  box-sizing: border-box;
}

#pickup-or-delivery.mobile {
  padding: 24px 16px 40px 16px;
}

#pickup-or-delivery.mobile .wrap-col {
  flex-direction: column;
  gap: 12px;
}

#pickup-or-delivery.mobile .cell {
  min-width: unset;
  max-width: none;
  flex: none;
  width: 100%;
  min-height: unset;
  height: auto;
}

.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: #FFFFFF;
  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;
  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;
}

#product-list-view .cell.product {
  position: relative;
}

#product-list-view .cell-overlay-minus,
#product-list-view .cell-overlay-badge {
  display: none !important;
  position: absolute !important;
  z-index: 3;
}

#product-list-view .cell-overlay-minus {
  top: 6px;
  left: 6px;
}

#product-list-view .cell-overlay-badge {
  top: 6px;
  right: 6px;
  width: 26px;
  height: 26px;
}

.mobile #product-list-view .cell.product.selected .cell-overlay-minus,
.mobile #product-list-view .cell.product.selected .cell-overlay-badge {
  display: flex !important;
  position: absolute !important;
}

.mobile #product-list-view .cell.product .actions .btn-plus,
.mobile #product-list-view .cell.product .actions .oobtn-plus {
  display: none !important;
}

.tmpl-retail .product-image.retail {
  height: 430px;
}
.tmpl-retail .price-tag {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(3px);
  border-radius: 4px;
}
.tmpl-retail .product-old-price {
  color: #AFAFBD;
}
.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: #FFFFFF;
  backdrop-filter: blur(3px);
  border-radius: 4px;
  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;
}

#adyen-payment-view {
  position: fixed !important;
  overflow: hidden;
  background: #FFFFFF;
  padding: 0;
  box-sizing: border-box;
  z-index: 1000;
  display: flex !important;
  flex-direction: column !important;
}

@media (min-width: 1024px) {
  #adyen-payment-view {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 500px !important;
    max-width: 95vw;
    height: auto !important;
    max-height: 95vh;
    border: 1px solid #D0D0DB;
    border-radius: 8px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  }
}
@media (max-width: 1023px) {
  #adyen-payment-view {
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
    width: 100vw !important;
    height: 100vh !important;
    height: 100dvh !important;
    max-width: none !important;
    max-height: none !important;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
}
#adyen-payment-view .iframe-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 25px;
  z-index: 1001;
  padding: 5px;
}

#adyen-payment-view #card-container {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding: 30px 20px 20px 20px;
}

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

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

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

@keyframes modifier-limit-shake {
  0% {
    transform: translateX(0);
    background-color: transparent;
  }
  20% {
    transform: translateX(-7px);
    background-color: rgba(200, 40, 40, 0.2);
  }
  40% {
    transform: translateX(6px);
    background-color: rgba(200, 40, 40, 0.28);
  }
  60% {
    transform: translateX(-4px);
    background-color: rgba(200, 40, 40, 0.2);
  }
  80% {
    transform: translateX(3px);
    background-color: rgba(200, 40, 40, 0.12);
  }
  100% {
    transform: translateX(0);
    background-color: transparent;
  }
}
.modifier-limit-shake {
  animation: modifier-limit-shake 0.42s ease;
}

.segmented-style {
  display: grid;
  grid-auto-flow: column;
  border: 1px solid #D9E0E7;
}
.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 #3CA043;
  color: #3CA043;
  font-weight: bold;
}
.segmented-style div:hover:not(.selected) {
  opacity: 0.8;
}

html {
  background-color: #FFFFFF;
  background-image: none;
  font-family: "Inter", "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #2C3E50;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
}

body {
  position: relative !important;
  display: block !important;
  height: auto !important;
  width: 100% !important;
  background-color: #FFFFFF;
  background-image: none;
  color: #2C3E50;
  font-family: "Inter", "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
}

*, *::before, *::after {
  font-family: inherit;
}

:root {
  --font-family-2: Inter, Roboto, sans-serif ;
}

.view, .window {
  height: fit-content;
}

.root-screen {
  background-color: #FFFFFF;
}

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

.glass-panel {
  position: relative;
  background-color: white !important;
  color: #2C3E50 !important;
  border: 1px solid #D9E0E7;
  border-radius: 10px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.06);
}
.glass-panel::after {
  display: none !important;
}

#ticket-view {
  background-color: transparent !important;
  color: #2C3E50 !important;
  width: 100%;
  min-height: 0;
  display: flex;
  flex-direction: column;
  position: relative !important;
  top: 0 !important;
  max-width: none !important;
  border: none !important;
  box-shadow: none !important;
}

.ticket-view-wrapper {
  background-color: transparent;
  border-left: none;
}

.desktop .menu-view-grid-container .ticket-view-wrapper {
  max-height: calc(100dvh - 0px) !important;
  overflow: hidden !important;
  align-self: start !important;
  position: sticky !important;
  top: 0 !important;
  display: flex;
  flex-direction: column;
}

#ticket-view > .cell {
  background-color: #FFFFFF !important;
  color: #2C3E50 !important;
  border: 1px solid #E3E8EE;
  border-radius: 10px;
  margin: 8px;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
  box-sizing: border-box;
}

#ticket-view .subtitle-regular,
#ticket-view .p-regular {
  color: #6B7C93;
}

#ticket-view .hl {
  background-color: #FFFFFF;
}

#ticket-view .stripe > div {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  min-height: 44px;
  box-sizing: border-box;
  align-items: center;
  background-color: transparent;
}

#ticket-view .stripe > div:nth-child(2n) {
  background-color: #F5F7FA;
}

#ticket-view .oobtn-primary {
  background-color: #4CA5A9 !important;
  background-image: none !important;
  color: #FFFFFF !important;
}
#ticket-view .oobtn-primary:hover {
  background-color: #3D8F93 !important;
  color: #FFFFFF !important;
}

#restaurant-topbar {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #DB1D2C;
  border-bottom: 1px solid #DB1D2C;
  height: 100px;
  min-height: 100px;
  max-height: 100px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 24px;
}

#restaurant-logo {
  display: block;
  height: 76px;
  width: 300px;
  max-width: calc(100vw - 48px);
  background-image: url("images/Logo_header.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

#restaurant-topbar {
  display: none !important;
}

#choose-menu-view.desktop {
  display: flex;
  flex-direction: column;
  height: 100dvh;
  overflow: hidden;
}

.desktop .menu-view-grid-container {
  display: grid;
  gap: 0;
  column-gap: 0;
  grid-template-columns: 0px minmax(0, 1fr) 0px 360px;
  grid-template-rows: auto 1fr;
  padding: 0;
  flex: 1;
  min-height: 0;
  transition: grid-template-columns 0.3s ease;
}
.desktop .menu-view-grid-container .ticket-view-wrapper {
  grid-row: 1/3;
  grid-column: 4/5;
  align-self: start;
  position: sticky;
  top: 0;
}

#choose-menu-view.desktop.sidebar-open .menu-view-grid-container {
  grid-template-columns: 400px minmax(0, 1fr) 0px 360px;
}

#product-table-scroller {
  overflow-y: auto;
  min-height: 0;
  background-color: transparent;
  position: relative;
  padding: 0;
}

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

#digital-menu-view .menu-view-grid-container {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.ui-navigation-controller > div {
  background-color: #FFFFFF;
}

#pickup-or-delivery,
#choose-menu-view {
  background-color: #FFFFFF;
  overflow-y: auto;
  height: 100dvh;
  width: 100%;
  box-sizing: border-box;
}

#checkout-view,
#checkout-ok-view {
  background-color: #FFFFFF;
  overflow-y: auto;
  height: 100dvh;
  width: 100%;
  box-sizing: border-box;
}

#checkout-view.animated,
#checkout-ok-view.animated {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 9999 !important;
  height: 100dvh !important;
  width: 100vw !important;
  overflow-y: auto;
}

#digital-menu-view {
  background-color: #FFFFFF;
  width: 100%;
  box-sizing: border-box;
}

.topbar {
  background-color: #DB1D2C;
  border-bottom: 1px solid #DB1D2C;
  box-shadow: none;
  color: #2C3E50;
}

.footer-m,
.footer-m-embed {
  background-color: #DB1D2C;
  border-top: 1px solid #DB1D2C;
  height: 60px !important;
  padding: 8px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.footer-m .oobtn-primary,
.footer-m .oobtn-secondary,
.footer-m-embed .oobtn-primary,
.footer-m-embed .oobtn-secondary {
  height: 44px;
  line-height: 44px;
  font-size: 15px;
}
.footer-m .oobtn-primary,
.footer-m-embed .oobtn-primary {
  width: 100%;
}

.footer-m-embed.with-stepper,
.footer-m.with-stepper {
  flex-direction: column !important;
  align-items: stretch !important;
  height: auto !important;
  padding: 16px 16px !important;
  gap: 10px;
}
.footer-m-embed.with-stepper .stepper,
.footer-m.with-stepper .stepper {
  justify-content: center;
  margin-bottom: 0 !important;
}

#choose-menu-view.phone .footer-m {
  position: fixed !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 50;
  height: 60px !important;
  display: flex;
  align-items: center;
  padding: 0 15px;
  background-color: #DB1D2C;
  border-top: 1px solid #DB1D2C;
}
#choose-menu-view.phone .footer-m .oobtn-primary {
  flex: 1;
  height: 44px;
  line-height: 44px;
}

#choose-menu-view.phone .footer-m:has([style*="display: none"]) {
  display: none;
}

#choose-menu-view.phone #product-table-scroller {
  padding-bottom: 60px;
}

#choose-menu-view.phone .product-table .cell {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#choose-menu-view.phone .photo-tmpl {
  overflow: visible !important;
}

#choose-menu-view.phone .photo-tmpl .product-image-wrap {
  overflow: hidden !important;
  position: relative;
  z-index: 0;
}

#choose-menu-view.phone .photo-tmpl .btn-minus,
#choose-menu-view.phone .photo-tmpl .btn-plus {
  z-index: 20;
}

#choose-menu-view.phone .photo-tmpl .badge {
  z-index: 20;
}

.modal_window {
  background-color: #FFFFFF;
  border: 1px solid #D9E0E7;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.06);
  color: #2C3E50;
  border-radius: 10px;
}
.modal_window .topbar {
  background-color: #EEF1F5;
  color: #2C3E50;
}
.modal_window .topbar .title, .modal_window .topbar .title-bold, .modal_window .topbar .label, .modal_window .topbar span {
  color: #2C3E50;
}

#product-add-view {
  background-color: #FFFFFF;
}

@media (min-width: 1024px) {
  #product-add-view.desktop-modal {
    min-width: 380px;
    width: 380px !important;
  }
}
#product-add-view .modal-header-area {
  background-color: #EEF1F5;
}

#product-add-view .modal-modifier-header {
  background-color: #EEF1F5 !important;
  color: #6B7C93 !important;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

#product-add-view .modifier-category-subtitle {
  color: #6B7C93 !important;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: none;
}

#product-add-view .modifier-category-subtitle:empty {
  display: none !important;
  padding: 0 !important;
}

#product-add-view .modal-header-area > .hl {
  display: block;
  height: 1px;
  background-color: #E3E8EE !important;
  margin-left: 0px;
  margin-right: 0px;
}

#product-add-view [data-outlet=product-name-lbl],
#product-add-view [data-outlet=product-name-lbl] * {
  color: #2C3E50 !important;
}

#product-add-view [data-outlet=product-description-lbl],
#product-add-view [data-outlet=product-description-lbl] * {
  color: #6B7C93 !important;
}

#product-add-view [data-outlet=product-price-lbl],
#product-add-view [data-outlet=product-price-lbl] * {
  color: #DB1D2C !important;
}

#product-modifier-selection-view,
#product-format-selection-view {
  background-color: #FFFFFF;
  min-height: 100%;
}

#product-add-view [data-outlet=content-view] {
  background-color: #FFFFFF;
}

#product-add-view .ui-navigation-controller > div {
  background-color: #FFFFFF;
}

.modifier-option-cell,
.modifier-multiple-cell,
.modifier-incremental-cell {
  background-color: #FFFFFF !important;
  color: #2C3E50 !important;
  position: relative !important;
}
.modifier-option-cell .concept, .modifier-option-cell .price, .modifier-option-cell .quantity,
.modifier-multiple-cell .concept,
.modifier-multiple-cell .price,
.modifier-multiple-cell .quantity,
.modifier-incremental-cell .concept,
.modifier-incremental-cell .price,
.modifier-incremental-cell .quantity {
  color: #2C3E50 !important;
}
.modifier-option-cell,
.modifier-multiple-cell,
.modifier-incremental-cell {
  border-bottom: none !important;
}
.modifier-option-cell::after,
.modifier-multiple-cell::after,
.modifier-incremental-cell::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0px;
  height: 1px;
  background-color: #E3E8EE;
  pointer-events: none;
}

.modifier-option-cell:nth-child(2n),
.modifier-multiple-cell:nth-child(2n),
.modifier-incremental-cell:nth-child(2n) {
  background-color: #F5F7FA !important;
}

.modifier-product-cell {
  background-color: #FFFFFF !important;
  border-color: #DB1D2C !important;
  border-radius: 10px !important;
}
.modifier-product-cell .concept {
  color: #2C3E50 !important;
}
.modifier-product-cell:hover {
  background-color: #EEF1F5 !important;
  border-color: #DB1D2C !important;
}
.modifier-product-cell.custom-selected {
  background-color: #EBF3FC !important;
  border-color: #DB1D2C !important;
}

.modifier-option-cell.custom-selected,
.modifier-multiple-cell.custom-selected {
  background-color: #EBF3FC !important;
}

#product-add-view .footer-m-embed,
#product-add-view .footer-m {
  background-color: #FFFFFF !important;
  border-top: none !important;
  border: none !important;
}
#product-add-view .footer-m-embed:not(.with-stepper),
#product-add-view .footer-m:not(.with-stepper) {
  padding-top: 1px !important;
}
#product-add-view .footer-m-embed,
#product-add-view .footer-m {
  background-image: linear-gradient(#E3E8EE, #E3E8EE);
  background-size: calc(100% - 0px * 2) 1px;
  background-position: 0px 0%;
  background-repeat: no-repeat;
}

#product-add-view .stepper .dot {
  background-color: #B0BEC5;
}

#product-add-view .stepper .dot.done,
#product-add-view .stepper .dot.current,
#product-add-view .stepper .dot.selected {
  background-color: #DB1D2C;
}

#product-add-view .oobtn-primary {
  background-color: #DB1D2C !important;
  background-image: none !important;
  color: #FFFFFF !important;
}

#product-add-view .oobtn-secondary {
  background-color: #EEF1F5 !important;
  color: #2C3E50 !important;
}

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

#client-info-view, #conditions-container, #terms-wrapper {
  background-color: #FFFFFF;
  color: #2C3E50;
  border: 1px solid #E3E8EE;
  border-radius: 10px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
}
#client-info-view.glass-panel,
#client-info-view .cell, #client-info-view .cell .hero, #client-info-view .hero, #conditions-container.glass-panel,
#conditions-container .cell, #conditions-container .cell .hero, #conditions-container .hero, #terms-wrapper.glass-panel,
#terms-wrapper .cell, #terms-wrapper .cell .hero, #terms-wrapper .hero {
  background-color: #FFFFFF !important;
  color: #2C3E50 !important;
  border-color: #E3E8EE !important;
}
#client-info-view .p-regular, #client-info-view .p-medium, #client-info-view .section-title, #client-info-view .text-secondary, #conditions-container .p-regular, #conditions-container .p-medium, #conditions-container .section-title, #conditions-container .text-secondary, #terms-wrapper .p-regular, #terms-wrapper .p-medium, #terms-wrapper .section-title, #terms-wrapper .text-secondary {
  color: #6B7C93;
}
#client-info-view .hl, #conditions-container .hl, #terms-wrapper .hl {
  background-color: #FFFFFF;
}
#client-info-view input, #client-info-view textarea, #client-info-view select, #conditions-container input, #conditions-container textarea, #conditions-container select, #terms-wrapper input, #terms-wrapper textarea, #terms-wrapper select {
  background-color: #FFFFFF;
  border-color: #D9E0E7;
  color: #2C3E50;
}
#client-info-view input::placeholder, #client-info-view textarea::placeholder, #client-info-view select::placeholder, #conditions-container input::placeholder, #conditions-container textarea::placeholder, #conditions-container select::placeholder, #terms-wrapper input::placeholder, #terms-wrapper textarea::placeholder, #terms-wrapper select::placeholder {
  color: #6B7C93;
  opacity: 0.7;
}
#client-info-view input:focus, #client-info-view textarea:focus, #conditions-container input:focus, #conditions-container textarea:focus, #terms-wrapper input:focus, #terms-wrapper textarea:focus {
  border-color: #4CA5A9;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
}
#client-info-view .tab, #conditions-container .tab, #terms-wrapper .tab {
  color: #6B7C93;
  border-color: #E3E8EE;
}
#client-info-view .tab.selected, #conditions-container .tab.selected, #terms-wrapper .tab.selected {
  border-color: #4CA5A9;
  color: #4CA5A9;
}
#client-info-view .radio-button, #conditions-container .radio-button, #terms-wrapper .radio-button {
  border-color: #B0BEC5;
}
#client-info-view .checkbox-button, #conditions-container .checkbox-button, #terms-wrapper .checkbox-button {
  border-color: #B0BEC5;
}
#client-info-view .selected .radio-button::before, #conditions-container .selected .radio-button::before, #terms-wrapper .selected .radio-button::before {
  background-color: #4CA5A9;
}
#client-info-view .selected .checkbox-button::before,
#client-info-view .checkbox-button.selected::before, #conditions-container .selected .checkbox-button::before,
#conditions-container .checkbox-button.selected::before, #terms-wrapper .selected .checkbox-button::before,
#terms-wrapper .checkbox-button.selected::before {
  border-bottom-color: #4CA5A9;
  border-right-color: #4CA5A9;
}
#client-info-view .oobtn-primary, #conditions-container .oobtn-primary, #terms-wrapper .oobtn-primary {
  background-color: #4CA5A9 !important;
  color: #FFFFFF !important;
}
#client-info-view .oobtn-primary:hover, #conditions-container .oobtn-primary:hover, #terms-wrapper .oobtn-primary:hover {
  background-color: #3D8F93 !important;
}
#client-info-view .oobtn-secondary, #conditions-container .oobtn-secondary, #terms-wrapper .oobtn-secondary {
  background-color: transparent;
  border-color: #E3E8EE;
  color: #2C3E50;
}

#terms-wrapper {
  background-color: #FFFFFF;
  border: 1px solid #E3E8EE;
  margin: 0 10px 15px 10px;
}

.cell {
  border: none;
  background-color: white;
  color: #2C3E50;
}

.cell.selected,
.cell.custom-selected {
  border-color: #DB1D2C;
  background-color: #EBF3FC;
}

.hero {
  background-color: white;
  color: #2C3E50;
}

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

.section-header,
.menu-section-title {
  min-height: 44px !important;
  height: auto !important;
  line-height: normal !important;
  display: flex;
  align-items: center;
  color: #FFFFFF !important;
  font-size: 20px;
  font-weight: 600;
  border-radius: 0px !important;
  background: none !important;
  background-color: #DB1D2C !important;
}

.hl {
  background-color: #DB1D2C;
}

.product-price {
  color: #DB1D2C;
  background-color: transparent;
  padding: 2px 6px;
}

.oobtn-primary {
  background-color: #DB1D2C;
  background-image: none;
  color: #FFFFFF;
  border-radius: 8px;
  font-weight: 600;
}

.oobtn-primary:hover {
  background-color: #DB1D2C;
}

.oobtn-primary:disabled, .oobtn-primary.disabled {
  background-color: #B0BEC5;
  color: #FFFFFF;
}

.oobtn-secondary {
  color: #2C3E50;
  background-color: #DB1D2C;
  border: 1px solid #DB1D2C;
  border-radius: 8px;
  font-weight: 500;
}

.oobtn-secondary:hover {
  opacity: 0.85;
}

.oobtn-link {
  color: #DB1D2C;
}

.btn-minus {
  color: #DB1D2C;
  cursor: pointer;
}

.btn-plus {
  color: #2ECC71;
  cursor: pointer;
}

.oobtn-icon {
  color: #DB1D2C;
  cursor: pointer;
}

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

.oobtn {
  transition: background-color 0.15s ease;
}

.radio-button {
  border-color: #B0BEC5;
}

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

.checkbox-button {
  border-color: #B0BEC5;
}

.selected .checkbox-button::before,
.checkbox-button.selected::before,
.custom-selected .checkbox-button::before {
  border-bottom-color: #DB1D2C;
  border-right-color: #DB1D2C;
}

.stepper .dot {
  background-color: #B0BEC5;
}

.stepper .dot.done,
.stepper .dot.selected,
.stepper .dot.current {
  background-color: #DB1D2C;
}

.stepper .dot.selected::before {
  border-color: #DB1D2C;
}

input, textarea, select, .combobox {
  background-color: #FFFFFF;
  border: 1px solid #D9E0E7;
  border-radius: 8px;
  color: #2C3E50;
  box-sizing: border-box;
  width: 100%;
}

input:focus, textarea:focus {
  border-color: #DB1D2C;
  outline: none;
  box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.15);
}

:focus {
  outline-color: #DB1D2C;
}

.tab.selected {
  border-color: #DB1D2C;
  color: #DB1D2C;
}

.badge {
  background-color: #F5A623;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.eye-catching {
  color: #F5A623;
}

.cta {
  color: #DB1D2C;
}

.text-danger {
  color: #DB1D2C;
}

.text-secondary {
  color: #FFFFFF;
}

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

.overlay {
  background-color: rgba(44, 62, 80, 0.4);
}

* {
  scrollbar-width: thin;
  scrollbar-color: #DB1D2C #DB1D2C;
}

*::-webkit-scrollbar {
  width: 6px;
}

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

*::-webkit-scrollbar-thumb {
  background-color: #DB1D2C;
  border-radius: 4px;
}

.mobile .product-table,
.desktop .product-table,
#choose-menu-view #product-list-view > .product-table,
#choose-menu-view #digital-menu-product-list-view .product-table {
  display: grid;
  grid-template-columns: repeat(var(--grid-columns, 5), minmax(0, 1fr));
  gap: 16px;
  padding: 16px;
  width: 100%;
  max-width: none;
  box-sizing: border-box;
}
.mobile .product-table .section-header,
.mobile .product-table .menu-section-title,
.desktop .product-table .section-header,
.desktop .product-table .menu-section-title,
#choose-menu-view #product-list-view > .product-table .section-header,
#choose-menu-view #product-list-view > .product-table .menu-section-title,
#choose-menu-view #digital-menu-product-list-view .product-table .section-header,
#choose-menu-view #digital-menu-product-list-view .product-table .menu-section-title {
  grid-column: 1/-1;
  margin-left: -16px;
  margin-right: -16px;
  padding: 0 16px;
  position: sticky;
  top: 0;
  z-index: 10;
  scroll-margin-top: 0;
}
.mobile .product-table .cell,
.desktop .product-table .cell,
#choose-menu-view #product-list-view > .product-table .cell,
#choose-menu-view #digital-menu-product-list-view .product-table .cell {
  width: 100%;
  margin: 0;
  background-color: white;
  color: #2C3E50;
  border: 1px solid #E3E8EE;
  border-radius: 10px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.mobile .product-table .cell:hover,
.desktop .product-table .cell:hover,
#choose-menu-view #product-list-view > .product-table .cell:hover,
#choose-menu-view #digital-menu-product-list-view .product-table .cell:hover {
  border-color: #DB1D2C;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}
.mobile .product-table .cell .hero,
.desktop .product-table .cell .hero,
#choose-menu-view #product-list-view > .product-table .cell .hero,
#choose-menu-view #digital-menu-product-list-view .product-table .cell .hero {
  background-color: white;
  color: #2C3E50;
  border-radius: 8px;
  margin-top: 0;
}

#choose-menu-view.desktop .menu-view-grid-container {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

#choose-menu-view #product-list-view,
#choose-menu-view.desktop #product-list-view {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  max-width: none;
}

#choose-menu-view.desktop #product-list-view > .product-table {
  padding-top: 0;
}

#digital-menu-view #digital-menu-product-list-view {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.photo-tmpl {
  background-color: #FFFFFF;
  border: 1px solid #E3E8EE;
  border-radius: 10px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  margin: 0 !important;
}
.photo-tmpl:hover {
  border-color: #DB1D2C;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  transform: none !important;
  will-change: auto !important;
}
.photo-tmpl .hero {
  background-color: #FFFFFF;
  color: #2C3E50;
  margin-top: 0 !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.photo-tmpl .product-image {
  height: 100% !important;
}

.photo-tmpl .product-image-wrap {
  width: 100%;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  overflow: hidden;
  isolation: isolate;
  transform: translateZ(0);
}

.photo-tmpl .product-image-wrap .product-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 0 !important;
  clip-path: none;
}

.photo-tmpl.selected .badge {
  background-color: #F5A623;
}

.photo-tmpl.cell {
  border: 1px solid #E3E8EE;
}

#product-list-view .cell,
#digital-menu-product-list-view .cell,
.photo-tmpl {
  user-select: none;
  -webkit-user-select: none;
}

#product-list-view .cell > *,
#product-list-view .cell .hero,
#product-list-view .cell .oocol,
#product-list-view .cell .oorow,
#product-list-view .cell .product-cell-items,
#digital-menu-product-list-view .cell > *,
#digital-menu-product-list-view .cell .hero,
#digital-menu-product-list-view .cell .oocol,
#digital-menu-product-list-view .cell .oorow,
#digital-menu-product-list-view .cell .product-cell-info-container {
  background-color: transparent !important;
}

.photo-tmpl .hero .oorow:has(.allergens) {
  margin-top: 8px;
}

.product-title {
  font-weight: 600;
  color: #2C3E50;
}

.p-regular, .p-medium {
  color: #6B7C93;
}

.section-header,
.menu-section-title {
  font-family: Inter, Roboto, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  letter-spacing: 0.05em !important;
  font-optical-sizing: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.tmpl-standard .product-table {
  grid-template-columns: 1fr !important;
}

.product-allergies {
  margin-top: 8px;
}

.product-format-row-container {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 5px;
}

.product-format-line {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 8px;
  font-size: 12px;
  color: #6B7C93;
}

#choose-menu-view.phone {
  display: flex;
  flex-direction: column;
  height: 100dvh;
  overflow: hidden;
}

#choose-menu-view.phone #restaurant-topbar {
  flex-shrink: 0;
  height: 56px;
  min-height: 56px;
  max-height: 56px;
}

#choose-menu-view.phone #restaurant-logo {
  height: 36px;
  width: 180px;
  max-width: calc(100vw - 96px);
}

#choose-menu-view.phone #product-table-scroller {
  overflow-x: hidden;
  padding-left: 0;
  padding-right: 0;
}

#choose-menu-view.phone #product-list-view {
  width: 100%;
  overflow-x: hidden;
}

#choose-menu-view.phone .product-table,
#choose-menu-view.phone #product-list-view > .product-table {
  grid-template-columns: 1fr !important;
  padding: 16px;
  gap: 8px;
  width: 100%;
  box-sizing: border-box;
}

#choose-menu-view.phone .photo-tmpl .btn-minus, #choose-menu-view.phone .photo-tmpl .btn-plus {
  position: absolute;
}

#choose-menu-view.desktop .product-table .btn-minus,
#choose-menu-view.desktop .product-table .btn-plus,
#choose-menu-view.desktop .product-table .badge {
  display: none !important;
}

#category-menu-view .depth-1 .oobtn-link {
  font-size: 13px;
  opacity: 0.85;
}
#category-menu-view .depth-2 .oobtn-link {
  font-size: 12px;
  opacity: 0.7;
}
#category-menu-view .depth-3 .oobtn-link {
  font-size: 11px;
  opacity: 0.6;
}

#category-menu-view {
  background-color: #FFFFFF;
}
#category-menu-view .oobtn-link {
  background-color: #DB1D2C;
  border: 1px solid #D9E0E7;
  border-radius: 20px;
  color: #FFFFFF;
  font-weight: 500;
  padding: 4px 14px;
  margin: 4px;
  white-space: nowrap;
  transition: background-color 0.15s ease, color 0.15s ease;
}
#category-menu-view .oobtn-link:hover {
  background-color: #DB1D2C !important;
  color: #FFFFFF !important;
  opacity: 1;
}
#category-menu-view .cell.selected .oobtn-link,
#category-menu-view .menu-item.selected .oobtn-link,
#category-menu-view .oobtn-link.selected,
#category-menu-view .cell.custom-selected .oobtn-link,
#category-menu-view .menu-item.custom-selected .oobtn-link {
  background-color: #DB1D2C;
  border-color: #DB1D2C;
  color: #FFFFFF;
}

#sidebar-toggle {
  display: none !important;
}

#sidebar-overlay {
  display: none !important;
}

.desktop .menu-view-grid-container {
  grid-template-columns: minmax(0, 1fr) 0px 360px;
  grid-template-rows: auto 1fr;
  gap: 0;
}
.desktop .menu-view-grid-container .ticket-view-wrapper {
  grid-column: 3/4;
}

#choose-menu-view.desktop .menu-view-grid-container {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

#category-top-wrapper {
  grid-column: 1/3;
  grid-row: 1/2;
  position: sticky;
  top: 0;
  z-index: 20;
  background-color: #FFFFFF;
  border-bottom: 1px solid #DB1D2C;
  height: 44px;
  overflow: hidden;
}
#category-top-wrapper .category-wrapper, #category-top-wrapper [data-outlet=product-menu-view] {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

#product-table-scroller {
  grid-column: 1/2;
  grid-row: 2/3;
  width: 100%;
  min-width: 0;
}

#product-list-view > .product-table {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
}

.desktop .menu-view-grid-container .ticket-view-wrapper,
.ticket-view-wrapper {
  grid-column: 3/4 !important;
  grid-row: 1/3 !important;
  flex-basis: auto;
  width: 360px;
  align-self: start;
  position: sticky;
  top: 0;
}

#sidebar-toggle {
  display: none !important;
}

#sidebar-overlay {
  display: none !important;
}

#category-menu-view {
  width: 100%;
}
#category-menu-view [data-outlet=btn-prev], #category-menu-view [data-outlet=btn-next] {
  align-self: center;
}
#category-menu-view .scroll-row {
  flex-direction: row !important;
  align-items: center !important;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  flex-wrap: nowrap;
  padding: 3px 8px;
  gap: 5px !important;
}
#category-menu-view .scroll-row::-webkit-scrollbar {
  display: none;
}
#category-menu-view .cell {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  display: flex !important;
  align-items: center !important;
}
#category-menu-view .oobtn-link {
  display: inline-flex;
  width: auto !important;
  text-align: center;
  background-color: #DB1D2C !important;
  border: 1px solid #D9E0E7 !important;
  border-radius: 20px !important;
  padding: 3px 12px !important;
  margin: 0 !important;
  white-space: nowrap;
}
#category-menu-view .oobtn-link:hover {
  background-color: #DB1D2C !important;
  color: #FFFFFF !important;
  opacity: 1;
}
#category-menu-view .cell.selected .oobtn-link, #category-menu-view .cell.custom-selected .oobtn-link,
#category-menu-view .menu-item.selected .oobtn-link, #category-menu-view .menu-item.custom-selected .oobtn-link {
  background-color: #DB1D2C !important;
  border-color: #DB1D2C !important;
  color: #FFFFFF !important;
  border-left: none !important;
  padding-left: 14px !important;
}
#category-menu-view .depth-1 .oobtn-link, #category-menu-view .depth-2 .oobtn-link, #category-menu-view .depth-3 .oobtn-link {
  padding-left: 14px;
}

#choose-menu-view.phone .side-window-left {
  position: static;
  transform: none;
  width: 100%;
  height: auto;
  overflow: visible;
  flex: 0 0 auto;
  transition: none;
  background-color: transparent;
}

#choose-menu-view.phone #category-top-wrapper {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 44px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  border-bottom: 1px solid #DB1D2C;
}

#choose-menu-view.phone #product-list-view .product-table .menu-section-title,
#choose-menu-view.phone #product-list-view .product-table .section-header {
  scroll-margin-top: 44px;
}

@media (max-width: 768px) {
  #digital-menu-view .menu-view-grid-container {
    flex: 0 0 auto;
    height: auto;
    overflow: visible;
    grid-template-rows: auto auto;
  }
  #digital-menu-view #product-table-scroller {
    overflow-y: visible;
    min-height: unset;
    height: auto;
  }
  #digital-menu-view #digital-menu-product-list-view .uitable .menu-section-title,
  #digital-menu-view #digital-menu-product-list-view .uitable .section-header,
  #digital-menu-view #digital-menu-product-list-view .product-table .menu-section-title,
  #digital-menu-view #digital-menu-product-list-view .product-table .section-header {
    scroll-margin-top: 44px;
  }
}
#choose-menu-view.phone #category-menu-view [data-outlet=btn-prev],
#choose-menu-view.phone #category-menu-view [data-outlet=btn-next],
#digital-menu-view.phone #category-menu-view [data-outlet=btn-prev],
#digital-menu-view.phone #category-menu-view [data-outlet=btn-next] {
  display: none !important;
}

.search-bar input {
  background-color: #FFFFFF;
  border: 1px solid #DB1D2C;
  color: #2C3E50;
  border-radius: 100px;
  font-size: 14px;
}

.search-bar input:focus {
  border-color: #DB1D2C;
}

#digital-menu-view {
  background-color: #FFFFFF;
  width: 100%;
  box-sizing: border-box;
  overflow-y: auto;
  height: 100dvh;
}
.mobile #digital-menu-view #restaurant-topbar {
  height: 56px;
  min-height: 56px;
  max-height: 56px;
}
.mobile #digital-menu-view #restaurant-logo {
  height: 36px;
  width: 180px;
  max-width: calc(100vw - 96px);
}
#digital-menu-view.desktop .menu-view-grid-container {
  grid-template-columns: minmax(0, 1fr);
}
#digital-menu-view .search-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  box-sizing: border-box;
  width: 100%;
}
@media (max-width: 768px) {
  #digital-menu-view .search-bar {
    padding-left: 2px;
    padding-right: 2px;
  }
}
#digital-menu-view .search-bar {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
#digital-menu-view .search-bar input {
  flex: 1;
  min-width: 0;
}
#digital-menu-view .search-bar i {
  flex-shrink: 0;
  color: #FFFFFF;
  font-size: 16px;
  pointer-events: none;
}
#digital-menu-view #digital-menu-product-list-view .spin-loader-container {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  pointer-events: none;
}
#digital-menu-view #digital-menu-product-list-view .uitable, #digital-menu-view #digital-menu-product-list-view .product-table {
  display: grid;
  flex: 1;
  width: 100%;
  min-width: 0;
  grid-template-columns: repeat(var(--grid-columns, 5), minmax(0, 1fr));
  gap: 12px;
  padding: 16px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  #digital-menu-view #digital-menu-product-list-view .uitable, #digital-menu-view #digital-menu-product-list-view .product-table {
    padding-left: 2px;
    padding-right: 2px;
  }
}
#digital-menu-view #digital-menu-product-list-view .uitable .menu-section-title, #digital-menu-view #digital-menu-product-list-view .uitable .section-header, #digital-menu-view #digital-menu-product-list-view .product-table .menu-section-title, #digital-menu-view #digital-menu-product-list-view .product-table .section-header {
  grid-column: 1/-1;
  font-size: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0 12px;
  margin: 4px 0 0 0;
}
@media (max-width: 768px) {
  #digital-menu-view #digital-menu-product-list-view .uitable .menu-section-title, #digital-menu-view #digital-menu-product-list-view .uitable .section-header, #digital-menu-view #digital-menu-product-list-view .product-table .menu-section-title, #digital-menu-view #digital-menu-product-list-view .product-table .section-header {
    top: 0;
    scroll-margin-top: 0px;
    margin-top: 0 !important;
    margin-left: -2px !important;
    margin-right: -2px !important;
  }
}
#digital-menu-view #digital-menu-product-list-view .cell.product {
  background-color: white;
  border: 1px solid #E3E8EE;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  gap: 12px;
  padding: 12px;
  align-items: flex-start;
  box-sizing: border-box;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
#digital-menu-view #digital-menu-product-list-view .cell.product:hover {
  border-color: #DB1D2C;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
}
#digital-menu-view #digital-menu-product-list-view .cell.product .product-image {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
}
#digital-menu-view #digital-menu-product-list-view .cell.product .product-cell-info-container {
  flex: 1;
  min-width: 0;
}
#digital-menu-view #digital-menu-product-list-view .cell.product .product-cell-info-container .row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
}
#digital-menu-view #digital-menu-product-list-view .cell.product .product-cell-info-container .product-title {
  font-weight: 600;
  font-size: 14px;
  color: #2C3E50;
  flex: 1;
}
#digital-menu-view #digital-menu-product-list-view .cell.product .product-cell-info-container .product-price {
  font-weight: 700;
  font-size: 14px;
  color: #DB1D2C;
  background-color: transparent;
  padding: 2px 6px;
  white-space: nowrap;
  flex-shrink: 0;
}
#digital-menu-view #digital-menu-product-list-view .cell.product .product-cell-info-container .product-desc {
  color: #6B7C93;
  font-size: 13px;
  margin-top: 4px;
  line-height: 1.4;
}
#digital-menu-view #digital-menu-product-list-view .cell.product .product-cell-info-container .product-format-row-container {
  margin-top: 5px;
  gap: 5px;
}

.nav-bar-wrapper {
  background-color: #FFFFFF;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.06);
}

#nav-window {
  background-color: #FFFFFF;
  color: #2C3E50;
  box-shadow: 2px 0 12px rgba(0, 0, 0, 0.06);
}

#digital-menu-view #nav-window {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100dvh;
  overflow-y: auto;
  z-index: 200;
  background-color: #FFFFFF;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}
#digital-menu-view #nav-window .category-wrapper {
  width: 100%;
  min-height: 100%;
  overflow-y: auto;
}

#digital-menu-view #nav-window.show-window {
  transform: translateX(0);
}

#digital-menu-view.desktop #nav-window {
  right: auto;
  height: 100dvh;
  width: calc(400px + max(0px, (100vw - 1500px) / 2));
}

#digital-menu-view.desktop #nav-window .category-wrapper,
#digital-menu-view.desktop #nav-window [data-outlet=product-menu-view] {
  width: 100%;
  min-height: 100%;
  overflow-y: auto;
  margin-left: auto;
  width: 400px;
}

.alert-box {
  background-color: #F5A623;
  color: #FFFFFF;
  padding: 8px;
  text-align: center;
  border-radius: 8px;
}

.logo-container {
  background-image: url("images/Logo_genérico.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  min-height: 150px;
  width: 100%;
  max-width: 350px;
}

#pickup-or-delivery .logo-container {
  background-image: url("images/pinocchioBlack.png");
}

#home-logo {
  background-image: url("images/pinocchioBlack.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  min-height: 120px;
  width: 100%;
  max-width: 300px;
  margin: 0 auto 16px auto;
  align-self: center;
}

.icon.delivery-icon {
  background-image: url("images/Icono_Delivery.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 120px;
  height: 120px;
}

.icon.takeaway-icon {
  background-image: url("images/Icono_Takeaway.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 120px;
  height: 120px;
}

.icon.tableorder-icon {
  background-image: url("images/Icono_Mesa.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 120px;
  height: 120px;
}

#pickup-or-delivery {
  background-color: #FFFFFF;
}

#pickup-or-delivery .cell {
  background-color: #FFFFFF !important;
  border-color: #D9E0E7 !important;
  color: #2C3E50 !important;
}

#pickup-or-delivery .cell .p-regular,
#pickup-or-delivery .cell .p-medium,
#pickup-or-delivery .cell .text-secondary,
#pickup-or-delivery .cell [data-outlet=address-lbl],
#pickup-or-delivery .cell .secondary {
  color: #6B7C93 !important;
}

#pickup-or-delivery .cell .oobtn-primary {
  background-color: #DB1D2C !important;
  background-image: none !important;
  color: #FFFFFF !important;
}
#pickup-or-delivery .cell .oobtn-primary:hover {
  background-color: #DB1D2C !important;
}

#pickup-or-delivery .cell .oobtn-primary:disabled,
#pickup-or-delivery .cell .oobtn-primary.disabled {
  background-color: #B0BEC5 !important;
  color: #FFFFFF !important;
}

#disabled-table-order-view {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #DB1D2C;
  text-align: center;
  padding: 40px 20px;
  box-sizing: border-box;
}

#disabled-table-order-view .disabled-table-logo {
  width: 200px;
  height: auto;
  max-width: 80vw;
  background-image: url("images/Logo_home.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 1;
  margin-bottom: 32px;
}

#disabled-table-order-view .disabled-table-text {
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  max-width: 400px;
  line-height: 1.5;
}

#table-order-warning-banner {
  width: 100%;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #DB1D2C;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
  z-index: 100;
  flex-shrink: 0;
}

#adyen-payment-view {
  background-color: #DB1D2C;
  border: 1px solid #DB1D2C;
  border-radius: 8px;
}

#payment-modal-view {
  background-color: #FFFFFF;
  border: 1px solid #D9E0E7;
  border-radius: 10px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.06);
  max-width: 95vw;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.modifier-option-cell {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 14px 20px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #E3E8EE;
  cursor: pointer;
  min-height: 50px;
  box-sizing: border-box;
}
.modifier-option-cell:nth-child(even) {
  background-color: #F5F7FA;
}
.modifier-option-cell:hover {
  background-color: #EEF1F5;
}
.modifier-option-cell.custom-selected {
  background-color: #EBF3FC;
  border-left: 3px solid #DB1D2C;
}
.modifier-option-cell .radio-button {
  width: 18px;
  height: 18px;
  border: 2px solid #B0BEC5;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 14px;
  position: relative;
  box-sizing: border-box;
}
.modifier-option-cell.custom-selected .radio-button {
  border-color: #DB1D2C;
}
.modifier-option-cell.custom-selected .radio-button::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #DB1D2C;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 3px;
}
.modifier-option-cell .concept {
  flex: 1;
  font-size: 15px;
  font-weight: 400;
  color: #2C3E50;
}
.modifier-option-cell .price {
  font-size: 15px;
  font-weight: 600;
  color: #2C3E50;
  white-space: nowrap;
  margin-left: 12px;
}

.modifier-multiple-cell {
  display: flex;
  flex-direction: column;
  padding: 12px 20px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #E3E8EE;
  cursor: pointer;
  box-sizing: border-box;
}
.modifier-multiple-cell:nth-child(even) {
  background-color: #F5F7FA;
}
.modifier-multiple-cell:hover {
  background-color: #EEF1F5;
}
.modifier-multiple-cell.custom-selected {
  background-color: #EBF3FC;
  border-left: 3px solid #DB1D2C;
}
.modifier-multiple-cell .row-main {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.modifier-multiple-cell .checkbox-button {
  width: 18px;
  height: 18px;
  border: 2px solid #B0BEC5;
  border-radius: 4px;
  flex-shrink: 0;
  margin-right: 14px;
  position: relative;
  box-sizing: border-box;
}
.modifier-multiple-cell.custom-selected .checkbox-button {
  border-color: #DB1D2C;
  background-color: #DB1D2C;
}
.modifier-multiple-cell.custom-selected .checkbox-button::before {
  content: "✓";
  display: block;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}
.modifier-multiple-cell .concept {
  flex: 1;
  font-size: 15px;
  color: #2C3E50;
}
.modifier-multiple-cell .price {
  font-size: 15px;
  font-weight: 600;
  color: #2C3E50;
  white-space: nowrap;
  margin-left: 12px;
}
.modifier-multiple-cell .allergens-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 6px;
}

.modifier-incremental-cell {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 20px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #E3E8EE;
  box-sizing: border-box;
  min-height: 56px;
}
.modifier-incremental-cell:nth-child(even) {
  background-color: #F5F7FA;
}
.modifier-incremental-cell .btn-minus, .modifier-incremental-cell .btn-plus {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
.modifier-incremental-cell .content {
  flex: 1;
  margin: 0 12px;
}
.modifier-incremental-cell .row-top {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.modifier-incremental-cell .concept {
  flex: 1;
  font-size: 15px;
  color: #2C3E50;
}
.modifier-incremental-cell .quantity {
  font-size: 15px;
  font-weight: 700;
  color: #DB1D2C;
  white-space: nowrap;
  margin-left: 8px;
}
.modifier-incremental-cell .price {
  font-size: 13px;
  color: #6B7C93;
  margin-top: 2px;
}

.modifier-product-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px;
  background-color: #FFFFFF;
  border: 2px solid #DB1D2C;
  border-radius: 10px;
  cursor: pointer;
  box-sizing: border-box;
  transition: border-color 0.15s ease, background-color 0.15s ease;
}
.modifier-product-cell .menu-item-img-ms {
  margin-bottom: 6px;
}
.modifier-product-cell .concept {
  font-size: 14px;
  color: #2C3E50;
  text-align: center;
}

.format-cell {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px 20px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #E3E8EE;
  cursor: pointer;
  min-height: 54px;
  box-sizing: border-box;
  color: #2C3E50;
}
.format-cell:nth-child(even) {
  background-color: #F5F7FA;
}
.format-cell:hover {
  background-color: #EEF1F5;
}
.format-cell.custom-selected {
  background-color: #EBF3FC;
  border-left: 3px solid #DB1D2C;
}
.format-cell .radio-button {
  width: 20px;
  height: 20px;
  border: 2px solid #B0BEC5;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 16px;
  position: relative;
  box-sizing: border-box;
}
.format-cell.custom-selected .radio-button {
  border-color: #DB1D2C;
}
.format-cell.custom-selected .radio-button::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #DB1D2C;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 3px;
}
.format-cell .concept {
  flex: 1;
  font-size: 16px;
  color: #2C3E50;
}
.format-cell .price {
  font-size: 16px;
  font-weight: 700;
  color: #2C3E50;
  white-space: nowrap;
  margin-left: 16px;
}
.format-cell {
  position: relative !important;
  border-bottom: none !important;
}
.format-cell::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0px;
  height: 1px;
  background-color: #E3E8EE;
  pointer-events: none;
}

#product-modifier-selection-view,
#product-format-selection-view {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

.fade-in {
  animation: fadeIn ease-in-out 0.3s;
}
.fade-in.slow {
  animation-duration: 1s;
}
.fade-in.medium {
  animation-duration: 0.6s;
}
.fade-in.fast {
  animation-duration: 0.3s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cart-fly-bounce {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.05);
  }
  60% {
    transform: scale(0.97);
  }
  80% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}
.cart-fly-bounce {
  animation: cart-fly-bounce 0.45s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

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