#header .header-bottom {
    top: -20px;
    transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
}
#header.ht-menu-sticy > .header-bottom {
    position: fixed !important;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1040;
    box-shadow: 0 0 5px 0px rgba(0,0,0,0.1);
}
@media(min-width: 768px) {
    #header.ht-menu-sticy > .header-bottom {
        display: block !important;
    }
}
@media(max-width: 767px) {
    #header.ht-menu-sticy .header-nav {
        display: block;
    }
}