/*
Theme Name:     Hello Elementor Child
Theme URI:      https://elementor.com/
Description:    Tema hijo de Hello Elementor
Author:         Tu Nombre
Template:       hello-elementor
Version:        1.0.0
*/

.checkout-custom-wrapper h3 {
  margin-bottom: 20px;
  font-size: 20px;
}

.checkout-custom-wrapper .col-resumen,
.checkout-custom-wrapper .col-formulario {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 25px;
}

.woocommerce-checkout button.button.alt {
  background-color: #8CC350;
  color: #fff;
  border-radius: 25px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: bold;
  border: none;
}

.woocommerce-checkout button.button.alt:hover {
  background-color: #8CC350;
}


.elementor-menu-cart__toggle .elementor-button {
  border-radius: 25px !important; 
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  border-top: 3px solid #8cc350;
}

a {
    background-color: transparent;
    color: #532D31;
    text-decoration: none;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    /* background: rgba(129, 110, 153, .14); */
}