/*
RTL stylesheet for Cigar & Coffee Rituals.
Loaded by WordPress when the site language is RTL.
*/
body.rtl.ccr-theme,
html[dir="rtl"] body.ccr-theme {
    direction: rtl;
    text-align: right;
    font-family: Cairo, Inter, Arial, Helvetica, sans-serif;
}
body.rtl.ccr-theme .ccr-header-inner,
body.rtl.ccr-theme .ccr-menu,
body.rtl.ccr-theme .ccr-header-actions,
body.rtl.ccr-theme .ccr-features-grid,
body.rtl.ccr-theme .ccr-products-grid,
body.rtl.ccr-theme .ccr-footer-grid {
    direction: rtl;
}
body.rtl.ccr-theme .ccr-cart-link em { right: auto; left: -4px; }
body.rtl.ccr-theme .ccr-wishlist { right: auto; left: 12px; }
body.rtl.ccr-theme .ccr-shop-toolbar { direction: rtl; }
body.rtl.ccr-theme .ccr-shop-toolbar .woocommerce-result-count { justify-self: start; text-align: right; }
body.rtl.ccr-theme .ccr-shop-toolbar .woocommerce-ordering { justify-self: end; }
body.rtl.ccr-theme .woocommerce-message,
body.rtl.ccr-theme .woocommerce-info { text-align: right; }
body.rtl.ccr-theme .woocommerce-message::before,
body.rtl.ccr-theme .woocommerce-info::before { margin-left: 8px; margin-right: 0; }
body.rtl.ccr-theme .ccr-hero-pos-right .ccr-hero-copy { justify-self: start; text-align: right; }
body.rtl.ccr-theme .ccr-hero-pos-left .ccr-hero-copy { justify-self: end; text-align: right; }
