@charset "UTF-8";
/* CSS Document */

.product-card {
    display: block;
    width: 235px;
    min-height: 310px;
    position: relative;
    margin-bottom: 10px;
    margin-right: 0px;
    opacity: 1;
    transition: all .25s;
    float: left;
	padding-bottom: 35px;}
.row-maxwidth-100pct {
    width: 980px;
    overflow: hidden;
}