/*
* 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;
	}
}

/* Force compact view on mobile */
@media (max-width: 767px) {
    #amazzing_filter {
        position: fixed !important;
    }
    
    body.has-compact-filter #amazzing_filter .compact-toggle {
        display: block !important;
        position: fixed !important;
        top: 50% !important;
        left: 10px !important;
        z-index: 999 !important;
        background: #0273eb !important;
        color: white !important;
        border-radius: 50% !important;
        width: 50px !important;
        height: 50px !important;
        margin-top: -25px !important;
    }
    
    body.has-compact-filter #amazzing_filter .compact-toggle .compact-toggle-text {
        display: none !important;
    }
    
    body.has-compact-filter #amazzing_filter .compact-toggle .compact-toggle-icon {
        position: static !important;
        transform: none !important;
        font-size: 20px !important;
    }
}
