@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@600&family=Roboto:wght@300;500&display=swap");
html, body {
  background-color: #f3f6f9;
  height: 100%;
}

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

body {
  padding-top: 1em;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #80808f;
}

.dn {
  display: none;
}

.header {
  font-family: "Open Sans", sans-serif;
}

h1 {
  font-size: 24px;
  color: #464e5f;
}

.bold {
  font-weight: bold;
}

#menu {
  padding: 2em;
  margin: 1em auto;
  width: 90%;
  max-width: 650px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 5px 5px 15px -16px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 5px 5px 15px -16px rgba(0, 0, 0, 0.75);
  box-shadow: 5px 5px 15px -16px rgba(0, 0, 0, 0.75);
}
#menu #logo {
  max-width: 170px;
  max-height: 90px;
}

.owner-info {
  padding-bottom: 2em;
  border-bottom: 0.01em solid #eee;
}

nav.langs {
  display: flex;
  align-items: center;
  justify-content: center;
}
nav.langs .lang {
  padding: 1em;
}

.logo {
  max-width: 150px;
  max-height: 100px;
  font-size: 12px;
  text-decoration: none;
  color: #999;
  padding-top: 1em;
  padding-bottom: 1em;
}

.site-details {
  padding-top: 1em;
  margin-left: 1em;
}

.menu-index {
  padding: 3em;
  margin-top: 3em;
}

.menu-link {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 2em;
  margin-bottom: 2em;
  width: 89%;
  max-width: 350px;
  border-bottom: 0.01em solid #aaa;
}
.menu-link:last-child {
  border-bottom: none;
}
.menu-link a {
  font-weight: 100;
  display: inline-block;
  font-size: 28px;
  color: #666;
  text-decoration: none;
}
.menu-link a:hover {
  color: #000;
}

.city {
  margin-bottom: 0.5em;
}

.f {
  display: flex;
}

.f-j-sb {
  justify-content: space-between;
}

.f-w {
  flex-wrap: wrap;
}

.wrapper {
  min-height: 100%;
  margin-bottom: -100px;
  padding-bottom: 150px;
}

footer {
  background-color: #fff;
  height: 100px;
  padding: 0 3em;
  -webkit-box-shadow: -5px -5px 15px -16px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -5px -5px 15px -16px rgba(0, 0, 0, 0.75);
  box-shadow: -5px -5px 15px -16px rgba(0, 0, 0, 0.75);
}

nav.menus {
  padding: 2em 0em;
}
nav.menus .btn {
  cursor: pointer;
  background-color: #eef0f8;
  color: #80808f;
  font-weight: bold;
  font-size: 12px;
  border-radius: 3px;
  border: 0.05em solid transparent;
  padding: 1em 2em;
  text-decoration: none;
  opacity: 0.8;
  margin: 0.25em;
  display: inline-block;
}
nav.menus .btn:hover {
  opacity: 1;
}
nav.menus .btn.active {
  color: #212121;
  opacity: 1;
}

.menu-title {
  display: block;
  margin: 0 auto;
  text-align: center;
  margin: 1em;
}
.menu-title h2 {
  color: #212121;
  font-size: 26px;
  font-weight: 100;
}

.section {
  margin: 3em 0;
  border-radius: 5px;
}
.section .title {
  color: #212121;
  font-size: 22px;
  text-align: center;
}
.section .section-header {
  text-align: center;
  font-weight: bold;
  padding: 1em;
  border-bottom: 0.05em solid #aaa;
  max-width: 400px;
  margin: 0 auto;
}
.section .section-body {
  padding: 1em;
}
.section .product {
  text-align: center;
  padding: 1em;
  margin: 1em auto;
  max-width: 500px;
}
.section .product .title {
  font-size: 22px;
  color: #212121;
}
.section .product .desc {
  font-size: 16px;
  font-weight: 100;
}
.section .product .price {
  margin-top: 0.25em;
  color: #212121;
  font-size: 18px;
}

.menu-desc {
  text-align: center;
  font-size: 18px;
  color: #212121;
  font-weight: 100;
  max-width: 400px;
  margin: 2em auto;
  line-height: 1.4;
}

.allergies {
  padding: 1em;
  border: 0.05em solid #f5f5f5;
  background-color: #fcfcfc;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.allergies img {
  display: inline;
  margin: 0 auto;
  width: 30px;
  filter: grayscale(100%);
}

.legend {
  padding: 1em;
  display: block;
  margin: 1em auto;
  border: 0.05em solid #f5f5f5;
  background-color: #fcfcfc;
  font-size: 13px;
  border-radius: 3px;
}
.legend > div {
  display: flex;
  align-items: center;
  margin: 0.5em 0;
}
.legend > div span {
  margin-left: 0.5em;
}

.dark {
  color: #444;
}

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