#header-search {
  position: absolute;
  top: -500px;
  width: 100%;
  background:rgba(68, 75, 85, 0.9);
  z-index: 5;
  padding: 30px;
}


#header-search .header-container {
  position: relative;
  /* max-width: 1390px; */
  max-width: 1000px;
  margin: auto;
  display: block;
}

#header-search img {
  width: 35px;
  color: white;
  position: absolute;
  top: 5px;
  left: 15px;
}

#header-search input {
  border-radius: 2px;
  padding: 10px 30px 10px 60px;
  border: 0;
}

#location-header-container.close ~ #header-search.show {
  top: 70px;
}

#header-search.show {
  top: 70px;
}

@media (max-width: 1020px) {
  #location-header-container.close ~ #header-search.show {
    top: 51px;
  }
  #header-search.show {
    top: 56px;
  }
}