#search_block_top {
    display: inline-block;
    float: right;
    padding-right:80px;
    padding-top:5px;
}
.ac_results img{
    float:left; 
    margin-right:15px;
    width: 100px;
    height: 100px;
}
.ac_results .right-search {
    padding-left: 115px;
}
#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:#83c4ee;
}
#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: #444444;
}
#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:#444444;
    display: inline-block;;
    height: 36px;
    margin-right: 0;
    padding: 0 51px 0 15px;
}
.ac_results {
    width:300px !important; 
    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 #e2dfdf inset;
    -webkit-box-shadow: 0px -1px #e2dfdf inset;
    box-shadow: 0px -1px #e2dfdf 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:#444444;
}
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;
    display: none;
}
.ac_results ul{
    padding:0;
    max-height:397px!important;
}
.ac_results .right-search span{
    color:#83c4ee;
    font-size:15px;   
}
.ac_results .right-search h5{
    color:#444444;
    font-size:14px;
    word-wrap: break-word;
    margin-top: 0;    
}
.ac_results img:hover{
    opacity:0.8;
}
.ac_results .right-search h5:hover{
    color:#83c4ee;
}
.ac_results .right-search strong{
    color:#83c4ee;
}

#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 #searchbox{
        right: 50% !important;
        margin-right: -175px;
        position: absolute;
        top: 58px;
    }
    #search_block_top{
        float:left;
        position: relative;
    }
    #search_block_top .field-search{
        padding-top:0;
        margin-top: 0;
    }
    #search_block_top{
        margin-right: 15px;
        width: auto;
        display: inline-block;
    }
}
#search_block_top:hover #click_show_searchbox,
#click_show_searchbox.click_hide{
    color:#83c4ee;
}
#click_show_searchbox{
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    line-height: 36px;
    height: 36px;
    color: #444444;
}
#click_show_searchbox.click_hide:before{
    content: "\f057";
}
#search_block_top #searchbox {
    width: 200px;
    position:relative;
    display:block;
    right:0;
}
@media(max-width:414px){
    #header .cart_block {
        right: 50%;
        margin-right: -120px;
    }
}
@media(max-width:320px){
    #search_block_top #searchbox {
        width: 230px;
    }
    #search_block_top #searchbox {
        right: 50% !important;
        margin-right: -140px;
    }
}