.search-btn {
  cursor: pointer;
}
.search-form-wrape {
  position: absolute;
  top: 25px;
  right: 0;
  width: 300px;
  display: none;
  z-index: 111;
}
.search-form-wrape.show {
  display: block;
}
.search-form-data {
  width: 100%;
  position: relative;
}
.search-form {
  height: 40px;
  width: 100%;
  border: none;
  background: #fff;
  padding-left: 15px;
  padding-right: 30px;
  font-size: 16px;
  color: #142028;
  outline: none;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
}
.search-close {
  position: absolute;
  top: 11px;
  right: 10px;
  padding: 0;
  border: none;
  background-color: transparent;
  width: 16px !important;
  cursor: pointer;
}