.phone-number{
  font-family: "Conv_HelveticaNeueLTStd-Cn";
  color: #4d4d4d;
  font-size: 18px;
}
.phone-number .phone-number__title{
  font-size: 30px;
}
.phone-number .phone-number__info{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding: 10px;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
}
.phone-number .phone-number__nr{

  display: none;
  font-family: "Conv_HelveticaNeueLTStd-Cn";
  color: #4d4d4d;
  border: 1px solid #4d4d4d;
  font-size: 18px;
  padding-top: 4px;
  margin-top: 14px;
  padding: 8px;
  border-radius: 6px;
}
.phone-number .phone-number__action{
  display: block;
  font-family: "Conv_HelveticaNeueLTStd-Cn";
  color: #4d4d4d;
  border: 1px solid #4d4d4d;
  font-size: 18px;
  padding-top: 4px;
  margin-top: 14px;
  padding: 8px;
  border-radius: 6px;
}

.popup-field {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.1);

  display: none;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  z-index: 400;

  overflow-y: scroll;
}

.popup-field .popup-field-content {
  transition: transform 0.3s ease-out;

  position: relative;
  min-height: 100px;
  top: 200px;
  width: 700px;
  background: white;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
  left: calc(50% - 350px);
  transform: translate(0px, 100px);

  padding: 20px;
}
.popup-field .popup-field-content .title {
  font-family: "Conv_HelveticaNeueLTStd-Cn";
  font-size: 20px;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e3e3e3;
}

.popup-field .popup-field-content select {
  margin: 0px !important;
  border: 0px !important;
  background: #f0efef;
  padding: 10px;
  width: 100%;
  outline: 0px;
  -webkit-appearance: none;
  border-radius: 0;
  min-height: 45px;
}

.popup-field.active {
  opacity: 1;
}

.popup-field.active .popup-field-content {
  transform: translate(0px, 0px);
}

.popup-field-content .close-btn {
  line-height: 14px;
  width: 14px;
  text-align: center;
  color: #c3c3c3;
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
}
.popup-field-content .close-btn.normalized {
  position: relative;
  margin: auto;
  width: auto;
  background: #e70079;
  display: none;
  padding: 14px;
  margin-top: 40px;
  font-family: "Conv_HelveticaNeueLTStd-Cn";
  font-size: 16px;
  color: white;
}
.popup-field .popup-field-content .header {
  height: 200px;
  overflow: hidden;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.popup-field .popup-field-content .header img {
  width: 100%;
}
.popup-field .popup-field-content .requirements h3 {
  font-family: "Conv_HelveticaNeueLTStd-Cn";
  margin: 10px 0;
}
.popup-field .popup-field-content .requirements ul {
  margin: 0px;
  padding: 0 0 0 20px;
}
.popup-field .popup-field-content .project-identifier {
  margin-top: 5px;
  font-family: "Conv_HelveticaNeueLTStd-Cn";
}
.popup-field .popup-field-content .project-identifier span {
  display: inline-block;
  padding: 4px 10px;
  background: #e70079;
  border-radius: 6px;
  color: white;
}

.detail {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: minmax(0, 1fr) 370px;
  grid-template-areas:
    "gallery-area reservation-area"
    "detail reservation-area";
  column-gap: 20px;
  row-gap: 20px;
}

.detail .michelin_block {
  display: inline-flex;
  padding-left: 2px;
  font-size: 16px;
  padding-top: 8px;
  color: #e70079;
  position: relative;
}

.container .intro {
  padding: 20px 0 10px;
  font-family: "Conv_HelveticaNeueLTStd-Cn";
  display: flex;
  justify-content: space-between;
  align-items: baseline;

  color: #4d4d4d;
}

.container .intro .name {
  font-size: 30px;
  display: flex;
}
.container .intro .location {
}

.detail .section .title-section {
  width: 100%;
  position: relative;

  font-family: "Conv_HelveticaNeueLTStd-ThCn", Sans-Serif;
}
.detail .section .title-section span {
  z-index: 40;
  position: relative;

  background: white;
  padding-right: 10px;
  text-transform: uppercase;
  font-size: 22px;
}
.detail .section .title-section:after {
  content: "";
  height: 1px;
  background: #4c4c4c;
  position: absolute;
  right: 0;
  bottom: 0.6rem;
  width: 100%;
  z-index: 0;
}

.detail .restaurant {
  flex: 1;
}

.detail .widget {
  min-width: 340px;
}

.detail .gallery {
  padding: 0px;
  border: 0px;
}

.detail .menu {
  display: flex;
  border-bottom: 2px solid #f2f2f2;
}

.detail .menu > a {
  font-family: "Conv_HelveticaNeueLTStd-Cn";
  padding: 10px 20px;
  color: #808080;
  font-size: 18px;
  text-transform: capitalize;

  border-bottom: 2px solid #f2f2f2;
  margin-bottom: -2px;
}

.detail .menu > a.active {
  color: #e70079;
  border-bottom: 2px solid #e70079;
}

.detail .info .data-section {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.detail .info .data-section .address {
  width: 180px;
}

.detail .info .data-section .map-location {
  overflow: hidden;
  height: 120px;
  border-radius: 10px;
  margin-bottom: 12px;
}

.detail .info .data-section .map-location img {
  width: 100%;
}

.detail .info .data-section .address h2 {
  font-family: "Conv_HelveticaNeueLTStd-Cn";
  font-size: 24px;
  padding: 0;
  margin: 0;
}

.detail .info .data-section .address h2 .michelin_block {
  padding-top: 2px;
  font-size: 14px;
  padding-left: 4px;
}

.detail .info .data-section .address .location > span {
  display: block;
}

.detail .info .data-section .address .csm-data {
  margin-top: 20px;
}
.detail .info .data-section .address .csm-data .indicator {
  font-family: "Conv_HelveticaNeueLTStd-Cn";
  font-size: 18px;
  line-height: 16px;
}
.detail .info .data-section .address .csm-data .value {
  margin-bottom: 10px;
}

.detail .info .data-section .description-tags {
  flex: 1;
}
.detail .info .data-section .description-tags .description {
  margin-bottom: 30px;
}
.detail .info .data-section .description-tags .tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.detail .info .data-section .description-tags .option-list {
  margin-bottom: 20px;
}
.detail .info .data-section .description-tags .option-list .title {
  font-family: "Conv_HelveticaNeueLTStd-Cn";
  font-size: 18px;
  line-height: 16px;
  padding-bottom: 6px;
}

.detail .info .data-section .description-tags .tags > span {
  display: block;
  padding: 4px 10px;
  background: #333333;
  color: white;
  border-radius: 12px;
}

.detail .info .data-section .description-tags .tags > span.half {
  background: #6c6c6c;
}

.detail .offers .data-section {
  display: grid;

  margin-top: 20px;
  margin-bottom: 40px;
}

.detail .offers .data-section .deal-block {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  padding-bottom: 10px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.25);
  padding: 20px;
}
.detail .offers .data-section .deal-block:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0px;
}

.detail .offers .data-section .deal-block .details {
  display: flex;
}
.detail .offers .data-section .deal-block .details .project {
}

.detail .offers .data-section .deal-block .deal-block__title {
  font-family: "Conv_HelveticaNeueLTStd-Cn";
  font-size: 18px;
}

.detail .offers .data-section .deal-block .deal-block__details {
  display: flex;
  flex-direction: row;
  flex: 1;
}
.detail
  .offers
  .data-section
  .deal-block
  .deal-block__details
  .deal-img-field
  img {
  height: 180px;
  border-radius: 4px;
}
.detail
  .offers
  .data-section
  .deal-block
  .deal-block__details
  .deal-info-field {
  display: flex;
  flex-direction: column;

  flex: 1;
}

.detail
  .offers
  .data-section
  .deal-block
  .deal-block__details
  .deal-info-field
  .img_menus {
  display: flex;
}
.detail
  .offers
  .data-section
  .deal-block
  .deal-block__details
  .deal-info-field
  .title_project {
  display: flex;
  font-family: "Conv_HelveticaNeueLTStd-Cn";
  align-items: center;
  justify-content: space-between;

  margin-bottom: 10px;
}
.detail
  .offers
  .data-section
  .deal-block
  .deal-block__details
  .deal-info-field
  .title_project
  .title {
  padding: 4px 0 0 0;
  font-size: 20px;
  margin-right: 10px;
}
.detail
  .offers
  .data-section
  .deal-block
  .deal-block__details
  .deal-info-field
  .title_project
  .project {
  display: inline-block;
  padding: 4px 10px;
  background: #e70079;
  border-radius: 6px;
  color: white;
}

.detail
  .offers
  .data-section
  .deal-block
  .deal-block__details
  .deal-info-field
  .menus {
  flex: 1;
  padding-left: 20px;
}
.detail
  .offers
  .data-section
  .deal-block
  .deal-block__details
  .deal-info-field
  .menu {
  display: block;
  margin: 10px 0;
  padding-bottom: 10px;

  border-bottom: 1px solid #cecece;
}
.detail
  .offers
  .data-section
  .deal-block
  .deal-block__details
  .deal-info-field
  .menu:last-child {
  border-bottom: 0px;
}
.detail
  .offers
  .data-section
  .deal-block
  .deal-block__details
  .deal-info-field
  .menu
  .menu__columns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.detail
  .offers
  .data-section
  .deal-block
  .deal-block__details
  .deal-info-field
  .menu
  .menu__columns
  .menu__columns_left {
  flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}
.detail
  .offers
  .data-section
  .deal-block
  .deal-block__details
  .deal-info-field
  .menu
  .menu__columns
  .menu__columns_right {
  flex-basis: 90px;
}

.detail
  .offers
  .data-section
  .deal-block
  .deal-block__details
  .deal-info-field
  .menu
  .menu__title {
  display: flex;
  font-family: "Conv_HelveticaNeueLTStd-Cn";
  align-items: center;
}
.detail
  .offers
  .data-section
  .deal-block
  .deal-block__details
  .deal-info-field
  .menu
  .menu_description {
  padding: 10px 0;
  color: #444444;
  font-size: 12px;
}
.detail
  .offers
  .data-section
  .deal-block
  .deal-block__details
  .deal-info-field
  .menu
  .menu__title
  .title {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
}
.detail
  .offers
  .data-section
  .deal-block
  .deal-block__details
  .deal-info-field
  .menu
  .menu__title
  .discount_label {
  padding: 4px 10px;
  background: #e70079;
  color: white;
  border-radius: 4px;
  margin-right: 10px;
}
.detail
  .offers
  .data-section
  .deal-block
  .deal-block__details
  .deal-info-field
  .menu
  .menu__weekdays {
  margin-top: 10px;
  display: flex;
  flex-direction: row;

  font-family: "Conv_HelveticaNeueLTStd-Cn";
}
.detail
  .offers
  .data-section
  .deal-block
  .deal-block__details
  .deal-info-field
  .menu
  .menu__weekdays
  .weekday {
  background: #f2f2f2;
  margin-right: 8px;
  color: #bbbbbb;
  width: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  border-radius: 6px;
  text-transform: uppercase;
}
.detail
  .offers
  .data-section
  .deal-block
  .deal-block__details
  .deal-info-field
  .menu
  .menu__weekdays
  .weekday.active {
  background: #999999;
  color: white;
}
.detail
  .offers
  .data-section
  .deal-block
  .deal-block__details
  .deal-info-field
  .menu
  .prices {
  font-family: "Conv_HelveticaNeueLTStd-Cn";
  text-align: right;
}
.detail
  .offers
  .data-section
  .deal-block
  .deal-block__details
  .deal-info-field
  .menu
  .discount_price {
  font-size: 20px;
  color: #e70079;
}
.detail
  .offers
  .data-section
  .deal-block
  .deal-block__details
  .deal-info-field
  .menu
  .original_price {
  font-size: 12px;
  text-decoration: line-through;
}

.detail
  .offers
  .data-section
  .deal-block
  .deal-block__details
  .deal-info-field
  .conditions
  .title {
  font-family: "Conv_HelveticaNeueLTStd-Cn";
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 20px;
}
.detail
  .offers
  .data-section
  .deal-block
  .deal-block__details
  .deal-info-field
  .conditions
  ul {
  padding: 0 0 0 16px;
  margin: 0px;
  color: #7c7c7c;
}

.detail
  .offers
  .data-section
  .deal-block
  .deal-block__details
  .deal-info-field
  .more-info {
  font-family: "Conv_HelveticaNeueLTStd-Cn";
  display: block;
  text-align: right;
}

.detail .reviews .data-section {
  margin-top: 20px;
  margin-bottom: 40px;
}

.detail .reviews .data-section .totals {
  display: flex;
  justify-content: center;
  gap: 20px;

  align-items: baseline;
}

.detail .reviews .data-section .totals .item {
  min-width: 80px;
  align-items: center;
  display: flex;
  gap: 10px;

  font-family: "Conv_HelveticaNeueLTStd-Cn";
  font-size: 16px;
}

.detail .reviews .data-section .totals .item .average {
  display: block;
  line-height: 30px;
  width: 30px;
  background: #e70079;
  text-align: center;
  color: white;
  border-radius: 50%;
  font-family: "Conv_HelveticaNeueLTStd-Cn";
  font-size: 16px;
}

.detail .reviews .data-section .totals .total {
  background: #efefef;
  display: flex;
  flex-direction: column;
  text-align: center;
  font-family: "Conv_HelveticaNeueLTStd-Cn";
  height: 110px;
  width: 110px;
  border-radius: 50%;
}

.detail .reviews .data-section .totals .total .average {
  font-family: "Conv_HelveticaNeueLTStd-BlkCn";
  font-size: 40px;
  line-height: 40px;
  margin-top: 16px;
}
.detail .reviews .data-section .totals .total .comment_amount{
  display:flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size:12px;
}

.deal-block-list {
  display: grid;

  /* define the number of grid columns */
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.available-deal {
  display: block;
  perspective: 600px;
}
.available-deal .content {
  position: relative;

  transition: transform 0.5s;
  transform-style: preserve-3d;
}
.available-deal .content.flipped {
  transform: rotateY(180deg);
}
.available-deal .backside {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #333333;
  transform: rotateY(180deg);

  padding: 20px;
  backface-visibility: hidden;

  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}
.available-deal .deal-block {
  backface-visibility: hidden;
}
.available-deal .content .deal-block .deal-img-field img {
  width: 100%;
}
.available-deal .content .deal-block .deal-detail-field {
  padding: 20px 16px 16px;
  position: relative;
}
.available-deal .content .deal-block .deal-detail-field a.disclaimer {
  display: block;
  position: absolute;
  right: 16px;
  top: -18px;
  background: #333333;
  color: white;
  padding: 4px 10px;
  font-family: "Conv_HelveticaNeueLTStd-Cn";
  border: 2px solid white;
  border-radius: 8px;
  font-size: 14px;
}
.available-deal .content .deal-block .deal-detail-field > .title {
  padding: 10px 0;
}

.available-deal .content .deal-block .deal-detail-field .menu-list .menu {
  padding: 10px;
  border: 1px solid var(--projectcolor);
  color: var(--projectcolor);
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;

  font-weight: bold;
}

.deals .available-deal-title {
  font-family: Conv_HelveticaNeueLTStd-Cn;
  font-size: 24px;
  padding: 0;
  margin-bottom: 10px;
  border-bottom: 1px dashed #e1e1e1;
  color: #e70079;
}

.restaurant-info-buttons .btn-magenta {
  display: flex;
  margin: 0px 0px 10px 0px;
}

.deal-block .deal-img-field .discount {
  position: absolute;
  top: 165px;
  background: #e70079;
  padding: 14px 10px 12px 20px;
  border-radius: 0px 10px 10px 0px;
  color: white;
  font-size: 19px;
  font-weight: bold;
  line-height: 16px;
}

.deal-img-field .discount span {
  display: block;
  font-size: 11px;
  font-weight: normal;
}

.info .restaurant-info {
  display: flex;
  flex-direction: row;
  padding-top: 15px;
}

.info .restaurant-info span {
  font-size: 18px;
  padding-right: 5px;
  font-family: "Conv_HelveticaNeueLTStd-Cn";
}

.info .restaurant-info .param {
  flex: 0 0 30%;
}

.deal-menu-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.deal-menu-list .menu {
  padding: 10px;
  background: #efefef;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-radius: 6px;
}
.deal-menu-list .menu .title {
  font-size: 16px;
  font-family: "Conv_HelveticaNeueLTStd-Cn";
}
.deal-menu-list .menu .details .availability {
  font-size: 10px;
  margin-top: 6px;
  color: grey;
}

.deal-menu-list .menu .details ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: inline-flex;
  gap: 2px;
}
.deal-menu-list .menu .details ul li {
  font-size: 8px;
  font-weight: bold;
  width: 20px;
  line-height: 20px;
  background: #333333;
  border-radius: 50%;
  color: white;
  text-align: center;
}
.deal-menu-list .menu .prices {
  text-align: right;
}
.deal-menu-list .menu .prices .to-price {
  font-family: "Conv_HelveticaNeueLTStd-Cn";
  font-size: 20px;
  color: #e70079;
  line-height: 16px;
}
.deal-menu-list .menu .prices .from-price {
  font-size: 12px;
  color: grey;
  text-decoration: line-through;
}
.available-deal.regular {
  min-height: 400px;
}
.available-deal.regular .content {
  height: 100%;
}
.available-deal.regular .deal-block {
  height: 100%;
  background: #dadada;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6d6d6d;
}
.available-deal.regular .deal-block > div span {
  text-align: center;
  display: block;
}
.available-deal.regular .deal-block > div .main-line {
  font-family: "Conv_HelveticaNeueLTStd-BlkCn";
  font-size: 20px;
}
.available-deal.regular .deal-block > div .sub-line {
  font-family: "Conv_HelveticaNeueLTStd-Cn";
  font-size: 26px;
}

.available-deal .disclaimer-container {
  color: white;
}
.available-deal .disclaimer-container ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.available-deal .disclaimer-container ul li {
  background: #484646;
  padding: 10px;
  border-radius: 4px;
}

.available-deal .disclaimer-container .back {
  background: white;
  display: block;
  text-align: center;
  color: #333333;
  border-radius: 10px;
  position: absolute;
  left: 24px;
  top: 22px;
  font-family: "Conv_HelveticaNeueLTStd-Cn";
  font-size: 14px;
  padding: 2px 10px;
}
.available-deal .disclaimer-container .title {
  text-align: center;
  font-size: 20px;

  margin-bottom: 10px;
}

.gallery-area {
  grid-area: gallery-area;
  padding-top: 20px;
}

.widget {
  grid-area: reservation-area;
  padding-top: 20px;
  padding-bottom: 20px;
}

.widget .reservation-block {
  position: sticky;
  top: 100px;
}
.widget .reservation-block.nostick {
  position: initial;
}

.details {
  grid-area: detail;
}

.images-container img {
  width: 100%;
  height: auto;
}
.michelin_block .tooltiptext {
  visibility: hidden;
  background-color: #c4c4c4;
  color: #4d4d4d;
  text-align: center;
  border-radius: 6px;
  padding: 5px 2px;
  left: 35px;
  bottom: 35px;
  position: absolute;
  z-index: 1;
  width: 360px;
}

.michelin_block .green-star:hover .tooltiptext {
  visibility: visible;
}


/** Deal block popup **/
.overlay.deal-block {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  padding-bottom: 10px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.25);
  padding: 20px;

  background-color: white;

  display: flex;
  flex-direction: row;

  transition: width 0.5s ease-in-out, 
            height 0.5s ease-in-out,           
            top 0.5s ease-in-out, 
            left 0.5s ease-in-out, 
            transform 0.5s ease-in-out;
}
.overlay.deal-block.active{
  width: 1170px;
  min-height: 500px;
}

.overlay.deal-block > .widget-holder {
  width:0;
  overflow-x: hidden;

  transition: width 0.5s ease-in-out;
  padding-left:20px;
  max-height:500px;
}
.overlay.deal-block > .widget-holder .widgetv2{
  padding-top:0;
  width: 360px;
}

.overlay.deal-block .details {
  display: flex;
}
.overlay.deal-block .details .project {
}

.overlay.deal-block .deal-block__title {
  font-family: "Conv_HelveticaNeueLTStd-Cn";
  font-size: 18px;
}

.overlay.deal-block .deal-block__details {
  display: flex;
  flex-direction: row;
  flex: 1;
}
.overlay.deal-block
  .deal-block__details
  .deal-img-field
  img {
  height: 180px;
  border-radius: 4px;
}
.overlay.deal-block
  .deal-block__details
  .deal-info-field {
  display: flex;
  flex-direction: column;

  flex: 1;
}

.overlay.deal-block
  .deal-block__details
  .deal-info-field
  .img_menus {
  display: flex;
}
.overlay.deal-block
  .deal-block__details
  .deal-info-field
  .title_project {
  display: flex;
  font-family: "Conv_HelveticaNeueLTStd-Cn";
  align-items: center;
  justify-content: space-between;

  margin-bottom: 10px;
}
.overlay.deal-block
  .deal-block__details
  .deal-info-field
  .title_project
  .title {
  padding: 4px 0 0 0;
  font-size: 20px;
  margin-right: 10px;
}
.overlay.deal-block
  .deal-block__details
  .deal-info-field
  .title_project
  .project {
  display: inline-block;
  padding: 4px 10px;
  background: #e70079;
  border-radius: 6px;
  color: white;
}

.overlay.deal-block
  .deal-block__details
  .deal-info-field
  .menus {
  flex: 1;
  padding-left: 20px;
}
.overlay.deal-block
  .deal-block__details
  .deal-info-field
  .menu {
  display: block;
  margin: 10px 0;
  padding-bottom: 10px;

  border-bottom: 1px solid #cecece;
}
.overlay.deal-block
  .deal-block__details
  .deal-info-field
  .menu:last-child {
  border-bottom: 0px;
}
.overlay.deal-block
  .deal-block__details
  .deal-info-field
  .menu
  .menu__columns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.overlay.deal-block
  .deal-block__details
  .deal-info-field
  .menu
  .menu__columns
  .menu__columns_left {
  flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}
.overlay.deal-block
  .deal-block__details
  .deal-info-field
  .menu
  .menu__columns
  .menu__columns_right {
  flex-basis: 90px;
}

.overlay.deal-block
  .deal-block__details
  .deal-info-field
  .menu
  .menu__title {
  display: flex;
  font-family: "Conv_HelveticaNeueLTStd-Cn";
  align-items: center;
}
.overlay.deal-block
  .deal-block__details
  .deal-info-field
  .menu
  .menu_description {
  padding: 10px 0;
  color: #444444;
  font-size: 12px;
}
.overlay.deal-block
  .deal-block__details
  .deal-info-field
  .menu
  .menu__title
  .title {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
}
.overlay.deal-block
  .deal-block__details
  .deal-info-field
  .menu
  .menu__title
  .discount_label {
  padding: 4px 10px;
  background: #e70079;
  color: white;
  border-radius: 4px;
  margin-right: 10px;
}
.overlay.deal-block
  .deal-block__details
  .deal-info-field
  .menu
  .menu__weekdays {
  margin-top: 10px;
  display: flex;
  flex-direction: row;

  font-family: "Conv_HelveticaNeueLTStd-Cn";
}
.overlay.deal-block
  .deal-block__details
  .deal-info-field
  .menu
  .menu__weekdays
  .weekday {
  background: #f2f2f2;
  margin-right: 8px;
  color: #bbbbbb;
  width: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  border-radius: 6px;
  text-transform: uppercase;
}
.overlay.deal-block
  .deal-block__details
  .deal-info-field
  .menu
  .menu__weekdays
  .weekday.active {
  background: #999999;
  color: white;
}
.overlay.deal-block
  .deal-block__details
  .deal-info-field
  .menu
  .prices {
  font-family: "Conv_HelveticaNeueLTStd-Cn";
  text-align: right;
}
.overlay.deal-block
  .deal-block__details
  .deal-info-field
  .menu
  .discount_price {
  font-size: 20px;
  color: #e70079;
}
.overlay.deal-block
  .deal-block__details
  .deal-info-field
  .menu
  .original_price {
  font-size: 12px;
  text-decoration: line-through;
}

.overlay.deal-block
  .deal-block__details
  .deal-info-field
  .conditions
  .title {
  font-family: "Conv_HelveticaNeueLTStd-Cn";
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 20px;
}
.overlay.deal-block
  .deal-block__details
  .deal-info-field
  .conditions
  ul {
  padding: 0 0 0 16px;
  margin: 0px;
  color: #7c7c7c;
}

.overlay.deal-block
  .deal-block__details
  .deal-info-field
  .more-info {
  font-family: "Conv_HelveticaNeueLTStd-Cn";
  display: block;
  text-align: right;
}
/** END DEAL BLOCK POPUP **/

.modal.in {
 z-index: 10001; 
}

@media (max-width: 992px) {
  .detail .offers .data-section {
    grid-template-columns: repeat(1, 1fr);
  }

  .detail {
    display: block;
  }

  .detail {
    flex-direction: column;
  }

  .detail .info .data-section {
    flex-direction: column;
  }

  .detail .info .data-section .address {
    display: flex;
    width: 100%;
  }

  .detail .map-location {
    width: 150px;
    height: 150px;
  }

  .detail .text-location {
    padding-left: 10px;
  }

  .detail .csm-data {
    display: none;
  }

  .detail .reviews .data-section {
    padding-top: 190px;
    position: relative;
  }
  .detail .reviews .data-section .totals {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    position: absolute;
    top: 0px;
    padding-top: 110px;
    left: 0px;
    right: 0px;
    gap: 0;
  }

  .detail .reviews .data-section .totals .total {
    background: #efefef;
    display: flex;
    flex-direction: column;
    text-align: center;
    font-family: "Conv_HelveticaNeueLTStd-Cn";
    height: 110px;
    width: 110px;
    border-radius: 50%;
    order: -1;

    position: absolute;
    top: -10px;
  }

  .detail .reviews .data-section .totals .item {
    min-width: fit-content;
    flex: 1;
  }

  .review-list .review {
    display: block !important;
  }

  .detail
    .offers
    .data-section
    .deal-block
    .deal-block__details
    .deal-info-field
    .img_menus {
    flex-direction: column;
  }

  .detail
    .offers
    .data-section
    .deal-block
    .deal-block__details
    .deal-info-field
    .menus {
    padding-left: 0px;
  }

  .detail .offers .data-section .deal-block .deal-block__details {
    flex-direction: column;
  }
  .detail
    .offers
    .data-section
    .deal-block
    .deal-block__details
    .deal-info-field {
    padding-left: 0;
  }
  .detail
    .offers
    .data-section
    .deal-block
    .deal-block__details
    .deal-img-field {
    overflow: hidden;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .detail
    .offers
    .data-section
    .deal-block
    .deal-block__details
    .deal-img-field
    img {
    height: auto;
    width: 100%;
  }


  .detail
    .offers
    .data-section
    .deal-block
    .deal-block__details
    .deal-info-field
    .menu
    .menu__columns
    .menu__columns_right {
    flex-basis: initial;
    width: 100%;
  }
  .detail
    .offers
    .data-section
    .deal-block
    .deal-block__details
    .deal-info-field
    .menu
    .menu__columns {
    flex-direction: column;
  }
  .detail
    .offers
    .data-section
    .deal-block
    .deal-block__details
    .deal-info-field
    .menu
    .menu__columns
    .menu__columns_left {
    white-space: initial;
    text-overflow: initial;
    overflow: initial;
    width: 100%;
  }
  .detail
    .offers
    .data-section
    .deal-block
    .deal-block__details
    .deal-info-field
    .menu
    .menu__title
    .title {
    white-space: initial;
    text-overflow: initial;
    overflow: initial;
  }

  .detail
    .offers
    .data-section
    .deal-block
    .deal-block__details
    .deal-info-field
    .menu
    .prices {
    display: flex;
    align-items: baseline;
    width: 100%;
    margin-top: 20px;
  }
  .detail
    .offers
    .data-section
    .deal-block
    .deal-block__details
    .deal-info-field
    .menu
    .prices
    .discount_price {
    margin-right: 6px;
  }
}
