/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Mar 18 2026 | 23:45:53 */
@media screen and (max-width: 768px) {
	.top-infobox {
		display:none;
	}
	.header-search-main {
		display:none!important;
	}
}

@media screen and (min-width: 768px) {

	.bottom-header > div {
		width:80%!important;
		max-width:80%!important;
		margin-left: 0 auto;
		margin-right: 0 auto;
	}
}