.site-banner {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 36px;
    padding: 4px 0;
    background: #3C4D3D;;
    color: #fff;
    font-family: Nunito, sans-serif;
    font-size: 14px;
    text-align: center;

    @media (max-width: 767px) {
        min-height: 64px;
    }
}

.site-banner__inner {
    position: relative;
    width: min(1200px, 100%);
    margin: 0 auto;
    padding: 0 48px 0 24px;
}

.site-banner__close {
    position: absolute;
    top: 50%;
    right: 16px;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font-size: 28px;
    line-height: 1;
    transform: translateY(-50%);
    cursor: pointer;
}

.has-site-banner .all-header-area {
    top: 36px;
}

@media (max-width: 767px) {
    body.mobile-menu-open {
        overflow: hidden;
    }

    body.mobile-menu-open .all-header-area.active-mobile-menu {
        position: fixed;
        top: 0;
    }

    body.mobile-menu-open.has-site-banner .all-header-area.active-mobile-menu {
        top: 64px;
    }

    .has-site-banner .all-header-area {
        top: 64px;
    }

    .has-site-banner .mobile-side-menu .mobile-icons {
        top: 64px;
    }
}
