
#account * {
	font-family: 'AvenirNext', Arial, Helvetica, sans-serif;
	font-weight: 500 !important;
	text-transform: uppercase;
}
#account ul {
	list-style-type:none;
}
#header div.top #account ul li {
	display: inline-block;
	color:rgba(255,255,255,.5);
}
#header div.top #account ul li:first-child {
	user-select: none;
}
#account ul li+li {
	margin-left: 40px;
}
#header div.top #account a,
#header div.top #account b {
	color:#3ae9db;
}
#header div.top #account a:hover {
	color:#20988e;
}
#header div.top #account a:hover::before {
	opacity:1;
}

#header div.top #account a {
	padding-left: 30px;
}
#header div.top #account a::before {
	background-position: center center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	content:'';
	position: absolute;
	left:0px;
	top:0px;
	width:24px;
	height:100%;
	transition: opacity .3s;
	opacity:.5;
}
#header div.top #account li.settings a::before {
	background-image: url(../images/b2b/icon-settings.svg);
}
#header div.top #account li.logout a::before {
	background-image: url(../images/b2b/icon-logout.svg);
}