/**
* 2010-2023 Webkul.
*
* NOTICE OF LICENSE
*
* All right is reserved,
* Please go through LICENSE.txt file inside our module
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to newer
* versions in the future. If you wish to customize this module for your
* needs please refer to CustomizationPolicy.txt file inside our module for more information.
*
* @author Webkul IN
* @copyright 2010-2023 Webkul IN
* @license LICENSE.txt
*/

.roomtype_list_item {
    margin-bottom: 20px;
}

.roomtype_list_item .roomtype_image_container {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    margin-bottom: 10px;
}

.roomtype_list_item img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.roomtype_list_item .roomtype_hotel_name, .roomtype_list_item .roomtype_name {
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
.roomtype_list_item .roomtype_hotel_name {
    font-size: 16px;
    line-height: 24px;
}

.roomtype_list_item .roomtype_num_reviews {
    margin-left: 8px;
    line-height: 24px;
    text-align: right;
}

.roomtype_list_item .roomtype_city_name {
    font-size: 13px;
    line-height: 20px;
}

.roomtype_list_item, .roomtype_list_item .roomtype_price {
    font-size: 15px;
    font-weight: 700;
    margin-top: 8px;
    /* line-height: px; */
    color: #417505;
}

.roomtype_list_item {
    color: #333;
}

.roomtype_list_item .roomtype_price {
    font-size: 18px;
}

.roomtype_price .per-night {
    font-size: 14px;
}

.roomtype_list_item .roomtype_book_now {
    margin-top: 10px;
}

.roomtype_list_item .roomtype_book_now a {
    background-color: #36BA46;
    border: 1px solid #36BA46;
    color: #ffffff;
    border-radius: 4px;
    font-weight: bold;
}

.roomtype_rating {
    position: absolute;
    color: white;
    font-size: 12px;
    background: #67AD16;
    padding: 5px 7px;
    height: 25px;
    width: 50px;
    top: 30px;
    right: 25px;
}

.roomtype_rating .rating-icon {
    margin-left: 7px;
}