/* Theme overrides loaded last. */

#sp-header #sp-menu ul.sp-megamenu-parent li .sp-dropdown-main ul.sp-dropdown-items li:hover > a,
#sp-header #sp-menu ul.sp-megamenu-parent li .sp-dropdown-main ul.sp-dropdown-items li:hover > span,
#sp-header #sp-menu ul.sp-megamenu-parent li .sp-dropdown-main .sp-dropdown-sub ul.sp-dropdown-items li:hover > a,
#sp-header #sp-menu ul.sp-megamenu-parent li .sp-dropdown-main .sp-dropdown-sub ul.sp-dropdown-items li:hover > span,
.sp-megamenu-parent .sp-dropdown li:hover > a,
.sp-megamenu-parent .sp-dropdown li:hover > span,
.sp-megamenu-parent .sub-menu li:hover > a,
.sp-megamenu-parent .sub-menu li:hover > span {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.sp-megamenu-parent .sp-dropdown li:hover *,
.sp-megamenu-parent .sub-menu li:hover * {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  opacity: 1 !important;
  visibility: visible !important;
}

#sp-header #sp-menu ul.sp-megamenu-parent li .sp-dropdown-main ul.sp-dropdown-items li:hover,
#sp-header #sp-menu ul.sp-megamenu-parent li .sp-dropdown-main .sp-dropdown-sub ul.sp-dropdown-items li:hover {
  /* background: rgba(5, 50, 31, 0.78) !important; */
  border-radius: 12px;
}

#sp-header #sp-menu ul.sp-megamenu-parent li .sp-dropdown-main ul.sp-dropdown-items li:hover > a,
#sp-header #sp-menu ul.sp-megamenu-parent li .sp-dropdown-main ul.sp-dropdown-items li:hover > span,
#sp-header #sp-menu ul.sp-megamenu-parent li .sp-dropdown-main .sp-dropdown-sub ul.sp-dropdown-items li:hover > a,
#sp-header #sp-menu ul.sp-megamenu-parent li .sp-dropdown-main .sp-dropdown-sub ul.sp-dropdown-items li:hover > span {
  background: transparent !important;
}
