#header_user {
  color: #333;
  height: 35px;
  line-height: 35px; }
  #header_user span.header-user-icon-login {
    background: url(../../../img/sprite-icons.png) 0 0 no-repeat transparent;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: -3px; }
  #header_user span.header-user-icon-quick-order {
    background: url(../../../img/sprite-icons.png) -16px 0 no-repeat transparent;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: -3px; }
  #header_user a {
    color: inherit;
    display: inline-block;
    cursor: pointer;
    line-height: 18px;
    margin-right: 24px; }
    @media (max-width: 479px) {
      #header_user a {
        font-size: 11px; } }
    #header_user a:hover, #header_user a.active {
      text-decoration: underline; }
  @media (max-width: 767px) {
    #header_user {
      display: flex;
      align-items: center;
      order: 3;
      height: 100%;
      padding: 5px;
      flex-wrap: wrap;
      justify-content: center;
    }
    #header_user a {
      margin-right: 0;
    }
  }

/*# sourceMappingURL=blockuserinfo.css.map */
