.nw-selectedfilters {
  margin-bottom: 10px;
  @media screen and (max-width:$screen-max-xs) {
    display: none;
  }
}

.nw-selectedfilters-list {
  flex-wrap: wrap;
  display: flex;
  margin: 0;
  padding: 0 0 0 10px;
  font-size: $font-size-xs;
  list-style: none;
}

.nw-selectedfilters-label {
  padding: 5px 10px 5px 0;
  cursor: pointer;
  line-height: 20px;

  &:hover {
    color: $color-primary;

    .nw-selectedfilters-itemclose {
      color: $color-primary;
    }
  }
}

.nw-selectedfilters-topbar {
  // justify-content: space-between;
  align-items: center;
  display: flex;
  margin: 0 0 5px;
  padding: 0;
  font-size: $font-size-xs;
  list-style: none;
}

.nw-selectedfilters-heading {
  font-weight: 700;
  text-transform: uppercase;
  color: $selectedfilters-heading-color;
}

.nw-selectedfilters-checkbox {
  display: none;
}

.nw-selectedfilters-itemclose {
  position: relative;
  width: 10px;
  height: 10px;
  padding-left: 7px;
  font-size: $font-size-xs;
  font-family: $secondary-font-family;
  font-weight: 600;
  color: $default-color;
  pointer-events: none;
}

.nw-selectedfilters-clearall {
  border: 0;
  padding: 0;
  text-transform: lowercase;
  text-decoration: underline;

  &:hover {
    color: $color-primary;
  }
}
