.aj-cart-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 18px;
	height: 18px;
	margin-left: 5px;
	padding: 0 5px;
	border-radius: 999px;
	color: #fff;
	background: #b70000;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	vertical-align: middle;
}

.aj-cart-count[hidden] {
	display: none;
}
