/**
* 2010-2020 Webkul.
*
* NOTICE OF LICENSE
*
* All right is reserved,
* Please go through this link for complete license : https://store.webkul.com/license.html
*
* 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 https://store.webkul.com/customisation-guidelines/ for more information.
*
*  @author    Webkul IN <support@webkul.com>
*  @copyright 2010-2020 Webkul IN
*  @license   https://store.webkul.com/license.html
*/

.htlRoomTypeDescTextContainer {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.htlRoomTypeDescReadmore, .htlRoomTypeDescReadless{
    cursor: pointer;
    font-weight: 400;
    display: none;
}
.htlRoomTypeDescExtras {
    display: none;
}
@media (min-width: 530px) {
    .hotelRoomDescContainer{
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(255, 255, 255, 0.8);
        margin-left: 10px;
        margin-right: 10px;
        padding: 20px;
        z-index: 10;
    }
    .htlRoomTypePriceText{
        float :right;
    }
}
@media (max-width: 530px) {
    .hotelRoomDescContainer{
        padding: 10px;
    }
    .wk_roomType_price_type{
        font-size: 16px;
        font-weight: 400;
    }
    .htlRoomTypeNameText {
        width: 100%;
    }

    .room_type_old_price {
        width: 100%;
        display: block;
    }
}
.htlRoomTypeNameText, .htlRoomTypePriceText {
	font-size: 18px;
	color: #222222;
	font-weight: 400;
	text-transform: capitalize;
}
.htlRoomTypeDescText{
	font-size: 16px;
    word-break: break-word;
	color: #555555;
	font-weight: 300;
	line-height: 21px;
    margin-bottom: 10px;
}
a.htlRoomTypeBookNow {
	font-size: 15px;
	color: #333333;
	font-weight: 400;
	background: transparent;
    border: 1px solid #333333;
    padding: 10px 30px;
    text-transform: capitalize;
}

.btn.htlRoomTypeBookNow:hover{
	border: 1px solid #333333;
}

.room_type_old_price {
   text-decoration: line-through;
   color:#555555;
   font-size:14px;
}