:root {
    --bb-header-height:140px;
    --bb-header-height-sticky:100px;
    --bb-logo-height:40px;

    --bb-mobile-menu-width:425px;
}
@media only screen and (max-width:1180px) {
    :root {
        --bb-header-height:90px;
        --bb-header-height-sticky:65px;
    }
}