/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
form.product-search {
	position:relative;
}
form.product-search.loading::before {
	position:absolute;
	content:"";
	left:0px;
    top:0px;
    width:100%;
    height:100%;
    opacity:.5;
    background:#fff url(/wp-admin/images/wpspin_light-2x.gif) center center no-repeat;
}

form.product-search select.selected {
    opacity:.75;
}
