.product-cats.products > li {display: inline-table; padding: 2px; max-width: 200px;}
.product-cats.products > li:hover {-webkit-filter: grayscale(60%);
    filter: grayscale(60%);}
.product-cats.products > li > a > span > span.thumb-info-wrapper > img {transform: scale(0.8); border-radius: 15px;}
.product-cats.products > li > a > span > span.thumb-info-wrapper > img:hover {transform: scale(0.9);}
.thumb-info-wrap > span > span > .count {background-color: #f4f4f4}
.thumb-info-wrap > span > h3 {font-size: 14px;}


.thumb-info-type {
	font-weight: 600;
    font-size: 10px;
	left: 0;
	letter-spacing: -.05em;
	padding: 13px 21px 2px;
	z-index: 2;
	max-width: 90%;
}

.thumb-info-wrapper img {
    width: 200px;
    height: 200px;
}