.property-header {
  padding: 0;
}

.property-header h1 {
  font-size: 3rem;
  line-height: 1.5;
  font-family: ChevinPro, ChevinPro-heading-fallback-font;
}

.property-header h1 span {
  display: block;
  font-size: 2rem;
  color: #222;
  font-weight: normal;
}

@media only screen and (max-width: 800px) {
  .property-header {
    padding: 2rem 0 1rem;
  }

  .property-header h1 {
    padding-right: 30px;
  }
}

.property-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 800px) {
  .property-tabs {
    padding: 0;
    float: none;
    margin-left: 0;
  }
}

.property-tabs li {
  display: block;
  float: left;
}

.property-tabs li a {
  padding: 0 1em 0.5em;
  line-height: 4rem;
  font-size: 1.6rem;
  color: #222;
}

.property-tabs-title-mobile {
  display: none;
}

@media only screen and (max-width: 600px) {
  .property-tabs-title-desktop {
    display: none;
  }

  .property-tabs-title-mobile {
    display: inline;
  }
}

@media only screen and (max-width: 480px) {
  .property-tabs li a {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 370px) {
  .property-tabs li a {
    padding: 0 0.5em 0.5em;
  }
}

.property-tabs li.active a {
  color: #5dbdcb;
  font-weight: bold;
  border-bottom: 2px solid #5dbdcb;
}

.property-tab {
  padding-top: 2rem;
  display: none;
}

.property-header-gallery .wrap {
  overflow: hidden;
  padding: 1rem 0;
}

@media only screen and (max-width: 800px) {
  .property-header-gallery .wrap {
    max-width: 100% !important;
    padding: 0;
  }
}

.property-tab.active {
  display: block;
}

.year-switcher {
  margin-left: 0;
  padding-top: 0 !important;
}

.year-switcher li {
  float: left;
  list-style: none;
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #5dbdcb;
  padding-right: 0.5em;
}

.year-switcher li.active {
  border-bottom: 2px solid #5dbdcb;
}

.year-switcher li a {
  padding: 0 1em 0.5em;
  line-height: 4rem;
  font-size: 1.6rem;
}

.property-at-a-glance aside {
  padding: 20px;
  background: #fff;
  margin-bottom: 1rem;
  overflow: hidden;
}

@media (min-width: 901px) {
  .property-reviews {
    padding-top: 20px;
  }
}

.property-at-a-glance aside h3 {
  font-size: 3rem;
  background: url(/assets/img/black-dotted-line.png) bottom center no-repeat;
  margin: 0 0 1rem;
  padding-bottom: 2rem;
}

.property-at-a-glance ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  line-height: 2.5rem;
  overflow: hidden;
}

.property-at-a-glance ul strong {
  color: #5dbdcb;
  padding-right: 0.5em;
}

.property-at-a-glance .property-glance-cta {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
}

.property-at-a-glance .property-glance-price {
  font-size: 2.2rem;
  line-height: normal;
  color: #5dbdcb;
}

.property-at-a-glance .property-glance-price span {
  font-size: 1.6rem;
  line-height: normal;
}

/* ----------------------   Trustpilot widget ------------------------ */
.property-tab-overview .trustpilot-wrapper {
  max-width: 220px;
  margin: 1rem 0 -3rem;
}

.property-at-a-glance .trustpilot-wrapper {
  max-width: 180px;
  margin: 9rem 0 0;
}

.property-tab-availability .trustpilot-widget-mobile {
  max-width: 270px;
  margin: 2rem auto 1.5rem;
}

.trustpilot-widget-desktop {
  display: none;
}

.property-tab-availability .trustpilot-widget-desktop {
  max-width: 200px;
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .property-tab-overview .trustpilot-wrapper {
    margin: 0 0 -4rem;
    max-width: 200px;
  }

  .trustpilot-widget-desktop {
    display: block;
  }

  .trustpilot-widget-mobile {
    display: none;
  }
}
/* ----------------------   Reviews */
.property-topreviews a.viewAll {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  display: inline-block;
}

.property-topreviews a.viewAll span {
  float: left;
}

.property-topreviews a.viewAll::after {
  content: "";
  display: block;
  float: left;
  width: 28px;
  height: 18px;
  margin-left: 1rem;
  margin-top: 0.8rem;
  background: url(/assets/img/pagination-sprite.png) center no-repeat;
  background-position: -33px center;
}

.property-tab-reviews h3 {
  font-size: 3rem;
  margin: 0 0 1rem;
  padding-bottom: 2rem;
  background: url(/assets/img/black-dotted-line.png) bottom center no-repeat;
}

.property-reviews__review {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background: url(/assets/img/black-dotted-line.png) top center no-repeat;
}

.property-topreviews > .property-reviews__review:first-child {
  background: none;
}

.property-reviews div:last-child {
  background: none;
}

.property-reviews__review .guestComment {
  padding-top: 50px;
  background: url(/assets/img/quotation.png) 0 0 no-repeat;
  margin-bottom: 2rem;
}

.property-reviews__review .guestSignoff .property-reviews__name {
  font-weight: bold;
}

.property-reviews__review p {
  font-size: 1.6rem;
  margin-top: 1rem;
}

.property-reviews__reply {
  margin-left: 3rem;
  font-style: italic;
}

.property-reviews__reply-title {
  color: #5dbdcb;
}

.property-header-cta {
  display: flex;
  float: right;
  align-items: center;
}

.property-header-cta .property-header-price {
  font-size: 2.2rem;
  line-height: 4rem;
  color: #5dbdcb;
  margin-right: 2rem;
}

.property-header-cta .property-header-price span {
  font-size: 1.6rem;
}

.property-header-cta .search-shortlist.property-header-shortlist {
  margin-top: 0px;
  margin-right: 2rem;
}

@media only screen and (max-width: 800px) {
  .property-header-cta {
    float: none;
    margin-bottom: 0;
  }

  .property-header-cta .property-header-price {
    font-size: 1.4rem;
    line-height: 1;
    color: #aaa;
    margin-bottom: 1rem;
  }

  .property-header-cta a.button {
    display: none;
  }

  .property-header-cta .search-shortlist.property-header-shortlist {
    position: absolute;
    right: 0;
    top: 15px;
    margin-right: 0;
  }
}

@media only screen and (max-width: 600px) {
  .property-header-cta .property-header-price span {
    display: none;
  }
}

.property-description .property-description-intro {
  display: flex;
  flex-direction: column-reverse;
}

@media only screen and (min-width: 801px) {
  .property-description {
    min-height: 500px;
  }
}

@media only screen and (min-width: 901px) {
  .property-description .property-description-intro {
    flex-direction: column;
  }
}

.property-description h3 {
  font-family: ChevinPro, ChevinPro-heading-fallback-font;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 0.5em;
}

.property-description p {
  font-size: 1.6rem;
}

.property-testimonial {
  padding-top: 50px;
  background: url(/assets/img/quotation.png) 0 0 no-repeat;
  margin-bottom: 4rem;
}

.property-testimonial article p {
  color: #5dbdcb;
}

.property-testimonial cite {
  font-size: 1.6rem;
  color: #222;
  font-weight: bold;
  margin: 0;
}

.property-testimonial cite:before {
  content: "\2014";
  padding-right: 0.5em;
  font-weight: normal;
}

.property-testimonial time {
  font-size: 1.6rem;
  color: #222;
  font-weight: normal;
  padding-left: 1em;
}

@media only screen and (max-width: 900px) and (min-width: 460px) {
  .property-at-a-glance li {
    float: left;
    width: 50%;
  }

  .property-at-a-glance li.other {
    width: 100%;
  }
}

@media only screen and (max-width: 900px) and (min-width: 520px) {
  .property-testimonial {
    float: left;
    width: 44%;
    margin: 0 3% 4rem;
  }
}

@keyframes pricing-spinner-spin {
  to {
    transform: rotate(360deg);
  }
}
/* ------------------------------ Availability tab ------------------------------ */
.property-tab-layout {
  display: grid;
  gap: 2rem;
  position: relative;
  max-width: 1200px;
  margin-inline: auto;
}

@media (min-width: 768px) {
  .property-tab-layout {
    grid-template-columns: 300px 1fr;
    padding: 0 2rem 4rem;
  }

  .property-tab-aside {
    position: relative;
    margin-top: 62px;
  }

  .property-tab-aside:has(.property-special-offers) {
    margin-top: 22px;
  }
}

@media (min-width: 990px) {
  .property-tab-aside {
    margin-top: 108px;
  }

  .property-tab-aside:has(.property-special-offers) {
    margin-top: 63px;
  }
}

@media (min-width: 768px) and (min-height: 900px) {
  .property-tab-aside {
    height: fit-content;
    position: sticky;
    top: 2rem;
  }

  .property-tab-aside:has(.property-special-offers) {
    margin-top: 20px;
  }
}

@media (min-width: 990px) and (min-height: 900px) {
  .property-tab-aside:has(.property-special-offers) {
    margin-top: 62px;
  }
}
/* ------------ Booking form aside ----------------- */

.property-tab-availability {
  padding-top: 0;
}

.book-form {
  position: relative;
  background-color: #f7f3f0;
}

.book-form .loading-spinner {
  margin-bottom: 3rem;
}

.book-form p {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .book-form p {
    font-size: 1.5rem;
  }
}

.book-form:before,
.book-form:after,
.cancel-anytime-pricing:before,
.cancel-anytime-pricing:after {
  content: "";
  display: block;
  height: 2px;
  background: url(/assets/img/black-dotted-line.png) center no-repeat;
}

.property-special-offers {
  margin-bottom: 2rem;
  margin-top: 0;
}

.property-special-offers h2 {
  padding-inline: 1.5rem;
  margin: 0;
}

.property-special-offers > div {
  position: relative;
}

@media (min-width: 768px) {
  .property-special-offers > div:after {
    content: "";
    display: block;
    height: 2px;
    background: url(/assets/img/black-dotted-line.png) center no-repeat;
  }
}

.property-special-offers p {
  font-size: 1.4rem;
  padding-inline: 1.5rem;
  color: #ca695c;
  margin-bottom: 0.5em;
}

.property-special-offers p .badge {
  font-family: DearJoe, DearJoe-fallback-font;
  font-size: 2.5rem;
  padding-right: 0.25em;
}

.book-form h2 {
  line-height: 1.75em;
  padding: 1rem 2rem 0;
}

.booking-form-welcome p {
  padding: 1rem 1.5rem;
  margin-bottom: 8px;
}

.holiday-panel {
  display: flex;
  justify-content: space-between;
  padding-inline: 1.5rem;
}

.leave-panel {
  margin-bottom: 1.5rem;
}

.holiday-panel p {
  line-height: 1.7;
  margin: 0;
}

.book-form .inline-accent {
  font-weight: bold;
  color: #5dbdcb;
}

.booking-warning-wrapper {
  padding: 0 1.5rem 1.5rem;
}

.booking-warning-wrapper h4 {
  font-size: 1.5rem;
}

.booking-warning-wrapper > div {
  display: flex;
  gap: 8px;
}

.booking-warning-wrapper svg {
  width: 16px;
  height: 16px;
  transform: translateY(8px);
  flex: none;
}

.booking-warning-message {
  margin: 0;
}

.low-occ-wrapper {
  padding: 0rem 1.5rem 1.5rem;
}

.low-occ-wrapper h4 {
  font-weight: bold;
  color: #5dbdcb;
}

.low-occ-wrapper select {
  width: 100%;
  border-color: #ababab;
  padding: 6px 10px;
  background-color: #f7f3f0;
  font-size: 1.5rem;
  outline: none;
  appearance: none;
  margin: 0 0 8px;
  background-image: url(/assets/img/down-chev.svg);
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 14px 14px;
}

.low-occ-wrapper select option {
  background: white;
  color: #333;
}

.low-occ-message {
  margin: 0;
  font-weight: bold;
}

.cancel-anytime-pricing {
  position: relative;
  margin-bottom: 1.5rem;
  background-color: #f1e9f4;
}

.cancel-anytime-pricing > div {
  padding: 1.5rem;
}

.cancellation-option {
  display: flex;
  gap: 8px;
}

.cancellation-option:last-of-type {
  margin-top: 1.5rem;
}

.cancellation-option__header {
  display: flex;
  justify-content: space-between;
}

.cancellation-option input[type="radio"] {
  appearance: none;
  flex: none;
  height: fit-content;
  width: 14px;
  transform: translateY(5px);
  height: 14px;
  border: 2px solid #999;
  border-radius: 50%;
  background: white;
  cursor: pointer;
}

.cancellation-option input[type="radio"]:checked {
  border-color: #5dbdcb;
  background: #5dbdcb;
  box-shadow: inset 0 0 0 2px white;
}

.cancellation-option__name,
.cancellation-option__price {
  font-weight: bold;
  font-size: 1.5rem;
}

.cancellation-option__link {
  text-decoration: underline;
  text-underline-offset: 3px;
  font-size: 1.5rem;
  color: #604644;
  margin-left: 24px;
  display: inline-block;
}

.cancellation-option__description {
  font-size: 1.4rem;
  line-height: 1.4;
  padding-block: 4px;
  display: inline-block;
}

.pricing-breakdown-wrapper {
  padding: 0 1.5rem 1rem;
}

.pricing-breakdown-wrapper > div {
  display: flex;
  justify-content: space-between;
}

.pricing-breakdown-wrapper p {
  font-weight: bold;
  margin: 0;
  line-height: 1.8;
}

.pricing-breakdown-wrapper p.booking-total {
  font-size: 1.7rem;
}

.book-form .button.button-go {
  margin: 0 1.5rem 1.8rem;
  width: calc(100% - 3rem);
}

/* --------------- Calendar key ------------------- */
.calendar-key.desktop-key {
  display: none;
}

.calendar-key ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-template-rows: auto;
  gap: 0.25rem;
  max-width: 320px;
}

.calendar-key ul li {
  line-height: 2.5rem;
  font-size: 1.4rem;
  color: #222;
  margin-bottom: 0.5em;
}

@media (min-width: 650px) {
  .calendar-key ul {
    display: flex;
    gap: 5px 20px;
    flex-wrap: wrap;
    max-width: fit-content;
  }

  .calendar-key ul li {
    flex: none;
  }
}

.calendar-key.tablet-key {
  display: none;
}

@media (min-width: 768px) {
  .calendar-key.main-key {
    display: none;
  }

  .calendar-key.tablet-key {
    display: flex;
    margin: 2rem auto 0;
  }

  .calendar-key ul {
    display: flex;
  }

  .calendar-key ul li {
    margin: 0;
  }
}

@media (min-width: 990px) {
  .calendar-key ul {
    display: flex;
  }

  .calendar-key ul {
    max-width: fit-content;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .calendar-key.main-key {
    display: block;
  }

  .calendar-key.tablet-key {
    display: none;
  }

  .calendar-key ul {
    display: flex;
    margin: 2rem auto 0;
  }
}

.calendar-key ul li span {
  display: inline-block;
  width: 2.5rem;
  text-align: center;
  margin-right: 0.5em;
  color: #fff;
}

.calendar-key li.available span {
  background: #5dbdcb;
}

.calendar-key li.shortbreak span {
  background: #a2ecf7;
}

.calendar-key li.booked span {
  background: #cb5d5d;
}

.calendar-key li.selected span {
  background: #5dcb92;
}

.advRes {
  margin-top: 10px;
}

.property-contact {
  display: none;
  margin: 2rem 0;
}

@media (min-width: 768px) {
  .property-contact {
    display: block;
  }
}

.property-contact p {
  font-size: 1.4rem;
  margin: 0.5em;
}

.property-contact p a {
  font-size: 2rem;
}

.property-location-intro h2 {
  font-size: 4rem;
}

.property-tab-location table {
  font-size: 1.4rem;
}

.property-events .events-pagination-wrap {
  display: none;
}

.property-events .events-pagination-wrap.active {
  display: block;
}

.property-events h3 {
  background: url(/assets/img/black-dotted-line.png) bottom center no-repeat;
  padding-bottom: 1rem;
  font-size: 3rem;
}

.property-events .event {
  margin-bottom: 2rem;
  background: #fff;
  padding: 2rem;
}

.property-events .event figure {
  width: 100%;
  margin-bottom: 1rem;
}

.property-events .event figure img {
  width: 100%;
}

.property-events .event p {
  font-size: 1.4rem;
}

.property-events .event time {
  font-size: 1.4rem;
  padding: 0 2rem 1rem;
  display: block;
}

.property-events .prev-next {
  background: url(/assets/img/black-dotted-line.png) top center no-repeat;
  margin: 2rem 0;
  clear: both;
}

.property-events .prev-next ul {
  padding: 20px 0;
}

.property-events .prev-next li {
  margin: 0;
  font-size: 16px;
  display: inline;
  float: left;
}

.property-events .prev-next li.next {
  float: right;
}

.property-events .prev-next li.disabled-link,
.property-events .prev-next li.disabled-link a {
  color: #d6cbc1;
}

@media only screen and (max-width: 900px) and (min-width: 601px) {
  .property-events .event {
    float: left;
    box-sizing: border-box;
    width: 46%;
    margin: 1rem 2%;
  }
}

.property-foot {
  background: url(/assets/img/black-dotted-line.png) top center no-repeat;
  padding: 1rem 0;
}

.property-foot .property-back-to-search a {
  padding-left: 40px;
  background-image: url(/assets/img/search-sprite-v.png);
  background-position: left -222px;
  background-repeat: no-repeat;
  line-height: 34px;
  font-size: 1.6rem;
  float: left;
}

.property-foot .property-share {
  float: right;
  line-height: 1em;
  font-size: 1.6rem;
  color: #5dbdcb;
}

.property-foot .property-share > * {
  float: left;
  padding-left: 0.5em;
  line-height: 34px;
}
/* SOCIAL */
.property-foot .share-buttons {
  text-align: center;
}

ul.share-icons {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

ul.share-icons li {
  float: left;
}

ul.share-icons li a {
  display: block;
  width: 34px;
  height: 34px;
  background: transparent url(/assets/img/property-share.png) no-repeat 0 0;
  margin: 0 4px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

ul.share-icons li.share-icons-facebook a {
  background-position: 0 0;
}

ul.share-icons li.share-icons-twitter a {
  background-position: -41px 0;
}

ul.share-icons li.share-icons-email a {
  background-position: -83px 0;
}

@media only screen and (max-width: 800px) {
  .property-foot .property-share > span {
    display: none;
  }

  .property-foot .property-share > .share-buttons {
    float: none;
  }
}

@media only screen and (max-width: 480px) {
  .property-foot .property-back-to-search {
    float: none;
  }

  .property-foot .property-share {
    float: none;
    margin-top: 1rem;
  }
}

.destination-events h3 {
  background: url(/assets/img/black-dotted-line.png) bottom center no-repeat;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  font-size: 3rem;
}

.destination-events .event {
  margin-bottom: 2rem;
  background: #fff;
  padding: 2rem;
}

.destination-events .event figure {
  width: 100%;
}

.destination-events .event figure img {
  width: 100% !important;
}

.destination-events .event p {
  font-size: 1.6rem;
}

.destination-events .event time {
  font-size: 1.6rem;
  padding: 0 2rem 1rem;
  display: block;
}

.testimonial-add {
  font-size: 1.6rem;
}

@media only screen and (max-width: 480px) {
  .testimonial-add {
    display: block;
    width: 200px;
    margin: auto;
    text-align: center;
    clear: both;
  }
}

.property-tab-mapview #map-application {
  padding: 0;
  margin: 0;
  height: 600px;
}

@media only screen and (max-height: 700px) {
  .property-tab-map #map-application,
  .property-tab-map #map-application #map {
    height: 500px;
  }
}

@media only screen and (max-height: 600px) {
  .property-tab-map #map-application,
  .property-tab-map #map-application #map {
    height: 400px;
  }
}

@media only screen and (max-height: 500px) {
  .property-tab-map #map-application,
  .property-tab-map #map-application #map {
    height: 350px;
  }
}

.unique-and-boutique-property img {
  width: 250px;
}

.unique-and-boutique-property {
  padding-bottom: 20px;
  margin-bottom: 20px;
  background: url(/assets/img/black-dotted-line.png) bottom center no-repeat;
  clear: both;
}

.unique-and-boutique-property .button {
  background-color: #859894;
}

.property-at-a-glance span.question {
  text-decoration: underline;
  cursor: help;
}

#helper {
  position: absolute;
  padding: 10px 20px;
  background: #fff;
  box-shadow: #000 0 0 5px;
  font-size: 1.4rem;
  max-width: 250px;
  border-radius: 10px;
}

.property-free-gift {
  margin-top: 20px;
}

.property-free-gift-badge {
  float: left;
  display: block;
  width: 50px;
  height: 51px;
  background: url(/assets/img/free-gift-disc-small.png?v2) center no-repeat;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
}

.property-free-gift p {
  margin-left: 60px;
  font-size: 1.5rem;
  height: 51px;
}

@media only screen and (max-width: 900px) {
  .property-tab-overview .wrap {
    display: flex;
    flex-direction: column;
  }

  .property-tab-overview .wrap > * {
    order: 2;
  }

  .property-tab-overview .wrap .property-at-a-glance {
    order: 1;
  }
}

.property-complex {
  background: url(/assets/img/black-dotted-line.png) top center no-repeat;
  padding-top: 20px;
}

.property-avail-promo h2 {
  padding: 2rem 2rem 0;
}

.property-avail-promo p {
  padding: 0 2rem 2rem;
}

.low-occ-desc {
  font-size: 14px;
  margin: 0.5rem 0 0;
}

.more-features.open {
  margin-top: 8px;
}
