#sp-header {
  background: #7A0000 !important;
}

.sticky-wrapper.is-sticky #sp-header {
  background: #7A0000 !important;
}

#sp-header .sp-megamenu-parent > li > a,
#sp-header .sp-megamenu-parent > li > span {
  color: #ffffff !important;
}

#sp-header .sp-megamenu-parent > li:hover > a,
#sp-header .sp-megamenu-parent > li:hover > span,
#sp-header .sp-megamenu-parent > li.active > a,
#sp-header .sp-megamenu-parent > li.active > span {
  color: #FAC320 !important;
}
#sp-bottom {
  background: #fac320 !important;
}

#sp-footer {
  background: #7A0000 !important;
}

#sp-header .sp-dropdown,
#sp-header .sp-dropdown .sp-dropdown-inner {
  background: #ffffff !important;
  border: 1px solid #d8b13a !important;
  box-shadow: 0 6px 18px rgba(122, 0, 0, 0.18) !important;
}

#sp-header .sp-dropdown li.sp-menu-item {
  border-bottom: 1px solid #e8cf75 !important;
}

#sp-header .sp-dropdown li.sp-menu-item:last-child {
  border-bottom: none !important;
}

#sp-header .sp-dropdown li.sp-menu-item > a,
#sp-header .sp-dropdown li.sp-menu-item > a:visited {
  color: #7A0000 !important;
  background: #ffffff !important;
}

#sp-header .sp-dropdown li.sp-menu-item:hover > a,
#sp-header .sp-dropdown li.sp-menu-item:hover > a:visited,
#sp-header .sp-dropdown li.sp-menu-item.active > a,
#sp-header .sp-dropdown li.sp-menu-item.active > a:visited,
#sp-header .sp-dropdown li.sp-menu-item.current-item > a,
#sp-header .sp-dropdown li.sp-menu-item.current-item > a:visited {
  background: #7A0000 !important;
  color: #FAC320 !important;
}