<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wsearch_dropdown_search_wrapper {
	display: block;
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	background: #ffffff;
	max-height: 100vh;
	overflow-y: auto;
	border: 1px solid #f4f4f4;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
	border-radius: 3px;
	padding: 15px 0;
	box-sizing: border-box;
}
.wsearch_dropdown_search_wrapper.hide { display: none; }
.wsearch_dropdown_search_wrapper .wsearch_dropdown_header {
	font-size: 14px;
	text-align: left;
	text-transform: uppercase;
	border-bottom: 1px solid #eeeeee;
	padding: 5px 15px;
	color: #bababa;
}
.wsearch_dropdown_list{
	display: block !important;
	position: unset !important;
	list-style-type: none !important;
	margin: 10px 0px !important;
	padding: 0 !important;
	border: none !important;
	box-shadow: none !important;
	background: #fff !important;
}
.wsearch_dropdown_list&gt;li{
	padding: 7px 15px;
	box-sizing: border-box;
}
.wsearch_dropdown_list&gt;li:hover { background: #e3e3e35e; }
.wsearch_dropdown_list&gt;li&gt;a{
	display: flex;
	align-items: center;
	color: inherit;
	text-decoration: none;
}
.wsearch_dropdown_list_categories li a { font-size: 14px; font-weight: normal; }
.wsearch_dropdown_list .wsearch_dropdown_product_image {
	margin-right: 15px;
}
.wsearch_dropdown_list .wsearch_dropdown_product_name {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
}
.wsearch_dropdown_list .wsearch_dropdown_product_price_wrapper {
	text-align: left;
}
.wsearch_dropdown_list .wsearch_dropdown_product_price {
	font-size: 18px;
}
.wsearch_dropdown_list .wsearch_dropdown_product_compare_price {
	margin-left: 10px;
	color: #808080;
	text-decoration: line-through;
}
.wsearch_dropdown_search_showall {
	text-align: center;
	border-top: 1px solid #eeeeee;
	padding: 15px 15px 0;
}
.wsearch_dropdown_search_showall &gt; a {
	text-decoration: none;
	color: #222;
	transition: color .3s, background-color .3s;
	font-size: 14px;
	font-weight: normal;
	color: inherit!important;
}
.wsearch_dropdown_search_showall &gt; a:hover {
	color: #2d9cdb;
}</pre></body></html>