.popular{
	position:relative;
	z-index:10px;
}
*+ html .popular{
	margin-top:-7px;
}
.popular ul{
	padding:0;
	margin:0;
	width:100%;
	overflow:hidden;
}
.popular ul li{
	float:left;
	margin-right:20px;

}
.product-col {
	width:270px;
	height:270px;
	position:relative;
	margin-bottom:20px;
	background-color:#fff;
}

.akce {
	background-image:url(/images/akce.png);
	background-position:97% 20%;
	background-repeat:no-repeat;
}

.akce2 {
	background-image:url(/images/akce.png);
	background-position:99% 1%;
	background-repeat:no-repeat;
}

.product-col img{
	max-height:166px;
}

.product-col .img{
	padding:90px 0 0 0;
	text-align:center;
	height:166px;
}
.product-col .prod-info{
	position:absolute;
	top:28px;
	left:30px;
}
.product-col .prod-info .price{
	display:block;
	padding:5px 0 0 0;
}

.product-col .name{
	font-size:12px;
	line-height:12px;
	font-weight:bold;
	text-transform:uppercase;
}
.product-col .name:hover{
	color:#000;
}
.price{
	font-family: 'Playfair Display', arial, serif;
	font-size:23px;
	line-height:23px;
	font-weight:normal;
}
.price strong{
	font-weight:normal;
}

.doporucujeme {
	width:210px;
	height:210px;
	position:relative;
	margin-bottom:20px;
	background-color:#fff;
}

.doporucujeme img{
	max-height:110px;
}

.doporucujeme .img{
	padding:80px 0 0 0;
	text-align:center;
	height:120px;
}
.doporucujeme .prod-info{
	position:absolute;
	top:28px;
	left:0px;
}
.doporucujeme .prod-info .price{
	display:block;
	padding:5px 0 0 0;
}

.doporucujeme .name{
	font-size:12px;
	line-height:12px;
	font-weight:bold;
	text-transform:uppercase;
}
.doporucujeme .name:hover{
	color:#000;
}