/**
* Theme Name: Blonwe Child
* Description: This is a child theme of Blonwe, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/KlbTheme">KlbTheme (Sinan ISIK)</a>
* Template: blonwe
* Version: 1.2.9
*/
/* Estilos para el botón Ver Detalles */
.ver-detalles {
    background-color: #333 !important;
    color: #fff !important;
    margin-top: 5px !important;
    display: block !important;
    text-align: center;
}

.ver-detalles:hover {
    background-color: #555 !important;
}

.woocommerce div.product form.cart .boton-comprar-ahora,
a.button.boton-comprar-ahora {
    background-color: #FF0A36 !important;
    color: #fff !important;
}

.woocommerce div.product form.cart .boton-comprar-ahora:hover,
a.button.boton-comprar-ahora:hover {
    background-color: #cc0829 !important;
    color: #fff !important;
}