
@media((min-width: 250px) AND (max-width: 1279px)){
    .toggler-wrapper{
        float: left !important;
    }
    .header-theme-logo{
        float: right !important;
    }
    .theme-logo{
        float: left !important;
    }
}

@media((min-width: 1280px) AND (max-width: 3000px)){
    .header-theme-logo{
        float: left !important;
    }
}