#search_block_top {
  height: 55px;
  padding: 10px 20px 0;
  position: absolute;
  right: 2%;
  top: -15px;
  width: 301px;
  background: url("../../../img/megnor/search_bg.png") 0 0 no-repeat transparent;
}
@media only screen and (max-width: 767px) {
  #search_block_top {
    background: #CC0000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    height: auto;
    margin: 10px 0;
    overflow: hidden;
    padding: 5px 38px 5px 7px;
    position: static;
    width: 100%;
  }
}
#search_block_top #searchbox {
  float: left;
  width: 100%;
}
#search_block_top .btn.button-search {
  background: url("../../../img/megnor/sprite_info.png") 0 -143px no-repeat transparent;
  display: block;
  position: absolute;
  top: 0;
  right: -5px;
  border: none;
  color: white;
  width: 29px;
  height: 26px;
  text-align: center;
  padding: 0;
  /*&:before {
  	content: "\f002";
  	display: block;
  	font-family: $font-icon;
  	font-size: 17px;
  	width: 100%;
  	text-align: center;
  }*/
}
@media only screen and (max-width: 767px) {
  #search_block_top .btn.button-search {
    right: -34px;
  }
}
#search_block_top .btn.button-search span {
  display: none;
}
#search_block_top .btn.button-search:hover {
  color: white;
}
#search_block_top #search_query_top {
  display: inline;
  height: 26px;
  background: #000;
  margin-right: 1px;
  width: 230px;
  border: none;
  padding: 0px 10px;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #search_block_top #search_query_top {
    width: 100%;
    margin: 0;
    height: 24px;
  }
}

.ac_results {
  background: white;
  border: 1px solid #dfdfdf;
  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: #fbfbfb;
}

form#searchbox {
  position: relative;
}
form#searchbox label {
  color: #666666;
}
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;
}
