/* STILI PER MINIATURE PRODOTTO*/

.wishlist-button-add {
display: none!important;
}

/* Stili per le bandiere del prodotto */
.product-flags .product-flag {
    /* Colore del testo */
    color: #ffffff;
    /* Trasformazione del testo in maiuscolo */
    text-transform: uppercase;
   /* Dimensione del carattere in rem */
    font-size: 12px;
    /* Spessore del carattere */
    font-weight: 700;
    /* Altezza della riga in rem */
    line-height: 0.6667rem;
    /* Allineamento del testo al centro */
    text-align: center;
    /* Padding sopra, destra, sotto, sinistra */
    padding: 8px 12px 6px 12px;
    /* Bordi arrotondati */
    border-radius: 0px;
}


/* Stile per la miniatura del prodotto */

/* DESKTOP */
.js-product-miniature-wrapper {
    padding: 20px 10px 0px 10px !important;
}

/* MOBILE */
@media only screen and (max-width: 767px) {
    .js-product-miniature-wrapper {
        margin: 0 auto;
    }
    #category #js-product-list{
        padding-left:5px;
        padding-right:5px;
    }
}


/* Stile per il nome del brand del prodotto */
.products-grid .product-miniature-default .product-brand {
	color: #A5957D !important;
	font-size: 12px;
	font-weight: 700;
	line-height: 12px;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 2px;
}

/* Stile per il nome del prodotto */
/* DESKTOP */
h3.kaidor-titolo-prodotto-miniatura a,
h2.kaidor-titolo-prodotto-miniatura a {
	text-transform: none;
	font-size: 1rem !important;
	font-weight: 400;
	line-height: 22px;
	text-align: left;
	color: #000000 !important;
}

/* MOBILE */
@media only screen and (max-width: 767px) {
    h3.kaidor-titolo-prodotto-miniatura a,
    h2.kaidor-titolo-prodotto-miniatura a {
	font-size: 1.5rem !important;
	font-weight: 400;
	line-height: 22px;
	text-align: left;
	color: #000000 !important;
	}
}



.kaidor-titolo-prodotto-miniatura.no-margin {
    margin-bottom: 0;
}



/* Stile per il prezzo del prodotto */
.kaidor-prezzo-miniatura {
    font-size: 18px;
    font-weight: 600;
    line-height: 15px;
    text-align: left;
}
