.nw-productlisttopbar-row {
  justify-content: flex-end;
  align-items: initial;
  margin-bottom: 15px;
}

.nw-productlisttopbar-select {
  z-index: 1;
  margin-left: 10px;
  min-width: 200px;
  border-width: 2px;
}

.nw-productlisttopbar-sortlist {
  padding: 5px 5px 5px 15px;
  cursor: pointer;
  font-size: $font-size-xs;

  &:hover {
    background: $concrete;
  }

  &.is-active {
    background: $color-secondary;
    color: $white;
  }
}

.nw-productlisttopbar-results {
  display: inline-block;
  margin-left: 20px;
  font-size: $font-size-xs;
}

.nw-productlisttopbar-container {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  height: 40px;
}

.nw-productlisttopbar-sorttext {
  font-size: $font-size-xs;
  font-family: $secondary-font-family;
}
