.o-fav-link {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	position: relative;
}
.o-fav-link-count {
	position: absolute;
	top: -13px;
	right: -4px;
	background: #585f69;
	color: #fff;
	line-height: 1;
	font-size: 14px;
	border-radius: 50%;
	opacity: 1;
	transition: opacity 0.3 ease-in;
	width: 22px;
	height: 22px;
	text-align: center;
    line-height: 22px;
	font-weight: bold;
}
.o-fav-link-count.is-hide {
	opacity: 0;
}