html body #sp-header .sticky__wrapper #sp-logo img{
    max-width: 190px;
}
#sp-menu >.sp-column> .sp-megamenu-wrapper{
    display: none!important;

    
}
@media(min-width: 992px){
    html body #sp-header #sp-menu .sp-column .sp-megamenu-parent{
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;

        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important;

    }

    html body #sp-header .sticky__wrapper > .container > .row{
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;

        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important;

        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important;

    }
    html body #sp-header .sticky__wrapper #sp-logo{
        width: 17%;
    }
    html body #sp-header .sticky__wrapper #sp-logo img{
        max-width: 160px;
    }
    html body #sp-header .sticky__wrapper #sp-menu{
        width: 90%;
    }

}
@media(min-width: 992px) and (max-width: 1100px){
    html body #sp-header .sticky__wrapper #sp-topsearch{
        padding-left: 0;
        padding-right: 0;
        width: 40px;
    }


}
@media(min-width: 992px) and (max-width: 1199px){
    html body #sp-header .sticky__wrapper #sp-menu .sp-megamenu-parent{
        font-size: 13px;
    }
    html body #sp-header .sticky__wrapper #sp-topsearch{
        width: 60px;

    }


}
@media(min-width: 1100px) and (max-width: 1199px){
    html body #sp-header .sticky__wrapper #sp-logo{
        width: 14%;
    }
    html body #sp-header .sticky__wrapper #sp-menu .sp-megamenu-parent{
        font-size: 14px;
    }


}
@media(min-width: 1200px) and (max-width: 1300px){
    html body #sp-header .sticky__wrapper #sp-menu{
        margin-right: 30px;
    }



}