@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

body {
  font-family: 'Montserrat', sans-serif;
}

#main-buttons .company-name {
  visibility: hidden;
}

#main-buttons .book {
  background-color: #FED457;
  font-weight: 600 !important;
}

.page-pd-package-content .selected-package-list {
  display: none;
}

.page-pd-package-content .txt.short {
  display: none;
}

.page-pd-package-content .date-bar .read-more {
  display: none !important;
}

.page-pd-package-content .tab-pd .content {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 8px;
}

.page-pd-package-content .tab-pd .content .cap {
  height: auto;
}

.btn.select, .btn.mdc-button, .btn.custom, input[type="submit"].btn {
  font-weight: 700 !important;
}

.promotion-list .promotion-item .promotion-item__tag {
  display: none;
}

.promotion-list .promotion-item .bar-service .bar-service__item-promo-label {
  display: none;
}

.promotion-list .promotion-item .bar-service .bar-service__row {
  margin-block: 16px;
}

.promotion-list .promotion-item .promotion-item__data .cap {
  height: auto;
}

.sb-widget-form .buttons .open-booking-widget-button {
  color: white !important;
}

.location-item .tab-pd .content .cap {
  height: unset;
  line-height: unset;
}

.location-item .tab-pd .content .txt.short {
  height: 23px;
}

#sb_location_step_container .location-item:has(> :not(:only-child)) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#sb_location_step_container .location-item:has(> :not(:only-child)) .item__content {
  width: auto;
  max-width: unset;
}

#sb_location_step_container .location-item {
  font-size: 0;
}

#sb_location_step_container .location-item * {
  font-size: 1rem;
}

#footer .cookies #sb_accept_cookies {
  height: unset;
  min-height: 24px;
  padding-block: 4px;
  border-radius: 20px;
}