/* FLAG: RETIRAR BOTON "PAGAR" Y "CANCELAR" DE LA PAG DE AGRADECIMIENTO */
.woocommerce .woocommerce-order-details .order-actions-button{
    display: none !important;
}
/*
    PARA OCULTAR OTRSO BOTONES CUANDO APARECE ESTE MENSAJE:
    Desafortunadamente, tu pedido no se puede procesar; el banco/comercio ha rechazado tu transacción. Por favor, intenta realizar la compra de nuevo.
*/
.button.pay{
    display: none !important;
}