/*

Theme Name: Hello Elementor Child

Theme URI: https://github.com/elementor/hello-theme/

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: 1.0.1

Text Domain: hello-elementor-child

License: GNU General Public License v3 or later.

License URI: https://www.gnu.org/licenses/gpl-3.0.html

*/
 .saving-percentage {
    display: inline-block;
    margin-right: 5px;
    color: #ff0000;
    font-size: 0.9em;
    font-weight: bold;
}
.checkout-steps {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    position: relative;

}

.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: #e63946;
    position: relative;
    padding: 10px 20px;
    border: 2px solid #e63946;
    border-radius: 10px;
    margin: 0 10px;
}

.checkout-steps .current-step::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -30px;
    width: 30px;
    height: 2px;
    background: #e63946; /* خط قرمز */
    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; /* گزینه آخر نیازی به خطوط ندارد */
}
@font-face {
	font-family: farhangsharp;
	font-style: normal;
	font-weight: normal;
	src: url('fonts/eot/farhang-regularsharp.eot');
	src: url('fonts/eot/farhang-regularsharp.eot?#iefix') format('embedded-opentype'),
		 url('fonts/woff2/farhang-regularsharp.woff2') format('woff2'),
		 url('fonts/woff/farhang-regularsharp.woff') format('woff'); 
}