#header.ht-menu-sticy {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1020;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .11);
}
@media(min-width: 768px) {
    #header.ht-menu-sticy .header-nav {
        display: none;
    }
}

#header.ht-menu-sticy .header-banner .promo-wrapper.sticky-bar {
    position: static;
}
#header.ht-menu-sticy .header-top {
    padding-top: 0px;
    padding-bottom: 0px;
}
@media(max-width: 767px) {
    #header.ht-menu-sticy .header-nav {
        display: block;
    }
    #header.ht-menu-sticy .header-top {
        padding-top: 0;
        padding-bottom: 10px;
    }
}
