:root {
	--main-text-color: black;
	--main-title-color: black;
	--main-text-font: "Nunito Sans", Arial, Helvetica, sans-serif;
	--main-title-font: "Nunito 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 #ddd;
}
/*PADDING IMG PRODOTTO*/
.tp-product-thumb img {
 padding:8px;
}
/*nascondi titolo MARCHI*/
.text-center.mb-4{
 display:none;
}
/*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: #9B201C;
	font-weight:bold;
}
/*card ambienti casa*/
#tp-hp-layout-card .tp-hp-card img {
 height: auto;
}
/*HP titoli ambiente size e text transform*/
.card-title.tp-title{
 font-size:22px;
}
/*ridimensionare Powered by Webmobili*/
.align-items-center {
 font-size: 12px;
}
