#uc_ue_checkboxes_filter_elementor_45c03688 {
	width: 100%;
	display: flex;
}

#uc_ue_checkboxes_filter_elementor_45c03688 .ue_checkbox_container {
	display: flex;
	flex-wrap: wrap;
	max-width: 100%;
}

#uc_ue_checkboxes_filter_elementor_45c03688-accordion-button-wrapper {
	display: flex;
}

#uc_ue_checkboxes_filter_elementor_45c03688-accordion-button {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all .3s;
}

#uc_ue_checkboxes_filter_elementor_45c03688 .uc-checkbox-filter_label {
	display: flex;
	align-items: center;
	position: relative;
	transition-duration: 300ms;
}

#uc_ue_checkboxes_filter_elementor_45c03688 .uc-checkbox-filter__checkbox {
	position: absolute;
	opacity: 0;
}

#uc_ue_checkboxes_filter_elementor_45c03688 .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_45c03688 .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_45c03688 .ue_taxonomy_item {
	display: flex;
	align-items: center;
	line-height: inherit;
}