/*
 * Room
 *
 * Slider
 */
 .qodef-room .qodef-m-slider {
  margin-bottom: 50px;
}
.room-template-default .qodef-swiper-container {
  max-height: 70vh;
}

/*
 * Home
 */
.block-home-hotes.qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner {
  position: absolute;
  bottom: 0;
}

/*
 * Calendar
 */
.datepick-popup .datepick-month td a,
.qodef-datepick-calendar .datepick-month td .datepick-highlight,
.qodef-room .qodef-e-availability-calendar .datepick-month tr td .datepick-highlight:not(.datepick-disabled),
.qodef-room .qodef-e-availability-legend .qodef-ei-legend-item.qodef--available .qodef-ei-box,
.qodef-datepick-calendar .datepick-month td a {
  background: #60b560 !important;
  color: #fff !important;
}

.datepick-popup .datepick-month td .datepick-disabled,
.qodef-room .qodef-e-availability-legend .qodef-ei-legend-item.qodef--no-available .qodef-ei-box,
.qodef-room .qodef-e-availability-calendar .datepick-month tr td .datepick-disabled {
  background: #f54141 !important;
  color: #fff !important;
}

.qodef-room .qodef-e-availability-legend .qodef-ei-legend-item.qodef--suspended .qodef-ei-box,
.qodef-room .qodef-e-availability-calendar .datepick-month tr td .datepick-suspended,
.datepick-popup .datepick-month > tr > td > .datepick-disabled.datepick-suspended,
.datepick-popup .datepick-month td a.datepick-disabled.datepick-suspended {
  background: #e58a33 !important;
  color: #fff !important;
}

/*
 * Icons
 */
.qodef-room .qodef-e-amenity-items .qodef-ei-svg svg {
  height: auto;
}

.qodef-room .qodef-e-amenity-items .qodef-ei-svg svg:not(.qodef-ei-svg-icon) * {
  fill: currentColor !important;
}
