@media screen and (max-width:600) {
		.header-resize .header {height: auto!important;}
		 header .top-menu .search-basket {flex-wrap: wrap!important; gap: 10px!important;}
		header .top-menu .search-basket .search-panel {width: 100%!important;}
		header .top-menu .search-basket .advanced-search {text-wrap: nowrap!important; width: 35%!important;}
	 header .top-menu .search-basket .advanced-search {
        width: 35%!important;
    }
    }

@media screen and (max-width: 575px) {
    .header-resize .header {
        height: auto!important;
    }
	 header .top-menu .search-basket .advanced-search {
        width: 35%!important;
    }
	 header .top-menu .search-basket {flex-wrap: wrap!important; gap: 10px!important;}
}

@media only screen and (max-width: 416px) {
	    header .top-menu .search-basket .search-panel {
        width: 100%!important;
    }

    header .top-menu .search-basket .advanced-search {
        width: 35%!important;
    }
	
	 header .top-menu .search-basket {flex-wrap: wrap!important; gap: 10px!important;}
}

@media screen and (max-width: 390px) {
    .header-resize .header {
        height: auto!important;
    }
	.header .top-menu .search-basket .search-panel {
        width: 100%!important;
    }
	
	 header .top-menu .search-basket {flex-wrap: wrap!important; gap: 10px!important;}
}
