.header_user_info {
  float: right;
  border-left: 1px solid #515151;
  border-right: 1px solid #515151; }
  .header_user_info a {
    color: #fff;
    font-weight: bold;
    display: block;
    padding: 8px 9px 11px 8px;
    cursor: pointer;
    line-height: 18px; }
    @media (max-width: 479px) {
      .header_user_info a {
        font-size: 11px; } }
    .header_user_info a:hover, .header_user_info a.active {
      background: #2b2b2b; }
      
          @media (max-width: 767px) {
      .buttons-wrapper {

    display: block!important;
      
        position: relative !important;
        /* right: 15px; */
        top: 0px !important;
        display: block !important;
        position: relative;
        text-align: center !important;
        float: none !important;
        height: 30px !important;
        width: 100% !important;
        margin: auto !important;
        clear: both;
        text-align: center;
    
}
    .buttons-wrapper .top-nav-buttons a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%!important;
        height: 30px!important;
        text-align: center;
        color: #fff;
        border-radius: 12px;
        transition: color ease-out .5s;
        font-size: 12px!important;
        text-transform: uppercase;
        font-weight: bold;
    }
    .navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: space-around;
}
}


.buttons-wrapper {
  position: relative;
  /* right: 15px; */
  top: 40px;
  max-width: none;
}
 .buttons-wrapper .top-nav-buttons {
  margin-left: auto;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.buttons-wrapper .top-nav-buttons a.become-customer-link-vendor {
  background: #ab2331;
  margin-right: 16px;
}
.buttons-wrapper .top-nav-buttons a.become-customer-link-buyer {
  background: #1f1f1f;
}
.buttons-wrapper .top-nav-buttons a{
 display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 28px;
    text-align: center;
    color: #fff;
    border-radius: 12px;
    transition: color ease-out .5s;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0px 17px;
}
@media (max-width: 1200px) {
  .buttons-wrapper .top-nav-buttons a.become-customer-link-vendor {
    background: #ab2331;
    margin-right: 5px;
  }
  .buttons-wrapper .top-nav-buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 26px;
    text-align: center;
    color: #fff;
    border-radius: 12px;
    transition: color ease-out .5s;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
  }
}


/*
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;
  font-size: 16px;
  line-height: 19px;

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