.search-box {
  display: flex;
  justify-content: flex-end;
}
.search-box input {
  flex-grow: 1;
  background-color: transparent;
  border: solid 1px #b1b6c9;
  padding: 5px 10px;
  color: #fff;
  max-width: 280px;
}
.search-box button {
  background: url(../../images/search.svg) center no-repeat;
  background-size: 16px;
  border: solid #b1b6c9;
  border-width: 1px 1px 1px 0;
  width: 32px;
  padding: 5px;
  display: block;
}

/*# sourceMappingURL=search-box.css.map */
