.eshop-products .eshop-product {
	text-align: center;
	margin: 0 0 10px;
}

.eshop-product ul {
	margin: 0;
}

.eshop-product ul li {
	float: left;
	list-style: none;
	padding: 0 0 20px;
	text-align: center;
}
.eshop-product .eshop-buttons {
	position: relative !important;
}

.slick-dots {
    bottom: -45px;
    display: block;
    list-style: outside none none;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.slick-dots li {
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    position: relative;
    width: 20px;
}
.slick-dots li button {
    border: 0 none;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    outline: medium none;
    padding: 5px;
    width: 20px;
}
.slick-dots li button:before {
    color: black;
    content: "•";
    font-family: "slick";
    font-size: 6px;
    height: 20px;
    left: 0;
    line-height: 20px;
    opacity: 0.25;
    position: absolute;
    text-align: center;
    top: 0;
    width: 20px;
}
.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}

@media screen and (min-width: 768px) {
	.eshop-product .row-fluid{width:100%}
	.eshop-product .row-fluid:after, .row-fluid:before{display:table;line-height:0;content:""}
	.eshop-product .row-fluid:after{clear:both}
	.eshop-product .row-fluid [class*=span]{display:block;float:left;width:100%;min-height:30px;margin-left:2.127659574468085%;box-sizing:border-box}
	.eshop-product .row-fluid [class*=span]:first-child{margin-left:0}
	.eshop-product .row-fluid .controls-row [class*=span]+[class*=span]{margin-left:2.127659574468085%}
	.eshop-product .row-fluid .span12{width:100%}.row-fluid .span11{width:91.48936170212765%}
	.eshop-product .row-fluid .span10{width:82.97872340425532%}
	.eshop-product .row-fluid .span9{width:74.46808510638297%}
	.eshop-product .row-fluid .span8{width:65.95744680851064%}
	.eshop-product .row-fluid .span7{width:57.44680851063829%}
	.eshop-product .row-fluid .span6{width:48.93617021276595%}
	.eshop-product .row-fluid .span5{width:40.42553191489362%}
	.eshop-product .row-fluid .span4{width:31.914893617021278%}
	.eshop-product .row-fluid .span3{width:23.404255319148934%}
	.eshop-product .row-fluid .span2{width:14.893617021276595%}
	.eshop-product .row-fluid .span1{width:6.382978723404255%}
}

.image .additional-image {
	top: 0;
	left: 0;
 	z-index: 999;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}
.image:hover .additional-image {
	opacity:1;
}

.product-info-2 {
  text-align: center;
}
