.header_user_info {
  float: right;
  }
  .header_user_info a {
    color: #fff;
    display: block;
    padding: 9px;
    cursor: pointer;
    transition: all 0.2s linear;
  }
  .header_user_info a:hover, .header_user_info a:active {
    background: #96BD0D;
    color: white;
  }

@media (max-width: 479px) {
  .header_user_info a {
    font-size: 16px;
    float:left;}
  .change_shop {
    right: 0;
    top: 55px;
  }
}
