/* NVOBUD menu active final */
#sp-header #sp-menu .sp-megamenu-parent > li.active > a,
#sp-header #sp-menu .sp-megamenu-parent > li.active > span,
#sp-header #sp-menu .sp-megamenu-parent > li.sp-has-child.active > a,
#sp-header #sp-menu .sp-megamenu-parent > li.sp-has-child.active > span,
#sp-header #sp-menu .sp-megamenu-parent > li.current-item.active > a,
#sp-header #sp-menu .sp-megamenu-parent > li.current-item.active > span,
#sp-header #sp-menu .sp-megamenu-parent > li.active:hover > a,
#sp-header #sp-menu .sp-megamenu-parent > li.sp-has-child.active:hover > a {
  color: #292c35 !important;
  background: #fff !important;
}
#sp-header #sp-menu .sp-megamenu-parent > li:first-child.active > a,
#sp-header #sp-menu .sp-megamenu-parent > li:first-child.active:hover > a {
  color: #fff !important;
  background: transparent !important;
}
