.sh-cat-title {
	display: block;
	background: #4dc202;
	color: #fff;
	white-space: nowrap;
	text-transform: uppercase;
	border-radius: .25rem;
}
.sh-cat-title:hover {
	color: #fff;
}
.prod-card-list {
	border: 1px solid #eee;
	border-radius: .25rem;
	overflow: hidden;
}
.prod-price-list {
	font-size:1.5rem;
	font-weight: bold;
}
.prod-old-price-list {
	color: #999;
	text-decoration: line-through;
}
.minpad {
	padding: 0 .25rem;
}
.nomargin {
	margin: auto -.25rem;
}
.square {
	width: 100%;
	height: 80px;
	background-size: 100%;
	background-position: center;
	border: 1px solid #ddd;
	border-radius: .25rem;
	cursor: pointer;
}
#cqua {
	text-align: center;
	width: 100px;
}