#block-search,
#block-search * {
    box-sizing: border-box;
}

#block-search {
    background: #f5f0f0;
}

.block-search-wrapper {
    position: relative;
}

@media screen and (min-width: 992px) and (min-height: 650px) {
    #block-search.block-search--main {
        position: absolute;
        bottom: 80px;
        z-index: 1;
        width: 100%;
        background: #ffffff;
        box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.07);
    }

    .block-search-wrapper {
        position: relative;
        width: calc(100% - 30px);
        max-width: 1380px;
        margin: 0 auto;
    }
}

.be-container {
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 30px;
}

.home .gd_banner img.bg_slider {
    max-height: calc(100vh - 94px);
    object-fit: cover;
}

.home .gd_banner {
    margin-bottom: 0;
}

.form-booking {
    display: none;
}

#tl-booking-cart {
    z-index: 1 !important;
}

.page-template-page-booking .page-content {
    padding: 30px 0;
}

.page-template-page-booking .gd_search__box,
.page-template-page-booking .fixed_left_cat,
.page-template-page-booking .gd_fixed_left_box.gd_fixed,
.page-template-page-booking .gd_ft_social {
    display: none !important;
}

.be-booking-btn {
    display: block;
    width: fit-content;
    padding: 14px 30px;
    margin: 0 auto;
    font-size: 13.5px;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #291711;
    transition: all 0.2s;
}

.be-booking-btn:hover {
    color: #ffffff;
    background-color: #46271d;
}
