

/* Start:/local/components/urbn/favorite.elements/templates/.default/style.css?1687724479474*/
.favorite_link{
	padding: 10px 0;
    float: left;
    margin: 20px 40px;
}
.favorite{
	color: #56a129;
	border-bottom: 1px dotted #56a129;
	cursor: pointer;
	pointer-events: auto;
	margin-left:20px;
	background: url("/local/frontend/build/images/svg/fav-star.svg") no-repeat;
	background-size: 17px;
	padding-left: 20px;
	background-position: -2px 0;
}
.favorite:hover{
	color:#303030;
	border-color:#303030
}
@media (max-width: 479px) {
.favorite{
		margin:10px 0 0 0
	}
}
/* End */
/* /local/components/urbn/favorite.elements/templates/.default/style.css?1687724479474 */
