body {
  color: #131313 !important;
  background-color: #fff !important;
}
#sp-top-bar {
  background: #000 !important;
  color: #aaa;
}
#sp-header {
  background-color: #000 !important;
}
#sp-header {
  height: 115px !important;
  left: 0 !important;
  position: relative !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 99 !important;
  box-shadow: none !important;
  border-top: none !important;
  border-bottom: none !important;
  transition: 0.4s !important;
}
#sp-header .logo {
  height: 110px !important;
  display: inline-flex;
  margin: 0;
  align-items: center;
  width: 349px !important;
  padding: 10px 0 0px 0px !important;
}
.logo-image {
  height: 110px;
  margin-top: -40px !important;
}
.sp-megamenu-parent > li.active > a {
  color: #fff !important;
  background-color: #000 !important;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  display: inline-block;
  padding: 25px 40px !important;
  line-height: 58px;
  font-size: 14px;
  color: #fff !important;
  margin: 0;
  border-left: none !important;
}
.sp-megamenu-parent > li:hover > a, .sp-megamenu-parent > li:focus > a {
  color: #f00 !important;
  background-color: #000 !important;
}
.sp-megamenu-parent > li:last-child > a {
  border-right: none !important;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a::before, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background: #fff !important;
  transition: 0.35s;
  z-index: -1;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
  color: #000 !important;
  background-color: #fff !important;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #fff !important;
}
#offcanvas-toggler {
  line-height: 60px;
  font-size: 25px;
  padding-top: 20px !important;
}
#offcanvas-toggler:hover .icon-bar > span, #offcanvas-toggler:focus .icon-bar > span {
  border-color: #f00 !important;
}
.icon-bar > span {
  display: block;
  width: 100%;
  border-bottom: 2px solid #fff !important;
    border-bottom-color: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  left: 0;
}
.sppb-btn.sppb-btn-primary {
  color: #FFFFFF;
  background-color: #F1335F !important;
}
.sppb-btn.sppb-btn-default:hover::before {
  background: #F1335F !important;
}
#sp-top-bar a {
  color: #fff !important;
}
a:hover, a:focus, a:active {
  color: #ff0000 !important;
}
#sp-footer, #sp-bottom {
  background: #171717 !important;
  color: #fff !important;
}
#sp-footer a, #sp-bottom a {
  color: #fff !important;
}
#sp-footer a:hover, #sp-bottom a:hover, #sp-footer a:active, #sp-bottom a:active, #sp-footer a:focus, #sp-bottom a:focus {
  color: #f00 !important;
}
#sp-footer, #sp-bottom {
  color: #fff !important;
}
#sp-bottom .sp-module ul > li {
  display: block;
  margin-bottom: 2px !important;
}