.product-list__fav-items {
	width: 30px;
}
.product-list__fav-items button {
	display: block;
	width: 100%;
	padding: 0;
	cursor: pointer;
	transition: .2s;
	text-align: left;
	color: #ccc;
	border: 0;
	outline: none;
	background: transparent;
}
.product-list__fav-items .fav-items {
	color: #f00;
}
.product-list__fav-items svg {
	width: 16px;
	height: 16px;
	fill: currentColor;
}