.sp-megamenu-parent > li.active > a {
    font-weight: 700;
    background-color: #ED1B27;
    color: #fff;
    padding: 0 30px;
}
.sp-megamenu-parent > li > a:before, .sp-megamenu-parent > li > span:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ed1b24;
    z-index: -1;
    transition: 0.3s;
    opacity: 0;
}

j2store-img-responsive {
    max-width: 100%;
    height: auto;
    width: 100%;
}
@media screen and (max-width: 990px) and (min-width: 320px) {
  #sp-header .mod-languages, #sp-header .sp-top2-wrapper, #sp-header #sp-logo {
    margin-right: 10px;
    width: 100%;
}
  body.ltr #offcanvas-toggler.offcanvas-toggler-left {
    float: left;
    margin-right: 0px;
}
  #sp-header.header-sticky {
    height: 100px !important;
}
}

.sp-megamenu-wrapper > ul > li > a {
 padding: 0 22px;
}
@media screen and (max-width: 1024px){
  .sp-megamenu-wrapper > ul > li > a {
    padding: 0 12px;
}
}
