.form-search {
  background: transparent;
  border: none;
  padding: 0;
  position: relative;
  height: 48px;
  width: 48px;
}
.form-search .awesomplete {
  position: static;
}
.form-search .search-query,
.form-search .js-finder-search-query {
  background-image: url("../images/search-dark.svg");
  background-position: 12px center;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid transparent;
  border-radius: 0.5rem;
  position: absolute;
  padding: 0 0 0 48px;
  right: 0;
  top: 0;
  height: 48px;
  max-width: none;
  z-index: 10;
  width: 48px;
  -webkit-transition: 500ms all;
  transition: 500ms all;
}
.form-search .search-query::-webkit-input-placeholder, .form-search .js-finder-search-query::-webkit-input-placeholder {
  font-size: 0.875rem;
}
.form-search .search-query::-moz-placeholder, .form-search .js-finder-search-query::-moz-placeholder {
  font-size: 0.875rem;
}
.form-search .search-query:-ms-input-placeholder, .form-search .js-finder-search-query:-ms-input-placeholder {
  font-size: 0.875rem;
}
.form-search .search-query::-ms-input-placeholder, .form-search .js-finder-search-query::-ms-input-placeholder {
  font-size: 0.875rem;
}
.form-search .search-query::placeholder,
.form-search .js-finder-search-query::placeholder {
  font-size: 0.875rem;
}
.form-search .search-query:focus,
.form-search .js-finder-search-query:focus {
  background-image: url("../images/search-dark.svg");
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  background-position: 12px center;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 220px;
  padding-right: 1rem;
  padding-left: 40px;
  outline: none;
}
.form-search .search-query:focus::-webkit-input-placeholder, .form-search .js-finder-search-query:focus::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.form-search .search-query:focus::-moz-placeholder, .form-search .js-finder-search-query:focus::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.form-search .search-query:focus:-ms-input-placeholder, .form-search .js-finder-search-query:focus:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.form-search .search-query:focus::-ms-input-placeholder, .form-search .js-finder-search-query:focus::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.form-search .search-query:focus::placeholder,
.form-search .js-finder-search-query:focus::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 991.98px) {
  .form-search .search-query:not(:focus),
  .form-search .js-finder-search-query:not(:focus) {
    width: 20px;
    padding: 0 0 0 20px;
    background-position: center;
    background-color: transparent;
  }
}
.form-search > a {
  display: none;
}
.filter-branch,
button.finder {
  display: none !important;
}

/*offside*/
nav {
    overflow-y: auto;
    position: fixed;
    top: 0px;
    left: -250px;
    width: 250px;
    height: 100%;
    color: #333;
    background-color: #f9f9f9;
    transition: all 0.3s ease;
    opacity: 0.9;
    z-index: 1002;
}
nav .sidenav {
    z-index: 1280;
}
nav.open {
    left: 0px;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.275);
    opacity: 1;
}
.wm-toch{
      display: none;
    text-align: left;
    width: auto;
    padding-left: 8px;
}
.wm-togg {
    background: 0 0;
    border: none;
    color: #424242;
    cursor: pointer;
    padding-left: 12px;
    font-size: 20px;
}
@media screen and (max-width: 600px)
{
  .wm-toch {
    display: block;
}
.overlay {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.285);
    z-index: 1001;
}
}