.sticky-header #sp-header {
    height: 90px !important; 
    transition: none !important;
}

#sp-menu .sp-column {
    position: sticky !important;
    top: 0 !important;
    z-index: 9999 !important;
    background: #fff !important;
}

#sp-header {
    background: #fff;
}
