
.favorite_star {
	background-image: url('/2024/template/images/favorite-star_off.svg');
	background-repeat: no-repeat;
	display: inline-block;
}

.favorite_star_unclickable {
	background-image: url('/2024/template/images/favorite-star_off.svg');
	background-repeat: no-repeat;
	display: inline-block;
}

.favorite_star_on {
	background-image: url('/2024/template/images/favorite-star_on.svg');
	display: inline-block;
}

.favorite_star_big {
	width: 32px;
	height: 23px;
	background-size: 24px 24px;
	margin: auto;
	margin-left: 5px;
}
.favorite_star_small {
	width: 16px;
	height: 16px;
	background-size: 16px 16px;
}