.nw-searchbar-container {
  position: relative;

  &.show-border {
    border-bottom: 1px solid $searchbar-bottomborder-color;
  }

  @media screen and (max-width: $screen-max-xs) {
    background: $searchbar-mobile-mainbackground;
  }
}

.nw-searchbar-modal {
  .nwc-modal-close {
    display: none;
  }

  .nwc-modal-children {
    padding: 0;
  }
}

.nw-searchbar-mobilebutton {
  border: 0;
  font-size: $font-size-xxl;
  color: $searchbar-searchbutton-color;
}

.nw-searchbar-container-width {
  width: 90%;
}
