:root {
    --focus_color: #B9854D !important;
}

#booking_selector {
    position: absolute;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    height: 50px;
    top: -50px;
    left: 0;
    background: #fff;
}

#booking_selector .selector_box {
    height: 100%;
    padding: 10px 30px;
    background: white;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

#booking_selector .selector_box:not(:first-child) {
    background: #f1f1f1;
}

#booking_selector .selector_box:not(:last-child) {
    margin-right: 5px;
}

#booking_selector .selector_box a {
    color: #000;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

#booking_selector .selector_box span {
    position: relative;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center !important;
}

#booking_selector .selector_box span:after {
    content: '';
    width: 0;
    height: 1.5px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    transition: all 0.3s ease-in;
}

#booking_selector .selector_box:hover span:after {
    width: 100%;
}

#booking_selector .selector_box:first-child span {
    font-weight: 700;
}

#booking_selector .selector_box:first-child span:after {
    width: 100%;
!important;
}

.bookingform_sidebar_inner_content > #booking_selector {
    position: relative;
    top: unset;
    height: 90px;
    margin-top: 1em;
    width: 100%;
}

.bookingform_sidebar_inner_content > #booking_selector .selector_box {
    padding: 10px;
    width: 100%;
    /*width: calc( 100% / 3 );*/
}

.bookingform_sidebar_inner_content > #booking_selector .selector_box:nth-child(1) span::before {
    content: '\c901';
    font-family: 'fb_room_icons';
    display: block;
    font-size: 30px;
    position: relative;
    color: #000;
    text-decoration: none;
}

.bookingform_sidebar_inner_content > #booking_selector .selector_box:nth-child(2) span::before {
    content: '\ba20';
    font-family: 'fb_food';
    display: block;
    font-size: 30px;
    position: relative;
    color: #000;
    text-decoration: none;
}

.bookingform_sidebar_inner_content > #booking_selector .selector_box:nth-child(3) span::before {
    content: '\e1eb';
    font-family: 'fb_wellness';
    display: block;
    font-size: 30px;
    position: relative;
    color: #000;
    text-decoration: none;
}

.bookingform_sidebar_inner_content > #booking_selector .selector_box span::after {
    position: relative;
    bottom: 5px;
}

@media screen and (max-width: 767px) {
    .bookingform_sidebar_inner_content > #booking_selector .selector_box span {
        font-size: 13px;
        line-height: 180%;
        text-align: center;
    }
}

#header .menu_left ul.menu, #header .menu_right ul.menu {
    display: flex;
}

#good-deals,
#gift {
    text-align: center;
    margin: 0 20px;
    color: inherit;
    text-decoration: none;
}

#gift {
    margin-left: 0;
}

#good-deals h3,
#gift h3 {
    font-size: .7em;
    line-height: 1;
}

.bookingform_sidebar #booking_selector > div:nth-child(4) {
    display: none;
}

#footer_main_menu .container {
    flex-direction: column;
}

#footer_main_menu .container .equality_index {
    padding-bottom: 2em;
    font-weight: bold;
    text-align: center;
}

.page-id-1254 #anchor-menu-1, .page-id-1280 #anchor-menu-1 {
    height: 0;
}
.page-id-1254 #anchor-menu-1 .anchors, .page-id-1280 #anchor-menu-1 .anchors {
    display: none;
}

.bookingform .label.best_rate {
    position: relative;
    text-decoration: none;
    text-underline-offset: 5px;
    transition: all 0.3s ease-in;
}

.bookingform .label.best_rate:after {
    position: absolute;
    bottom: 8px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background: 0 0;
    transition: all .3s ease;
}

.bookingform .label.best_rate:hover:after {
    background: var(--booking_form_labelColor);
    height: 2px;
    bottom: -2px;
}
.deform .field.fieldname_custom_privacy ,
.deform .field.fieldname_mandatory_fields {
    & label .label,
    .input_wrap {
        display: none;
    }
}
.deform .field.fieldtype_submit {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}