.cont-hotel-offer {
  &:hover, &:focus {
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.12);
  }
}
.cont-bg-hotel {
  background: url('/headers/img/hotel_rooms/generic-250x186.png') no-repeat 50% 50%;
  background-size: cover;
  max-width: 367px;
  height: 166px;
  border-top-left-radius: $border-radius-large;
  border-top-right-radius: $border-radius-large;
  .hotel-name {
    background: rgba(255, 255, 255, .8);
    font-weight: $roboto-bold;
    font-size: 16px;
    padding: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid $colorBordes;
    border-bottom: 0;
    border-top-left-radius: $border-radius-large;
    border-top-right-radius: $border-radius-large;
    max-width: 367px;
    img {
      display: block
    }
  }
}
.cont-price {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid $colorBordes;
  padding: 10px;
  margin: 0 0 10px 0;
  max-width: 367px;
  min-height:61px;
  .from-price {
    color: #4d4946;
    font-size: 12px;
    display: block;
  }
  .price {
    color: #4d4946;
    display: block;
    font-size: 18px;
    @include medium-weight;
    line-height: 24px;
    abbr, .symbol {
      text-decoration: none;
      border-bottom: 0;
      font-size: 14px
    }
  }

}
.cont-btn-continue {
}

//Desktop
@media (min-width: $screen-lg) {
  .cont-price {
    max-width: 367px;
  }
}
