#reservation {
  margin-top: 0;
}

.logo-wrapper .logo img {
  max-width: 260px;
}
.opening-hours-box {
  background: none;
}
.info-box .item {
  background: none;
  border: 2px solid #c0c0c8;
  justify-content: center;
}
.reservation-icons-container {
  display: flex;
  /* flex-direction: column; */
  justify-content: space-around;
  gap: 1rem;
  margin-top: 1.5rem;
}
.reservation-icons-container a img {
  width: 30px;
  margin-right: 0.5rem;
}

.booking-box {
  margin-top: unset;
  background-color: #231f20;
}
.reservation-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
#reservation > .background {
  padding-bottom: 120px !important;
  padding-top: 120px !important;
}
@media screen and (max-width: 991px) {
  .opening-hours-box {
    margin-bottom: 50px;
  }
  #reservation > .background {
    padding-bottom: 0rem !important;
  }
}
@media (max-width: 331px) {
  .reservation-icons-container {
    flex-direction: column;
  }
}
@media (max-width: 300px) {
  .flex {
    flex-direction: column;
  }
}
.news:after,
.team:before {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 1, 0.8)),
    url("../images/location-section/background.jpg");
  background-attachment: fixed;
}
.booking-box .head-box h4 {
  color: white;
}
.darker-silver {
  color: #858585 !important;
}
.btn-form1-submit {
  background: rgb(17, 17, 17);
}
.btn-form1-submit:hover {
  background: #858585;
  color: white;
  font-weight: bold;
}
.nav-scroll {
  background: #231f20 !important;
}
.footer-bottom {
  background: rgb(17, 17, 17) !important;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.button-1 {
  font-weight: bold;
}
.whatsapp-icon {
  width: 30px;
}
.header .caption h1,
.section-head .section-title,
.header .caption h1,
.section-head .section-title,
.header .caption h6,
.section-head .section-subtitle,
.opening-hours-box .head-box h4,
.booking-box .head-box h4,
.news .item .con h5,
.news .item .con h5 a,
.news .item .con .category a,
.news .item .con .category a,
.header .caption h4 {
  font-family: "Playfair Display", serif;
}
.location-container {
  width: 100%;
}
.location-container iframe {
  width: 100%;
  margin-bottom: -10px;
}
#menu {
  background: #231f20;
}
#menu .section-title {
  color: white;
}
#menu ul li {
  color: white;
}
#menu .title {
  color: white;
}
.location-text {
  color: var(--color-silver-main) !important;
  margin-bottom: 3rem;
}
.happy-hour-icon,
.aperitivo-icon {
  width: 50px;
}
.whatsapp {
  width: 40px;
  height: 40px;
  background-color: #25d366;
  border-radius: 50%;
  position: fixed;
  right: 26px;
  bottom: 90px;
  z-index: 10000;
}
.chef-recommends-container-img {
  height: 475px;
}
.chef-recommends-container-img img {
  height: 100%;
  object-fit: cover;
}
.chef-recommends .icon {
  margin-bottom: 0 !important;
}
.chef-recommends .icon img {
  width: 50px;
}
@media (max-width: 991px) {
  .chef-recommends-container-img {
    height: 290px;
  }
}
@media (max-width: 767px) {
  .chef-recommends-container-img {
    height: 490px;
  }
}

.menu-book .menu-list .flex .dots:after {
  border-bottom: 1px dashed #c0c0c8;
}
.tabs .tab-links .item-link:after {
  background: #c0c0c8;
}
.location-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#menu .item-link.current {
  color: #858585;
}
.menuList li {
  margin-bottom: 1rem !important;
}
#menu {
  padding: 75px 0;
}
.download-menu-btn:hover {
  color: var(--color-silver-main) !important;
}
.logo-img {
  width: 200px !important;
}
.nav-scroll .logo-img {
  width: 200px;
}
