<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {

    font-family: 'DIN NEXTTM ARABIC', sans-serif;
    direction: rtl;
    text-align: right;
    letter-spacing: 0;

}

* {
    letter-spacing: 0;

}

.sub-title2, .sub-title, h1, .category-card .title {
    letter-spacing: 0;
}

.product-add-card .product-price {
    text-align: right;
}

.product-add-card {
    flex-direction: row-reverse;
}

.rtl {
    text-align: right;
}

#addToCart .content {
    text-align: right;
}

.radio-button-custom {
    display: flex;
}

.text-left {
    text-align: right;
}

.grid-action .price .amount {
    font-size: 16px;
}

.inner-product-title {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.radio-col:first-of-type{
    margin-right: 0;
    margin-left: 2%;
}
</pre></body></html>