.margin-lr-0
{
    margin-left: 0px;
    margin-right: 0px;
}


.cat_cont
{
    margin: 0px;
    background-color: #ffffff;
    border: 1px solid #E6E6E6;
    padding-top: 20px;
    padding-bottom: 20px;
}

.margin-top-7
{
    margin-top: 7px;
}

.catSortBlock {
    margin-bottom: 15px; }
    .catSortBlock .filter_dw_cont {
        position: relative; }
        .catSortBlock .filter_dw_cont .dropdown-menu {
            left: 0;
        }

.sortBlockHeading
{
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    margin-top: 8px;
    text-align: left;
}

.disp_type_cont
{
    text-align: center;
    margin-top: 10px;
}

.filter_dw_cont button
{
    width: 100%;
    text-align: left;
}

.display_type
{
    background-position: 25px 170px;
    display: inline-block;
    height: 18px;
    width: 18px;
    margin-right: 10px;
}

.room_cont
{
    border-top: 1px solid #E6E6E6;
    padding-top: 30px;
}

.rm_heading
{
    color: #333333;
    font-size: 22px;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 10px;
}

.rm_desc
{
    line-height: 22px;
    color: #555555;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
}

.rm_desc p
{
    display: inline;
}

.rm_desc a
{
    text-decoration: none;
    color: #01bbb6;

}

.capa_txt
{
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
p.capa_txt {
    margin-bottom: 15px;
}
.visible-md .capa_txt {
    padding-left: 15px;
}

.rm_review_cont
{
    margin-bottom: 15px;
}

.rm_ratting_yes
{
    background-position: -2px 18px;
    display: inline-block;
    height: 18px;
    width: 24px;
}

.rm_ratting_no
{
    background-position: 26px 18px;
    display: inline-block;
    height: 18px;
    width: 24px;
}

.rm_review
{
    margin-left: 10px;
    font-size: 14px;
    color: #555555;
    font-weight: 400;
}

.rm_amenities_cont
{
    margin-bottom: 15px;
}

.rm_left
{
    color: #e85757;
    font-size: 16px;
    font-weight: 400;
}

.rm_amen
{
    height: 15px;
    width: 15px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 3px;
}

.rm_price_val
{
    clear: both;
    color: #333333;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
}

.rm_price_txt
{
    color: #333;
    font-size: 16px;
    font-weight: 400;
    padding-top: 6px;
}

.rm_price_cont
{
    margin-bottom: 15px;
}
@media (min-width: 992px) {
    .rm_left {
        text-align: right;
    }

    .rm_price_cont
    {
        text-align: right;
    }
    .rm_qty_cont {
        margin-bottom: 0;
    }
}

.qty_txt
{
    color: #333333;
    float: left;
    font-size: 16px;
    font-weight: 400;
    transform: translate(0px, 15px);
}
.qty_sec_cont
{
    width: 80px;
    margin: 0px 0px 0px 5px;
    float: left;
}

.qty_input_cont
{
    width: 57px;
    float: left;
}
.qty_input_cont input
{
    color: #3c3c3c;
    font-size: 20px;
    height: 57px;
    padding: 1px 10px;
}

.qty_direction
{
    width: 22px;
    float: left;
}

/* .qty_direction a
{
    margin-bottom: 2.8px;
    margin-top: 3px;
    margin-left: 2px;
    padding: 1px 4px;
} */

.booking_guest_occupancy.form-control {
    background-color: transparent!important;
    border: 1px solid #999999;
    box-shadow: 0 1px 0 0 rgba(0,0,0,0.13);
    height: 46px;
    border-radius: 4px;
    color: #333;
    font-size: 14px;
}
.booking_guest_occupancy_conatiner {
    display: flex;
}
.room_type_list_actions .rm_price_cont {
    margin-bottom: 0px;
}
@media (min-width: 992px) {
    .booking_guest_occupancy_conatiner .booking_occupancy_wrapper {
        left: unset;
    }
    .room_features_cont > div {
        min-height: 47px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 10px 0;
    }
    .booking_room_fields {
        display: flex;
        flex-wrap: wrap;
        align-items: end;
        justify-content: end;
        gap: 15px 10px;
    }

    .booking_guest_occupancy_conatiner  {
        display: inline-block;
    }
    .booking_guest_occupancy_conatiner .form-group {
        margin-bottom: 0;
    }
}
@media (min-width: 1200px) {
    .booking_guest_occupancy_conatiner .form-group {
        margin-bottom: 0;
    }
}

.display-inline
{
    display: inline-block;
}
/* quantity_wanted */
#cat_rm_quantity_wanted input {
  width: 78px;
  height: 27px;
  padding: 0 6px;
  float: left;
  border: 1px solid #d6d4d4;
  line-height: 27px; }
/*#quantity_wanted_p .btn {
  float: left;
  margin-left: 3px; }*/
  #cat_rm_quantity_wanted .button-minus {
  float: left;
  margin-right: 5px;
  padding-top: 3px;}
  #cat_rm_quantity_wanted .button-plus {
  float: left;
  margin-left: 5px;
  padding-top: 3px;}
.noRoomsAvailAlert
{
    margin-bottom: 20px;
    background-color: #ffa0a0;
    border: 1px solid #cccccc;
    color: #9f1010;
    display: block;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 5px;
    text-align: center;
}

.room_type_old_price {
  text-decoration: line-through;
  color:#e85757;
  font-size:18px;
  display: block;
}

.rm_desc .view_more {
    display: inline-block;
}

.hotel-listing-header {
    margin-bottom: 20px;
    padding: 14px;
    border: 1px solid #e5ebf2;
    border-radius: 14px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.hotel-overview-gallery {
    margin-bottom: 14px;
}

.hotel-overview-main-image-wrap {
    position: relative;
    margin-bottom: 12px;
    border-radius: 16px;
    overflow: hidden;
    background: #dfe7ef;
}

.hotel-overview-main-image {
    width: 100%;
    height: clamp(240px, 46vw, 480px);
    object-fit: cover;
    transition: opacity 0.2s ease;
}

.hotel-overview-main-image.is-fading {
    opacity: 0.25;
}

.hotel-overview-thumb-row {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 4px;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.hotel-overview-fancybox-hidden {
    display: none;
}

.hotel-overview-thumb-link {
    display: block;
    flex: 0 0 104px;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid transparent;
    background: #ffffff;
    transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.hotel-overview-thumb-link:hover,
.hotel-overview-thumb-link:focus {
    border-color: #8eced1;
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(20, 44, 68, 0.12);
    outline: none;
}

.hotel-overview-thumb-link.active {
    border-color: #0b8b91;
    box-shadow: 0 0 0 1px rgba(11, 139, 145, 0.18);
}

.hotel-overview-thumb-image {
    width: 100%;
    height: 84px;
    object-fit: cover;
}

.hotel-overview-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: rgba(18, 32, 48, 0.65);
    color: #ffffff;
    font-size: 24px;
    line-height: 1;
    z-index: 2;
    transition: background 0.2s ease, transform 0.2s ease;
}

.hotel-overview-nav:hover,
.hotel-overview-nav:focus {
    background: rgba(11, 139, 145, 0.9);
    outline: none;
    transform: translateY(-50%) scale(1.04);
}

.hotel-overview-nav-prev {
    left: 12px;
}

.hotel-overview-nav-next {
    right: 12px;
}

.hotel-overview-content {
    padding: 2px 2px 0;
}

.hotel-overview-heading {
    margin: 0 0 8px;
    color: #4a5f74;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hotel-overview-rating {
    margin: 0 0 8px;
    color: #f7ad2a;
}

.hotel-overview-title {
    margin: 0 0 6px;
    color: #1f2f40;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
}

.hotel-overview-address {
    margin: 0 0 10px;
    color: #53687d;
    font-size: 14px;
}

.hotel-overview-description-wrap {
    margin-bottom: 10px;
}

.hotel-overview-description {
    margin: 0;
    color: #4f5f70;
    line-height: 1.6;
}

.hotel-overview-description.is-collapsed {
    max-height: 6.4em;
    overflow: hidden;
}

.hotel-overview-description p:last-child {
    margin-bottom: 0;
}

.hotel-overview-toggle {
    display: inline-block;
    margin-top: 6px;
    color: #0b8b91;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.hotel-overview-toggle:hover,
.hotel-overview-toggle:focus {
    color: #07666a;
    text-decoration: none;
}

.hotel-overview-amenities {
    margin: 0;
    color: #4f5f70;
}

.hotel-overview-lightbox .fancybox-nav {
    width: 72px;
}

.hotel-overview-lightbox .fancybox-nav span {
    visibility: visible;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    border-radius: 50%;
    background: rgba(18, 32, 48, 0.82);
    text-align: center;
}

.hotel-overview-lightbox .fancybox-nav span:before {
    display: block;
    color: #ffffff;
    font-family: FontAwesome;
    font-size: 26px;
    line-height: 44px;
}

.hotel-overview-lightbox .fancybox-prev span {
    left: 14px;
    background-image: none;
}

.hotel-overview-lightbox .fancybox-prev span:before {
    content: "\f104";
}

.hotel-overview-lightbox .fancybox-next span {
    right: 14px;
    background-image: none;
}

.hotel-overview-lightbox .fancybox-next span:before {
    content: "\f105";
}

.hotel-overview-lightbox .fancybox-nav:hover span,
.hotel-overview-lightbox .fancybox-nav:focus span {
    background: rgba(11, 139, 145, 0.95);
}

@media (max-width: 767px) {
    .hotel-overview-main-image {
        height: 52vw;
        min-height: 220px;
    }

    .hotel-overview-nav {
        width: 36px;
        height: 36px;
        font-size: 20px;
    }

    .hotel-overview-nav-prev {
        left: 10px;
    }

    .hotel-overview-nav-next {
        right: 10px;
    }

    .hotel-overview-thumb-link {
        flex-basis: 92px;
    }

    .hotel-overview-thumb-image {
        height: 72px;
    }

    .hotel-overview-title {
        font-size: 18px;
    }

    .hotel-overview-lightbox .fancybox-nav {
        width: 56px;
    }

    .hotel-overview-lightbox .fancybox-nav span {
        width: 40px;
        height: 40px;
        margin-top: -20px;
    }

    .hotel-overview-lightbox .fancybox-nav span:before {
        font-size: 24px;
        line-height: 40px;
    }
}

/* Modern hotel search card treatment */
#hotel_search_cards .js-hotel-card {
    border: 0;
    padding-top: 0;
    margin-bottom: 24px;
}

#hotel_search_cards .js-hotel-card .hotel-card-link {
    display: block;
    border: 1px solid #e8edf2;
    border-radius: 16px;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    box-shadow: 0 10px 28px rgba(15, 40, 70, 0.08);
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

#hotel_search_cards .js-hotel-card .hotel-card-link:hover,
#hotel_search_cards .js-hotel-card .hotel-card-link:focus {
    transform: translateY(-3px);
    border-color: #cfd9e6;
    box-shadow: 0 16px 36px rgba(12, 34, 62, 0.14);
    text-decoration: none;
}

#hotel_search_cards .hotel-card-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
}

#hotel_search_cards .hotel-card-media,
#hotel_search_cards .hotel-card-content {
    padding: 0;
}

#hotel_search_cards .hotel-card-media {
    padding: 14px;
}

#hotel_search_cards .hotel-card-media-wrap {
    height: 100%;
    min-height: 220px;
    border-radius: 14px;
    overflow: hidden;
    background: #e9f1fa;
}

#hotel_search_cards .hotel-card-media .room-type-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 0;
    transition: transform 0.35s ease;
}

#hotel_search_cards .js-hotel-card .hotel-card-link:hover .hotel-card-media .room-type-image {
    transform: scale(1.04);
}

#hotel_search_cards .hotel-card-header {
    margin-bottom: 10px;
}

#hotel_search_cards .rm_heading {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 8px;
}

#hotel_search_cards .hotel-card-location {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    color: #5a6f84;
}

#hotel_search_cards .hotel-card-stars {
    margin: 2px 0 0;
    line-height: 1;
}

#hotel_search_cards .rm_left {
    display: inline-block;
    margin-top: 3px;
    margin-bottom: 8px;
    padding: 6px 10px;
    background-color: #fff2f2;
    border: 1px solid #ffd5d5;
    border-radius: 999px;
    color: #bb2f2f;
    font-size: 13px;
    font-weight: 600;
}

#hotel_search_cards .hotel-card-summary {
    margin-bottom: 14px;
    color: #4f5f70;
}

#hotel_search_cards .hotel-card-meta .rm_desc {
    margin-bottom: 10px;
}

#hotel_search_cards .hotel-amenities-content {
    display: -webkit-inline-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}

#hotel_search_cards .htl-star-rating {
    margin-left: 6px;
    white-space: nowrap;
}

#hotel_search_cards .htl-star-full {
    color: #f7ad2a;
    font-size: 16px;
    margin-right: 2px;
}

#hotel_search_cards .htl-star-empty {
    color: #ced7e1;
}

#hotel_search_cards .hotel-card-actions {
    margin-top: 0;
    margin-bottom: 0;
}

#hotel_search_cards .hotel-card-actions .btn.button-medium {
    border: 0;
    border-radius: 10px;
    padding: 4px 6px;
    background: linear-gradient(135deg, #0e7b80 0%, #0b9da1 100%);
    color: #ffffff;
    text-transform: none;
}

#hotel_search_cards .hotel-card-price .rm_price_cont {
    margin-bottom: 0;
    display: inline-flex;
    flex-direction: column;
    padding: 6px 8px;
    border-radius: 12px;
    background: linear-gradient(180deg, #f4f9ff 0%, #eef6ff 100%);
    border: 1px solid #d9e8fb;
    color: #526273;
}

#hotel_search_cards .hotel-card-footer {
    margin-top: 8px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
}

#hotel_search_cards .hotel-card-price .hotel-price-label {
    font-size: 9px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
    color: #5d738d;
}

#hotel_search_cards .hotel-card-price .rm_price_val {
    display: inline-block;
    margin-left: 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    color: #123a63;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}

@media (max-width: 991px) {
    #hotel_search_cards .hotel-card-media .room-type-image {
        min-height: 240px;
        max-height: 300px;
    }

    #hotel_search_cards .hotel-card-content {
        padding: 18px;
    }

    #hotel_search_cards .rm_heading {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    #hotel_search_cards .hotel-card-media {
        padding: 12px 12px 0;
    }

    #hotel_search_cards .hotel-card-media-wrap {
        min-height: 210px;
    }

    #hotel_search_cards .hotel-card-media .room-type-image {
        min-height: 210px;
        max-height: 250px;
    }

    #hotel_search_cards .rm_heading {
        font-size: 22px;
    }

    #hotel_search_cards .hotel-card-price .rm_price_cont {
        text-align: left;
        align-items: flex-start;
    }

    #hotel_search_cards .hotel-card-footer {
        align-items: stretch;
        flex-direction: column;
    }
}

/* AMJ 27-03-26 */
.room_info_cont {
    padding: 14px !important;
}

.flex-incenter {
    display: flex;
    align-items: center;
}
.padding-null{
    padding: 0;
}