:root {
	--main-text-color: black;
	--main-title-color: black;
	--main-text-font: 'Open-Sans', Arial, Helvetica, sans-serif;
	--main-title-font: 'Open-Sans', Arial, Helvetica, sans-serif;
	--menu-text-color: black;
	--menu-title-color: black;
	--menu-background-color: white;
}
/*CORNICE RESULT PRODOTTI */
.tp-product-thumb {
    border: 1px solid #000;
}
/*PADDING IMG PRODOTTO*/
.tp-product-thumb img {
    padding:8px;
}

/*MARCHI RIQUADRO  H 150*/
.tp-brand-list a {
    width: 200px;
    height:150px;
    background-color: #fff;
}
/*OCCASIONI - PREZZO EVIDENZIATO*/
.tp-product-thumb .tp-card-body .tp-card-product-discountprice {
    color: #000;
	font-weight:bold;
}

#tp-hp-layout-card .tp-hp-card img {
    height: 230px;
}