.menu_wsm_favorites_icon { 
	background-image: url(icons/wsm.favorites/menu_icon.png) !important;
	background:url(icons/wsm.favorites/menu_icon.png) 10px 5px no-repeat; 
	}

/*a.WSMFavoritesLink {*/
a.addFav {
	padding: 0px 0 0 20px;
	margin: 0 5px 4px 0;
	display: inline-block;
	clear: both;
	cursor: pointer;
	background-image: url(icons/wsm.favorites/star16.png);
	background-repeat: no-repeat;
	background-position: 0px -16px;
	text-decoration: none;
	color: #f8c806 !important;
	/*color: #717171 !important;*/
	/*border-bottom: 1px dashed #f8c806;*/
	line-height:17px!important;
	width:114px;
	font-size:13px!important;
}
.table-view a.addFav {
	margin: 5px 0;
	/*height: 23px;*/
	padding-right: 17px;
}
.table-view.table-big a.addFav {
	float: left;
	margin-left: 20px;
}
.table-view.table a.addFav {
	float: left;
	margin-left: 45px;
}
a.addCompare {
	padding: 0px 0 0 20px;
	margin: 0 0 0 32px;
	display: inline-block;
	clear: both;
	cursor: pointer;
	background-image: url(icons/wsm.favorites/compare.png);
	background-repeat: no-repeat;
	background-position: 0px -16px;
	text-decoration: none;
	color: #454545 !important;
	/*color: #717171 !important;*/
	/*border-bottom: 1px dashed #f8c806;*/
	line-height:17px!important;

	font-size:13px!important;
}

a.addFav.in-favorites {
	background-position: 0px 0px;
	color: #f8c806 !important;
	height:17px;
	/*margin-bottom: 4px;*/
	padding-right: 0;
}
.table-view a.addFav.in-favorites{
	padding-right: 15px;
}
.list-view a.addFav.in-favorites {
	/*margin-right:4px;*/
}
.card-page a.addFav.in-favorites{
	/*height: 17px;
    padding-left: 28px;
	margin-bottom: 12px;*/
}
a.addCompare.in-compare {
	background-position: 0px 0px;
	color: #B51E20 !important;
}
a.addCompare.in-compare span{
	color: #B51E20 !important;
}
a.addCompare:hover,
a.addFav:hover{
	color: #B51E20 !important;
}
a.addCompare:hover .in-compare,
a.addFav:hover .in-favorites {
	text-decoration: line-through;
}

.buy-box a.WSMFavoritesLink{
	margin-top:10px;
	float:left;/*right;
	margin-right: -20px;*/
}
.table-view.table-big .addCompare{
    margin-left: 20px;
}
/*@media (max-width: 767px) {
	.product-item-detail-info-container .WSMFavoritesLink,
	a.addFav,
	.buy-box a.WSMFavoritesLink{
        display: none;
    }
}*/