#be-booking-form {
    max-width: 1450px;
    width: calc(100% - 5px);
    margin: 10px auto;
}

#tl-booking-cart {
    z-index: 1 !important;
}

#block-search,
#block-search * {
    box-sizing: border-box;
}

#block-search {
    position: absolute;
    z-index: 3;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    margin: -120px auto 0 auto;
    max-width: 1037px;
    background: rgba(255, 255, 255, 0.85);
}

.home-page #block-search {
    position: static;
    margin: 10px auto 0 auto;
    transform: unset;
}

#block-search.block-search--mobile {
    display: none;
}

.be-container {
    padding: 0 30px;
}

.be-page .main-wrapper {
    transform: none !important;
}

.be-page #main {
    height: 100% !important;
}

.be-page .be-title {
    display: block;
    margin: 30px auto;
    font-family: "Antic Didone", sans-serif;
    font-size: 50px;
    text-align: center;
}

.be-page .menu_controller,
.be-page .book_now_bar,
.be-page .social_link,
#booking-form {
    display: none !important;
}

.home-page #pay {
    margin-top: 200px;
    overflow: visible;
}

.be-link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    background-color: #a15c11;
    color: #fff;
    width: 168px;
    padding: 12px;
}

.be-link:hover {
    background-color: #c67115;
    color: #fff;
}

@media screen and (max-height: 750px) {
    #block-search {
        margin: -90px auto 0 auto;
    }
}

@media screen and (max-width: 1279px), screen and (max-height: 599px) {
    #block-search {
        position: relative;
        left: unset;
        transform: unset;
        margin: 10px auto;
        background: #ffffff;
        border: 1px solid #a15c11;
        width: calc(100% - 30px);
    }
}

@media screen and (max-width: 959px) {
    .home-page #block-search {
        display: none;
    }

    #block-search.block-search--mobile {
        position: static;
        left: unset;
        transform: unset;
        margin: 10px auto;
        display: block;
    }
}