.wrap-btn-search {
  background: #F6F6F6;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 3em;
  width: 100%;
}

.div-btn-search {
  width: 90%;
  display: flex;
  margin: 20px auto;
}

.div-btn-search .text {
  margin: auto 0;
  min-width: 136px;
}

.div-btn-search .input {
  height: 45px;
  width: 100%;
  outline: none;
  position: relative;
  display: block;
  padding: 10px;
  font-size: 91%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.search-container {
  width: 100%;
  padding: 0 10px;
  margin-left: 0;
  margin-right: 0;
}

.search-suggest-container {
  position: relative;
  width: 100%;
}

.search-suggest {
  margin: 0;
  position: absolute;
  z-index: 1;
  border: 1px solid #e0e0e0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background: #ffffff;
  padding: 10px 0 10px 10px;
  font-size: 85%;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #A4A4A4;
  max-height: 250px;
  overflow-y: auto;
}

.search-suggest ul li:hover {
  font-weight: bold;
  filter: brightness(85%);
}

.div-btn-search .btn-search:before {
  content: "";
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  margin-left: 35px;
  background: url(../images/search.png) no-repeat 0 0;
  background-size: 100%;
}

.btn-search .text {
  margin-right: 38px;
}

.btn-search {
  height: 45px;
  background: #454545;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  min-width: 160px;
}

.btn-search:hover {
  background: #333333;
}

@media screen and (max-width: 768px) {
  .div-btn-search {
    width: 100%;
  }

  .div-btn-search .text {
    display: none;
  }

  .search-container {
    padding: 0 1px;
  }

  .div-btn-search .btn-search {
    width: 60px;
    min-width: 60px;
  }

  .div-btn-search .btn-search:before {
    margin-left: 22px;
  }

  .btn-search span {
    display: none;
  }
}
