/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.woocommerce-js div.product p.price, .woocommerce-js div.product span.price {
    font-size: 1.1rem;
}
.wapf-product-totals div span:last-child {
    float: left;
}

/* السعر بالريال بجانب كل منتج في السلة */
.sar-amount {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #2997AA; /* أخضر أنيق */
    margin-top: 3px;
    line-height: 1.4;
}

/* إجمالي السلة أو الدفع بالريال */
tr.order-total-sar th {
    font-weight: 600;
    font-size: 15px;
    color: #2997AA;
}

tr.order-total-sar td {
    font-weight: bold;
    font-size: 15px;
    color: #2997AA;
}

/* تحسين التنسيق في سطر الإجمالي */
.woocommerce-cart .order-total-sar,
.woocommerce-checkout .order-total-sar {
    background-color: #f9f9f9;
    border-top: 1px solid #ddd;
    padding-top: 10px;
}

/* تباعد إضافي أسفل السعر */
.woocommerce-cart td,
.woocommerce-checkout td {
    vertical-align: middle;
}
