/*Mega Menu*/
.header-wrapper.active {
    background-color: #fff !important;
}
.header-wrapper.active .header_logo.header-logo{
    display: block !important;
}
.header-wrapper.active .header-logo-dark{
    display: none !important;
}
.header-wrapper.active .header-main .nav > li > a {
    color: #121212;
}
.header-wrapper.active .header-main a.button.primary,
.transparent .header-wrapper.active .header-main a.button.primary {
    color: #ffffff !important; 
    background: var(--primary-color) !important;
}
.transparent.header-wrapper.active .header-main  a.button.primary span::before ,
.header-wrapper.active .header-main  a.button.primary span::before {
    background: url(../images/calendar-wt.svg) no-repeat right / contain !important;
}
body .header.show-on-scroll,body .stuck .header-main {
    /*height: auto !important;*/
}
/*Mega Menu*/