.img-fluid-100 {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.hotel-image {
    height: 100%;
}
h4 {
    margin: 0;
}
h3,h4,h5 {
    text-transform: none;
}
.room-pax-distribution .bx {
    margin-right: -0.5em;
}
.hotel-price {
    font-weight: 600;
}
.choices__inner {
    border: 0;
}
.noUi-horizontal .noUi-handle {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    right: -10px !important;
    top: -7px;
}
.noUi-horizontal {
    height: 4px;
}
.noUi-target {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #f3f6f9;
    border-color: #f3f6f9;
}
.noUi-handle {
    background: #0ab39c;
    border: 2px solid #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.noUi-handle::before, 
.noUi-handle::after {
  content: none;
}
.noUi-connect {
    background: #0ab39c;
}
.card-header {
    background-color: #fff;
}

.see-gallery-button {
    position: absolute;
    padding: 0.5em;
    background-color: white;
    margin: 1em;
    border-radius: 8px;
    font-weight: 500;
    color: #f58329;
}
.see-gallery-button:hover {   
    background-color: rgb(231, 231, 231);
    color: #f58329;
}

.poi-item {
    display: flex;
    align-items: center;
}
.poi-category-item {
    display: flex;
    align-items: center;
    font-weight: 500;
}
.poi-separator {
    box-sizing: border-box;
    width: 100%;
    height: 1px;
    margin: 10px auto;
    background-color: #d1d1d1;
}
.poi-name {
    flex-grow: 1;
}
.poi-distance {
    color: #a9a9a9;
}
.hotel-location-container {
	overflow: hidden;
}
.hotel-location-image {
	cursor:pointer;
	overflow: hidden;
}
.hotel-location-image img {
	-moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 8px;
}
.hotel-location-image:hover img {
	-moz-transform: scale(1.1);
  	-webkit-transform: scale(1.1);
  	transform: scale(1.1);
}
.hotel-promotion-ribbon {
    position: absolute;
    left: 10px;
    top: 10px;
}
.position-relative {
    position: relative;
}
.img-card-hotel {
    max-width: 100%;
    max-height: 238px;
    object-fit: cover;
}
.max-height-160 {
    max-height: 160px;
}
.hotel-offer-name {
    height: 60px;
}
.hotel-property-place {
    height: 26px;
}
.image-card-room {
    max-width: 100%;
    max-height: 238px;
    object-fit: cover;
}
.hdbc-hotel-subtitle {
    position: relative;
    height: 100px;
    overflow: hidden;
}
.hdbc-hotel-subtitle:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 90%);
  }

  .picture-place {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0;
    padding: 0;
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    vertical-align: baseline;
    font-variant: inherit;
}

  /*Carousel*/
  .owl-carousel.owl-drag .owl-item {
    padding: 5px;
  }

