#footer {
  display: none;
}

.overflow-hidden {
  overflow: hidden;
}

.special-offer-item .text-side a {
  cursor: default;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.sub-category.active {
  color: red;
}

.sub-category-block .slick-list.draggable {
  background: #EEEFEF;
}

.slider-type-2 .slick-track {
  justify-content: center;
}

.sub-category-block {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 1rem;
  background: #EEEFEF;
}
.sub-category-block .sub-category {
  padding: 12px 1.5rem;
  background: #F8F8F8;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: 0px;
  color: #A1A3A5;
  border-radius: 1rem;
  margin: 1rem 0;
}
.sub-category-block .sub-category.active {
  color: #FFA51D;
  background: #ffffff;
  box-shadow: 0px 4px 6px 0px rgba(21, 23, 70, 0.0588235294);
}

.option-block {
  padding: 1.25rem 1rem;
  border-radius: 16px;
  border: 1px solid #EEEFF2;
  box-shadow: 0px 4px 17px -2px rgba(24, 39, 75, 0.0392156863);
  margin: 1.5rem 1rem;
  background: #ffffff;
}
.option-block_table {
  border-collapse: collapse;
  width: 100%;
}
.option-block_table + .option-block_table {
  margin-top: 2rem;
}
.option-block_item-name {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.005em;
}
.option-block_size-value {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0px;
  color: #A1A3A5;
}
.option-block_price-value {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0px;
  color: #FFA51D;
  text-align: center;
}
.option-block_row {
  padding: 1rem 0;
}
.option-block_row:last-child td {
  padding: 1rem 0 0;
}
.option-block_row:not(:last-child) {
  border-bottom: 1px solid #EEEFF2;
}
.option-block_row td {
  padding: 1rem 0;
}
.option-block_title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: 0px;
  margin-bottom: 1.25rem;
}
.option-block_size-value {
  text-align: center;
}
.option-block_title-item {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
}
.option-block_title-item--size {
  width: 30%;
  text-align: center;
}
.option-block_title-item--price {
  text-align: center;
  width: 20%;
}
.option-block_title-item--item {
  width: 50%;
}

.single-restaurant {
  position: relative;
  background: #fcfcfc;
  padding-bottom: 5.5rem;
  max-width: 450px;
  margin: 0 auto;
}
.single-restaurant .single-restaurant-header .title * {
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  content: "...";
}
.single-restaurant .title * {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.625rem;
  letter-spacing: -0.09px;
}
.single-restaurant .subtitle {
  color: #A1A3A5;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
}
.single-restaurant .button {
  padding: 1.125rem 1.5rem;
  border-radius: 8px;
}
.single-restaurant .main-title * {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.75rem;
}
.single-restaurant .restaurant-info {
  position: fixed;
  height: 100vh;
  min-height: 100vh;
  right: -100%;
  overflow: auto;
  top: 0;
  width: 100%;
  z-index: 4;
  background: #FCFCFC;
  transition: all 0.3s;
  padding: 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.single-restaurant .restaurant-info > div {
  max-width: 418px;
}
.single-restaurant .restaurant-info.active {
  /*right: 0;*/
  /*z-index: 4;*/

  right: unset;
  z-index: 4;
  max-width: 452px;
  left: 50%;
  transform: translateX(-50%);
}
.single-restaurant .restaurant-info .back-btn {
  color: #7A758F;
  font-family: "DM Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
  letter-spacing: -0.1px;
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 78px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  margin-left: 0;
}
.single-restaurant .restaurant-info__title {
  margin-top: 2rem;
}
.single-restaurant .restaurant-info__title + .restaurant-info__address {
  margin-top: 0.5rem;
}
.single-restaurant .restaurant-info__address + .restaurant-info__map {
  margin-top: 1rem;
}
.single-restaurant .restaurant-info__content {
  padding: 0 0 2rem;
}
.single-restaurant .restaurant-info__map {
  display: flex;
}
.single-restaurant .restaurant-info__map * {
  max-height: 220px;
  max-width: 100%;
  border-radius: 16px;
  box-shadow: 0px 4px 4px -2px rgba(24, 39, 75, 0.08), 0px 2px 4px -2px rgba(24, 39, 75, 0.12);
}
.single-restaurant .restaurant-info__working-hours {
  margin-top: 1.5rem;
}
.single-restaurant .restaurant-info__working-hours__title + .restaurant-info__working-hours__hours {
  margin-top: 0.5rem;
}
.single-restaurant .restaurant-info__working-hours__hours span {
  font-weight: 600;
}
.single-restaurant .restaurant-info__phone {
  margin-top: 1.5rem;
}
.single-restaurant .restaurant-info__phone-title + .restaurant-info__phone-number {
  margin-top: 0.5rem;
}
.single-restaurant .restaurant-info__social-media {
  margin-top: 2rem;
  display: flex;
  gap: 1.5rem;
}
.single-restaurant .restaurant-info__social-media__item {
  cursor: pointer;
}
.single-restaurant .single-restaurant-header {
  position: relative;
}
.single-restaurant .single-restaurant-header label {
  -webkit-tap-highlight-color: transparent;
}
.single-restaurant .single-restaurant-header__top {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  background: transparent;
  padding: 1rem;
  position: absolute;
  width: 100%;
  z-index: 2;
  transition: all 0.3s;
}
.single-restaurant .single-restaurant-header__top.fixed {
  position: fixed;
  top: 0;
  background: #EEEFEF;
  max-width: 450px;
  border-bottom: 1px solid #fafafa;
}
.single-restaurant .single-restaurant-header__top.fixed .title {
  color: #15191E;
}
.single-restaurant .single-restaurant-header__top.fixed .language-select-block {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  border-radius: 16px;
}
.single-restaurant .single-restaurant-header__top.fixed .language-select-block .language-select:not(.open) {
  color: #15191E;
  border-radius: 16px;
}
.single-restaurant .single-restaurant-header__top.fixed .language-select-block .language-select:not(.open) + i {
  color: #5F7186 !important;
}
.single-restaurant .single-restaurant-header__top.fixed .more-btn .on-scroll {
  display: block;
}
.single-restaurant .single-restaurant-header__top.fixed .more-btn .basic {
  display: none;
}
.single-restaurant .single-restaurant-header__top__title {
  color: #ffffff;
  flex: 1;
}
.single-restaurant .single-restaurant-header__top .language-select-block {
  max-width: 132px;
  width: 100%;
  cursor: pointer;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  border-radius: 16px;
  box-shadow: 0px 4px 6px 0px rgba(21, 23, 70, 0.06);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background: rgba(248, 248, 248, 0.27);
}
.single-restaurant .single-restaurant-header__top .language-select-block .language-select {
  padding: 4px 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background: transparent;
  z-index: 2;
  position: relative;
  color: #ffffff;
  transition: all 0.8s ease-in;
  border-radius: 16px;
  min-width: 132px;
}
.single-restaurant .single-restaurant-header__top .language-select-block .language-select::after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  left: 0;
  margin: 0 20px;
  right: 0;
  bottom: 0;
  background: transparent;
  border-radius: 10px;
}
.single-restaurant .single-restaurant-header__top .language-select-block .language-select.open {
  background: #101418;
  border-radius: 16px 16px 0 0;
  transition: all 0.3s ease-out;
}
.single-restaurant .single-restaurant-header__top .language-select-block .language-select.open::after {
  background: rgba(255, 255, 255, 0.1);
}
.single-restaurant .single-restaurant-header__top .language-select-block .language-select.open + i {
  transform: rotate(180deg);
  color: #FFA51D;
  z-index: 2;
}
.single-restaurant .single-restaurant-header__top .language-select-block .language-select.open + i + .list {
  display: block;
  max-height: 600px;
}
.single-restaurant .single-restaurant-header__top .language-select-block .language-select + i {
  position: absolute;
  right: 20px;
  top: 8px;
  height: 16px;
  width: 16px;
  display: flex;
  align-items: center;
  color: #ffffff;
}
.single-restaurant .single-restaurant-header__top .language-select-block .language-select + i:before {
  margin: 0;
  height: 16px;
  width: 16px;
}
.single-restaurant .single-restaurant-header__top .language-select-block .list {
  list-style: none;
  border-radius: 0 0 1rem 1rem;
  background: #101418;
  box-shadow: 0px 4px 6px 0px rgba(21, 23, 70, 0.06);
  font-size: 16px;
  line-height: 1.5rem;
  letter-spacing: -0.08px;
  color: #A1A3A5;
  max-width: 100%;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  max-height: 0;
  position: absolute;
  width: 100%;
  z-index: 3;
}
.single-restaurant .single-restaurant-header__top .language-select-block .list .list-item {
  padding: 8px 20px 0;
}
.single-restaurant .single-restaurant-header__top .language-select-block .list .list-item:last-child {
  padding-bottom: 0.5rem;
}
.single-restaurant .single-restaurant-header__top .language-select-block .list .list-item > * {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single-restaurant .single-restaurant-header__top .language-select-block .list .list-item input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #101418;
  margin: 0;
  font: inherit;
  width: 16px;
  height: 16px;
  border: 1px solid transparent;
  border-radius: 50%;
  display: grid;
  place-content: center;
}
.single-restaurant .single-restaurant-header__top .language-select-block .list .list-item input[type=radio]::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 7px 7px #FFB74A;
}
.single-restaurant .single-restaurant-header__top .language-select-block .list .list-item input[type=radio]:checked {
  border: 1px solid #EFF0F2;
}
.single-restaurant .single-restaurant-header__top .language-select-block .list .list-item input[type=radio]:checked::before {
  transform: scale(1);
}
.single-restaurant .single-restaurant-header__top .more-btn {
  display: flex;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.single-restaurant .single-restaurant-header__top .more-btn .on-scroll {
  display: none;
}
.single-restaurant .single-restaurant-header__bottom {
  position: relative;
}
.single-restaurant .single-restaurant-header__bottom__restaurant-image-overlay {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(176deg, rgba(22, 22, 30, 0.73) 3.15%, rgba(24, 22, 26, 0.54) 96.85%);
}
.single-restaurant .single-restaurant-header__bottom__restaurant-image {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 150px;
  min-height: 150px;
  width: 100%;
}
.single-restaurant .single-restaurant-header__bottom__restaurant-logo {
  border-radius: 50%;
  position: absolute;
  overflow: hidden;
  max-width: 84px;
  width: 100%;
  max-height: 84px;
  height: 100%;
  z-index: 1;
  left: 50%;
  display: flex;
  -ms-flex-align: center;
  justify-content: space-between;
  align-items: center;
  transform: translate(-50%, -50%);
  box-shadow: 0px 16px 36px 0px rgba(0, 0, 0, 0.05);
}
.single-restaurant .single-restaurant-header__bottom__restaurant-logo__img {
  max-width: 84px;
  width: 100%;
  max-height: 84px;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.single-restaurant .main-content {
  margin-top: 3.875rem;
}
.single-restaurant .main-content__title {
  padding: 0 1rem;
}
.single-restaurant .main-content__subtitle {
  color: #43464A;
  margin-top: 0.5rem;
  padding: 0 1rem;
}
.single-restaurant .main-content__categories-wrapper {
  display: flex;
  gap: 1rem;
  padding-left: 1rem;
}
.single-restaurant .main-content__categories {
  margin-top: 1.25rem;
  background: #FCFCFC;
  overflow: hidden;
  position: sticky;
  top: 13px;
  z-index: 1;
}
.single-restaurant .main-content__categories:before {
  content: "";
  display: block;
  top: 48px;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  position: absolute;
  background: #E3E3E3;
}
.single-restaurant .main-content__categories .category-item {
  padding: 12px 12px 15px;
  display: flex;
  align-items: center;
  gap: 4px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  color: #A1A3A5;
  transition: all 0.3s;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.single-restaurant .main-content__categories .category-item:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #E3E3E3;
  border-radius: 0px;
  left: 0;
  z-index: 4;
  transition: all 0.3s;
}
.single-restaurant .main-content__categories .category-item.active {
  color: #15191E;
}
.single-restaurant .main-content__categories .category-item.active:before {
  border-radius: 2px;
  background: #FFB74A;
}
.single-restaurant .main-content__categories .category-item .name {
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: 0px;
  color: #15191E;
}
.single-restaurant .main-content__categories .category-item .icon img {
  max-width: 1.5rem;
  display: flex;
}
.single-restaurant .main-content .slick-list {
  max-width: 100% !important;
}
.single-restaurant .main-content .slick-list .slick-track {
  max-width: 100% !important;
  display: flex;
  gap: 1rem;
}
.single-restaurant .main-content .special-offer {
  margin-top: 1.75rem;
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.single-restaurant .main-content .special-offer__title {
  margin-bottom: 0.75rem;
  padding: 0 1rem;
}
.single-restaurant .main-content .special-offer .special-offer-item {
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  flex: 0 0 99%;
  -ms-flex: 0 0 99%;
  max-width: 99%;
  min-height: 140px;
  gap: 1rem;
  border-radius: 24px;
  position: relative;
  opacity: 0.1;
  transition: all 0.1s;
  background: url(/wp-content/uploads/2024/02/bg-special-offer.png);
  background-position: center;
  background-size: cover;
}
.single-restaurant .main-content .special-offer .special-offer-item.slick-active {
  opacity: 1;
}
.single-restaurant .main-content .special-offer .special-offer-item .subtitle {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: -0.06px;
}
.single-restaurant .main-content .special-offer .special-offer-item .title {
  color: #ffffff;
  margin-top: 0.5rem;
}
.single-restaurant .main-content .special-offer .special-offer-item .price {
  color: #FFA51D;
  margin-top: 1rem;
}
.single-restaurant .main-content .special-offer .special-offer-item .price .currency {
  margin-right: 4px;
  color: #CC8417;
  font-size: 0.563rem;
  font-weight: 600;
  line-height: 0.938rem;
}
.single-restaurant .main-content .special-offer .special-offer-item .availability {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0.25rem 0.5rem;
  border-radius: 14px;
  background: #FFC977;
  position: absolute;
  top: 12px;
  right: 12px;
}
.single-restaurant .main-content .special-offer .special-offer-item .availability .avaliability-time {
  color: #000000;
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1rem;
  letter-spacing: -0.05px;
}
.single-restaurant .main-content .special-offer .special-offer-item .img-side {
  max-width: 106px;
  max-height: 106px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
}
.single-restaurant .main-content .special-offer .special-offer-item .img-side .offer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.single-restaurant .main-content .dishes .child-category-name {
  padding: 1.125rem 0;
  margin: 0 1rem;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.75rem;
  position: relative;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: all ease-in-out .3s;
}
.single-restaurant .main-content .dishes .child-category-name:not(:nth-last-child(-n+2)) {
  border-bottom: 2px solid rgba(217, 217, 217, 0.3);
}
.single-restaurant .main-content .dishes .child-category-name.active:not(:nth-last-child(-n+2)) {
  border-bottom: 2px solid transparent;
}
.single-restaurant .main-content .dishes .child-category-name.active i {
  color: #FFA51D;
  transform: rotate(180deg);
}
.single-restaurant .main-content .dishes .child-category-name i {
  position: absolute;
  right: 0;
  color: #13161A;
}
.single-restaurant .main-content .dishes .child-category-name i:before {
  margin: 0;
}
.single-restaurant .main-content .dishes .offers {
  padding: 0 1rem;
  overflow: hidden;
  transition: all .3s ease-in-out;
  max-height: 0;
  opacity: 0;
}
.single-restaurant .main-content .dishes .offers.active {
  display: block;
  max-height: 100%;
  opacity: 1;
}
.single-restaurant .main-content .dishes .offers .dish-item:first-of-type {
  margin-top: 0.5rem;
}
.single-restaurant .main-content .dishes .offers .dish-item {
  padding: 1.25rem 1rem 1.25rem;
  border-radius: 20px;
  border: 1px solid #EFF0F2;
  background: #FFFFFF;
  display: flex;
  justify-content: space-between;
  position: relative;
  gap: 12px;
  flex-wrap: wrap;
}
.single-restaurant .main-content .dishes .offers .dish-item:not(:last-child) {
  margin-bottom: 0.5rem;
}
.single-restaurant .main-content .dishes .offers .dish-item .wishlist.add {
  padding: 0.75rem;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  display: flex;
}
.single-restaurant .main-content .dishes .offers .dish-item .wishlist.add .chosen {
  display: none;
}
.single-restaurant .main-content .dishes .offers .dish-item .wishlist.add.active {
  background: #FFA51D;
}
.single-restaurant .main-content .dishes .offers .dish-item .wishlist.add.active .basic {
  display: none;
}
.single-restaurant .main-content .dishes .offers .dish-item .wishlist.add.active .chosen {
  display: block;
}
.single-restaurant .main-content .dishes .offers .dish-item .dish-item-text {
  flex: 1;
}
.single-restaurant .main-content .dishes .offers .dish-item .dish-item-text .title {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.625rem;
  letter-spacing: -0.09px;
  color: #15191E;
  cursor: pointer;
  transition: all 0.3s;
  margin-bottom: 0.5rem;
  line-height: 20px;
}
.single-restaurant .main-content .dishes .offers .dish-item .dish-item-text .title:hover {
  color: #A1A3A5;
}
.single-restaurant .main-content .dishes .offers .dish-item .dish-item-text .description {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: #BFC6CE;
}
.single-restaurant .main-content .dishes .offers .dish-item .dish-item-text .overview {
  display: block;
}
.single-restaurant .main-content .dishes .offers .dish-item .dish-item-text .charactiristics {
  display: flex;
  gap: 1.25rem;
  margin-top: 15px;
}
.single-restaurant .main-content .dishes .offers .dish-item .dish-item-text .charactiristics + .overview {
  margin-top: 12px;
}
.single-restaurant .main-content .dishes .offers .dish-item .dish-item-text .charactiristics .item-sub-categories {
  position: relative;
  color: #15191E;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1rem;
  letter-spacing: -0.06px;
  text-transform: capitalize;
}
.single-restaurant .main-content .dishes .offers .dish-item .dish-item-text .charactiristics .item-sub-categories:not(:first-child):before {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  width: 4px;
  transform: translateY(-50%);
  height: 4px;
  border-radius: 50%;
  background-color: #FFC977;
}
.single-restaurant .main-content .dishes .offers .dish-item .price {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.single-restaurant .main-content .dishes .offers .dish-item .price .price-title {
  color: #A1A3A5;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1rem;
  letter-spacing: -0.06px;
}
.single-restaurant .main-content .dishes .offers .dish-item .price .price-only {
  color: #FFA51D;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}
.single-restaurant .main-content .dishes .offers .dish-item .price .price-only .currency {
  color: #FFA51D;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: 0px;
}
.single-restaurant .main-content .dishes .offers .dish-item .img-side {
  max-width: 96px;
  max-height: 96px;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.single-restaurant .main-content .dishes .offers .dish-item .img-side .offer-image {
  width: 96px;
  height: 96px;
  -o-object-fit: cover;
  object-fit: cover;
  display: flex;
  border-radius: 50%;
  border: 2px solid #FFA51D;
}
.single-restaurant .main-content .dishes .offers .dish-item .bottom-side {
  margin-top: 4px;
  flex: 0 0 100%;
  max-width: 100%;
  -ms-flex: 0 0 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single-restaurant .back-btn {
  color: #7A758F;
  font-family: "DM Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
  letter-spacing: -0.1px;
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 78px;
  cursor: pointer;
  margin-bottom: 1.125rem;
  -webkit-tap-highlight-color: transparent;
}
.single-restaurant .dish-overview {
  position: fixed;
  height: 100vh;
  min-height: 100vh;
  right: -100%;
  overflow: auto;
  top: 0;
  width: 100%;
  z-index: 4;
  background: #FCFCFC;
  transition: all 0.3s;
  padding: 2.125rem 0 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.single-restaurant .dish-overview > div {
  max-width: 418px;
}
.single-restaurant .dish-overview.active {
  right: 0;
  z-index: 4;
}
.single-restaurant .dish-overview .dish-photo {
  overflow: hidden;
  max-height: 220px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.single-restaurant .dish-overview .dish-photo img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.single-restaurant .dish-overview .main-title-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1rem 0;
  min-height: 32px;
}
.single-restaurant .dish-overview .main-title-block .title {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.75rem;
  max-width: 70%;
}
.single-restaurant .dish-overview .main-title-block .price-only {
  color: #FFA51D;
  font-family: "DM Sans", sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 2rem;
}
.single-restaurant .dish-overview .main-title-block .price-only .currency {
  color: #FFA51D;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 0.938rem;
  font-family: 'Inter', sans-serif;
}
.single-restaurant .dish-overview .main-title-block .price-only > * {
  display: inline;
}
.single-restaurant .dish-overview .characteristics {
  color: #15191E;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1rem;
  letter-spacing: -0.06px;
  padding: 1.5rem 1rem 0;
  min-height: 48px;
  display: -ms-flexbox;
  align-items: center;
  display: flex;
  gap: 1.25rem;
}
.single-restaurant .dish-overview .characteristics + .overview {
  margin-top: 12px;
}
.single-restaurant .dish-overview .characteristics .item-sub-categories {
  position: relative;
  color: #15191E;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1rem;
  letter-spacing: -0.06px;
  text-transform: capitalize;
}
.single-restaurant .dish-overview .characteristics .item-sub-categories:not(:first-child):before {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  width: 4px;
  transform: translateY(-50%);
  height: 4px;
  border-radius: 50%;
  background-color: #FFC977;
}
.single-restaurant .dish-overview .description {
  margin: 1rem 1rem 0;
  color: #A1A3A5;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #EEEFF2;
}
.single-restaurant .dish-overview .ingredients-title, .single-restaurant .dish-overview .food-composition-title {
  padding: 1.5rem 0 1rem;
  margin: 0 1rem;
  color: #A1A3A5;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.625rem;
  letter-spacing: -0.09px;
}
.single-restaurant .dish-overview .ingredients {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0 1rem;
}
.single-restaurant .dish-overview .ingredients .ingredients-item {
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 6px 13px 0px rgba(35, 17, 89, 0.01);
  flex: 0 0 calc(32.5% - 6px);
  -ms-flex: 0 0 calc(32.5% - 6px);
  max-width: calc(32.5% - 6px);
  color: #13111D;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.25rem;
  display: flex;
  padding: 0.75rem;
  align-items: center;
  justify-content: center;
  min-height: 44px;
}
.single-restaurant .dish-overview .food-composition-title {
  border-top: 0;
}
.single-restaurant .dish-overview .food-composition-block-main {
  margin: 0 1rem;
  border-radius: 16px;
  border: 1px solid #EEEFF2;
  background: #FFF;
  flex-wrap: nowrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 1rem;
  min-height: 76px;
}
.single-restaurant .dish-overview .food-composition-block-main .food-composition-block-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  align-self: end;
}
.single-restaurant .dish-overview .food-composition-block-main .food-composition-block-item .value {
  color: #13111D;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}
.single-restaurant .dish-overview .food-composition-block-main .food-composition-block-item span {
  color: #9FA9B6;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: -0.06px;
}
.single-restaurant .dish-overview .wishlist-button {
  padding: 1rem 1rem 0;
}
.single-restaurant .wishlist-block {
  padding: 1.5rem 1rem;
  right: -100%;
  position: fixed;
  height: 100vh;
  min-height: 100vh;
  overflow: auto;
  top: 0;
  width: 100%;
  z-index: 4;
  background: #FCFCFC;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
}
.single-restaurant .wishlist-block.active {
  right: 0;
  z-index: 4;
}
.single-restaurant .wishlist-block__main {
  padding: 2rem 1rem;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 4px 17px -2px rgba(24, 39, 75, 0.04);
}
.single-restaurant .wishlist-block__dishes {
  margin-top: 1.5rem;
}
.single-restaurant .wishlist-block__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.single-restaurant .wishlist-block__item:not(:last-child) {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #EEEFF2;
}
.single-restaurant .wishlist-block__item-title-text {
  max-width: 134px;
}
.single-restaurant .wishlist-block__item-title {
  flex: 1;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: -0.06px;
}
.single-restaurant .wishlist-block__img-block {
  align-items: center;
  display: flex;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0px 4px 11px 0px rgba(13, 3, 34, 0.19);
  position: relative;
  border-radius: 50%;
  border: 4px solid #ffffff;
}
.single-restaurant .wishlist-block__image {
  width: 52px;
  height: 52px;
  display: flex;
  -o-object-fit: cover;
  object-fit: cover;
}
.single-restaurant .wishlist-block__price {
  color: #A1A3A5;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
}
.single-restaurant .wishlist-block__price .currency {
  color: #7A758F;
  font-size: 9px;
  font-weight: 600;
  line-height: 15px;
}

.single-restaurant .delete-wishlist-block {
  display: flex;
}
.single-restaurant .wishlist-block .back-btn {
  margin-bottom: 1.5rem;
}
.single-restaurant .wishlist-block .currency {
  margin-right: 4px;
}
.single-restaurant .wishlist-button-popup {
  max-width: 418px;
  margin: auto;
  min-height: 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  background: #FFA51D;
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 2rem;
  padding: 0.75rem 1.5rem;
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: -100%;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.single-restaurant .wishlist-button-popup.active {
  bottom: 1.5rem;
}
.single-restaurant .wishlist-button-popup .title {
  font-size: 0.875rem;
  font-weight: 700;
}
.single-restaurant .wishlist-button-popup .title span {
  color: #fff;
  font-size: 0.875rem;
}
.single-restaurant .wishlist-button-popup .price {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}
.single-restaurant .wishlist-button-popup .currency {
  margin-right: 4px;
  color: #FFEDD1;
  font-size: 9px;
  font-weight: 600;
  line-height: 15px;
}



.single-restaurant .back-btn {
  margin-left: 16px;
}




/*# sourceMappingURL=restaurant.css.map */