/*
RTL Fixes
*/

@import url("style.css");

/* Setting Arabic Font */
html, body, p, ul, ol, li, a,
table, thead, tbody, form, nav, button,
select, input, blockqoute, cite,
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-family: 'JF Flat', serif !important;
    font-weight: normal;
    direction: rtl;
    letter-spacing: normal !important;
    line-height: 1.5em !important;
}
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-family: 'JF Flat', serif !important;
    font-weight: bold;
}

.woocommerce-js nav.woocommerce-pagination ul li a, .woocommerce-js nav.woocommerce-pagination ul li span {
	line-height: 1em !important;
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item::after {
    right: auto !important;
    left: -8px !important;
}

.rtl .woocommerce-pagination .page-numbers li:last-child .next {
	transform: none;
}

.ast-woocommerce-product-gallery__image {
	margin-right: 0px !important;
	margin-left: 15px !important;
}

.ast-modern-checkout .woocommerce #payment ul.payment_methods div.payment_box {
    width: 100% !important;
}

#place_order::before {
    margin-right: 0;
    margin-left: .3em;
}