.compare-link .count {
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	top: -8px;
	right: -9px;
	background: #ec008c;
	color: #fff;
	display: flex;
	padding: 3px 2px 2px 2px;
	font-style: normal;
	align-items: center;
	justify-content: center;
	line-height: normal;
	font-size: 10px;
	font-weight: 400;
}
.compare-ico{
	display: block;
	margin: 0;
	width: 21px;
	height: 26px;
	position: relative;
	top: 3px;
}
.compare-ico svg{
	max-width: 100%;
	height: 100%;
}