

/* Start:/local/components/evolution/form.catalog.filter/templates/.default/style.css?1765560213828*/
@media all and (min-width: 1280px) {
	.catalog_filter_used *[data-desktop-order] {
		width: calc(33.333% - 21px) !important;
	}

	.catalog_filter_used .filter_form_group_hidden {
		display: block;
	}
}

@media all and (max-width: 1279px) and (min-width: 769px) {
	.catalog_filter_used *[data-desktop-order] {
		width: calc(50% - 15px) !important;
	}

	.catalog_filter_used .filter_form_group_hidden {
		display: none;
	}

	.catalog_filter_used div[data-desktop-order]:not(.fieldgroup)>.form_field {
		width: 100% !important;
	}
}

@media all and (max-width: 768px) {
	.catalog_filter_used *[data-desktop-order] {
		width: 100% !important;
	}
}

@media (max-width: 767px)
{
	#filter .filter_body .filter_column:last-child {
    	margin-bottom: 10px !important;
	}

	#filter .filter_header {
		margin-bottom: 80px !important;
	}
}
/* End */
/* /local/components/evolution/form.catalog.filter/templates/.default/style.css?1765560213828 */
