/* put here your custom css styles */
.header-top-sidebar-container {
    background-color: #F8F8F8;
    z-index: 999999;
    position: fixed;
    width: 100%;
}
.header {
    padding: 50px 0 0px !important;
}
.header-container.sticky.transition .header {
    padding: 76px 0 10px 0 !important;
}