#header_search_wrapper{
    display: inline-block;
    vertical-align: middle;
	padding: 0px;
}

/* Search main container */
#search_block_top {
    position: relative;
}

/* Search form input container */
@media only screen and (min-width: 767px)
{
.search_block_top_form  input{
   


   width:0px;
    position: absolute;
    z-index: 1;
    top: 0px;
    right:105%;
    
    
	-webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.45);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,0.45);
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.45);
}
#search_query_top {
    margin: 0;
    width: 0px;
    padding: 0px;
    height: 40px;
    border: 0px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.mobile-search-submit {
    margin: 0;
    width: 0px;
	
    padding: 0px;
    height: 40px;
    border: 0px;
	
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    }


}
@media only screen and (max-width: 767px)
{
.search_block_top_form {
    display: none;
    position: absolute;
    z-index: 1;
    top: 50px;
    right: 0;
    padding: 10px;
    background: #f7f7f7;
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.45);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,0.45);
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.45);
}
#search_query_top {
    margin: 0;
    width: 0px;
    padding: 0 10px;
    height: 40px;
    border: 1px solid #cecece;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.05);
    -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.05);
}
}

.mobile-search-submit {
	background-color:#dddddd;
    }

#search_block_top.wpsearchblock-open #search_query_top{
     border: 1px solid #cecece;
	 padding: 10px;
	 margin-right:50px;
	width:280px;
}
#search_block_top.wpsearchblock-open .mobile-search-submit{
   
	 padding: 10px;
	width:50px;
	border: 1px solid #a1aeb7!important;
	cursor:pointer;
}


/* Search input */

/* Search icon */
.search_query_icon {
    display: block;
    height: 40px;
    color: #a3a8ae;
    line-height: 40px!important;
    padding: 0px;
    margin: 0;
    cursor: pointer;
    font-size: 16px;

}

/*Search expanded*/
.ac_results {
    z-index: 4444;
    overflow: hidden;
    background-color: #f7f7f7;
    margin-right: -10px;
    padding: 10px;
    -webkit-box-shadow: 0 13px 13px 0 rgba(0,0,0,0.45);
    -moz-box-shadow: 0 13px 13px 0 rgba(0,0,0,0.45);
    box-shadow: 0 13px 13px 0 rgba(0,0,0,0.45);
}

.ac_results ul {
    width: 100%;
    background: #ffffff;
    border: 1px solid #d7dce2;
    list-style-position: outside;
}

.ac_results li {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 7px;
    border-bottom: 1px solid #eaeaea;
    line-height: 16px;
    cursor: pointer;
}

.ac_results li:last-of-type {
    border-bottom: none;
}

.ac_results li img {
    float: left;
    width: auto;
    height: 30px;
}

.ac_product_name {
    display: block;
    float: left;
    padding-left: 10px;
    line-height: 30px;
}

.ac_product_name strong {
    color: #da3b44;
}

.ac_over {
    background: #da3b44 !important;
    color: #fafafa !important;
}

.ac_over .ac_product_name strong {
    color: #fafafa !important;
}

.ac_odd {

}

.ac_more_link {
    display: block;
    text-align: center;
    line-height: 30px;
}


/* Search expanded mobile */
.ac_results.mobile {
    z-index: 99999;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-color: white;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.095), 0 1.5px 1.5px 0 rgba(0, 0, 0, 0.2), 0 2px 1.5px 0 rgba(0, 0, 0, 0.1), 0px 3px 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.095), 0 1.5px 1.5px 0 rgba(0, 0, 0, 0.2), 0 2px 1.5px 0 rgba(0, 0, 0, 0.1), 0px 3px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.095), 0 1.5px 1.5px 0 rgba(0, 0, 0, 0.2), 0 2px 1.5px 0 rgba(0, 0, 0, 0.1), 0px 3px 10px 0 rgba(0, 0, 0, 0.1);
}

.ac_results.mobile ul {
    width: 100%;
    border: none;
    list-style-position: outside;
}

.ac_results.mobile li {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 7px;
    border-bottom: 1px solid #eaeaea;
    line-height: 16px;
    cursor: pointer;
}

.ac_results.mobile li:last-of-type {
    border-bottom: none;
}

.ac_results.mobile li img {
    float: left;
    width: auto;
    height: 30px;
}

.ac_results.mobile .ac_product_name {
    display: block;
    float: left;
    padding-left: 10px;
    line-height: 30px;
    white-space: nowrap;
}

.ac_results.mobile .ac_product_name strong {
    color: #da3b44;
}

.ac_results.mobile .ac_over {
    background: #da3b44 !important;
    color: #fafafa !important;
}

.ac_results.mobile .ac_over .ac_product_name strong {
    color: #fafafa !important;
}

.ac_results.mobile .ac_odd {
    background: #ffffff;
}

.ac_results.mobile .ac_more_link {
    display: block;
    text-align: center;
    line-height: 30px;
}