﻿.filter__head {
	display: none;
}

@media only screen and (min-width: 1024px) {

	select {
		height: 37px;
		margin: 0 0 0.9rem;
	}

	.button--product {
		padding: 8px;
	}

	.product__filter input[type=checkbox]:not(old) + span,
	.product__filter input[type=radio]:not(old) + span {
		width: 15px;
		height: 15px;
	}

}