#search_block_top {
	display: inline-block;
    vertical-align: top;
    padding-top: 33px;
    text-align: center;
	width: -webkit-calc(33.33333% - 5px) !important;
	width: -moz-calc(33.33333% - 5px) !important;
	width: calc(33.33333% - 5px) !important;
}
#search_block_top i#fakeSearch {
    cursor: pointer;
    display: none;
}
#search_block_top #searchbox {
    width: 100%;
    max-width: 450px;
    z-index: 99;    
}
i#fakeSearch:before {
    content: "\1f30a";
    font-family: icomoon;
    font-size: 15px;
    color: black;
    display: block;
	width: 14px;
    height: 17px;
}
#search_block_top .btn.button-search {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    color: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    padding: 2px 0 2px 0;
    background-color: transparent;
}
#search_block_top .btn.button-search span {
    display: none;
}
#search_block_top .btn.button-search:before {
    display: block;
    content: "";
    width: 20px;
    height: 16px;
    padding: 3px 0px 3px;
    font-weight: lighter;
    background-image: url(../../../img/icon/search.png);
    background-size: cover;
    margin-left: 15px;
    margin-top: 3px;
}
#search_block_top .btn.button-search:hover {
    color: #6f6f6f;
}
#search_block_top #search_query_top {
    display: inline;
    padding: 7px 15px 7px 50px;
    height: 40px;
    background: #dfdfdf;
    margin-right: 1px;
    border: 1px solid #000;
    border-radius: 25px;
    color: #000;
}
#search_block_top #search_query_top::placeholder {
    color: #000 !important;
}
#search_block_top #search_query_top:-ms-input-placeholder {
    color: #000 !important;
}
#search_block_top #search_query_top::-ms-input-placeholder {
    color: #000 !important;
}
.ac_results {
    background: #fff;
    border: 1px solid #d6d4d4 !important;
    width: 271px;
    margin-top: -1px;
    box-shadow: 5px 5px 10px rgba(155,155,155,0.8);
}
.ac_results li {
    display: inline-block !important;
    vertical-align: top;
    width: 50%;
    font-size: 13px;
    padding: 0 10px;
    font-weight: normal;
    color: #686666;
    line-height: 22px;
}
.ac_results li.ac_odd {
    background: #fff;
}
.ac_results li:hover,
.ac_results li.ac_over {
    background: #fbfbfb;
}
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;
}
body#search #productsSortForm .select-selected:after {
    top: 8px;
}
/*# sourceMappingURL=blocksearch.css.map */
/* mod ecomm */
.ac_results ul {
	padding: 25px 15px !important;
    max-height: 50vh !important;
}
.ac_results li img {
	max-width: 100%;
    border-radius: 7px;
}
.ac_results li .name_product {
	color: #000;
    font-weight: bold;
    border-bottom: 1px solid #e2d6d6;
    margin: 0;
    padding: 5px 0 9px;
    min-height: 47px;
}
.ac_results li .price {
	color: #000;
    font-weight: bold;
    padding-top: 5px;
}
