.infoRightContent {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background: #fff;
  height: 100%;
}
.infoRightContent section.items {
  display: none;
  position: relative;
}
.infoRightContent section.items.active {
  width: 100%;
  height: 100vh;
  display: block;
  height: auto;
}
.item-content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  background: #fff;
  justify-content: space-between;
}
.item-content .item_text {
  width: 100%;
  padding: 15px;
}
.item-content .item_text h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.33;
  color: #00263e;
  margin-bottom: 15px;
}
.item-content .item_img {
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
  height: calc(100vh - 100px);
}
.item-content .item_img.mobile {
  display: none;
}
.item-content .item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-content .item_text .menubx {
  max-height: calc(100vh - 270px);
  overflow-x: hidden;
  overflow-y: auto;
}
.menu_heading h4,
.menu_heading .h4 {
  font-size: 20px;
  font-weight: 600;
}
.item-content .item_text .menubx p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #667d8b;
  margin-bottom: 15px;
  margin-right: 10px;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

@media screen and (min-width: 576px) {
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
@media screen and (min-width: 768px) {
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
@media screen and (min-width: 992px) {
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}

.menu_name,
.menu_rate {
  margin-bottom: 30px;
}

.item-content .item_text .menu_rate p {
  text-align: right;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #00263e;
  margin-bottom: 15px;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

span.span_dishname {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #00263e;
  margin-bottom: 0;
}

.item-content .item_text .menubx p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #667d8b;
  margin-bottom: 15px;
  margin-right: 10px;
}

.menu_note_mobile {
  display: none;
}

.menu_note_mobile p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #00263e;
  margin-bottom: 15px;
}

@media screen and (max-width: 1023.98px) {
  .items:before {
    content: attr(data-title);
    display: block;
    background: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #667d8b;
    margin-bottom: 0;
  }

  .items:before {
    content: attr(data-title);
    font-size: 24px;
    line-height: 24px;
    color: #667d8b;
    width: 100%;
    display: flex;
    margin-top: 20px;
  }

  .items.active:before {
    padding-left: 20px;
    border-left: 2px solid #489cca;
  }

  .infoRightContent section.items:after {
    content: '';
    width: 19px;
    height: 14px;
    background: url(/static/img/accordion-arrow-mqtcf-uW.svg) no-repeat;
    transform: rotate(180deg);
    position: absolute;
    top: 26px;
    right: 0;
    bottom: inherit;
    left: inherit;
  }
  .infoRightContent section.items.active:after {
    transform: rotate(0);
  }
  .infoRightContent {
    max-width: 100%;
    padding: 0 15px 48px;
    background: #fff;
  }
  .item-content .item_text {
    padding: 30px 0;
  }
  .item-content .item_img {
    display: none;
  }
  .item-content .item_img.mobile {
    display: block;
    height: auto;
  }
  .item-content .item_img img {
    height: 350px;
    margin-bottom: 30px;
    object-fit: cover;
  }
  .item-content .item_text h2,
  .item-content .item_text .h2 {
    display: none;
  }
  .infoRightContent section.items {
    display: block;
    position: relative;
    width: 100%;
  }
  .infoRightContent section.items .item-content {
    display: none;
  }
  .infoRightContent section.items.active .item-content {
    display: flex;
    flex-wrap: wrap;
  }
}
.linecls {
  padding-bottom: 20px;
  border-bottom: solid 1px #667d8b;
  margin-bottom: 20px;
}
