.woocommerce .woocommerce-checkout .col2-set .col-1,
.woocommerce .woocommerce-checkout .col2-set .col-2 {
    width: 100% !important;
}

.woocommerce .woocommerce-checkout .col2-set .col-1 {
    margin-bottom: 30px;
}



/* le doy 100% de ancho a la tabla "Tu pedido" */
table.shop_table.woocommerce-checkout-review-order-table {
  width: 100%;
}

/* Escondo el titulo subtotal y la linea Subtotal de tu pedido */
tr.cart-subtotal {
  display: none;
}

th.product-total{display: none;}

/* Checkout shortcode */
.page-id-2653 input.input-text {
  background-color:#fefaf5;
color: #23211f;
}

div.woocommerce.wp-block-group.aligncenter {
  max-width: 900px;
  margin-top:30px;
}


/* Escondo el titulo subtotal y la linea Subtotal de tu pedido */
tr.cart-subtotal {
  display: none;
}

th.product-total{color: white;}

.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1 {
    float: none;
    width: 100%;
}

.page-id-2653 h1.entry-title {
  display: none!important;
}

.page-id-2653 div div h3 {
  color:#23211f;
}