#uc_ue_checkboxes_filter_elementor_5ac9f62 {
	width: 100%;
	display: flex;
}

#uc_ue_checkboxes_filter_elementor_5ac9f62 .ue_checkbox_container {
	display: flex;
	flex-wrap: wrap;
	max-width: 100%;
}

#uc_ue_checkboxes_filter_elementor_5ac9f62-accordion-button-wrapper {
	display: flex;
}

#uc_ue_checkboxes_filter_elementor_5ac9f62-accordion-button {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all .3s;
}

#uc_ue_checkboxes_filter_elementor_5ac9f62 .uc-checkbox-filter_label {
	display: flex;
	align-items: center;
	position: relative;
	transition-duration: 300ms;
}

#uc_ue_checkboxes_filter_elementor_5ac9f62 .uc-checkbox-filter__checkbox {
	position: absolute;
	opacity: 0;
}

#uc_ue_checkboxes_filter_elementor_5ac9f62 .uc-checkbox-filter__checkbox + .uc-checkbox-filter_label:before {
	content: "";
	display: inline-block;
	vertical-align: text-top;
	transition-duration: 300ms;
	cursor: pointer;
}

#uc_ue_checkboxes_filter_elementor_5ac9f62 .uc-checkbox-filter__checkbox:checked + .uc-checkbox-filter_label:after {
	content: "";
	position: absolute;
	transition-duration: 300ms;
	width: 2px;
	height: 2px;
	transform: rotate(45deg);
}

#uc_ue_checkboxes_filter_elementor_5ac9f62 .ue_taxonomy_item {
	display: flex;
	align-items: center;
	line-height: inherit;
}

#uc_ue_checkboxes_filter_elementor_5ac9f62 .ue-clear-button {
	cursor: pointer;
	display: flex;
	align-items: center;
}

#uc_ue_checkboxes_filter_elementor_5ac9f62 .ue-clear-button.uc-hidden {
	display: none;
}

#uc_ue_checkboxes_filter_elementor_5ac9f62 .ue-clear-button svg {
	width: 1em;
	height: 1em;
}