/* ==========================================================================
   ISHOST Cart — RTL + polish for configure / viewcart / checkout
   ========================================================================== */

body.ishost-rtl #order-standard_cart,
body.ishost-theme #order-standard_cart {
    direction: rtl;
    text-align: right;
    font-family: "Vazir", "IRANSans", "IRANYekan", Tahoma, Arial, sans-serif;
}

body.ishost-rtl #order-standard_cart .row,
body.ishost-rtl #order-standard_cart .form-group,
body.ishost-rtl #order-standard_cart .panel,
body.ishost-rtl #order-standard_cart .card {
    text-align: right;
}

body.ishost-rtl #order-standard_cart .float-left { float: right !important; }
body.ishost-rtl #order-standard_cart .float-right { float: left !important; }
body.ishost-rtl #order-standard_cart .text-left { text-align: right !important; }
body.ishost-rtl #order-standard_cart .text-right { text-align: left !important; }

body.ishost-rtl #order-standard_cart .panel,
body.ishost-rtl #order-standard_cart .card,
body.ishost-rtl #order-standard_cart .product-info,
body.ishost-rtl #order-standard_cart .view-cart-items-header,
body.ishost-rtl #order-standard_cart .order-summary {
    border-radius: 16px;
    border-color: rgba(148, 163, 184, 0.22);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.85) inset,
        0 12px 28px -18px rgba(15, 23, 42, 0.12);
    overflow: hidden;
}

body.ishost-rtl #order-standard_cart .panel-heading,
body.ishost-rtl #order-standard_cart .card-header,
body.ishost-rtl #order-standard_cart .view-cart-items-header {
    background: linear-gradient(180deg, #f5f8fd, #fff);
    border-bottom-color: rgba(148, 163, 184, 0.18);
    font-weight: 700;
}

body.ishost-rtl #order-standard_cart .btn-success,
body.ishost-rtl #order-standard_cart .btn-checkout,
body.ishost-rtl #order-standard_cart #checkout,
body.ishost-rtl #order-standard_cart .btn-primary {
    border-radius: 12px;
    font-weight: 700;
}

body.ishost-rtl #order-standard_cart .form-control,
body.ishost-rtl #order-standard_cart select.form-control {
    border-radius: 12px;
    text-align: right;
    direction: rtl;
}

body.ishost-rtl #order-standard_cart .radio-inline,
body.ishost-rtl #order-standard_cart .checkbox-inline,
body.ishost-rtl #order-standard_cart .custom-control-label {
    padding-right: 0;
}

body.ishost-rtl #order-standard_cart .product-info .product-title,
body.ishost-rtl #order-standard_cart h1,
body.ishost-rtl #order-standard_cart h2,
body.ishost-rtl #order-standard_cart h3 {
    font-weight: 800;
    color: #0f172a;
}

body.ishost-rtl #order-standard_cart .order-summary {
    background:
        radial-gradient(ellipse 70% 50% at 100% 0%, rgba(13, 62, 163, 0.06), transparent 55%),
        #fff;
}

body.ishost-rtl #order-standard_cart .btn i.fa-arrow-right,
body.ishost-rtl #order-standard_cart .btn i.fa-chevron-right {
    transform: scaleX(-1);
}
