.search-bar {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  @media (max-width: 62.5rem) {
    .search-bar {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }

.search-bar__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 1.25rem; }
  @media (max-width: 62.5rem) {
    .search-bar__input {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      max-width: 31.125rem; } }
  .search-bar__input .text-field {
    -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
            flex-grow: inherit;
    max-width: 31.125rem;
    min-width: 18.75rem; }

.search-bar__quick-order-button {
  height: 1.75rem;
  min-width: 10rem; }

.plus-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.plus-button__icon {
  fill: #0033ab;
  height: 1.5rem;
  width: 1.5rem; }

.plus-button__label {
  color: #000;
  font-size: 1rem;
  padding-left: 0.625rem; }
