.fav-btn {
	background-repeat: no-repeat !important;
	width: 20px;
	height: 20px;
	display: inline-block;
	cursor: pointer;
}

.fav-btn:not(.fav), .fav-btn.fav:hover {
	background-image: url(../img/heart-empty.svg) !important;
}

.fav-btn.fav, .fav-btn:hover {
	background-image: url(../img/heart-full.svg) !important;
}

.favgoods-list li {display: flex; border: 1px solid #cccccc; padding: 15px;}
.favgoods-list li:after {content: ''; display:block; clear: both;}
.favgoods-list li .product-block {display: flex; width: 100%;}
.favgoods-list li .product-block .info-wrapper {flex-grow: 1;}
.favgoods-list li .delete-block, .favgoods-list .product-block .offers-wrapper {flex-basis: 100px; display: flex; align-items: center; justify-content: center;}