li.product a.button {
    display: block !important;
    text-align: center;
}

.related li.product a.button {
    display: block !important;
    text-align: center;
    background: #dd1229;
    text-transform: uppercase;
    font-size: 15px;
    color: white;
    border-radius: 2px;
    border-color: #dd1229;
    font-weight: 400;



}

li.product a.added_to_cart {
    display: none;
}

/*WhatsApp button*/
#qlwapp.qlwapp-bottom-right {
    position: fixed;
    z-index: 99999 !important;
}

/*checkout form*/
#billing_document_type {
    line-height: 1.7em;
    padding: 18px;
}

/*warning paints*/
/* WooCommerce checkout – avisos con alto contraste */
.woocommerce-checkout .woocommerce-error,
.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-message {
    margin: 1rem 0;
    padding: .875rem 1rem;
    border-radius: .375rem;
    line-height: 1.4;
    color: #111;
    /* texto oscuro legible */
}

/* ERROR */
.woocommerce-checkout .woocommerce-error {
    background-color: #fde8e8;
    /* rojo MUY claro */
    border: 1px solid #ef4444;
    /* rojo */
    border-left-width: 4px;
}

/* INFO */
.woocommerce-checkout .woocommerce-info {
    background-color: #eef2ff;
    /* azul/lila muy claro */
    border: 1px solid #6366f1;
    border-left-width: 4px;
}

/* MENSAJE (éxito) */
.woocommerce-checkout .woocommerce-message {
    background-color: #ecfdf5;
    /* verde muy claro */
    border: 1px solid #10b981;
    border-left-width: 4px;
}

/* Asegurar contraste en contenido interno (listas, strong, enlaces) */
.woocommerce-checkout .woocommerce-error li,
.woocommerce-checkout .woocommerce-info li,
.woocommerce-checkout .woocommerce-message li,
.woocommerce-checkout .woocommerce-error strong,
.woocommerce-checkout .woocommerce-info strong,
.woocommerce-checkout .woocommerce-message strong {
    color: inherit;
}

.woocommerce-checkout .woocommerce-error a,
.woocommerce-checkout .woocommerce-info a,
.woocommerce-checkout .woocommerce-message a {
    color: #dcdcdc;
    /* que no “desaparezca” */
    text-decoration: underline;
    font-weight: 600;
}

/* Opcional: inputs marcados con error, más legibles */
.woocommerce-checkout .woocommerce-invalid input.input-text,
.woocommerce-checkout .woocommerce-invalid .select2-selection {
    border-color: #ef4444;
    background-color: #fff5f5;
    color: #111;
}
