/*
Theme Name: Inspiro Child
Theme URI: https://www.wpzoom.com/themes/inspiro
Template: inspiro
Description: This is a simple Child Theme.
Author: WPZOOM
Author URI: https://www.wpzoom.com
Version: 1.0
*/

/* Write your custom CSS code below or add it in the Customizer > Additional CSS */

.navbar-brand-wpz {display: none;}
.navbar {display: none;}
#colophon {display: none;}

/*Opzioni visualizzazione lista/griglia articoli*/
.nmgr-display-modes {display: none;}

/*Bottone Aggiungi al carrello*/
.nmgr_add_to_cart_button.button:hover {
  background-color: #9e9e9e;
  border-color: #9e9e9e;
color:#fff;
}

.nmgr_add_to_cart_button.button:active {
  background-color: #000;
  border-color: #000;
}
/*nascondere Footer Colibri*/
#copyright{
	display:none;
}

/*Elementi in Griglia con bottone Carrello al fondo della card*/
#nmgr_table_items.nmgr-items-view.grid > div{
	display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/*link Carrello*/
.wm-carrello{
	text-align:center;
	margin-bottom:1rem;
}

/*Larghezza griglia*/
.e-con{
    --container-max-width: 1145px;
}

/*Pannello Dati IBAN per bonifico*/
.wm-mostra-iban{
	display:flex;
	flex-direction:column;
	border: 1px solid #ccc;
	padding: 1rem;
}

/* Nacondere icona Pagina Carrello Vuoto */
.wc-block-cart__empty-cart__title.with-empty-cart-icon:before{
	display:none!important;
}