body {
  background-color: black;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
  font-size: 17px;

  color: white;
}

body.Fixed {
  width: 100%;
  overflow: hidden;

  -webkit-overflow-scrolling: touch;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-style: normal;

  text-transform: uppercase;

  margin: 0;
  padding: 0;
}

h1 {
  font-size: 22px;
}

h2 {
  font-size: 18px;
}

p {
  margin: 5px 0 12px 0;
}

p:empty {
  margin: 0;
}

header,
section,
footer {
  max-width: 668px;
  margin: 0 auto;
  padding: 30px 15px 0 15px;
}

@keyframes revealAnimation {
  from {
    opacity: 0;
    transform: translateY(15px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#Main-Wrapper.Active .Reveal {
  animation-name: revealAnimation;
  animation-duration: 1200ms;
  animation-timing-function: cubic-bezier(0.805, 0.05, 0.23, 0.94);
}

#Main-Wrapper.Active {
  visibility: visible !important;
}

#Main-Logo img {
  height: auto;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;

  -o-object-position: center;

  object-position: center;
}

.Button {
  position: relative;
  background-color: white;
  border-radius: 6px;
  box-sizing: border-box;
  color: black;
  display: inline-block;
  padding: 14px 60px 14px 30px;

  text-decoration: none;

  font-size: 18px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}

.Button::after {
  content: '';
  position: absolute;

  top: 0;

  height: 50px;
  width: 50px;

  margin-left: 10px;
  background-image: url(../image/icon/arrow-right.svg);
  background-position: center left;
  background-repeat: no-repeat;
}

.Button.Filter::after {
  background-image: url(../image/icon/menu.svg);
}

#Image-Slider .Image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;

  border-radius: 6px;
}

#Main-Content .Content {
  background-color: #333333;

  color: white;
  padding: 15px;
  border-radius: 6px;
}

#Main-Footer {
  margin-bottom: 30px;
}

.Opening-Hours {
  margin-bottom: 30px;
}

.Opening-Hours ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.Opening-Hours ul li span {
  float: right;
}

.Social-Icons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  height: 60px;
  margin-top: 4px;
}

.Social-Icons .Social-Icon {
  flex: 1 1 auto;
  text-align: center;
}

.Social-Icons a {
  display: inline-block;
  height: 60px;
  width: 60px;
  text-align: center;
}

.Social-Icons a img {
  height: 40px;
  width: 40px;
  padding: 10px;
}

#Menu-Content {
  margin-bottom: 150px;
}

#Menu-Content .Menu-Category {
  margin-bottom: 60px;
}

#Menu-Content .Menu-Category .Menu-Category-Description {
  background-color: white;
  border-radius: 6px;
  color: black;
  padding: 15px;
  position: relative;
  margin-bottom: 15px;
}

#Menu-Content .Menu-Category .Menu-Category-Description p {
  margin-bottom: 0;
}

#Menu-Switcher-Wrapper {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: black;
  padding-bottom: 30px;
}

#Menu-Switcher-Wrapper::before {
  content: '';
  position: absolute;
  top: -80px;

  height: 80px;
  width: 100%;

  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

#Menu-Switcher {
  max-width: 668px;
  margin: 0 auto;
  padding: 0 15px;
}

#Menu-Switcher .Button {
  cursor: pointer;
}

#Page-Backdrop {
  visibility: hidden;
  opacity: 0;

  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 150vh;

  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);

  background-color: rgba(0, 0, 0, 0.5);

  z-index: 98;
}

#Page-Backdrop.Active {
  visibility: visible;
  opacity: 1;
}

#Menu-Categories-Wrapper {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: calc(100vw - 30px);

  margin: 30px 15px;

  z-index: 999;

  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;

  border-radius: 6px;
}

#Menu-Categories-Wrapper.Active {
  visibility: visible;
  opacity: 1;
}

#Menu-Categories {
  background-color: #333333;

  color: white;
  margin: 30px 15px;
  padding: 15px;
  max-width: 638px;
  margin: 0 auto;
  border-radius: 6px;
}

#Menu-Categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 5px;
  margin-left: 15px;
  margin-bottom: 30px;
}

#Menu-Categories ul:last-of-type {
  margin-bottom: 0;
}

#Menu-Categories ul li {
  font-size: 22px;
  margin-bottom: 6px;
  cursor: pointer;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

#Menu-Categories ul li.Active::after {
  content: '';

  position: absolute;

  height: 1px;
  left: 0;
  bottom: -1px;

  width: 100%;
  background-color: white;
}

.Menu-Item {
  position: relative;
  background-color: #333333;
  color: white;
  padding: 15px;

  border-radius: 6px;

  margin: 0 10px 15px 10px;
}

.Menu-Item.Divider {
  background-color: #fff;
  color: #000;
  margin-top: 30px;
  margin-bottom: 15px;

  margin: 30px 0px 15px 0px;
}

.Menu-Item.Divider h1 {
  font-size: 17px;
}

.Menu-Item.Divider p:last-of-type {
  margin-bottom: 0;
}

.Menu-Item-Vega {
  color: #00b050;
  margin-top: 15px;
}

.Menu-Item-Content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.Menu-Item .Menu-Item-Content .Menu-Item-Text {
  order: 0;
  flex: 1 1 auto;
  align-self: auto;
}

.Menu-Item .Menu-Item-Content .Menu-Item-Name {
  font-weight: normal;
  font-style: normal;
  position: relative;
}

.Menu-Item .Menu-Item-Content .Menu-Item-Description {
  position: relative;
  margin-top: 22px;
}

.Menu-Item .Menu-Item-Content .Menu-Item-Description::before {
  content: '';

  position: absolute;

  height: 1px;
  left: 0;
  top: -14px;

  width: 30px;
  background-color: white;
}

.Menu-Item .Menu-Item-Content .Menu-Item-Description:empty {
  display: none;
}

.Menu-Item .Menu-Item-Content .Menu-Item-Description p:last-of-type {
  margin-bottom: 0;
}

.Menu-Item .Menu-Item-Content .Menu-Item-Pricing {
  text-align: right;

  padding-left: 15px;
  order: 1;
  flex: 0 1 auto;
  align-self: auto;
}

.Menu-Item .Menu-Item-Content .Menu-Item-Pricing span {
  overflow: hidden;
  white-space: nowrap;
  display: block;
}

.Menu-Item ul {
  margin: 0;
}

#Menu-Content .Menu-Category.Hidden,
#Menu-Content .Menu-Item.Hidden {
  display: none;
}

#Menu-Categories ul li.Hidden {
  display: none;
}
