#uc_ajax_search_elementor_1fc10ec3.uc-ajax-search-wrapper {
	position: relative;
	display: flex;
	width: 100%;
}

#uc_ajax_search_elementor_1fc10ec3 .uc-ajax-search-wrapper-inside {
	width: 100%;
}

#uc_ajax_search_elementor_1fc10ec3.uc-ajax-search-wrapper input {
	width: 100%;
}

#uc_ajax_search_elementor_1fc10ec3 .uc-ajax-search__input-wrapper-inner {
	position: relative;
	flex-grow: 1;
}

.ue-grid-item-category a {
	display: inline-block;
	font-size: 10px;
}

#uc_ajax_search_elementor_1fc10ec3 .uc-ajax-search__items {
	position: absolute;
	left: 0px;
	width: 100%;
	z-index: 999999;
	overflow: hidden;
}

#uc_ajax_search_elementor_1fc10ec3 .ue-grid-item-category a {
	position: relative;
	z-index: 1;
}

#uc_ajax_search_elementor_1fc10ec3 .uc-ajax-search__input-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

#uc_ajax_search_elementor_1fc10ec3 .uc-ajax-search__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-grow: 0;
	flex-shrink: 0;
}

#uc_ajax_search_elementor_1fc10ec3 .uc-ajax-search__btn.uc-inactive {
	cursor: default;
	opacity: .7;
	pointer-events: none;
}

#uc_ajax_search_elementor_1fc10ec3 .uc-ajax-search__btn_icon {
	line-height: 1em;
}

#uc_ajax_search_elementor_1fc10ec3 .uc-ajax-search__btn svg {
	height: 1em;
	width: 1em;
}

#uc_ajax_search_elementor_1fc10ec3 .uc-ajax-search__error {
	color: red;
	padding-top: 15px;
}

#uc_ajax_search_elementor_1fc10ec3 .uc-ajax-search__spinner__loader-wrapper {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 100%;
	justify-content: center;
	align-items: center;
	inset-inline-end: 15px;
}

#uc_ajax_search_elementor_1fc10ec3 .uc-ajax-search__spinner {
	animation: ajaxsearchrotate 2s linear infinite;
	z-index: 2;
	width: 25px;
	height: 25px;
}

#uc_ajax_search_elementor_1fc10ec3 .uc-ajax-search__spinner-path {
	stroke-linecap: round;
	animation: ajaxsearchdash 1.5s ease-in-out infinite;
}

#uc_ajax_search_elementor_1fc10ec3 ::-webkit-input-placeholder {
	color: #222;
}

#uc_ajax_search_elementor_1fc10ec3 :-ms-input-placeholder {
	color: #222;
}

#uc_ajax_search_elementor_1fc10ec3 ::placeholder {
	color: #222;
}

#uc_ajax_search_elementor_1fc10ec3 .uc-ajax-search__input {
	caret-color: transparent;
}

@keyframes ajaxsearchrotate {
	100% {
		transform: rotate(360deg);
	}
}

@keyframes ajaxsearchdash {
	0% {
		stroke-dasharray: 1, 150;
		stroke-dashoffset: 0;
	}
	
	50% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -35;
	}
	
	100% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -124;
	}
}