:root {
  --font-size: 14px;
  --page-margin: 9rem;
}
h1,
.h1 {
  font-size: 1.8rem;
}
h2,
.h2 {
  font-size: 1.6rem;
}
h3,
.h3 {
  font-size: 1.4rem;
}
h4,
.h4 {
  font-size: 1.15rem;
}
h5,
.h5 {
  font-size: 1rem;
}
h6,
.h6 {
  font-size: 0.85rem;
}
body,
h3,
h4,
h5 {
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  :root {
    font-size: 16px;
    --circle-button-size: 42px;
  }
  h1,
  .h1 {
    font-size: 2rem;
  }
  h2,
  .h2 {
    font-size: 1.7rem;
  }
  h3,
  .h3 {
    font-size: 1.5rem;
  }
  h4,
  .h4 {
    font-size: 1rem;
  }
  h5,
  .h5 {
    font-size: 0.875rem;
  }
  h6,
  .h6 {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 1200px) {
  :root {
    font-size: 18px;
  }
  h1,
  .h1 {
    font-size: 2.5rem;
  }
  h2,
  .h2 {
    font-size: 2rem;
  }
  h3,
  .h3 {
    font-size: 1.75rem;
  }
  h4,
  .h4 {
    font-size: 1.3rem;
  }
  h5,
  .h5 {
    font-size: 1.2rem;
  }
  h6,
  .h6 {
    font-size: 1.1rem;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  /*   font-weight: 700; */
  line-height: 1.5;
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
}

@media (min-width: 1400px) {
  .w-xxl-100 {
    width: 100% !important;
  }
  .w-xxl-75 {
    width: 75% !important;
  }
  .w-xxl-50 {
    width: 50% !important;
  }
  .w-xxl-25 {
    width: 25% !important;
  }
  .w-xxl-auto {
    width: auto !important;
  }
}

/* @media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 950px;
  }
}
@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1120px;
  }
}

@media (min-width: 1600px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1200px;
  }
} */

/* @media screen and (min-width: 1200px) and (max-width: 1679px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    padding-left: var(--page-margin);
  }
} */
*,
*:focus,
*:hover {
  outline: none !important;
}

::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: var(--main-color);
}
::-webkit-scrollbar-thumb:hover {
  background: var(--main-color);
}

input.hide-clear[type="search"]::-ms-clear,
input.hide-clear[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input.hide-clear[type="search"]::-webkit-search-decoration,
input.hide-clear[type="search"]::-webkit-search-cancel-button,
input.hide-clear[type="search"]::-webkit-search-results-button,
input.hide-clear[type="search"]::-webkit-search-results-decoration {
  display: none;
}

select {
  padding: 0 50px 0 30px;
  background-color: white;
  background-image: linear-gradient(-45deg, white 50%, transparent 51%),
    linear-gradient(45deg, white 50%, transparent 51%),
    linear-gradient(-45deg, #888 58%, transparent 59%),
    linear-gradient(45deg, #888 58%, transparent 59%);
  background-position: calc(100% - 16px) calc(1em - 0px);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  height: 2.5rem;
  appearance: none;
  border: 0;
  text-transform: uppercase;
  /*   filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.15)); */
}
select.invalid {
  border: 1px solid var(--main-color);
}

.btn-group .btn {
  border-radius: 0;
  font-weight: 700;
  font-size: 0.9rem;
}
.btn-check {
  pointer-events: all;
}
.btn-check + .btn {
  background: #fff;
  color: #000;
  border: 1px solid var(--main-color);
}

.btn-check:checked + .btn {
  background: var(--main-color);
  color: #fff;
}

.page-title,
.homepage-title {
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  padding-bottom: 2rem;
  color: #000;
}
.page-title:not(.no-dot) {
  padding-bottom: 6rem;
}
.homepage-title {
  padding-bottom: 0;
  padding-left: 3rem;
  margin-bottom: 4rem;
  /*   font-size: 5rem; */
  position: relative;
  text-align: left;
  display: inline-block;
}
.homepage-title:before {
  content: "\2022";
  color: var(--main-color);
  font-size: 9rem;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1.5rem;
}
.page-title:not(.no-dot):after {
  content: "\2022";
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 4rem;
  color: var(--main-color);
  line-height: 0;
  font-size: 9rem;
}
html[data-page="contact"] .page-title:after {
  display: none;
}
.page-title strong {
  font-weight: 700;
}
.page-title span {
  color: var(--main-color);
  font-weight: 700;
  display: block;
  margin-top: 0.5rem;
}

.col-form-label-lg {
  text-transform: uppercase;
}

b,
strong {
  font-weight: bold;
}

html {
  font-size: 16px;
  /* scroll-behavior: smooth; */
}
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  /*   font-size: 1.125rem;
 */
  color: #2c3722;
  /* line-height: 1.2; */
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #fff;
  letter-spacing: 1px;

  font-weight: 300;
}
/* html[data-page="homepage"] body {
  background: #080808;
} */

/* #page {
  overflow: hidden;
} */
/* #page {
  margin-top: var(--top);
} */
#page .homepage-header {
  /*min-height: calc(var(--vh) * 100 - var(--top, 0));*/
  min-height: calc(var(--vh) * 100);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

html[data-page="contact"] #page {
  position: relative;
  overflow: hidden;
}

a,
a:hover {
  color: inherit;
  text-decoration: none;
}

button *,
input[type="submit"] * {
  pointer-events: none;
}

.input-number-wrapper {
  /*  border: 1px solid #febd00;
  border-radius: 500px;
  */
  position: relative;
}
.input-number-wrapper input {
  border: 0;
  background: transparent;
  width: 100%;
  width: 3.5rem;
  height: 1.5rem;
  padding: 0 1rem 0 0.5rem;
  color: #888;
  font-weight: 700;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-number-wrapper button {
  position: absolute;
  right: 0;
  height: 50%;
  top: -2px;
  border: 0;
  background: transparent;
  width: 1rem;
  padding: 0;
}
.input-number-wrapper button.decrement {
  top: auto;
  bottom: -2px;
}

.input-number-wrapper button:before {
  content: "";
  display: inline-block;
  border-left: 2px solid #888;
  border-top: 2px solid #888;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  transform-origin: 0 calc(100% * (1 / 1.4142));
  position: relative;
  top: -7px;
}
.input-number-wrapper button.decrement:before {
  border-top: 0;
  border-bottom: 2px solid #888;
  transform-origin: 0 calc(100% - (100% * (1 / 1.4142)));
  transform: rotate(-45deg);
}
::-webkit-input-placeholder {
  color: transparent;
}

:-ms-input-placeholder {
  color: transparent;
}

::placeholder {
  color: transparent;
}

.form-control-wrapper {
  position: relative;
}
.form-control.invalid {
  border-color: #e22200;
}

[data-currency]:after {
  content: " " attr(data-currency);
}
.tip-start,
.tip-end {
  min-height: 2rem;
}
.tip-start span,
.tip-end span {
  display: none;
}

.tip-start:focus span,
.tip-end:focus span {
  display: block;
}

.tip-start:before,
.tip-end:after,
span[data-help],
span[data-validate] {
  height: 1.25rem;
  width: 1.25rem;
  line-height: 1.25rem;
  text-align: center;
  border-radius: 50%;
  box-shadow: inset 0px 0px 0px 2px #e22200;
  box-sizing: content-box;
  color: #e22200;
  font-weight: bold;
  font-size: 0.8rem;
  display: block;
  border: 12px solid transparent;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: calc(-0.625rem - 12px);
  right: calc(1rem - 12px);
}
div > span[data-help] {
  position: relative;
  top: auto;
  right: auto;
  margin-top: 0;
  margin-left: 0.5rem;
  border: 0;
}
.invalid ~ span[data-validate] {
  box-shadow: inset 0px 0px 0px 2px #e22200;
  color: #e22200;
}
/* .invalid:not(:focus) ~ span[data-help] {
  display: none;
} */
textarea ~ span[data-help],
textarea ~ span[data-validate] {
  top: 1.75rem;
}
span[data-validate] {
  transition: visibility 0s ease;
  visibility: hidden;
  cursor: default;
}
.invalid ~ span[data-validate] {
  visibility: visible;
}
.invalid:focus ~ span[data-validate] {
  box-shadow: none;
  color: transparent;
}

.tip-start:before,
.tip-end:after {
  content: "i";
  background: #fff;
  display: block;
  float: left;
  border: 0;
  position: static;
  margin-top: 0;
}

.tip-end:after {
  float: right;
}
.tip-start:before {
  margin-right: 0.5rem;
}
.tip-end:before,
.tip-start:after {
  content: attr(data-text);
  display: block;
  overflow: hidden;
  position: static;
}

@media (min-width: 768px) {
  span[data-help],
  span[data-validate] {
    margin-top: calc(-0.75rem - 12px);
    right: calc(1rem - 12px);
  }
  span[data-help],
  span[data-validate] {
    height: 1.5rem;
    width: 1.5rem;
    line-height: 1.6rem;
    font-size: 0.7rem;
  }
}
span[data-help]:after,
span[data-validate]:after {
  content: attr(data-validate);
  background-color: #e22200;
  padding: 1rem;
  color: #fff;
  text-align: left;
  font-size: 1rem;
  font-weight: 300;
  border-radius: 3px;
  max-width: 250px;
  min-width: 200px;
  bottom: calc(100% + 20px);
  right: -1rem;
  /*	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);*/
}
span[data-help]:after {
  content: attr(data-help);
}
span[data-help]:before,
span[data-help]:after,
span[data-validate]:before,
span[data-validate]:after {
  position: absolute;
  visibility: hidden;
  z-index: 9;
  pointer-events: none;
  transition: all 0.25s ease-out;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 0;
}
span[data-help]:focus:before,
span[data-help]:focus:after,
.invalid:focus ~ span[data-validate]:before,
.invalid:focus ~ span[data-validate]:after {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
span[data-help]:before,
span[data-validate]:before {
  content: "";
  bottom: calc(100% + 12px);
  right: calc(-1rem + 1.5rem);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.7px 5px 0 5px;
  border-color: #e22200 transparent transparent transparent;
}

.map-popup {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-center {
  margin: 0 auto;
  display: block;
}
.img-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.rounded {
  border-radius: 50%;
}
/* .text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
} */

.h-100 {
  height: 100% !important;
}

img {
  opacity: 1;
  transition: opacity 0.05s ease-out;
}
img.lazy {
  opacity: 0;
}
/* 
.floating-label {
  position: relative;
}
.floating-label label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.25s ease;
  padding: 0.75rem 0.9rem;
  text-align: left;
}

.floating-label input::-webkit-input-placeholder {
  color: transparent;
}
.floating-label input::placeholder {
  color: transparent;
}

.floating-label input:not(:placeholder-shown) ~ label {
  top: -25%;
  font-size: 0.75rem;
  padding: 0;
  left: 5px;
  height: 18px;
}
.floating-label input:not(:placeholder-shown) ~ label span {
  background: #fff;
  padding: 2px 5px;
  height: 100%;
  display: block;
}
 */
/* input:focus:-webkit-autofill,
input:active:-webkit-autofill,
input:-webkit-autofill {
  box-shadow: 0 0 0 100px #fff inset;
} */

.form-check {
  text-align: left;
  line-height: 1.6;
}
.form-check-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid var(--main-color);
}
.form-check-input[type="checkbox"] {
  border-radius: 0;
}

.form-check-input.invalid {
  background-color: var(--main-color);
}
.form-check-input:checked {
  background-color: var(--main-color);
  border-color: var(--main-color);
}
.form-check-input:focus {
  box-shadow: none;
}
.form-control,
.form-select {
  /*   border-color: #febd00; */
  border-radius: 0;
  border: 0;
}
.form-control:focus {
  box-shadow: none;
  border-color: #2c3722;
}

.form-control-lg,
.form-select-lg {
  min-height: calc(1.5em + 1.5rem + 2px);
}

.holiday-bar,
.information-bar {
  background: #000;
  color: #fff;
  font-weight: 700;
  text-align: center;
  position: relative;
  width: 100%;
}
.holiday-bar > div,
.information-bar > div {
  display: inline-block;
  text-align: left;
}
/* @media screen and (min-width: 1200px) {
  html:not([data-page="homepage"]) .holiday-bar,
  html:not([data-page="homepage"]) .information-bar {
    padding-left: 10rem !important;
  }
}
 */
.holiday-bar {
  background: var(--main-color);
}

#page .header,
#page .homepage-banner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  #page .header {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 1;
  }
  html[data-page="homepage"] #page .header {
    background-color: #080808;
  }
}
#page .homepage-header {
  background: #080808;
}
#page .homepage-header + * {
  position: relative;
  background-color: #fff;
  z-index: 2;
}
/* #page > .container-fluid:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -25vw;
  width: 25vw;
  height: 100%;
  background: inherit;
}
 */
.homepage-banner {
  flex-grow: 1;
}
.homepage-banner-inner {
  color: #fff;
  position: relative;
  z-index: 1;
}
.homepage-banner-inner,
.homepage-banner-text,
.homepage-banner-image {
  display: flex;
  flex-grow: 1;
}

.homepage-banner-slogan {
  flex-grow: 1;
  font-size: 2rem;
  text-transform: uppercase;
  display: flex;
  padding-top: 1rem;
  position: relative;
}
.homepage-banner-slogan strong {
  display: block;
  letter-spacing: 2.3vw;
  font-weight: 700;
}
.homepage-banner-slogan br {
  display: none;
}

.homepage-banner-slogan-image-wrapper {
  position: absolute;
  /*   right: -20vw; */
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
  width: 65vw;
  max-height: calc(25vh + 40vw);
  z-index: 1;
  max-width: 65vw;
}
@media (min-width: 480px) {
  .homepage-banner-slogan-image-wrapper {
    width: 310px;
  }
}
@media (min-width: 1200px) {
  .homepage-banner-slogan {
    padding-top: 0;
    font-size: 3rem;
    align-items: center;
    letter-spacing: auto;
  }
  .homepage-banner-slogan strong {
    letter-spacing: normal;
  }
  .homepage-banner-slogan br {
    display: block;
  }
}

.homepage-banner-contact {
  flex-basis: 0;
  text-transform: uppercase;
}
.homepage-banner-contact a {
  float: left;
  clear: both;
  padding: 1rem;
  position: relative;
  text-align: center;
  width: 100%;
}
.homepage-banner-contact a:first-child {
  background: var(--main-color);
}
.homepage-banner-contact a:first-child:before {
  content: "";
  display: block;
  width: 50vw;
  height: 100%;
  position: absolute;
  left: -20vw;
  width: 140vw;
  background: var(--main-color);
  padding-top: 5rem;
  top: -5rem;
  box-sizing: content-box;
  z-index: -1;
}
@media (min-width: 1200px) {
  .homepage-banner-contact a {
    text-align: left;
    width: auto;
  }

  .homepage-banner-contact a:first-child:before {
    width: 50vw;
    left: auto;
    right: 0;
    top: 0;
    padding-top: 0;
  }
}
.homepage-banner-contact a:last-child:not(:first-child) {
  color: var(--main-color);
}

.homepage-banner-image {
  position: relative;
}
.homepage-banner-image-wrapper {
  position: absolute;
  right: -4.5rem;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  max-height: 40vw;
  aspect-ratio: 1 / 1;
  /*   width: 100%; */
  max-width: 800px;
  max-height: 800px;
}
.homepage-banner-image-wrapper > div,
.homepage-banner-slogan-image-wrapper > div {
  position: relative;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  filter: drop-shadow(0px 32px 25px rgba(0, 0, 0, 0.35));
}
.homepage-banner-image-wrapper svg,
.homepage-banner-slogan-image-wrapper svg {
  float: right;
  height: 100%;
  width: 100%;
}

.homepage-banner-image-wrapper img.proposal,
.homepage-banner-slogan-image-wrapper img.proposal {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.homepage-banner-image-wrapper img.laur,
.homepage-banner-slogan-image-wrapper img.laur {
  position: absolute;
  left: 70%;
  top: 5%;
  width: 128px;
  height: auto;
}

.homepage-banner-pad {
  position: relative;
  height: 3rem;
  background: #fff;
}
.homepage-banner-pad:before,
.homepage-banner-pad:after {
  content: "";
  display: block;
  position: absolute;
  background: inherit;
}
.homepage-banner-pad:before {
  left: -25vw;
  width: 50vw;
  height: 100%;
}
.homepage-banner-pad:after {
  left: 0;
  top: -0.5rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
}
.homepage-links .link {
  position: relative;
  display: block;
}
.homepage-links .link .link-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.homepage-links .link .link-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

footer {
  background: #080808;
  color: #fff;
  border-bottom: 10px solid var(--main-color);
}
@media (min-width: 1200px) {
  footer {
    border-bottom: 0;
  }
}
.footer-links strong {
  font-weight: 700;
  text-transform: uppercase;
}
.footer-links strong:after {
  content: "\2022";
  display: block;
  color: var(--main-color);
  font-size: 2rem;
  line-height: 1;
}
footer .our-restaurants {
  font-size: 0.8rem;
  color: #ccc;
}

footer a.logo img {
  max-width: 100%;
}
@media (min-width: 1200px) {
  footer {
    border: 0;
  }
  footer a.logo img {
    width: 200px;
  }
}
nav li .socials,
footer .socials {
  display: flex;
  justify-content: center;
  align-items: center;
}
nav li .socials a,
footer .socials a {
  margin-left: 1rem;
}
nav li .socials img,
footer .socials img {
  display: block;
}
.footer-cookies {
  background: #fff;
  color: var(--main-color);
}

footer .dai * {
  font-size: 0.7rem;
}
footer .dai a {
  text-decoration: none;
}

.subnav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  /*   overflow: hidden; */
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
.subnav ul li {
  position: relative;
  padding: 0.75rem 0;
  white-space: nowrap;
  align-self: center;
}
.subnav ul li a,
.subnav ul li span {
  padding: 0 15px;
}
.subnav ul li.break {
  display: none;
  padding: 0;
}
/* .subnav ul li.active:after,
.subnav ul li:hover:after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  border-bottom: 3px solid #febd00;
} */
@media screen and (min-width: 768px) {
  .subnav ul {
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .subnav ul li {
    margin-right: 0.7rem;
  }
  .subnav ul li.break {
    display: block;
    flex-basis: 100%;
    height: 0;
  }
}

@media screen and (max-width: 767px) {
  .menu .subnav ul {
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .menu .subnav ul li {
    margin-right: 0.5rem;
    padding: 0.4rem 0;
  }
}

@media screen and (min-width: 1200px) {
  /*   .subnav ul {
  }
 */
  .subnav ul li {
    font-size: 1rem;
  }
  /*  .subnav ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-top: 3px solid #ebebeb;
    width: 100vw;
  }
  .subnav ul li.active:after,
  .subnav ul li:hover:after {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 75%;
    height: 0;
    border-top: 3px solid #febd00;
    border-bottom: 0;
  }
  .subnav ul li.active a,
  .subnav ul li:hover a {
    border-bottom: 0;
  } */
  .subnav ul li a,
  .subnav ul li span {
    padding: 0;
  }
}
.subnav ul li a,
.subnav ul li span {
  text-decoration: none;
  position: relative;
  color: #fff;
  background: var(--main-color);
  font-weight: 700;
  border-radius: 100px;
}
.subnav ul li a[href*="keto-style"]{
  background:#4d996a;
}
.subnav ul li a,
.subnav ul li > span {
  padding: 2px 8px;
  display: flex;
}
.subnav ul li.active a,
.subnav ul li.active span,
.subnav ul li:hover a,
.subnav ul li:hover span {
  background: #2c3722;
}
/* .subnav ul li span:after {
  display: block;
  content: attr(data-text);
  font-weight: bold;
  height: 1px;
  
  color: transparent;
  overflow: hidden;
  visibility: hidden;
} */
/* .subnav ul li.active a:after,
.subnav ul li.active span:after,
.subnav ul li:hover a:after,
.subnav ul li:hover span:after {
  content: "\2022";
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: -0.5rem;
  color: var(--main-color);
  line-height: 0;
  font-size: 3rem;
} */

.delivery-areas .map {
  height: 66vh;
}
.delivery-areas .map > div {
  height: 100%;
}
@media (min-width: 1200px) {
  .delivery-areas .map {
    /*     height: 66vh; */
    min-height: 600px;
  }
}
.delivery-areas-info {
  text-align: center;
}
.delivery-areas-info strong {
  display: block;
  color: var(--main-color);
  font-weight: 700;
  text-transform: uppercase;
}

.order-google-review,
.order-history-status,
.franchising-form,
.homepage-lunch-menu,
.comments {
  background: rgb(241, 241, 241) !important;
}

/* .order-google-review {
  box-shadow: 1000px 0px 0px 0px rgb(241, 241, 241);
} */

.login input[type="email"],
.login input[type="password"],
.login input[type="text"],
.password-recovery input[type="email"],
.change-password input[type="password"],
.cart input[name="voucher"],
.order textarea[name="comment"],
.account,
.register,
.recommended-products {
  background: rgb(241, 241, 241);
}

.comments .comment-text {
  position: relative;
  background: #fff;
  min-height: 200px;
  /*   filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.15)); */
}
.comments .comment-text:after {
  content: "";
  position: absolute;
  left: 10%;
  bottom: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
}
.comments .comment-author {
  text-align: left;
  text-transform: uppercase;
}
.comments .comment-date {
  color: #aaa;
  font-style: italic;
  text-align: left;
}
.comments .splide__arrows {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
.comments .splide__arrow {
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  width: 1rem;
  height: 1rem;
  background: transparent;
  padding: 0;
  border: 0;
}
.comments .splide__arrow--prev {
  top: 70px;
}
.comments .splide__arrow[disabled] {
  visibility: hidden;
}
.comments .splide__arrow span {
  border-left: 2px solid #707070;
  border-bottom: 2px solid #707070;
  width: 100%;
  height: 100%;
  display: block;
  transform: rotate(45deg);
}

.comments .splide__arrow--next {
  position: absolute;
  left: auto;
  right: -10px;
}
.comments .splide__arrow--next span {
  transform: rotate(225deg);
}

@media screen and (min-width: 1200px) {
  .comments .splide__arrows {
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    width: 0;
  }
  .comments .splide__arrow {
    left: -60px;
  }

  .comments .splide__arrow--next {
    left: auto;
    right: -60px;
  }
}

.login .password-recovery {
  color: #aaa;
  font-weight: 700;
}

.btn-arrow {
  position: relative;
  padding: 0.5rem 0 0 0;
  font-weight: 700;
}
.btn-arrow,
.btn-arrow:hover {
  color: #fff;
}
.btn-arrow[disabled],
.btn-arrow.disabled,
.btn-grow[disabled],
.btn-grow.disabled {
  filter: saturate(0) brightness(200%);
}
.btn-arrow.btn-red,
.btn-arrow.btn-red:hover {
  color: var(--main-color);
}
.btn-arrow.btn-gray,
.btn-arrow.btn-gray:hover {
  color: #888;
}
.btn-arrow .arrow {
  width: 100%;
  transition: all 0.2s;
  position: absolute;
  top: 0;
  left: 0;
}
.btn-arrow .arrow .shaft,
.btn-arrow .arrow .shaft:before,
.btn-arrow .arrow .shaft:after {
  border-radius: 2px;
}
.btn-arrow .arrow .shaft {
  width: 100%;
  transition-delay: 0.2s;
  left: 0;
  display: block;
  height: 4px;
  position: relative;
  transition: all 0.2s;
  transition-delay: 0;
  will-change: transform;
}
.btn-arrow .arrow .shaft:before,
.btn-arrow .arrow .shaft:after {
  content: "";
  display: block;
  height: 4px;
  width: 17px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.2s;
  transition-delay: 0;
}
.btn-arrow .arrow .shaft:before {
  transform-origin: top right;
}
.btn-arrow .arrow .shaft:after {
  transform-origin: bottom right;
}
.btn-arrow .arrow .shaft,
.btn-arrow .arrow .shaft:before,
.btn-arrow .arrow .shaft:after {
  background-color: #fff;
}

.btn-arrow.btn-red .arrow .shaft,
.btn-arrow.btn-red .arrow .shaft:before,
.btn-arrow.btn-red .arrow .shaft:after {
  background-color: var(--main-color);
}

.btn-arrow.btn-gray .arrow .shaft,
.btn-arrow.btn-gray .arrow .shaft:before,
.btn-arrow.btn-gray .arrow .shaft:after {
  background-color: #888;
}

.btn-arrow.left .arrow .shaft:before,
.btn-arrow.right .arrow .shaft:before {
  transform: rotate(33deg);
}
.btn-arrow.left .arrow .shaft:after,
.btn-arrow.right .arrow .shaft:after {
  transform: rotate(-33deg);
}

.btn-arrow.left .arrow .shaft:before,
.btn-arrow.left .arrow .shaft:after {
  left: 0;
}
.btn-arrow.left .arrow .shaft:before {
  transform-origin: top left;
}
.btn-arrow.left .arrow .shaft:after {
  transform-origin: bottom left;
}

.btn-grow {
  transition: 0.25s all ease;
  background: var(--main-color);
  color: #fff;
  border-radius: 0;
  font-weight: 700;
}
/*
.btn-grow svg {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.btn-grow.wo-text {
  padding: 0;
}
.btn-grow.wo-text span {
  width: 1ch;
  height: 1ch;
  display: block;
  font-size: 3.7rem;
}
.btn-grow svg path {
  fill: var(--color);
}
.btn-grow.svg-flip-x svg {
  transform: scaleX(-1);
}
*/
.btn-grow:hover {
  transform: scale(1.1);
  color: #fff;
}

/* .btn-grow:hover,
.btn-grow.btn-active {
  background-color: var(--color);
  color: #fff;
} */
/*
.btn-grow:hover svg path {
  fill: #fff;
}
*/
article img,
.text-page img {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  height: auto;
}

.order-history-text {
  color: #707070;
}
.order-history .order-history-statuses,
.order-history-status .order-history-steps {
  margin: 0;
  padding: 0;
  list-style: none;
}
.order-history-status .order-history-steps {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.order-history-status .order-history-steps li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  margin-bottom: 5rem;
}
.order-history-status .order-history-steps li:last-child {
  margin-bottom: 0;
}
.order-history-status .order-history-steps li span {
  background: #ebebeb;
  position: relative;
  border-radius: 50%;
  display: block;
  width: 10vw;
  max-width: 180px;
  min-width: 120px;
}
.order-history-status .order-history-steps li span:after {
  content: "";
  display: block;
  background: var(--main-color);
  position: absolute;
  left: 50%;
  top: 100%;
  width: 1px;
  height: 32px;
}
.order-history-status .order-history-steps li.actual span:after,
.order-history-status .order-history-steps li.actual ~ li span:after {
  display: none;
}
.order-history-status .order-history-steps li.actual ~ li img {
  filter: saturate(0) brightness(200%);
}
.order-history-status .order-history-steps li span svg {
  width: 100%;
}
.order-history-status .order-history-steps li span img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 50%;
}
.order-history-status .order-history-steps li small {
  position: absolute;
  top: -2rem;
  font-size: 0.7rem;
  font-weight: bold;
  color: #707070;
  font-weight: 700;
  text-align: center;
}
.order-history-status .order-history-steps li.actual ~ li small {
  font-weight: 300;
}
@media (min-width: 960px) {
  .order-history-status .order-history-steps {
    flex-direction: row;
  }
  .order-history-status .order-history-steps li {
    margin-bottom: 0;
  }
  .order-history-status .order-history-steps li span:after {
    left: 100%;
    top: 50%;
    width: 120%;
    height: 1px;
  }
  .order-history-status .order-history-steps li small {
    top: calc(100% + 1rem);
  }
}

.arrow-sign {
  width: 4px;
  height: 48px;
  position: relative;
  background: var(--main-color);
  border-radius: 2px;
  display: block;
}

.arrow-sign:before,
.arrow-sign:after {
  content: "";
  display: block;
  height: 17px;
  width: 4px;
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  background: var(--main-color);
  border-radius: inherit;
}
.arrow-sign.top:before,
.arrow-sign.top:after {
  top: 0;
}
.arrow-sign.bottom:before {
  transform-origin: bottom left;
}
.arrow-sign.bottom:after {
  transform-origin: bottom right;
}

.arrow-sign.bottom:before {
  transform: rotate(33deg);
}
.arrow-sign.bottom:after {
  transform: rotate(-33deg);
}

.contact-image {
  display: block;
  margin: 0 auto;
  max-width: 75%;
}
@media (min-width: 1200px) {
  .contact-image {
    position: absolute;
    top: 5rem;
    left: 75vw;
  }
}

.homepage-franchising {
  /*   overflow: hidden; */
  position: relative;
}
.homepage-franchising-image {
  position: relative;
}

.homepage-franchising-image svg {
  width: 100%;
}
.homepage-franchising-image img {
  height: auto;
  max-width: 45vw;
  position: absolute;
  left: calc(100% - 60vw);
  bottom: -140px;
}

@media (min-width: 1200px) {
  .homepage-about {
    position: relative;
    overflow: hidden;
  }

  .homepage-about-where,
  .homepage-about-left {
    position: relative;
  }

  .homepage-about-where:before,
  .homepage-about-left:before {
    content: "";
    position: absolute;
    right: 0;
    top: -200px;
    height: calc(100% + 200px + 100px);
    display: block;
    width: 2px;
    background: #f00;
  }

  .homepage-about-where:after {
    content: "";
    position: absolute;
    right: calc((-1.1rem / 2) + 1px);
    top: calc(100% + 1.9rem);
    background: #f00;
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 50%;
  }
}

.menu-product {
  display: block;
  position: relative;
  background: #fff;
  box-shadow: -1px 9px 20px 0px rgba(0, 0, 0, 0.2);
}

.menu-product .btn-grow {
  font-size: 0.8rem;
  font-weight: bold;
}

.menu-product figure {
  margin: 0;
}
/* .menu-product figure + .row {
  position: absolute;
  bottom: 0;
} */
.menu-product figure > a,
.menu-product figure > div {
  position: relative;
  display: block;
}
.menu-product figure > a span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.33);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: 1;
  font-weight: 700;
}
.menu-product figure:hover > a span {
  opacity: 1;
}
.menu-product .images-wrapper {
  position: relative;
}

.menu-product .images {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.menu-product .image {
  display: flex;
  flex: 1 1 auto;
  overflow: hidden;

  transition: 0.5s width ease;
  padding: 0;
  height: 100%;
  position: relative;
}
.menu-product.narrow .image:hover {
  width: 100% !important;
}
.menu-product .image picture {
  width: 100%;
}

.menu-product .image img,
.menu-product figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.menu-product .menu-product-name,
.menu-product figure figcaption {
  font-weight: 700;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}

.menu-product-price,
.menu-product-variant-price {
  color: var(--main-color);
  font-weight: 700;
}

.homepage-lunch-menu {
  background-image: url(../img/salata.png);
  background-repeat: no-repeat;
  background-position: 120% 101%;
  background-size: 50% auto;
}
@media (min-width: 1200px) {
  .homepage-lunch-menu {
    background-position: 120% center;
    background-size: 30% auto;
  }
}

.homepage-lunch-menu-info {
  position: relative;
  left: -8%;
}
@media (min-width: 1200px) {
  .homepage-lunch-menu-info {
    left: 0;
    transform: rotate(-10deg);
  }
}
.homepage-lunch-menu-info > img,
.homepage-lunch-menu-info > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.homepage-lunch-menu-info > div {
  padding: 20% 12% 30% 30%;
  text-align: center;
}

.delivery-areas > div,
.homepage-restaurants > div {
  background: rgba(255, 255, 255, 0.9);
  position: relative;
}

/* @media (min-width: 1200px) {
  .homepage-restaurants > div:after {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    left: calc(50% - 2px);
    background: var(--main-color);
  }
} */
.homepage-restaurant-images .image > div {
  position: relative;
}
.homepage-restaurant-images .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.homepage-restaurant-map {
  position: relative;
}
.homepage-restaurant-map > iframe,
.homepage-restaurant-map > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.product h1,
.product h2 {
  font-size: 1.75rem;
}
.product-slider {
  margin-bottom: 2rem;
}
.product-slider .splide__pagination {
  bottom: -2rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
  padding: 0;
}

.product-slider .splide__pagination__page.is-active {
  background: var(--main-color);
}
.product-slider .splide__pagination__page {
  background: #888;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 1rem;
  margin: 0 0.3rem;
  padding: 0;
  position: relative;
  transition: background-color 0.2s ease, color 0.2s ease;
  width: 1rem;
}

.product-slider .splide__arrow:disabled {
  display: none;
}
.product-slider .splide__arrow--prev {
  left: 0;
  transform: scaleX(-1) translateY(-50%);
}
.product-slider .splide__arrow {
  background: rgba(255, 255, 255, 0.5);
  border: 0;
  color: #e5eeee;
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 1;
  padding: 0.5rem;
}

.product-slider .splide__arrow--next {
  right: 0;
  left: auto;
  transform: translateY(-50%);
}
.product-slider .splide__arrow svg {
  fill: #fff;

  height: 2.2rem;
  vertical-align: middle;
  width: 2.2rem;
}

.product .product-image-wrapper > div {
  position: relative;
  /*   height: 100%; */
}
.product .product-image-wrapper img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.product .product-price {
  color: var(--main-color);
}
.product .product-components,
.product .product-side-dishes {
  color: #888;
}
.product .product-components .h4 {
  font-weight: 700;
}
.product .product-components ul,
.product .product-side-dishes ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.product .product-side-dishes {
  font-size: 0.8rem;
}
.product .product-side-dishes ul li {
  display: inline;
}
.product .product-side-dishes ul li:not(:last-child):after {
  content: ", ";
}

.cart {
  box-shadow: -1px 9px 20px 0px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  background: #fff;
}
@media (min-width: 1200px) {
  html[data-page="menu"] .cart {
    position: sticky;
    top: 112px;
  }
}
.cart .item-price {
  color: var(--main-color);
}
.cart .item-name.fixed-amount{
  font-size:0.8rem;
}
.cart .item-name.fixed-amount strong{
  font-weight: normal;
}
.cart-more-side-dishes,
.cart-side-dishes-summary {
  font-size: 0.8rem;
}
.cart-more-side-dish-item {
  box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.2);
}

button.inc,
button.dec {
  border: 0;
  padding: 0;
  background: var(--main-color);
  color: #fff;
  font-weight: 700;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.order .comment,
.order-address,
.order-payments,
.order-payment label,
.order-delivery label,
.order-delivery-whens label {
  box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.2);
}

.order-delivery > div,
.order-payment > div,
.order-delivery-when > div {
  position: relative;
}
.order-delivery label,
.order-payment label,
.order-delivery-when label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  font-size: 0.8rem;
}
.order-delivery label strong,
.order-payment label strong,
.order-delivery-when label strong {
  text-align: center;
}

.order-delivery-when label strong small {
  display: block;
}
@media (min-width: 480px) {
  .order-delivery label,
  .order-payment label,
  .order-delivery-when label {
    font-size: 1rem;
  }
}
.order-delivery label img,
.order-payment label img,
.order-delivery-when label img {
  max-width: 50%;
  width: 256px;
}
.order-delivery input:not(:checked) + label img,
.order-payment input:not(:checked) + label img,
.order-delivery-whens input:not(:checked) + label img {
  filter: saturate(0) brightness(300%);
}
.order-delivery-whens input[disabled] + label {
  background-image: linear-gradient(
    45deg,
    #cccccc 16.67%,
    rgba(0, 0, 0, 0) 16.67%,
    rgba(0, 0, 0, 0) 50%,
    #cccccc 50%,
    #cccccc 66.67%,
    rgba(0, 0, 0, 0) 66.67%,
    rgba(0, 0, 0, 0) 100%
  );
  background-size: 4.24px 4.24px;
  cursor: not-allowed;
}

.order-payments input#vat ~ div {
  display: none;
}
.order-payments input#vat:checked ~ div {
  display: block;
}

.order-addres select,
.homepage-restaurants select {
  border: 1px solid #f1f1f1;
}
.order-address input[type="text"],
.order-address input[type="email"],
.order-payments input[name="nip"] {
  background: #f1f1f1;
  /*   filter: none; */
}
.order-address.disabled {
  background-image: linear-gradient(
    45deg,
    #cccccc 16.67%,
    rgba(0, 0, 0, 0) 16.67%,
    rgba(0, 0, 0, 0) 50%,
    #cccccc 50%,
    #cccccc 66.67%,
    rgba(0, 0, 0, 0) 66.67%,
    rgba(0, 0, 0, 0) 100%
  );
  background-size: 4.24px 4.24px;
  cursor: not-allowed;
}
.order-address.disabled * {
  pointer-events: none;
}

.calendar {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.calendar-inner {
  max-width: 360px;
  width: 100%;
}

.my-loyalty-program .loyalty-period {
  position: relative;
}
.my-loyalty-program > div:first-child:not(:last-of-type):after {
  border-bottom: 20px solid #000;
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  margin: 0 -8px;
  padding: 0 8px;
}
.my-loyalty-program > div:last-of-type {
  padding-top: 10px;
}
.my-loyalty-program .loyalty-progress {
  height: 2rem;
  position: relative;
  width: 100%;
  border: 1px solid var(--main-color);
}
.my-loyalty-program .loyalty-progress:before {
  content: attr(data-period);
  text-transform: uppercase;

  font-size: 20px;
  position: absolute;
  top: -60px;
  left: 0;
  font-weight: bold;
}
.my-loyalty-program .loyalty-progress strong {
  display: block;
  position: absolute;
  left: 0;
  top: -25px;
  font-weight: normal;
}
.my-loyalty-program .loyalty-progress span {
  position: absolute;
  top: 0;
  background: var(--main-color);
  height: 100%;
  white-space: nowrap;
}
.my-loyalty-program .loyalty-progress span:after {
  content: attr(data-sum) " " attr(data-currency);
  text-align: right;
  display: block;
  font-weight: 700;
}
.my-loyalty-program .loyalty-progress i {
  font-style: normal;
  position: absolute;
  z-index: 1;
  border-right: 1px solid var(--main-color);
  box-sizing: border-box;
  text-align: right;
  padding-right: 15px;
  height: 100%;
  color: #666;
  font-style: italic;
}
.my-loyalty-program .loyalty-progress i:last-of-type {
  border: 0;
}

.my-loyalty-program .loyalty-product img {
  max-width: 100%;
  height: auto;
}

.my-loyalty-program .loyalty-product h3,
.my-loyalty-program .loyalty-product h5 {
  text-transform: uppercase;
  font-weight: 700;
}
.my-loyalty-program .loyalty-product h5 span {
  color: var(--main-color);
}
.my-loyalty-program .loyalty-product small {
  font-weight: normal;
}

.homepage-promotions .promotion-product {
  background: var(--main-color);
  color: #fff;
  display: block;
}
.homepage-promotions .product-image-wrapper > div {
  position: relative;
}
.homepage-promotions .product-image-wrapper img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#page button.open-cart,
#page a.open-cart {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--main-color);
  border: 0;
  z-index: 2;
  padding: 0 6px;
}
@media (min-width: 1200px) {
  html:not([data-page="product"]) #page button.open-cart,
  html:not([data-page="product"]) #page a.open-cart {
    display: none;
  }
}
#page a.open-cart:before,
#page button.open-cart:before {
  content: attr(data-total-amount);
  color: #fff;
  display: block;
  width: 100%;
  font-weight: 700;
  margin-right: 5px;
}
#page a.open-cart img,
#page button.open-cart img {
  width: 60%;
  pointer-events: none;
}

html[data-page="contact"] article > div {
  text-align: center;
}

footer img.pof {
  border: 10px solid #fff;
  background: #fff;
}

/* .find-out {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 65535;
  overflow: auto;
} */
.subnav-wrapper .promotion-region {
  position: relative;
}
.subnav-wrapper .promotion-region select {
  background-color: #f00;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;

  background-image: linear-gradient(-45deg, red 50%, transparent 51%),
    linear-gradient(45deg, red 50%, transparent 51%),
    linear-gradient(-45deg, white 58%, transparent 59%),
    linear-gradient(45deg, white 58%, transparent 59%);
}
.subnav-wrapper .promotion-region select:has(option:not([value=""]):checked){
  background-color:#2c3722;
  background-image: linear-gradient(-45deg, #2c3722 50%, transparent 51%),
  linear-gradient(45deg, #2c3722 50%, transparent 51%),
  linear-gradient(-45deg, white 58%, transparent 59%),
  linear-gradient(45deg, white 58%, transparent 59%);  
}
.subnav-wrapper .promotion-region select option {
  background: #ffff;
  color: #000;
}
.subnav-wrapper .promotion-region .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -3rem;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.subnav-wrapper .promotion-region .arrow span {
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  border-bottom: 3px solid black;
  border-right: 3px solid black;
  transform: rotate(45deg);
  margin: -4px;
}

.menu .subnav-wrapper {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #fff;
  box-shadow: -50vw 0 0 0 #fff, 50vw 0 0 0 #fff;
}

@media (orientation: portrait) {
  *[style*="background-image-mobile"] {
    background-image: var(--background-image-mobile);
    background-size: 100% auto;
    background-repeat: repeat-y;
  }

  .delivery-areas[style*="background-image-mobile"],
  .homepage-restaurants[style*="background-image-mobile"] {
    background-size: cover;
    background-position: center center;
  }
}
@media (orientation: landscape) {
  *[style*="background-image"] {
    background-image: var(--background-image);
    background-size: 100% auto;
    background-repeat: repeat-y;
  }

  .delivery-areas[style*="background-image"],
  .homepage-restaurants[style*="background-image"] {
    background-size: cover;
    background-position: center center;
  }
}

/* .homepage-restaurants {
  background-image: url(../img/lokal-sushibistro.jpg);
  background-size: cover;
  background-position: center center;
  /*   overflow: hidden; */
} */

#landingpage iframe {
  width: 100%;
  min-height: 100vh;
}

#purePopupWrap > div:has(.macroelements){
  max-width:600px;
}
div.macroelements{
  font-size: min(1rem, 3vw);
    background-image: url(/img/macronutrients_bg.jpg);
    padding: 20px;
    font-weight: bold;
    background-color: rgba(186, 208, 176,1);
    background-blend-mode: darken;
}
/* div.macroelements span{
  background: #7fc2ae;
  border-radius: 20px;
  display: table;
  margin: 10px auto 15px auto;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: min(1rem, 3vw);

} */
div.macroelements > div{
  background: #bad0b0;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 0 10px 0px;
}

div.macroelements > div >p{

  line-height:1.2;
}
div.macroelements table{
  margin-top:15px;
  width:100%;
  border-collapse: collapse;
}
div.macroelements table td{
  border:1px solid #6eaa7f;
  width:50%;
  text-transform: lowercase;
  padding:5px;
}

li:has(*[style="color:#000000"]){
  color:#000;
}

#products{
  scroll-margin-top:400px;
}

html[data-category*="keto-style"] .menu-products .category-description{
  background:url(/img/keto-style_bg.png);
  background-size: cover;
  padding: 20px;

}

html[data-category*="keto-style"] .menu-products .category-description>div{
  padding: 20px;
  border-radius: 20px;
  background:#fff;
  color: #000 !important;
}
 

/*  html[data-category*="keto-style"] .menu-products .category-description>div{
  color: #000 !important;
} */