
@media screen and (min-width: 375px) and (max-width: 991px){

    /**
    *
    * HEADER
    *
    */

    #layout-header > .full-text-search-form > .search-input {
        width: 44%;
    }

    /**
    *
    * SIDE MENU
    *
    */

    #side-menu-header .side-menu-logo-section {
        font-size: 1.6em;
    }
}

@media screen and (min-width: 425px) and (max-width: 991px){

    /**
    *
    * HEADER
    *
    */

    #layout-header > .full-text-search-form > .search-input {
        width: 53%;
    }
}