/*
* Override this file if you want to keep custom styles after module upgrade
*/

/* special fix for uniform drop-down lists in default-bootstrap theme */
@media (min-width: 480px) {
	.af_filter.type-3 .af_filter_content .selector {
		padding-left: 0;
		border-left: 1px solid #DDD;
	}

	.af_filter.type-3 .af_filter_content .selector span {
		padding-left: 10px;
	}
}

#amazzing_filter li::before,
#amazzing_filter li::after,
#amazzing_filter .af_filter_content li::before,
#amazzing_filter .af_filter_content li::after {
	content: none !important;
	background: none !important;
	border: 0 !important;
}

/* Já agora, garantir que a UL não tem marcadores do tema */
#amazzing_filter .af_filter_content ul {
	list-style: none;
	padding-left: 0;
	/* opcional, conforme o teu layout */
	margin-left: 0;
	/* opcional */
}