.hotels-liste .masthead-wrapper .bg-white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
  background: #FFF;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  padding: 10px;
}

.hotels-liste .hotels-liste-description {
  margin-left: 30px;
  padding-right: 50px;
}

.hotels-liste-image img {
  border-radius: 5px;
  width: 200px;
  height: 200px;
}

.hotels-liste h3 {
  margin: 5px 0 0 0;
}

.hotels-liste .hotels-location {
  font-size: 12px;
  color: #0288D1;
  font-weight: bold;
  margin: 0;
}

.hotels-liste .hotel-description {
  font-size: 16px;
  line-height: 20px;
}

.hotels-liste .hotels-liste-description .title {
  display: inline-block;
  margin-right: 10px;
}

.stars polygon {
  fill: #fcc40e;
}

.oteller-carousel .sale_price {
  position: relative;
  float: right;
  right: 10px;
  bottom: 45px;
  background-color: #0896ff;
  color: white;
  width: 100px;
  height: 30px;
  text-align: center;
  font-weight: 700;
  border-radius: 5px;
  margin: 0;
  padding: 0;
}

.oteller-carousel .sale_price>p {
  margin: 0;
}

.oteller-carousel .hotels-location {
  margin: 0;
  font-size: 14px;
}

.oteller-carousel .hotels-liste-description>a>h3, .oteller-carousel .hotels-liste-description span.title>a>h3 {
  margin: 0;
}
