#menuSub{
    position: absolute;
    top:128px !important;
    background: #fff;
    z-index: 99;
    width: 100%;
    overflow: hidden;
    height: 0;
    transition: all .5s;
}

@media only screen and (max-width: 1070px) {
    #menuDesktop {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1202px) {
    #menuSub
    {
        position: absolute;
        background: #fff;
        z-index: 99;
        width: 100%;
        top:128px !important;
        overflow: hidden;
        height: 0;
        transition: all .5s;
    }
}

@media only screen and (min-width: 771px) and (max-width: 992px)
{
    #menuSub
    {
        position: absolute;
        background: #fff;
        z-index: 99;
        width: 100%;
        top:312px !important;
        overflow: hidden;
        height: 0;
        transition: all .5s;
    }
}
#menuSub.addMarketing {
    top: 238px !important;
}

#menuSub.active{
    height: 550px;
    /* overflow: scroll; */
    transition: all .5s;
    border-bottom: 1px solid #37246b;
    border-top: 1px solid #37246b;
    -webkit-box-shadow: 2px -5px 16px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px -5px 16px -4px rgba(0,0,0,0.75);
    box-shadow: 2px -5px 16px -4px rgba(0,0,0,0.75);
}
#menuSub > .container{
    display: flex;
}
#menuSub .menuLeft{
    display: inline-block;
    width: 270px;
    float: left;
    padding: 20px 0 20px 0;
    border-right: 2px solid #37246b;
    min-height: 675px;
    position: relative;

}
#menuSub .menuLeft.active{
    border-right: 2px solid #37246b;
}
#menuSub .menuLeft.active:before{
    content: '';
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 2%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 2%,rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 2%,rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 );
    width: 5px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
#menuSub .menuLeft .leftElem a{
    padding: 12px 0 12px 20px;
    border-radius: 4px 0 0 4px;
    transition: all .3s;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: rgb(0,0,0);
    text-decoration: none;
}

.menuLeft ul {
    list-style: none !important;
}

#menuSub .menuLeft .leftElem a:hover, #menuSub .menuLeft .leftElem a.active{
    background: #37246b;
    color: white;
    transition: all .3s;
}

.leftElem a:hover {
    color: white !important;
}
#menuSub .menuLeft .leftElem a span{
    float: right;
    padding-right: 20px;
    display: inline-block;
}
#menuSub .menuLeft .leftElem a:hover span, #menuSub .menuLeft .leftElem a.active span{
    color: white;
}
#menuSub .menuRight{
    float: left;
    width: calc(100% - 270px);
    padding: 20px;
}
#menuSub .menuRight .rightElem{
    display: none;
}
#menuSub .menuRight .rightElem.active{
    display: flex;
}
#menuSub .menuRight .rightElem .menuBox{
    margin-bottom: 15px;
}

#menuSub .menuRight .rightElem .menuBox ul {
    list-style: none !important;
}

#menuSub .menuRight .rightElem .subElem a {
    padding: 0px 0;
    display: block;
    font-weight: 500;
    color: #000;
    text-decoration: none;
}

#menuSub .menuRight .rightElem .subElem a:hover {
    color: #37246b;
}

#menuSub .menuRight .rightElem .subElem.main a{
    font-size: 16px;
    margin-bottom: 5px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
#menuSub .menuRight .rightElem .subElem span{
    display: none;
}
#menuSub .menuRight .rightElem .subElem:hover a{
    text-decoration: underline;
}
#menuSub .menuRight .rightElem .subElem:hover span{
    display: inline-block;
    color: #37246b;
}

#header.sticky .stickyMenuBox .headerIcon.change:after {
    content: '';
    background: #ffffff;
    position: absolute;
    width: calc(100% + 10px);
    height: 5px;
    left: -6px;
    bottom: -20px;
    z-index: 9999;
}

header .navbar-toggle:focus, header .navbar-toggle:hover {
    background-color: transparent;
    border: none;
    outline: none;
}
header .navbar-toggle {
    border: none;
    background: transparent;
    position: relative;
    top: 2px;
}
header .icon-bar+.icon-bar {
    margin-top: 5px;
}

header .change .bar3 {
    display: none !important;
}
header .change .icon-bar {
    margin-top: 14px !important;
}

.btn_show_categories:hover .icon-bar {
    background-color: #00B2E3;
}

header .navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 1px;
}
header .navbar-toggle .icon-bar {
    background-color: #fff;
}

header .customBar {
    display: none;
}

header .change .customBar {
    display: block;
    margin: 0 2px 0 10px;
}


header .change .bar3 {
    display: none;
}

header .change .bar1 {
    display: none;
}

header .change .bar2 {
    display: none;
}

.productBtn .btnText{
    position: absolute;
    right: 20px;
    top: 0;
    color: #37246b;
    font-weight: 500;
}
