@charset "UTF-8";

section .isotope-item .content-perex {
	display: block;
	margin-top: 40px;
}

section .isotope-item .content-perex > p {
	display: block;
}

section .isotope-item .content-perex > p::before {
   content: '';
   width: 10vw;
   height: 10vw;
   display: inline;
   float: left;
   margin-right: 80px;
   
}

section .isotope-item.domaci-zahradnik .content-perex > p::before {
	background: url('/images/icon-gardener.svg?2') center center no-repeat;
	background-size: 100%;
}

section .isotope-item.forestina-produkt .content-perex > p::before {
	background: url('/images/icon-forestina-product.svg?2') center center no-repeat;
	background-size: 100%;
}

section .isotope-item .content-videos {
}

.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-gardener.svg?2') center center no-repeat;
	background-size: 100%;
}

.isotope-filters-list > li:nth-child(2) > a::before {
	background: url('/images/icon-forestina-product.svg?2') center center no-repeat;
	background-size: 100%;
}