/* All top-level menu links */
#sp-menu .sp-megamenu-parent > li > a {
    color: #000000 !important;
    font-size: 14px !important;
}

/* Hover and keyboard focus */
#sp-menu .sp-megamenu-parent > li > a:hover,
#sp-menu .sp-megamenu-parent > li > a:focus {
    color: #049FD3 !important;
}

/* Active/current page */
#sp-menu .sp-megamenu-parent > li.active > a,
#sp-menu .sp-megamenu-parent > li.current-item > a {
    color: #049FD3 !important;
}

header#sp-header {
    background: white;
}


.sp-megamenu-parent>li>span {

    font-size: 14px !important;
    
}


.sp-megamenu-parent>li>span {
    color: black !important;
}




#sppb-addon-412d7a20-5046-42f4-a2a2-934803796cec li a {
    color: black !important;
      font-size: 14px !important;
}










/* Category menu text */
.header-categories .mod-menu > li > a {
    color: #ffffff !important;
}

/* Text turns black on hover */
.header-categories .mod-menu > li > a:hover,
.header-categories .mod-menu > li:hover > a {
    color: #000000 !important;
}

/* Image icon turns black on hover */
.header-categories .mod-menu > li > a img {
    transition: filter 0.2s ease;
}

.header-categories .mod-menu > li > a:hover img,
.header-categories .mod-menu > li:hover > a img {
    filter: brightness(0) saturate(100%) !important;
}



#sp-header .header-categories {
    background-color: #049FD3;
}