.header_user_info {
  display:inline-block;}

  .header_user_info a {
    background:#feb40f;
    color: #fff;
    border:1px #feb40f solid;
    font-weight:normal; 
    display: block;
    padding: 8px 11px 6px 32px;
    cursor: pointer;
    border-radius:0;
    line-height: 18px; }
    @media (max-width: 479px) {
      .header_user_info a {
        font-size: 11px; } }
    header .nav nav a:hover {
     position: relative;
    z-index: 2;
    }
    #header nav a:hover i.icon-user {color:#fff}
.header_user_info:nth-of-type(2) a {padding-left:12px;}
.header_user_info.myaccount {position:relative;left:5px;}


.header_user_info a:before {
}

.header_user_info:nth-child(1) a:before,.header_user_info:nth-child(2) a:before {
  content:"";display:none;
}