p.free-delivery {
	font: 400 15px/0px Helvetica, sans-serif;
	color: #781C7F;
	text-align: center;
	margin-bottom: 10px; }

#search_block_top {
  position: absolute;
  z-index:1;
}
#search_block_top #search_query_top {
	border: 1px solid rgba(120, 28, 128, 0.15);
	float: left;
	padding: 0 10px;
	height: 33px;
	/** width:275px; **/
	border-radius: 4px;
	margin-right: -2px;
}
#search_block_top .button-search {
  float: left;
  font-size: 16px;
  padding: 0;
  width: 40px;
    height: 29px;
    background: #fff;
    margin-top: 3px;
    margin-right: 3px;
}

#search_block_top .button-search span {display: none;}
#search_block_top .button-search:before {
  content: "\f002";
  font-family: "FontAwesome";
  line-height: 28px;
  color: #781C7F;
}
#instant_search_results a.close{
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 13px;
  float: right;
  text-transform: none;
}

body .ac_results{
  border-top: none;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
body .ac_results li{
  font-family: inherit;
  font-size: 13px;
  padding: 10px;
}
body .ac_results li.ac_odd{background:#f5f5f5;}
body .ac_results li.ac_over {
  background: #e5e5e5;
  color: #333;
  cursor:pointer;
}