/* Persian Safety order-list RTL identity corrections v10 */
html[dir="rtl"] .ps-order-product-card-heading,
html[lang="fa"] .ps-order-product-card-heading,
body[dir="rtl"] .ps-order-product-card-heading {
    direction: rtl !important;
}
html[dir="rtl"] .ps-order-product-card-heading h3,
html[lang="fa"] .ps-order-product-card-heading h3,
body[dir="rtl"] .ps-order-product-card-heading h3 {
    width: 100% !important;
    direction: rtl !important;
    text-align: right !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
}
html[dir="rtl"] .ps-v9-design-title,
html[dir="rtl"] .ps-v9-short-product-name,
html[dir="rtl"] .ps-v10-design-title,
html[dir="rtl"] .ps-v10-short-product-name,
html[lang="fa"] .ps-v9-design-title,
html[lang="fa"] .ps-v9-short-product-name,
html[lang="fa"] .ps-v10-design-title,
html[lang="fa"] .ps-v10-short-product-name,
body[dir="rtl"] .ps-v9-design-title,
body[dir="rtl"] .ps-v9-short-product-name,
body[dir="rtl"] .ps-v10-design-title,
body[dir="rtl"] .ps-v10-short-product-name {
    display: block !important;
    width: 100% !important;
    direction: rtl !important;
    text-align: right !important;
}
.ps-v10-design-title {
    color: #102a43;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.7;
}
.ps-v10-short-product-name {
    color: #315b7d;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.55;
    font-family: Tahoma, Arial, sans-serif !important;
    font-variant-numeric: lining-nums tabular-nums;
    unicode-bidi: plaintext;
}
