/* block top user information */

#header_right #header_user {
	background-color: #3c404b;
	position: fixed;
	height: 34px;
	width:960px;
	padding-left: 19px;
	z-index: 100;
}

#header_user #header_nav {
	list-style-type:none;
	float:right;
	height:33px;
	padding:6px 0 0 9px;
}

/* cart */	
#shopping_cart .cart-has-products {
	background: #ff5001;
	height: 8px;
	position: absolute;
	margin-top: 28px;
	width: 174px;
	margin-left: -12px;
	display: none;
}
	
#shopping_cart a {
	height: 14px;
	font-size:14px;
	color:#FFF;
	padding:1px 10px 10px 32px;
	background: url('../../../img/icon/ptm-cart.png') no-repeat 0 0px;
	display:block;
	text-decoration: none;
}
#shopping_cart a.not-empty { background: url('../../../img/icon/ptm-cart-not-empty.png') no-repeat 0 0px; }

#shopping_cart a:hover span{text-decoration: none}
#header_user #shopping_cart span {text-align:right;}
#header_user #shopping_cart .ajax_cart_quantity {padding-left:15px;  }
#header_user #shopping_cart .ajax_cart_total { display:none !important; }
.ajax_cart_no_product{padding-left:15px;}

/* account */
#header_user #your_account a { background-image: url('img/icon/my-account.gif') }

/* user infos */ 
#order #header_user_info { margin-bottom:0; }
#order #header_user_info p{ padding-bottom:0; }
#order #header_nav{ background:none; position:relative; }
#order #header_nav a.panier_filigranne{ display: block; position: absolute; right: -43px; top: -32px; z-index:-1; }
#order #header_nav a.panier_filigranne img{margin-top: 67px;}
#header_user_info { display: flex; margin-top: 9px; float: left; }
#header_user_info p {color:white}
#header_user_info a { display:inline-block; margin:0; padding:0; line-height: 11px; color:white; }
#header_user_info a#your_account { border-left:1px solid #fff; padding-left:5px; margin-left:3px; }
#header_user_info a.account { border: none; display: inline; margin: 0; padding: 0; font-weight:bold; }
*:first-child+html #header_user_info a {line-height:14px;}

#header_user_info .favorites-spot { margin-left: 10px; position: relative;}
#header_user_info .favorite-header img.favorite-icon { width: 22px; margin-top: -1px;}
#header_user_info .favorites-spot .bubble {
	position: absolute;
	display: hidden;
	top: -4px;
	right: -9px;
	border: 1px solid #ff5001;
	z-index: 100;
	background: #ff5001;
	padding: 1px 2px 2px 3px;
	border-radius: 5px;
	font-size: 12px;
}


@media screen and (max-width: 768px) {
	#header_right #header_user { margin-left: 0px;}
}