.products-small-c .product-item-c {
	background: #fff;
	margin-bottom: 16px;
}
.products-small-c .product-item-c .inner {
	text-align: center;
	font-size: 13px;
	padding: 16px 10px 10px 10px;
	line-height: 1;
	height: 100%;
	border: 3px solid #fff;
	overflow: hidden;
}
.products-small-c .product-item-c:hover .inner {
	border-color: #ce6c07;
}
.products-small-c .product-item-c a {
	text-decoration: none;
	color: inherit;
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: space-between;
}
.products-small-c .product-item-c .name {
	padding-top: 10px;
}