:root {
  --font-primary: "Raleway", sans-serif;
  --font-secondary: "FuturaBold", serif;
  --font-third: "FuturaBook", serif;
  --gutter-horizontal: 20px;
  --gutter-vertical:20px;
  --h1-line-height: 1.13;
  --h1-max-font-size: 104;
  --h1-min-font-size: 35;
  --h2-line-height: 1.31;
  --h2-max-font-size: 65;
  --h2-min-font-size: 31;
  --h3-line-height: 1.29;
  --h3-max-font-size: 42;
  --h3-min-font-size: 24;
  --h4-line-height: 1.62;
  --h4-max-font-size: 26;
  --h4-min-font-size: 22;
  --h5-line-height: 1.6;
  --h5-max-font-size: 18;
  --h5-min-font-size: 18;
  --h6-line-height: 1.6;
  --h6-max-font-size: 14;
  --h6-min-font-size: 14;
  --h1-color-dark: #000000;
  --h2-color-dark: #000000;
  --h3-color-dark: #000000;
  --h4-color-dark: #000000;
  --h5-color-dark: #000000;
  --h6-color-dark: #000000;
  --paragraph-max-font-size: 18;
  --paragraph-min-font-size: 16;
  --paragraph-line-height: 1.8;
  --paragraph-color-light: #cccccc;
  --paragraph-color-dark: #262626;
  --color-danger: #af0000;
  --color-success: #418707;
  --color-important: #5e636e;
  --alert-color-danger: #850000;
  --alert-color-success: #656e5e;
  --color-dark-0: #000000;
  --color-dark-1: #111111;
  --color-dark-2: #222222;
  --color-dark-3: #333333;
  --color-dark-4: #444444;
  --color-dark-5: #555555;
  --color-gray-1: #8a8a8a;
  --color-gray-footer: #6B6B6B;
  --color-gray-2: #cccccc;
  --color-gray-1-light: #BBBBBB;
  --color-light-1: #eeece6;
  --color-light-2: #f2f1ed;
  --color-light-3: #f7f6f3;
  --color-light-4: #f1e9db;
  --color-light-0: #ffffff;
  --dropcap-line-height: 0.7;
  --dropcap-max-font-size: 110;
  --dropcap-min-font-size: 60;
}

html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: none;
}

body {
  -webkit-font-smoothing: antialiased;
  position: relative;
  width: 100%;
  min-width: 320px;
  font-family: var(--font-primary);
  font-size: 16px;
  line-height: 2;
  color: #000;
  background-color: var(--color-light-1);
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
}

html,
body {
  min-height: 100%;
  height: 100%;
}

.content {
  flex: 1 0 auto;
}

@media (min-width: 576px) {
  :root {
    --gutter-horizontal: 60px;
    --gutter-vertical: 40px ;
  }
}
@media (min-width: 768px) {
  :root {
    --gutter-horizontal: 80px;
    --gutter-vertical: 60px ;
  }
}
@media (min-width: 992px) {
  :root {
    --gutter-horizontal: 120px;
    --gutter-vertical: 80px;
  }
}
.container-fluid {
  padding-left: var(--gutter-horizontal);
  padding-right: var(--gutter-horizontal);
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .container-fluid.fluid-md-fix {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.container-fluid_paddings {
  padding-top: var(--gutter-horizontal);
  padding-bottom: var(--gutter-horizontal);
}

section {
  padding: 18% 0;
  position: relative;
}
@media (min-width: 576px) {
  section {
    padding: 14% 0;
  }
}
@media (min-width: 768px) {
  section {
    padding: 8% 0;
  }
}
@media (min-width: 992px) {
  section {
    padding: 100px 0;
  }
}
@media (min-width: 1200px) {
  section {
    padding: 160px 0;
  }
}

/*
main:not(main.home):not(main.menu)>section:first-child {
	@include media-breakpoint-up(lg) {
		padding: 0 0 100px 0;
	}

	;

	@include media-breakpoint-up(xl) {
		padding: 0 0 160px 0;
	}

	;
}*/
.section-split-color {
  position: relative;
  overflow: hidden;
}
.section-split-color .section-bg {
  top: 0;
  bottom: 0;
  width: 100%;
  position: relative;
  min-height: 70vh;
  max-width: 100%;
}
.section-split-color .section-bg-right {
  right: 0;
}
@media (min-width: 768px) {
  .section-split-color .section-bg {
    position: absolute;
    max-width: calc(33vw - var(--gutter-horizontal));
    background-color: var(--color-light-3);
  }
}
@media (min-width: 992px) {
  .section-split-color .section-bg {
    max-width: calc(37.5vw - var(--gutter-horizontal));
  }
}

.section__headline {
  display: block;
  width: 60px;
  height: 3px;
  background-color: #000;
}

@media screen and (min-width: 320px) {
  .section__headline {
    width: calc(1 * (60px + 60 * (100vw - 320px) / 2240));
  }
}
@media screen and (min-width: 2560px) {
  .section__headline {
    width: 120px;
  }
}
main {
  background-color: var(--color-light-1) !important;
}

main:not(.is-home main):not(main.menu):not(.is-restaurant main):not(main.enterprise):not(main.sustainable) {
  padding-top: 0;
}
@media (min-width: 768px) {
  main:not(.is-home main):not(main.menu):not(.is-restaurant main):not(main.enterprise):not(main.sustainable) {
    padding-top: 70px;
  }
}

.invert {
  filter: invert(1);
}

.img-stacked {
  z-index: 1;
  position: relative;
  max-width: 550px;
}

@media (min-width: 992px) {
  .compensation-left-lg {
    padding-left: var(--gutter-horizontal);
  }
}

.no-scroll {
  overflow: hidden !important;
}

.language__trigger {
  cursor: pointer;
}

body.language-nav-open {
  overflow-y: hidden !important;
}

@media (min-width: 768px) {
  body.language-nav-open .language-nav-list-inner {
    transition: transform 0.6s;
  }
}
.language-nav {
  transition: 0.3s all ease;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: var(--color-light-1);
  pointer-events: initial;
  z-index: 1001;
  visibility: hidden;
  opacity: 0;
}

.language-nav-open .language-nav {
  opacity: 1;
  z-index: 1003;
  visibility: visible;
}
.language-nav-open .language-nav .menu-toggle-btn-lang {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
}
.language-nav-open .language-nav .menu-toggle-btn-lang span {
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  height: 2px;
  width: 24px;
  background-color: transparent;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .language-nav-open .language-nav .menu-toggle-btn-lang span {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.language-nav-open .language-nav .menu-toggle-btn-lang span::before,
.language-nav-open .language-nav .menu-toggle-btn-lang span::after {
  position: absolute;
  display: block;
  content: "";
  height: 2px;
  width: 24px;
  background-color: var(--color-dark-1);
  transition: all 0.3s ease-in-out;
}
.language-nav-open .language-nav .menu-toggle-btn-lang span::before {
  top: -4px;
  width: 24px;
}
.language-nav-open .language-nav .menu-toggle-btn-lang span::after {
  top: auto;
  bottom: -4px;
  width: 18px;
  right: 0;
}
.language-nav-open .language-nav .menu-toggle-btn-lang span {
  background-color: transparent;
  width: 20px;
}
.language-nav-open .language-nav .menu-toggle-btn-lang span:before {
  top: 0;
  transform: rotate(45deg);
  width: 20px;
}
.language-nav-open .language-nav .menu-toggle-btn-lang span:after {
  bottom: 0;
  transform: rotate(-45deg);
  width: 20px;
}

.language-nav-list-holder {
  position: relative;
  height: 100%;
  width: calc(100% + 17px);
  padding-right: 17px;
  overflow-y: scroll;
  z-index: 2;
}

.language-nav-list-inner {
  display: table;
  width: 100%;
  max-width: 1282px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.language-nav-list-content {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  padding: 160px 5% 120px 10%;
}

.language-nav-list {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.language-nav-list > li {
  position: relative;
}
.language-nav-list > li > a {
  position: relative;
  display: inline-block;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: calc(26px + 1.2vw);
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-gray-1);
  transition: color 0.3s ease-in-out;
}
.language-nav-list > li > a:hover, .language-nav-list > li > a:focus, .language-nav-list > li > a.active {
  color: var(--color-dark-1);
}
.language-nav-list > li:first-child > a {
  padding-top: 0;
}
.language-nav-list > li:last-child > a {
  padding-bottom: 0;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.h1, .h2, .h3, .h4, .h5, .h6, .xl, h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-secondary);
  text-transform: uppercase;
}

h1, h2, h3 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

h4, h5, h6 {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.h1, h1 {
  font-size: calc(var(--h1-min-font-size) * 1px);
  font-weight: 400;
  line-height: var(--h1-line-height);
  color: var(--h1-color-dark);
}

@media screen and (min-width: 320px) {
  .h1, h1 {
    font-size: calc(var(--h1-min-font-size) * 1px + (var(--h1-max-font-size) - var(--h1-min-font-size)) * (100vw - 320px) / 2240);
  }
}
@media screen and (min-width: 2560px) {
  .h1, h1 {
    font-size: calc(var(--h1-max-font-size) * 1px);
  }
}
.h2, h2 {
  font-size: calc(var(--h2-min-font-size) * 1px);
  font-weight: 400;
  line-height: var(--h2-line-height);
  color: var(--h2-color-dark);
}

@media screen and (min-width: 320px) {
  .h2, h2 {
    font-size: calc(var(--h2-min-font-size) * 1px + (var(--h2-max-font-size) - var(--h2-min-font-size)) * (100vw - 320px) / 2240);
  }
}
@media screen and (min-width: 2560px) {
  .h2, h2 {
    font-size: calc(var(--h2-max-font-size) * 1px);
  }
}
.h3, h3 {
  font-size: calc(var(--h3-min-font-size) * 1px);
  font-weight: 400;
  line-height: var(--h3-line-height);
  color: var(--h3-color-dark);
}

@media screen and (min-width: 320px) {
  .h3, h3 {
    font-size: calc(var(--h3-min-font-size) * 1px + (var(--h3-max-font-size) - var(--h3-min-font-size)) * (100vw - 320px) / 2240);
  }
}
@media screen and (min-width: 2560px) {
  .h3, h3 {
    font-size: calc(var(--h3-max-font-size) * 1px);
  }
}
.h4, h4 {
  font-size: calc(var(--h4-min-font-size) * 1px);
  font-weight: 700;
  line-height: var(--h4-line-height);
  color: var(--h4-color-dark);
}

@media screen and (min-width: 320px) {
  .h4, h4 {
    font-size: calc(var(--h4-min-font-size) * 1px + (var(--h4-max-font-size) - var(--h4-min-font-size)) * (100vw - 320px) / 2240);
  }
}
@media screen and (min-width: 2560px) {
  .h4, h4 {
    font-size: calc(var(--h4-max-font-size) * 1px);
  }
}
.h5, h5 {
  font-size: calc(var(--h5-min-font-size) * 1px);
  font-weight: 700;
  line-height: var(--h5-line-height);
  color: var(--h5-color-dark);
}

@media screen and (min-width: 320px) {
  .h5, h5 {
    font-size: calc(var(--h5-min-font-size) * 1px + (var(--h5-max-font-size) - var(--h5-min-font-size)) * (100vw - 320px) / 2240);
  }
}
@media screen and (min-width: 2560px) {
  .h5, h5 {
    font-size: calc(var(--h5-max-font-size) * 1px);
  }
}
.h6, h6 {
  font-size: calc(var(--h6-min-font-size) * 1px);
  font-weight: 700;
  line-height: var(--h6-line-height);
  color: var(--h6-color-dark);
}

@media screen and (min-width: 320px) {
  .h6, h6 {
    font-size: calc(var(--h6-min-font-size) * 1px + (var(--h6-max-font-size) - var(--h6-min-font-size)) * (100vw - 320px) / 2240);
  }
}
@media screen and (min-width: 2560px) {
  .h6, h6 {
    font-size: calc(var(--h6-max-font-size) * 1px);
  }
}
.small-caps {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.3;
  text-transform: uppercase;
  color: var(--color-dark-3);
}

@media screen and (min-width: 320px) {
  .small-caps {
    font-size: calc(10px + 3 * (100vw - 320px) / 2240);
  }
}
@media screen and (min-width: 2560px) {
  .small-caps {
    font-size: 13px;
  }
}
::-moz-selection {
  color: #fff;
  text-shadow: none;
  background: #4c2122;
}
::selection {
  color: #fff;
  text-shadow: none;
  background: #4c2122;
}

a:hover {
  text-decoration: none;
}

a.underline {
  background-repeat: no-repeat;
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
  background-image: -ms-linear-gradient(transparent 100%, currentColor 1px);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
  background-size: 0 100%;
  border: none;
  opacity: 1;
  padding-bottom: 4px;
}

a.underline:hover,
a.underline:focus {
  background-size: 100% 100%;
  opacity: 1;
}

a.underline-2 {
  color: currentColor;
  opacity: 1;
  border-bottom: 1px dashed;
}

a.underline-2:hover,
a.underline-2:focus {
  color: currentColor;
  opacity: 0.8;
}

.drop-cap {
  float: left;
  font-family: var(--font-secondary);
  font-size: calc(var(--dropcap-min-font-size) * 1px);
  color: var(--dropcap-color-dark);
  line-height: var(--dropcap-line-height);
  text-transform: uppercase;
  font-style: normal;
  margin: 0.15em 0.25em 0 0;
}

@media screen and (min-width: 320px) {
  .drop-cap {
    font-size: calc(var(--dropcap-min-font-size) * 1px + (var(--dropcap-max-font-size) - var(--dropcap-min-font-size)) * (100vw - 320px) / 2240);
  }
}
@media screen and (min-width: 2560px) {
  .drop-cap {
    font-size: calc(var(--dropcap-max-font-size) * 1px);
  }
}
.drop-cap:after {
  content: "";
  display: table;
  clear: both;
}

.font-primary {
  font-family: var(--font-primary) !important;
}

.font-secondary {
  font-family: var(--font-secondary) !important;
}

.font-third {
  font-family: var(--font-third) !important;
}

@font-face {
  font-family: Cinzel;
  font-style: normal;
  font-weight: 400;
  src: url("/public/fonts/google/Cinzel-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  src: url("/public/fonts/google/Raleway-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: Raleway;
  font-style: normal;
  font-weight: 700;
  src: url("/public/fonts/google/Raleway-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: FuturaBold;
  font-style: normal;
  font-weight: 700;
  src: url("/public/fonts/google/FuturaStd-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: FuturaBook;
  font-style: normal;
  font-weight: 400;
  src: url("/public/fonts/google/FuturaStd-Book.woff2") format("woff2");
  font-display: swap;
}
.spinner-wrapper {
  font-family: SFP-Medium, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spinner-wrapper span {
  padding-top: 5px;
}

.spinner {
  width: 40px;
  height: 40px;
  position: relative;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #000;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  animation-delay: -1s;
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
label {
  display: inline-block;
  margin-bottom: 8px;
  font-weight: 700;
  color: var(--color-dark-3);
}

.invalid-feedback {
  color: #fff;
  padding: 3px 10px 1px 10px;
  background-color: #af0000;
  white-space: nowrap;
  margin-top: 3px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.form-control, .custom-file-label,
.custom-file-input,
.custom-file-label:after {
  border-radius: 0;
  border-width: 0 0 1px;
  display: block;
  font-weight: 500;
  height: inherit;
  line-height: 1.6rem;
  padding: 0 0 0.65rem 0;
  width: 100%;
  background-color: transparent !important;
  box-shadow: none !important;
  border: solid rgba(0, 0, 0, 0.11);
  border-radius: 0;
  border-width: 0 0 2px;
}
.form-control:focus, .custom-file-label:focus,
.custom-file-input:focus,
.custom-file-label:focus:after {
  color: var(--color-dark-1);
  border-color: var(--color-dark-1);
}
.form-control::-moz-placeholder, .custom-file-label::-moz-placeholder, .custom-file-input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--color-dark-3);
}
.form-control:-ms-input-placeholder, .custom-file-label:-ms-input-placeholder, .custom-file-input:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--color-dark-3);
}
.form-control::placeholder, .custom-file-label::placeholder,
.custom-file-input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--color-dark-3);
}

.bootstrap-datetimepicker-widget.dropdown-menu + .input-group-append .input-group-text {
  border-color: var(--color-dark-1);
}

textarea {
  resize: none;
  overflow: auto;
}

.input-group-text {
  background: transparent;
  border-width: 0 0 1px 0;
  border-radius: 0;
  border-color: var(--color-gray-1);
  padding: 0 0 0.65rem 1rem;
  box-shadow: none;
}

.was-validated .form-control:invalid:focus, .was-validated .custom-file-label:invalid:focus,
.was-validated .custom-file-input:invalid:focus,
.was-validated .custom-file-label:invalid:focus:after,
.form-control.is-invalid:focus,
.is-invalid.custom-file-label:focus,
.is-invalid.custom-file-input:focus,
.is-invalid.custom-file-label:focus:after {
  border-color: var(--color-danger);
}

.was-validated .form-control:valid, .was-validated .custom-file-label:valid,
.was-validated .custom-file-input:valid,
.was-validated .custom-file-label:valid:after {
  border-color: rgba(0, 0, 0, 0.11);
}

.was-validated .form-control:valid:focus, .was-validated .custom-file-label:valid:focus,
.was-validated .custom-file-input:valid:focus,
.was-validated .custom-file-label:valid:focus:after,
.form-control.is-valid:focus,
.is-valid.custom-file-label:focus,
.is-valid.custom-file-input:focus,
.is-valid.custom-file-label:focus:after {
  border-color: var(--color-dark-1);
}

.was-validated .form-control:invalid, .was-validated .custom-file-label:invalid,
.was-validated .custom-file-input:invalid,
.was-validated .custom-file-label:invalid:after,
.form-control.is-invalid,
.is-invalid.custom-file-label,
.is-invalid.custom-file-input,
.is-invalid.custom-file-label:after,
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  background-position: right center;
  background-position-y: 5px;
  padding-right: 0 !important;
  background-image: none;
}

.was-validated .form-control:valid, .was-validated .custom-file-label:valid,
.was-validated .custom-file-input:valid,
.was-validated .custom-file-label:valid:after,
.form-control.is-valid,
.is-valid.custom-file-label,
.is-valid.custom-file-input,
.is-valid.custom-file-label:after {
  background: none;
  padding-right: 0 !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.button {
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.3;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  cursor: pointer;
  outline: 0;
  box-shadow: none;
  border-width: 2px;
  border-style: solid;
  padding: 21px 48px;
  border-radius: 64px;
}

@media screen and (min-width: 320px) {
  .button {
    font-size: calc(13px + 2 * (100vw - 320px) / 2240);
  }
}
@media screen and (min-width: 2560px) {
  .button {
    font-size: 15px;
  }
}
.button:focus {
  outline: 0;
}

/*
.button[data-hover]:before {
	content: attr(data-hover);
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(100%);
	transition: all .2s cubic-bezier(.785, .135, .15, .86);
	opacity: 0;
	visibility:hidden
}

.button[data-hover]:hover .button__label-hover {
	transform: translateY(-100%);
	opacity: 0;
	visibility:hidden
}

.button[data-hover]:hover:before {
	transform: translateY(-50%);
	opacity: 1;
	visibility:visible
}

.button__label-hover {
	display: block;
	transform: translateY(0);
	transition: all .2s cubic-bezier(.785, .135, .15, .86);
	opacity: 1;
	visibility:visible
}*/
.button_icon {
  display: inline-flex;
  padding: 0;
  border: none;
}

.button__label {
  display: inline-block;
  padding: 21px 48px;
}

.button__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.button__icon i {
  font-size: 24px;
}

.button_fullwidth {
  width: 100%;
}

@media screen and (max-width: 1680px) {
  .button {
    padding: 14px 32px;
  }

  .button__label {
    padding: 18px 32px;
  }
}
@media screen and (max-width: 991px) {
  .button {
    padding: 12px 28px;
  }

  .button__label {
    padding: 12px 28px;
  }

  .button__icon {
    width: 43px;
  }

  .button__icon i {
    font-size: 20px;
  }

  .button_icon {
    padding: 0;
  }
}
.button_bordered.button_white {
  border-color: #fff;
  color: #fff;
}

.button_bordered.button_black {
  border-color: #000;
  color: #000;
}

.button_solid.button_black {
  border-color: #000;
  background-color: #000;
  color: #fff;
}

.button_solid.button_white {
  border-color: #fff;
  background-color: #fff;
  color: #000;
}

.button_big {
  font-size: 1rem;
  font-weight: normal;
}

.button_bigger {
  font-size: 1.5rem;
  font-weight: normal;
  border: none;
}
@media (min-width: 768px) {
  .button_bigger {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .button_bigger {
    font-size: 2rem;
  }
}

.button_link {
  padding: 0;
  height: 50px;
  margin: 0;
  border: none;
  text-align: left !important;
  font-weight: normal;
  font-size: 14px;
  text-transform: inherit;
}
.button_link:after {
  background-color: var(--color-dark-1);
  content: "";
  display: inline-block;
  height: 1px;
  margin-left: 15px;
  margin-top: 2px;
  width: 40px;
}
.button_link:hover:after {
  animation: swipe-line 0.8s cubic-bezier(0.475, 0.425, 0, 0.995) forwards;
}

@keyframes swipe-line {
  0% {
    transform: scale(1);
    transform-origin: right;
  }
  33% {
    transform: scaleX(0);
    transform-origin: right;
  }
  66% {
    transform: scaleX(0);
    transform-origin: left;
  }
  to {
    transform: scale(1);
    transform-origin: left;
  }
}
.social-buttons ul {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-buttons ul > li {
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  margin: 0 2px;
}
@media (max-width: 1199.98px) {
  .social-buttons ul > li {
    margin: 0;
  }
}

.social-buttons ul > li:first-child {
  margin-left: 0;
}

.social-buttons ul > li:last-child {
  margin-right: 0;
}

.social-buttons > ul > li a {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 15px;
  font-weight: 500;
  color: var(--color-gray-footer);
  transition: color 0.3s ease;
  outline: none !important;
}
.social-buttons > ul > li a:hover {
  color: var(--color-dark-1);
}

.bootstrap-select .dropdown-toggle {
  border-radius: 0;
  border: solid rgba(0, 0, 0, 0.11);
  border-width: 0 0 2px;
  padding: 0 0 0.65rem;
  padding: 0.65rem 0 0.65rem;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  box-shadow: none;
  color: var(--color-dark-1);
  border-color: var(--color-dark-1);
}
.bootstrap-select .dropdown-toggle:after {
  border-style: solid;
  border-width: 0.12rem 0.12rem 0 0;
  height: 0.55rem;
  left: -3px;
  position: relative;
  top: 0;
  transform: rotate(135deg);
  vertical-align: top;
  width: 0.55rem;
  margin-top: -4px;
  color: #fff;
  border-color: #fff;
}
.bootstrap-select .filter-option {
  color: var(--color-dark-3);
}
.bootstrap-select .text-muted {
  color: var(--color-gray-1) !important;
}
.bootstrap-select .dropdown-menu {
  border-radius: 0;
  margin: 0;
  padding: 0;
  background-color: var(--color-dark-3);
  border: none;
}
.bootstrap-select .dropdown-menu.show:not(main.menu .bootstrap-select .dropdown-menu) {
  top: -2px !important;
}
.bootstrap-select.dropup .dropdown-menu.show:not(main.menu .bootstrap-select .dropdown-menu) {
  top: 2px !important;
}
.bootstrap-select .dropdown-item {
  color: var(--color-light-1);
  background-color: var(--color-dark-3);
  padding: 10px 15px 7.5px;
}
.bootstrap-select .dropdown-item:hover {
  background: var(--color-dark-2);
}
.bootstrap-select .dropdown-item.active, .bootstrap-select .dropdown-item:active, .bootstrap-select .dropdown-item.selected {
  background: var(--color-dark-1);
}
.bootstrap-select span.check-mark {
  top: 14px !important;
}
.bootstrap-select .bs-ok-default:after {
  border-width: 0 0.2rem 0.2rem 0;
  height: 0.85rem;
}
.bootstrap-select .tag {
  padding: 0.25rem 0.4rem 0.15rem 0.4rem;
  line-height: 1rem;
  border-radius: 0.125rem;
  background: #000;
  color: var(--color-light-0);
  text-transform: uppercase;
  margin-right: 0.5rem;
}
.bootstrap-select .tag.tag--started {
  background: var(--color-gray-1);
}
.bootstrap-select .tag.tag--danger {
  background: #af0000;
}
.bootstrap-select .tag.tag--info {
  background: transparent;
  color: #a7a7a7;
}
.bootstrap-select .tag.tag--complete {
  background: transparent;
  color: var(--color-light-0);
  text-transform: uppercase;
}

.bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-color: inherit;
}

.was-validated .bootstrap-select select:invalid + .dropdown-toggle:after {
  border-color: #fff;
}

.bootstrap-select.is-invalid .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .has-error .bootstrap-select .dropdown-toggle, .was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-color: #000;
}

.custom-file {
  background-color: #000;
  border-radius: 3px;
}
.custom-file .custom-file-input {
  cursor: pointer;
}
.custom-file .custom-file-label {
  cursor: pointer;
  color: var(--color-dark-3);
  border: 2px solid #000;
  border-radius: 3px;
  color: #fff;
  line-height: 35px;
  padding: 0 0 0 0.75rem;
}
.custom-file .custom-file-label::after {
  display: none;
}
.custom-file:hover .custom-file-label {
  box-shadow: 0 0 0 1px #000;
}

.was-validated .custom-file input:invalid + .custom-file-label::after {
  background: #af0000;
}

.was-validated .custom-file:hover input:invalid + .custom-file-label {
  border-color: #af0000;
  box-shadow: 0 0 0 1px #af0000;
}

.was-validated .custom-file:hover input:valid + .custom-file-label {
  border-color: #418707;
  box-shadow: 0 0 0 1px #418707;
}
.was-validated .custom-file:hover input:valid + .custom-file-label::after {
  background: #418707;
}

.timepicker {
  background-color: #000;
  color: #fff;
  padding: 0;
  border: none !important;
  border-radius: 3px;
}
.timepicker input {
  padding: 0;
  color: #fff !important;
  border: none;
  line-height: 35px;
  padding: 0 0 0 0.75rem;
}
.timepicker .input-group-text {
  border: none;
  padding: 0 0.8125rem 0 0;
}
.timepicker img {
  filter: invert(1);
}

.timepicker-wrap {
  border: 2px solid #000;
  border-radius: 3px;
}

.timepicker input:disabled,
.timepicker input:disabled + .input-group-append {
  cursor: not-allowed;
  color: #fff;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  background-color: var(--color-dark-3);
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  border: none;
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget.dropdown-menu:after, .bootstrap-datetimepicker-widget.dropdown-menu:before {
  display: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu thead th {
  border-radius: 0 !important;
  color: var(--color-light-1);
  border: none;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: capitalize;
}
.bootstrap-datetimepicker-widget.dropdown-menu thead th.next, .bootstrap-datetimepicker-widget.dropdown-menu thead th.prev {
  width: 30px;
}
.bootstrap-datetimepicker-widget.dropdown-menu thead th:not(th.dow):hover {
  color: #fff;
  background-color: var(--color-dark-1);
}
.bootstrap-datetimepicker-widget.dropdown-menu td {
  border-top: 0;
}
.bootstrap-datetimepicker-widget.dropdown-menu td.day {
  height: 35px;
  line-height: 35px;
  color: var(--color-light-1);
  border-radius: 0;
}
.bootstrap-datetimepicker-widget.dropdown-menu td.day:hover {
  background-color: var(--color-dark-2);
}
.bootstrap-datetimepicker-widget.dropdown-menu td.day:before {
  border-bottom-color: var(--color-light-1) !important;
}
.bootstrap-datetimepicker-widget.dropdown-menu td.day.disabled {
  color: var(--color-light-1);
  opacity: 0.05;
}
.bootstrap-datetimepicker-widget.dropdown-menu td.day.disabled:hover {
  background-color: transparent;
}
.bootstrap-datetimepicker-widget.dropdown-menu td.day.new {
  color: #fff;
  color: rgba(255, 255, 255, 0.15);
}
.bootstrap-datetimepicker-widget.dropdown-menu td.day.stripped {
  background: repeating-linear-gradient(45deg, var(--color-dark-2), var(--color-dark-2) 0.25rem, var(--color-danger) 0, var(--color-danger) 0.41rem) !important;
  cursor: not-allowed !important;
  color: var(--color-light-1) !important;
  opacity: 1;
}
.bootstrap-datetimepicker-widget.dropdown-menu td.day.stripped-closed {
  background: repeating-linear-gradient(45deg, var(--color-dark-2), var(--color-dark-2) 0.25rem, var(--color-danger) 0, var(--color-danger) 0.41rem) !important;
  cursor: not-allowed !important;
  color: var(--color-gray-1) !important;
  opacity: 0.3;
}
.bootstrap-datetimepicker-widget.dropdown-menu td.today:before {
  border-bottom-color: var(--color-dark-1);
}
.bootstrap-datetimepicker-widget.dropdown-menu td.active {
  background-color: var(--color-dark-1);
  color: var(--color-light-1);
  border-radius: 0;
}
.bootstrap-datetimepicker-widget.dropdown-menu td.active:hover {
  background-color: var(--color-dark-2);
}
.bootstrap-datetimepicker-widget.dropdown-menu td:hover {
  border-radius: 0;
}
.bootstrap-datetimepicker-widget.dropdown-menu td span.active {
  background-color: var(--color-dark-1);
  text-transform: capitalize;
}
.bootstrap-datetimepicker-widget.dropdown-menu td span.disabled,
.bootstrap-datetimepicker-widget.dropdown-menu td span.disabled:hover {
  color: var(--color-light-1);
  opacity: 0.1;
}
.bootstrap-datetimepicker-widget.dropdown-menu td span.month,
.bootstrap-datetimepicker-widget.dropdown-menu td span.year {
  color: #fff;
}
.bootstrap-datetimepicker-widget.dropdown-menu td span.month.active,
.bootstrap-datetimepicker-widget.dropdown-menu td span.year.active {
  color: var(--color-light-1);
}
.bootstrap-datetimepicker-widget.dropdown-menu td span.month:hover,
.bootstrap-datetimepicker-widget.dropdown-menu td span.year:hover {
  background-color: var(--color-dark-2);
}

.custom-switch .custom-control-label {
  line-height: 1.3rem;
  color: #000;
  font-weight: normal;
}
.custom-switch .custom-control-label:before {
  border-radius: 4px;
  height: 1.2rem;
  top: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  border-color: #000;
  background-color: #000;
  border-width: 2px;
  opacity: 0.4;
}
.custom-switch .custom-control-label:after {
  background-color: #fff;
  border-radius: 2px;
  height: calc(1.2rem - 4px);
  top: 1px;
  top: 50%;
  transform: translateY(-50%);
  width: calc(1.2rem - 3px);
}
.custom-switch .custom-control-label span {
  color: var(--color-dark-1);
}
.custom-switch .custom-control-input:checked ~ .custom-control-label:before {
  border-color: #000;
  opacity: 1;
}
.custom-switch .custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: none;
  opacity: 1;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
  transform: translate(calc(0.95rem - 3px), -50%);
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.custom-switch .custom-control-label:after {
  left: calc(-2.25rem + 2px);
}

/*.custom-switch {
	.custom-control-label {
		color: #4d4d4d;

		&:before{
			border-color: #adadad;
		}

		&:after{
			background-color: #adadad;
		}
	}*/
.custom-control-input:checked ~ .custom-control-label:before {
  border-color: #000;
}

/*
		.custom-control-input:checked~.custom-control-label:after{
			background: #000;
		}
	}*/
.form-control.is-invalid:focus, .is-invalid.custom-file-label:focus,
.is-invalid.custom-file-input:focus,
.is-invalid.custom-file-label:focus:after,
.was-validated .form-control:invalid:focus,
.was-validated .custom-file-label:invalid:focus,
.was-validated .custom-file-input:invalid:focus,
.was-validated .custom-file-label:invalid:focus:after,
.form-control.is-valid:focus,
.is-valid.custom-file-label:focus,
.is-valid.custom-file-input:focus,
.is-valid.custom-file-label:focus:after,
.was-validated .form-control:valid:focus,
.was-validated .custom-file-label:valid:focus,
.was-validated .custom-file-input:valid:focus,
.was-validated .custom-file-label:valid:focus:after {
  box-shadow: none;
}

.custom-control-input.is-invalid ~ .custom-control-label:after,
.was-validated .custom-control-input:invalid ~ .custom-control-label:after {
  background-color: #fff;
  border-color: #fff;
}

.custom-control-input.is-invalid ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid ~ .custom-control-label:before {
  background-color: #af0000;
  border-color: #af0000;
  opacity: 1;
}

.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #fff;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label:before {
  background-color: #000;
  border-color: #000;
}

.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #000;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label:before {
  border-color: #000;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #000;
}

.grecaptcha-badge {
  display: none;
}

.custom-control-input.is-invalid ~ .custom-control-label *,
.was-validated .custom-control-input:invalid ~ .custom-control-label * {
  color: var(--color-danger);
}

.modal-open .body-noise {
  z-index: 9999;
}

.modal.show,
.modal.shown {
  display: flex !important;
  z-index: 99999;
}

.modal-backdrop.show {
  background: var(--color-light-1);
  opacity: 0.98;
  z-index: 9999;
}

.modal-content {
  background: transparent;
  border: none;
  overflow: visible !important;
  border-radius: 0;
  position: relative;
  transition: box-shadow 0.3s ease-in-out;
}
.modal-content .modal-buttons {
  bottom: -50px;
  position: absolute;
  height: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 4 !important;
  align-items: center;
  align-self: end;
  /* bottom: 10px; */
  display: flex;
  justify-content: center;
  gap: 5px;
}
.modal-content .modal-buttons img {
  height: 22px;
  filter: invert(1);
}
.modal-content .modal-btn {
  align-items: center;
  align-self: end;
  background-color: #000;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: flex;
  height: 60px;
  font-size: 24px;
  justify-content: center;
  margin-top: -20px;
  max-width: 60px;
  opacity: 1;
  padding-top: 17px;
  width: 100%;
  z-index: 1 !important;
  transition: bottom 0.3s ease-in-out;
  box-shadow: 15px 15px 8px rgba(60, 57, 57, 0.08);
  border: none;
  color: #fff;
}
.modal-content .modal-btn img {
  transition: transform 1.8s ease;
  transform-origin: center;
  transform: rotate(-180deg);
}
.modal-content .modal-btn.accept img {
  transform: rotate(0deg);
}
.modal-content .modal-btn:hover img {
  transform: rotate(90deg);
}
.modal-content .modal-btn.accept:hover img {
  transform: none !important;
}

.modal-body {
  border: 2px solid #000;
  overflow-y: auto;
  z-index: 999 !important;
  background-color: var(--color-light-0);
}

.modal.shown .modal-content {
  box-shadow: 8px 9px 0 #000, 15px 15px 8px rgba(60, 57, 57, 0.08);
  /*rgba(60, 57, 57, 1)*/
}
.modal.shown .modal-content .modal-buttons {
  bottom: -50px;
}
.modal.shown .modal-content .modal-buttons .modal-btn img {
  transition: transform 1.8s ease;
  transform: rotate(0deg);
}
.modal.shown .modal-content .modal-buttons .modal-btn:hover img {
  transition: transform 0.3s ease-in-out;
  transform: rotate(90deg);
}
.modal.shown .modal-content .modal-buttons .modal-btn.accept img, .modal.shown .modal-content .modal-buttons .modal-btn.accept:hover img {
  transform: none !important;
}

.modal-header {
  background-color: #000;
  align-items: center;
  border-radius: 0;
  padding: 16px 16px 10px 16px;
  border: none;
  /*.close {
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	width: 30px;
  	height: 30px;
  	padding: 0;
  	// background-color: var(--color-dark-1);
  	background-color: #000;
  	// font-size: 16px;
  	font-size: 26px;
  	cursor: pointer;
  	border-radius: 100%;
  	transition: transform 0.3s ease;
  	color: #fff;
  	line-height: inherit;
  	margin-right: 15px;
  	opacity: 1 !important;

  	&:hover {
  		transform: rotate(90deg);
  	}
  }*/
}

/*
.modal-title.modal-close {
	// fake usado en modal giftcards
	transition: 0.2s ease background-color;
	cursor: pointer;
	background: var(--color-danger);
	border-top-right-radius: calc(0.3rem - 1px);

	&:hover {
		background-color: #900101;
	}
}*/
.modal-title {
  font-weight: 700;
  color: #fff;
  line-height: 24px;
  text-transform: uppercase;
}

.modal-footer {
  background: var(--color-dark-3);
}

#modal__legal {
  display: none;
  background: #000;
  bottom: 0;
  right: 0;
  position: fixed;
  width: 100%;
  z-index: 9999;
}
#modal__legal p {
  color: var(--color-light-0);
}
#modal__legal a {
  transition: 0.3s all ease;
  color: var(--color-light-1);
  border-bottom-style: solid;
}
#modal__legal.show {
  display: block;
}

.modal__tag {
  background: var(--color-light-3);
  border-radius: 2px;
  color: var(--color-dark-1);
  display: inline-block;
  font-size: 0.8125rem;
  min-width: 25px;
  padding: 0.1rem 0.3rem 0.05rem;
}

.modal__tag-black {
  background: var(--color-dark-2);
  color: var(--color-light-1);
  border-radius: 5px;
}

.fancybox__container {
  z-index: 999999;
}
.fancybox__container .fancybox__toolbar__column.is-right {
  flex-grow: 0;
  background-color: #fff;
  padding: 5px;
  border-radius: 5px;
}
.fancybox__container.is-compact .fancybox__slide {
  padding: 0 25px;
}
.fancybox__container .fancybox__footer {
  background-color: transparent;
}
.fancybox__container .f-progress {
  background: #000;
  height: 4px;
}
.fancybox__container .f-button {
  background-color: transparent;
  color: #000 !important;
  border-radius: 5px;
  height: 38px;
  width: 38px;
}
.fancybox__container .f-button svg {
  filter: inherit;
  stroke-width: 2px;
}
.fancybox__container .f-button:hover:not([disabled]) {
  background-color: rgba(0, 0, 0, 0.08);
}
.fancybox__container .f-button:active:not([disabled]) {
  background-color: rgba(0, 0, 0, 0.16);
}
.fancybox__container .f-button:focus-visible {
  box-shadow: none;
}
.fancybox__container .fancybox__backdrop {
  background: #fff;
}
.fancybox__container .fancybox__caption {
  color: #000;
  text-align: center;
  margin-top: 20px;
}
.fancybox__container.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px 30px 20px 30px;
  margin-top: 0;
}
.fancybox__container .fancybox__toolbar.is-absolute {
  top: 10px;
  right: 10px;
}

table:not(.bootstrap-datetimepicker-widget table) {
  width: 100%;
  empty-cells: show;
  word-wrap: break-word;
  margin: 0 0 30px 0;
  text-align: left;
  font-size: 16px;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #000 !important;
}
table:not(.bootstrap-datetimepicker-widget table) th {
  font-weight: 700;
}
table:not(.bootstrap-datetimepicker-widget table) th,
table:not(.bootstrap-datetimepicker-widget table) td {
  padding: 8px 5px;
  font-size: 16px;
  vertical-align: middle;
  color: #000;
  padding: 1rem !important;
  border: none;
  padding: 16px 20px;
  padding: 12px 20px;
  border-top: none;
}
table:not(.bootstrap-datetimepicker-widget table) tbody tr:nth-of-type(odd) {
  background-color: rgba(133, 133, 133, 0.05);
}
table:not(.bootstrap-datetimepicker-widget table) thead,
table:not(.bootstrap-datetimepicker-widget table) .tr--as-th {
  background-color: var(--color-dark-2) !important;
}
table:not(.bootstrap-datetimepicker-widget table) thead th, table:not(.bootstrap-datetimepicker-widget table) thead td,
table:not(.bootstrap-datetimepicker-widget table) .tr--as-th th,
table:not(.bootstrap-datetimepicker-widget table) .tr--as-th td {
  color: #fff;
}
table:not(.bootstrap-datetimepicker-widget table) tfoot {
  background-color: rgba(133, 133, 133, 0.15);
}
table:not(.bootstrap-datetimepicker-widget table) tfoot th,
table:not(.bootstrap-datetimepicker-widget table) tfoot td {
  padding: 16px 20px;
}

.alert {
  display: none;
  background-color: rgba(133, 133, 133, 0.15);
  border: none;
  font-family: var(--font-secondary);
  line-height: 25px;
  padding: 12px 20px 5px 20px;
}
.alert.block-link {
  padding: 0;
}
.alert.block-link a {
  padding: 0.75rem 1.25rem;
}

.alert-danger {
  background-color: #520707;
  color: #fff;
  box-shadow: 7px 7px 0 #000;
}
.alert-danger a {
  color: #fff;
}

.alert-danger-info {
  padding: 12px 20px 10px;
  background-color: #000;
  color: #fff;
  box-shadow: none;
  font-weight: normal;
}
.alert-danger-info a {
  color: #fff;
}
.alert-danger-info strong {
  font-family: var(--font-secondary);
}

.alert-danger-pastel {
  background-color: #911d1d;
}

.alert-success {
  color: var(--color-light-3);
  background-color: var(--alert-color-success);
}

.alert-warning {
  color: var(--color-light-1);
  background: var(--color-dark-3);
}

.notification__alert {
  text-transform: uppercase;
  background-repeat: repeat;
  border-radius: 5px;
  display: inline-block;
}
@media (max-width: 991.98px) {
  .notification__alert {
    width: 100%;
  }
}
.notification__alert--important {
  background-color: var(--color-important);
  color: var(--color-light-3);
}
.notification__alert--danger {
  background-color: var(--color-danger);
  color: var(--color-light-3);
}
.notification__alert--cookies, .notification__alert--reservations-phone {
  background-color: #000;
  color: #fff;
  text-transform: none;
}
.notification__alert--success {
  color: var(--color-light-3);
  background-color: var(--alert-color-success);
}

[data-notify] {
  box-shadow: 0 1px 6px rgba(38, 38, 39, 0.05);
  border: none;
  background-color: #af0000;
  background-image: url("/public/images/webp/overlay_grain.webp");
  background-size: auto;
  background-position: center center;
  background-repeat: repeat repeat;
  color: #fff;
}

.toast {
  border-radius: 4px;
  box-shadow: 15px 15px 8px rgba(60, 57, 57, 0.08);
  min-width: 250px;
  padding: 18px 18px 12px;
  border: none;
}

.toast-header {
  background-color: transparent;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-family: var(--font-secondary);
  font-size: 16px;
  padding: 0;
  padding-bottom: 10px;
  line-height: 12px;
}
.toast-header img {
  filter: invert(1);
  width: 28px;
  max-height: 22px;
}
.toast-header img.icon {
  margin-right: 11px;
}
.toast-header .close img {
  padding-left: 10px;
}
.toast-header .close {
  display: flex;
  opacity: 1;
}

.toast-body {
  color: #fff;
  padding: 0;
}

.toat-sending {
  background-color: #4b4d59;
}

.toast-ok {
  background-color: #4f6c41;
}

.toast-error {
  background-color: #982d2d;
}

header:not(.shepherd-content header) {
  top: 0;
  left: 0;
  width: 100%;
  color: #000;
  z-index: 1003;
  pointer-events: none;
  background-color: var(--color-light-1);
  position: fixed;
}

/*
.is-home header:not(.shepherd-content header),
.is-restaurant header:not(.shepherd-content header),
.is-menu header:not(.shepherd-content header) {
	background: transparent !important;
}*/
header:not(.shepherd-content header) {
  background: transparent !important;
}

@media (max-width: 767.98px) {
  .is-menu header:not(.shepherd-content header) {
    background: var(--color-light-1) !important;
  }
}

.header-inner {
  width: 100%;
  display: flex;
  padding-top: 0;
  align-items: center;
  padding-right: 3.5%;
  padding-left: 3.5%;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .header-inner {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

@media (min-width: 992px) {
  .is-menu .header-inner {
    padding-top: 40px;
  }
}

.is-menu header:not(.shepherd-content header) {
  background: transparent;
}

/* ------------------------------------------------------------- *
 * Header Logo
/* ------------------------------------------------------------- */
.header-logo {
  margin-right: auto;
  line-height: 1;
  pointer-events: initial;
  z-index: 9;
}

.header-logo a {
  display: inline-block;
  font-size: 21px;
  color: #FFF;
}

.header-logo img {
  max-height: 25px;
  width: auto;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 992px) {
  .header-logo img {
    max-height: 30px;
  }
}

.header-logo svg {
  transition: all 0.5s ease-in-out;
}

.nav-sticky .header-logo img,
.nav-sticky .header-logo svg {
  opacity: 0;
}

@media (max-width: 767.98px) {
  html.is-menu .nav-sticky .header-logo img {
    opacity: 1;
  }
  html.is-menu .nav-sticky .header-logo svg {
    opacity: 1;
  }
}

@media (max-width: 767.98px) {
  html.is-menu header {
    background: var(--color-light-1) !important;
  }
}

@media (max-width: 991.98px) {
  .menu-open .header-logo {
    opacity: 0;
  }
}

/* ------------------------------------------------------------- *
 * Overlay menu toggle button
/* ------------------------------------------------------------- */
.overlay-menu-list > li.menu-reservations-call {
  padding: 15px;
  background-color: #000;
  align-items: center;
  cursor: pointer;
}
.overlay-menu-list > li.menu-reservations-call a {
  opacity: 1 !important;
  line-height: 29px;
  padding-top: 6px;
  color: var(--color-light-1) !important;
}
.overlay-menu-list > li.menu-reservations-call img {
  filter: invert(1);
}

#menu-toggle-btn-wrap {
  position: relative;
  display: flex;
  align-items: center;
  pointer-events: initial;
  cursor: pointer;
  z-index: 9;
}

@media (min-width: 1025px) {
  body.header-tools-on #menu-toggle-btn-wrap {
    margin-right: 20px;
  }
}
.menu-toggle-btn {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
}

.menu-toggle-btn span {
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  height: 2px;
  width: 24px;
  background-color: transparent;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .menu-toggle-btn span {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.menu-toggle-btn span::before,
.menu-toggle-btn span::after {
  position: absolute;
  display: block;
  content: "";
  height: 2px;
  width: 24px;
  background-color: var(--color-dark-1);
  transition: all 0.3s ease-in-out;
}

.menu-toggle-btn span::before {
  top: -4px;
  width: 24px;
}

.menu-toggle-btn span::after {
  top: auto;
  bottom: -4px;
  width: 18px;
  right: 0;
}

.menu-open .menu-toggle-btn {
  width: 32px;
}
.menu-open .menu-toggle-btn span {
  margin-right: 0 !important;
}

/*
.menu-toggle-btn-text {
	float: left;
	overflow: hidden;
	text-align: right;
	font-size: 15px;
	color: var(--color-dark-1);
}*/
/*
.menu-toggle-btn-text .text-menu {
	position: relative;
	display: inline-block;
	text-align: right;
	transition: transform 0.3s;
}

body.menu-open .menu-toggle-btn-text .text-menu {
	display: none;
}

body:not(.is-mobile) .menu-toggle-btn-text .text-menu::before {
	position: absolute;
	top: 100%;
	right: 0;
	content: attr(data-hover);
}

body:not(.is-mobile) #menu-toggle-btn-wrap:hover .menu-toggle-btn-text .text-menu {
	transform: translate3d(0, -100%, 0);
}*/
/* Toggle button close */
body.menu-open .menu-toggle-btn span {
  width: 20px;
  background-color: transparent;
}

body.menu-open .menu-toggle-btn span::before {
  top: 0;
  width: 20px;
  transform: rotate(45deg);
}

body.menu-open .menu-toggle-btn span::after {
  bottom: 0;
  width: 20px;
  transform: rotate(-45deg);
}

/*
.menu-toggle-btn-text .text-close {
	display: none;
}

body.menu-open .menu-toggle-btn-text .text-close {
	//display: block;
}*/
/* Disable menu toggle button click until the animations last */
body.menu-toggle-no-click .menu-toggle-btn {
  pointer-events: none;
}

/* ------------------------------------------------------------- *
 * Overlay menu
/* ------------------------------------------------------------- */
.overlay-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: var(--color-light-1);
  visibility: hidden;
  opacity: 0;
  pointer-events: initial;
  z-index: 1;
  overflow-y: auto;
  transition: 0.3s all ease;
}

.overlay-menu-inner {
  display: table;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.overlay-menu-content {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  padding: 50px 15px;
}
@media (min-width: 768px) {
  .overlay-menu-content {
    padding: 120px 5% 0 5%;
  }
}

body.menu-open {
  overflow-y: hidden !important;
}

.overlay-menu-list {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.overlay-menu-list > li {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .overlay-menu-list > li {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.overlay-menu-list > li:first-child {
  margin-top: 0;
}
.overlay-menu-list > li:last-child {
  margin-bottom: 0;
}

/* Overlay menu list links (master parent) */
.overlay-menu-list > li > a,
.overlay-menu-list > li > .overlay-submenu-trigger > a {
  font-family: var(--font-secondary);
  position: relative;
  display: inline-block;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--color-dark-1);
  transition: opacity 0.3s ease-in-out;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .overlay-menu-list > li > a,
.overlay-menu-list > li > .overlay-submenu-trigger > a {
    font-size: 29px;
  }
}
@media (min-width: 992px) {
  .overlay-menu-list > li > a,
.overlay-menu-list > li > .overlay-submenu-trigger > a {
    font-size: 34px;
  }
}

.overlay-menu .language__trigger {
  /*font-size: 25px;
  padding: 8px 15px;
  border: 4px solid #000;
  font-family: var(--font-secondary);
  line-height: 29px;
  span{
  	line-height: 29px;
  padding-top: 6px;*/
  font-family: var(--font-secondary);
  font-size: 18px;
  line-height: 29px;
  text-transform: uppercase;
  cursor: pointer;
}
@media (min-width: 768px) {
  .overlay-menu .language__trigger {
    font-size: 29px;
  }
}
@media (min-width: 992px) {
  .overlay-menu .language__trigger {
    font-size: 34px;
  }
}

body:not(.is-mobile) .overlay-menu-list:hover > li > a,
body:not(.is-mobile) .overlay-menu-list:hover > li > .overlay-submenu-trigger > a,
body:not(.is-mobile) .overlay-menu-list:hover > li > .overlay-submenu-trigger .overlay-submenu-caret {
  opacity: 0.2;
}

body:not(.is-mobile) .overlay-menu-list > li.active > a,
body:not(.is-mobile) .overlay-menu-list > li.active > .overlay-submenu-trigger > a,
body:not(.is-mobile) .overlay-menu-list > li.active > .overlay-submenu-trigger .overlay-submenu-caret,
body:not(.is-mobile) .overlay-menu-list > li > a:hover,
body:not(.is-mobile) .overlay-menu-list > li > .overlay-submenu-trigger:hover > a,
body:not(.is-mobile) .overlay-menu-list > li > .overlay-submenu-trigger:hover .overlay-submenu-caret,
body:not(.is-mobile) .overlay-menu-list > li > .overlay-submenu-trigger.overlay-submenu-open > a,
body:not(.is-mobile) .overlay-menu-list > li > .overlay-submenu-trigger.overlay-submenu-open .overlay-submenu-caret {
  opacity: 1;
}

.overlay-menu-list > li > .overlay-submenu-trigger.overlay-submenu-open > a,
.overlay-menu-list > li > .overlay-submenu-trigger.overlay-submenu-open .overlay-submenu-caret {
  font-weight: 700;
}

/* ------------------------------------------------------------- *
 * Overlay submenu
/* ------------------------------------------------------------- */
.overlay-submenu-wrap {
  position: relative;
}

.overlay-submenu-trigger {
  position: relative;
  display: inline-block;
}

.overlay-submenu {
  display: none;
  position: relative;
  height: auto;
}

.overlay-menu-list > li > .overlay-submenu {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Overlay menu submenu list */
.overlay-submenu-list {
  padding: 0;
  list-style: none;
}

.overlay-submenu-list .overlay-submenu {
  margin-top: 15px;
  margin-bottom: 20px;
}

/* Overlay menu submenu list links */
.overlay-submenu-list > li a,
.overlay-submenu-list > li > .overlay-submenu-trigger > a,
.overlay-submenu .multilevel a {
  display: inline-block;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 20px;
  color: var(--color-dark-3);
  transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .overlay-submenu-list > li a,
.overlay-submenu-list > li > .overlay-submenu-trigger > a,
.overlay-submenu .multilevel a {
    font-size: 25px;
  }
}
@media (min-width: 992px) {
  .overlay-submenu-list > li a,
.overlay-submenu-list > li > .overlay-submenu-trigger > a,
.overlay-submenu .multilevel a {
    font-size: 28px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

/* Overlay menu submenu list hover/active */
.overlay-submenu-list > li > .overlay-submenu-trigger.overlay-submenu-open > a,
.overlay-submenu-list > li > .overlay-submenu-trigger.overlay-submenu-open .overlay-submenu-caret,
.overlay-submenu-list > li.active > a,
.overlay-submenu-list > li.active > .overlay-submenu-trigger > a,
.overlay-submenu-list > li.active > .overlay-submenu-trigger .overlay-submenu-caret,
.overlay-submenu-list > li a:hover,
.overlay-submenu-list > li > .overlay-submenu-trigger:hover > a,
.overlay-submenu-list > li > .overlay-submenu-trigger:hover .overlay-submenu-caret {
  color: var(--color-dark-1);
  opacity: 0.35;
}

.overlay-submenu-caret-wrap {
  display: none;
}

.overlay-submenu-caret {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--color-dark-1);
  cursor: pointer;
  z-index: 2;
  border-radius: 100%;
  transition: opacity 0.3s ease-in-out;
}

.overlay-submenu-caret::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  font-weight: 500;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transition: all 0.2s ease-in-out;
}

.overlay-submenu-trigger.overlay-submenu-open .overlay-submenu-caret::after {
  transform: rotate(180deg);
}

/* Sub-submenu caret */
.overlay-menu-list > li li .overlay-submenu-caret {
  font-size: 16px;
  color: #8a8a8a;
}

/* ------------------------------------------------------------- *
 * Header tools
/* ------------------------------------------------------------- */
.header-tools {
  position: relative;
  display: flex;
  pointer-events: initial;
  gap: 10px;
}

.menu-open .overlay-menu {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.menu-open .header-tools {
  display: none !important;
}

.header-tools-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 16px;
  color: #000;
  cursor: pointer;
  overflow: hidden;
}
.header-tools-btn img {
  height: 32px;
}
.header-tools-btn:not(.header-tools-btn.to-switch-language-btn) {
  background-color: #000;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  border: 3px solid #000;
}
.header-tools-btn:not(.header-tools-btn.to-switch-language-btn) img {
  filter: invert(1);
  height: 25px;
  margin-top: 12px;
}
.header-tools-btn:not(.header-tools-btn.to-switch-language-btn) img.btn-info-menu {
  margin-top: 0;
  height: 18px;
}

.overlay-submenu-open.multilevel {
  background-color: #000;
}
.overlay-submenu-open.multilevel a,
.overlay-submenu-open.multilevel a:hover {
  color: #fff;
  opacity: 1;
}

.overlay-submenu-open.multilevel + .overlay-submenu {
  border: 3px solid #000;
  margin-top: 0;
}

.xmark-divider {
  display: flex;
  justify-content: center;
  gap: 3px;
}
.xmark-divider img {
  height: 15px;
  opacity: 0.1;
}

footer:not(.shepherd-content footer) {
  color: var(--color-gray-footer);
  background-color: var(--color-light-1);
  font-size: 14px;
  z-index: 2;
  position: relative;
}
footer:not(.shepherd-content footer) .language__trigger {
  cursor: pointer;
  transition: all 0.3s ease;
}
footer:not(.shepherd-content footer) .language__trigger:hover {
  color: #000;
}
footer:not(.shepherd-content footer) .europe img {
  height: 80px;
  width: auto;
}
footer:not(.shepherd-content footer) .bg-noise {
  display: none;
}
footer:not(.shepherd-content footer) .europeBlock span {
  opacity: 0.3;
}
footer:not(.shepherd-content footer) .europeBlock img {
  opacity: 0.3;
  transition: 0.3s ease all;
}
footer:not(.shepherd-content footer) .europeBlock img:hover {
  opacity: 0.7;
}

footer a {
  font-size: 14px;
  white-space: nowrap;
  color: var(--color-gray-footer);
}
footer a.button_link {
  border: none;
  text-align: left !important;
  font-size: 14px;
  text-transform: inherit;
  transition: 0.2s ease all;
}
footer a.button_link:after {
  background-color: var(--color-gray-footer);
  content: "";
  display: inline-block;
  height: 1px;
  margin-left: 15px;
  margin-top: 2px;
  width: 40px;
  transition: 0.3s ease all;
  opacity: 0.6;
}
footer a.button_link:hover:after {
  background-color: var(--color-dark-1);
  animation: swipe-line 0.8s cubic-bezier(0.475, 0.425, 0, 0.995) forwards;
}

.footer__social .footer__social__text {
  display: none;
}

@media (min-width: 992px) {
  .footer__social {
    position: relative;
    line-height: 50px;
    height: 50px;
    pointer-events: auto;
    overflow: hidden;
  }
  .footer__social:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
  }
  .footer__social .social-buttons {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, -50%, 0);
    transition: all 0.3s ease;
  }
  .footer__social .footer__social__text {
    display: block;
    text-align: right;
    cursor: pointer;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
  }
  .footer__social .footer__social__text > span {
    margin-right: 13px;
  }
  .footer__social:hover .footer__social__text {
    transform: translate3d(0, -50%, 0);
    opacity: 0;
    visibility: hidden;
  }
  .footer__social:hover .social-buttons {
    transform: translateY(-100%);
    opacity: 1;
    visibility: visible;
  }
}
.padder {
  padding-right: 7vw;
  padding-left: 7vw;
}
@media (min-width: 1200px) {
  .padder {
    padding-right: 88px;
    padding-left: 88px;
  }
}
.padder.padder-r-0 {
  padding-right: 0 !important;
}

.content-main {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 25px;
  text-align: left;
}
@media (min-width: 768px) {
  .content-main {
    font-size: 1.8vw;
    line-height: 2.4vw;
  }
}
@media (min-width: 1200px) {
  .content-main {
    font-size: 25px;
    line-height: 35px;
  }
}

.soon {
  position: absolute;
  padding: 10px 20px;
  background-color: #691d1d;
  width: 120%;
  color: #fff;
  font-family: var(--font-third);
  text-transform: uppercase;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-6deg);
  text-align: center;
  left: 50%;
}

.section-title {
  text-wrap: balance;
  font-size: 45px;
  line-height: 45px;
  margin: 0;
}
@media (min-width: 768px) {
  .section-title {
    font-size: 7.5vw;
    line-height: 6.5vw;
  }
}
@media (min-width: 992px) {
  .section-title {
    font-size: 9.8vw;
    line-height: 8.8vw;
  }
}
@media (min-width: 1200px) {
  .section-title {
    font-size: 125px;
    line-height: 110px;
  }
}

.section-title-sub {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 18px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .section-title-sub {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 18px;
  }
}
@media (min-width: 992px) {
  .section-title-sub {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 25px;
  }
}

.section-title-sub-important {
  font-size: 20px;
  background-color: var(--color-danger);
  color: var(--color-light-0);
}

.subsection-title {
  text-wrap: balance;
  font-size: 45px;
  letter-spacing: -1.6px;
  line-height: 45px;
  margin-bottom: 13px;
  margin-left: -2px;
  margin-top: 13px;
}
@media (min-width: 768px) {
  .subsection-title {
    font-size: 6vw;
    letter-spacing: -0.35vw;
    line-height: 5vw;
    margin-bottom: 2.35vw;
    margin-left: -0.5vw;
  }
}
@media (min-width: 1200px) {
  .subsection-title {
    font-size: 85px;
    letter-spacing: -5px;
    line-height: 80px;
    margin-bottom: 30px;
    margin-left: -4px;
  }
}

.home__cover {
  overflow: hidden;
  width: 100%;
  z-index: 1;
  /*
  .section-title {
  	position: absolute;
  	bottom: 100px;
  	padding-top: 10px;
  	font-size: 50px;
  	line-height: 50px;
  	color: white;

  	padding-right: 7vw;
  	padding-left: 7vw;



  	@include media-breakpoint-up(md) {
  		padding-top: 1.5vw;
  		font-size: 7.5vw;
  		line-height: 6.5vw;
  	}

  	@include media-breakpoint-up(lg) {
  		padding-top: 2vw;
  		font-size: 9.8vw;
  		line-height: 8.8vw;
  		padding-right: 88px;
  		padding-left: 88px;
  		bottom: 140px;
  	}

  	@include media-breakpoint-up(xl) {
  		padding-top: 40px;
  		font-size: 140px;
  		line-height: 125px;
  	}
  }*/
}
.home__cover video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home__reservation {
  background-color: black;
  z-index: 1;
}
.home__reservation .subsection-title {
  color: white;
  padding-top: 5px;
  /*font-size: 38px;
  line-height: 38px;
  padding-top: 5px;
  color: white;

  @include media-breakpoint-up(md) {
  	font-size: 7.5vw;
  	line-height: 6.5vw;
  }

  @include media-breakpoint-up(lg) {
  	font-size: 9.8vw;
  	line-height: 8.8vw;
  }

  @include media-breakpoint-up(xl) {
  	font-size: 125px;
  	line-height: 110px;
  }*/
}

#home__restaurants-filter {
  gap: 5px 10px;
}
#home__restaurants-filter div {
  transition: all 0.3 ease;
  white-space: nowrap;
  cursor: pointer;
  height: 35px;
  padding: 5px 0px;
  line-height: 35px;
}
#home__restaurants-filter div.active {
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
}

.r-180 {
  transform: rotate(-180deg);
}

.home__restaurants-nav {
  max-width: 60px;
  gap: 5px;
}

.home__restaurants-nav button {
  border: none;
  background: none;
  padding: 0 3px;
}
.home__restaurants-nav button.disabled {
  opacity: 0.3;
}

#home__restaurants-carousel .owl-stage {
  width: 3000px !important;
}

.home__restaurants {
  background-color: white;
}
.home__restaurants .home__restaurants-item {
  position: relative;
  width: 70vw;
}
@media (min-width: 576px) {
  .home__restaurants .home__restaurants-item {
    width: 50vw;
  }
}
@media (min-width: 768px) {
  .home__restaurants .home__restaurants-item {
    width: 40vw;
  }
}
@media (min-width: 992px) {
  .home__restaurants .home__restaurants-item {
    width: 345px;
  }
}
@media (min-width: 1200px) {
  .home__restaurants .home__restaurants-item {
    width: 450px;
  }
}
@media (max-width: 1199.98px) {
  .home__restaurants img.img-fluid {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}
.home__restaurants .home__restaurants-item-name {
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
  line-height: 32px;
}
.home__restaurants .home__restaurants-item-name img {
  max-height: 15px;
  margin-top: -2px;
}
@media (min-width: 768px) {
  .home__restaurants .home__restaurants-item-name {
    font-size: 22px;
    line-height: 35px;
  }
}
@media (min-width: 992px) {
  .home__restaurants .home__restaurants-item-name {
    font-size: 24px;
    line-height: 35px;
  }
}
@media (min-width: 1200px) {
  .home__restaurants .home__restaurants-item-name {
    font-size: 29px;
    line-height: 45px;
  }
}

.home__giftcards__wrapper {
  min-height: 550px;
  background: #e7e6df;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .home__giftcards__wrapper {
    min-height: 660px;
  }
}
@media (min-width: 992px) {
  .home__giftcards__wrapper {
    min-height: 790px;
  }
}

.home__giftcards {
  padding-bottom: 0;
}
.home__giftcards .wrapper {
  position: absolute;
  left: 0;
  bottom: 20px;
  right: 0;
}
.home__giftcards .home__giftcards-item {
  width: 250px;
  height: 450px;
  margin: 0 auto;
  padding: 40px 30px 30px 30px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: start;
  position: absolute;
  text-align: center;
  font-family: Raleway;
  transition: 1.5s ease all;
  left: 50%;
}
@media (min-width: 992px) {
  .home__giftcards .home__giftcards-item {
    width: 450px;
    height: 700px;
    padding: 30px;
    padding: 90px 50px 50px 50px;
  }
}
.home__giftcards .home__giftcards-item.first {
  background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  transform: translate(-80%, 70px) rotate(-2deg);
}
@media (min-width: 992px) {
  .home__giftcards .home__giftcards-item.first {
    transform: translate(-80%, 110px) rotate(-2deg);
  }
}
.home__giftcards .home__giftcards-item.last {
  transform: translate(-15%, 85px) rotate(1deg);
  background-image: linear-gradient(-225deg, #ffe29f, rgba(255, 169, 160, 0.52) 48%, rgba(255, 112, 154, 0.3));
}
@media (min-width: 992px) {
  .home__giftcards .home__giftcards-item.last {
    transform: translate(-15%, 130px) rotate(1deg);
  }
}
.home__giftcards .home__giftcards-item.center {
  background-image: linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 100%);
  transform: translateX(-50%);
}
.home__giftcards .home__giftcards-item .logo {
  position: absolute;
  right: 20px;
  top: 10px;
}
@media (min-width: 992px) {
  .home__giftcards .home__giftcards-item .logo {
    top: 30px;
    right: 50px;
  }
}
.home__giftcards .home__giftcards-item .logo img {
  height: 20px;
  opacity: 0.3;
}
@media (min-width: 992px) {
  .home__giftcards .home__giftcards-item .logo img {
    height: 30px;
  }
}
.home__giftcards .home__giftcards-item .price {
  font-family: FuturaBold;
  font-size: 60px;
}
@media (min-width: 992px) {
  .home__giftcards .home__giftcards-item .price {
    font-size: 90px;
  }
}
.home__giftcards .home__giftcards-item .desc {
  font-size: 15px;
}
@media (min-width: 992px) {
  .home__giftcards .home__giftcards-item .desc {
    font-size: 20px;
  }
}
.home__giftcards .home__giftcards-item sup {
  font-weight: 700;
  font-size: 27px;
  top: -27px;
}
@media (min-width: 992px) {
  .home__giftcards .home__giftcards-item sup {
    top: -60px;
    font-size: 39px;
  }
}

.home__giftcards__wrapper.intersected .home__giftcards-item.first {
  transform: translate(-100%, 70px) rotate(-6deg);
}
@media (min-width: 992px) {
  .home__giftcards__wrapper.intersected .home__giftcards-item.first {
    transform: translate(-100%, 110px) rotate(-6deg);
  }
}
.home__giftcards__wrapper.intersected .home__giftcards-item.last {
  transform: translate(10%, 85px) rotate(5deg);
}
@media (min-width: 992px) {
  .home__giftcards__wrapper.intersected .home__giftcards-item.last {
    transform: translate(0%, 130px) rotate(4deg);
  }
}

.split-columns {
  flex-direction: row-reverse;
  margin: 0 auto;
}
.split-columns .column-right,
.split-columns .column-left {
  width: 100%;
  height: auto;
  min-height: 450px;
  padding-right: 6vw;
  padding-left: 6vw;
  padding-bottom: 7vw;
  padding-top: 7vw;
}
.split-columns .column-right video,
.split-columns .column-left video {
  pointer-events: none;
}
@media (min-width: 768px) {
  .split-columns .column-right,
.split-columns .column-left {
    min-height: inherit;
    height: 50vw;
    width: 50%;
  }
  .split-columns .column-right video,
.split-columns .column-right img,
.split-columns .column-left video,
.split-columns .column-left img {
    height: 50vw;
  }
}
@media (min-width: 1200px) {
  .split-columns .column-right,
.split-columns .column-left {
    min-height: 750px;
    padding-right: 78px;
    padding-left: 88px;
  }
  .split-columns .column-right video,
.split-columns .column-right img,
.split-columns .column-left video,
.split-columns .column-left img {
    min-height: 750px;
  }
}

.column-40 {
  width: 100% !important;
  transform: rotate(-1deg);
  margin-left: -25px;
}
@media (min-width: 768px) {
  .column-40 {
    width: 40% !important;
  }
}

.column-40r {
  transform: rotate(-1deg);
  width: 100% !important;
  margin-left: 10%;
}
.column-40r img {
  margin-left: 10px;
}
@media (min-width: 768px) {
  .column-40r {
    width: 40% !important;
  }
}

.hasMedia {
  min-height: inherit !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.home__menus {
  color: var(--color-light-1);
  margin-top: -15px !important;
  margin-top: -45px !important;
  transform: skew(0, -2.76deg);
}
.home__menus .subsection-title {
  color: var(--color-light-1);
}
.home__menus .ribbon-left,
.home__menus .ribbon-right {
  min-height: 470px;
  max-height: 750px;
  height: 100%;
}
.home__menus .ribbon-left button img,
.home__menus .ribbon-right button img {
  min-height: inherit !important;
}
@media (min-width: 768px) {
  .home__menus .ribbon-left,
.home__menus .ribbon-right {
    min-height: 55vw;
  }
}
@media (min-width: 992px) {
  .home__menus .ribbon-left,
.home__menus .ribbon-right {
    min-height: 65vw;
  }
}
@media (min-width: 1200px) {
  .home__menus .ribbon-left,
.home__menus .ribbon-right {
    max-height: 100%;
    min-height: inherit;
    height: 750px;
  }
}
.home__menus .ribbon-left {
  background-color: #0b00ff;
  background-color: var(--color-dark-1);
  z-index: 99;
  width: 100%;
}
@media (min-width: 992px) {
  .home__menus .ribbon-left {
    width: 50% !important;
  }
}
.home__menus .ribbon-right {
  background-color: #ff0000;
  background-color: #1c1c1c;
  z-index: 9;
  margin-left: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .home__menus .ribbon-right {
    width: 50% !important;
    margin-top: 0;
  }
}

/*
@keyframes float {
	0% {
		transform: translatey(0) skew(0, -2.76deg)
	}

	50% {
		transform: translatey(-20px) skew(0, -2.76deg)
	}

	to {
		transform: translatey(0) skew(0, -2.76deg)
	}
}*/
.home__sustainable {
  overflow: hidden;
  margin-top: -40px;
  filter: grayscale(0.7);
}
.home__sustainable .column-left {
  margin-top: 40px;
}
.home__sustainable .column-right {
  height: auto;
}
@media (min-width: 768px) {
  .home__sustainable .column-right img {
    height: calc(50vw + 40px);
  }
}
@media (min-width: 1200px) {
  .home__sustainable .column-right {
    min-height: 750px;
  }
  .home__sustainable .column-right video,
.home__sustainable .column-right img {
    min-height: 750px;
  }
}
.home__sustainable img {
  -o-object-fit: cover;
     object-fit: cover;
  border-left: 12px solid #1c1c1c;
}

.home__history {
  background-color: var(--color-light-0);
}
.home__history .column-left {
  margin-left: 0 !important;
}
.home__history img {
  -o-object-fit: cover;
     object-fit: cover;
}

.home__team img {
  -o-object-fit: cover;
     object-fit: cover;
  border-right: 12px solid #1c1c1c;
}

.home__contact {
  background-color: var(--color-light-1);
}
.home__contact .bg-noise:before {
  background-color: var(--color-light-1);
}

@font-face {
  font-family: "Eksell Display";
  src: url(/public/fonts/EksellDisplay-Large.eot);
  src: url(/public/fonts/EksellDisplay-Large.eot?#iefix) format("embedded-opentype"), url(/public/fonts/EksellDisplay-Large.woff2) format("woff2"), url(/public/fonts/EksellDisplay-Large.woff) format("woff");
  font-weight: normal;
  line-height: 1.0625;
}
.is-home .content {
  overflow-x: hidden;
}

.home__apropposit {
  background-color: var(--color-dark-0);
  color: var(--color-light-1);
  text-align: left;
  height: 100vh;
}
@media (min-width: 576px) {
  .home__apropposit {
    height: inherit;
    min-height: 80vh;
  }
}
@media (min-width: 768px) {
  .home__apropposit {
    height: inherit;
    min-height: 60vh;
    min-height: 45vh;
  }
}
@media (min-width: 992px) {
  .home__apropposit {
    min-height: 500px;
  }
}
@media (min-width: 768px) {
  .home__apropposit .content-main {
    max-width: 50vw;
  }
}
.home__apropposit .arrow {
  height: 20px !important;
  min-height: inherit;
  filter: invert(1);
}
.home__apropposit .subsection-title {
  color: white;
}
.home__apropposit .home__apropposit__watermark {
  position: absolute;
  right: -30px;
  top: -60px;
  width: 180px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .home__apropposit .home__apropposit__watermark {
    right: 0px;
  }
}
.home__apropposit .home__apropposit__watermark img {
  transform: rotate(-21deg);
  height: 200px;
}
@media (min-width: 992px) {
  .home__apropposit .home__apropposit__watermark img {
    height: 240px;
  }
}
@media (min-width: 1200px) {
  .home__apropposit .home__apropposit__watermark img {
    height: 330px;
  }
}

.home__apropposit .bg-bottle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-image: url(/public/images/webp/apropposit.webp);
  background-repeat: no-repeat;
  background-size: 95px;
  background-position: center 100%;
  background-position: 70% center;
  background-repeat: no-repeat;
  background-size: 455px;
  background-position: center 90%;
  background-size: 155px;
}
@media (min-width: 576px) {
  .home__apropposit .bg-bottle {
    background-size: 145px;
    background-size: 115px;
    background-position: center 96%;
  }
}
@media (min-width: 768px) {
  .home__apropposit .bg-bottle {
    background-position: 80% 100%;
    background-size: 175px;
    background-position: 80% 50%;
    background-size: 395px;
    background-position: 80% 50%;
    background-size: 115px;
    transform: rotate(-20deg);
  }
}
@media (min-width: 992px) {
  .home__apropposit .bg-bottle {
    background-position: 80% 220%;
    background-size: 155px;
    background-position: 80% 60%;
    background-size: 435px;
    background-position: 70% 130%;
    background-size: 135px;
  }
}
@media (min-width: 1200px) {
  .home__apropposit .bg-bottle {
    background-position: 70% 320%;
    background-size: 210px;
    background-position: 70% 40%;
    background-size: 500px;
    background-position: 70% 100%;
    background-size: 165px;
  }
}

.bg-noise {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.bg-noise:before {
  position: absolute;
  content: "";
  top: -10rem;
  left: -10rem;
  width: calc(100% + 20rem);
  height: calc(100% + 20rem);
  z-index: -1;
  pointer-events: none;
  background-image: url(/public/images/bg-noise.png);
  background-position: 50%;
  animation: BgNoise 1s steps(2) infinite;
  background-color: #e7e6df;
}

@keyframes BgNoise {
  0% {
    transform: translate3d(0, 9rem, 0);
  }
  10% {
    transform: translate3d(-1rem, -4rem, 0);
  }
  20% {
    transform: translate3d(-8rem, 2rem, 0);
  }
  30% {
    transform: translate3d(9rem, -9rem, 0);
  }
  40% {
    transform: translate3d(-2rem, 7rem, 0);
  }
  50% {
    transform: translate3d(-9rem, -4rem, 0);
  }
  60% {
    transform: translate3d(2rem, 6rem, 0);
  }
  70% {
    transform: translate3d(7rem, -8rem, 0);
  }
  80% {
    transform: translate3d(-9rem, 1rem, 0);
  }
  90% {
    transform: translate3d(6rem, -5rem, 0);
  }
  to {
    transform: translate3d(-7rem, 0, 0);
  }
}
.home__apropposit .bg-noise:before {
  background-color: var(--color-dark-1);
}

.home__restaurants {
  background-color: white;
}
.home__restaurants .subsection-title {
  text-wrap: balance;
  font-size: 40px;
  letter-spacing: -1.6px;
  line-height: 40px;
  margin-bottom: 13px;
  margin-left: -2px;
  margin-top: 13px;
}
@media (min-width: 768px) {
  .home__restaurants .subsection-title {
    font-size: 6vw;
    letter-spacing: -0.35vw;
    line-height: 5vw;
    margin-bottom: 2.35vw;
    margin-left: -0.5vw;
  }
}
@media (min-width: 1200px) {
  .home__restaurants .subsection-title {
    font-size: 85px;
    letter-spacing: -5px;
    line-height: 80px;
    margin-bottom: 30px;
    margin-left: -4px;
  }
}

.creative-fullpage--slider {
  background-color: #ffffff;
  z-index: 2;
  width: 100%;
  position: relative;
  flex-direction: column;
  height: 100vh;
  font-size: 16px;
  display: flex;
  -webkit-clip-path: none !important;
          clip-path: none !important;
}

.creative-fullpage--slider .slider-inner {
  background: #000;
  height: 100vh;
  position: relative;
}

.creative-fullpage--slider .swiper-slide {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: left;
  flex-direction: column;
  overflow: hidden;
}

.creative-fullpage--slider .swiper-slide .slider-inner img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100vh;
}

.creative-fullpage--slider .swiper-slide .slider-inner video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.creative-fullpage--slider .swiper-slide .slider-inner .swiper-content {
  position: absolute;
  top: 22%;
  left: 50px;
  z-index: 999;
  left: 0;
  padding-left: 90px;
  padding-right: 90px;
}

.creative-fullpage--slider .swiper-slide .slider-inner::after {
  content: "";
  position: absolute;
  width: 101%;
  height: 100%;
  top: 0;
  left: -1px;
  background-color: transparent;
  background-image: radial-gradient(at center right, #FFFFFF00 50%, #00000096 100%);
}

.swiper-slide .slider-inner .swiper-content .title-area .tag {
  color: #ffffff;
  font-weight: 900;
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 0px;
  font-size: 42px;
  font-family: var(--font-secondary);
}

.swiper-slide .slider-inner .swiper-content .title-area .tag-extra {
  font-size: 70px;
  line-height: 70px;
}

.swiper-slide .slider-inner .swiper-content .title-area .title {
  margin-top: 50px;
  color: #fff;
  font-size: 8vw;
  font-family: var(--font-secondary);
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 50px;
  /*margin-left: -12px;*/
  text-decoration: none;
}

.swiper-slide .slider-inner .swiper-content p.disc {
  font-size: 30px;
  /*20*/
  width: 100%;
  margin-top: 15px;
  margin: 20px 0px 40px 0px;
  font-weight: 400;
  line-height: 42px;
  /*32*/
  color: #FFFFFFB0;
  color: #ffffffbf;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.31);
}

.creative-btn--wrap .creative-slide--btn {
  color: #ffffff;
  /* margin-left: 18px; */
  font-size: 1.4em;
  transition: margin-left 300ms cubic-bezier(0.49, 0, 0.01, 1);
  font-weight: 400;
  display: inline-flex;
  position: relative;
  white-space: nowrap;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
  outline-color: transparent;
  box-shadow: none;
  will-change: transform;
  backface-visibility: hidden;
  padding: 3px 10px;
  background-color: rgba(0, 0, 0, 0.62);
  border-radius: 8px;
}

.creative-btn--wrap .creative-slide--bt-alone {
  color: #ffffff;
  /* margin-left: 18px; */
  font-size: 1.4em;
  font-weight: 400;
  display: inline-flex;
  position: relative;
  white-space: nowrap;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
  outline-color: transparent;
  box-shadow: none;
  will-change: transform;
  backface-visibility: hidden;
}

.creative-btn--circle .circle {
  position: absolute;
  right: calc(100% - 10px);
  top: 0;
  bottom: 0;
  margin: auto;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-clip-path: circle(25% at 50% 50%);
          clip-path: circle(25% at 50% 50%);
  transition: -webkit-clip-path 500ms cubic-bezier(0.49, 0, 0.01, 1);
  transition: clip-path 500ms cubic-bezier(0.49, 0, 0.01, 1);
  transition: clip-path 500ms cubic-bezier(0.49, 0, 0.01, 1), -webkit-clip-path 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--circle .circle .circle-fill {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 100%;
  background-color: #ffffff;
  will-change: transform;
  transform: scale(0);
  z-index: 1;
  transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1), background-color 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--circle .circle-icon {
  transform: translate(-100%, 0%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: 2;
  transition: all 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--circle .circle-icon .icon-arrow {
  width: 20px;
  height: 20px;
  stroke: none;
  fill: #000;
}

.creative-btn--circle .circle-outline {
  fill: transparent;
  width: 10px;
  stroke: #ffffff;
}

.creative-btn--wrap .creative-slide--btn .creative-btn--label {
  margin-left: 4pt;
  margin-left: 0pt;
  transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1);
  font-family: var(--font-secondary);
}

.creative-btn--wrap .creative-slide--btn .creative-btn__border {
  position: absolute;
  left: 4pt;
  right: 0;
  bottom: 0;
  height: 1px;
  background: currentColor;
  transform-origin: right;
  transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1);
  display: none;
}

.creative-btn--wrap .creative-slide--btn:hover .creative-btn--label {
  /* transform: translateX(18px); */
  margin-left: 8pt;
}

.creative-btn--wrap .creative-slide--btn:hover .creative-btn__border {
  transform: scale(0, 1);
}

.creative-btn--wrap .creative-slide--btn:hover {
  margin-left: 38px !important;
}

.creative-btn--wrap .creative-slide--btn:hover .circle {
  -webkit-clip-path: circle(50% at 50% 50%);
          clip-path: circle(50% at 50% 50%);
}

.creative-btn--wrap .creative-slide--btn:hover .circle-fill {
  transform: scale(1, 1);
}

.creative-btn--wrap .creative-slide--btn:hover .circle-icon {
  transform: translate(0%, 0%);
  opacity: 1;
}

.swiper-container-h {
  background-color: #111;
}

.swiper-container-h .swiper-button-next:after,
.swiper-container-h .swiper-button-prev::after {
  content: "";
}

.creative-fullpage--slider .swiper-container-h .swiper-button-next,
.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
  bottom: 5%;
  top: unset;
  transform: scale(1);
  transition: all 0.4s;
  background-color: #FFFFFF00;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  height: 85px;
  width: 85px;
  line-height: 85px;
  border-radius: 50%;
  transition: all 0.4s;
}

.creative-fullpage--slider .swiper-container-h .swiper-button-next {
  right: 50px;
}

.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
  left: 50px;
}

.swiper-container-h .slider-pagination-area {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: unset;
  right: unset;
  bottom: 80px;
  left: 50% !important;
  transform: translateX(-50%);
  width: 500px;
  z-index: 1;
}

.swiper-container-h .slider-pagination-area .slide-range {
  font-size: 16px;
  font-weight: 500;
  margin: 0 15px;
  color: #ffffff;
  line-height: 0;
  position: absolute;
  font-size: 20px;
}

.swiper-container-h .slider-pagination-area .slide-range.one {
  left: -50px;
}

.swiper-container-h .slider-pagination-area .slide-range.three {
  right: -50px;
}

.swiper-container-h .slider-pagination-area .swiper-pagination {
  bottom: 0 !important;
  width: 500px !important;
}

.swiper-container-h .slider-pagination-area .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-container-h .swiper-button-next svg {
  /* content: "\f061";
  				font-family: var(--fa-style-family, "Font Awesome 6 Free");
  				font-weight: var(--fa-style, 900);

  				*/
  fill: #ffffff;
  background: none;
  color: #ffffff;
  height: 60px;
}

.swiper-container-h .swiper-button-prev svg {
  /* content: "\f060";
  				font-family: var(--fa-style-family, "Font Awesome 6 Free");
  				font-weight: var(--fa-style, 900);*/
  fill: #ffffff;
  background: none;
  color: #ffffff;
  height: 60px;
}

.swiper-container-h .swiper-button-next:hover,
.swiper-container-h .swiper-button-prev:hover {
  background: #FFFFFF0D;
}

/* ====================== Responsive Ipad =============================== */
@media (max-width: 991px) {
  .creative-fullpage--slider .swiper-slide .slider-inner .swiper-content {
    width: 100%;
    text-align: center;
    left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .creative-fullpage--slider .swiper-container-h .swiper-button-next,
.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
    height: 50px;
    width: 50px;
    line-height: 50px;
  }

  .swiper-container-h .slider-pagination-area {
    width: 200px !important;
  }

  .swiper-container-h .swiper-button-next svg,
.swiper-container-h .swiper-button-prev svg {
    height: 30px;
  }

  .creative-fullpage--slider .swiper-container-h .swiper-button-next,
.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
    background: #ffffff3b;
  }

  .swiper-container-h .slider-pagination-area .swiper-pagination {
    bottom: 0 !important;
    width: 200px !important;
  }
}
/* ====================== Responsive Iphone =============================== */
@media screen and (max-width: 767px) {
  .swiper-slide .slider-inner .swiper-content .title-area .title {
    font-size: 64px;
  }

  .swiper-slide .slider-inner .swiper-content .title-area .tag {
    margin-bottom: 0px;
    font-size: 24px;
  }

  .swiper-slide .slider-inner .swiper-content .title-area .tag-extra {
    /* margin-bottom: 0px; */
    font-size: 45px;
  }

  .swiper-slide .slider-inner .swiper-content p.disc {
    margin: 20px auto 20px auto;
    font-size: 19px;
    width: 95%;
    line-height: 34px;
  }

  .swiper-container-h .slider-pagination-area {
    display: none;
  }

  /* .swiper-slide .slider-inner .swiper-content p.disc br {
  	display: none;
  } */
}
.swipe-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.35);
}

.onChristmas {
  /*
  footer a,
  .social-buttons>ul>li a,
  footer:not(.shepherd-content footer) .language__trigger{
  	color:#ffffffa9;
  }
  footer a:hover,
  .social-buttons>ul>li a:hover,
  footer:not(.shepherd-content footer) .language__trigger:hover{
  	color:#ffffff;
  }
  footer:not(.shepherd-content footer) .language__trigger img{
  	display: none!important;
  }

  footer:not(.shepherd-content footer){
  	background-color: #E53935!important;
  	color:#ffffffa9;
  }

  footer{
  	.button_solid.button_black {
  		background-color: #fff!important;
  		border-color: #fff!important;
  		color: #E53935!important;
  		}
  }*/
  /*
  	.europeBlock span{
  		color: #fff!important;
  	}*/
}
.onChristmas .home__restaurants {
  background: linear-gradient(#ffffff, #dae4e4);
}
.onChristmas .home__giftcards__wrapper {
  background: url("/regalos.webp") center bottom no-repeat;
  background: #fdf5ef;
  background: #dae4e4;
  background-size: 40%;
  background-position-x: -170px;
}
.onChristmas .home__giftcards__wrapper .bg-noise {
  display: none !important;
}
.onChristmas .home__history .column-right {
  background-color: #00695c;
  background-image: url("https://ld-wp73.template-help.com/woocommerce/prod_26798/v1/wp-content/uploads/2019/11/bg.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.onChristmas .home__history .column-left {
  background-color: #d73532;
  background-image: url("https://ld-wp73.template-help.com/woocommerce/prod_26798/v1/wp-content/uploads/2019/11/bg.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.onChristmas .home__history .content-wrapper, .onChristmas .home__history h2 {
  color: #fff !important;
}
.onChristmas .home__team .column-left {
  z-index: 9;
}
.onChristmas .home__team img {
  border-right: 12px solid #d73532;
  border-right: none;
  background-color: #d73532;
  color: #d73532;
  background: repeating-linear-gradient(46deg, #d73532, #d73532 10px, #ffffff 10px, #ffffff 20px);
  padding: 15px 15px 15px 0;
  margin-bottom: 5px;
}
.onChristmas .home__sustainable img {
  filter: grayscale(0.7);
  border-left: 12px solid #cd3d4d;
  border-left: none;
  background-color: #cd3d4d;
  background-color: #00695c;
  color: #d73532;
  background: repeating-linear-gradient(46deg, #00695c, #00695c 10px, #ffffff 10px, #ffffff 20px);
  padding: 15px 0 15px 15px;
  margin-bottom: 5px;
}
.onChristmas .home__sustainable {
  filter: none;
}
.onChristmas .home__sustainable .button_solid.button_black {
  background-color: #00695c;
  border-color: #00695c;
}
.onChristmas .home__menus .subsection-title {
  color: #fff;
}
.onChristmas .home__menus .ribbon-left {
  background-color: #d73532;
  color: #fff;
}
.onChristmas .home__menus .ribbon-right {
  color: #fff;
  background-color: #00695c;
}
.onChristmas h2:not(main.sustainable h2):not(main.careers h2) {
  font-family: "Eksell Display";
  font-weight: 400;
  line-height: 1.25em;
  letter-spacing: 0px;
  font-family: "Yellowtail", sans-serif;
  font-family: "Noto Serif KR", Sans-serif;
  text-transform: initial;
}
.onChristmas .home__contact {
  color: #fff;
  padding-top: 0;
  margin-top: -120px;
  margin-top: -70px;
  padding-left: 7vw;
  padding-right: 7vw;
}
@media (min-width: 1200px) {
  .onChristmas .home__contact {
    padding-left: 88px;
    padding-right: 88px;
  }
}
.onChristmas .home__contact .padder:nth-child(2n) {
  border-radius: 25px;
  background: linear-gradient(134.51deg, #FF6565 -4.53%, #F34040 94.31%);
  background: linear-gradient(#b72525, #f34039);
}
.onChristmas .home__contact .padder .padder {
  padding: 0 !important;
}
.onChristmas .home__contact h2,
.onChristmas .home__contact label {
  color: #fff !important;
}
.onChristmas .home__contact img {
  padding-bottom: 200px;
}
.onChristmas .home__apropposit {
  background-color: #fff;
  background-color: #EFF7F7;
  background: linear-gradient(#eff7f7, #fff);
  color: #000;
}
.onChristmas .home__apropposit .bg-noise {
  display: none;
}
.onChristmas .home__apropposit .arrow {
  filter: invert(0);
}
.onChristmas .home__apropposit .subsection-title {
  color: #000;
}
.onChristmas .filter-option-inner-inner,
.onChristmas .bootstrap-select ul.dropdown-menu {
  background-color: #13564d;
}
.onChristmas .bootstrap-select .dropdown-toggle,
.onChristmas .bootstrap-select div.dropdown-menu.show {
  border: 2px solid #13564d;
}
.onChristmas .bootstrap-select .dropdown-item {
  background-color: #00695c;
}
.onChristmas .bootstrap-select .dropdown-item:hover {
  background-color: #066257;
}
.onChristmas .bootstrap-select .dropdown-toggle:after {
  box-shadow: none;
}
.onChristmas .button_bordered.button_white {
  border-color: #00695c;
  background-color: #00695c;
  color: #fff;
}
.onChristmas .button_bordered.button_white:hover {
  background-color: #d73532;
  border-color: #d73532;
}
.onChristmas .button_bordered.button_white img, .onChristmas .button_bordered.button_white svg {
  display: none !important;
}
.onChristmas .button_solid.button_black {
  background-color: #d73532;
  border-color: #d73532;
  color: #fff;
}
.onChristmas .home__contact .button_solid.button_black {
  background-color: #fff;
  border-color: #fff;
  color: #d73532;
}
.onChristmas .menu__waste .button_solid.button_black {
  background-color: #c7130f;
  border-color: #c7130f;
  color: #fff;
}
.onChristmas .home__reservation {
  background-color: #fff;
  background: url(/public/images/webp/bg.webp) #c12a26;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.is-home .onChristmas .form-control, .is-home .onChristmas .custom-file-label,
.is-home .onChristmas .custom-file-input,
.is-home .onChristmas .custom-file-label:after {
  border-color: rgba(255, 255, 255, 0.5);
}
.is-home .onChristmas .form-control:focus, .is-home .onChristmas .custom-file-label:focus,
.is-home .onChristmas .custom-file-input:focus,
.is-home .onChristmas .custom-file-label:focus:after {
  border-color: #fff;
  color: #fff;
}

.is-home .onChristmas .custom-switch .custom-control-label span {
  color: #fff;
}

.is-giftcards .onChristmas .form-control, .is-giftcards .onChristmas .custom-file-label,
.is-giftcards .onChristmas .custom-file-input,
.is-giftcards .onChristmas .custom-file-label:after,
.is-career .onChristmas .form-control,
.is-career .onChristmas .custom-file-label,
.is-career .onChristmas .custom-file-input,
.is-career .onChristmas .custom-file-label:after,
.onChristmas main.reservations .form-control,
.onChristmas main.reservations .custom-file-label,
.onChristmas main.reservations .custom-file-input,
.onChristmas main.reservations .custom-file-label:after {
  border-color: #13564da7;
}
.is-giftcards .onChristmas .form-control:focus, .is-giftcards .onChristmas .custom-file-label:focus,
.is-giftcards .onChristmas .custom-file-input:focus,
.is-giftcards .onChristmas .custom-file-label:focus:after,
.is-career .onChristmas .form-control:focus,
.is-career .onChristmas .custom-file-label:focus,
.is-career .onChristmas .custom-file-input:focus,
.is-career .onChristmas .custom-file-label:focus:after,
.onChristmas main.reservations .form-control:focus,
.onChristmas main.reservations .custom-file-label:focus,
.onChristmas main.reservations .custom-file-input:focus,
.onChristmas main.reservations .custom-file-label:focus:after {
  border-color: #13564d;
  color: #13564d;
}

.initial-snow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 999;
}

.initial-snow > * {
  font-size: 25px;
  color: white;
  top: -5vh;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  cursor: default;
  position: fixed;
}

@keyframes snowfall {
  0% {
    transform: translate3d(var(--left-ini), 0, 0);
  }
  100% {
    transform: translate3d(var(--left-end), 110vh, 0);
  }
}
.snow:nth-child(2n) {
  filter: blur(1px);
  font-size: 20px;
}

.snow:nth-child(6n) {
  filter: blur(2px);
  font-size: 15px;
}

.snow:nth-child(10n) {
  filter: blur(5px);
  font-size: 10px;
}

.snow:nth-child(1) {
  --size: 0.8vw;
  --left-ini: 0vw;
  --left-end: -1vw;
  left: 70vw;
  animation: snowfall 9s linear infinite;
  animation-delay: -1s;
}

.snow:nth-child(2) {
  --size: 0.2vw;
  --left-ini: -7vw;
  --left-end: 10vw;
  left: 65vw;
  animation: snowfall 15s linear infinite;
  animation-delay: -8s;
}

.snow:nth-child(3) {
  --size: 1vw;
  --left-ini: 6vw;
  --left-end: 6vw;
  left: 1vw;
  animation: snowfall 9s linear infinite;
  animation-delay: -7s;
}

.snow:nth-child(4) {
  --size: 0.2vw;
  --left-ini: -3vw;
  --left-end: 9vw;
  left: 88vw;
  animation: snowfall 14s linear infinite;
  animation-delay: -5s;
}

.snow:nth-child(5) {
  --size: 0.4vw;
  --left-ini: -2vw;
  --left-end: -9vw;
  left: 74vw;
  animation: snowfall 6s linear infinite;
  animation-delay: -4s;
}

.snow:nth-child(6) {
  --size: 0.2vw;
  --left-ini: 5vw;
  --left-end: 1vw;
  left: 35vw;
  animation: snowfall 6s linear infinite;
  animation-delay: -7s;
}

.snow:nth-child(7) {
  --size: 0.4vw;
  --left-ini: -2vw;
  --left-end: -1vw;
  left: 27vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -8s;
}

.snow:nth-child(8) {
  --size: 1vw;
  --left-ini: -9vw;
  --left-end: -2vw;
  left: 69vw;
  animation: snowfall 8s linear infinite;
  animation-delay: -8s;
}

.snow:nth-child(9) {
  --size: 0.2vw;
  --left-ini: -1vw;
  --left-end: -5vw;
  left: 84vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -6s;
}

.snow:nth-child(10) {
  --size: 0.2vw;
  --left-ini: 7vw;
  --left-end: -9vw;
  left: 82vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -3s;
}

.snow:nth-child(11) {
  --size: 0.6vw;
  --left-ini: -2vw;
  --left-end: -1vw;
  left: 48vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -1s;
}

.snow:nth-child(12) {
  --size: 0.2vw;
  --left-ini: 5vw;
  --left-end: 6vw;
  left: 39vw;
  animation: snowfall 15s linear infinite;
  animation-delay: -8s;
}

.snow:nth-child(13) {
  --size: 0.2vw;
  --left-ini: 6vw;
  --left-end: 5vw;
  left: 3vw;
  animation: snowfall 9s linear infinite;
  animation-delay: -8s;
}

.snow:nth-child(14) {
  --size: 0.8vw;
  --left-ini: -5vw;
  --left-end: -2vw;
  left: 49vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -8s;
}

.snow:nth-child(15) {
  --size: 0.6vw;
  --left-ini: 10vw;
  --left-end: 4vw;
  left: 77vw;
  animation: snowfall 7s linear infinite;
  animation-delay: -4s;
}

.snow:nth-child(16) {
  --size: 0.8vw;
  --left-ini: -3vw;
  --left-end: 1vw;
  left: 86vw;
  animation: snowfall 14s linear infinite;
  animation-delay: -8s;
}

.snow:nth-child(17) {
  --size: 1vw;
  --left-ini: 6vw;
  --left-end: -7vw;
  left: 18vw;
  animation: snowfall 9s linear infinite;
  animation-delay: -6s;
}

.snow:nth-child(18) {
  --size: 1vw;
  --left-ini: -9vw;
  --left-end: 4vw;
  left: 64vw;
  animation: snowfall 13s linear infinite;
  animation-delay: -7s;
}

.snow:nth-child(19) {
  --size: 1vw;
  --left-ini: 2vw;
  --left-end: -7vw;
  left: 52vw;
  animation: snowfall 15s linear infinite;
  animation-delay: -9s;
}

.snow:nth-child(20) {
  --size: 0.4vw;
  --left-ini: 0vw;
  --left-end: 8vw;
  left: 5vw;
  animation: snowfall 8s linear infinite;
  animation-delay: -9s;
}

.snow:nth-child(21) {
  --size: 0.6vw;
  --left-ini: -9vw;
  --left-end: -2vw;
  left: 10vw;
  animation: snowfall 12s linear infinite;
  animation-delay: -3s;
}

.snow:nth-child(22) {
  --size: 0.8vw;
  --left-ini: -3vw;
  --left-end: -8vw;
  left: 54vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -9s;
}

.snow:nth-child(23) {
  --size: 0.6vw;
  --left-ini: -7vw;
  --left-end: -8vw;
  left: 20vw;
  animation: snowfall 6s linear infinite;
  animation-delay: -3s;
}

.snow:nth-child(24) {
  --size: 0.4vw;
  --left-ini: 10vw;
  --left-end: -4vw;
  left: 68vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -8s;
}

.snow:nth-child(25) {
  --size: 1vw;
  --left-ini: 3vw;
  --left-end: 5vw;
  left: 90vw;
  animation: snowfall 7s linear infinite;
  animation-delay: -9s;
}

.snow:nth-child(26) {
  --size: 1vw;
  --left-ini: -7vw;
  --left-end: 5vw;
  left: 71vw;
  animation: snowfall 13s linear infinite;
  animation-delay: -2s;
}

.snow:nth-child(27) {
  --size: 0.6vw;
  --left-ini: 9vw;
  --left-end: 4vw;
  left: 2vw;
  animation: snowfall 15s linear infinite;
  animation-delay: -5s;
}

.snow:nth-child(28) {
  --size: 1vw;
  --left-ini: -5vw;
  --left-end: 3vw;
  left: 23vw;
  animation: snowfall 12s linear infinite;
  animation-delay: -1s;
}

.snow:nth-child(29) {
  --size: 0.4vw;
  --left-ini: -2vw;
  --left-end: -1vw;
  left: 39vw;
  animation: snowfall 14s linear infinite;
  animation-delay: -9s;
}

.snow:nth-child(30) {
  --size: 0.6vw;
  --left-ini: -9vw;
  --left-end: -5vw;
  left: 76vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -5s;
}

.snow:nth-child(31) {
  --size: 0.4vw;
  --left-ini: -5vw;
  --left-end: 3vw;
  left: 14vw;
  animation: snowfall 8s linear infinite;
  animation-delay: -5s;
}

.snow:nth-child(32) {
  --size: 0.2vw;
  --left-ini: 5vw;
  --left-end: -1vw;
  left: 86vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -9s;
}

.snow:nth-child(33) {
  --size: 0.4vw;
  --left-ini: -3vw;
  --left-end: 10vw;
  left: 66vw;
  animation: snowfall 6s linear infinite;
  animation-delay: -6s;
}

.snow:nth-child(34) {
  --size: 1vw;
  --left-ini: -3vw;
  --left-end: 6vw;
  left: 75vw;
  animation: snowfall 14s linear infinite;
  animation-delay: -9s;
}

.snow:nth-child(35) {
  --size: 1vw;
  --left-ini: -6vw;
  --left-end: 7vw;
  left: 22vw;
  animation: snowfall 7s linear infinite;
  animation-delay: -5s;
}

.snow:nth-child(36) {
  --size: 1vw;
  --left-ini: 3vw;
  --left-end: 4vw;
  left: 10vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -10s;
}

.snow:nth-child(37) {
  --size: 0.6vw;
  --left-ini: 2vw;
  --left-end: 10vw;
  left: 95vw;
  animation: snowfall 13s linear infinite;
  animation-delay: -6s;
}

.snow:nth-child(38) {
  --size: 0.8vw;
  --left-ini: 5vw;
  --left-end: 8vw;
  left: 34vw;
  animation: snowfall 9s linear infinite;
  animation-delay: -10s;
}

.snow:nth-child(39) {
  --size: 0.8vw;
  --left-ini: 4vw;
  --left-end: 0vw;
  left: 80vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -2s;
}

.snow:nth-child(40) {
  --size: 0.8vw;
  --left-ini: 1vw;
  --left-end: -7vw;
  left: 45vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -4s;
}

.snow:nth-child(41) {
  --size: 0.2vw;
  --left-ini: 9vw;
  --left-end: 10vw;
  left: 82vw;
  animation: snowfall 8s linear infinite;
  animation-delay: -2s;
}

.snow:nth-child(42) {
  --size: 1vw;
  --left-ini: 9vw;
  --left-end: -9vw;
  left: 22vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -6s;
}

.snow:nth-child(43) {
  --size: 0.6vw;
  --left-ini: 5vw;
  --left-end: 8vw;
  left: 66vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -1s;
}

.snow:nth-child(44) {
  --size: 0.6vw;
  --left-ini: -5vw;
  --left-end: -2vw;
  left: 75vw;
  animation: snowfall 12s linear infinite;
  animation-delay: -4s;
}

.snow:nth-child(45) {
  --size: 0.2vw;
  --left-ini: 0vw;
  --left-end: 3vw;
  left: 2vw;
  animation: snowfall 7s linear infinite;
  animation-delay: -5s;
}

.snow:nth-child(46) {
  --size: 0.2vw;
  --left-ini: 8vw;
  --left-end: -3vw;
  left: 94vw;
  animation: snowfall 8s linear infinite;
  animation-delay: -9s;
}

.snow:nth-child(47) {
  --size: 0.6vw;
  --left-ini: -6vw;
  --left-end: -9vw;
  left: 95vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -4s;
}

.snow:nth-child(48) {
  --size: 0.2vw;
  --left-ini: -5vw;
  --left-end: 6vw;
  left: 34vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -6s;
}

.snow:nth-child(49) {
  --size: 0.8vw;
  --left-ini: 4vw;
  --left-end: 8vw;
  left: 22vw;
  animation: snowfall 12s linear infinite;
  animation-delay: -10s;
}

.snow:nth-child(50) {
  --size: 0.2vw;
  --left-ini: -4vw;
  --left-end: 4vw;
  left: 100vw;
  animation: snowfall 14s linear infinite;
  animation-delay: -9s;
}

@media (min-width: 768px) {
  .home__giftcards__wrapper {
    min-height: 530px;
  }
}
@media (min-width: 992px) {
  .home__giftcards__wrapper {
    min-height: 720px;
  }
}
@media (min-width: 1200px) {
  .home__giftcards__wrapper {
    min-height: 820px;
  }
}

.sustainable {
  overflow-x: hidden;
}
.sustainable .bg-noise:before {
  background-color: transparent;
}
.sustainable video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: inherit !important;
  min-height: inherit !important;
}

.sustainable__cover {
  overflow: hidden;
  width: 100%;
  z-index: 1;
}
.sustainable__cover iframe {
  pointer-events: none;
}

.sustainable__video__control {
  z-index: 99;
  cursor: pointer;
  position: absolute;
  bottom: 15px;
  left: 10px;
  white-space: nowrap;
  padding: 10px;
  font-size: 1.5rem;
  line-height: 1.5rem;
  width: 47px;
  background: #000;
  border-radius: 5px;
  color: #fff;
  transition: 0.3s ease opacity;
}
.sustainable__video__control:hover {
  opacity: 0.8;
}
.sustainable__video__control.active {
  background: transparent;
  opacity: 0.4;
}
.sustainable__video__control.active:hover {
  opacity: 1;
}
.sustainable__video__control img {
  height: 20px !important;
  filter: invert(1);
}

.sustainable__video__control__audio {
  left: 65px;
}

.sustainable__video__control__audio.is-ios {
  left: 10px !important;
}

.sustainable__honor__video__control--audio {
  left: 10px;
}

.sustainable__intro {
  position: relative;
  background-color: #2a1c1c;
  background-color: #141111;
  color: #fff;
  position: relative;
}
.sustainable__intro h1,
.sustainable__intro h2 {
  color: #fff;
}
.sustainable__intro .padder {
  z-index: 10;
  position: relative;
}
.sustainable__intro .sustainable__divider {
  width: calc(100% + 20px);
  height: 100px;
  position: absolute;
  top: -2px;
  z-index: 2;
  background-color: #2a1c1c;
  background-color: #141111;
  transform: rotate(-2deg);
  transform-origin: 0;
  z-index: 9;
}

.onChristmas .sustainable__intro {
  background-color: #d73532;
}
.onChristmas .sustainable__intro .sustainable__divider {
  background-color: #d73532;
}

.onChristmas .sustainable .splitted h2 {
  background-color: #00695c;
}

.embed-responsive {
  box-shadow: 0 50px 35px -35px rgba(0, 0, 0, 0.32);
  border-radius: 5px;
  background-color: #000;
}

.lazyframe {
  background-color: #000;
  width: 100%;
  box-shadow: 0 50px 35px -35px rgba(0, 0, 0, 0.65);
  background-color: #000 !important;
  background-image: none !important;
}

.lazyframe.isLoaded {
  box-shadow: none;
  background-image: none;
}

.lazyframe__title {
  display: none;
}

.lazyframe[data-vendor=youtube]:after,
.lazyframe[data-vendor=youtube_nocookie]:after {
  width: 48px;
  opacity: 1;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="white" d="M384 256L0 32V480L384 256z"/></svg>');
  background-size: 50%;
  transition: 0.3s opacity ease-in-out;
}

.lazyframe[data-vendor=youtube]:hover:after,
.lazyframe[data-vendor=youtube_nocookie]:hover:after {
  opacity: 0.4;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="white" d="M384 256L0 32V480L384 256z"/></svg>');
}

iframe {
  background-color: #000;
  border-radius: 5px !important;
  aspect-ratio: 16/9 !important;
}

.iframe__youtube__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
}

.sustainable__done {
  background-color: var(--color-light-3);
}

.sustainable__done__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  text-align: left;
}

.sustainable .splitted h2 {
  background-color: var(--color-dark-2);
  color: var(--color-light-1);
  padding: 10px 10px 3px 10px;
}

.sustainable__partners .content-main a {
  flex-grow: 1;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  text-align: center;
}
@media (min-width: 768px) {
  .sustainable__partners .content-main a {
    width: calc(50% - 1.5rem);
    max-width: calc(50% - 1.5rem);
    border: none;
  }
}
@media (min-width: 992px) {
  .sustainable__partners .content-main a {
    width: calc(33% - 1.5rem);
    max-width: calc(33% - 1.5rem);
  }
}

.sustainable .figure-logo img {
  margin-bottom: 20px;
  max-height: 80px;
  max-width: 220px;
}
@media (min-width: 768px) {
  .sustainable .figure-logo img {
    max-width: inherit;
  }
}

.video__wrap iframe {
  pointer-events: none;
}

.video__wrap img {
  min-height: inherit !important;
}

.sustainable__honor.split-columns .column-left, .sustainable__honor.split-columns .column-right {
  height: inherit;
  min-height: inherit;
}
@media (max-width: 767.98px) {
  .sustainable__honor.split-columns .column-left {
    padding-bottom: 0;
  }
  .sustainable__honor.split-columns .column-right {
    padding-top: 0;
  }
}

main.menu h1 {
  font-family: var(--font-primary);
  color: #000;
  font-size: 18px;
  font-weight: 700;
}

main.menu .initial-snow {
  z-index: 0;
}

main.menu section {
  padding: 50px 0;
}
@media (min-width: 992px) {
  main.menu section {
    padding: 125px 0 60px 0;
  }
}

.noprice {
  border-radius: 4px !important;
  margin-right: 0 !important;
  border-right: 1px solid !important;
  border-left: 1px solid !important;
}

.menu__waste {
  color: #fff;
  z-index: 1001;
  background-color: var(--color-light-1);
  padding-left: 0;
  padding-right: 3vw;
  padding-right: 7vw;
  padding-right: 0;
}
.menu__waste .menu__waste__title {
  font-weight: 100;
  font-family: var(--font-third);
  line-height: 18px;
  padding-top: 4px;
}
.menu__waste .menu__waste__showing {
  font-size: 14px;
}
.menu__waste .menu__waste__counter {
  font-size: 14px;
  font-family: var(--font-third);
}
.menu__waste .menu__waste__icon {
  filter: invert(1);
  height: 15px;
}
.menu__waste .button {
  font-size: 19px;
  border-radius: 4px;
  display: flex;
  width: 100%;
  padding-right: 7vw;
  border-radius: 0;
  align-items: center !important;
  justify-content: space-between;
  cursor: default;
  font-size: 18px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
@media (min-width: 1200px) {
  .menu__waste .button {
    padding-right: 88px;
  }
}
.menu__waste .menu__dish-counter {
  padding-bottom: 6px;
  padding-top: 10px;
}
@media (min-width: 992px) {
  .menu__waste .menu__dish-counter {
    padding-bottom: 14px;
    padding-top: 16px;
  }
}

.menu__waste__food {
  color: #fff;
  z-index: 1001;
  background-color: var(--color-success);
  padding-left: 0;
  padding-right: 3vw;
  padding-right: 7vw;
  padding-right: 0;
}
.menu__waste__food .menu__waste__food__title {
  font-weight: 100;
  font-family: var(--font-third);
  line-height: 18px;
  padding-top: 4px;
}

@media (min-width: 768px) {
  .sticky-on-menu {
    padding-top: 40px !important;
  }
}
@media (min-width: 992px) {
  .sticky-on-menu {
    padding-top: 60px !important;
  }
}
.hspaces {
  border: none;
  height: 100%;
  width: 100%;
}

#sliding-blava .sliding-sidebar-inner {
  background: #09866b;
}
#sliding-blava .sliding-sidebar-inner div .btn {
  border: none;
  color: var(--color-light-1);
}
#sliding-blava .sliding-sidebar-inner div .btn.btn-hspaces {
  background: #09866b;
}
#sliding-blava .sliding-sidebar-inner div .btn.btn-hspaces.active:hover, #sliding-blava .sliding-sidebar-inner div .btn.btn-hspaces.active {
  background: #096b54;
  color: var(--color-light-1);
}
#sliding-blava .sliding-sidebar-inner div .btn.btn-hspaces:hover {
  background: #085b47;
  color: var(--color-light-1);
}
#sliding-blava .sliding-sidebar-inner iframe {
  border: none;
  height: calc(100% - 44px);
  width: 100%;
}

.menu .apropposit_block {
  color: var(--color-dark-1);
}
.menu .apropposit_block img {
  max-width: 150px;
}

.menu .apropposit_block_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/public/images/webp/apropposit_bg_mov.webp);
  background-position-y: center;
  filter: saturate(15%) grayscale(10%);
  opacity: 0.1;
  background-size: cover;
}
@media (min-width: 768px) {
  .menu .apropposit_block_bg {
    background-image: url(/public/images/webp/apropposit_bg_desk.webp);
    background-position-y: 95%;
  }
}

.menu .apropposit_discount {
  font-size: 40px;
}

@media (min-width: 992px) {
  main.menu.in-grid .menu__category__content {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: stretch;
  }
  main.menu.in-grid .menu__category__content .menu__dish {
    flex: 1 1 50%;
    overflow: hidden;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column;
    display: flex;
  }
  main.menu.in-grid .menu__category__content .menu__dish__info {
    background: linear-gradient(9deg, rgba(0, 0, 0, 0.03), rgba(255, 255, 255, 0) 27.31%) !important;
  }
}

.menu__alert {
  text-transform: none;
  font-family: var(--font-primary);
  font-size: 1rem;
  background-color: #911d1d;
  display: inline-flex;
  border-radius: 4px;
  padding: 10px 23px !important;
  align-content: center;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.menu__dish-divider {
  border-top: 1px solid rgba(204, 204, 204, 0.35);
  padding-top: 20px;
}

.menu__dish__name {
  line-height: 1.7;
  cursor: pointer;
  font-weight: bold;
  font-size: 17px;
  font-family: var(--font-primary);
  font-family: var(--font-secondary);
  padding-top: 2px !important;
}
@media (min-width: 768px) {
  .menu__dish__name {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .menu__dish__name {
    font-size: 20px;
  }
}

.menu__dish__tags {
  width: 100%;
  position: relative;
  margin-left: 6px;
  cursor: default;
}
@media (min-width: 576px) {
  .menu__dish__tags {
    width: inherit;
  }
}
@media (min-width: 992px) {
  .menu__dish__tags {
    margin-left: 0;
  }
}

.menu__dish__description {
  color: #000;
}
.menu__dish__description strong {
  font-weight: 700;
}
.menu__dish__description .menu-rich-video {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  border: 0;
  margin-bottom: 0 !important;
}

html,
body {
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

:root {
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
}

.menu__label {
  font-family: var(--font-third);
  white-space: nowrap;
  display: inline-block;
  font-size: 0.8125rem;
  min-width: 35px;
  border: 2px solid #d5d5d5;
  font-weight: 700;
  border-radius: 4px;
  margin-left: -5px;
  background-color: var(--color-light-1);
  padding: 7.08px 13.2px 3.68px;
  line-height: 16px;
  margin-bottom: 3px;
  z-index: 1;
  background-color: var(--color-light-1);
}
@media (min-width: 992px) {
  .menu__label {
    border: 1px solid #d5d5d5;
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-left: 0px;
    margin-right: -3px;
    margin-bottom: 0;
  }
}
.menu__label--price, .menu__label--add-list {
  font-weight: 600;
  background: #000;
  border-color: #000;
  border: 2px solid #000;
  cursor: pointer;
  color: #fff;
  border-radius: 4px;
  z-index: 10;
  margin-left: 0;
}
.menu__label--add-list {
  z-index: 1000;
  padding: 5px 13.2px 3.9px;
  width: 18px;
  margin-left: -5px;
}
@media (min-width: 992px) {
  .menu__label--add-list {
    margin-left: 0;
    padding: 5px 13.2px 4.4px;
    background-color: var(--color-light-1);
  }
}
.menu__label--add-list-comb {
  z-index: 998;
  border-radius: 4px;
}
.menu__label--add-list-comb:not(.menu__label--add-list-comb-nostock):hover {
  background-color: #000 !important;
}
.menu__label--add-list-comb:not(.menu__label--add-list-comb-nostock):hover .menu__label {
  background-color: transparent !important;
}
.menu__label--add-list-comb:not(.menu__label--add-list-comb-nostock):hover .menu__label * {
  color: #fff !important;
}
.menu__label--price {
  z-index: 998;
  padding-right: 3px;
}
.menu__label--price-nostock {
  padding-right: 14px;
  cursor: default;
  margin-bottom: 0;
}
.menu__label--promo {
  background-color: #af1212;
  border-color: #af1212;
}
.menu__label--promo a {
  color: #fff !important;
}
.menu__label--promo:hover {
  background-color: #550202;
  border-color: #550202;
}
.menu__label--gluten-free {
  background: #795c28;
  border-color: #795c28;
  z-index: 6;
}
@media (min-width: 992px) {
  .menu__label--gluten-free {
    z-index: 9;
  }
}
.menu__label--gluten-free-option {
  background: rgba(121, 92, 40, 0.45);
  background: rgba(171, 150, 112, 0.69);
  border-color: rgba(121, 92, 40, 0);
  background: transparent;
  border-color: #d6a64e;
  color: #d6a64e;
  z-index: 5;
}
@media (min-width: 992px) {
  .menu__label--gluten-free-option {
    z-index: 8;
  }
}
.menu__label--vegan {
  background-color: #2e3829;
  border-color: #2e3829;
  z-index: 3;
}
@media (min-width: 992px) {
  .menu__label--vegan {
    z-index: 6;
  }
}
.menu__label--eco {
  background-color: #b19665;
  border-color: #b19665;
  z-index: 4;
}
@media (min-width: 992px) {
  .menu__label--eco {
    z-index: 7;
  }
}
.menu__label--alcohol-free {
  background-color: transparent;
  border-color: #254c78;
  color: #254c78;
  z-index: 2;
}
@media (min-width: 992px) {
  .menu__label--alcohol-free {
    z-index: 5;
  }
}
.menu__label--hybrid {
  transition: 0.2s ease all;
  background: #252525;
  border-color: #252525;
  padding: 0.5rem 0.4rem 0.4rem;
}

.menu__dish__tags .fst {
  z-index: 999;
  margin-right: 0;
  margin-left: -6px;
}
@media (min-width: 992px) {
  .menu__dish__tags .fst {
    margin-right: 0;
    margin-left: 0;
  }
}

.menu__label {
  background-color: var(--color-light-1);
}
.menu__label--gluten-free {
  border-color: #d6a64e;
  color: #d6a64e;
}
.menu__label--vegan {
  border-color: #729961;
  color: #729961;
}
.menu__label--eco {
  border-color: #b19665;
  color: #b19665;
}
.menu__label--promo {
  transition: 0.3s all ease;
  /*	background-color: #af1212;
  border-color: #af1212;*/
  background-color: #550202;
  border-radius: 4px;
  border: 2px solid #550202;
  z-index: 11;
  margin-left: 0;
  padding: 0;
  margin-left: -6px;
}
.menu__label--promo a {
  padding: 0.38rem 0.7rem 0.23rem;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .menu__label--promo a {
    padding-right: 0.7rem;
  }
}
.menu__label--promo:hover {
  background-color: #000;
  border-color: #000;
}
@media (min-width: 992px) {
  .menu__label--promo {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .menu__label--promo {
    margin-right: 0 !important;
    position: absolute;
    right: 0;
    bottom: -22px;
  }
}
.menu__label--stock {
  transition: 0.3s all ease;
  cursor: default;
  border-radius: 4px;
  border-width: 2px;
  background-color: #862020;
  border: 2px solid #060606;
  /* border-left: 0; */
  margin-left: -5px;
  z-index: 9999;
  color: #fff;
}
.menu__label--alcohol-free {
  border-color: #4b81bf;
  color: #4b81bf;
}
.menu__label--hybrid {
  background: rgba(255, 255, 255, 0.64);
  border-color: #434343;
  color: #434343;
}
.menu__label--like {
  border: none;
  border-color: #d7d7d7;
  color: #a7a7a7;
  cursor: pointer;
}
.menu__label--like.liked {
  border-color: #d97d7d;
  border-color: #e6b6b6;
  color: #dd9393;
}
.menu__label--like.liked i {
  color: #dd9393;
}
.menu__label--like.liked .menu__like-heart-outline {
  opacity: 0;
}
.menu__label--like.liked .menu__like-heart-fill {
  opacity: 1;
  transform: scale(1);
}
.menu__label--like .menu__like-heart {
  height: 13px;
  margin-top: -2px;
  fill: currentcolor;
  overflow: visible;
}
.menu__label--like .menu__like-heart-outline,
.menu__label--like .menu__like-heart-fill {
  transform-origin: center;
  transition: opacity 0.18s ease, transform 0.18s ease;
}
.menu__label--like .menu__like-heart-fill {
  opacity: 0;
  transform: scale(0.84);
}

.menu__dish__tags .menu__label--price:not(.menu__label--price:first-child) {
  margin-left: 0;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .menu__dish__tags .menu__label--price:not(.menu__label--price:first-child) {
    margin-left: -5px;
  }
}
@media (min-width: 992px) {
  .menu__dish__tags .menu__label--price:not(.menu__label--price:first-child) {
    margin-left: 0;
    margin-right: -3px;
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-left: 2px solid #000;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
}

@media (min-width: 992px) {
  .menu__dish__tags .menu__label--price:first-child {
    margin-right: 0 !important;
  }
}

.menu__dish:hover .menu__label--hybrid {
  background: #524040;
  border-color: #524040;
  color: #fff;
}

.menu__dish:hover .menu__label--hybrid {
  background: #000;
  border-color: #000;
}

.menu__dish__gallery-init {
  margin: 0;
  background: transparent;
  border: none;
  display: block;
  border-radius: 4px;
}
.menu__dish__gallery-init div {
  position: relative;
}
@media (max-width: 575.98px) {
  .menu__dish__gallery-init div {
    width: 100%;
  }
}
.menu__dish__gallery-init div .gal-svg {
  height: 25px;
  opacity: 0.5;
  padding: 2px;
  pointer-events: none;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 25px;
  z-index: 2;
  filter: invert(1);
}
.menu__dish__gallery-init--default {
  cursor: default !important;
}
.menu__dish__gallery-init img {
  width: 100%;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-radius: 5px;
  box-shadow: -24px 22px 25px -24px rgba(0, 0, 0, 0.1), 0 -3px 100px rgba(0, 0, 0, 0.06) inset;
}
@media (min-width: 576px) {
  .menu__dish__gallery-init img {
    max-width: 230px;
  }
}
.menu__dish__gallery-init .menu-lazy-picture {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.08);
}
@media (min-width: 576px) {
  .menu__dish__gallery-init .menu-lazy-picture {
    max-width: 230px;
  }
}
.menu__dish__gallery-init .menu-lazy-picture::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
  transform: translateX(-100%);
  pointer-events: none;
}
.menu__dish__gallery-init .menu-lazy-picture.is-loading::after {
  animation: menuDishImageSkeleton 1.2s ease-in-out infinite;
}
.menu__dish__gallery-init .menu-lazy-picture:not(.is-loading)::after {
  display: none;
}
.menu__dish__gallery-init .menu-lazy-picture.is-loading img {
  opacity: 0;
}
.menu__dish__gallery-init .menu-lazy-picture img {
  display: block;
  transition: opacity 0.18s ease;
}

@keyframes menuDishImageSkeleton {
  100% {
    transform: translateX(100%);
  }
}
.menu__dish__info {
  background: linear-gradient(to top, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0)) !important;
}

.menu__dish__info > a,
.menu__dish__info > div > a {
  outline: none !important;
}
@media (max-width: 575.98px) {
  .menu__dish__info > a,
.menu__dish__info > div > a {
    width: 100%;
  }
}

@media (min-width: 576px) {
  .menu__dish__info__button {
    max-width: 230px;
  }
}

.menu__dish__allergens {
  gap: 0.5rem;
}

.menu__dish__allergens__badge {
  border: 0;
  border-radius: 0.25rem;
  display: inline-block;
  font-size: 0.8667em;
  font-weight: 500;
  line-height: 1;
  padding: 0.4235em 0.77em;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}
.menu__dish__allergens__badge.contains {
  background-color: #ebd2d3;
  color: #d75559;
}
.menu__dish__allergens__badge.traces {
  background-color: #f7d8bd;
  color: #df8e40;
}
.menu__dish__allergens__badge.glutenfree_option {
  background-color: #ddf6e8;
  color: #28c76f;
}
.menu__dish__allergens__badge.undefined {
  background-color: #e0e0e4;
  color: #2f3349;
}

.menu__dish__allergens__pill {
  display: flex;
  flex: 1 0 100%;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding-bottom: 1px;
  display: flex;
  flex: 1 0 100%;
  /* flex-direction: column; */
  /* justify-content: center; */
  align-items: center;
  /* max-width: 45px; */
  overflow: hidden;
  flex: 1 0 50%;
  flex-direction: row;
  flex: initial;
}
.menu__dish__allergens__pill span {
  display: none;
}
.menu__dish__allergens__pill img {
  margin-right: 7px;
  border: 2px solid #672925;
  border-radius: 50%;
  margin: 0;
  padding: 5px;
  height: 45px;
  width: 45px;
}
.menu__dish__allergens__pill.traces img {
  filter: hue-rotate(-305deg) brightness(315%) saturate(50%);
  border: 2px solid #551814;
}
.menu__dish__allergens__pill.contains img {
  filter: brightness(120%);
}
.menu__dish__allergens__pill.undefined {
  position: relative;
}
.menu__dish__allergens__pill.undefined:before {
  content: "?";
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: 9;
  font-weight: 700;
  color: #aaa;
}
.menu__dish__allergens__pill.undefined img {
  filter: brightness(185%) saturate(0%);
  border: 2px dotted #222;
  border-radius: 100%;
}

.menu__dish__allergens__pill.traces img {
  filter: hue-rotate(-305deg) brightness(415%) saturate(60%);
  filter: hue-rotate(-305deg) brightness(500%) saturate(30%);
}
.menu__dish__allergens__pill.contains img {
  filter: brightness(170%);
  filter: brightness(150%);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.menu__divider {
  font-size: 1.5625rem;
}

.menu__modal-info p:last-child {
  margin-bottom: 5px;
}

#menu__modal-event {
  z-index: 10000;
}
#menu__modal-event .modal-body {
  padding: 0;
}
#menu__modal-event .close {
  position: absolute;
  right: 0;
  z-index: 9;
  background: url(https://static.wixstatic.com/media/0da768_880a3209e3744cd0a96b66835a01b8c5.png/v1/crop/x_0,y_0,w_256,h_256/0da768_880a3209e3744cd0a96b66835a01b8c5.png) #af0000;
  color: #fff;
  opacity: 1;
  padding: 5px 11px;
}
#menu__modal-event .close:hover {
  background-color: #900101;
}

.menu__logo img {
  max-height: 120px;
}

/* ------------------------------------------------------------- *
 * Shortcuts
/* ------------------------------------------------------------- */
.menu__shortcuts {
  position: absolute;
  top: 45px;
  right: -4px;
  display: none;
}
@media (min-width: 992px) {
  .menu__shortcuts {
    top: 50px;
  }
}
.menu__shortcuts img {
  filter: invert(1);
  height: 20px;
}
@media (min-width: 768px) {
  .menu__shortcuts {
    right: -6.5px;
  }
}
.menu__shortcuts .menu__shortcuts__item {
  color: #fff;
  height: 40px;
  width: 40px;
  background-color: #8b0c0c;
  transition: 0.3s background-color ease;
  font-size: 1.25rem;
  cursor: pointer;
  display: flex;
}
@media (min-width: 768px) {
  .menu__shortcuts .menu__shortcuts__item {
    height: 45px;
    width: 45px;
  }
}
.menu__shortcuts .menu__shortcuts__item:hover {
  background-color: #6f1111;
}
.menu__shortcuts .menu__shortcuts__item:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.menu__shortcuts .menu__shortcuts__item:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

/* ------------------------------------------------------------- *
 * Shop sliding cart
/* ------------------------------------------------------------- */
.sliding-sidebar-wrap {
  position: relative;
  z-index: 9999;
  pointer-events: initial;
}

.sliding-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: 400px;
  height: 100vh;
  background-color: #1b1b1b;
  font-size: 16px;
  z-index: 2;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.4s ease-in-out;
}
.sliding-sidebar#sliding-ticket .sliding-sidebar {
  width: 500px;
}

#sliding-ticket {
  font-size: 16px;
}
#sliding-ticket .sliding-sidebar-content {
  z-index: 9;
}

@media (max-width: 768px) {
  .sliding-sidebar {
    width: 88% !important;
  }
}
body.sliding-info-open #sliding-info .sliding-sidebar,
body.sliding-blava-open #sliding-blava .sliding-sidebar,
body.sliding-ticket-open #sliding-ticket .sliding-sidebar,
body.sliding-filter-open #sliding-filter .sliding-sidebar {
  transform: translate3d(0, 0, 0);
}

body.sliding-info-open,
body.sliding-blava-open,
body.sliding-ticket-open,
body.sliding-filter-open {
  overflow-y: hidden !important;
}

.sliding-sidebar-cover {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

body.sliding-info-open #sliding-info .sliding-sidebar-cover,
body.sliding-blava-open #sliding-blava .sliding-sidebar-cover,
body.sliding-ticket-open #sliding-ticket .sliding-sidebar-cover,
body.sliding-filter-open #sliding-filter .sliding-sidebar-cover {
  opacity: 0.97;
  visibility: visible;
  pointer-events: initial;
}

body.sliding-info-open #sliding-info .scrollbar-track,
body.sliding-blava-open #sliding-blava .scrollbar-track,
body.sliding-ticket-open #sliding-ticket .scrollbar-track,
body.sliding-filter-open #sliding-filter .scrollbar-track {
  display: none !important;
}

body.sliding-filter-open #sliding-filter .sliding-sidebar-close.sliding-close-alone,
body.sliding-info-open #sliding-info .sliding-sidebar-close.sliding-close-alone,
body.sliding-ticket-open #sliding-ticket .sliding-sidebar-close.sliding-close-alone {
  right: inherit;
  left: -50px;
}

.sliding-sidebar-close {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 20px;
  right: 15px;
  width: 30px;
  height: 30px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 50px;
  color: #fff;
}
.sliding-sidebar-close.sliding-close-alone {
  position: absolute;
  right: 0;
  border-radius: 0;
  top: 0;
  width: 50px;
  height: 50px;
}
.sliding-sidebar-close img {
  transition: transform 0.3s ease 0s;
  filter: invert(1);
  height: 26px;
}

.sliding-sidebar-close:hover img {
  transform: rotate(90deg);
}

/* Shop sliding cart inner */
.sliding-sidebar-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #1d1d1d;
}

.sliding-sidebar-inner {
  background-color: #fff;
}

/* Shop sliding cart content */
.sliding-sidebar-content {
  height: 100%;
  overflow-y: auto;
  padding: 20px 20px;
  padding-top: 13px;
}

.sliding-sidebar-heading {
  border-bottom: 2px solid rgba(120, 120, 120, 0.25);
  font-size: 22px;
  margin: 0;
  padding: 10px 20px 10px;
  background-color: var(--color-dark-2);
  color: var(--color-light-1);
}

#sliding-info .push_menu-title {
  font-weight: 500;
}
#sliding-info .push_menu-legend {
  flex-wrap: wrap;
}
#sliding-info .push_menu-legend > div .legend-ball {
  width: 30px;
  height: 30px;
  position: relative;
}
#sliding-info .push_menu-legend > div .legend-ball:before {
  content: "";
  background: #dfa449;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}
#sliding-info .push_menu-legend > div .legend-ball.legend-contains {
  border-color: #be1919;
}
#sliding-info .push_menu-legend > div .legend-ball.legend-contains:before {
  background: #be1919;
}
#sliding-info .push_menu-legend > div .legend-ball.legend-undefined:before {
  background-color: transparent;
  height: 30px;
  width: 30px;
  border: 2px dotted #aaa;
  border-radius: 100%;
}
#sliding-info .push_menu-legend > div .legend-ball.legend-undefined:after {
  color: #aaa;
  content: "?";
  font-weight: 700;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
#sliding-info .push_menu-legend > div img {
  max-width: 45px;
}
@media (min-width: 576px) {
  #sliding-info .push_menu-legend > div img {
    max-width: 55px;
  }
}
#sliding-info .push_menu-legend > div span span {
  text-transform: uppercase;
  white-space: nowrap;
}
#sliding-info h5 {
  font-size: 1.4rem;
  padding-bottom: 15px;
  text-transform: uppercase;
}
#sliding-info .push_menu-title {
  background: #000;
  color: #fff;
  position: sticky;
  top: 0;
}
#sliding-info .push_menu-title i {
  cursor: pointer;
  width: 65px;
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
  height: 53px;
  padding-right: 1rem;
}
#sliding-info .push_menu__legend-allergens {
  position: relative;
}
#sliding-info .push_menu__legend-allergens > div {
  flex: 0 1 30%;
}
#sliding-info .push_menu__legend-allergens > div img {
  filter: brightness(0%) invert(1);
  max-width: 40px;
  opacity: 0.7;
}
@media (min-width: 768px) {
  #sliding-info .push_menu__legend-allergens > div img {
    max-width: 50px;
  }
}

#sliding-info .push_menu__legend-allergens > div img {
  filter: brightness(0);
  opacity: 1;
}
#sliding-info .legend-ball {
  border-color: #e8a923;
}
#sliding-info .legend-ball:before {
  background: #e8a923;
}
#sliding-info .legend-ball.legend-contains {
  border-color: #b02222;
}
#sliding-info .legend-ball.legend-contains:before {
  background: #b02222;
}
#sliding-info .legend-ball.legend-undefined {
  border-color: #6a6a6a;
}
#sliding-info .legend-ball.legend-undefined:before {
  background: #6a6a6a;
}
#sliding-info .legend-ball.legend-undefined:after {
  color: #fff;
}

.sliding-filter-trigger {
  cursor: pointer;
}

.menu__filter-notification {
  position: absolute;
  top: 19px;
  right: 60px;
  padding: 3px 5px 0;
  border-radius: 3px;
  z-index: 999;
  color: var(--color-light-1);
  background-color: var(--color-dark-1);
}

@media (min-width: 768px) {
  .ol-centered {
    list-style-position: inside;
  }
}

.cursor-default {
  cursor: default !important;
}

/* page header caption title */
.menu-caption-title {
  position: relative;
  margin: 0;
  font-size: 2.3rem;
  font-weight: 700;
  color: #FFF;
  line-height: 1.1;
  z-index: 9;
}
@media (min-width: 576px) {
  .menu-caption-title {
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) {
  .menu-caption-title {
    font-size: 2.6rem;
  }
}
@media (min-width: 992px) {
  .menu-caption-title {
    font-size: 3rem;
  }
}

.menu-caption-title {
  color: #000;
}

/* page header caption subtitle */
.menu-caption-subtitle {
  position: relative;
  margin-top: 40px;
  font-size: calc(15px + 0.5vw);
  font-weight: 500;
  color: #e4e4e4;
  z-index: 9;
}

div.menu__filter-catpicker-wrap {
  background: #000;
}

.menu__filter-catpicker {
  z-index: 998;
  border: 0;
}
.menu__filter-catpicker .filter-option {
  text-align: center !important;
}
.menu__filter-catpicker .dropdown-menu li a {
  text-align: center;
}

div.menu__filter-catpicker {
  border: 0;
}
div.menu__filter-catpicker .dropdown-menu.show {
  right: -5px;
  box-shadow: none !important;
}
div.menu__filter-catpicker.show .dropdown-toggle {
  box-shadow: none !important;
}
div.menu__filter-catpicker .dropdown-toggle:after {
  display: none !important;
}
div.menu__filter-catpicker .filter-option-inner-inner:after {
  border: solid;
  border-width: 0.12rem 0.12rem 0 0;
  color: #fff;
  content: "";
  display: inline-block;
  height: 0.55rem;
  left: 8px;
  margin-left: 0.255em;
  margin-top: 0;
  position: relative;
  top: 5px;
  transform: rotate(135deg);
  vertical-align: 0.255em;
  vertical-align: top;
  width: 0.55rem;
}

div.menu__filter-catpicker.sticky,
div.menu__waste.sticky {
  position: sticky;
  top: 50px;
  z-index: 1002 !important;
}
@media (min-width: 768px) {
  div.menu__filter-catpicker.sticky,
div.menu__waste.sticky {
    top: 0;
  }
}

.forceZindex {
  z-index: 998 !important;
}

div.menu__filter-catpicker {
  background: var(--color-dark-1);
  color: var(--color-light-1);
}

div.menu__filter-catpicker button {
  border: none !important;
  color: var(--color-light-1);
  padding: 0.45rem 0 !important;
}

div.menu__filter-catpicker .filter-option {
  color: var(--color-light-1) !important;
}

/*
.st-logo {
	background: #000 !important;
	display: none;
}

.st-backdrop {
	background: rgba(0, 0, 0, 0.95) !important;
}

.st-disclaimer {
	display: none;
}

.st-close {
	background-color: #af1212 !important;
	border: 2px solid #000 !important;
	border-radius: 5px !important;
	padding: 0 !important;
	height: 45px !important;
	width: 45px !important;
	top: 13px !important;
	display: flex;
	align-items: center;

	>img {
		height: 60% !important;
	}
}

.st-btn {
	width: 51px !important;
	text-align: center !important;

	>span {
		display: none !important;
		width: inherit !important;
	}
}

.st-btn[data-network='evernote'],
.st-btn[data-network='buffer'],
.st-btn[data-network='diaspora'],
.st-btn[data-network='digg'],
.st-btn[data-network='douban'],
.st-btn[data-network='flipboard'],
.st-btn[data-network='getpocket'],
.st-btn[data-network='hackernews'],
.st-btn[data-network='instapaper'],
.st-btn[data-network='iorbix'],
.st-btn[data-network='kakao'],
.st-btn[data-network='kindleit'],
.st-btn[data-network='kooapp'],
.st-btn[data-network='line'],
.st-btn[data-network='linkedin'],
.st-btn[data-network='livejournal'],
.st-btn[data-network='mailru'],
.st-btn[data-network='meneame'],
.st-btn[data-network='odnoklassniki'],
.st-btn[data-network='qzone'],
.st-btn[data-network='reddit'],
.st-btn[data-network='refind'],
.st-btn[data-network='renren'],
.st-btn[data-network='skype'],
.st-btn[data-network='surfingbird'],
.st-btn[data-network='tencentqq'],
.st-btn[data-network='threema'],
.st-btn[data-network='trello'],
.st-btn[data-network='tumblr'],
.st-btn[data-network='vk'],
.st-btn[data-network='viber'],
.st-btn[data-network='wechat'],
.st-btn[data-network='weibo'],
.st-btn[data-network='xing'],
.st-btn[data-network='yahoomail'],
.st-btn[data-network='yummly'],
.st-btn[data-network='googlebookmarks'],
.st-btn[data-network='blogger'],
.st-btn[data-network='gmail'],
.st-btn[data-network='outlook'],
.st-btn[data-network='blm'],
.st-btn[data-network='copy'] {
	display: none !important;
}

.st-btns {
	margin: 100px auto 100px !important;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}

@media(max-width: 1200px) {
	.st-btns {
		margin-top: 50px !important;
		margin-bottom: 50px !important;
	}
}

@media(max-width: 800px) {
	.st-btns {
		margin: 0 auto !important;
		max-width: 90% !important;
		;
		padding: 32px 10px 50px !important;
	}
}
*/
.menu__category__content .menu__dish:first-child .menu__dish-divider {
  border-top: none;
  padding-top: 0;
}

.ticket {
  right: 30px;
  bottom: 30px;
  align-items: center;
  text-align: center;
  position: fixed;
  z-index: 1000;
}

.ticket-hero {
  position: absolute;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  z-index: 1;
  opacity: 0.05;
  background-color: #fff;
  top: 0;
}

.ticket-total {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 0 20px;
  background-color: var(--color-light-3);
  height: 60px;
  display: none;
}

.button-cart {
  cursor: pointer;
  box-shadow: 0 -2px 8px 0 rgba(99, 99, 99, 0.2);
  --background: #000;
  --text: #fff;
  --cart: #fff;
  --tick: var(--background);
  --background: #000;
  --text: #fff;
  --cart: #fff;
  --tick: var(--background);
  background: none;
  background: var(--background);
  border: none;
  border-radius: 34px;
  box-shadow: 2px 2px 26px 3px rgba(84, 84, 84, 0.2);
  color: var(--text);
  cursor: pointer;
  position: relative;
  text-align: center;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-content: center;
  /*
  .cart {
  		position: absolute;
  		left: 50%;
  		top: 50%;
  		margin: -13px 0 0 -18px;
  		transform-origin: 12px 23px;
  		transform: translateX(-120px) rotate(-18deg);
  		&:before,
  		&:after {
  				content: '';
  				position: absolute;
  		}
  		&:before {
  				width: 6px;
  				height: 6px;
  				border-radius: 50%;
  				box-shadow: inset 0 0 0 2px var(--cart);
  				bottom: 0;
  				left: 9px;
  				filter: drop-shadow(11px 0 0 var(--cart));
  		}
  		&:after {
  				width: 16px;
  				height: 9px;
  				background: var(--cart);
  				left: 9px;
  				bottom: 7px;
  				transform-origin: 50% 100%;
  				transform: perspective(4px) rotateX(-6deg) scaleY(var(--fill, 0));
  				transition: transform 1.2s ease var(--fill-d);
  		}
  		svg {
  				z-index: 1;
  				width: 36px;
  				height: 26px;
  				display: block;
  				position: relative;
  				fill: none;
  				stroke: var(--cart);
  				stroke-width: 2px;
  				stroke-linecap: round;
  				stroke-linejoin: round;
  				polyline {
  						&:last-child {
  								stroke: var(--tick);
  								stroke-dasharray: 10px;
  								stroke-dashoffset: var(--offset, 10px);
  								transition: stroke-dashoffset .4s ease var(--offset-d);
  						}
  				}
  		}
  }
  &.loading {
  		--scale: .95;
  		--span-y: -32px;
  		--icon-r: 180deg;
  		--fill: 1;
  		--fill-d: .8s;
  		--offset: 0;
  		--offset-d: 1.73s;
  		.cart {
  				animation: cart 3.4s linear forwards .2s;
  		}
  }*/
}
.button-cart:active {
  --scale: .95;
}
.button-cart img {
  filter: invert(1);
  height: 23px;
}
.button-cart span {
  font-size: 14px;
  font-weight: 500;
  display: block;
  position: relative;
  /*padding-left: 24px;
  	margin-left: -8px;*/
  line-height: 26px;
  /*transform: translateY(var(--span-y, 0));
  	transition: transform .7s ease;*/
  /*&:before,
  	&:after {
  			content: '';
  			width: var(--w, 2px);
  			height: var(--h, 14px);
  			border-radius: 1px;
  			position: absolute;
  			left: var(--l, 8px);
  			top: var(--t, 6px);
  			background: currentColor;
  			transform: scale(.75) rotate(var(--icon-r, 0deg)) translateY(var(--icon-y, 0));
  			transition: transform .65s ease .05s;
  	}
  	&:after {
  			--w: 14px;
  			--h: 2px;
  			--l: 2px;
  			--t: 12px;
  	}*/
}

/*
@keyframes cart {
	12.5% {
			transform: translateX(-60px) rotate(-18deg);
	}
	25%,
	45%,
	55%,
	75% {
			transform: none;
	}
	50% {
			transform: scale(.9);
	}
	44%,
	56% {
			transform-origin: 12px 23px;
	}
	45%,
	55% {
			transform-origin: 50% 50%;
	}
	87.5% {
			transform: translateX(70px) rotate(-18deg);
	}
	100% {
			transform: translateX(140px) rotate(-18deg);
	}
}

*/
.added__animation {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: auto;
  height: 38px;
  width: 38px;
  display: inline-block;
  border: 2px solid #000;
  border-radius: 50%;
  text-align: center;
  opacity: 0;
  transform: scale(0.75) translateY(0px) rotate(-90deg);
  transition: opacity 0.2s ease, transform 0.6s cubic-bezier(0.18, 1.22, 0.61, 1.38);
  background-color: var(--color-light-1);
}
.added__animation span {
  color: #000;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 15px;
  width: 100%;
  margin: auto;
  text-align: center;
  font-size: 14px;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.added__animation.clicked {
  opacity: 1;
  transform: scale(1) translateY(-45px) rotate(0deg);
}

.button-pdf img {
  height: 18px;
}

.sliding-important {
  gap: 10px;
  background-color: #000;
  border-radius: 5px;
}

.ticket-items {
  display: none;
}

.ticket_item_name,
.ticket_item_qty,
.ticket_item_name_price {
  line-height: 20px;
}

.ticket_item_name_price {
  color: #aaa;
  text-transform: capitalize;
  font-style: italic;
  white-space: nowrap;
}

.ticket_item {
  border-bottom: 2px solid #f5f5f5;
  font-size: 15px;
}

.ticket_actions {
  gap: 5px;
}

.ticket_action {
  box-shadow: 0 0 10px rgba(176, 176, 176, 0.4);
  border-radius: 4px;
  height: 30px;
  width: 30px;
  background-color: #000;
  cursor: pointer;
}
.ticket_action img {
  height: 18px;
  filter: invert(1);
}
.ticket_action.ticket_item_delete {
  background-color: #911d1d;
  opacity: 0.4;
  transition: opacity 0.2s ease;
}
.ticket_action.ticket_item_delete:hover {
  opacity: 1;
}

.menu__label--add-list-comb {
  margin-bottom: 3px;
  margin-right: 0px;
  margin-left: -6px;
}
@media (min-width: 992px) {
  .menu__label--add-list-comb {
    margin-right: -6px;
    margin-bottom: 0;
    margin-left: 0;
  }
}
.menu__label--add-list-comb * {
  color: #000;
}
.menu__label--add-list-comb:not(.menu__label--add-list-comb-nostock):hover * {
  color: #fff;
}
.menu__label--add-list-comb:not(.menu__label--add-list-comb-nostock):hover img {
  filter: invert(1);
}
.menu__label--add-list-comb .multiPrice {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-right: 0;
  margin-bottom: 0;
}

.menu__filter-no-results,
.menu__filter-notification {
  display: none;
}

.menu__filter-no-results i {
  font-size: 1.25rem;
  cursor: pointer;
}

.menu__filter-save-wrapper {
  cursor: pointer;
}
.menu__filter-save-wrapper label, .menu__filter-save-wrapper input {
  cursor: pointer;
}

.menu .sliding-sidebar-content .custom-control-label {
  font-weight: normal;
  font-style: normal;
}

.sliding-filter-title {
  font-size: 20px;
  font-weight: 700;
}

.btn-outline-filter {
  border-color: #000;
  color: #000;
  border-radius: 50px;
  border-width: 2px;
  font-size: 14px;
  margin-bottom: 12px;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .btn-outline-filter {
    margin-bottom: 7px;
  }
}

.btn-outline-filter:hover {
  background-color: #dbdbdb;
  border-color: #000;
  color: #000;
}

.btn-outline-filter.active, .btn-outline-filter:active {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.menu__filter-type {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.enterprise .enterprise__cover {
  overflow: hidden;
  width: 100%;
  z-index: 1;
  height: 100vh;
  height: 100svh;
  background-image: url(/public/images/webp/enterprise.webp);
  background-size: cover;
  filter: saturate(50%);
  background-position: center 0;
}
.enterprise .enterprise__cover .bg-noise {
  display: none;
}
@media (max-width: 1199.98px) {
  .enterprise .split-columns .column-left, .enterprise .split-columns .column-right {
    min-height: inherit;
  }
}
.enterprise .split-columns img {
  min-height: inherit;
}
.enterprise .enterprise__end {
  background-color: #fff;
}
.enterprise .enterprise__end img {
  opacity: 0.65;
}
.enterprise .enterprise__origin img {
  opacity: 0.65;
}
.enterprise .enterprise__purpose,
.enterprise .enterprise__apropposit {
  overflow: hidden;
}
.enterprise .enterprise__purpose img,
.enterprise .enterprise__apropposit img {
  border-left: 10px solid #000;
  -o-object-fit: cover;
     object-fit: cover;
}
.enterprise .enterprise__since,
.enterprise .enterprise__sustainable {
  overflow: hidden;
}
.enterprise .enterprise__since img,
.enterprise .enterprise__sustainable img {
  border-right: 10px solid #000;
  -o-object-fit: cover;
     object-fit: cover;
}
.enterprise .old-posit {
  filter: grayscale(1);
}

.split-columns .column-left.hasMedia {
  margin-left: -10%;
}
@media (min-width: 768px) {
  .split-columns .column-left.hasMedia {
    margin-left: -25px;
  }
}

.onChristmas .enterprise__purpose img {
  background: repeating-linear-gradient(46deg, #00695c, #00695c 10px, #ffffff 10px, #ffffff 20px);
  padding: 0 0 15px 15px;
  border: none;
}
@media (max-width: 991.98px) {
  .onChristmas .enterprise__purpose img {
    padding: 15px 0 15px 15px;
  }
}

.onChristmas .enterprise__apropposit img {
  background: repeating-linear-gradient(46deg, #00695c, #00695c 10px, #ffffff 10px, #ffffff 20px);
  padding: 15px 0 15px 15px;
  border: none;
}

.onChristmas .enterprise__sustainable img,
.onChristmas .enterprise__since img {
  background: repeating-linear-gradient(46deg, #00695c, #00695c 10px, #ffffff 10px, #ffffff 20px);
  padding: 15px 15px 15px 0;
  border: none;
}

.is-restaurant .bg-noise:before {
  background-color: transparent;
}
.is-restaurant footer .bg-noise {
  display: block !important;
}

.video-section-title {
  position: absolute;
  bottom: 100px;
  padding-top: 10px;
  font-size: 34px;
  line-height: 50px;
  color: white;
  padding-right: 7vw;
  padding-left: 7vw;
}
.video-section-title span:first-child {
  background-color: #000;
  color: #fff;
}
.video-section-title span:last-child {
  font-size: 40px;
  background-color: #fff;
  color: #000;
}
.video-section-title span:first-child,
.video-section-title span:last-child {
  white-space: nowrap;
  display: inline-block;
  padding: 5px 12px 0px 10px;
}
@media (min-width: 768px) {
  .video-section-title {
    padding-top: 1.5vw;
    font-size: 6.5vw;
    line-height: 6.5vw;
  }
  .video-section-title span:first-child,
.video-section-title span:last-child {
    padding: 11px 16px 4px 12px;
  }
  .video-section-title span:last-child {
    font-size: 7.5vw;
    line-height: 7.5vw;
  }
}
@media (min-width: 992px) {
  .video-section-title {
    padding-top: 2vw;
    font-size: 8.8vw;
    line-height: 8.8vw;
    padding-right: 88px;
    padding-left: 88px;
    bottom: 140px;
  }
  .video-section-title span:first-child,
.video-section-title span:last-child {
    padding: 13px 20px 1px 13px;
  }
  .video-section-title span:last-child {
    font-size: 9.8vw;
    line-height: 9.8vw;
  }
}
@media (min-width: 1200px) {
  .video-section-title {
    font-size: 100px;
    line-height: 100px;
  }
}

.restaurant__cover {
  overflow: hidden;
  width: 100%;
  z-index: 1;
}
.restaurant__cover .bg-noise {
  display: none;
}
.restaurant__cover video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.restaurant__infos {
  transform: skew(0, -2.76deg) translateY(-4.1666666667vw);
  z-index: 2;
  background-color: #000;
}
.restaurant__infos .column-left {
  background-color: var(--color-dark-0);
  min-height: 240px;
}
.restaurant__infos .column-right {
  background-color: var(--color-dark-1);
  min-height: 260px;
}
.restaurant__infos .column-left,
.restaurant__infos .column-right {
  color: #fff;
  max-height: 430px;
}
.restaurant__infos .column-left h2,
.restaurant__infos .column-left a:not(a.button),
.restaurant__infos .column-right h2,
.restaurant__infos .column-right a:not(a.button) {
  color: #fff;
}
@media (max-width: 767.98px) {
  .restaurant__infos .column-left,
.restaurant__infos .column-right {
    max-height: 340px;
  }
}
@media (max-width: 991.98px) {
  .restaurant__infos .column-left,
.restaurant__infos .column-right {
    max-height: 370px;
  }
}
@media (max-width: 1199.98px) {
  .restaurant__infos .column-left,
.restaurant__infos .column-right {
    max-height: 430px;
  }
}

.onChristmas .careers__recruitment img {
  padding: 15px 0 15px 15px;
  background: repeating-linear-gradient(46deg, #00695c, #00695c 10px, #ffffff 10px, #ffffff 20px);
  transform: skew(0, -2.76deg) translateY(-4.1666666667vw);
  clip-path: none !important;
  -webkit-clip-path: none !important;
}
.onChristmas .restaurant__infos .column-left {
  background-color: #d73532;
}
.onChristmas .restaurant__infos .column-right {
  background-color: #00695c;
}

.restaurant__giftcards {
  color: #000;
}
@media (max-width: 767.98px) {
  .restaurant__giftcards .column-left {
    min-height: inherit;
    padding-top: 0;
  }
}
@media (max-width: 767.98px) {
  .restaurant__giftcards .column-right {
    min-height: inherit;
    padding-bottom: 0;
  }
}

.restaurant__giftcards__card {
  position: relative;
  z-index: 1;
}

.restaurant__giftcards__card__inner {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  perspective: 1500px;
  transform-style: preserve-3d;
  height: 330px;
  width: 350px;
  z-index: -1;
}

.restaurant__giftcards__card__inner__card {
  width: 211px;
  height: 300px;
  position: absolute;
  border-radius: 0.75em;
  overflow: hidden;
  box-shadow: 0 0.9px 1.25px rgba(21, 20, 26, 0.025), 0 3px 5px rgba(21, 20, 26, 0.05), 0 12px 20px rgba(21, 20, 26, 0.09);
  backface-visibility: hidden;
  transform: translate3d(0);
  will-change: transform;
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  padding: 11px 20px 20px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: cente;
  align-items: center;
  text-align: center;
  font-family: Raleway;
  overflow: hidden;
}
@media (min-width: 992px) {
  .restaurant__giftcards__card__inner__card {
    width: 300px;
    height: 427px;
  }
}
.restaurant__giftcards__card__inner__card img {
  min-height: inherit !important;
  max-height: 15px;
  filter: invert(1);
  opacity: 0.5;
}
@media (min-width: 992px) {
  .restaurant__giftcards__card__inner__card img {
    max-height: 25px;
  }
}
.restaurant__giftcards__card__inner__card .price {
  font-family: FuturaBold;
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  opacity: 0.8;
}
@media (min-width: 992px) {
  .restaurant__giftcards__card__inner__card .price {
    font-size: 100px;
  }
}
.restaurant__giftcards__card__inner__card .desc {
  font-size: 13px;
  line-height: 20px;
  opacity: 0.5;
  color: #fff;
}
@media (min-width: 992px) {
  .restaurant__giftcards__card__inner__card .desc {
    font-size: 16px;
    line-height: 24px;
  }
}
.restaurant__giftcards__card__inner__card sup {
  font-size: 17px;
  font-weight: 700;
  top: 0;
  position: absolute;
  color: #fff;
  opacity: 0.8;
}
@media (min-width: 992px) {
  .restaurant__giftcards__card__inner__card sup {
    font-size: 35px;
    top: -10px;
  }
}
.restaurant__giftcards__card__inner__card .code {
  display: none;
  color: rgba(255, 255, 255, 0.5);
}

.restaurant__giftcards__card .restaurant__giftcards__card__inner__card:nth-child(1) {
  z-index: 1;
  transform: translateX(-30%) rotateY(45deg);
  background: linear-gradient(121deg, #74c49e, #2c5364);
  transition: all 0.7s ease-out;
}

.restaurant__giftcards__card .restaurant__giftcards__card__inner__card:nth-child(2) {
  z-index: 2;
  transform: translateX(30%) rotateY(45deg);
  background: linear-gradient(121deg, #c074c4, #2c5364);
  transition: all 0.7s ease-out;
}

.restaurant__giftcards__card.hover .restaurant__giftcards__card__inner__card:nth-child(1) {
  transform: translateY(-5%) translateX(-30%) rotateY(0deg);
}

.restaurant__giftcards__card.hover .restaurant__giftcards__card__inner__card:nth-child(2) {
  transform: translateY(5%) translateX(30%) rotateY(0deg);
}

.restaurant__giftcards-serrallo .restaurant__giftcards__card .restaurant__giftcards__card__inner__card:nth-child(1) {
  background: linear-gradient(121deg, #c074c4, #2c5364);
}

.restaurant__giftcards-serrallo .restaurant__giftcards__card .restaurant__giftcards__card__inner__card:nth-child(2) {
  background: linear-gradient(121deg, #b8aa9c, #2c5364);
}

.restaurant__giftcards-pineda .restaurant__giftcards__card .restaurant__giftcards__card__inner__card:nth-child(1) {
  background: linear-gradient(121deg, #b8aa9c, #2c5364);
}

.restaurant__giftcards-pineda .restaurant__giftcards__card .restaurant__giftcards__card__inner__card:nth-child(2) {
  background: linear-gradient(121deg, #74c49e, #2c5364);
}

.restaurant__giftcards-bar .restaurant__giftcards__card .restaurant__giftcards__card__inner__card:nth-child(1) {
  background: linear-gradient(121deg, #d37f2c, #2c5364);
}

.restaurant__giftcards-bar .restaurant__giftcards__card .restaurant__giftcards__card__inner__card:nth-child(2) {
  background: linear-gradient(121deg, #b8aa9c, #2c5364);
}

.restaurant__services {
  background-color: #fff;
}

.restaurant__service__item {
  width: 100%;
}
@media (min-width: 576px) {
  .restaurant__service__item {
    width: inherit;
  }
}
.restaurant__service__item .services_icon {
  margin-right: 20px;
  width: 50px;
}
.restaurant__service__item img {
  display: block;
  max-height: 37px;
}
.restaurant__service__item.takeaway {
  background-color: #651919;
  border-radius: 3px;
  color: #fff;
  padding: 6px 10px 6px 0;
  width: inherit;
  box-shadow: 7px 7px 0 #000;
  animation: shake 7s linear infinite;
  transform: rotate(3deg);
}
@media (min-width: 576px) {
  .restaurant__service__item.takeaway {
    padding: 6px 10px 6px 10px;
  }
}
.restaurant__service__item.takeaway img {
  filter: invert(1);
}

.restaurant__menus {
  background: #000;
  color: #fff;
}
.restaurant__menus .column-right {
  background-color: var(--color-dark-1);
}
.restaurant__menus h2 {
  color: #fff;
}

.onChristmas .restaurant__menus .column-right {
  background-color: #00695c;
}
.onChristmas .restaurant__menus .column-left {
  background-color: #d73532;
}

.restaurant__history {
  color: black;
}
.restaurant__history .column-left,
.restaurant__history .column-right {
  height: inherit;
  min-height: 50vw;
}
.restaurant__history img {
  min-height: 100% !important;
  padding: 10px 10px 0 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .restaurant__history img {
    padding: 0;
  }
}
.restaurant__history.restaurant__history-cambrils img {
  filter: saturate(0);
}

.restaurant__gallery {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .restaurant__gallery {
    margin-top: 0;
    background-color: #120808;
  }
}
.restaurant__gallery .row {
  margin-left: 0;
  margin-right: 0;
}
.restaurant__gallery [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}
.restaurant__gallery img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  opacity: 0.3;
  filter: saturate(0);
  transition: opacity ease-in-out 1.3s, filter ease-in-out 1.5s;
}
@media (min-width: 992px) {
  .restaurant__gallery img {
    transition: filter ease-in-out 1.5s;
    margin-bottom: 20px;
    box-shadow: none;
  }
}
.restaurant__gallery img.intersected {
  opacity: 1;
  filter: saturate(1);
}
@media (min-width: 992px) {
  .restaurant__gallery img.intersected {
    box-shadow: 0 0 0 20px #000, 40px 20px 0 #000, 40px 40px 0 #000, -36px 50px 33px rgba(0, 0, 0, 0.19);
  }
  .restaurant__gallery img.intersected .no-shadow {
    box-shadow: none;
  }
  .restaurant__gallery img.intersected.first {
    box-shadow: 0 0 0 20px #000, 40px 20px 0 #000, 40px 40px 0 #000, -36px 50px 33px rgba(0, 0, 0, 0.19);
    border-top: 20px solid transparent;
  }
  .restaurant__gallery img.intersected.last {
    box-shadow: 0 0 0 20px #000, 40px 20px 0 #000, 40px 40px 0 #000, -36px 50px 33px rgba(0, 0, 0, 0.19);
  }
}

@media (max-width: 991.98px) {
  .onChristmas .restaurant__gallery {
    margin-top: 40px;
  }
}

@media (max-width: 991.98px) {
  .onChristmas .restaurant__gallery img {
    opacity: 1;
  }
}

.onChristmas .restaurant__gallery img.intersected {
  box-shadow: 0 0 0 20px #be3333, 40px 20px 0 #be3333, 40px 40px 0 #be3333, -36px 50px 33px rgba(0, 0, 0, 0.19);
}
.onChristmas .restaurant__gallery img.intersected.first {
  box-shadow: 0 0 0 20px #be3333, 40px 20px 0 #be3333, 40px 40px 0 #be3333, -36px 50px 33px rgba(0, 0, 0, 0.19);
}
@media (min-width: 768px) {
  .onChristmas .restaurant__gallery img.intersected.first {
    border-top: none;
  }
}
.onChristmas .restaurant__gallery img.intersected.last {
  box-shadow: 0 0 0 20px #be3333, 40px 20px 0 #be3333, 40px 40px 0 #be3333, -36px 50px 33px rgba(0, 0, 0, 0.19);
}

.onChristmas .restaurant__gallery {
  background-color: #00695c;
}

.restaurant__reviews .quote {
  height: 80px;
  position: absolute;
  left: 0;
  opacity: 0.05;
}
.restaurant__reviews .owl-dots {
  display: none;
}

@keyframes shake {
  0% {
    transform: rotate(3deg);
  }
  14% {
    transform: rotate(3deg);
  }
  15% {
    transform: rotate(8deg);
  }
  16% {
    transform: rotate(3deg);
  }
  17% {
    transform: rotate(-2deg);
  }
  18% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(3deg);
  }
}
.menu_groups__card {
  align-items: stretch;
  flex-wrap: wrap;
  display: flex;
  box-shadow: 8px 9px 0 #000, 15px 15px 8px rgba(60, 57, 57, 0.08);
  border: 2px solid #000;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  color: #000;
}
.menu_groups__card ul {
  list-style: none;
  margin-bottom: 30px;
  padding-left: 0;
}
.menu_groups__card ul li {
  position: relative;
  padding-left: 14px;
}
.menu_groups__card ul li::before {
  content: "-";
  left: 0;
  position: absolute;
  top: -1px;
  width: 5px;
  overflow: hidden;
}
.menu_groups__card ul li.no + li {
  border: 2px solid #000;
  text-transform: uppercase;
  text-align: center;
  border-radius: 0;
  padding: 3px 20px;
}
@media (min-width: 768px) {
  .menu_groups__card ul li.no + li {
    display: inline-block;
  }
}
.menu_groups__card ul li.no::before,
.menu_groups__card ul li.no + li::before {
  display: none;
}
@media (min-width: 576px) {
  .menu_groups__card ul {
    list-style: none;
    padding: 0;
  }
  .menu_groups__card ul li::before {
    display: none;
  }
}

.menu_groups__card__img {
  max-height: 180px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}

.menu_groups__card__hint {
  color: var(--color-gray-1);
}

@media (max-width: 575.98px) {
  .careers .field_education small {
    display: none;
  }
}
.careers .notification__income {
  background-color: var(--color-dark-3);
  color: var(--color-light-1);
  padding: 3px 10px;
  border-radius: 5px;
  margin-bottom: 5px;
}
.careers .select_field_position .filter-option-inner-inner .tag {
  display: none;
}

.careers-form-title span {
  font-size: 70px;
  line-height: 65px;
  text-shadow: 5px 5px 0 #cfcfcf;
}
@media (min-width: 768px) {
  .careers-form-title span {
    font-size: 8vw;
    line-height: 7.5vw;
  }
}
@media (min-width: 1200px) {
  .careers-form-title span {
    font-size: 130px;
    line-height: 120px;
  }
}

.careers__recruitment {
  color: black;
}
.careers__recruitment img {
  min-height: 100% !important;
  padding: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .careers__recruitment img {
    height: 750px !important;
  }
}
@media (max-width: 767.98px) {
  .careers__recruitment.split-columns .column-left {
    min-height: inherit;
  }
}
@media (max-width: 767.98px) {
  .careers__recruitment.split-columns .column-right img {
    -webkit-clip-path: polygon(0% 25px, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0% 25px, 100% 0, 100% 100%, 0% 100%);
  }
}

.form-control[readonly]#field_date, [readonly]#field_date.custom-file-label,
[readonly]#field_date.custom-file-input,
[readonly]#field_date.custom-file-label:after {
  opacity: 1;
  border-color: #000;
}

.notification__alert--reservations-phone .buttons-wrap,
.alert .buttons-wrap {
  gap: 15px;
}
.notification__alert--reservations-phone .buttons-wrap img,
.alert .buttons-wrap img {
  height: 16px;
}
@media (max-width: 575.98px) {
  .notification__alert--reservations-phone .buttons-wrap a,
.notification__alert--reservations-phone .buttons-wrap .button,
.alert .buttons-wrap a,
.alert .buttons-wrap .button {
    width: 100%;
  }
}

.gradient-1 {
  background: linear-gradient(121deg, #74c49e, #2c5364) !important;
}

.gradient-2 {
  background: linear-gradient(121deg, #c074c4, #2c5364) !important;
}

.gradient-3 {
  background: linear-gradient(121deg, #d37f2c, #2c5364) !important;
}

.gradient-4 {
  background: linear-gradient(121deg, #b8aa9c, #2c5364) !important;
}

.gradient-5 {
  background: linear-gradient(121deg, #ed213a, #93291e) !important;
}

.giftcards .giftcards__wrapper {
  min-height: 310px;
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .giftcards .giftcards__wrapper {
    min-height: 430px;
  }
}
@media (min-width: 992px) {
  .giftcards .giftcards__wrapper {
    min-height: 730px;
  }
}

.giftcards .subsection {
  margin-left: 0;
}

.giftcards .split-columns .column-left,
.giftcards .split-columns .column-right {
  height: inherit;
  min-height: inherit;
}

.giftcards .split-columns .column-left {
  /*background-color: transparent;
  padding: 0;
  box-shadow: none;
  background-image: url(/public/images/Alegria.jpg);
  background-size: cover;*/
  background: var(--color-light-1);
}

.giftcards .giftcard-configure .column-left {
  padding-top: 0;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .giftcards .giftcard-configure .column-left {
    padding-top: 7vw;
    padding-bottom: 7vw;
  }
}

@media (max-width: 991.98px) {
  .giftcards .giftcard-configure {
    padding-top: 30px;
  }
}
@media (max-width: 767.98px) {
  .giftcards .giftcard-configure {
    padding-top: 70px;
  }
}

.giftcards .giftcard-configure .column-right {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .giftcards .giftcard-configure .column-right {
    padding-bottom: 7vw;
  }
}

.giftcards .split-columns {
  flex-direction: row-reverse;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .giftcards .split-columns .column-right,
.giftcards .split-columns .column-left {
    width: 100%;
    height: auto;
    min-height: 450px;
    padding-right: 6vw;
    padding-left: 6vw;
    padding-bottom: 7vw;
    padding-top: 7vw;
  }
}
@media (min-width: 992px) {
  .giftcards .split-columns .column-right,
.giftcards .split-columns .column-left {
    width: 50%;
    min-height: 750px;
    padding-right: 78px;
    padding-left: 88px;
  }
}

.giftcards .split-columns .column-right {
  background-color: #fff;
}

.giftcards-item {
  width: 240px;
  height: 250px;
  margin: 0 auto;
  padding: 11px 20px 20px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: start;
  text-align: center;
  font-family: Raleway;
  transition: 1.5s ease all;
  overflow: hidden;
  position: absolute;
  left: 50%;
}
@media (min-width: 768px) {
  .giftcards-item {
    width: 290px;
    height: 450px;
    padding: 20px 30px 30px 30px;
    border-radius: 20px;
  }
}
@media (min-width: 992px) {
  .giftcards-item {
    width: 450px;
    max-width: 100%;
    height: 700px;
    padding: 30px;
    padding: 30px 50px 50px 50px;
  }
}
.giftcards-item.n1 {
  background: linear-gradient(121deg, #74c49e, #2c5364);
  transform: translate(-107%, 77%) rotate(-10deg);
}
@media (min-width: 992px) {
  .giftcards-item.n1 {
    transform: translate(-107%, 77%) rotate(-10deg);
  }
}
.giftcards-item.n2 {
  background: linear-gradient(121deg, #c074c4, #2c5364);
  transform: translate(-80%, 47%) rotate(-6deg);
}
@media (min-width: 992px) {
  .giftcards-item.n2 {
    transform: translate(-80%, 47%) rotate(-6deg);
  }
}
.giftcards-item.n3 {
  background-color: linear-gradient(121deg, #d37f2c, #2c5364);
  background: linear-gradient(121deg, #d97e24, #2c5364);
  transform: translate(-20%, 50%) rotate(5deg);
}
@media (min-width: 992px) {
  .giftcards-item.n3 {
    transform: translate(-20%, 50%) rotate(5deg);
  }
}
.giftcards-item.center {
  transform: translate(-45%, 39%) rotate(0deg);
}
.giftcards-item .logo {
  /*position: absolute;
  right: 20px;
  top: 10px;

  @include media-breakpoint-up(lg) {
  	top: 30px;
  	right: 50px;
  }*/
  filter: invert(1);
}
.giftcards-item .logo img {
  height: 20px;
  opacity: 0.5;
}
@media (min-width: 992px) {
  .giftcards-item .logo img {
    height: 30px;
  }
}
.giftcards-item .price {
  font-family: FuturaBold;
  font-size: 60px;
  line-height: 60px;
}
@media (min-width: 992px) {
  .giftcards-item .price {
    font-size: 140px;
    line-height: 140px;
  }
}
.giftcards-item .desc {
  font-size: 13px;
  line-height: 20px;
}
@media (min-width: 992px) {
  .giftcards-item .desc {
    font-size: 20px;
    line-height: 30px;
  }
}
.giftcards-item sup {
  font-size: 17px;
  font-weight: 700;
  top: 0;
  position: absolute;
}
@media (min-width: 768px) {
  .giftcards-item sup {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .giftcards-item sup {
    font-size: 39px;
  }
}
.giftcards-item .prices {
  gap: 5px;
}
.giftcards-item .price-short {
  background-color: #000;
  border-radius: 4px;
  align-items: center;
  display: flex;
  color: #fff;
  font-family: var(--font-third);
  font-weight: 600;
  padding: 10px 20px 7px 20px;
  line-height: 17px;
}

/*
.giftcards__item{
	//cursor: pointer;
	transition: 0.2s all ease-in-out;
	background-color: var(--color-dark-3);
	color: var(--color-light-1);
	border-radius: 5px;

	@include media-breakpoint-down(md){
		div.button{
			width: 100%;
		}
	}

	&.active:not(.is-invalid .giftcards__item.active){
		opacity: 1;
		background-color: rgba(0, 0, 0, 0.06);
		color: var(--color-dark-5);

		.giftcards__border,
		.giftcards__locations__tag{
			color: var(--color-dark-5);
			background-color: rgba(0, 0, 0, 0.06);
		}

		.button{
			color: var(--color-dark-5);
		}
		.giftcards__border{
			font-weight: 700;
			//cursor: pointer;
		}

		.giftcards__item__price_container{
			background-color: rgba(0, 0, 0, 0.06)!important;
			color: var(--color-dark-5);
		}
		#field_price{
			background-color:transparent!important;
			color: var(--color-dark-5);
		}

		//background-color: var(--color-gray-1);
		//color: var(--color-dark-3);

		//.form-control{
		//	border-bottom-color: var(--color-dark-3);
		//}

		//div.button{
		//	//opacity: 0;
		//
		//	//@include media-breakpoint-down(md){
		//	//	display: none;
		//	//}
		//}
	}

	#field_price,
	.giftcards__item__price_container{
		border-radius: 5px;
		background-color: var(--color-dark-4)!important;
		color: var(--color-light-0);
		padding: 7px 10px 8px 10px;
	}
	.giftcards__item__price_container{
		color:rgba(255, 255, 255, 0.55)
	}

	#field_price{
		background-color: var(--color-dark-4)!important;
		color: var(--color-light-0);
		border: none;
		padding: 0;
		width: 48px;
	}

	.w-100-mob{
		@include media-breakpoint-down(md){
			width: 100%;
		}
	}

	ul {
		list-style: none;
		margin-bottom: 30px;
		padding-left:0
	}

	ul li {
		padding-left: 14px;
		position:relative
	}

	ul li:before {
		content: "-";
		left: 0;
		overflow: hidden;
		position: absolute;
		top: -1px;
		width:5px
	}

	.modal__tag-black{
	//	border-top-left-radius: 0;
	//	border-top-right-radius: 0;
	//	color: var(--color-dark-5);
		color: var(--color-gray-1);
		padding: 2px 10px;
	}

}
*/
/*
.giftcards__item__poster {
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px 0px, rgba(0, 0, 0, 0.07) 0px 4px 12px 0px;
	//box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px 0px, rgba(0, 0, 0, 0.24) 0px 4px 12px 0px;
	border-radius: 5px;
	max-width: 90px;

	@include media-breakpoint-up(sm) {
		max-width: 100px;
	}

	@include media-breakpoint-up(md) {
		max-width: 110px;
	}
}*/
.is-invalid .giftcards__item {
  background-color: var(--alert-color-danger);
}
.is-invalid .giftcards__item .form-control, .is-invalid .giftcards__item .custom-file-label,
.is-invalid .giftcards__item .custom-file-input,
.is-invalid .giftcards__item .custom-file-label:after {
  filter: invert(1) grayscale(100%) brightness(100%);
  border-bottom-color: rgba(0, 0, 0, 0.85);
  color: var(--color-dark-1);
}
.is-invalid .giftcards__item .form-control:focus, .is-invalid .giftcards__item .custom-file-label:focus,
.is-invalid .giftcards__item .custom-file-input:focus,
.is-invalid .giftcards__item .custom-file-label:focus:after {
  color: var(--color-dark-1);
  border-bottom-color: var(--color-dark-1);
}
.is-invalid .giftcards__item .invalid-feedback {
  color: var(--color-light-1);
}

.giftcards__item__title {
  font-weight: 700;
}

.giftcards__item__locations div:last-child {
  margin-right: 0 !important;
}

.giftcards__locations__tag {
  font-size: 12px;
}
@media (max-width: 991.98px) {
  .giftcards__locations__tag {
    width: 100%;
    margin-right: 0 !important;
    text-align: center;
  }
}

.giftcards__faqs {
  background-color: #000;
}
.giftcards__faqs h2 {
  color: var(--color-light-1);
  color: #fff;
}
.giftcards__faqs .section-title-sub {
  color: #fff;
}

.giftcards__faq {
  border-bottom: 1px solid var(--color-gray-2);
  border-bottom: 1px solid rgba(204, 204, 204, 0.16);
  padding-bottom: 1rem;
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
  color: var(--color-light-1);
}
.giftcards__faq-end {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.giftcards__faq h3 {
  color: var(--color-light-1);
  color: #fff;
}

.onChristmas .giftcards__faqs {
  background-color: #b02c28;
}
.onChristmas .giftcards__faqs .bg-noise {
  display: none;
}
.onChristmas .giftcards__faqs .giftcards__faq-important {
  background-color: #0f544c;
  border-radius: 10px;
  color: #fff;
}
.onChristmas .giftcards__faqs .giftcards__faq-important h3 {
  color: #fff;
}
.onChristmas .giftcards__faqs .giftcards__faq {
  border-bottom: 3px solid rgba(15, 84, 76, 0.16);
}

.giftcards__faq-important {
  background-color: var(--alert-color-success);
  background-color: var(--color-light-1);
  background-color: #fff;
  padding: 30px;
  color: var(--color-dark-1);
}
.giftcards__faq-important h3 {
  color: var(--color-dark-1);
}

.giftcards__result {
  background-color: var(--color-dark-2);
  color: var(--color-light-1);
  border-radius: 5px;
}

.giftcards__border {
  flex-grow: 1;
  border-radius: 7px;
  padding: 5px;
  background-color: var(--color-dark-2);
  cursor: pointer;
  text-align: center;
  transition: all ease 0.3s;
}
.giftcards__border .button {
  border: none !important;
  font-size: 1rem;
  font-size: 0.8rem;
  padding: 0;
}
.giftcards__border.not_active_design {
  opacity: 0.25;
}
.giftcards__border.not_active_design .button {
  font-size: 0.8rem;
}
.giftcards__border.active_design {
  background-color: rgba(0, 0, 0, 0.1) !important;
  background-color: rgba(255, 255, 255, 0.6) !important;
}
.giftcards__border.active_design .button {
  font-size: 0.8rem;
}

.giftcards strong {
  font-weight: 700;
}

.giftcards .cards_container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  grid-gap: 5px;
}
@media (min-width: 768px) {
  .giftcards .cards_container {
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
  }
}
@media (min-width: 992px) {
  .giftcards .cards_container {
    grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
  }
}

.giftcard-preview {
  /*background-image: linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 100%);
  background-image: linear-gradient(219deg, #3b482f, #a1a1a1);
  background: linear-gradient(to right, #0f2027, #203a43, #2c5364);*/
  background: linear-gradient(121deg, #b8aa9c, #2c5364);
  color: rgba(255, 255, 255, 0.8);
  box-shadow: -13px 17px 35px rgba(0, 0, 0, 0.46);
}
.giftcard-preview img {
  min-height: inherit !important;
}
.giftcard-preview .code {
  color: rgba(255, 255, 255, 0.5);
}

.giftcard-preview-loading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.giftcard-preview-loading .loader {
  --path: #444;
  --dot: #fff;
  --duration: 3s;
  width: 44px;
  height: 44px;
  position: relative;
}
.giftcard-preview-loading .loader:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  display: block;
  background: var(--dot);
  top: 37px;
  left: 19px;
  transform: translate(-18px, -18px);
  animation: dotRect var(--duration) cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
}
.giftcard-preview-loading .loader svg {
  display: block;
  width: 100%;
  height: 100%;
}
.giftcard-preview-loading .loader svg rect {
  fill: none;
  stroke: var(--path);
  stroke-width: 10px;
  stroke-linejoin: round;
  stroke-linecap: round;
  stroke-dasharray: 192 64 192 64;
  stroke-dashoffset: 0;
  animation: pathRect 3s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
}
@keyframes pathRect {
  25% {
    stroke-dashoffset: 64;
  }
  50% {
    stroke-dashoffset: 128;
  }
  75% {
    stroke-dashoffset: 192;
  }
  100% {
    stroke-dashoffset: 256;
  }
}
@keyframes dotRect {
  25% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(18px, -18px);
  }
  75% {
    transform: translate(0, -36px);
  }
  100% {
    transform: translate(-18px, -18px);
  }
}

/***** Chrome, Safari, Opera, and Edge Chromium *****/
input[type=range]::-webkit-slider-runnable-track {
  background: rgba(0, 0, 0, 0.3);
  height: 4px;
}

input[type=range]::-webkit-slider-thumb {
  background-color: #000;
  margin-top: -6px;
}

/******** Firefox ********/
input[type=range]::-moz-range-track {
  background: rgba(0, 0, 0, 0.3);
  height: 4px;
}

input[type=range]::-moz-range-thumb {
  background-color: #000;
}

.giftcard-cfg .prices {
  gap: 5px;
}

.giftcard-cfg .price-short {
  background-color: #000;
  border-radius: 4px;
  padding: 13px 20px 9px;
  line-height: 18px;
  align-items: center;
  display: flex;
  color: #fff;
  font-family: var(--font-third);
  font-weight: 600;
  cursor: pointer;
}

.onChristmas .giftcard-cfg .price-short {
  background-color: #13564d;
}

.col-left-padd {
  position: relative;
  height: 100%;
  padding-right: 6vw;
  padding-left: 6vw;
  padding-bottom: 7vw;
  padding-top: 7vw;
}
@media (min-width: 1200px) {
  .col-left-padd {
    padding-right: 78px;
    padding-left: 88px;
  }
}

main.giftcards .bg-noise:before {
  background-color: rgba(116, 71, 71, 0.4) !important;
  background-color: rgba(78, 55, 55, 0.4) !important;
}

.is-giftcards header:not(.shepherd-content header) {
  background: transparent;
}
.is-giftcards main {
  padding: 0 !important;
}
.is-giftcards .giftcards-bg {
  background-image: url(/public/images/Alegria.jpg);
  background-size: cover;
  background-position-y: bottom;
  padding-top: 100px;
  height: 100vh;
  height: 100svh;
}
@media (min-width: 768px) {
  .is-giftcards .giftcards-bg {
    padding-top: 70px;
    background-position-y: center;
  }
}

.giftcards .subtitle {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.7);
  color: #000;
  padding: 3px 10px 2px 10px;
  mix-blend-mode: lighten;
  width: 100%;
}
@media (min-width: 768px) {
  .giftcards .subtitle {
    width: inherit;
  }
}

.giftcards .subsection-title-split1 {
  border: 10px solid #fff;
  padding: 10px 10px 2px 10px;
  align-self: flex-center;
}
.giftcards .subsection-title-split1 div {
  color: #fff;
}
@media (min-width: 768px) {
  .giftcards .subsection-title-split1 {
    align-self: initial;
  }
}

.giftcards .subsection-title-split-wrap {
  letter-spacing: -2px;
  opacity: 0.7;
  mix-blend-mode: lighten;
}

.giftcards .subsection-title-split2 {
  mix-blend-mode: screen;
  background-color: #ffffff;
  padding: 0;
  border: 10px solid #fff;
  align-self: flex-center;
  border-bottom-width: 0;
}
.giftcards .subsection-title-split2 div {
  color: #000;
}
@media (min-width: 768px) {
  .giftcards .subsection-title-split2 {
    padding: 10px 10px 2px 0;
    align-self: initial;
    border-bottom-width: 10px;
  }
}

.bootstrap-select .dropdown-toggle {
  transition: none;
  display: block;
  position: relative;
  padding: 0;
  border: 2px solid #000;
  border-radius: 3px;
}

.bootstrap-select .dropdown-toggle:after {
  position: absolute;
  margin-top: -0.275rem;
  top: 50%;
  left: initial;
  right: 1rem;
  box-shadow: 1px -2px 0 #000;
}

.bootstrap-select .dropdown-toggle[aria-expanded=true],
.bootstrap-datetimepicker-widget.dropdown-menu.top {
  border-bottom-color: #000;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  inset: 37px auto auto 0px !important;
  border: 2px solid #000;
  border-top-width: 4px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top {
  border-bottom-width: 4px;
  inset: auto auto 37px 0px !important;
}

.bootstrap-select.dropup .dropdown-toggle[aria-expanded=true],
.bootstrap-datetimepicker-widget.dropdown-menu {
  border-bottom-color: #000;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.bootstrap-select div.dropdown-menu.show {
  border-radius: 3px;
  background-color: transparent;
  border-radius: 0;
  border: 2px solid #000;
  display: flex;
  flex-direction: column;
  background-color: #000;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.bootstrap-select.dropup div.dropdown-menu.show {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.bootstrap-select ul.dropdown-menu {
  display: flex;
  flex-direction: column;
  gap: 2px;
  background-color: #000;
}

.bootstrap-select .dropdown-item .text {
  padding: 2px 10px 0 0;
  line-height: 25px;
  border-radius: 4px;
}

.giftcards .bootstrap-select .dropdown-item .text {
  padding: 2px 10px 0;
}

/*
 .bootstrap-select .dropdown-item:hover{
	background:inherit!important;
} */
.giftcards .bootstrap-select .dropdown-item:hover .text {
  background: var(--color-dark-2);
  color: #fff !important;
}

.filter-option-inner-inner span {
  border-radius: 0;
  color: #fff !important;
  display: inline-block;
  line-height: 35px;
  padding: 0 0 0 0.75rem;
  margin-left: -0.75rem;
  width: calc(100% + 0.75rem);
}

.filter-option-inner-inner {
  line-height: 35px;
  padding: 0 0 0 0.75rem;
  background-color: #000;
  color: #fff;
}

.bootstrap-select .dropdown-item .text span {
  background: transparent !important;
}

.is-giftcards #modalGiftcardPreview {
  z-index: 99999;
}

.is-giftcards #modalGiftcardPreview .frame {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  border: 5px solid #000;
}

.is-giftcards #modalGiftcardPreview .modal-dialog {
  max-width: 344px;
  width: 100%;
}
@media (min-width: 992px) {
  .is-giftcards #modalGiftcardPreview .modal-dialog {
    max-width: 458px;
  }
}

.is-giftcards #modalGiftcardPreview .modal-body {
  overflow: hidden;
  border-radius: 0;
  background-color: #000;
  height: 486px;
}
@media (min-width: 992px) {
  .is-giftcards #modalGiftcardPreview .modal-body {
    height: 643px;
  }
}

.is-giftcards #preview_pdf_content_wrap {
  height: 488px;
  background-color: #000;
}
@media (min-width: 992px) {
  .is-giftcards #preview_pdf_content_wrap {
    height: 650px;
  }
}

.is-giftcards #preview_pdf_content {
  border: none;
  height: 488px;
  background-color: #000000;
}
@media (min-width: 992px) {
  .is-giftcards #preview_pdf_content {
    height: 650px;
  }
}

html.error {
  height: 100%;
}
html.error body {
  height: 100%;
}
html.error main {
  position: absolute;
  width: 100%;
  transform: translateY(-50%);
  top: 50%;
}
html.error main h1 {
  color: #000;
  font-size: 1.8rem;
  line-height: 1.8rem;
  letter-spacing: 2px;
}
html.error main h1 span {
  background: #000;
  clear: both;
  color: #fff;
  display: inline-block;
  padding: 10px 9px 6px 10px;
}
@media (min-width: 576px) {
  html.error main h1 {
    font-size: 3.4rem;
    line-height: 3.4rem;
    padding: 10px 10px 3px 10px;
  }
}
@media (min-width: 768px) {
  html.error main h1 {
    line-height: 5rem;
    font-size: 5rem;
    padding: 10px 10px 3px 10px;
  }
}
html.error footer .europeBlock {
  display: none;
}
