/* block top user information */
#header_user_info  {
	margin-top: 5px;
}
#topbar  #header_user_info  a {
	color: #da655e;
	background: none;
	border-color: transparent
}

#topbar #shopping_cart a {position: relative;border-color: transparent; font-size: 13px; display: inline-block; color: #00CBFF; /*min-width: 145px;*/}
#topbar .links a .fa-shopping-cart {
	background: none repeat scroll 0 0 #363636;
   	border: 1px solid #363636;
	border-radius: 3px;
	color: #FFFFFF;
	font-size: 14px;
	margin-top: -4px;
	padding: 2px 10px 2px;
	transition: all 0.3s ease 0s;
	line-height: 24px;
}
#topbar .links a:hover .fa-shopping-cart {
	background-color: #bc7734;
	border-color: #bc7734;
}
#topbar .header-link-customer .dropdown-menu {
    background-color: #fff;
    border: 1px solid #fff;
    min-width: 170px;
    margin-top: 0;
}
#topbar .header-link-customer .dropdown-menu > li{
	display: block;
}
#topbar .header-link-customer .dropdown-menu > li > a {
    display: block;
    border-bottom: 0;
    padding: 5px 0;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #505050;
    white-space: nowrap;
	border-bottom: 1px solid #F3F3F3;
}
#topbar .header-link-customer .dropdown-menu > li > a:hover{
	color:#00CBFF;
}
#topbar .links .dropdown-menu > li.buycredits-link a img,
#topbar .links .dropdown-menu > li.loyalty a img{
	display: none;
}
#topbar .links .dropdown-menu a .fa-shopping-cart {
	background: none;
	border: none;
	color:#505050;
	padding: 2px 0;
	margin-top: 0;
	line-height: 1;
}
#topbar .links .dropdown-menu a:hover .fa-shopping-cart {
	background-color: transparent;
	border-color: transparent;
	color:#bc7734;
}
#topbar .header-link-customer .fa,#topbar .header-link-customer .icon{
	margin-right:5px;
}
#topbar .header-link-customer .icon{
	width:13px;
}
/*
#topbar .links a.account {
	background: none;
	border-color: transparent;
	color: #da655e;
	padding-left: 0;
}
*/
#header_user {
	margin-top: 0px;/*old 4px*/
}
#header_user .links{
	padding-right: 4px;
}
#header_user .links li a{
	display: inline-block;
}
#topbar .links .header-block.text-link-credits .label-icon {
	padding-right: 22px;
	background-image: url(img/icon/plus.png);
	background-repeat: no-repeat;
	background-position: 86% 50%;
	background-size: 10px 10px;
}

@media (max-width:992px) {
	#topbar .links .header-block.text-link-credits {
		display: inline-block;
		vertical-align: top;
		line-height: 30px;
		height: 35px;
		margin-top: -10px;
	}
	#topbar .links .header-block.text-link-credits .label-icon {
		background-position: 50%;
	}
	#topbar .links .header-block.text-link-credits .label-icon span {
		display: none;
	}
	#topbar .img-loyaltypayment{
		width: 20px;
    	height: 20px;
	}
}