/*Footer*/
#footer .footer-widgets {
  max-width: 1170px;
  margin: 0 auto;
}
#footer .footer-widgets > div:first-child {
  flex: 2;
}
#footer .footer-widgets > div:not(:first-child) {
  flex: 1;
}
#footer .menu-item {
  text-align: left;
}
#footer .menu-item > a {
  display: block;
  padding: 5px 20px;
}
#footer .menu-item > a::before {
  content: none;
}
#footer .contact-info > li:first-child::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/location-icon-white.jpg);
  background-size: 100%;
  margin-right: 5px;
  margin-bottom: -2px;
}
#footer .widget_nav_menu + .widget ul > li:first-child::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/phone-white-icon.png);
  background-size: 100%;
  margin-right: 5px;
  margin-bottom: -2px;
}
#layout {
  border-bottom: 3px solid #fff;
}
#layout::after {
  background-image: url(../images/wave.svg);
  bottom: -20px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: bottom;
}
/*Menu*/
.dish-category-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 40px;
}
.home .dish-category-item h2 {
  font-size: 36px;
  font-weight: 600;
}
.dish-category-list {
  position: relative;
}

.dish-tooltip {
  position: absolute;
  display: none;
  background: #fff;
  color: #000;
  padding: 16px;
  border-radius: 6px;
  font-size: 13px;
  line-height: 1.4;
  z-index: 9999;
  pointer-events: none;
  width: 250px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#dish-menu-home .dish-title,
#extra-dishes-list .dish-title {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

#dish-menu-home .dish-name,
#extra-dishes-list .dish-name {
  white-space: nowrap;
}

#dish-menu-home .dish-line,
#extra-dishes-list .dish-line {
  flex-grow: 1;
  border-bottom: 1px dashed #999;
  align-self: flex-end;
  margin-bottom: 8px;
}

#dish-menu-home .dish-price,
#extra-dishes-list .dish-price {
  white-space: nowrap;
  font-weight: bold;
  color: #d1a054;
}
#dish-menu-home .dish-item {
  margin-bottom: 24px;
}
#dish-menu-home .dish-item p {
  margin-bottom: 0;
}
#dish-menu-home + .dish-tooltip li,
#extra-dishes-list .dish-tooltip li {
  margin-left: 16px;
}
#dish-menu-home + .dish-tooltip li strong,
.menu-epic-bistro .menu-tooltip li strong {
  font-weight: 800;
}
#dish-menu-home + .dish-tooltip p,
#extra-dishes-list .dish-tooltip p {
  margin-bottom: 0;
}
#banner-menu-home {
  margin-bottom: 0;
}
#banner-menu-home .promo-slider .item .wrap {
  margin: 100px auto;
  height: auto;
}
#banner-menu-home + section {
  margin-top: 20px;
}
/*Tooltip OurMenu*/
.menu-epic-bistro li.item {
  position: relative !important;
  overflow: visible !important;
}
.menu-epic-bistro .menu-tooltip {
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: 8px;
  transform: translateY(-50%);

  width: 250px;
  display: none;
  background: #fff;
  color: #000;
  padding: 16px;
  border-radius: 6px;
  font-size: 13px;
  line-height: 1.4;
  z-index: 9999;
  pointer-events: none;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.menu-epic-bistro .menu-tooltip.show {
  display: block;
}

.menu-epic-bistro .menu-tooltip h4 {
  margin: 0 0 8px 0;
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 4px;
}
.menu-epic-bistro .menu-tooltip ul {
  margin-bottom: 24px;
  list-style: disc;
}
.menu-epic-bistro .menu-tooltip p.dish-tooltip__footnote {
  margin-top: 8px;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.3;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}
.menu-epic-bistro .dishes-menu li.item .thumbnail {
  display: none !important;
}
.menu-epic-bistro .dishes-menu h2 {
  font-weight: 600;
}
/*Reservation*/
#extra-dishes-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 40px;
  text-align: left;
}
#extra-dishes-list .dish-content p {
  margin-bottom: 0;
}
#extra-dishes-list .dish-item {
  position: relative;
}
#extra-dishes-list input[type="checkbox"] {
  position: absolute;
  top: 6px;
}
#extra-dishes-list .dish-inner {
  padding-left: 20px;
}

#extra-dishes-list .dish-tooltip {
  display: none;
  position: absolute;
  top: 0;
  left: 105%; /* xuất hiện bên phải */
  width: 250px;
  display: none;
  background: #fff;
  color: #000;
  padding: 16px;
  border-radius: 6px;
  font-size: 13px;
  line-height: 1.4;
  z-index: 9999;
  pointer-events: none;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

#extra-dishes-list .dish-item:hover .dish-tooltip {
  display: block;
}
#reservation-form .select-starter label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 16px;
}
.home .home-booking .dish-tooltip {
  display: none !important;
}
