/*
Theme Name: Fynode Child RTL
Description: Child theme RTL overrides for HQPrinter
*/

/* Global RTL lock */
html[dir="rtl"],
body.rtl,
body.hqprinter-rtl {
	direction: rtl;
	text-align: right;
}

body.rtl .site-content,
body.rtl .main-content,
body.rtl #page {
	direction: rtl;
}

/* Forms & inputs sitewide */
body.rtl input,
body.rtl textarea,
body.rtl select,
body.rtl .input-text,
body.rtl .form-row input,
body.rtl .form-row textarea,
body.rtl .form-row select {
	direction: rtl;
	text-align: right;
}

body.rtl .select2-container .select2-selection--single .select2-selection__rendered {
	text-align: right;
	direction: rtl;
}

/* Buttons / icons spacing */
body.rtl .button i,
body.rtl .btn i,
body.rtl a.button i {
	margin-left: 0.35em;
	margin-right: 0;
}

/* Breadcrumbs */
body.rtl .woocommerce-breadcrumb,
body.rtl .breadcrumb {
	direction: rtl;
	text-align: right;
}
