.nw-search-filter-first-row {
  justify-content: flex-start;
  display: flex;
}

.nw-search-specific-text {
  margin: 10px;
  font-size: $font-size-normal;
  font-weight: 400;
}

.nw-search-filter-close {
  position: relative;
  margin-left: auto;
  margin-right: 10px;
  border: 0;
  font-size: $font-size-xxxl;
  font-weight: 600;
  color: $default-color;

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

.nw-icondata {
  flex-direction: column;
  display: flex;
}



.nw-find-now-button {
  align-self: center;
  border: 2px solid $default-color;
  padding: 12px 30px;
  font-size: $font-size-xl;
  font-weight: 600;

  &:hover {
    border: 2px solid $color-primary;
    color: $color-primary;
  }
}

.nw-search-icons {
  z-index: 1;
}

.nw-find-now-button-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (min-width: $screen-min-sm) {
  .nw-search-specific-text {
    font-size: $font-size-xxl;
  }

  .nw-search-icons {
    position: relative;
    z-index: 1;
  }
}

@media screen and (max-width: $screen-max-xs) {
  .nw-find-now-button-wrapper {
    position: absolute;
    bottom: 125px;
    left: 0;
    padding: 0;
    font-size: $font-size-xl;
    text-align: center;
    
    &.is-fixed {
      bottom: 75px;
    }
  }

  .nw-find-now-button {
    width: 90%;
  }
}

@media screen and (min-width: $screen-min-sm) and (max-width: $screen-max-sm) {
  .nw-find-now-button-wrapper {
    left: 130px;
  }
}
