.user-panel {
  float: right;
  @include list-reset;
  @include respond-from(sm) {
    float: none;
    order: 6;
  }
}
.user-panel-item {
  float: left;
  &.open .btn-header,
  &.active .btn-header {
    background: map-get($header-btn, 'bg-active');
    color: map-get($header-btn, 'color-active');
    .count { display: none; }
  }
}