.blocksearch.ac_results {
  border: 1px solid #d6d4d4;
  margin-top: -1px;
}
.blocksearch.ac_results li {
  padding: 15px;
  background-color: #93bf4c;
  color: #fff;
}
.blocksearch.ac_results li.ac_over {
  text-decoration: underline;
}

#search_block_top {
  margin-top: 0;
  float: left;
  width: 345px;
  margin-left: 55px;
  position: relative;
  margin-right: 20px;
  padding-top: 20px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  #search_block_top {
    width: 250px;
    margin-left: 25px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  #search_block_top {
    width: 75%;
    float: none;
    margin: 0 auto;
  }
}
#search_block_top .inputs {
  position: relative;
}
#search_block_top input[type=search] {
  width: 100%;
  height: 47px;
  border: solid 4px #e2e2e2;
  border-radius: 6px;
  font-size: 13px;
}
#search_block_top input[type=search]:focus {
  box-shadow: none;
}
#search_block_top input[type=search]:focus button {
  display: block;
}
#search_block_top button {
  width: 25px;
  font-family: 'icomoon';
  color: #000;
  background: none;
  border: 0;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 7px;
  font-size: 27px;
  z-index: 3;
  font-style: normal;
}
#search_block_top button:before {
  content: "\e913";
}
#search_block_top a.quick-order {
  text-align: center;
  color: #93bf4c;
  display: block;
}
#search_block_top a.quick-order:hover {
  color: #5E8A11;
}

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