#search_block_top {
    display: inline-block;
    float: none;
    position:relative;
    vertical-align: top; }
#search_block_top .toogle_content{
    display:none;
     margin-right: -75px;
    position: absolute;
    right: -50%;
    top: 48px;
    width: 250px;
}
#search_block_top  #button_click_search i{padding: 12px;font-size:17px;color:#4e4e4e;}
@media (max-width: 240px) {
    #search_block_top {
    min-width: 200px; } }
  #search_block_top #searchbox {
    float: left;
    width: 240px; }
  #search_block_top .btn.button-search {
    background: transparent;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    color: #4e4e4e;
    width: 50px;
    text-align: center;
    padding: 10px 0 11px 0; }
  @media(max-width:767px){  #search_block_top .btn.button-search {color:#777;}}
    #search_block_top .btn.button-search span {
      display: none; }
    #search_block_top .btn.button-search:before {
      content: "\f002";
      display: block;
      font-family: "FontAwesome";
      font-size: 17px;
      width: 100%;
      text-align: center; }
    #search_block_top .btn.button-search:hover {
      color: #6f6f6f; }
  #search_block_top #search_query_top {
    display: inline;
    padding: 13px 60px 13px 13px;
    height: 45px;
    width:240px;
    background: #fbfbfb;
    margin-right: 1px; }

.ac_results {
    background: #f1f1f1;
    border: medium none;
    box-shadow: 0 0 6px -11px #b3b3b3 inset, 0 6px 12px -7px #666;
    -webkit-box-shadow: 0 0 6px -11px #b3b3b3 inset, 0 6px 12px -7px #666;
    margin-top: 0; }
.ac_results li {
    color: #333333;
    cursor: pointer;
    font-size: 15px;
    font-weight: normal;
    line-height: 30px;
    padding: 10px 10px 12px;
    border-bottom:solid 1px #cccccc;
    background:#e9e9e9;
}
.ac_results li:last-child{
    padding: 10px;
}
.ac_results li:last-child:hover{
    background: #cecece !important;
}
.ac_results li:hover, .ac_results li.ac_over {
    background:#cecece;
    }
.ac_results li strong{
    color:#fe5252;
    
}
.ac_results li img{
    margin-right: 10px;
    float: left;
    max-width: 76px;
}
.ac_results li .right-search h5{
    font-size: 15px;
    line-height: 18px;
    margin: 5px 0;
    color:#333333;
    font-weight:300;
    font-family:"Open Sans";
}
.ac_results li .right-search .price{font-family:"Open Sans";color:#fe5252;}
.ac_results ul{
    max-height: 480px !important;
}

form#searchbox {
  position: relative; }
  form#searchbox label {
    color: #333; }
  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; }
    .fieldmegamenu-stickyright #search_block_top{padding-top:7px;}
.fieldmegamenu-stickyright #search_block_top  #button_click_search i{color:#fff;}
.fieldmegamenu-stickyright #search_block_top .toogle_content{top:60px;}
/*# sourceMappingURL=blocksearch.css.map */
