@media (min-width: 768px) {
.products-list-container #products-list .span3 {
    margin: 0;
    width: 25%;
}
}
@media (max-width: 767px) {
.com-eshop .row-fluid [class*="span"] {
    
    width: 100%;
}
}
.eshop-buttons .btn-primary {
    border-color: #014224;
	background: #014224;
}

.eshop-buttons .btn-primary:hover {
    border-color: #dbb040;
    background: #dbb040;
}
.product-cart .btn-primary {
    border-color: #014224;
	background: #014224;
}
.product-cart  .btn-primary:hover {
    border-color: #dbb040;
    background: #dbb040;
}
.eshop-product {
  text-align: center;
}
.eshop-product img {
	display: inline-block;
    margin: 0;
}
.eshop-product a {
	font-size: 22px;
    margin: 10px 0;
    display: block;
}
.eshop-product .eshop-cart-area {
    margin: 20px 0 10px;
    
}
.eshop-product .eshop-cart-area .btn-primary {
  font-size: 18px;
}
.eshop-product .price {
	font-size: 22px;
}

.image.img-polaroid {
    text-align: center;
  margin: 10px;
}