body {
    background-color: #EDEDED;
}

.header-top-spacer {
    height: 90px;
}

.breadcrumb {
    max-width: 1084px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.contain-room {
    display: flex;
    justify-content: space-between;
    background-color: #ffffff;
    border-right: 4px;
    padding: 30px;
    padding-bottom: 0;
    border-radius: 4px;
    margin: auto;
}

.all_rooms_holder {
    height: auto;
}

.room-section:last-child {
    min-height: unset;
}

.img-for-gallery-background {
    opacity: 0.75;
}

.room-info-gallery {
    position: relative;
}

.room-section {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.button-div {
    margin-top: 20px;
}

.modal_room_name {
    margin-bottom: 10px;
}

.hotel_location {
    font-size: 14px;
    color: #273240;
    line-height: 19px;
    margin-bottom: 21px;
}

.single-promotion-link {
    font-size: 12px;
    font-weight: 600;
}

.gallery_opener {
    width: 350px;
    height: 352px;
    background: transparent;
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    cursor: pointer;
}

.hotel_search_holder_rateplans {
    background-color: #fff;
    border-radius: 4px;
    padding: 0px 15px;
}

#autocomplete, #dates, #guests_div, .promo_code_holder {
    margin-right: 10px;
}

.room-price-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    width: 217px;
    height: 42px;
    background-color: #53AC2A;
    border-radius: 4px;
    cursor: pointer;
}

.room-page-searchbar-section h2 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 10px;
}

#btn-search-package {
    border-radius: 4px;
    width: 85px;
    height: 42px;
    color: #fff;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
    transition: .15s ease-in-out;
}

.zcalendar-wrap {
    position: relative;
    background-color: #fff;
}

.zcalendar {
    width: 1024px;
}

.zc-month {
    width: 450px;
}

.rate_hidden {
    display: block;
}

.show-hide-holder {
    display: none;
}

.room-page-searchbar-section {
    margin-bottom: 20px;
}

#basket {
    margin-bottom: 20px;
}

.no-results-message {
    max-width: 808px;
}


.room-section {
    display: unset;
    gap: unset;
    justify-content: unset;
}

.card-top {
    display: flex;
    gap: 0 20px;
    justify-content: space-between;
    padding-bottom: 30px;
}



.modal-room-description {
    font-size: 12px;
}

.modal-best-room-price-down {
    margin-top: 0;
}

.modal-best-room-price-up {
    padding-bottom: 0;
    border-bottom: unset;
}

.see-more-tooltip {
    font-size: 11px;
    background-color: #273240;
}

@media(max-width: 1279px) {

    .breadcrumb {
        display: none;
    }

    .be-slider.room-image-gallery, .be-slider.room-image-gallery .be-slide, .be-slider.room-image-gallery .be-slide img {
        border-radius: 0 !important;
    }

    .be-slider.room-image-gallery, .be-slider.room-image-gallery .be-slide, .gallery-container.room-image-gallery {
        max-width: unset;
        min-width: unset;
        width: 100% !important;
        height: 100% !important;
        max-height: 348px;
    }

    .rate-modal-share-desktop {
        display: none;
    }

    .room-price-btn {
        width: fit-content;
        min-width: fit-content;
        padding: 8px 11px 9px 11px;
        min-width: 132px;
    }

    .room-page-searchbar-section h2 {
        display: none;
    }

    .contain-room {
        padding: 0px 0px 30px 0px;
    }

    #hotel_search {
        display: none;
        position: fixed;
    }

    .mobile_hotel_search_bar {
        margin-bottom: 20px;
    }

    .zcalendar {
        width: 375px;
    }

    .zcalendar-wrap {
        position: absolute;
        z-index: 30;
    }

    .zc-month {
        width: auto;
    }

    .mobile-weekdays {
        z-index: 31;
    }

    .all_rooms_holder {
        width: 100%;
    }

    .modal-room-amenity-holder {
        border-bottom: 0px;
        border-top: 1px solid #DFDFDF;
    }

    .modal-room-amenities-holder {
        border-bottom: 0px;
    }

    #btn-search-package {
        width: 100%;
        text-transform: uppercase;
    }

    #basket {
        margin-bottom: 0px;
    }

    .basket-room-description-holder {
        padding-left: 0px;
    }

    .card-top {
        display: grid;
        border-bottom: unset;
        padding-bottom: unset;
        justify-content: unset;
    }

    .room-section-right {
        order: 1;
    }

    .room-section-left {
        order: 2;
    }

    .card-room-amenities {
        order: 3;
    }

    .modal-best-room-price-holder.mobile {
        margin: 0;
    }

    .modal-best-room-price-holder.desktop {
        display: flex;
        margin: 20px;
    }

    .card-room-amenities #amenities-component {
        padding: 0 20px 0 20px;
    }

    #amenities-component .amenity-items, .room-section .amenity-group-wrap {
        border-bottom: unset;
    }

    /* #amenities-component .amenity-items {
        display: block;
    } */

    .amenity-group-single:last-child {
        border-bottom: 1px solid #DFDFDF;
    }

}