.product-more { width: 100%; margin-bottom: 5px;}
.product-more a { text-decoration: none; background: red; color: #fff; display: block; padding: 9px 14px; border-radius: 25px; font: 500 15px/1 'Rubik', Arial, Helvetica, sans-serif;}
.product-more a:hover { background: #ec1e1e;}
.list .product-more { margin-left: 5px;}
@media screen and (max-width: 480px) {
	.product-list.thumbs .product-item { margin-left: 2px; margin-right: 2px;}
	.main-blocks .main-products .product-list.thumbs { margin-left: 0; margin-right: 0;}
}