@charset "UTF-8";

.section-eshop .eshop-range {
	padding: 0 15px;
}

.section-eshop .eshop-range [class*="cell-"] {
	padding-left: 8px;
	padding-right: 8px;
}











/*
 * Tags
 */

.section-eshop .price-box.tag-new > a::before,
.section-eshop .price-box.tag-ciste_prirodni > a::before,
.section-eshop .price-box.tag-prirodni > a::before,
.section-eshop .price-box.tag-dlouhodobe > a::before,
.section-eshop .price-box.tag-kapalne > a::before,
.section-eshop .price-box.tag-mineralni > a::before,
.section-eshop .price-box.tag-guano > a::before,
.section-eshop .price-box.tag-rohovina > a::before,
.section-eshop .price-box.tag-lignohumat > a::before,
.section-eshop .price-box.tag-supresivni > a::before,
.section-eshop .price-box.tag-ochrana_rostlin > a::before,
.section-eshop .price-box.tag-proti_skudcum > a::before,
.section-eshop .price-box.tag-ptaci > a::before,
.section-eshop .price-box.tag-profi > a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 110px;
	height: 110px;
}

.section-eshop .price-box.tag-new > a::before {
	background: url('/images/icon-new.svg?3') no-repeat;
	background-size: 100%;
}

.section-eshop .price-box.tag-ciste_prirodni > a::before {
	background: url('/images/icons/icon-ciste_prirodni.svg?3') no-repeat;
	background-size: 100%;
}

.section-eshop .price-box.tag-prirodni > a::before {
	background: url('/images/icons/icon-prirodni.svg?3') no-repeat;
	background-size: 100%;
}

.section-eshop .price-box.tag-dlouhodobe > a::before {
	background: url('/images/icons/icon-dlouhodobe.svg?3') no-repeat;
	background-size: 100%;
}

.section-eshop .price-box.tag-kapalne > a::before {
	background: url('/images/icons/icon-kapalne.svg?3') no-repeat;
	background-size: 100%;
}

.section-eshop .price-box.tag-mineralni > a::before {
	background: url('/images/icons/icon-mineralni.svg?3') no-repeat;
	background-size: 100%;
}

.section-eshop .price-box.tag-guano > a::before {
	background: url('/images/icons/icon-guano.svg?3') no-repeat;
	background-size: 100%;
}

.section-eshop .price-box.tag-rohovina > a::before {
	background: url('/images/icons/icon-rohovina.svg?3') no-repeat;
	background-size: 100%;
}

.section-eshop .price-box.tag-lignohumat > a::before {
	background: url('/images/icons/icon-lignohumat.svg?3') no-repeat;
	background-size: 100%;
}

.section-eshop .price-box.tag-supresivni > a::before {
	background: url('/images/icons/icon-supresivni.svg?3') no-repeat;
	background-size: 100%;
}

.section-eshop .price-box.tag-ochrana_rostlin > a::before {
	background: url('/images/icons/icon-ochrana_rostlin.svg?3') no-repeat;
	background-size: 100%;
}

.section-eshop .price-box.tag-proti_skudcum > a::before {
	background: url('/images/icons/icon-proti_skudcum.svg?3') no-repeat;
	background-size: 100%;
}

.section-eshop .price-box.tag-ptaci > a::before {
	background: url('/images/icons/icon-ptaci.svg?3') no-repeat;
	background-size: 100%;
}

.section-eshop .price-box.tag-profi > a::before {
	background: url('/images/icons/icon-profi.svg?3') no-repeat;
	background-size: 100%;
}