.custom-checkout-steps{display:flex;align-items:center;justify-content:center;gap:15px;margin:40px 0;flex-wrap:wrap}.custom-checkout-steps .step{display:flex;flex-direction:column;align-items:center;gap:8px}.custom-checkout-steps .step span{width:45px;height:45px;border-radius:50%;background:#e60012;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px}.custom-checkout-steps .step p{margin:0;font-size:16px;font-weight:600;color:#111}.custom-checkout-steps .line{width:60px;height:2px;background:#ddd}@media (max-width:767px){.custom-checkout-steps{gap:10px}.custom-checkout-steps .line{width:30px}.custom-checkout-steps .step span{width:38px;height:38px;font-size:15px}.custom-checkout-steps .step p{font-size:13px}}