/**
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License version 3.0
* that is bundled with this package in the file LICENSE.md
* It is also available through the world-wide-web at this URL:
* https://opensource.org/license/osl-3-0-php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to support@qloapps.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to a 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
* @copyright Since 2010 Webkul
* @license https://opensource.org/license/osl-3-0-php Open Software License version 3.0
*/

.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;
}