/* RTL Overrides for TechZone Theme */
body {
    direction: rtl;
    text-align: right;
}

/* Flip float / text-align for common elements */
.pull-left, .float-start { float: right !important; }
.pull-right, .float-end { float: left !important; }
.text-left { text-align: right !important; }
.text-right { text-align: left !important; }

/* Breadcrumb */
.breadcrumb-inner {
    flex-direction: row !important;
    direction: rtl !important;
}
.breadcrumb-inner i {
    transform: scaleX(-1) !important;
}

/* Steps */
.steps { flex-direction: row-reverse; }
.step-line { transform: scaleX(-1); }

/* Cart page */
.cart-layout { flex-direction: row-reverse; }
.cart-head, .cart-item { flex-direction: row-reverse; }
.cart-footer { flex-direction: row-reverse; }
.continue-btn i { transform: scaleX(-1); }

/* Product layout */
.products-layout { flex-direction: row; }

/* Checkout */
.checkout-layout { flex-direction: row-reverse; }
.form-grid-2 { direction: rtl; }

/* Order summary sidebar */
.order-box { text-align: right; }
.oi { flex-direction: row-reverse; }

/* Product detail */
.product-section {
    flex-direction: row !important;
    direction: rtl !important;
}
.qty-control {
    flex-direction: row-reverse !important;
    direction: ltr !important;
}
.delivery-box {
    text-align: right !important;
}

.tab-nav {
    flex-direction: row !important;
    direction: rtl !important;
    justify-content: flex-start !important;
}
.sticky-bar {
    flex-direction: row !important;
    direction: rtl !important;
}
.sticky-product {
    flex-direction: row !important;
    direction: rtl !important;
}

/* Related products */
.section-head {
    flex-direction: row !important;
    direction: rtl !important;
    justify-content: space-between !important;
}
.related-grid {
    direction: rtl !important;
}

/* Wishlist */
.wish-grid { direction: rtl; }
.w-card { text-align: right; }
.w-remove { right: auto; left: 8px; }
.w-badge { right: 8px; left: auto; }
.w-img { margin: 0 auto 0 0; }
.w-btns { flex-direction: row-reverse; }
.wish-actions { flex-direction: row-reverse; }
.wish-bar-left { flex-direction: row-reverse; }

/* Filter sidebar */
.filter-sidebar {
    direction: rtl !important;
    text-align: right !important;
    margin: 0 0 0 24px !important;
}
.filter-box-head {
    direction: rtl !important;
    text-align: right !important;
}
.filter-check {
    direction: rtl !important;
    text-align: right !important;
}
.price-inputs {
    direction: rtl !important;
}
.star-row {
    direction: rtl !important;
}
.color-filter {
    direction: rtl !important;
}

/* Trust bar */
.trust-item {
    flex-direction: row;
    border-right: none;
    border-left: 1px solid var(--border, #e2e8f0);
}
.trust-item:last-child {
    border-left: none;
}

/* Category grid */
.category-grid { direction: rtl; }
.view-all i, .view-all svg, .view-all-link i, .view-all-link svg { display: inline-block !important; transform: rotate(180deg) !important; }
.sidebar i.fa-chevron-right, .sidebar svg.fa-chevron-right { transform: rotate(180deg) !important; }

/* Brands */
.brands-header { flex-direction: row; }
.brands-marquee-wrap { direction: rtl; }

/* Product card */
.product-card { text-align: right; }
.product-actions { right: auto !important; left: 10px !important; transform: translateX(-10px) !important; }
.product-card:hover .product-actions { transform: translateX(0) !important; }
.product-badge { left: auto !important; right: 10px !important; width: max-content !important; }
.price-row { flex-direction: row-reverse; }
.product-btn-row { flex-direction: row-reverse; }

/* Carousel */
.carousel-track { direction: rtl; }

/* Testimonial */
.why-grid { flex-direction: row-reverse; }

/* Header / Nav adjustments */
.header-actions {
    flex-direction: row;
    margin-left: 0 !important;
    margin-right: auto !important;
}
.hotline {
    margin-left: 0 !important;
    margin-right: auto !important;
}
.search-bar select {
    border-right: none !important;
    border-left: 1px solid var(--border, #e2e8f0) !important;
}

/* Mega menu */
.mega-menu { text-align: right; }
.mega-col { text-align: right; }

/* Mobile */
.mobile-menu { text-align: right; }

/* Footer */
.footer-grid { direction: rtl; }
.footer-col { text-align: right; }
.newsletter-row { flex-direction: row-reverse; }
.footer-bottom-inner { flex-direction: row-reverse; }

/* Pagination */
.pagination { flex-direction: row-reverse; }

/* Promo banners */
.promo-banners { direction: rtl; }

/* Category hero */
.cat-hero { flex-direction: row-reverse; }
.cat-hero-stats { flex-direction: row-reverse; }
.sub-cats { flex-direction: row-reverse; }

/* Toolbar */
.toolbar { flex-direction: row-reverse; }
.toolbar-left { text-align: right; }
.view-toggle { flex-direction: row-reverse; }
.active-filters { flex-direction: row-reverse; }

/* Product list items */
.p-card-list { flex-direction: row-reverse; }
.p-body { text-align: right; }
.p-body-left { text-align: right; }
.p-body-right { text-align: left; }
.p-btns { flex-direction: row-reverse; }
.p-stars { justify-content: flex-end; }

/* Product items grid */
.products-grid-4, .products-grid-3 { direction: rtl; }

/* Order tracking */
.tracking-page, .order-tracking { direction: rtl; text-align: right; }
.timeline { direction: rtl; }
.tl-item { flex-direction: row-reverse; }
.tl-content { text-align: right; }
.info-cards { direction: rtl; }

/* Order success / thank you */
.thank-you-page, .order-confirm-page { direction: rtl; text-align: right; }
.order-success-header { flex-direction: row-reverse; }
.details-grid { direction: rtl; }
.items-table { direction: rtl; }
.items-table th, .items-table td { text-align: right; }

/* Select2 */
.select2-container .select2-selection--single .select2-selection__rendered { direction: rtl; text-align: right; }
.select2-results__option { direction: rtl; text-align: right; }

/* Slick carousel */
.slick-slider { direction: ltr; }
.slick-track { direction: ltr; }

/* Owl carousel */
.owl-carousel { direction: ltr; }

/* Toast */
.toast, .toast-co { right: auto; left: 20px; }

/* WhatsApp float */
.wa-float { right: auto; left: 20px; }

/* Micromodal / overlay */
.qv-overlay { direction: rtl; }
.qv-modal { text-align: right; }

/* Coupon */
.coupon-row { flex-direction: row-reverse; }
.coupon-applied { flex-direction: row-reverse; }

/* Shipping estimate */
.shipping-fields { direction: rtl; }

/* Recommended section */
.rec-section { direction: rtl; }
.rec-grid { direction: rtl; }
.rec-card { text-align: right; }

/* Summary box */
.summary-box { text-align: right; }
.summary-body { text-align: right; }
.sum-row { flex-direction: row-reverse; }
.secure-note { flex-direction: row-reverse; }
.payment-icons { flex-direction: row-reverse; }

/* Gallery */
.gallery { direction: rtl; }
.main-img { direction: rtl; }
.img-badges { right: 12px; left: auto; }
.img-share { right: auto; left: 12px; }
.thumb-row { direction: rtl; }
.gallery-nav { flex-direction: row-reverse; }

/* Delivery box */
.d-icon { margin: 0 0 0 10px; }

/* Buttons */
.btn-add-cart i, .btn-buy-now i, .add-cart-btn i, .buy-now-btn i { margin: 0 0 0 6px; }

/* Price */
.price-saving, .price-emi { text-align: right; }

/* Stock */
.stock-row { flex-direction: row-reverse; }

/* Dropdown menus */
.dropdown-menu { text-align: right; }

/* Profile Float RTL override */
.profile-float { left: 28px !important; right: auto !important; }
.profile-dropdown { left: 0 !important; right: auto !important; }
.profile-dl-btn { text-align: right !important; }
.profile-dl-btn i.fa-download { margin-right: auto !important; margin-left: 0 !important; }

/* Newsletter */
.nl-form {
    margin-left: 0;
    margin-right: auto;
}
