.offcanvas-menu .offcanvas-inner .header-modules {
    margin-left: 10px;
}

#sp-header {
    height: 60px;
    width: 100%;
    position: relative;
    z-index: 9999;
    animation: spFadeIn 0.5s;
}

div#sp-logo {
    padding-right: 0px;
}

div#sp-menu {
    padding-left: 0px;
    padding-right: 10px;
}


@media screen and (max-width: 900px) and (min-width: 320px) {
  #sp-menu>.sp-column {
    height: 100%;
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
      #sp-menu .sp-column>div.sp-module {
        margin-right: 15px;
        margin-left: 15px;
    }

  }