/*
Theme Name:     Nuria Camps
Theme URI:      https://empiezapori.com
Template:       kadence
Author:         empiezapori
Author URI:     https://empiezapori.com
Description:    Child Theme Description
Version:        1
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/

/*quitar botón carrito en catálogo*/
.woocommerce .products.align-buttons-bottom li.product .product-action-wrap {
	display:none;
}


/*cambiar icono mostrar contraseña en iniciar sesión*/
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
	top:0em !important;
	right: 0em !important;
	bottom: 0em !important;
	color: red !important;
}

.woocommerce form .show-password-input::after, .woocommerce-page form .show-password-input::after {
 background-color: white;
}

/*ocultar pie banner premios*/

.wll-footer-container {
	background-color:#ececef !important;
	display:none !important;
}

/*cambier estilo texto puntos productos*/
.wlr-product-message {
	font-size:11pt !important;
	padding: 0px !important;
	font-weight: lighter;

}
