html {
  scroll-padding-top: 150px;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Epilogue", sans-serif;
  color: #505050;
  text-align: left;
  background-color: #fff;
  font-size: 16px;
}
body.noScroll {
  overflow: hidden;
}

p {
  margin: 0;
}

#header {
  position: fixed;
  margin: 0 auto;
  padding: 15px 0;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 6;
}
#header > .inner {
  max-width: 500px;
  margin: 0 auto;
  position: relative;
}
#header #back {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
  width: auto;
}
body.noScroll #header #back {
  display: none;
}
#header #back img {
  display: block;
}
#header #logo img {
  display: block;
  margin: 0 auto;
}

h1 {
  font-size: 30px;
  font-family: "Gilda Display", serif;
  font-weight: 400;
  line-height: 1.3em;
  margin: 1.1em 0 0.6em 0;
  padding: 0 20px;
}

h2 {
  font-size: 30px;
  font-family: "Gilda Display", serif;
  font-weight: 400;
  line-height: 1.3em;
  margin: 1.2em 0 0.7em 0;
}

#content {
  margin: 160px auto 0 auto;
  max-width: 500px;
  line-height: 1.9em;
  text-align: center;
}
#content .buttons {
  display: flex;
  justify-content: space-around;
}
#content .buttons a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 32px;
  border: 1px solid #505050;
  border-radius: 20px;
  padding: 0 15px;
  text-align: center;
  text-decoration: none;
  color: #505050;
  font-size: 14px;
}
#content .buttons a .opened {
  display: none;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
#content form {
  margin: 0;
}
#content .row {
  display: flex;
  gap: 7px;
}
#content p {
  margin: 1em 0;
}
#content ul {
  margin: 1em 0;
}

body#choose-lang {
  margin: 15px 13px 0 13px;
}
body#choose-lang #header {
  position: static;
  padding-top: 0;
  padding-bottom: 0;
}
body#choose-lang #content {
  margin-top: 0;
}
body#choose-lang #content h1 {
  font-size: 35px;
  text-align: center;
  padding: 0;
}
body#choose-lang #content .lang {
  margin: 36px 0 0 0;
  padding: 0;
  list-style: none;
}
body#choose-lang #content .lang li {
  margin-bottom: 20px;
}
body#choose-lang #content .lang li a {
  display: block;
  border-radius: 20px;
  background: #fff;
  box-shadow: 5px 9px 23px 0 rgba(0, 0, 0, 0.1);
  color: #A57B43;
  font-size: 20px;
  padding: 15px 10px;
  max-width: 253px;
  box-sizing: border-box;
  margin: 0 auto;
  text-decoration: none;
  text-align: center;
}

body#choose-meal {
  margin: 15px 13px 0 13px;
}
body#choose-meal #header {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
body#choose-meal #header #back {
  top: 0;
  margin-top: 0;
}
body#choose-meal #content {
  margin-top: 0;
}
body#choose-meal #content h1 {
  padding: 0;
}
body#choose-meal #content .container .row {
  margin: 0;
  padding: 0;
  list-style: none;
}
body#choose-meal #content .container .row li {
  flex: 1 1 1px;
  display: flex;
  padding: 25px 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 5px 9px 23px 0 rgba(0, 0, 0, 0.1);
  color: #A57B43;
  font-size: 18px;
  cursor: pointer;
  border: 1px solid #fff;
}
body#choose-meal #content .container .row li.selected {
  border-color: #A57B43;
}
body#choose-meal #content button {
  display: flex;
  padding: 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 34px 0 0 auto;
  width: 105px;
  border-radius: 30px;
  background: #A57B43;
  color: #fff;
  font-family: "Epilogue", sans-serif;
  border: 0;
  cursor: pointer;
}

body#meal #content .dish {
  padding: 25px 15px;
  position: relative;
}
body#meal #content .dish:not(.bg-light) + .dish:not(.bg-light)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  border-top: 1px solid #505050;
}
body#meal #content .dish.bg-light {
  background-color: #F8F8F8;
}
body#meal #content .dish .choose-dish {
  font-size: 30px;
  font-family: "Gilda Display", serif;
  font-weight: 400;
  line-height: 1.3em;
  margin: 0 0 0.6em 0;
}
body#meal #content .dish .image {
  margin-bottom: 20px;
}
body#meal #content .dish .image img {
  display: block;
  border-radius: 20px;
  width: 100%;
  height: auto;
}
body#meal #content .dish .title {
  font-size: 20px;
}
body#meal #content .dish .list-allergens {
  padding: 0;
  margin: 16px 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
}
body#meal #content .dish .list-allergens li {
  border: 1px solid #505050;
  border-radius: 20px;
  padding: 7px 14px;
  line-height: 1.4em;
  display: flex;
  gap: 7px;
  align-items: center;
}
body#meal #content .dish .advices .text {
  color: #A57B43;
  font-weight: 600;
  font-size: 18px;
}
body#meal #content .dish .advices .buttons {
  padding: 0;
  margin: 16px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
body#meal #content .dish .advices .buttons button {
  border: 1px solid #A57B43;
  border-radius: 20px;
  padding: 7px 14px;
  line-height: 1.4em;
  display: flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
  background-color: transparent;
  font-family: "Epilogue", sans-serif;
  font-size: 16px;
  color: #A57B43;
}
body#meal #content .dish .advices .buttons button span {
  font-size: 1.4em;
}
body#meal #content .dish .advices .buttons button span::before {
  content: "+";
}
body#meal #content .dish .advices .buttons button.selected span::before {
  content: "-";
}
body#meal #content .dish .advices .advice-list .advice-text {
  display: none;
  border-radius: 20px;
  padding: 22px 18px;
  background: rgba(165, 123, 67, 0.1);
}
body#meal #content .dish .advices .advice-list .advice-text.selected {
  display: block;
}
body#meal #content .dish .alternative-dish {
  display: flex;
  justify-content: center;
  font-size: 20px;
  position: relative;
  margin-bottom: 1em;
}
body#meal #content .dish .alternative-dish:before {
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  background-color: #505050;
}
body#meal #content .dish .alternative-dish span {
  position: relative;
  background-color: #F8F8F8;
  z-index: 5;
  padding: 0 13px;
}
body#meal #content .image-meal {
  padding: 15px 15px;
  font-size: 0.8em;
  font-style: italic;
}
body#meal #content .image-meal img {
  display: block;
  border-radius: 20px;
  width: 100%;
  height: auto;
}
body#meal #legend-allergens {
  position: fixed;
  display: none;
  top: 210px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  background-color: #fff;
  z-index: 5;
}
body#meal #legend-allergens.visible {
  display: block;
}
body#meal #legend-allergens > .inner {
  max-width: 500px;
  margin: 0 auto;
}
body#meal #legend-allergens .allergen {
  background-color: #F8F8F8;
  margin: 20px 0;
  padding: 20px 15px;
  border-radius: 20px;
  line-height: 1.5em;
}
body#meal #legend-allergens .allergen .title {
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.2em;
  margin-bottom: 11px;
  font-weight: 600;
}
body#meal #legend-allergens .allergen .title img {
  flex: 0 0 24px;
}
body#meal #legend-philosophy {
  position: fixed;
  display: none;
  top: 210px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  background-color: #fff;
  z-index: 5;
}
body#meal #legend-philosophy.visible {
  display: block;
}
body#meal #legend-philosophy > .inner {
  max-width: 500px;
  margin: 0 auto;
}
body#meal #legend-philosophy .text {
  background-color: #F8F8F8;
  margin: 20px 0;
  padding: 20px 15px;
  border-radius: 20px;
  line-height: 1.5em;
}

/*# sourceMappingURL=menu-palace.css.map */
