.ordering-process{
    @media (max-width: 767px) {
        .responsive-tools {
            justify-content: flex-end;
            width: 100%;
        }
        #header .site-name-wrapper{
        	width:100%;
        }
        a[data-target="search"]{
            display:none
        }
    }
}

.ordering-process{
	@media (min-width: 768px) {
    #header{
    	height:unset !important;
    	.navigation-buttons{
    		flex: 1 !important;
    	}
    	.upper-nav{
    		display:none;
    	}
    	.menu-helper{
    		display:none;
    	}
    }
	}
}