/**
 * Elementor eicons must keep the eicons font. Onest/revert turns close (X) into a square.
 */
[class^="eicon"],
[class*=" eicon"],
[class^="eicon"]::before,
[class*=" eicon"]::before {
	font-family: eicons !important;
	font-style: normal !important;
	font-weight: 400 !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.elementor-popup-modal .dialog-lightbox-close-button .eicon-close,
.elementor-popup-modal .dialog-lightbox-close-button .eicon-close::before {
	font-family: eicons !important;
	font-style: normal !important;
}
