@charset "UTF-8";
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;
}

@font-face {
  font-family: "Gilroy-Regular";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Gilroy-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Gilroy-Medium";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Gilroy-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Gilroy-SemiBold";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/Gilroy-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "GilroyMedium";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Gilroy-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "GilroyBold";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Gilroy-Bold.ttf") format("truetype");
}
.tajawal-regular {
  font-family: "Tajawal", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Tajawal-Regular";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Tajawal-Regular.ttf") format("truetype");
}
* {
  box-sizing: border-box;
}

html {
  height: 100%;
  margin: 0;
}

body {
  position: relative !important;
  display: block !important;
  height: 100% !important;
  width: 100% !important;
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  background: none;
}

a {
  color: #eeb150 !important;
  transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
}
a:hover {
  filter: brightness(1.2);
}

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

.gap {
  gap: 8px;
}

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

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

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

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

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

.view,
.window {
  position: relative;
}

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

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

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

.logo-title-container {
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 140%;
  color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#product-table-scroller {
  scroll-behavior: smooth;
  padding-bottom: 100px;
}

.cell {
  border: none !important;
}

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

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

.mobile .product-table,
.desktop .product-table {
  display: grid !important;
  grid-template: auto/auto;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px;
  padding-left: 8px;
  padding-right: 8px;
}
.mobile .product-table .section-header,
.desktop .product-table .section-header {
  background-color: #111111;
  color: #eeb150;
  background-color: #111111;
  background: url("images/bg.jpg") no-repeat;
  background-size: cover;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2), 0 6px 8px rgba(0, 0, 0, 0.3);
}
.mobile .product-table .section-header::after,
.desktop .product-table .section-header::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(to right top, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05)) !important;
  border: 1px solid #464450;
  border-radius: 4px !important;
}
.mobile .product-table .menu-section-header,
.mobile .product-table .menu-section-title,
.desktop .product-table .menu-section-header,
.desktop .product-table .menu-section-title {
  grid-column: 1/-1 !important;
  box-sizing: border-box;
  border-radius: 0;
  color: #eeb150;
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.mobile .product-table .cell,
.desktop .product-table .cell {
  width: 100% !important;
  margin: 0 !important;
  background-color: none;
  font-size: 14px;
  color: #ffffff;
}
.mobile .product-table .cell .hero,
.desktop .product-table .cell .hero {
  border-radius: 0 !important;
  margin-top: 0 !important;
  background-color: transparent !important;
  color: #ffffff;
}

#pickup-or-delivery .pickup-icon,
#pickup-or-delivery .take-away-icon,
#pickup-or-delivery .table-icon {
  width: 150px;
  height: 150px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #eeb150;
  border-radius: 50%;
  padding: 16px;
  background-size: 70% !important;
}
#pickup-or-delivery .take-away-icon {
  background-image: url(images/take_away_dark.png) !important;
}
#pickup-or-delivery .pickup-icon {
  background-image: url(images/pickup_dark.png) !important;
}
#pickup-or-delivery .table-icon {
  background-image: url(images/table_dark.png) !important;
}
#pickup-or-delivery .grid-col {
  display: grid;
  grid-template-rows: 1fr auto;
  flex-wrap: nowrap;
}

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

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

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

#product-add-view {
  height: auto !important;
}

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

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

.ticket-view-title {
  color: #eeb150;
  font-weight: bold;
}

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

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

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

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

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

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

#digital-menu-view {
  background: transparent;
  overflow-y: auto;
  height: 100dvh;
  width: 100%;
  box-sizing: border-box !important;
}
#digital-menu-view .scroll-row {
  position: relative !important;
  overflow: auto;
}
#digital-menu-view .menu-view-grid-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  gap: 0;
  padding: 0;
}
#digital-menu-view #rest_topbar {
  position: relative;
  background-color: #252525;
  border: 0;
  flex-direction: column;
  padding-top: 8px;
  gap: 8px;
}
#digital-menu-view #rest_topbar .logo-container {
  min-height: 30px;
}
#digital-menu-view #rest_topbar .logo-title-container {
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 140%;
  color: #ffffff;
}
#digital-menu-view .main-view-wrapper {
  position: relative;
  display: block;
}
#digital-menu-view .category-wrapper {
  display: flex;
  margin-top: 32px;
  justify-content: flex-end;
}
#digital-menu-view #digital-menu-category-list-view {
  display: flex;
}
#digital-menu-view .search-bar {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: transparent;
  box-sizing: border-box;
  padding: 8px;
  margin: 0 auto;
  max-width: 800px;
}
#digital-menu-view .search-bar input {
  position: relative;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  width: 100%;
  height: auto;
  color: #ffffff;
  font-family: "Gilroy-Regular", sans-serif !important;
  font-size: 14px;
  font-weight: 400;
  background-color: transparent;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  text-overflow: ellipsis;
  outline: none;
  -webkit-appearance: none;
}
#digital-menu-view .search-bar input:not(:-moz-placeholder) ~ i {
  display: none;
}
#digital-menu-view .search-bar input:not(:placeholder-shown) ~ i {
  display: none;
}
#digital-menu-view .search-bar i {
  position: absolute;
  transform: translate(0, -50%);
  right: 16px;
  top: 50%;
}
#digital-menu-view #digital-menu-product-list-view {
  position: relative !important;
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
  padding: 0 !important;
  max-width: 800px;
  min-height: 250px;
  margin: 0 auto;
}
#digital-menu-view #digital-menu-product-list-view .spin-loader-container {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translatey(-50%);
}
#digital-menu-view #digital-menu-product-list-view .uitable {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  width: 100%;
  padding-bottom: 32px;
  padding-top: 8px;
}
#digital-menu-view #digital-menu-product-list-view .uitable .cell {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  height: auto;
  padding: 8px;
}
#digital-menu-view #digital-menu-product-list-view .uitable .cell .grid-row {
  display: grid;
  gap: 16px;
  grid-template-columns: auto 1fr auto;
}
#digital-menu-view #digital-menu-product-list-view .uitable .cell .grid-col {
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr);
}
#digital-menu-view #digital-menu-product-list-view .uitable .cell .product-image-row-span {
  grid-row: 1/3;
}
#digital-menu-view #digital-menu-product-list-view .uitable .cell .label.product-title {
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 2em;
  text-transform: lowercase;
}
#digital-menu-view #digital-menu-product-list-view .uitable .cell .label.product-title:first-letter {
  text-transform: uppercase;
}
#digital-menu-view #digital-menu-product-list-view .uitable .cell .label.product-title .p-regular {
  line-height: 1.25;
}
#digital-menu-view #digital-menu-product-list-view .uitable .menu-section-title {
  padding: 12px 8px;
  margin-top: 15px;
  position: sticky;
  top: 10px;
  z-index: 10;
}
#digital-menu-view #digital-menu-product-list-view .uitable .product-image {
  height: 100px;
  width: 100px;
  border-radius: 16px;
  background-color: transparent;
}
#digital-menu-view #digital-menu-product-list-view .product-format-row-container {
  grid-column: 1/-1;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
#digital-menu-view #digital-menu-product-list-view .product-format-row-container .product-format-line {
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 4px 0;
  color: #AFAFBD;
}

#digital-menu-view.mobile #digital-menu-product-list-view .uitable .product-image {
  min-height: 70px;
  min-width: 70px;
}
#digital-menu-view.mobile #digital-menu-product-list-view .uitable .cell .label.product-title {
  font-family: "Gilroy-Regular", sans-serif;
  text-transform: lowercase;
  text-transform: capitalize;
  font-size: 1.2em;
}
@media only screen and (max-width: 800px) {
  #digital-menu-view #digital-menu-product-list-view .product-table {
    grid-template-columns: 1fr;
  }
}
.nav-bar-wrapper {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #111111;
  background: url("images/banner.jpg") no-repeat;
  background-size: cover;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

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

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

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

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

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

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

.desktop .photo-tmpl {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
  transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1) !important;
}

.desktop .photo-tmpl:hover {
  will-change: inherit !important;
  transform: none !important;
  animation-timing-function: inherit !important;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important;
}

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

body:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: url("img/bg-crop.jpg");
  background-color: #030327;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom left;
  z-index: -1;
}

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

#digital-menu-preset-selection-view {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
  min-height: 100vh;
  padding: 0 8px;
  padding-bottom: 60px;
}
#digital-menu-preset-selection-view p {
  line-height: 1.2em;
}
#digital-menu-preset-selection-view h1 {
  line-height: 1.4em;
}
#digital-menu-preset-selection-view .text-align-center {
  text-align: center;
}
#digital-menu-preset-selection-view .sub-text {
  font-size: 90%;
  color: #9f9eac;
}
#digital-menu-preset-selection-view header {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  top: 0;
}
#digital-menu-preset-selection-view header #logo {
  width: 100%;
  max-width: 300px;
  padding: 24px 0 36px 0;
}
#digital-menu-preset-selection-view .title {
  display: block;
  position: relative;
  color: #ffffff;
}
#digital-menu-preset-selection-view .title h1 {
  text-align: center;
  margin: 0 auto;
}
#digital-menu-preset-selection-view .preset-grid {
  display: grid;
  position: relative;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  height: auto;
}
#digital-menu-preset-selection-view .preset-grid a {
  text-decoration: none;
}
#digital-menu-preset-selection-view .preset-grid a:hover {
  filter: inherit;
}
#digital-menu-preset-selection-view .preset-grid .icon {
  display: block;
  width: 100%;
  max-width: 300px;
  padding-top: 70%;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: 1px solid white;
  color: #eeb150;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
}
#digital-menu-preset-selection-view .preset-grid .icon.refreshments {
  background-image: url(img/categories/refreshments.jpg);
}
#digital-menu-preset-selection-view .preset-grid .icon.drink {
  background-image: url(img/categories/drink.jpg);
}
#digital-menu-preset-selection-view .preset-grid .icon.shisha {
  background-image: url(img/categories/shisha.jpg);
}
#digital-menu-preset-selection-view .preset-grid .icon.cold-mezzeh {
  background-image: url(img/categories/cold_mezzeh.jpg);
}
#digital-menu-preset-selection-view .preset-grid .icon.hot-mezzeh {
  background-image: url(img/categories/hot_mezzeh.jpg);
}
#digital-menu-preset-selection-view .preset-grid .icon.soup {
  background-image: url(img/categories/soup.jpg);
}
#digital-menu-preset-selection-view .preset-grid .icon.pizza {
  background-image: url(img/categories/pizza.jpg);
}
#digital-menu-preset-selection-view .preset-grid .icon.grill {
  background-image: url(img/categories/grill.jpg);
}
#digital-menu-preset-selection-view .preset-grid .icon.saj {
  background-image: url(img/categories/saj.jpg);
}
#digital-menu-preset-selection-view .preset-grid .icon.fateh {
  background-image: url(img/categories/fateh.jpg);
}
#digital-menu-preset-selection-view .preset-grid .icon.special {
  background-image: url(img/categories/specialties.jpg);
}
#digital-menu-preset-selection-view .preset-grid .icon:hover {
  filter: brightness(1.2);
  transform: scale(1.1);
}
#digital-menu-preset-selection-view .preset-grid .no-image-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  width: 100%;
  max-width: 300px;
  height: 150px;
  background: inherit;
  color: #eeb150;
  cursor: pointer;
  text-decoration: none !important;
  background-color: rgba(200, 200, 220, 0.28);
  border-radius: 3px !important;
  backdrop-filter: blur(4px) !important;
  -webkit-backdrop-filter: blur(4px) !important;
  border: 1px solid rgba(231, 231, 231, 0.1) !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
  transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
}
#digital-menu-preset-selection-view .preset-grid .no-image-box:hover {
  filter: inherit;
  transform: scale(1.1);
  background-color: rgba(200, 200, 200, 0.1);
}
#digital-menu-preset-selection-view .preset-grid .no-image-box .sub-title-text {
  text-shadow: 0 1px 8px rgba(0, 0, 40, 0.9);
  font-size: 105%;
  font-weight: 600;
}

.hide-on-mobile {
  display: block;
}

.hide-on-desktop {
  display: none;
}

@media (max-width: 750px) {
  /* … */
  .hide-on-mobile {
    display: none;
  }
  .hide-on-desktop {
    display: block;
  }
  body::before {
    background: url("img/bg-mobile.jpg");
    background-position: bottom center;
  }
  #digital-menu-preset-selection-view .preset-grid {
    grid-template-columns: 1fr 1fr;
    max-width: 650px;
  }
}
@media (max-width: 480px) {
  /* … */
  #digital-menu-preset-selection-view .preset-grid {
    grid-template-columns: 1fr;
    max-width: 300px;
  }
}/*# sourceMappingURL=app.css.map */