/**
 * Food Online – compatibility with Elementor page builder
 * Ensures menu, top bar and modals display correctly inside Elementor sections.
 */

/* Restore visibility where Elementor may hide */
.elementor-section .fdoe,
.elementor-widget-wrap .fdoe,
.elementor-element .fdoe {
	display: block;
}

.elementor-section .fdoe.fdoe-hidden,
.elementor-section ul.woocommerce-error,
.elementor-widget-wrap ul.woocommerce-error {
	display: none;
}

.elementor-section .woocommerce-form-coupon-toggle + ul.woocommerce-error,
.elementor-widget-wrap .woocommerce-NoticeGroup-checkout ul.woocommerce-error {
	display: block;
}

/* Modals above Elementor UI */
.elementor .fdoe-aromodal,
.elementor .product-aromodal.fdoe-aromodal,
.elementor .fdoe-aromodals-wrap {
	z-index: 999999;
}

.elementor .fdoe-aromodal .aromodal-dialog,
.elementor .product-aromodal .aromodal-dialog {
	z-index: 1000000;
}

/* Allow full width for menu container inside Elementor */
.elementor-widget-shortcode .fdoe_main_container,
.elementor-widget-shortcode .fdoe-element {
	width: 100%;
	max-width: 100%;
}

/* Modal footer buttons */
.elementor .aromodal-footer button.button {
	margin: 0.5em;
}
