.a4Nfeq_container {
  width: 100%;
  height: 100%;
  z-index: 50;
  background-color: #f0f8ff93;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

._8ZbzdG_container {
  background-color: var(--bg-main);
}

._8ZbzdG_container ._8ZbzdG_content {
  height: var(--body-height);
  flex-direction: row;
  display: flex;
}

._1nQ64q_header {
  height: var(--header-height);
  background-color: #ff0042;
}

._1nQ64q_container {
  width: 100%;
  height: var(--header-height);
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  display: flex;
}

._1nQ64q_logo {
  height: 90%;
}

.n2B-bq_homeContent {
  height: var(--body-height);
  width: 100%;
  background-color: var(--bg-main);
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.n2B-bq_centerButtonContainer {
  z-index: 1;
  height: 100%;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  display: flex;
}

.n2B-bq_centerButton {
  color: #fff;
  cursor: pointer;
  text-align: center;
  background-color: #ff0042;
  border: none;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: .5em 1em;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  transition-duration: .4s;
  display: inline-block;
}

.cGCXfG_container {
  width: 100%;
  height: 100%;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.cGCXfG_fade {
  height: calc(var(--banner-normal)  - 5vh);
  background: linear-gradient(#f5f5f500, #f5f5f5 80%);
  position: absolute;
  top: 7vh;
  left: 0;
  right: 0;
}

.cGCXfG_smallImage {
  width: 100%;
  height: var(--banner-normal);
  object-fit: cover;
}

.cGCXfG_bannerFade {
  height: var(--banner-small);
  background: linear-gradient(#f5f5f500, #f5f5f5 65%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.cGCXfG_bannerImage {
  width: 100%;
  height: var(--banner-small);
  object-fit: cover;
}

.cGCXfG_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cGCXfG_titleContainer {
  text-align: center;
  position: absolute;
  top: 17vh;
  left: 0;
  right: 0;
}

.cGCXfG_welcomeText {
  color: #2b2f34;
  margin: 0;
  font-size: 20px;
}

.cGCXfG_establishmentName {
  color: #2b2f34;
  margin-top: -3px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 36px;
  font-weight: bold;
}

.cGCXfG_ourMenu {
  color: #2b2f34;
  font-size: 36px;
  font-weight: bold;
  position: absolute;
  top: 0;
}

.zH68fW_roundedSection {
  width: 100%;
  height: var(--footer-height);
  background: #004b8f;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M0,20 A30,20 0 0,0 100,20 V100 H0 Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M0,20 A30,20 0 0,0 100,20 V100 H0 Z'/%3E%3C/svg%3E");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  color: #f5f6f7 !important;
}

.kNrwDW_menuContent {
  height: var(--body-height);
  width: 100%;
  background-color: var(--bg-main);
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
}

.kNrwDW_filterContainer {
  min-height: 7vh;
  flex-direction: column;
  grid-row: 1;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.kNrwDW_tabsContainer {
  flex-direction: column;
  grid-row: 2;
  margin-top: .1rem;
  margin-bottom: .1rem;
  display: flex;
}

.kNrwDW_customTabsContainer {
  background-color: rgba(var(--rgb-bg-main), .8);
  border-radius: 20px;
  flex-direction: column;
  grid-row: 2;
  margin-left: 2rem;
  margin-right: 2rem;
  padding-top: .5rem;
  display: flex;
  box-shadow: 0 0 10px #0003;
}

.kNrwDW_optionsListContainer {
  flex-direction: column;
  flex-grow: 1;
  grid-row: 3;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  padding-top: 1rem;
  display: flex;
  overflow-y: auto;
}

.kNrwDW_navigationButtonsContainer {
  z-index: 1;
  flex-direction: column;
  grid-row: 4;
  justify-content: center;
  align-items: center;
  margin: 20px;
  display: flex;
}

.G_E9xW_optionsList {
  flex-direction: column;
  flex-grow: 1;
  gap: 0;
  padding: 0;
  display: flex;
  overflow-x: hidden;
  overflow-y: auto;
}

.KVE9tG_option {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
  gap: .5rem .7rem;
  margin: .5rem;
  padding: 1rem;
  transition: all .3s;
  display: grid;
  position: relative;
  box-shadow: 0 3px 5px #0000001a;
}

.KVE9tG_option:hover {
  transform: scale(1.01);
  box-shadow: 0 5px 10px #0003;
}

.KVE9tG_addBtn {
  width: 30px;
  height: 30px;
  color: #fff;
  cursor: pointer;
  background-color: #004b91;
  border: none;
  border-radius: 50%;
  font-size: 20px;
  font-weight: bold;
  transition: all .3s;
  box-shadow: 0 3px 5px #0000001a;
}

.KVE9tG_productFormatSelect {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 3px 5px #0000001a;
}

.KVE9tG_optionImage {
  width: 125px;
  height: 125px;
  object-fit: cover;
  border-radius: 15px;
  grid-column: 1;
}

.KVE9tG_optionDetails {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 0;
  padding: 0;
  display: grid;
}

.KVE9tG_optionDetails .KVE9tG_optionName {
  color: #333;
  grid-row: 1;
  align-self: center;
  font-size: 20px;
  font-weight: bold;
}

.KVE9tG_optionDetails .KVE9tG_optionDescription {
  color: #666;
  grid-row: 2;
  padding-top: 0;
  font-size: 14px;
}

.KVE9tG_optionDetails .KVE9tG_optionPriceAndQuantity {
  grid-row: 3;
  grid-template-columns: auto 1fr;
  display: grid;
}

.KVE9tG_optionDetails .KVE9tG_optionPriceAndQuantity .KVE9tG_optionPrice {
  align-self: right;
  color: #333;
  grid-column: 2;
  justify-self: right;
  padding-right: 15px;
  font-size: 24px;
  font-weight: bold;
}

.T5ZAzW_expandable-text {
  overflow: hidden;
}

.T5ZAzW_expandable-text.T5ZAzW_expanded {
  white-space: initial;
}

.T5ZAzW_expand-button {
  color: #007bff;
  cursor: pointer;
  background-color: #0000;
  border: none;
  margin-top: -10px;
  padding: 0;
}

.T5ZAzW_expand-button:focus {
  outline: none;
}

.T5ZAzW_expand-icon {
  transition: transform .5s;
  display: inline-block;
}

.T5ZAzW_expand-icon.T5ZAzW_expanded {
  transform: rotate(180deg);
}

.D9mwTa_modalContent {
  max-width: 90vw;
  width: 500px;
  z-index: 2;
  background: #fff;
  border-radius: 25px;
  flex-direction: column;
  align-items: center;
  margin: 10px;
  padding: 20px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 20px #0000001a;
}

.D9mwTa_modalOverlay {
  top: var(--header-height);
  z-index: 2;
  background: #00000080;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.D9mwTa_modalTitle {
  text-align: center;
  margin: 10px;
  font-size: 24px;
  font-weight: bold;
}

.D9mwTa_modalDescription {
  text-align: center;
  margin: 15px;
  font-size: 16px;
}

.D9mwTa_modalCloseButton {
  cursor: pointer;
  background: none;
  border: none;
  font-size: 36px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.D9mwTa_modalImage {
  height: 150px;
  width: auto;
  object-fit: cover;
  border-radius: 10px;
}

.D9mwTa_formatOptions {
  width: 100%;
  flex-direction: column;
  margin-top: 20px;
  display: flex;
}

.D9mwTa_formatOptions .D9mwTa_formatOption {
  border-bottom: 1px solid #ddd;
  justify-content: space-between;
  padding: 7px 10px;
  display: flex;
}

.D9mwTa_formatOptions .D9mwTa_formatOption .D9mwTa_formatName {
  font-size: 18px;
  font-weight: bold;
}

.D9mwTa_formatOptions .D9mwTa_formatOption .D9mwTa_formatPrice {
  font-size: 18px;
}

.D9mwTa_formatOptions .D9mwTa_formatOption.D9mwTa_selected {
  background-color: #f0f0f0;
  border-radius: 10px;
}

.D9mwTa_formatOptions .D9mwTa_formatOption:hover {
  cursor: pointer;
}

.ZidXga_navigationButtons {
  justify-content: center;
  align-items: center;
  gap: 2rem;
  display: flex;
}

.ZidXga_home {
  color: #f5f6f7;
  height: 2rem;
  background-color: #004b91;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.ZidXga_payment {
  color: #f5f6f7;
  font-weight: bold;
  font-size: var(--font-large);
  height: 2rem;
  background-color: #ff0042;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.WSfhHW_orderContent {
  height: var(--body-height);
  width: 100%;
  background-color: var(--bg-main);
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
}

.WSfhHW_sectionTitle {
  z-index: var(--z-level-5);
  font-weight: bold;
  font-size: var(--font-large);
  justify-content: center;
  align-items: center;
  margin-top: 7vh;
  margin-bottom: .1rem;
  display: flex;
}

.WSfhHW_productsListContainer {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  padding-top: 1rem;
  display: flex;
  overflow-y: auto;
}

.WSfhHW_price {
  font-weight: bold;
  font-size: var(--font-large);
  justify-content: right;
  align-items: center;
  margin-right: 2rem;
  display: flex;
}

.WSfhHW_navigationButtonsContainer {
  z-index: 1;
  flex-direction: column;
  grid-row: 4;
  justify-content: center;
  align-items: center;
  margin: 20px;
  display: flex;
}

.N-uZtq_containerStyle {
  flex-direction: column;
  flex-grow: 1;
  gap: 0;
  padding: 0;
  display: flex;
  overflow-x: hidden;
  overflow-y: auto;
}

.Q6WDxa_orderProduct {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
  gap: .5rem .7rem;
  margin: .5rem;
  padding: 1rem;
  transition: all .3s;
  display: grid;
  position: relative;
  box-shadow: 0 3px 5px #0000001a;
}

.Q6WDxa_orderProduct:hover {
  transform: scale(1.01);
  box-shadow: 0 5px 10px #0003;
}

.Q6WDxa_optionImage {
  width: 125px;
  height: 125px;
  object-fit: cover;
  border-radius: 15px;
  grid-column: 1;
}

.Q6WDxa_optionDetails {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 0;
  padding: 0;
  display: grid;
}

.Q6WDxa_optionDetails .Q6WDxa_optionName {
  color: #333;
  grid-row: 1;
  align-self: center;
  font-size: 20px;
  font-weight: bold;
}

.Q6WDxa_optionDetails .Q6WDxa_optionDescription {
  color: #666;
  grid-row: 2;
  padding-top: 0;
  font-size: 14px;
}

.Q6WDxa_optionDetails .Q6WDxa_optionPriceAndQuantity {
  justify-content: right;
  align-items: right;
  flex-direction: column;
  display: flex;
}

.Q6WDxa_optionDetails .Q6WDxa_optionPriceAndQuantity .Q6WDxa_optionQuantity {
  align-self: right;
  color: #333;
  grid-column: 1;
  justify-self: right;
  padding-right: 15px;
  font-size: 20px;
  font-weight: bold;
}

.Q6WDxa_optionDetails .Q6WDxa_optionPriceAndQuantity .Q6WDxa_optionPrice {
  align-self: right;
  color: #333;
  grid-column: 2;
  justify-self: right;
  padding-right: 15px;
  font-size: 20px;
  font-weight: bold;
}

.OAtSBq_homeContent {
  height: var(--body-height);
  width: 100%;
  background-color: var(--bg-main);
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.OAtSBq_centerButtonContainer {
  z-index: 1;
  height: 100%;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.OAtSBq_centerButton {
  color: #fff;
  cursor: pointer;
  text-align: center;
  background-color: #ff0042;
  border: none;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: .5em 1em;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  transition-duration: .4s;
  display: inline-block;
}

.OAtSBq_navigationButtonsContainer {
  z-index: 1;
  flex-direction: column;
  grid-row: 20;
  justify-content: center;
  align-items: center;
  margin: 20px;
  display: flex;
}

.WHoJAG_homeContent {
  height: var(--body-height);
  width: 100%;
  background-color: var(--bg-main);
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.WHoJAG_centerButtonContainer {
  z-index: 1;
  height: 100%;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.WHoJAG_centerButton {
  color: #fff;
  cursor: pointer;
  text-align: center;
  background-color: #ff0042;
  border: none;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: .5em 1em;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  transition-duration: .4s;
  display: inline-block;
}

.WHoJAG_navigationButtonsContainer {
  z-index: 1;
  flex-direction: column;
  grid-row: 20;
  justify-content: center;
  align-items: center;
  margin: 20px;
  display: flex;
}

html {
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.15;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  font-family: Open Sans;
  overflow-x: hidden;
}

main {
  display: block;
}

h1 {
  margin: .67em 0;
  font-family: Rubik Bold;
  font-size: 2em;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: #0000;
}

abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  max-width: 100%;
  white-space: normal;
  padding: 0;
  display: table;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template, [hidden] {
  display: none;
}

:root {
  --color-primary: #6c30cb;
  --color-secondary: #595ec7;
  --color-terciary: #00c3a5;
  --color-error: #ef5350;
  --color-warning: #ff9800;
  --color-info: #03a9f4;
  --color-success: #4caf50;
  --color-primary-darker: #15183a;
  --bg-main: #f5f5f5;
  --rgb-bg-main: 245, 245, 245;
  --color-gradient-1: linear-gradient(90deg, #353485 0%, #6e3a8e 35%, #68afe1 100%);
  --color-gradient-2: linear-gradient(to top right, #262657 5%, #713a8d 50%, #55abdf 100%);
  --color-gradient-3: linear-gradient(to left right, #262657 10%, #55abdf 50%, #262657 100%);
  --color-gradient-4: linear-gradient(to top, #595ec7, #68afe1, #595ec7);
  --disabled-color: linear-gradient(#afabab, #afabab);
  --color-white: white;
  --color-black: black;
  --color-gray: #b7b7b7;
  --color-gray-low: #ccc;
}

@font-face {
  font-family: Galano Grotesque Light;
  src: local(Galano Grotesque Light), url("GalanoGrotesqueLight.cc264256.otf") format("opentype");
}

@font-face {
  font-family: Galano Grotesque Medium;
  src: local(Galano Grotesque Medium), url("GalanoGrotesqueMedium.f6ee6d8f.otf") format("opentype");
}

@font-face {
  font-family: Galano Grotesque SemiBold;
  src: local(Galano Grotesque SemiBold), url("GalanoGrotesqueSemiBold.ba63663a.otf") format("opentype");
}

@font-face {
  font-family: Galano Grotesque;
  src: local(Galano Grotesque), url("GalanoGrotesqueRegular.086fcdf5.otf") format("opentype");
}

@font-face {
  font-family: Galano Grotesque Light;
  src: local(Galano Grotesque Light), url("GalanoGrotesqueExtraLight.76d42a5f.otf") format("opentype");
}

@font-face {
  font-family: Rubik Bold;
  src: local(Rubik Bold), url("Rubik-Bold.9dbd1eb2.ttf") format("truetype");
}

@font-face {
  font-family: Open Sans;
  src: local(Open Sans), url("OpenSans-Regular.618dacad.ttf") format("truetype");
}

:root {
  --header-height: 10vh;
  --body-height: 90vh;
  --footer-height: 35vh;
  --navigation-buttons-height: 70px;
  --banner-small: 15vh;
  --banner-normal: 20vh;
  --font-small: 12px;
  --font-normal: 16px;
  --font-medium: 20px;
  --font-large: 25px;
  --font-extra-large: 30px;
  --font-x-extra-large: 40px;
  --border-radius-small: 10px;
  --border-radius-normal: 15px;
  --border-radius-medium: 20px;
  --border-radius-large: 30px;
  --border-radius-larger: 40px;
  --border-radius-extra-large: 50px;
  --z-level-1: 5;
  --z-level-2: 10;
  --z-level-3: 15;
  --z-level-4: 20;
  --z-level-5: 25;
}

/*# sourceMappingURL=index.cdece860.css.map */
