.product__fav-item {
	position: absolute;
	left: 10px;
	margin-top: 5px;
}

.product__fav-item button {
	padding: 0;
	cursor: pointer;
	transition: .2s;
	color: #999;
	border: 0;
	outline: none;
	background: transparent;
}

.product__fav-item .fav-items {
	color: #ff7373;
}

.product__fav-item svg {
	width: 20px;
	height: 20px;
	vertical-align: -.35em;
	fill: currentColor;
}