#header_search_wrapper{
    display: block;
    float: right;
	height: 75px;
}

/* Search main container */
#search_block_top {
    position: relative;
}#search_block_top span{
     transition: all 0.5s ease 0s;
     -moz-transition: all 0.5s ease 0s;
     -webkit-transition: all 0.5s ease 0s;
     -o-transition: all 0.5s ease 0s;
}

/* Search form input container */
.search_block_top_form {
	display: block;
	width: 250px;
	float: right;
	margin: -2px -3px 0 0;
	padding: 0;
	border: none;
    z-index: 1;
}

#search_block_top.wpsearchblock-open .search_block_top_form {
    display: block;
}

.search_block_top_form:before,
.search_block_top_form:after {
	display: none;
	border: none;
	position: relative;
}

/* Search input */
#search_query_top {
	width: 100%;
    margin: 0;
    padding: 0 30px 0 10px;
    height: 32px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
	background: #72A150;
	color: #fff;	
	font-family: "trumpgothicpro", "Open Sans", ​Arial, ​Helvetica, ​sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 2px;
}
#search_query_top::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
#search_query_top::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
#search_query_top:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
#search_query_top:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

/* Search icon */
.search_query_icon {
    color: #638C46;
    display: block;
    padding: 0 5px;
    margin: 0;
    cursor: pointer;
    font-size: 15px;
    background-color: #fff;
	width: 27px;
	padding: 0 6px;
	line-height: 24px !important;
	float: right;
	position: relative;
	top: 27px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
	border: 1px solid #fff;
	z-index: 10;
}

/*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 {
    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 {
    padding-left: 10px;
    line-height: 30px;
}

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