.nw-search-filter-icon-container {
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 0 auto;
  border-radius: 30px;
  width: 60px;
  height: 60px;
  background-color: darken-colors($concrete, 2);
}

.nw-filter-icon-text {
  margin: 10px 0;
  font-size: $font-size-xxxs;
  font-family: $secondary-font-family;
  text-transform: uppercase;
}

.nw-search-filter-icon {
  font-size: $font-size-xxxl;
}

.nwc-filter-icon {
  border: 0;
  @media screen and (min-width: $screen-min-sm) {
    padding: 0 24px;
  }
}

.nw-search-fiter-items {
  position: absolute;
  display: none;
  // overflow: hidden;
  margin-left: -30px;
  width: 14vw;
  // height: 35vh;

  &.brand {
    width: 50vw;
    height: 40vh;
  }

  &.color {
    min-width: 250px;
    // height: 30vh;
  }

  &.is-active {
    display: initial;
  }

  @media screen and (max-width:$screen-max-xs) {
    left: 0;
    margin: 0;
    width: 100vw;
    height: 30vh;
    overflow-y: auto;
    
    &.brand {
      width: 100vw;
      height: 30vh;
    }
  }
}

.nw-search-fiter-items-dummy-space-div {
  width: 100%;
  height: 15px;
}

.nw-search-fiter-items-container {
  width: 100%;
  padding: 15px 10px;
  background: $white;
  @media screen and (min-width:$screen-min-sm) {
    height: 100%;
  }
}
