<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pj_woocommerce_search {
	color: #444;
}
.pj_woocommerce_search .easy-autocomplete {
	float: left;
	width: 100% !important;
}
.pj_woocommerce_search .input-wrap {
	position: relative;
	display: inline-block;
	width: 100%;
}
.pj_woocommerce_search .btn-submit {
	position: absolute;
	top: 1px;
	right: -1px;
	height: 36px;
	width: 37px;
	margin: 0;
	padding: 11px 20px;
	border-radius: 0;
	background: transparent;
	font-size: 20px;
	color: #444;
	box-shadow: none;
}
.pj_woocommerce_search .easy-autocomplete input.woocommerce-search-field {
	font-family: "Maven Pro", Arial, Tahoma, sans-serif;
	width: 100%;
	padding-right: 38px;
	border-radius: 0;
	height: 38px;
	padding: 10px;
	box-sizing: border-box;
}
.pj_woocommerce_search .easy-autocomplete input.woocommerce-search-field:focus {
	color: #1982c2;
	background-color: rgba(233, 245, 252, 1) !important;
	border-color: #d5e5ee;
}
.pj_woocommerce_search .easy-autocomplete-container ul {
	margin-left: 0;
}
.pj_woocommerce_search .easy-autocomplete-container li {
	margin-bottom: 0;
}

.pj_woocommerce_search .btn-submit .icon_search{
	position: relative;
	top: -4px;
	left: -12px;
}

.loader-spin {
	position: absolute;
	top: 10px;
	right: 45px;
	display: none;
	width: 20px;
	height: 20px;
}

.easy-autocomplete-container {
	z-index: 999;
}

.shop-filters {
	overflow: visible !important;
}</pre></body></html>