

.products-grid li.item {
	width: 180px !important;
	float: left;
	position: relative;
	height: 310px;
}
.products-grid .product-image img {
	position: relative;
	max-width: 100%;
	max-height: 150px !important;
	margin: 0 auto;
}
.products-grid .product-image {
	margin: 0 0 0px;
	    min-height: 154px;
}
.products-grid .product-name {
	font-size: 14px;
}
	.products-grid .regular {
    text-align: center;
}
	.products-grid .button-container {
    width: 100%;
    margin-top: 0px;
    bottom: 0px;
    position: absolute;
    left: -6px;
}
	.dimensions {
    float: left;
    color: #999999;
    letter-spacing: -0.2px;
    padding-bottom: 5px;
    font-weight: 100;
    width: 50%;
    text-align: left;
}
