.hotel-card {
  display: flex;
  background-color: white;
  border-radius: 16px;
  border: 1px #f2f2f2 solid;
  margin-bottom: 21px;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
}
.hotel-card .hotel-gallery {
  width: 35%;
}
.hotel-card .hotel-gallery div {
  border-radius: 16px 0 0px 16px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.hotel-card .hotel-gallery.owl-carousel {
  padding: 0;
}
.hotel-card .hotel-gallery .owl-nav .owl-next, .hotel-card .hotel-gallery .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: white !important;
  background-color: var(--bs-primary) !important;
  padding: 10px 18px !important;
  border-radius: 9px !important;
  box-shadow: 0px 9px 14px -6px rgba(0, 0, 0, 0.8) !important;
}
.hotel-card .hotel-gallery .owl-nav .owl-next {
  right: 0;
  display: flex;
  margin-right: -1%;
}
.hotel-card .hotel-gallery .owl-nav .owl-prev {
  left: 0;
  display: flex;
  margin-left: -1%;
}
.hotel-card .hotel-gallery .owl-item {
  padding-bottom: 0px;
}
.hotel-card .hotel-name {
  margin-bottom: 18px;
}
.hotel-card .hotel-info {
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 65%;
}
.hotel-card .hotel-info .hotel-price {
  text-align: right;
  display: flex;
  flex-direction: column;
}
.hotel-card .hotel-info .hotel-price label {
  font-size: 12px;
  color: #4d4d4d;
  text-align: right;
  line-height: 12px;
  margin-bottom: 0;
}
.hotel-card .hotel-info .info-div p {
  margin-bottom: 9px;
}
.hotel-card .hotel-info .info-div i {
  margin-right: 9px;
}
.hotel-card .hotel-first-row, .hotel-card .hotel-second-row, .hotel-card .hotel-third-row {
  display: grid;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .hotel-card .hotel-first-row, .hotel-card .hotel-second-row, .hotel-card .hotel-third-row {
    grid-template-columns: 3fr 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .hotel-card .hotel-first-row {
    grid-template-columns: 2fr 1fr;
  }
}
.hotel-card .hotel-first-row.hotel-third-row, .hotel-card .hotel-second-row.hotel-third-row, .hotel-card .hotel-third-row.hotel-third-row {
  align-items: flex-end;
  justify-content: flex-end;
}
.hotel-card .scalapay-div {
  text-align: right;
  font-size: 80%;
  float: right;
  line-height: 1.5;
}
.hotel-card .only-mobile {
  display: none !important;
}
.hotel-card .only-desktop {
  display: block;
}
.hotel-card .free-cancellation-badge {
  color: #0f9b0f;
}
.hotel-card .alternative-option {
  color: #f5af19;
}

/** Hotel card in mappa */
#map-overlay .hotel-first-row, #map-overlay .hotel-second-row, #map-overlay .hotel-third-row {
  grid-template-columns: 1fr;
}
#map-overlay .hotel-card {
  flex-direction: column;
  margin-bottom: 30px;
  /** Mobile */
  /** Mobile */
}
@media only screen and (max-width: 768px) {
  #map-overlay .hotel-card {
    margin-bottom: 0px;
  }
}
#map-overlay .hotel-card .hotel-info {
  width: 100%;
  /** Mobile */
  /** Mobile */
}
#map-overlay .hotel-card .hotel-info .info-div p:not(.free-cancellation-badge) {
  display: none;
}
@media only screen and (max-width: 768px) {
  #map-overlay .hotel-card .hotel-info {
    padding: 9px;
  }
  #map-overlay .hotel-card .hotel-info .hotel-name {
    margin-bottom: 3px;
  }
  #map-overlay .hotel-card .hotel-info .hotel-name h4 {
    font-size: 15px;
  }
  #map-overlay .hotel-card .hotel-info .info-div p.free-cancellation-badge {
    font-size: 12px;
  }
  #map-overlay .hotel-card .hotel-info .hotel-price {
    margin: 0;
  }
  #map-overlay .hotel-card .hotel-info .btn-secondary {
    font-size: 12px;
  }
}
#map-overlay .hotel-card .hotel-price {
  text-align: center !important;
  margin: 16px 0;
}
#map-overlay .hotel-card .hotel-price label {
  text-align: center !important;
}
#map-overlay .hotel-card .hotel-third-row {
  flex-direction: column;
  align-items: center !important;
  justify-content: center !important;
}
#map-overlay .hotel-card .hotel-second-row {
  align-items: center;
}
#map-overlay .hotel-card .hotel-gallery {
  height: 25vh;
  width: 101% !important;
}
@media only screen and (max-width: 768px) {
  #map-overlay .hotel-card .hotel-gallery {
    height: 12vh;
  }
}
#map-overlay .hotel-card .owl-nav {
  display: none;
}
#map-overlay .hotel-card .only-mobile {
  display: block !important;
}
#map-overlay .hotel-card .only-desktop {
  display: none !important;
}
#map-overlay .hotel-card .free-cancellation-badge {
  max-width: 80%;
}
#map-overlay .hotel-card .hotel-gallery div {
  margin-right: 3px;
  border-radius: 16px;
}

@media (max-width: 769px) {
  .hotel-card .hotel-gallery div {
    border-radius: 16px;
  }
}
@media (max-width: 767px) {
  .hotel-card {
    flex-direction: column;
    margin-bottom: 45px;
  }
  .hotel-card .hotel-info {
    width: 100%;
  }
  .hotel-card .hotel-price {
    text-align: center !important;
    margin: 16px 0;
  }
  .hotel-card .hotel-price label {
    text-align: center !important;
  }
  .hotel-card .hotel-third-row {
    flex-direction: column;
    align-items: center !important;
    justify-content: center !important;
  }
  .hotel-card .hotel-second-row {
    align-items: center;
  }
  .hotel-card .hotel-gallery {
    height: 25vh;
    width: 101% !important;
  }
  .hotel-card .owl-nav .owl-next {
    margin-right: 1%;
  }
  .hotel-card .owl-nav .owl-prev {
    margin-left: 1%;
  }
  .hotel-card .only-mobile {
    display: block !important;
  }
  .hotel-card .only-desktop {
    display: none !important;
  }
  .hotel-card .free-cancellation-badge {
    max-width: 80%;
  }
  .hotel-card .hotel-gallery div {
    margin-right: 6px;
  }
}
#fc_frame, #lhc_status_container {
  bottom: 75px;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22hotel-card.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAAA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAEA;EACE;EACA;EACA;EACA;EACA;;AAGF;EACE;;AAIA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA;;AAIJ;EACE;;AAIJ;EACE;;AAGF;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;;AAKF;EACE;;AAGF;EACE;;AAKN;EACE;EACA;;AACA;EAHF;IAII;;;AAIJ;EACE;IACE;;;AAIJ;EACE;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;;;AAIJ;AAKE;EACE;;AAGF;EACE;EACA;AAEA;AAIA;;AAHA;EALF;IAMI;;;AAIF;EACE;AAMA;AAwBA;;AA5BA;EACE;;AAIF;EARF;IASI;;EACA;IACE;;EAEA;IACE;;EAKJ;IACE;;EAGF;IACE;;EAGF;IACE;;;AAON;EACE;EACA;;AAEA;EACE;;AAIJ;EACE;EACA;EACA;;AAGF;EACE;;AAGF;EACE;EAIA;;AAHA;EAFF;IAGI;;;AAKJ;EACE;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;EACA;;;AAMN;EACE;IACE;;;AAIJ;EACE;IACE;IACA;;EAEA;IACE;;EAGF;IACE;IACA;;EAEA;IACE;;EAIJ;IACE;IACA;IACA;;EAGF;IACE;;EAGF;IACE;IACA;;EAIA;IACE;;EAGF;IACE;;EAIJ;IACE;;EAGF;IACE;;EAGF;IACE;;EAGF;IACE;;;AAKN;EACE%22,%22file%22:%22hotel-card.css%22%7D */
