@media screen and (max-width: 767px) {


.top-header {
    display: none;
}

.site-header-menu-new {
    display: none;
   position: fixed;
        background: #f5f5f5;
        height: 100%;
        z-index: 999;
        right: 0;
        width: 100%;
        top: 48px;
}

.site-header-menu-new.toggled-on {
    display: block;
}

.header-row {
    justify-content: end;
    padding: 12px 0;
    position: relative;
}

.site-logo {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
    width: 200px;
    top: 12px;
}


}

