#search_block_top {
    float: left;
    position:relative;
}

.ac_results img{
    float:left; 
    margin-right:20px;
}
#search_block_top .btn.button-search {
    background: transparent none repeat scroll 0 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #aaaaaa;
    height: 36px;
    padding: 6px 12px 6px 10px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 36px;
}
#search_block_top .btn.button-search span {
    display: none; }
#search_block_top .btn.button-search.active{
    background-color:#bb63e0;
}
#search_block_top .btn.button-search:before {
    content: "\f002";
    display: block;
    font-family: "FontAwesome";
    font-size: 14px;
    color:#626060;
    width: 100%;
    text-align: center; }
#search_block_top .btn.button-search.active:before{
    color: #fff;
}
#search_block_top .btn.button-search:hover {
    color: #6f6f6f;
}
#search_block_top #search_query_top {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #efefef;
    color: #333333;
    display: inline-block;;
    height: 36px;
    margin-right: 0;
    padding: 0 51px 0 15px;
    width:300px;
}
.ac_results {
    background: transparent!important;
    border:0;
    -moz-box-shadow: 0 13px 6px -11px #d4d4d4 inset, 0 6px 12px -5px #666;
    -webkit-box-shadow: 0 13px 6px -11px #d4d4d4 inset, 0 6px 12px -5px #666;
    box-shadow: 0 13px 6px -11px #d4d4d4 inset, 0 6px 12px -5px #666;
}
.ac_results li {
    color: #aaaaaa;
    font-size: 13px;
    font-weight: normal;
    line-height: 22px;
    padding: 15px 15px 17px;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #ffffff;
    -moz-box-shadow: 0px -1px #e5e5e5  inset;
    -webkit-box-shadow: 0px -1px #e5e5e5  inset;
    box-shadow: 0px -1px #e5e5e5  inset;
    background:#f1f1f1;
}
.ac_results li.ac_over, .ac_results li:hover {
    background:#f5f5f5 !important;
}
.ac_results li:last-child{
    margin:0;
    box-shadow:none;
    border:0;
}
form#searchbox label {
    color: #333333;
}
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; 
}
.search_filter{
    margin-right: 100%;
    position: absolute;
    right: 0;
    width: auto !important;
}
.search_filter #category_filter {
    height: 34px;
}
.ac_results ul{
    padding:0;
    max-height:446px!important;
}
.ac_results .right-search span{
    color:#000 ;
    font-size:14px;
}
.ac_results .right-search h5{
    color:#aaaaaa;
    font-size:14px;
    word-wrap: break-word;
    margin-top: 0;
    line-height:20px;
}
.ac_results img:hover{
    opacity:0.8;
}
.ac_results .right-search h5:hover{
    color:#000 ;
}
.ac_results .right-search strong{
    color:#000;
}
#search_block_top .btn.button-search{
    transition:all 0.3s ease-in-out 0s;
    -moz-transition:all 0.3s ease-in-out 0s;
    -webkit-transition:all 0.3s ease-in-out 0s;
}
#search_block_top .form-control{
    background:transparent;
    border:0;
}
@media(max-width:991px){
#search_block_top{
    float:none;
}
 #search_block_top .field-search{
     padding-top:0;
     margin-top: 0;
 }
 #search_block_top{
       /*margin-right: 10px;*/
       margin-top: 30px;
       padding: 0;
       width: auto;
       display: inline-block;
    }
    #search_block_top {
        z-index:99;
    }
}

@media(min-width:992px){
#click_show_searchbox{
    font-size:16px;
    text-align: center;
    cursor:pointer;	
    border-radius:100%;
    width:20px;
    height:20px;
    line-height:20px;
    color:#999999;
}
#click_show_searchbox.click_hide:before{
    content: "\f057";
}
#search_block_top:hover #click_show_searchbox,
#click_show_searchbox.click_hide{
    color:#bb63e0;	
}
#search_block_top #searchbox:before{	
    color: #bb63e0;
    content: "\f0d8";
    font-family: "FontAwesome";
    font-size: 20px;
    position: absolute;
    right: 11px;
    top: -13px;
}
#search_block_top #searchbox {
    width: 300px;
    position:absolute;
    display:inline-block;
    display:none;
    top:36px;
    right:-6px;
    margin-right:0;
}
#search_block_top.sticky-fixed-top #searchbox:before{right:5px;}
#search_block_top.sticky-fixed-top #searchbox {right:0;}
}
@media(max-width:360px){
   #search_block_top #searchbox{
       width:270px;
   }
   .static-home-bottom .left_content{
       padding-right:10px;
   }
}
@media(max-width:991px){
    #search_block_top #searchbox{display:block !important;}
#search_block_top #search_query_top {
    width: 270px;
    display:inline-block !important;
    }
}
@media(max-width:360px){
#search_block_top #searchbox {
    width: 290px;
    }
}
@media(max-width:320px){
#search_block_top #searchbox {
    width: 270px;
    }
}