@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700|Open+Sans+Condensed:300,700');
:root {
	--main-text-color: black;
	--main-title-color: #BBAFA9;
	--main-text-font: 'Lato', Arial, Helvetica, sans-serif;
	--main-title-font: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	--menu-text-color: black;
	--menu-title-color: #BBAFA9;
	--menu-background-color: white;
}
body{
	font-family: 'Lato', sans-serif;
	color:#7c6c57;
	background:transparent;
}
/*CORNICE RESULT PRODOTTI */
.tp-product-thumb {
 border: 1px solid #BBAFA9;
}
/*PADDING IMG PRODOTTO*/
.tp-product-thumb img {
 padding:8px;
}

/*MARCHI RIQUADRO H 150*/
.tp-brand-list a {
 width: 200px;
 height:150px;
 background-color: #fff;
}
/*MARCHI BORDO H 200*/
.border {
 --bs-border-color:#BBAFA9;
 height:200px;
}
/*OCCASIONI - PREZZO EVIDENZIATO*/
.tp-product-thumb .tp-card-body .tp-card-product-discountprice {
 color: #BBAFA9;
	font-weight:bold;
}
/*ridimensionare Powered by Webmobili*/
.tp-footer {
    font-size:12px;
    padding-top:25px;
    padding-bottom:15px;
	color:#666;
}
/*HP titoli ambiente size e text transform*/
.card-title.tp-title{
 text-transform:uppercase;
 font-size:22px;
}
/*card ambienti casa*/
#tp-hp-layout-card .tp-hp-card img {
 height: auto;
}