.elementor-9 .elementor-element.elementor-element-d929c45{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}.elementor-9 .elementor-element.elementor-element-d929c45, .elementor-9 .elementor-element.elementor-element-d929c45::before{--border-transition:0.3s;}.elementor-9 .elementor-element.elementor-element-19cf588{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}/* Start custom CSS for shortcode, class: .elementor-element-7f9ba51 */.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: #e63946; /* خط خاکستری */
    transform: translateY(-50%);
    z-index: 0;
}

.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: 0;
}

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

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

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