/*
Generated time: March 25, 2026 07:20
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.mb-site-header-section {
    background-color: var(--header-background)
}

.mb-header__content {
    background-color: var(--navigator-background);
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
    border-bottom: 1px solid #ebebeb
}

.page-width {
    max-width: var(--page-width);
    margin: 0 auto
}

.mb-header__banner {
    padding: 8px 0;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px
}

.mb-header__toolbar {
    padding: 15px 0 0 0
}

.mb-header__nav {
    padding: 8px 0
}

@media (max-width:989px) {
    .mb-header__banner {
        font-size: 12px;
        text-align: center;
        padding: 7px;
        gap: 7px
    }

    .mb-header__banner svg {
        height: 12px;
        width: 12px
    }

    .mb-header__content {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        padding: 0 var(--l);
        padding-bottom: 10px;
        border: none
    }
}