/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 22 2026 | 10:04:28 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.sd_on_scroll_sticky_header {
    position: fixed;
    top: -120px; 
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: top 0.4s ease !important;
}

.sd_on_scroll_sticky_header.active {
    top: 0;
}