#search_block_top {
  margin-top: 37px;
  width: 40px;
  height: 40px;
  float: left;
  z-index: 105;
  position: relative;
}
#search_block_top #searchbox {
  float: left;
  width: 100%;
}
#search_block_top .btn.button-search {
  background: none;
  display: block;
  border: none;
  color: #fff;
  width: 40px;
  text-align: center;
  padding: 10px 0 11px 0;
  border-radius: 0;
  pointer-events: none;
  transition: all ease 0.3s;
}
#search_block_top .btn.button-search svg {
  width: 15px;
  height: 15px;
  display: block;
  margin: auto;
  position: relative;
  top: 3px;
}
#search_block_top .btn.button-search span {
  display: none;
}
#search_block_top #search_query_top {
  opacity: 0;
  position: absolute;
  height: 40px;
  right: 40px;
  width: 0;
  background: #fff;
  border-color: #333;
  margin-right: 1px;
  display: inline-block;
  transition: all ease 0.3s;
}
#search_block_top #search_query_top:active, #search_block_top #search_query_top:focus, #search_block_top #search_query_top:hover {
  outline: none;
  box-shadow: none;
}
#search_block_top.active #search_query_top {
  width: 500px;
  opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  #search_block_top.active #search_query_top {
    width: 380px;
  }
}
#search_block_top.active .btn.button-search {
  pointer-events: auto;
}

.ac_results {
  background: #fff;
  border: 1px solid #dfdfdf;
  width: 500px !important;
  margin-top: -1px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ac_results {
    width: 380px;
  }
}
.ac_results li {
  padding: 0 10px;
  font-weight: normal;
  color: #686666;
  font-size: 13px;
  line-height: 22px;
}
.ac_results li.ac_odd {
  background: #fff;
}
.ac_results li:hover, .ac_results li.ac_over {
  background: #f5f5f5;
}

form#searchbox {
  position: relative;
}
form#searchbox input#search_query_block {
  margin-right: 10px;
  max-width: 222px;
  margin-bottom: 10px;
  display: inline-block;
  float: left;
}
form#searchbox .button.button-small {
  float: left;
}
form#searchbox .button.button-small i {
  margin-right: 0;
}
