#block-search,
#block-search * {
    box-sizing: border-box;
}

#block-search {
    background: #f6f7fb;
}

#block-search.block-search--main {
    position: relative;
    z-index: 20;
}

.be-container {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 30px;
}

#be-reputation-widget {
    position: absolute !important;
    right: 10px;
    bottom: 100%;
    width: 100%;
    max-width: 150px;
}

@media screen and (min-width: 850px) {
    #block-search.block-search--main {
        width: calc(100% - 30px);
        max-width: 1170px;
        min-height: 93px;
        margin: -260px auto 180px;
        background: #ffffff;
    }

    #be-reputation-widget {
        top: 100%;
        right: 0;
        bottom: auto;
        margin-top: 2px;
    }
}

#tl-booking-cart {
    z-index: 1 !important;
}

.be-page .whatsapp,
.be-page .telefon,
.be-page .yoltarifi,
.be-page .social_media,
.be-page #back_to_top {
    display: none! important;
}

.be-booking-btn {
    display: block;
    width: fit-content;
    padding: 14px 30px;
    margin: 30px auto;
    font-size: 13.5px;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #7a66de;
}

.be-booking-btn:hover {
    color: #ffffff;
    background-color: #9788e5;
}
