@charset "utf-8";
/* CSS Document */

@media screen  and (max-width:1199px) {
	.mobile-navigation-wrapper form.search-form {
		display: none;
	}
}
@media screen  and (min-width:768px) and (max-width:991px) {
	.gf-page-title .page-title-container h1 {
		font-size: 42px !important;
	}
	.gf-page-title .primary-font.fs-24 {
		font-size: 18px !important;
	}
	.gf-page-title ul.gf-breadcrumbs li {
		font-size: 12px !important;
	}
	.wrap-prods .block-name {
		padding: 8px 15px;
	}
}
@media screen and (max-width:767px) {
	.mobile-logo-header img {
		padding-top: 0 !important;
	}
	.gf-page-title .page-title-container h1 {
		font-size: 36px !important;
	}
	.gf-page-title .primary-font.fs-24 {
		font-size: 16px !important;
	}
	.gf-page-title ul.gf-breadcrumbs li {
		font-size: 12px !important;
	}
	.wrap-prods .block-name {
		padding: 6px 12px;
		margin-right: 8px;
		margin-bottom: 8px;
		font-size: 14px;
	}
}
@media screen and (max-width:575px) {}