/**
* 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;
}

/* Remove invisible gap between image and text */
#hotelRoomsBlock .col-sm-12.col-md-6 > a {
    display: block;
    line-height: 0;
    font-size: 0;
}
#hotelRoomsBlock .col-sm-12.col-md-6 > a img {
    display: block;
    margin-bottom: 0;
}
@media (min-width: 530px) {
    .hotelRoomDescContainer{
        background-color: transparent;
        margin-top: 0;
        padding: 0;
    }
    .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;
    padding-top: 5px;
    padding-bottom: 5px;
}
.htlRoomTypeDescText{
	font-size: 16px;
    word-break: break-word;
	color: #555555;
	font-weight: 300;
	line-height: 21px;
    margin-bottom: 10px;
}
a.htlRoomTypeBookNow {
	font-size: 13px;
	color: #ffffff;
	font-weight: 600;
	background-color: #1292FF;
    border: none;
    border-radius: 4px;
    padding: 15px 30px;
    text-transform: uppercase;
}

.btn.htlRoomTypeBookNow:hover{
	background-color: #0e7ce0;
    color: #ffffff;
}

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