.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;
	text-align: center;
}

.eshop-product ul li.eshop_product.row-fluid {
	border-bottom: 1px #eee solid;
	padding: 0 0 10px;
	margin: 0 0 10px;
}

@media screen and (min-width: 768px) {
	.eshop-product ul li .span8 {
		text-align: left;
	}
}

@media screen and (max-width: 480px) {
	.eshop-product ul li {
		float: none;
		width: 100%!important;
		margin: 0 0 20px;
	}
}

.eshop-product ul li .name {
	font-size: 14px;
}

.eshop-product ul li .name a, .eshop-product ul li a {
	color: #333;
}
.eshop-product ul li .image {
	margin: 0 0 10px;
}
.eshop-product ul li.eshop_product.row-fluid .image {
	margin: 0;
	overflow: hidden;
}
.eshop-product ul li .price {
	color: #d44413;
	font-weight: bold;
	display: block;
	padding: 5px 0;
}