
/* BEG: CAMBIANDO DE NOMBRE AL SEGUIMIENTO DE LA ORDEN */
.cbwct-wc-traking-round.active.ali-wc-payment:after{
    /* content:'Pendiente de pago' !important; */
    content:'Recibimos tu pedido' !important;
}

.cbwct-wc-traking-round.active.ali-wc-hold:after{
    content:'En espera' !important;
}
.cbwct-wc-traking-round.active.ali-wc-processing:after{
    /* content:'Procesando' !important; */
    content:'Pedido confirmado' !important;    
}
.cbwct-wc-traking-round.active.ali-wc-shipping:after{
    /* content:'Enviado' !important; */
    content:'Envio en curso' !important;    
}
.cbwct-wc-traking-round.active.ali-wc-delivered:after{
    /* content:'Completado' !important; */
    content:'Pedido entregado' !important;    
}
/* BEG: CAMBIANDO DE NOMBRE AL SEGUIMIENTO DE LA ORDEN */


/* CENTRAR MANSAJES */
.cbwct-traking-form-result {    
    text-align: center !important;
}
.cbwct-tracking-porgressbar {
    margin-top: 120px !important;
}
.cbwct-tracking-container {
    margin-top: 0px !important;
}

/* */
.cbwct-wc-traking-round.active:after {
    top: -82px !important;
    line-height: 20px !important;
}

