#search_block_top {
    position: relative;
    float: none;
    vertical-align: middle;
    z-index: 1;
}

#search_block_top #searchbox {
    width: 100%;
    background: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

#search_block_top #searchbox input {
    background-color: #fff;
}

#search_block_top .btn.button-search {
    border-bottom: 4px solid #f2f2f2;
    background: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    width: 58px;
    height: 58px;
    padding: 0;
    display: inline-block;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
    text-align: center;
}

#search_block_top .btn.button-search span {
    background: url("../../../img/icons-lens.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    border: medium none;
    display: block;
    height: 34px;
    width: 34px;
    margin: 0 auto;
    line-height: 34px;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-indent: -9999px;
}

#search_block_top .btn.button-search:hover span {
    opacity: 1;
    filter: alpha(opacity=1);
}

#search_block_top #search_query_top {
    display: inline;
    padding: 0 13px;
    height: 45px;
    line-height: 45px;
    background: #fbfbfb;
    margin-right: 1px;
}

.ac_results li img {
    margin-right: 10px;
}

.ac_results li.ac_odd {
    background: white;
}

.ac_results li {
    transition: all 0.15s ease-in-out;
}

.ac_results li:hover, .ac_results li.ac_over {
    background: #fbfbfb;
}

form#searchbox {
    position: relative;
}

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;
}

.ac_results {
    background: white;
    border-color: #e5e5e5;
    border-style: solid;
    border-width: 1px 1px 4px 1px;
}

.ac_results ul {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.ac_results li {
    display: flex !important;
    align-items: center;
    padding: 8px 12px 8px 8px;
    font-weight: normal;
    color: #686666;
    font-size: 11px;
    line-height: 1.1em !important;
    cursor: pointer !important;
}

.ac_results li img {
    max-width: 45px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.ac_results li {
    padding: 5px 15px !important;
}

.ac_results ul li .product-code {
    margin-top: 5px;
    color: #808080;
    font-size: 11px;
}

@media (min-width: 768px) {
    .ac_results {
        margin-left: -10px;
    }
}

