.header_user_info {
  /* background-color: rgba(55, 58, 49, 0.7); */
  float: right;
  /* border-right: 1px solid rgba(255, 255, 255, 0.4); */
  padding-right: 10px;
  /*border-left: 1px solid #515151;
  border-right: 1px solid #515151;*/
   }
  .header_user_info a {
  	/* background: url("img/backAccount.png") no-repeat scroll left center rgba(0, 0, 0, 0); */
    color: white;
	position: relative;
    font-weight: bold;
    display: block;
    padding: 16px 9px 11px 30px;
    cursor: pointer;
    line-height: 18px; }
	
	/* .header_user_info .logout {
  	background: url("img/log.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    } */
	.header_user_info a[data-username]::after {
		content: attr(data-username);
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate(-50%, 100%);
		color: lightslategray;
		white-space: nowrap;
		padding: 1rem 1.5rem;
		background-color: white;
		box-shadow: 0 3px 6px #00000029;
		border-radius: 0.5em;
		visibility: hidden;
		transition: transform 0.5s;
	}

	.header_user_info a[data-username]:hover::after {
		visibility: visible;
		transform: translate(-50%, 120%);
	}
	
    @media (max-width: 479px) {
      .header_user_info a {
        font-size: 11px; } }
    .header_user_info:hover {
     /* background: #2b2b2b; */
	  /* background-color: rgba(55, 58, 49, 0.9); */
	 }

/*shopping cart*/
#your_account {display:none;}
.shopping_cart {
  /* background-color: rgba(55, 58, 49, 0.7); */
	position: relative;
	float: right;
	padding-left: 10px;
 /* padding-top: 9px;*/
 	/* max-width:20%; */
}
/* .shopping_cart:hover {
  background-color: rgba(55, 58, 49, 0.9);
  } */
.shopping_cart a {
   		/* background: url("img/backCart.png") no-repeat scroll left center rgba(0, 0, 0, 0); */
		display: block;
		font-weight: bold;
		color: #ffffff;
		padding: 16px 9px 11px 0px;
    	cursor: pointer;
    	line-height: 18px;
		}
.shopping_cart > a:first-child b {
	background: url("img/backCart.png") no-repeat scroll left center rgba(0, 0, 0, 0);
		color: white;
		/*font: 600 18px/22px "Open Sans", sans-serif;*/
		padding-right: 5px; 
		padding-left:30px;
	}
.shopping_cart > a:first-child:before {
	/* content: "\f07a";
	font-family: "FontAwesome";*/
	display: inline-block;
	font-size: 23px;
	line-height: 23px;
	color: white;
	padding-right: 15px; }
.shopping_cart .ajax_cart_total {
	display: none !important; }
.shopping_cart .ajax_cart_quantity {
	background:url(img/backNbCart.png) no-repeat center center;
	padding:8px;
	color:#fff; 
}
.shopping_cart > a:first-child span.ajax_cart_product_txt, .shopping_cart > a:first-child span.ajax_cart_product_txt_s {
	display: none !important; }
