.menu-wishlist {
	position: relative;
	margin-left: 20px;
}

/* Wishlist count */
.menu-wishlist-count {
	position: absolute;
	right: -8px;
	top: -5px;
	font-size: 10px;
	font-weight: 600;
	text-align: center;
	width: 16px;
	height: 16px;
	line-height: 16px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
	color: #fff;
	background-color: #ff5b5b;
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
}
