/* Start custom CSS for shortcode, class: .elementor-element-cdc6621 *//* Carrito: botón "Ir a pago" */
.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
    background: #FFD500 !important;   /* Fondo amarillo */
    color: #000 !important;           /* Texto negro */
    border: 2px solid #000 !important;/* Borde negro */
    border-radius: 10px !important;
    font-weight: bold !important;
}

/* Hover */
.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover {
    background: #000 !important;  /* Fondo negro */
    color: #FFD500 !important;    /* Texto amarillo */
    border: 2px solid #FFD500 !important;
}/* End custom CSS */