/* custom styles for properties filter dropdowns */

/* .enliv-properties-filter class must be manually assigned to a widget that contains the jetsmart filters */
.elementor .enliv-properties-filter {
	/* to prevent menu going under listing imgs */
	z-index: 2;

	.jet-filter-row-disable {
		cursor: not-allowed;
	}

	option.jet-filter-row-disable {
		display: none !important;

	}

	.jet-filter-items-dropdown__body {
		box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
		margin-top: 0;
	}

}

@media (max-width: 1020px) {
	.elementor .enliv-properties-filter__menu {
		display: none;
		opacity: 0;
		transition: opacity 0.4s ease, display 0.4s allow-discrete;
	}

	.elementor .enliv-properties-filter__menu.is-open {
		display: flex;
		opacity: 1;

		@starting-style {
			opacity: 0;
		}
	}
}