/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1757265309
Updated: 2025-09-07 20:45:09

*/


.checkout-steps {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    position: relative;
	font-family : Iran-Yekan-FaNum;
	font-size: 14px;
	font-weight:500 ;
}

.checkout-steps .step {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #555;
    margin: 0 10px;
    padding: 10px 20px;
    border: 2px solid #ddd;
    border-radius: 10px;
    background-color: #f9f9f9;
    position: relative;
    font-weight: bold;
    transition: all 0.3s ease;
}

.checkout-steps .step::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -30px;
    width: 30px;
    height: 2px;
    background: #ddd; /* خط خاکستری */
    transform: translateY(-50%);
    z-index: -1;
}

.checkout-steps .step:not(:first-child)::before {
    display: block;
}

.checkout-steps .step:not(.current-step)::after {
    content: '';
    display: none;
}

.checkout-steps .current-step {
    color: white;
    background-color: #fc9900;
    position: relative;
    padding: 10px 20px;
    border: 2px solid #fc9900;
    border-radius: 10px;
    margin: 0 10px;
}

.checkout-steps .current-step::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -30px;
    width: 30px;
    height: 2px;
    background: #fc9900; /* خط قرمز */
    transform: translateY(-50%);
    z-index: -1;
}

.checkout-steps .thankyou.current-step::after{
    display: none
}

.checkout-steps .current-step::before {
    background: #ddd; /* خط خاکستری */
}

.checkout-steps .step:last-child::before,
.checkout-steps .step:last-child::after {
    display: none; /* گزینه آخر نیازی به خطوط ندارد */
}
