@charset "UTF-8";

html .isotope {
	margin-top: 30px;
}

.isotope-filters-list > li > a::before {
	content: '';
	display: inline-block;
	width: 60px;
	height: 60px;
	margin-right: 20px;
	vertical-align: bottom;
}

.isotope-filters-list > li:nth-child(1) > a::before {
	background: url('/images/icon-wholesalers.svg?2') center center no-repeat;
	background-size: 100%;
}

.isotope-filters-list > li:nth-child(2) > a::before {
	background: url('/images/icon-retailers.svg?2') center center no-repeat;
	background-size: 100%;
}

.isotope-filters-list > li:nth-child(3) > a::before {
	background: url('/images/icon-eshop.svg?2') center center no-repeat;
	background-size: 100%;
}