:root {
    --bb-header-height:106px;
    --bb-header-height-sticky:var(--bb-header-height);
    --bb-logo-height:38px;

    --bb-mobile-menu-width:400px;
}
@media only screen and (max-width:1180px) {
    :root {
        --bb-header-height:70px;
        --bb-logo-height:32px;
    }
}
