.elementor-721 .elementor-element.elementor-element-61d55661{--display:flex;--margin-top:15px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-721 .elementor-element.elementor-element-8aabeb7 .e-cart-section{box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.37);}.elementor-721 .elementor-element.elementor-element-8aabeb7 .cart_totals h2{font-family:"yekan", Sans-serif;font-size:19px;}.elementor-721 .elementor-element.elementor-element-8aabeb7 .e-cart-content, .elementor-721 .elementor-element.elementor-element-8aabeb7 .woocommerce-shipping-destination, .elementor-721 .elementor-element.elementor-element-8aabeb7 .shipping-calculator-button{font-family:"yekan", Sans-serif;}.elementor-721 .elementor-element.elementor-element-8aabeb7 #shipping_method li label{font-family:"yekan", Sans-serif;}.elementor-721 .elementor-element.elementor-element-8aabeb7 .coupon .input-text, .elementor-721 .elementor-element.elementor-element-8aabeb7 .cart-collaterals .input-text, .elementor-721 .elementor-element.elementor-element-8aabeb7 select, .elementor-721 .elementor-element.elementor-element-8aabeb7 .select2-selection--single{font-family:"yekan", Sans-serif;}.elementor-721 .elementor-element.elementor-element-8aabeb7 .e-shop-table .cart th, .elementor-721 .elementor-element.elementor-element-8aabeb7 .e-shop-table .cart td:before{font-family:"yekan", Sans-serif;font-size:18px;}.elementor-721 .elementor-element.elementor-element-8aabeb7 .cart td span, .elementor-721 .elementor-element.elementor-element-8aabeb7 .cart td, .elementor-721 .elementor-element.elementor-element-8aabeb7 .input-text.qty{font-family:"yekan", Sans-serif;font-size:15px;}.elementor-721 .elementor-element.elementor-element-8aabeb7 .product-name .variation{font-family:"yekan", Sans-serif;}.elementor-721 .elementor-element.elementor-element-8aabeb7 .cart_totals .shop_table td:before, .elementor-721 .elementor-element.elementor-element-8aabeb7 .cart_totals .shop_table td .woocommerce-Price-amount{font-family:"yekan", Sans-serif;}.elementor-721 .elementor-element.elementor-element-8aabeb7 .checkout-button{font-family:"yekan", Sans-serif;font-size:19px;}.elementor-721 .elementor-element.elementor-element-7a3a7b1{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-ad7f7ec */.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; /* گزینه آخر نیازی به خطوط ندارد */
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'yekan';
	font-display: auto;
	src: url('https://minexam.ir/wp-content/uploads/2024/12/BYekan.ttf') format('truetype');
}
/* End Custom Fonts CSS */