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

.hotelRoomDescContainer{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	background-color: rgba(255, 255, 255, 0.85);
    margin-left: 15px;
    margin-right: 15px;
    padding: 20px;
    z-index: 10;
}
.room-type-name-container {
    line-height: 50px;
}

.htlRoomTypeNameText {
    font-weight: 500;
    font-size: 42px;
    /* line-height: 50px; */
    color: #000000;
	text-transform: capitalize;
    padding-bottom: 25px;
    width: 55%;
}

.htlRoomTypePriceText {
    width: 45%;
}

.htlRoomTypePriceText .wk_roomType_price{
    font-weight: 400;
    font-size: 28px;
    line-height: 16px;
    color: #000000;
}
.htlRoomTypeDescText {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    padding-bottom: 25px;
}

.htlRoomTypeDescText p {
    display: inline;
}

.room-list-daterange {
    background-color: transparent!important;
    border: 2px solid #000000;
    height: 49px;
    border-radius: 7px;
    color: #000;
    font-size: 14px;
    padding: 0px 15px;
    background-position: 216% 12.2%;
    background-size: 160px;
    display: flex;
}


.room-list-daterange::placeholder {
    color: rgba(0, 0, 0, 0.864);
}

.ajax_add_to_cart_button {
    width: 100%;
    padding: 12px;
    /* float: right; */
    border-radius: 10px;
    text-transform: capitalize;
}


.ajax_add_to_cart_button span {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
 }
.htlRoomTypeDescText a{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-decoration-line: underline;
    color: #0085FF;
    text-decoration: none;
}

.room_type_old_price {
    /* padding: 5px; */
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-decoration-line: line-through;
    color: #FF3535;
    float: right;
}

.room-block-row {
    padding-bottom: 70px;
}

.room-block-image {
    width: 400px;
    height: 400px;
    border-radius: 25px;
    object-fit: cover;
    filter: brightness(95%);
    box-shadow: 0px 4px 16px 1px rgb(0 0 0 / 48%);
}

@media (max-width: 768px) {
    .room-block-image {
        width: 100%;
    }
    .htlRoomTypeNameText {
        font-size: 22px;
    }
    .htlRoomTypePriceText .wk_roomType_price {
        font-size: 18px;
    }
  }

.room-display-per-night-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
}

.htlRoomTypeAminityText {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    padding-bottom: 2px;
}

.htl-room-aminity-item {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 20px;
}

.htl-room-aminity-item img{
    height: 19px;
    object-fit: cover;
}


.booking_guest_occupancy {
    padding: 12px;
    border: 1px solid #000000;
    color: #000;
    border-radius: 10px;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
    text-align: left;
}


.booking_guest_occupancy:hover {
    color: #000;
}

.booking_guest_occupancy.input-occupancy {
    background: url("../img/icon-users.svg") no-repeat 96% 50%;
    padding-left: 30px;
}


.htl-room-block-content.left-content {
    padding: 0px;
    padding-right: 15px;
}

.htl-room-block-content.right-content {
    padding: 0px;
    padding-left: 15px;
}

@media (max-width: 1199px) {
    .htlRoomTypeNameText {
        padding-bottom: 0px;
        font-size: 32px;
        line-height: 36px;
    }

    .htlRoomTypePriceText .wk_roomType_price {
        font-size: 20px;
    }

    .htlRoomTypeDescText {
        font-size: 14px;
        padding-bottom: 15px;
    }

    .htl-room-aminity-item {
        font-size: 12px;
        padding-top: 2px;
        padding-bottom: 6px;
    }

    .room-type-buttom-container div {
        width: 100%;
        padding: 5px;
    }
}

@media (max-width: 768px) {

    .htl-room-block-content.right-content {
      padding-top: 30px;
      }
      .htl-room-block-content.left-content .htlRoomTypeNameText, .htl-room-block-content.left-content .htlRoomTypePriceText{
        padding-top: 30px;
      }
  }

  .btn-toggle-aminities {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    float: right;
    color: #0085FF;
    text-decoration: underline;
}

.btn-toggle-aminities:hover,  .btn-toggle-aminities:active, .btn-toggle-aminities:focus{
    text-decoration: underline;
    color: #0085FF; }

.room_avalability_cond {
    color: #FF0000;
    font-size: 16px;
    font-weight: 700;
}
/* div#hotelRoomsBlock [class*=col-] {
    padding: 7px;
} */

.home_block_content .daterange_value span {
    align-self: center;
}


.booking_occupancy_wrapper {
    border: none;
    max-height: 400px;
    min-width: 280px;
    overflow: auto;
    box-shadow: 0 8px 25px -4px rgba(0,0,0,0.39);
    left: 0px;
    padding: 15px 20px;
    }
    .booking_occupancy_wrapper.top {
      top: unset;
      bottom: 100%; }
    .booking_occupancy_wrapper.bottom {
      top: 100%;
      }
    .booking_occupancy_wrapper .occupancy-info-separator {
      margin-bottom: 15px;
      margin-top: 15px;
      margin-right: -20px;
        margin-left: -20px;}
    .booking_occupancy_wrapper .children_age_info_block {
      display: none;}
    .booking_occupancy_wrapper .children_age_info_block label {
      font-size: 12px;
      color: #777777;}
    .booking_occupancy_wrapper label {
      font-size: 14px;
      color: #333333;
      font-weight: 400;}
      .booking_occupancy_wrapper .add_new_occupancy_btn {
        font-weight: bold;
        text-decoration: none;
        font-size: 14px;
        color: #000;}
        .booking_occupancy_wrapper .occupancy_block_actions {
          display: flex;
          justify-content: space-between;
          align-items: center;}
        .booking_occupancy_wrapper .add_new_occupancy_btn:active, .booking_occupancy_wrapper .add_new_occupancy_btn:focus, .booking_occupancy_wrapper .add_new_occupancy_btn:hover {
          text-decoration: none;
        }
      .booking_occupancy_wrapper .occupancy_info_head {
        font-size: 14px;
        color: #333333;
        font-weight: bold;
        margin-bottom: 10px;}
        .booking_occupancy_wrapper .occupancy_info_head .remove-room-link {
          font-size: 12px;
          color: #FF4343;
          text-align: right;}
        .booking_occupancy_wrapper .occupancy_info_block .occupancy_count {
          padding: 14px;
          border: 1px solid #E1E3E7;
          font-size: 14px;
          font-weight: 600;
          color: #333333;
          text-align: center;
          border-radius: 4px;}
        .booking_occupancy_wrapper .occupancy_info_block .occupancy_count > span {
          min-width: 21px;
          text-align: center;
          display: block;}
        .booking_occupancy_wrapper .occupancy_info_block .qty_direction {
          margin-left: 3px;
          width: 22px;}
          .booking_occupancy_wrapper .occupancy_info_block .qty_direction a {
            padding: 1px 5px;
            border: 0px;
            border: 1px solid #E1E3E7;
            color: #333;
            border-radius: 4px;
            font-weight: 400;}

.booking_occupancy_wrapper .occupancy_info_block .qty_direction .occupancy_quantity_down, .qty_direction .quantity_down {
    margin-top: 3px;
}

.booking_occupancy_wrapper .occupancy-input-errors {
    font-weight: 700;
}
  
    .booking_occupancy_wrapper .children_ages {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 8px;
      justify-content: space-between;
    }
    .booking_occupancy_wrapper .children_ages select {
      background-color: #fff;
      height: 37px;
      border-radius: 4px;
      padding: 3px 5px;
      font-size: 12px;
      color: #333;
      border: 1px solid #E1E3E7;
      width: 100%;}
  
  
  @media (max-width: 411px) {
    .booking_occupancy_wrapper .occupancy_info_block .occupancy_count_block {
      width: 100%;}
    .booking_occupancy_wrapper .occupancy_info_block .occupancy_count {
        width: 80%;}
  }

  .booking_occupancy_wrapper .submit_occupancy_btn {
      background-color: #000;
      border-color: #000 !important;
      color: #FFF;
      border-radius: 5px;
      font-weight: 600;
  }

.rm_qty_cont .qty_count, .rm_qty_cont .qty_direction a {
    border: 2px solid #000000;
    box-shadow: 0 1px 0 0 rgb(0 0 0 / 13%);
}
.booking_occupancy_wrapper .occupancy_info_block .occupancy_count, .qty_count {
    padding: 15px;
    border: 1px solid #E1E3E7;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    text-align: center;
    border-radius: 4px;
}

.booking_occupancy_wrapper .occupancy_info_block .occupancy_count > span, .qty_count > span {
    min-width: 21px;
    text-align: center;
    display: block;
}

.qty_direction {
    margin-left: 3px;
    width: 22px;
}

.qty_direction a {
    padding: 1px 5px;
    border: 0px;
    border: 1px solid #E1E3E7;
    color: #333;
    border-radius: 4px;
    font-weight: 400;
}