#be-booking-form {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto 10px auto;
}

#tl-booking-cart {
    z-index: 1 !important;
}

#block-search,
#block-search * {
    box-sizing: border-box;
}

#block-search {
    position: absolute;
    width: 100%;
    z-index: 5;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10px;
    max-width: 1160px;
    background: #e2e2ca;
    border-radius: 20px;
}

.single-product #block-search {
    position: static;
    width: calc(100% - 30px);
    transform: none;
    margin: -30px auto 40px auto;
}

.be-container {
    padding: 0 30px;
}

.page-id-20930 .page-title {
    height: 30vh !important;
    background-position: top;
}

.page-id-20930 .elementor-social-icons-wrapper,
.page-id-20930 .scrollToTop,
.page-id-20930 .wd-search-form,
.error404 #block-search {
    display: none !important;
}

.be-link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
    background-color: #96b977;
    color: #3e3e3e;
    cursor: pointer;
    width: 168px;
    padding: 12px;
}

.be-link:hover {
    background-color: #abc792;
    color: #3e3e3e;
}

@media screen and (max-width: 1130px) {
    #block-search:not(.single-product #block-search) {
        position: static;
        transform: none;
        margin-top: 0;
        border-radius: 0;
        border-top: 1px solid #96B977;
    }
}