/* 
Theme Name: ParsKala
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-step-cart .checkout-steps-bar .step-cart,
.woocommerce-step-cart .checkout-steps-bar .step-cart .step-title {
    color: #007bff; 
}
.woocommerce-step-cart .checkout-steps-bar .step-cart .step-icon {
    background-color: #007bff;
    color: #fff;
}

/* --------------- تسویه حساب فعال (و سبد خرید تکمیل شده) --------------- */
.woocommerce-step-checkout .checkout-steps-bar .step-cart .step-title,
.woocommerce-step-checkout .checkout-steps-bar .step-checkout .step-title {
    color: #007bff;
}
.woocommerce-step-checkout .checkout-steps-bar .step-cart .step-icon,
.woocommerce-step-checkout .checkout-steps-bar .step-checkout .step-icon {
    background-color: #007bff;
    color: #fff;
}

/* --------------- فاکتور/تأیید نهایی فعال (همه مراحل تکمیل شده) --------------- */
.woocommerce-step-review .checkout-steps-bar .step .step-title {
    color: #007bff;
}
.woocommerce-step-review .checkout-steps-bar .step .step-icon {
    background-color: #007bff;
    color: #fff;
}