@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}
body {
  box-sizing: border-box;
  background: #3b564d;
}
body .container {
  width: calc(100% - 80px);
  max-width: 1320px;
}
@media (max-width: 62em) {
  body .container {
    width: calc(100% - 24px);
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #3b564d;
  height: 80px;
  display: flex;
  align-items: center;
  z-index: 999;
  transition: all 350ms;
}
.header__wrapper {
  text-align: end;
}
.header__wrapper__back {
  display: none;
  margin-right: 30px;
}
.header__wrapper__back.open {
  display: inline-block;
}
.header__wrapper__menu {
  display: inline-block;
  margin-left: 20px;
}
@media (max-width: 62em) {
  .header__wrapper__menu {
    margin-left: 10px;
  }
}
.header__wrapper__menu ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.header__wrapper__menu ul li {
  display: inline-block;
  padding-right: 30px;
}
@media (max-width: 62em) {
  .header__wrapper__menu ul li {
    padding-right: 10px;
  }
}
.header__wrapper__menu ul li a {
  text-transform: uppercase;
  color: #f6f8f2;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  text-decoration: none;
  transition: all 350ms;
}
@media (max-width: 62em) {
  .header__wrapper__menu ul li a {
    font-size: 0.875rem;
  }
}
.header__wrapper__menu ul li.menu-popup-button.open {
  background: url(../img/close.svg) no-repeat center left 12px;
}
.header__wrapper__menu ul li.menu-popup-button.open a {
  opacity: 0;
}
.header__wrapper__social {
  display: inline-block;
}
.header__wrapper__social a {
  display: inline-block;
  margin-right: 20px;
}
.header__wrapper__lang {
  color: #f6f8f2;
  display: inline-block;
}
.header__wrapper__lang .wpml-ls-legacy-dropdown {
  width: auto;
}
.header__wrapper__lang .wpml-ls-legacy-dropdown ul {
  border: none;
  display: inline-block;
  background: none;
}
.header__wrapper__lang .wpml-ls-legacy-dropdown ul li a {
  border: none !important;
  background: none !important;
  color: #f6f8f2 !important;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 3px 30px 3px 0;
}
@media (max-width: 62em) {
  .header__wrapper__lang .wpml-ls-legacy-dropdown ul li a {
    font-size: 0.875rem;
  }
}
.header__wrapper__lang .wpml-ls-legacy-dropdown ul li a:hover {
  border: none;
  background: none;
  color: #f6f8f2;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
}
@media (max-width: 62em) {
  .header__wrapper__lang .wpml-ls-legacy-dropdown ul li a:hover {
    font-size: 0.875rem;
  }
}
.header__logo {
  text-align: left;
}
.header__logo a {
  display: inline-block;
}
.header__logo a img {
  max-height: 60px;
}
.header-page .menu-popup-button {
  display: none;
}
.header-page .menu-popup-button.open {
  background: url(../img/close.svg) no-repeat center left 12px;
}
.header-page .menu-popup-button.open a {
  opacity: 0;
}
.footer {
  background: url(../img/footer-pattern.svg), #101b17;
  font-family: "Montserrat", sans-serif;
}
.footer__prefooter {
  padding: 80px 0;
  background: #3b564d;
}
.footer__prefooter__title {
  text-transform: uppercase;
  color: #f6f8f2;
  font-family: "Montserrat", sans-serif;
  text-align: left;
  font-size: 1.75rem;
  margin-bottom: 36px;
}
@media (max-width: 62em) {
  .footer__prefooter__title {
    margin-top: 24px;
  }
}
.footer__prefooter__image {
  max-height: 400px;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
.footer__prefooter__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.footer__prefooter__form .wpforms-container-full {
  margin: 0;
}
.footer__prefooter__form .wpforms-container-full form .wpforms-field {
  padding: 0 0 8px 0;
}
.footer__prefooter__form
  .wpforms-container-full
  form
  .wpforms-field
  input[type="text"],
.footer__prefooter__form
  .wpforms-container-full
  form
  .wpforms-field
  input[type="tel"],
.footer__prefooter__form
  .wpforms-container-full
  form
  .wpforms-field
  input[type="email"],
.footer__prefooter__form
  .wpforms-container-full
  form
  .wpforms-field
  input[type="number"] {
  background: #3b564d !important;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #f6f8f2;
  color: #f6f8f2 !important;
  padding: 8px 0 16px 0;
  font-size: 0.875rem;
  outline: none;
  box-shadow: none;
}
.footer__prefooter__form
  .wpforms-container-full
  form
  .wpforms-field
  input[type="text"]::placeholder,
.footer__prefooter__form
  .wpforms-container-full
  form
  .wpforms-field
  input[type="tel"]::placeholder,
.footer__prefooter__form
  .wpforms-container-full
  form
  .wpforms-field
  input[type="email"]::placeholder,
.footer__prefooter__form
  .wpforms-container-full
  form
  .wpforms-field
  input[type="number"]::placeholder {
  font-size: 0.875rem;
  color: #f6f8f2;
  opacity: 1;
}
@media (max-width: 62em) {
  .footer__prefooter__form
    .wpforms-container-full
    form
    .wpforms-field
    input[type="text"]::placeholder,
  .footer__prefooter__form
    .wpforms-container-full
    form
    .wpforms-field
    input[type="tel"]::placeholder,
  .footer__prefooter__form
    .wpforms-container-full
    form
    .wpforms-field
    input[type="email"]::placeholder,
  .footer__prefooter__form
    .wpforms-container-full
    form
    .wpforms-field
    input[type="number"]::placeholder {
    font-size: 1rem;
  }
}
@media (max-width: 62em) {
  .footer__prefooter__form
    .wpforms-container-full
    form
    .wpforms-field
    input[type="text"],
  .footer__prefooter__form
    .wpforms-container-full
    form
    .wpforms-field
    input[type="tel"],
  .footer__prefooter__form
    .wpforms-container-full
    form
    .wpforms-field
    input[type="email"],
  .footer__prefooter__form
    .wpforms-container-full
    form
    .wpforms-field
    input[type="number"] {
    font-size: 1rem;
  }
}
.footer__prefooter__form
  .wpforms-container-full
  form
  .wpforms-field
  input:-webkit-autofill,
.footer__prefooter__form
  .wpforms-container-full
  form
  .wpforms-field
  input:-webkit-autofill:hover,
.footer__prefooter__form
  .wpforms-container-full
  form
  .wpforms-field
  input:-webkit-autofill:focus,
.footer__prefooter__form
  .wpforms-container-full
  form
  .wpforms-field
  input:-webkit-autofill:active {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: #f6f8f2 !important;
  transition: background-color 5000s ease-in-out 0s !important;
  box-shadow: inset 0 0 20px 20px #3b564d !important;
}
.footer__prefooter__form .wpforms-container-full form .wpforms-field textarea {
  background: #3b564d !important;
  border-radius: 0;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #f6f8f2;
  color: #f6f8f2 !important;
  padding: 16px 0 !important;
  outline: none;
  opacity: 1;
  resize: none;
  height: 2em;
}
@media (max-width: 62em) {
  .footer__prefooter__form
    .wpforms-container-full
    form
    .wpforms-field
    textarea {
    font-size: 16px;
  }
}
.footer__prefooter__form
  .wpforms-container-full
  form
  .wpforms-field
  textarea::placeholder {
  font-size: 0.875rem;
  opacity: 1;
  color: #f6f8f2;
}
@media (max-width: 62em) {
  .footer__prefooter__form
    .wpforms-container-full
    form
    .wpforms-field
    textarea::placeholder {
    font-size: 1rem;
  }
}
.footer__prefooter__form
  .wpforms-container-full
  form
  select.wpforms-field-large {
  background: #3b564d !important;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #f6f8f2;
  color: #f6f8f2 !important;
  padding: 8px 0 16px 0;
  font-size: 0.875rem;
  outline: none;
  box-shadow: none;
  line-height: 1rem;
}
.footer__prefooter__form
  .wpforms-container-full
  form
  select.wpforms-field-large
  > option {
  background: #3b564d !important;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #f6f8f2;
  color: #f6f8f2 !important;
  padding: 8px 0 16px 0;
  font-size: 0.875rem;
  outline: none;
  box-shadow: none;
  opacity: 1;
  font-weight: 700;
}
.footer__prefooter__form
  .wpforms-container-full
  form
  .wpforms-field-description {
  background: #3b564d !important;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #f6f8f2;
  color: #f6f8f2 !important;
  padding: 8px 0 16px 0;
  font-size: 0.875rem;
  outline: none;
  box-shadow: none;
  line-height: 1.4rem;
}
.footer__prefooter__form
  .wpforms-container-full
  form
  .wpforms-field-description
  > a {
  border: none;
  border-radius: 0;
  color: #f6f8f2 !important;
  font-size: 0.875rem;
  outline: none;
  box-shadow: none;
}
.footer__prefooter__form
  .wpforms-container-full
  form
  .wpforms-field-gdpr-checkbox {
  margin-top: 8px;
}
.footer__prefooter__form
  .wpforms-container-full
  form
  .wpforms-field-gdpr-checkbox
  input[type="checkbox"]:checked:before {
  border-color: #3b564d !important;
  box-shadow: none !important;
}
.footer__prefooter__form
  .wpforms-container-full
  form
  .wpforms-field-gdpr-checkbox
  input[type="checkbox"]:checked:after {
  border-color: #3b564d !important;
  box-shadow: none !important;
}
.footer__prefooter__form
  .wpforms-container-full
  form
  .wpforms-field-gdpr-checkbox
  label {
  font-size: 0.875rem;
  opacity: 1;
  color: #f6f8f2;
}
.footer__prefooter__form .wpforms-container-full form .wpforms-required-label {
  color: #f6f8f2;
}
.footer__prefooter__form
  .wpforms-container-full
  form
  .wpforms-submit-container {
  text-align: right;
}
.footer__prefooter__form
  .wpforms-container-full
  form
  .wpforms-submit-container
  button[type="submit"] {
  background: none;
  border: none;
  color: #f6f8f2;
  font-size: 0.875rem;
  line-height: 20px;
  font-family: "Montserrat", sans-serif;
  outline: none;
  box-shadow: none;
  display: inline-block;
  text-transform: uppercase;
  transition: all 500ms;
}
.footer__prefooter__form
  .wpforms-container-full
  form
  .wpforms-submit-container
  button[type="submit"]:not(:hover):not(:active) {
  background: none;
}
.footer__prefooter__form
  .wpforms-container-full
  form
  .wpforms-submit-container
  button[type="submit"]:after {
  content: "";
  background: url(../img/arrow-right-white.svg);
  width: 60px;
  height: 15px;
  display: block;
  margin-top: 4px;
  transition: all 300ms;
}
.footer__prefooter__form
  .wpforms-container-full
  form
  .wpforms-submit-container
  button[type="submit"]:hover:after {
  margin-left: 10px;
}
.footer__prefooter__form
  .wpforms-container-full
  .wpforms-confirmation-container-full {
  background: none;
  border: none;
  border-radius: 8px;
  border: 2px solid #f6f8f2;
  color: #f6f8f2;
  padding: 10px 20px;
  font-size: 1rem;
  line-height: 1rem;
  font-family: "Montserrat", sans-serif;
  outline: none;
  box-shadow: none;
  display: inline-block;
}
.footer__foot {
  padding-top: 80px;
}
.footer__foot__title {
  text-transform: uppercase;
  text-align: center;
  color: #f6f8f2;
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
}
@media (max-width: 62em) {
  .footer__foot__title {
    margin-top: 50px;
  }
}
.footer__foot__text {
  margin-top: 16px;
  font-size: 0.875rem;
  color: #f6f8f2;
}
.footer__foot__text a {
  color: #f6f8f2;
}
.footer__foot__text table {
  text-align: left;
  width: 100%;
  vertical-align: top;
  margin-top: 16px;
}
.footer__foot__text table tr td {
  vertical-align: top;
}
.footer__foot__text table tr:nth-child(2) td {
  padding-bottom: 16px;
}
.footer__foot__social {
  display: flex;
  margin-top: 12px;
  justify-content: start;
}
@media (max-width: 62em) {
  .footer__foot__social {
    justify-content: start;
  }
}
.footer__foot__social__text {
  margin-top: 36px;
  font-size: 14px;
  color: #f6f8f2;
}
.footer__foot__social a {
  margin-right: 20px;
}
@media (max-width: 62em) {
  .footer__foot__social a {
    margin-left: 0px;
    margin-right: 20px;
  }
}
@media (max-width: 62em) {
  .footer__foot__menu {
    margin-bottom: 20px;
  }
}
.footer__foot__menu ul {
  padding: 0;
  list-style: none;
  text-align: right;
}
@media (max-width: 62em) {
  .footer__foot__menu ul {
    text-align: left;
  }
}
.footer__foot__menu ul li {
  display: inline-block;
  padding-right: 10px;
}
@media (max-width: 62em) {
  .footer__foot__menu ul li {
    text-align: left;
  }
}
.footer__foot__menu ul li a {
  color: #f6f8f2;
  font-size: 0.75rem;
  text-decoration: none;
}
.footer__bottom {
  margin-top: 40px;
  padding-top: 40px;
}
.footer__bottom__copyright {
  color: #f6f8f2;
  font-size: 0.75rem;
  padding-top: 5px;
}
@media (max-width: 62em) {
  .footer__bottom__copyright {
    margin-bottom: 110px;
  }
}
.footer__bottom__copyright a {
  color: inherit;
}
.footer__bottom__claim {
  text-transform: uppercase;
  text-align: center;
  color: #f6f8f2;
  font-size: 0.75rem;
  font-weight: 500;
}
@media (max-width: 62em) {
  .footer__bottom__claim {
    text-align: left;
    margin-bottom: 20px;
  }
}
.wpml-ls-statics-footer,
.otgs-development-site-front-end {
  display: none;
}
.modal {
  background: rgba(28, 43, 38, 0.2);
}
.modal-dialog {
  background: none;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  max-width: 600px;
  width: 90%;
  box-shadow: 0 0 5px rgba(28, 43, 38, 0.8);
  margin: 0;
}
.modal-content {
  background: none;
  padding: 0;
  border-radius: 0;
}
.modal-body {
  background: none;
  padding: 0;
  border-radius: 0;
}
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: #f6f8f2;
}
@media (max-width: 62em) {
  .hero {
    min-height: auto;
  }
}
@media (max-width: 62em) {
  .hero .container.h-100 {
    height: auto !important;
  }
}
.hero__title {
  font-family: "Montserrat", sans-serif;
  font-size: 1.75rem;
  text-transform: uppercase;
  color: #1c2b26;
  line-height: 34px;
}
@media (max-width: 62em) {
  .hero__title {
    padding-top: 24px;
  }
}
.hero__title strong {
  font-weight: 700;
}
.hero__text {
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  color: #1c2b26;
  padding: 55px 0;
}
@media (max-width: 62em) {
  .hero__text {
    padding: 18px 0;
  }
}
.hero__cta {
  text-align: left;
}
@media (max-width: 62em) {
  .hero__cta {
    text-align: left;
    padding-bottom: 55px;
  }
}
.hero__cta a {
  color: #1c2b26;
  font-size: 0.875rem;
  line-height: 14px;
  font-family: "Montserrat", sans-serif;
  outline: none;
  box-shadow: none;
  display: inline-block;
  text-decoration: none;
  transition: all 500ms;
  text-transform: uppercase;
}
.hero__cta a img {
  display: block;
  margin-top: 4px;
  transition: all 300ms;
}
.hero__cta a:hover img {
  margin-left: 12px;
}
.hero__image {
  position: relative;
}
@media (max-width: 62em) {
  .hero__image {
    padding-top: 100px;
  }
}
.hero__image__time {
  position: absolute;
  width: 80px;
  top: -100px;
  left: 80px;
  animation-name: time;
  animation-duration: 2.5s;
}
@media (max-width: 47.99em) {
  .hero__image__time {
    top: 100px;
    width: 100px;
    display: block;
    animation-name: time-mobile;
    animation-duration: 2.5s;
  }
}
@keyframes time {
  from {
    top: 50px;
    opacity: 0;
  }
  to {
    top: -100px;
    opacity: 1;
  }
}
@keyframes time-mobile {
  from {
    top: 270px;
    opacity: 0;
  }
  to {
    top: 100px;
    opacity: 1;
  }
}
.full-image-slider {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
@media (max-width: 62em) {
  .full-image-slider {
    height: 80vh;
  }
}
.full-image-slider__slider {
  position: relative;
}
.full-image-slider__slider__slide {
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 62em) {
  .full-image-slider__slider__slide {
    height: 80vh;
  }
}
.full-image-slider__slider__slide img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.full-image-slider__slider__counter {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  color: #f6f8f2;
  z-index: 2;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}
.full-image-slider .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.full-image-slider .owl-nav .owl-prev {
  left: 24px;
  bottom: 0;
  position: absolute;
  outline: none;
}
.full-image-slider .owl-nav .owl-next {
  right: 24px;
  bottom: 0;
  position: absolute;
  outline: none;
}
.text-block {
  padding: 80px 0;
  background: url(../img/bg-leaf.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.text-block__title {
  color: #f6f8f2;
  font-family: "Montserrat", sans-serif;
  text-align: left;
  font-size: 26px;
  font-weight: 500;
}
.text-block__text {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #f6f8f2;
}
.menu-card {
  padding: 54px 0 118px 0;
  background: #f6f8f2;
}
@media (max-width: 62em) {
  .menu-card {
    padding: 54px 0 154px 0;
  }
}
@media (max-width: 62em) {
  .menu-card .container {
    padding: 0;
  }
}
@media (max-width: 62em) {
  .menu-card .container > .row .col-12 {
    padding: 0;
  }
}
.menu-card__slider .owl-item {
  padding: 0 10px;
}
.menu-card__slider .owl-item .menu-card__slider__card {
  margin: 10px 0;
  padding: 26px 12px;
  background: #3b564d;
  transition: all 300ms;
  cursor: pointer;
}
.menu-card__slider .owl-item .menu-card__slider__card.lunch {
  /*pointer-events: none;*/
}
.menu-card__slider .owl-item .menu-card__slider__card__title {
  text-transform: uppercase;
  color: #f6f8f2;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  text-align: left;
  font-size: 1.75rem;
  max-width: 150px;
  line-height: 38px;
}
.menu-card__slider .owl-item .menu-card__slider__card__icon {
  display: flex;
  justify-content: end;
  margin-top: 20px;
}
.menu-card__slider .owl-item .menu-card__slider__card__icon > img {
  width: auto;
  height: 150px;
  transition: all 300ms;
  transform-origin: center center;
}
@media (max-width: 62em) {
  .menu-card__slider .owl-item .menu-card__slider__card__icon > img {
    height: 100px;
  }
}
.menu-card__slider .owl-item .menu-card__slider__card:hover {
  border: none;
  background: #b9c5b1;
  box-shadow: 0 0 8px #b9c5b1;
}
.menu-card__slider
  .owl-item
  .menu-card__slider__card:hover
  .menu-card__slider__card__icon
  img {
  transform: rotate(-20deg);
}
.menu-card__slider .owl-item .menu-card__slider__card__time {
  min-height: 24px;
  margin-top: 24px;
  color: #f6f8f2;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.menu-card__slider .owl-item .menu-card__slider__card__time p {
  margin-bottom: 0;
}
.menu-card__slider .owl-dots {
  width: 100%;
  text-align: center;
}
.menu-card__slider .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  background: #b9c5b1;
  border-radius: 50%;
  margin: 4px;
}
.menu-card__slider .owl-dots .owl-dot.active {
  background: #3b564d;
}
.menu-card__slider .owl-nav {
  width: 100%;
}
.menu-card__slider .owl-nav .owl-prev {
  left: 24px;
  position: absolute;
}
.menu-card__slider .owl-nav .owl-next {
  right: 24px;
  position: absolute;
}
.standard-content {
  color: #f6f8f2;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  padding: 150px 0 100px 0;
  background: url(../img/footer-pattern.svg);
  background-size: 100% 100vh;
  background-position: top left;
  background-repeat: none;
  background-attachment: fixed;
}
@media (max-width: 62em) {
  .standard-content {
    background-size: auto 100vh;
  }
}
.standard-content h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.25rem;
  color: #f6f8f2;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 24px;
}
.standard-content h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  color: #f6f8f2;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 24px;
}
.standard-content a {
  color: inherit;
}
.menu-popup {
  background: #3b564d;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  z-index: 998;
  display: none;
  background: url(../img/footer-pattern.svg);
  background-size: 100% 100vh;
  background-position: top left;
  background-repeat: none;
  background-attachment: fixed;
}
@media (max-width: 62em) {
  .menu-popup {
    background-size: auto 100vh;
  }
}
.menu-popup__list-wrapper {
  height: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-popup__list-wrapper__block {
  position: relative;
  margin: 20px;
  display: flex;
  cursor: pointer;
  align-items: center;
  color: #3b564d;
  background: #f6f8f2;
  padding: 8px 24px;
  display: flex;
  transition: all 300ms;
}
.menu-popup__list-wrapper__block__name {
  font-family: "Montserrat", sans-serif;
  font-size: 1.75rem;
  text-transform: uppercase;
  display: inline-block;
  line-height: 48px;
}
.menu-popup__list-wrapper__block__icon {
  display: inline-block;
  height: 60px;
  margin-right: 12px;
}
.menu-popup__list-wrapper__block__icon img {
  height: 100%;
  transition: all 300ms;
  transform-origin: center center;
}
.menu-popup__list-wrapper__block:hover {
  background: #b9c5b1;
}
.menu-popup__list-wrapper__block:hover
  .menu-popup__list-wrapper__block__icon
  img {
  transform: rotate(-20deg);
}
.menu-popup__menu-wrapper {
  padding-top: 150px;
  min-height: 100vh;
  display: none;
}
@media (max-width: 62em) {
  .menu-popup__menu-wrapper {
    padding-top: 150px;
  }
}
.menu-popup__menu-wrapper__title {
  font-family: "Montserrat", sans-serif;
  font-size: 2.25rem;
  color: #f6f8f2;
  text-transform: uppercase;
}
.menu-popup__menu-wrapper__title__icon {
  display: inline-block;
  height: 60px;
  margin-left: 20px;
}
.menu-popup__menu-wrapper__title__icon img {
  height: 60px;
}
.menu-popup__menu-wrapper__text {
  font-family: "Montserrat", sans-serif;
  color: #f6f8f2;
  font-weight: 700;
  margin-top: 20px;
  font-size: 1rem;
}
.menu-popup__menu-wrapper__other {
  margin-bottom: 60px;
  text-align: right;
}
@media (max-width: 62em) {
  .menu-popup__menu-wrapper__other {
    display: none;
  }
}
.menu-popup__menu-wrapper__other__button {
  background: #f6f8f2;
  padding: 8px 16px;
  border: none;
  color: #3b564d;
  font-size: 1.125rem;
  line-height: 1.125rem;
  font-family: "Montserrat", sans-serif;
  outline: none;
  box-shadow: none;
  display: inline-block;
  text-decoration: none;
  transition: all 500ms;
  margin-left: 36px;
  text-transform: uppercase;
  cursor: pointer;
}
.menu-popup__menu-wrapper__other__button img {
  height: 36px;
  width: auto;
  transition: all 300ms;
  transform-origin: center center;
}
.menu-popup__menu-wrapper__other__button:hover {
  background: #b9c5b1;
}
.menu-popup__menu-wrapper__other__button:hover img {
  transform: rotate(-20deg);
}
.menu-popup__menu-wrapper__legenda {
  background: rgba(185, 197, 177, 0.5);
  color: #f6f8f2;
  display: flex;
  padding: 8px;
  margin: 40px 0;
  justify-content: space-evenly;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 62em) {
  .menu-popup__menu-wrapper__legenda {
    display: block;
  }
}
.menu-popup__menu-wrapper__legenda__icone {
  color: #f6f8f2;
  border-right: 1px solid #f6f8f2;
  text-align: center;
  justify-content: center;
  display: flex;
  flex: auto;
  font-size: 0.875rem;
}
@media (max-width: 62em) {
  .menu-popup__menu-wrapper__legenda__icone {
    width: 100%;
    text-align: left;
    border-right: none;
    justify-content: start;
    padding: 4px 0;
  }
}
.menu-popup__menu-wrapper__legenda__icone img {
  height: 20px;
  width: auto;
  margin-right: 5px;
}
.menu-popup__menu-wrapper__legenda__icone:last-child {
  border-right: none;
}
.menu-popup__menu-wrapper__testo-allergeni {
  color: #f6f8f2;
  font-size: 0.875rem;
  margin-bottom: 40px;
  font-family: "Montserrat", sans-serif;
}
.menu-popup__menu-wrapper__mobile {
  display: none;
}
@media (max-width: 62em) {
  .menu-popup__menu-wrapper__mobile {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #1c2b26;
    padding: 12px 20px;
    z-index: 100;
  }
}
.menu-popup__menu-wrapper__mobile__button {
  background: #f6f8f2;
  border: none;
  color: #3b564d;
  padding: 10px;
  font-size: 1rem;
  line-height: 1rem;
  font-family: "Montserrat", sans-serif;
  outline: none;
  box-shadow: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all 500ms;
  margin-left: 10px;
  flex: auto;
  text-align: center;
  text-transform: uppercase;
}
.menu-popup__menu-wrapper__mobile__button:first-child {
  margin-left: 0px;
}
.menu-popup__menu-wrapper__mobile__button img {
  display: inline-block;
  height: 36px;
  width: auto;
  margin-bottom: 5px;
  margin-right: 12px;
}
.menu-popup__menu-wrapper__illustration {
  margin-bottom: 20px;
}
@media (max-width: 62em) {
  .menu-popup__menu-wrapper__illustration {
    margin: 40px 0;
  }
}
.menu-popup__menu-wrapper__category__name {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  color: #b9c5b1;
  margin-top: 80px;
  text-transform: uppercase;
}
.menu-popup__menu-wrapper__category__desc {
  font-family: "Montserrat", sans-serif;
  color: #f6f8f2;
}
.menu-popup__menu-wrapper__category__desc i,
.menu-popup__menu-wrapper__category__desc em {
  font-weight: 400;
  font-style: normal !important;
  color: rgba(246, 248, 242, 0.7);
  font-size: 11px;
}
.menu-popup__menu-wrapper__category .logo-category {
  opacity: 0.5;
}
.menu-popup__menu-wrapper__product {
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  min-width: 100%;
  justify-content: space-between;
}
.menu-popup__menu-wrapper__product__icon {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  flex: none;
}
.menu-popup__menu-wrapper__product__icon.carne {
  background: url(../img/carne.svg) no-repeat top center;
  background-size: contain;
}
.menu-popup__menu-wrapper__product__icon.pesce {
  background: url(../img/pesce.svg) no-repeat top center;
  background-size: contain;
}
.menu-popup__menu-wrapper__product__icon.veg {
  background: url(../img/veg.svg) no-repeat top center;
  background-size: contain;
}
.menu-popup__menu-wrapper__product__name {
  font-family: "Montserrat", sans-serif;
  color: #f6f8f2;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  flex: auto;
}
.menu-popup__menu-wrapper__product__name p {
  display: contents;
}
.menu-popup__menu-wrapper__product__name__allergeni {
  font-weight: 400;
  color: rgba(246, 248, 242, 0.7);
  font-size: 11px;
}
@media (max-width: 62em) {
  .menu-popup__menu-wrapper__product__name {
    padding-right: 10px;
  }
}
.menu-popup__menu-wrapper__product__name__desc {
  font-family: "Montserrat", sans-serif;
  color: #f6f8f2;
  font-weight: 400;
  text-transform: none;
  font-size: 14px;
}
.menu-popup__menu-wrapper__product__name__desc i,
.menu-popup__menu-wrapper__product__name__desc em {
  font-weight: 400;
  font-style: normal !important;
  color: rgba(246, 248, 242, 0.7);
  font-size: 11px;
}
.menu-popup__menu-wrapper__product__price {
  display: flex;
}
@media (max-width: 62em) {
  .menu-popup__menu-wrapper__product__price {
    display: block;
  }
}
.menu-popup__menu-wrapper__product__price__normal {
  font-family: "Montserrat", sans-serif;
  color: #f6f8f2;
  padding: 0 12px;
  text-align: right;
}
@media (max-width: 62em) {
  .menu-popup__menu-wrapper__product__price__normal {
    padding: 0;
  }
}
.menu-popup__menu-wrapper__product__price__normal .label {
  font-size: 10px;
  margin-top: 5px;
}
.menu-popup__menu-wrapper__product__price__double {
  font-family: "Montserrat", sans-serif;
  color: #f6f8f2;
  text-align: right;
}
@media (max-width: 62em) {
  .menu-popup__menu-wrapper__product__price__double {
    margin-top: 10px;
  }
}
.menu-popup__menu-wrapper__product__price__double:before {
  display: none;
  content: "";
  width: 20px;
  border-top: 1px solid #f6f8f2;
  margin: 12px 0 12px auto;
}
@media (max-width: 62em) {
  .menu-popup__menu-wrapper__product__price__double:before {
    display: block;
  }
}
.menu-popup__menu-wrapper__product__price__double.no-border .price {
  border-left: none;
}
.menu-popup__menu-wrapper__product__price__double.no-border:before {
  display: none;
  content: "";
  width: 20px;
  border-top: 1px solid #f6f8f2;
  margin: 12px 0 12px auto;
}
@media (max-width: 62em) {
  .menu-popup__menu-wrapper__product__price__double.no-border:before {
    display: none;
  }
}
.menu-popup__menu-wrapper__product__price__double .price {
  border-left: 1px solid #f6f8f2;
  padding: 0 12px;
}
@media (max-width: 62em) {
  .menu-popup__menu-wrapper__product__price__double .price {
    border-left: none;
    padding: 0;
  }
}
.menu-popup__menu-wrapper__product__price__double .label {
  font-size: 10px;
  padding: 0 12px;
  margin-top: 5px;
}
@media (max-width: 62em) {
  .menu-popup__menu-wrapper__product__price__double .label {
    padding: 0;
  }
}
.menu-popup__menu-wrapper__side {
  border-radius: 8px;
  background: rgba(246, 248, 242, 0.1);
  margin-top: 30px;
  padding: 20px;
}
.menu-popup__menu-wrapper__side__title {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  color: #f6f8f2;
}
.menu-popup__menu-wrapper__side__product {
  display: flex;
  flex-direction: row;
  min-width: 100%;
  justify-content: space-between;
  margin-top: 10px;
}
.menu-popup__menu-wrapper__side__product__icon {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  flex: none;
}
.menu-popup__menu-wrapper__side__product__icon.carne {
  background: url(../img/carne.svg) no-repeat top center;
  background-size: contain;
}
.menu-popup__menu-wrapper__side__product__icon.pesce {
  background: url(../img/pesce.svg) no-repeat top center;
  background-size: contain;
}
.menu-popup__menu-wrapper__side__product__icon.veg {
  background: url(../img/veg.svg) no-repeat top center;
  background-size: contain;
}
.menu-popup__menu-wrapper__side__product__name {
  font-family: "Montserrat", sans-serif;
  color: #f6f8f2;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  flex: auto;
}
.menu-popup__menu-wrapper__side__product__name p {
  display: contents;
}
.menu-popup__menu-wrapper__side__product__name__allergeni {
  font-weight: 400;
  color: rgba(246, 248, 242, 0.7);
  font-size: 11px;
}
@media (max-width: 62em) {
  .menu-popup__menu-wrapper__side__product__name {
    padding-right: 10px;
  }
}
.menu-popup__menu-wrapper__side__product__name__desc {
  font-family: "Montserrat", sans-serif;
  color: #f6f8f2;
  font-weight: 400;
  text-transform: none;
  font-size: 14px;
}
.menu-popup__menu-wrapper__side__product__name__desc i,
.menu-popup__menu-wrapper__side__product__name__desc em {
  font-weight: 400;
  font-style: normal !important;
  color: rgba(246, 248, 242, 0.7);
  font-size: 11px;
}
.menu-popup__menu-wrapper__side__price {
  display: flex;
}
@media (max-width: 62em) {
  .menu-popup__menu-wrapper__side__price {
    display: block;
  }
}
.menu-popup__menu-wrapper__side__price__normal {
  font-family: "Montserrat", sans-serif;
  color: #f6f8f2;
  padding: 0 12px;
  text-align: right;
}
@media (max-width: 62em) {
  .menu-popup__menu-wrapper__side__price__normal {
    padding: 0;
  }
}
.menu-popup__menu-wrapper__side__price__normal .label {
  font-size: 10px;
  margin-top: 5px;
}
.menu-popup__menu-wrapper__side__price__double {
  font-family: "Montserrat", sans-serif;
  color: #f6f8f2;
  text-align: right;
}
@media (max-width: 62em) {
  .menu-popup__menu-wrapper__side__price__double {
    margin-top: 10px;
  }
}
.menu-popup__menu-wrapper__side__price__double:before {
  display: none;
  content: "";
  width: 20px;
  border-top: 1px solid #f6f8f2;
  margin: 12px 0 12px auto;
}
@media (max-width: 62em) {
  .menu-popup__menu-wrapper__side__price__double:before {
    display: block;
  }
}
.menu-popup__menu-wrapper__side__price__double .price {
  border-left: 1px solid #f6f8f2;
  padding: 0 12px;
}
@media (max-width: 62em) {
  .menu-popup__menu-wrapper__side__price__double .price {
    border-left: none;
    padding: 0;
  }
}
.menu-popup__menu-wrapper__side__price__double .label {
  font-size: 10px;
  padding: 0 12px;
  margin-top: 5px;
}
@media (max-width: 62em) {
  .menu-popup__menu-wrapper__side__price__double .label {
    padding: 0;
  }
}
.menu-page {
  background: #3b564d;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  z-index: 998;
  background: url(../img/footer-pattern.svg);
  background-size: 100% 100vh;
  background-position: top left;
  background-repeat: none;
  background-attachment: fixed;
}
@media (max-width: 62em) {
  .menu-page {
    background-size: auto 100vh;
  }
}
.menu-page__list-wrapper {
  height: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-page__list-wrapper__block {
  position: relative;
  margin: 20px;
  display: flex;
  cursor: pointer;
  align-items: center;
  color: #3b564d;
  background: #f6f8f2;
  padding: 8px 24px;
  display: flex;
  transition: all 300ms;
}
.menu-page__list-wrapper__block__name {
  font-family: "Montserrat", sans-serif;
  font-size: 1.75rem;
  text-transform: uppercase;
  display: inline-block;
  line-height: 48px;
}
.menu-page__list-wrapper__block__icon {
  display: inline-block;
  height: 60px;
  margin-right: 12px;
}
.menu-page__list-wrapper__block__icon img {
  height: 100%;
  transition: all 300ms;
  transform-origin: center center;
}
.menu-page__list-wrapper__block:hover {
  background: #b9c5b1;
}
.menu-page__list-wrapper__block:hover img {
  transform: rotate(-20deg);
}
.menu-page__menu-wrapper {
  padding-top: 150px;
  min-height: 100vh;
  display: none;
}
@media (max-width: 62em) {
  .menu-page__menu-wrapper {
    padding-top: 150px;
  }
}
.menu-page__menu-wrapper__title {
  font-family: "Montserrat", sans-serif;
  font-size: 2.25rem;
  color: #f6f8f2;
  text-transform: uppercase;
}
.menu-page__menu-wrapper__title__icon {
  display: inline-block;
  height: 60px;
  margin-left: 20px;
}
.menu-page__menu-wrapper__title__icon img {
  height: 60px;
}
.menu-page__menu-wrapper__text {
  font-family: "Montserrat", sans-serif;
  color: #f6f8f2;
  font-weight: 700;
  margin-top: 20px;
  font-size: 1rem;
}
.menu-page__menu-wrapper__other {
  margin-bottom: 60px;
  text-align: right;
}
@media (max-width: 62em) {
  .menu-page__menu-wrapper__other {
    display: none;
  }
}
.menu-page__menu-wrapper__other__button {
  background: #f6f8f2;
  padding: 8px 16px;
  border: none;
  color: #3b564d;
  font-size: 1.125rem;
  line-height: 1.125rem;
  font-family: "Montserrat", sans-serif;
  outline: none;
  box-shadow: none;
  display: inline-block;
  text-decoration: none;
  transition: all 500ms;
  margin-left: 36px;
  text-transform: uppercase;
  cursor: pointer;
}
.menu-page__menu-wrapper__other__button img {
  height: 36px;
  width: auto;
  transition: all 300ms;
  transform-origin: center center;
}
.menu-page__menu-wrapper__other__button:hover {
  background: #b9c5b1;
}
.menu-page__menu-wrapper__other__button:hover img {
  transform: rotate(-20deg);
}
.menu-page__menu-wrapper__legenda {
  background: rgba(185, 197, 177, 0.5);
  color: #f6f8f2;
  display: flex;
  padding: 8px;
  margin: 40px 0;
  justify-content: space-evenly;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 62em) {
  .menu-page__menu-wrapper__legenda {
    display: block;
  }
}
.menu-page__menu-wrapper__legenda__icone {
  color: #f6f8f2;
  border-right: 1px solid #f6f8f2;
  text-align: center;
  justify-content: center;
  display: flex;
  flex: auto;
  font-size: 0.875rem;
}
@media (max-width: 62em) {
  .menu-page__menu-wrapper__legenda__icone {
    width: 100%;
    text-align: left;
    border-right: none;
    justify-content: start;
    padding: 4px 0;
  }
}
.menu-page__menu-wrapper__legenda__icone img {
  height: 20px;
  width: auto;
  margin-right: 5px;
}
.menu-page__menu-wrapper__legenda__icone:last-child {
  border-right: none;
}
.menu-page__menu-wrapper__testo-allergeni {
  color: #f6f8f2;
  font-size: 0.875rem;
  margin-bottom: 40px;
  font-family: "Montserrat", sans-serif;
}
.menu-page__menu-wrapper__mobile {
  display: none;
}
@media (max-width: 62em) {
  .menu-page__menu-wrapper__mobile {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #1c2b26;
    padding: 12px 20px;
    z-index: 100;
  }
}
.menu-page__menu-wrapper__mobile__button {
  background: #f6f8f2;
  border: none;
  color: #3b564d;
  padding: 10px;
  font-size: 1rem;
  line-height: 1rem;
  font-family: "Montserrat", sans-serif;
  outline: none;
  box-shadow: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all 500ms;
  margin-left: 10px;
  flex: auto;
  text-align: center;
  text-transform: uppercase;
}
.menu-page__menu-wrapper__mobile__button:first-child {
  margin-left: 0px;
}
.menu-page__menu-wrapper__mobile__button img {
  display: inline-block;
  height: 36px;
  width: auto;
  margin-bottom: 5px;
  margin-right: 12px;
}
.menu-page__menu-wrapper__illustration {
  margin-bottom: 20px;
}
@media (max-width: 62em) {
  .menu-page__menu-wrapper__illustration {
    margin: 40px 0;
  }
}
.menu-page__menu-wrapper__category__name {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  color: #b9c5b1;
  margin-top: 80px;
  text-transform: uppercase;
}
.menu-page__menu-wrapper__category__desc {
  font-family: "Montserrat", sans-serif;
  color: #f6f8f2;
}
.menu-page__menu-wrapper__category__desc i,
.menu-page__menu-wrapper__category__desc em {
  font-weight: 400;
  font-style: normal !important;
  color: rgba(246, 248, 242, 0.7);
  font-size: 11px;
}
.menu-page__menu-wrapper__category .logo-category {
  opacity: 0.5;
}
.menu-page__menu-wrapper__product {
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  min-width: 100%;
  justify-content: space-between;
}
.menu-page__menu-wrapper__product__icon {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  flex: none;
}
.menu-page__menu-wrapper__product__icon.carne {
  background: url(../img/carne.svg) no-repeat top center;
  background-size: contain;
}
.menu-page__menu-wrapper__product__icon.pesce {
  background: url(../img/pesce.svg) no-repeat top center;
  background-size: contain;
}
.menu-page__menu-wrapper__product__icon.veg {
  background: url(../img/veg.svg) no-repeat top center;
  background-size: contain;
}
.menu-page__menu-wrapper__product__name {
  font-family: "Montserrat", sans-serif;
  color: #f6f8f2;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  flex: auto;
}
.menu-page__menu-wrapper__product__name p {
  display: contents;
}
.menu-page__menu-wrapper__product__name__allergeni {
  font-weight: 400;
  color: rgba(246, 248, 242, 0.7);
  font-size: 11px;
}
@media (max-width: 62em) {
  .menu-page__menu-wrapper__product__name {
    padding-right: 10px;
  }
}
.menu-page__menu-wrapper__product__name__desc {
  font-family: "Montserrat", sans-serif;
  color: #f6f8f2;
  font-weight: 400;
  text-transform: none;
  font-size: 14px;
}
.menu-page__menu-wrapper__product__name__desc i,
.menu-page__menu-wrapper__product__name__desc em {
  font-weight: 400;
  font-style: normal !important;
  color: rgba(246, 248, 242, 0.7);
  font-size: 11px;
}
.menu-page__menu-wrapper__product__price {
  display: flex;
}
@media (max-width: 62em) {
  .menu-page__menu-wrapper__product__price {
    display: block;
  }
}
.menu-page__menu-wrapper__product__price__normal {
  font-family: "Montserrat", sans-serif;
  color: #f6f8f2;
  padding: 0 12px;
  text-align: right;
}
@media (max-width: 62em) {
  .menu-page__menu-wrapper__product__price__normal {
    padding: 0;
  }
}
.menu-page__menu-wrapper__product__price__normal .label {
  font-size: 10px;
  margin-top: 5px;
}
.menu-page__menu-wrapper__product__price__double {
  font-family: "Montserrat", sans-serif;
  color: #f6f8f2;
  text-align: right;
}
@media (max-width: 62em) {
  .menu-page__menu-wrapper__product__price__double {
    margin-top: 10px;
  }
}
.menu-page__menu-wrapper__product__price__double:before {
  display: none;
  content: "";
  width: 20px;
  border-top: 1px solid #f6f8f2;
  margin: 12px 0 12px auto;
}
@media (max-width: 62em) {
  .menu-page__menu-wrapper__product__price__double:before {
    display: block;
  }
}
.menu-page__menu-wrapper__product__price__double.no-border .price {
  border-left: none;
}
.menu-page__menu-wrapper__product__price__double.no-border:before {
  display: none;
  content: "";
  width: 20px;
  border-top: 1px solid #f6f8f2;
  margin: 12px 0 12px auto;
}
@media (max-width: 62em) {
  .menu-page__menu-wrapper__product__price__double.no-border:before {
    display: none;
  }
}
.menu-page__menu-wrapper__product__price__double .price {
  border-left: 1px solid #f6f8f2;
  padding: 0 12px;
}
@media (max-width: 62em) {
  .menu-page__menu-wrapper__product__price__double .price {
    border-left: none;
    padding: 0;
  }
}
.menu-page__menu-wrapper__product__price__double .label {
  font-size: 10px;
  padding: 0 12px;
  margin-top: 5px;
}
@media (max-width: 62em) {
  .menu-page__menu-wrapper__product__price__double .label {
    padding: 0;
  }
}
.menu-page__menu-wrapper__side {
  border-radius: 8px;
  background: rgba(246, 248, 242, 0.1);
  margin-top: 30px;
  padding: 20px;
}
.menu-page__menu-wrapper__side__title {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  color: #f6f8f2;
}
.menu-page__menu-wrapper__side__product {
  display: flex;
  flex-direction: row;
  min-width: 100%;
  justify-content: space-between;
  margin-top: 10px;
}
.menu-page__menu-wrapper__side__product__icon {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  flex: none;
}
.menu-page__menu-wrapper__side__product__icon.carne {
  background: url(../img/carne.svg) no-repeat top center;
  background-size: contain;
}
.menu-page__menu-wrapper__side__product__icon.pesce {
  background: url(../img/pesce.svg) no-repeat top center;
  background-size: contain;
}
.menu-page__menu-wrapper__side__product__icon.veg {
  background: url(../img/veg.svg) no-repeat top center;
  background-size: contain;
}
.menu-page__menu-wrapper__side__product__name {
  font-family: "Montserrat", sans-serif;
  color: #f6f8f2;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  flex: auto;
}
.menu-page__menu-wrapper__side__product__name p {
  display: contents;
}
.menu-page__menu-wrapper__side__product__name__allergeni {
  font-weight: 400;
  color: rgba(246, 248, 242, 0.7);
  font-size: 11px;
}
@media (max-width: 62em) {
  .menu-page__menu-wrapper__side__product__name {
    padding-right: 10px;
  }
}
.menu-page__menu-wrapper__side__product__name__desc {
  font-family: "Montserrat", sans-serif;
  color: #f6f8f2;
  font-weight: 400;
  text-transform: none;
  font-size: 14px;
}
.menu-page__menu-wrapper__side__product__name__desc i,
.menu-page__menu-wrapper__side__product__name__desc em {
  font-weight: 400;
  font-style: normal !important;
  color: rgba(246, 248, 242, 0.7);
  font-size: 11px;
}
.menu-page__menu-wrapper__side__price {
  display: flex;
}
@media (max-width: 62em) {
  .menu-page__menu-wrapper__side__price {
    display: block;
  }
}
.menu-page__menu-wrapper__side__price__normal {
  font-family: "Montserrat", sans-serif;
  color: #f6f8f2;
  padding: 0 12px;
  text-align: right;
}
@media (max-width: 62em) {
  .menu-page__menu-wrapper__side__price__normal {
    padding: 0;
  }
}
.menu-page__menu-wrapper__side__price__normal .label {
  font-size: 10px;
  margin-top: 5px;
}
.menu-page__menu-wrapper__side__price__double {
  font-family: "Montserrat", sans-serif;
  color: #f6f8f2;
  text-align: right;
}
@media (max-width: 62em) {
  .menu-page__menu-wrapper__side__price__double {
    margin-top: 10px;
  }
}
.menu-page__menu-wrapper__side__price__double:before {
  display: none;
  content: "";
  width: 20px;
  border-top: 1px solid #f6f8f2;
  margin: 12px 0 12px auto;
}
@media (max-width: 62em) {
  .menu-page__menu-wrapper__side__price__double:before {
    display: block;
  }
}
.menu-page__menu-wrapper__side__price__double .price {
  border-left: 1px solid #f6f8f2;
  padding: 0 12px;
}
@media (max-width: 62em) {
  .menu-page__menu-wrapper__side__price__double .price {
    border-left: none;
    padding: 0;
  }
}
.menu-page__menu-wrapper__side__price__double .label {
  font-size: 10px;
  padding: 0 12px;
  margin-top: 5px;
}
@media (max-width: 62em) {
  .menu-page__menu-wrapper__side__price__double .label {
    padding: 0;
  }
}
.poke-add-on {
  margin: -10px 0 20px 10px;
}
.poke-category {
  text-transform: uppercase;
}
