@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600&display=swap');
:root {
	--main-text-color: #888973;
	--main-title-color: #888973;
	--main-text-font: "Mulish", Arial, Helvetica, sans-serif;
	--main-title-font: "Mulish", Arial, Helvetica, sans-serif;
	--menu-text-color: #888973;
	--menu-title-color: #888973;
	--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: #8B0A0A;
	font-weight:bold;
}

#tp-hp-layout-card .tp-hp-card img {
    height: 230px;
}
.tp-product-box-details .tp-product-title-info {
    font-weight: BOLD;
    text-decoration: Underline;
}