body.woocommerce-cart .wc-steps,body.woocommerce-checkout .wc-steps{display:flex;gap:0;align-items:center;margin:4px 0 6px}body.woocommerce-cart .wc-step,body.woocommerce-checkout .wc-step{display:flex;align-items:center;gap:4px;color:#5a5a5a;font-weight:600;line-height:1}body.woocommerce-cart .wc-step .dot,body.woocommerce-checkout .wc-step .dot{width:20px;height:20px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;border:2px solid #cfcfcf;background:#fff;font-size:11px;line-height:1}body.woocommerce-cart .wc-step .label,body.woocommerce-checkout .wc-step .label{font-size:12px}body.woocommerce-cart .wc-step-sep,body.woocommerce-checkout .wc-step-sep{flex:1;height:1px;background:#e6e6e6;margin:0 6px}body.woocommerce-cart .wc-step.active,body.woocommerce-checkout .wc-step.active{color:#111}body.woocommerce-cart .wc-step.active .dot,body.woocommerce-checkout .wc-step.active .dot{border-color:#111;background:#111;color:#fff}body.woocommerce-cart .wc-step.completed,body.woocommerce-checkout .wc-step.completed{color:#111}body.woocommerce-cart .wc-step.completed .dot,body.woocommerce-checkout .wc-step.completed .dot{border-color:#111;background:#111;color:#fff}body.woocommerce-cart .wc-step-sep.filled,body.woocommerce-checkout .wc-step-sep.filled{background:#111}