.products{padding-bottom:10em;}
.product-list{overflow:hidden;padding-top:2em;}
.product-list li{width:270px;margin:0 30px 4em 0;float:left;}
.product-list li:nth-child(4n+4){margin-right:0;}
.product-list li a{display:inline-block;}
.product-list li .thumb{width:270px;height:270px;overflow:hidden;}
.product-list li .thumb img{max-width:270px;max-height:270px;width:270px;height:270px;display:block}

.read-more{background:#005db7;font-size:14px;padding:0.5em 1em;color:white; margin-top:1em;}

.read-more:hover{background:#005db7}
.read-more:focus{box-shadow:1px 1px 3px rgba(66, 97, 67, 0.68)}