.woof_text_search_container .woof_text_search_go {
	display: block;
	display: none;
	width: 20px;
	height: 20px;
	margin-left: 3px;
	background: url("/wp-content/plugins/woocommerce-products-filter/ext/by_text/assets/css/../img/magnifying-glass2.svg");
	border: none !important;
	text-decoration: none !important;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 98;
	--lzl-bg-img: "/wp-content/plugins/woocommerce-products-filter/ext/by_text/assets/css/../img/magnifying-glass2.svg";
}

.woof_text_search_container .woof_text_search_go.lzl:not(.lzl-ed), .woof_text_search_container .woof_text_search_go.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20205.5%20205.5%22%20width%3D%22205.5%22%20height%3D%22205.5%22%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22%2300000000%22%20%2F%3E%3C%2Fsvg%3E");
}

.woof_text_search_container .woof_container_inner {
	position: relative;
}

.woof_husky_txt {
	width: 100%;
	display: block;
	height: auto;
	position: relative;
	margin-top: -1px;
}

.woof_husky_txt-input {
	width: 100%;
	min-height: 30px;
	margin-bottom: 0 !important;
}

.woof_husky_txt-container {
	font-family: sans-serif;
	background: #eee;
	border-radius: 2px;
	border: solid 1px #eee;
	padding: 0;
	width: inherit;
	width: 100%;
	min-height: 1px;
	max-height: 1px;
	overflow: hidden;
	position: absolute;
	z-index: 9999;
	margin-top: 1px;
}

.woof_husky_txt-container .woof_husky_txt-option {
	display: flex;
	padding: 9px 20px 9px 9px;
	background: #fcfcfc;
	margin-bottom: 2px;
	border-bottom: solid 1px #ddd;
	transition: all .25s ease-in-out;
	text-shadow: 0px 1px .5px #fff;
}

.woof_husky_txt-container .woof_husky_txt-option img.woof_husky_txt-option-thumbnail {
	margin-top: 3px;
	max-height: 72px;
}

.woof_husky_txt-container div:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.woof_husky_txt-container .woof_husky_txt-option:hover {
	background: #f9f9f9;
}

.selectron23-container .selectron23-option[data-selected='1'] {
	background: #f9f9f9;
}

.woof_husky_txt-option img.woof_husky_txt-option-thumbnail {
	max-width: 100px;
	margin-right: 5px;
	vertical-align: middle;
}

.woof_husky_txt-option-title {
	font-weight: bold;
	color: #000;
	font-size: .9em;
	line-height: 1.2em;
}

.woof_husky_txt-option-title a {
	text-decoration: none !important;
}

.woof_husky_txt-option-text {
	text-overflow: ellipsis;
	color: #aaa;
	overflow: hidden;
	font-weight: normal;
	line-height: 1.4em;
	font-size: 12px;
}

.woof_husky_txt-container > span {
	cursor: pointer;
	width: 0;
	height: 0;
	position: absolute;
	right: 10px;
	margin-top: 0;
}

span.woof_husky_txt-highlight {
	background-color: rgba(255, 255, 204, .7);
}

.woof_husky_txt * {
	scrollbar-width: thin;
	scrollbar-color: #fcfcfc #eee;
}

.woof_husky_txt *::-webkit-scrollbar {
	width: 12px;
}

.woof_husky_txt *::-webkit-scrollbar-track {
	background: #eee;
}

.woof_husky_txt *::-webkit-scrollbar-thumb {
	background-color: #fcfcfc;
	border-radius: 20px;
	border: 3px solid #ddd;
}

.woof_husky_txt-loader {
	position: absolute;
	right: 0;
	top: 0;
	opacity: .7;
	background: transparent;
	border-top: 4px solid #03a9f4;
	border-right: 4px solid transparent;
	border-radius: 50%;
	animation: 1s woof_husky_txt-loader-spin linear infinite;
}

.woof_husky_txt-cross {
	color: #ccc;
	line-height: 0;
	position: absolute;
	right: 5px;
	cursor: pointer;
}

.woof_husky_txt-option-breadcrumb {
	font-size: 11px;
}

.woof_husky_txt-option-breadcrumb a {
	text-decoration: none !important;
}

.woof_husky_txt-option-pagination a {
	text-decoration: none !important;
	font-size: 13px;
	color: #0c0d0e;
	line-height: 27px;
	padding-left: 8px;
	padding-right: 8px;
	border: 1px solid #d6d9dc;
	display: inline-block;
	border-radius: 3px;
	user-select: none;
	margin-right: 5px;
	margin-bottom: 3px;
}

.woof_husky_txt-option-pagination a:hover {
	border-color: #f48024;
}

.woof_husky_txt-option-pagination b, .woof_husky_txt-option-pagination i {
	margin-right: 5px;
	padding-left: 8px;
	padding-right: 8px;
	display: inline-block;
	border-radius: 3px;
	line-height: 27px;
	border-color: #f48024;
	border: 1px solid #f48024;
	color: #0c0d0e;
	user-select: none;
}

.woof_husky_txt-option-pagination i {
	border-color: #d6d9dc;
}

.woof_husky_txt-labels {
	display: flex;
	flex-wrap: wrap;
	width: fit-content;
	margin-bottom: 5px;
}

.woof_husky_txt-labels > div {
	margin-right: 3px;
	background: #2f55d4;
	padding: 2px 7px;
	border-radius: 3px;
	font-size: 11px;
	color: #fff;
	text-shadow: none;
	line-height: 13px;
}

.woof_husky_txt-option-clickable {
	cursor: pointer;
}

.woof_husky_txt-option {
	text-align: left;
}