.header .search-header {
  align-items: stretch;
  flex-shrink: 0;
  width: 320px; }

.header .search-popup {
  align-items: stretch;
  bottom: 0;
  display: flex;
  padding: 5px 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 250px; }

.header .search .search-input {
  align-self: stretch;
  background: transparent;
  min-width: 150px;
  padding: 0 5px; }

.header .search .search-icon {
  margin: 0 5px 0 5px; }
