.header-search-form {
  margin: 0;
  padding: 0; }
  .header-search-form form {
    position: relative; }
  .header-search-form input {
    background: none;
    border: 1px solid #A2875A;
    color: #A2875A;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 160px;
    right: -7px;
    background: #ccc;
    z-index: -1;
    padding: 10px 45px 10px 20px;
    opacity: 0;
    transition: .2s; }
    @media (min-width: 992px) {
      .header-search-form input {
        width: 300px; } }
    .header-search-form input.show {
      opacity: 1;
      z-index: 1; }
  .header-search-form [type=submit] {
    background: none;
    border: none;
    line-height: 1;
    padding: 0;
    position: relative;
    z-index: 2; }
    .header-search-form [type=submit]:hover {
      background: none; }

/*# sourceMappingURL=style.css.map */
