#search_block_top {
  padding-top: 0px !important;
  width: 100% !important;
  padding: 0px !important;
}
#search_block_top #searchbox {
  float: left;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #3fbfbb;
  position: relative;
  background: #fcfcfd;
  padding-right: 50px;
}
#search_block_top .btn.button-search {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  border: none;
  color: #3fbfbb;
  width: 50px;
  text-align: center;
  height: 100%;
  border-radius: 0px;
  content: url("http://localhost/tienda/img/cabecera/menu.svg");
  font-family: "FontAwesome";
  font-size: 17px;
}

#search_block_top .btn.button-search span {
  display: none;
}
#search_block_top .btn.button-search:before {
  display: none;

  width: 100%;
  text-align: center;
}
#search_block_top .btn.button-search:hover {
  color: #6f6f6f;
}
#search_block_top #search_query_top {
  display: inline-block;
  padding: 12px 10px 13px 13px;
  height: 43px;
  border: none;
  background: none;
}

.ac_results {
  background: white;
  border: 1px solid #e1e1e1;
  width: 271px;
  margin-top: -1px;
}
.ac_results li {
  padding: 0 10px;
  font-weight: normal;
  color: #686666;
  font-size: 13px;
  line-height: 22px;
}
.ac_results li.ac_odd {
  background: white;
}
.ac_results li:hover,
.ac_results li.ac_over {
  background: #fcfcfd;
}

form#searchbox {
  position: relative;
}
form#searchbox label {
  color: #252a33;
}
form#searchbox input#search_query_block {
  margin-right: 10px;
  max-width: 222px;
  margin-bottom: 10px;
  display: inline-block;
  /*   float: left;
 */
}
form#searchbox .btn.btn-sm {
  float: left;
}
form#searchbox .btn.btn-sm i {
  margin-right: 0;
}
