.count-cart:after {
	position: absolute;
	top: 9px;
	left: -26px;
	right: auto;
	width: 18px;
	height: 18px;
	content: "10";
	background: #4fb68d;
	color: #fff;
	line-height: 18px;
	text-align: center;
	border-radius: 50%;
	float: right
}
