@font-face {
  font-family: "BlingGiliniraDemo";
  src: url("fonts/BlingGiliniraDemo.woff2") format("woff2"), url("fonts/BlingGiliniraDemo.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LiberationSerif-Regular";
  src: url("fonts/LiberationSerif-Regular.woff2") format("woff2"), url("fonts/LiberationSerif-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "The Foregen Rough One";
  src: url("fonts/TheForegenRoughOne.woff2") format("woff2"), url("fonts/TheForegenRoughOne.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("fonts/Raleway-Regular.woff2") format("woff2"), url("fonts/Raleway-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("fonts/Raleway-SemiBold.woff2") format("woff2"), url("fonts/Raleway-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("fonts/Raleway-Italic.woff2") format("woff2"), url("fonts/Raleway-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SuperMelonHunterRegular";
  src: url("fonts/SuperMelonHunterRegular.woff2") format("woff2"), url("fonts/SuperMelonHunterRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "LiberationSerif-Regular", serif;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #fef7ef;
  background-image: url("images/fatmama-bg.jpg?v=2");
  background-size: 100%;
  color: #292929;
  font-size: 18px;
  -webkit-tap-highlight-color: transparent;
}

a {
  display: inline-block;
}

.flex {
  display: flex;
}
@media screen and (max-width: 1400px) {
  .flex.mobile {
    display: block;
  }
}

.text_align--center {
  text-align: center;
}

hr {
  margin: 0;
  border: none;
  border-top: 4px dotted white;
}
hr.--black {
  border-top-color: #292929;
}

.middle_container {
  max-width: 1000px;
  margin: 0 auto;
}

.header {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 10px;
}
.header .logo_container {
  flex: 1;
  text-align: left;
}
.header .language_container {
  flex: 1;
  text-align: right;
}
.header .language_container .language {
  position: relative;
  display: inline-block;
}
.header .language_container .language img {
  width: 25px;
  margin-right: 5px;
  border: 1px solid grey;
}
.header .language_container .language .js_language_current {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header .language_container .language .js_language_current:hover {
  opacity: 0.8;
}
.header .language_container .language .js_language_current span {
  rotate: 90deg;
  padding-right: 0;
  padding-bottom: 5px;
}
.header .language_container .language .js_language_list {
  display: none;
  position: absolute;
  top: 30px;
  right: 0;
  margin: 0;
  padding: 0;
  background-color: #fef7ef;
  box-shadow: 0 10px 9px 0 rgba(0, 0, 0, 0.3);
  z-index: 15;
}
.header .language_container .language .js_language_list.--js_show {
  display: block;
}
.header .language_container .language .js_language_list li {
  display: block;
  margin: 15px 0;
  padding: 0 10px;
  text-align: left;
  white-space: nowrap;
}
.header .language_container .language .js_language_list li a {
  display: flex;
  align-items: center;
  color: #292929;
  text-decoration: none;
}
.header .language_container .language .js_language_list li a:hover {
  text-decoration: underline;
}

.navigator_containers_center {
  min-height: calc(100vh - 210px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.navigator_container {
  margin: 0 auto;
  padding: 5px;
  max-width: 450px;
  text-align: center;
  padding-bottom: 25px;
  padding-top: 25px;
}
.navigator_container.--underline {
  border-bottom: 3px dashed black;
}
.navigator_container__top_left {
  background-repeat: no-repeat;
  background-size: 20px;
  width: 20px;
  height: 18px;
}
.navigator_container__top_center {
  flex: 1;
  background-repeat: repeat-x;
  background-size: 20px;
  width: auto;
  height: 18px;
}
.navigator_container__top_right {
  background-repeat: no-repeat;
  background-size: 20px;
  width: 20px;
  height: 18px;
}
.navigator_container__center_left {
  background-repeat: repeat-y;
  background-size: 20px;
  width: 20px;
}
.navigator_container__center_center {
  position: relative;
  flex: 1;
  width: auto;
}
.navigator_container__center_right {
  background-repeat: repeat-y;
  background-size: 20px;
  width: 20px;
}
.navigator_container__bottom_left {
  background-repeat: no-repeat;
  background-size: 20px;
  width: 20px;
  height: 20px;
}
.navigator_container__bottom_center {
  flex: 1;
  background-repeat: repeat-x;
  background-size: 20px;
  width: auto;
  height: 20px;
}
.navigator_container__bottom_right {
  background-repeat: no-repeat;
  background-size: 20px;
  width: 20px;
  height: 20px;
}
.navigator_container__title {
  font-family: "LiberationSerif-Regular", serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 30px;
}
.navigator_container__time {
  font-family: "LiberationSerif-Regular", serif;
  text-align: center;
  font-size: 17px;
  margin-bottom: 5px;
}
.navigator_container a {
  color: #292929;
  text-decoration: none;
}
.navigator_container a:hover {
  text-decoration: underline;
}

.link_container {
  position: relative;
  left: -8px;
  margin-right: -16px;
}
.link_container__link {
  display: inline-block;
  padding: 10px 0;
  font-family: "The Foregen Rough One", serif;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  color: white;
  text-decoration: none;
}
.link_container__link img {
  width: 45px;
  height: 27px;
  margin: 5px;
}

.highlight_container {
  color: #292929;
}
.highlight_container__center_center {
  flex: 1;
  width: auto;
  text-align: left;
}

.photo_container {
  position: relative;
  left: -8px;
  margin-top: 10px;
  margin-right: -16px;
  margin-bottom: -7px;
  height: 150px;
}
.photo_container__breakfest {
  background-image: url("images/minta.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.back_link_container {
  padding: 15px;
  font-family: "LiberationSerif-Regular", serif;
  text-transform: uppercase;
}
.back_link_container a {
  display: flex;
  color: #a1171b;
  text-decoration: none;
}
.back_link_container a:hover {
  text-decoration: underline;
}

.title {
  font-family: "LiberationSerif-Regular", serif;
  text-transform: uppercase;
  text-align: center;
  color: #a1171b;
  font-size: 30px;
}

.subcategory_container {
  margin-top: 20px;
}
.subcategory_container__title {
  font-family: "LiberationSerif-Regular", serif;
  text-transform: uppercase;
  text-align: center;
  color: #a1171b;
  font-size: 25px;
  line-height: 25px;
  margin-top: 50px;
  margin-bottom: 25px;
}
.subcategory_container__subtitle {
  font-family: "LiberationSerif-Regular", serif;
  text-transform: uppercase;
  text-align: left;
  color: #292929;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: 10px;
}
.subcategory_container__title span, .subcategory_container__subtitle span {
  display: block;
  font-family: "LiberationSerif-Regular", serif;
  font-size: 14px;
  text-transform: none;
}
.subcategory_container__row {
  display: flex;
  position: relative;
  font-size: 14px;
  padding: 10px;
  font-weight: bold;
}
.subcategory_container__row .dot {
  line-height: 17px;
  font-size: 50px;
  color: #a1171b;
}
.subcategory_container__row .name {
  flex: 1;
}
.subcategory_container__row .name.highlight {
  color: #a1171b;
}
.subcategory_container__row .name img {
  display: inline-block;
  width: 18px;
  vertical-align: top;
}
.subcategory_container__row .name .desc {
  font-size: 12px;
}
.subcategory_container__row .price {
  min-width: 100px;
  text-align: right;
}
.subcategory_container__row .product_image {
  margin-top: -4px;
  margin-left: 5px;
}
.subcategory_container__row .product_image a {
  color: #a1171b;
  font-size: 20px;
}
.subcategory_container__row .product_with_photo {
  width: 100%;
}
.subcategory_container__row .product_with_photo .image {
  position: relative;
  bottom: -35px;
  left: 50%;
  transform: translate(-50%);
  padding: 0 10px;
  margin-top: -35px;
  max-width: 120px;
  max-height: 120px;
}
.subcategory_container__row .product_with_photo .navigator_container {
  padding-bottom: 0;
}
.subcategory_container__row .product_with_photo .navigator_container .name {
  display: block;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: bold;
  text-align: center;
}
.subcategory_container__row .product_with_photo .navigator_container .desc {
  margin-bottom: 5px;
}
.subcategory_container__row .product_with_photo .navigator_container .price {
  margin-bottom: 5px;
  font-weight: bold;
  text-align: center;
}
.subcategory_container__row .product_with_photo .navigator_container .product_image {
  margin-top: 0;
  margin-left: 0;
}

.share_info_container {
  padding: 20px 20px 0 20px;
  font-size: 16px;
  text-align: left;
  font-family: "SuperMelonHunterRegular", serif;
  font-style: italic;
}
.share_info_container a {
  text-decoration: none;
}
.share_info_container img {
  width: 30px;
}
.share_info_container__icons {
  margin-top: 10px;
  text-align: center;
}

.allergy_container {
  text-align: left;
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.allergy_container span {
  display: block;
}
.allergy_container img {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
}

.allergy_text_container .highlight_container__center_center {
  padding: 10px 20px;
  font-size: 12px;
  text-align: left;
}

.names_info_container {
  padding: 20px 20px 0 20px;
  font-size: 12px;
  text-align: left;
}

.service_fee_container {
  padding: 20px 20px;
  font-size: 12px;
  text-align: left;
}

.wine_map {
  width: 100%;
  max-width: 1000px;
}

.cocktail_icon {
  margin-left: 25px;
  max-width: 120px;
}

.special_offers_programs_img {
  width: 100%;
  max-width: 500px;
}

.tripadvisor_container {
  margin-top: 10px;
  text-align: center;
}
.tripadvisor_container img {
  width: 100px;
}

.mccain_container {
  margin-top: 10px;
  text-align: center;
}
.mccain_container img {
  width: 170px;
}
