@import url("https://fonts.googleapis.com/css2?family=Francois+One&display=swap");
body {
  font-family: "Francois One", sans-serif;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #ff7500;
  color: #292929;
  font-size: 16px;
}

a {
  display: inline-block;
}

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

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

.text_shadow--black {
  text-shadow: 2px 1px 2px #000000;
}
.text_shadow--white {
  text-shadow: 1px 1px 2px #ffffff;
}

.main_page {
  padding-top: min(630px, 40%);
  padding-bottom: 100px;
  background-image: url("images/background.webp");
  background-repeat: no-repeat;
  background-size: 100%;
}

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

.navigator_container {
  height: 95px;
  max-width: 750px;
  padding-top: 70px;
  margin: 0 auto;
  background-image: url("images/highlight_bg_1.png");
  background-repeat: no-repeat;
  background-size: 100% 275px;
  background-position: top;
}
.navigator_container__time {
  text-align: center;
}
.navigator_container__title {
  text-transform: uppercase;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
}

.link_container {
  position: relative;
  text-align: center;
}
.link_container__link {
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  color: #BA1619;
  text-decoration: none;
}
.link_container__link img {
  width: 45px;
  height: 27px;
  margin: 5px;
}

.products_page {
  background-image: url("images/background_2.png");
  background-size: 100%;
  color: #ececec;
  font-size: 18px;
}
.products_page .middle_container {
  max-width: 600px;
}
.products_page .back_link_container {
  padding: 15px;
  text-transform: uppercase;
  text-shadow: none;
}
.products_page .back_link_container a {
  color: #292929;
  text-decoration: none;
}
.products_page .title {
  text-transform: uppercase;
  text-align: center;
  color: #292929;
  font-size: 30px;
  background-image: url("images/highlight_bg_1.png");
  background-repeat: no-repeat;
  background-size: 100% 70px;
  background-position: top;
}
.products_page .service_fee_container {
  padding: 20px 20px;
  font-size: 13px;
  text-align: left;
}
.products_page .subcategory_container {
  margin-top: 20px;
}
.products_page .subcategory_container__title {
  text-transform: uppercase;
  text-align: left;
  color: #292929;
  font-size: 25px;
  margin-top: 10px;
  margin-bottom: 5px;
  padding-left: 25px;
  background-image: url("images/highlight_bg_2.png");
  background-repeat: no-repeat;
  background-size: 100% 45px;
  background-position: top;
}
.products_page .subcategory_container__subtitle {
  text-transform: uppercase;
  text-align: left;
  color: #292929;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: 10px;
}
.products_page .subcategory_container__title span, .products_page .subcategory_container__subtitle span {
  display: block;
  font-size: 14px;
  text-transform: none;
}
.products_page .subcategory_container__row {
  display: flex;
  position: relative;
  padding: 10px;
}
.products_page .subcategory_container__row .dot {
  line-height: 28px;
  font-size: 20px;
  margin-right: 5px;
}
.products_page .subcategory_container__row .name {
  flex: 1;
}
.products_page .subcategory_container__row .name img {
  display: inline-block;
  width: 18px;
  vertical-align: middle;
}
.products_page .subcategory_container__row .name .desc {
  font-size: 13px;
}
.products_page .subcategory_container__row .price {
  min-width: 100px;
  text-align: right;
}
.products_page .allergy_container {
  text-align: left;
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.products_page .allergy_container span {
  display: block;
}
.products_page .allergy_container img {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
}
.products_page .allergy_text_container .highlight_container__center_center {
  padding: 10px 20px;
  font-size: 13px;
  text-align: left;
}
.products_page .names_info_container {
  margin-top: 20px;
  padding: 20px 20px 0 20px;
  font-size: 13px;
  text-align: left;
}
.products_page .share_info_container {
  padding: 20px;
  font-size: 16px;
  text-align: left;
  font-style: italic;
}
.products_page .share_info_container a {
  text-decoration: none;
  margin: 0 5px;
}
.products_page .share_info_container img {
  width: 30px;
}
.products_page .share_info_container__icons {
  margin-top: 10px;
  text-align: center;
}
.products_page .tripadvisor_container {
  margin-top: 30px;
  text-align: center;
}
.products_page .tripadvisor_container img {
  width: 100px;
}
