.wc-favorite-btn{
	display: inline-flex;
	align-items: center;
    background: none !important;
    padding: 0px !important;
    margin-bottom: 20px !important;
    border: 0px;
    cursor: pointer;
}

.favorite-icon{
	width: 30px;
	height: 30px;
	display: inline-block;
    margin-right: 5px;

    vertical-align: middle;

	background-image: url('icon-favorites.svg');
	background-repeat: no-repeat;

	/*
		top frame = normal
		bottom frame = active
	*/
	background-position: top left;

	/*
		adjust based on your sprite size
	*/
	background-size: 100% auto;
}

.wc-favorite-btn.is-favorite .favorite-icon{
	background-position: bottom left;
}

.wc-favorite-message{
	margin-left: 5px;
	font-style: italic;
	color: #DDD !important;
	display: none;
}

.user-favorites-content .listed-product-container{
	margin-right: 10px;
	margin-bottom: 10px;
}

.user-favorites-content .favorite-wrapper{
	display: inline-block;
	position: absolute;
	top: 0px;
	width: calc(100% - 10px);
	height: 30px;
	z-index: 8;
	background-color: #ff8500;
	color: #fff;
	padding: 5px;
	text-align: center;
}

.user-favorites-content .favorite-wrapper span{
	color: #fff;
}


.user-favorites-content .wc-favorite-btn{
	display: block;
}

.user-favorites-content .wc-favorite-message{
	display: none !important;
}