/* #sp-header, #sp-header.header-sticky {
background: rgba(0,0,0,.8) !important;
} */

.sp-dropdown.sp-dropdown-main.sp-menu-right ul.sp-dropdown-items li.sp-menu-item a:before {
    top: 30px !important;
    position: absolute;
    width: 100%;
}
.sp-megamenu-parent>.sp-menu-item a:before {
    content: "";
    background: #000;
    height: 1px;
    display: block;
    position: absolute;
    top: 40px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    width: calc(100% - 30px);
}

li.sp-menu-item.active>a:before {
    opacity: 1 !important;
    visibility: visible !important;
}
#sp-header {
    height: 50px;
    left: 0;
    position: initial;
    top: 0px !important;
    width: 100%;
    z-index: 99;
    transition: all 0.5s ease;
}
