* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,
body {
  height: fill-available;
  height: -webkit-fill-available;
}

body {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  line-height: 1;
  height: 100vh;
}

ul {
  white-space: nowrap;
}

.slide {
  height: 100%;
  background-color: #999;
}

.slide .bg-image {
  position: relative;
  display: block;
  height: 100%;
  background-position: center center;
  background-size: cover;
}

.slide .bg-image:after {
  position: absolute;
  content: " ";
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.3) 25%, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0) 100%);
}

.fp-slidesNav {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 93%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fp-slidesNav ul {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
}

#fp-nav ul li, .fp-slidesNav ul li {
  display: block;
  width: 8px !important;
  height: 13px;
  margin: 6px;
  position: relative;
  opacity: 0.8;
}

.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 999;
  height: 4px;
  width: 4px;
  border: 0;
  background: #edeae9 !important;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  transition: all 0.1s ease-in-out;
}

.fp-arrow.fp-next,
.fp-arrow.fp-prev {
  display: none;
}

@font-face {
  font-family: "castilon";
  src: url("../../fonts/castilon-webfont.woff2") format("woff2"), url("../../fonts/castilon-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "montserrat_alternates_light";
  src: url("../../fonts/montserratalternates-light-webfont.woff2") format("woff2"), url("../../fonts/montserratalternates-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
a {
  color: #edeae9 !important;
  font-family: "montserrat_alternates_light";
}

i {
  font-family: "FontAwesome";
  font-style: normal;
}

.menu-category h1,
.menu-subcategory h2,
.menu-item h3,
.dvdm-menu h1,
.dvdm-menu h2,
.dvdm-menu h3 {
  font-family: "castilon" !important;
  font-weight: normal;
  margin: 0;
  color: #edeae9;
}

.dvdm-menu h1,
.menu-category h1 {
  text-shadow: -6px 10px 14px rgba(0, 0, 0, 0.5);
}

.menu-category h1 {
  opacity: 0.85 !important;
  line-height: 0.9 !important;
  display: block;
  color: #edeae9;
  max-width: 800px;
}

.menu-subcategory h2 {
  display: inline-block;
  font-size: 34px !important;
  line-height: 38px !important;
  opacity: 0.8;
}

.menu-item h3 {
  display: inline-block;
  font-size: 42px !important;
  opacity: 8.5;
  line-height: 1;
}

#menu-landing .ct-text-block {
  font-family: "montserrat_alternates_light";
}

#menu-landing {
  font-family: "castilon" !important;
  text-align: center;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

.moreless {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  padding-bottom: 5px;
  opacity: 0.9;
}

.moreless.less {
  opacity: 1;
  display: none;
}

.moreless i {
  display: block;
  width: 100%;
  text-align: center;
  padding-bottom: 5px;
  font-size: 16px;
}

.links {
  display: flex;
  width: 100%;
  align-items: start;
  list-style: none;
  flex-direction: column;
}

.links li {
  margin-top: 10px;
}

.ct-section-inner-wrap, .oxy-header-container {
  max-width: 100vw !important;
}

.menu-language {
  width: 100%;
  color: #edeae9;
  background: #333;
  padding: 14px;
  text-align: center !important;
  font-family: "montserrat_alternates_light";
  font-size: 16px;
  text-decoration: underline;
  opacity: 1;
}

#menu-categories {
  width: 100%;
  background-color: #111;
  padding: 20px 20px 20px 20px;
}

.cat-link {
  display: inline-block;
  text-align: center;
}

.cat-link a {
  display: block;
  font-size: 20px;
  color: #edeae9;
  margin: 6px 4px 6px 6px;
  z-index: 9999;
}

.cat-link a span {
  text-decoration: underline !important;
}

#toggle-container {
  display: block;
  height: 100%;
  position: fixed;
  top: 0%;
  left: 0%;
  z-index: 7777;
  box-sizing: border-box;
  visibility: hidden;
  overflow-y: scroll;
  overflow-x: hidden;
}

#toggle {
  display: block;
  width: 85%;
  height: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9977;
  text-align: center !important;
  visibility: hidden;
  box-sizing: border-box;
}

#toggle::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: -1;
  background-position: 10% 95%;
  background-repeat: no-repeat;
  background-size: 150px 150px;
}

.menu-link {
  font-family: "castilon";
  display: block;
  width: 100%;
  margin: 0 !important;
  text-decoration: none;
  font-size: 28px;
  margin-top: 12px;
  color: #ddd;
}

#toggle-button {
  display: block;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 8888;
  background: #ffffff00 url("../../images/hamburger.png");
  background-size: 22px 16px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  cursor: pointer;
  height: 50px;
  width: 50px;
  opacity: 0.6;
}

.toggle-active {
  background: #55555500 url("../../images/close.png") !important;
  right: 0;
  width: 100%;
  height: 100px;
  background-position: 40% 40%;
}

.loader {
  position: fixed;
  z-index: 9999;
  background-color: #edeae9;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.loader-wrapper {
  display: flex;
  height: 100%;
  margin: auto auto;
  align-items: center;
  justify-content: center;
}

.loader-wrapper img {
  max-width: 100%;
}

.stopscroll {
  overflow: hidden;
}

.layout {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-direction: column;
  height: 100%;
  z-index: 888;
}

.layout .main {
  width: 100%;
}

.layout .sidebar {
  width: 100%;
}

.menu-category .layout .main .inner {
  padding: 60px 40px 40px 40px;
}

.layout .main .inner {
  padding: 40px 30px 40px 40px;
}

.layout .sidebar .inner {
  margin-top: 0px;
}

.layout .footer {
  position: relative;
  margin: 0px;
  width: 100%;
  display: block;
}

.layout .footer:after {
  display: block;
  position: absolute;
  content: " ";
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.8;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 18%, rgba(0, 0, 0, 0.5) 44%, rgba(0, 0, 0, 0.4) 66%, rgba(0, 0, 0, 0.2) 86%, rgba(0, 0, 0, 0) 100%);
}

.layout:after {
  display: block;
  position: absolute;
  content: " ";
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 3%, rgba(0, 0, 0, 0.3) 5%, rgba(0, 0, 0, 0.2) 6%, rgba(0, 0, 0, 0.1) 7%, rgba(0, 0, 0, 0) 8%);
}

.menu-category .layout .footer:after {
  display: block;
  position: absolute;
  content: " ";
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.layout .active.footer:after {
  opacity: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 19%, rgba(0, 0, 0, 0.4) 46%, rgba(0, 0, 0, 0) 100%);
}

.layout .footer .inner {
  position: relative;
  padding: 40px 30px 60px 40px;
  z-index: 2;
  width: 100%;
}

.menu-category,
.menu-subcategory,
.menu-item {
  overflow: visible;
}

.menu-category {
  display: flex;
  flex-direction: column;
  justify-content: start;
  width: 100%;
}

.title-price {
  display: inline-flex;
  justify-content: space-between;
  align-items: start;
  position: relative;
  width: 100%;
  flex-direction: column;
  overflow: visible;
  margin: 0 0 5px 0;
}

.title-price::before,
.title-price::after {
  position: absolute;
  content: "";
  opacity: 0.9;
  filter: invert(37%) sepia(28%) saturate(2001%) hue-rotate(49deg) brightness(93%) contrast(97%);
  overflow: visible;
}

.featured-text {
  display: none;
}

.featured .featured-text {
  display: inline;
  font-style: italic;
}

.featured .title-price {
  text-decoration: underline;
  -webkit-text-decoration-color: grey;
          text-decoration-color: grey;
  text-decoration-thickness: 2px;
}

.vegetarian .title-price::before,
.vegetarian .title-price::after {
  top: 4px;
  width: 12px;
  height: 12px;
  /*background:  url(../../images/leaf1.svg);*/
  background-position: center center;
  background-size: contain;
}

.vegetarian .title-price::after {
  right: -20px;
}

.vegetarian .title-price::before {
  left: -20px;
  transform: scaleX(-1);
}

.vegan .title-price::before,
.vegan .title-price::after {
  top: -3px;
  width: 25px;
  height: 25px;
  background: url(../../images/leaf2.svg);
  background-position: center center;
  background-size: contain;
}

.vegan .title-price::after {
  right: 100025px;
}

.vegan .title-price::before {
  left: -25px;
  transform: scaleX(-1);
}

.subtitle,
.name-extra {
  font-family: "castilon" !important;
  font-size: 17px;
  margin: 0 0 5px 0;
  opacity: 0.7;
  color: #edeae9;
}

.item-description,
.category {
  font-family: "montserrat_alternates_light";
  font-size: 17px;
  margin: 10px 0 0 0;
  opacity: 8.5;
  line-height: 1.2 !important;
  text-align: left;
  color: #edeae9;
}

.item-description {
  opacity: 1;
  font-size: 15px;
  color: #edeae9;
  display: none;
  text-align: center;
}

.category {
  font-size: 15px;
  opacity: 0.8;
  margin-bottom: 2px;
}

.price {
  font-family: "montserrat_alternates_light" !important;
  display: inline-block;
  font-size: 24px;
  opacity: 0.8;
  color: #edeae9;
}

ul.option-prices {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  color: #edeae9;
}

ul.option-prices li.option-price {
  display: inline !important;
  padding: 0px 10px 5px 0px !important;
  margin: 0;
  line-height: 1;
  font-size: 16px;
}

ul.option-prices li.option-price:last-child {
  padding-right: 0px !important;
}

ul.option-prices li.option-price span.option-price-name {
  font-family: "castilon" !important;
  margin-right: 5px;
  opacity: 0.8;
}

ul.option-prices li.option-price span.option-price-number {
  font-family: "montserrat_alternates_light" !important;
  opacity: 0.6;
  font-size: 18px;
}

.amp {
  opacity: 0.8;
}

.slabtexted .slabtext {
  display: -moz-inline-box;
  display: inline-block;
  white-space: nowrap;
}

.slabtextinactive .slabtext {
  display: inline;
  white-space: normal;
  font-size: 1em !important;
  letter-spacing: inherit !important;
  word-spacing: inherit !important;
}

.slabtextdone .slabtext {
  display: block;
}

@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: rotate(-40deg);
    opacity: 0;
    transform: scale(2);
    -webkit-transform: scale(2);
  }
  30% {
    transform: rotate(-20deg);
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
  }
  50% {
    transform: scale(1.4);
    transform: rotate(0deg);
    -webkit-transform: scale(1.4);
  }
  70% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
  90% {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
  }
  100% {
    transform: rotate(0deg);
    opacity: 8;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}