@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:400,700');

:root {
	--main-text-color: black;
	--main-title-color: #FAB703;
	--main-text-font: 'Montserrat', Arial, Helvetica, sans-serif;
	--main-title-font: 'Montserrat', Arial, Helvetica, sans-serif;
	--menu-text-color: black;
	--menu-title-color: #FAB703;
	--menu-background-color: #E3E3E3;
}
body{ 
background-color: #999;
}
/*card ambienti casa*/
#tp-hp-layout-card .tp-hp-card img {
 height: auto;
}
/*SFONDO CARD AMBIENTI CASA HP*/
#tp-hp-layout-card .tp-hp-card.card {
 background-color: #E3E3E3;
}
/*CORNICE RESULT PRODOTTI */
.tp-product-thumb {
 border: 1px solid #ddd;
}
/*PADDING IMG PRODOTTO*/
.tp-product-thumb img {
 padding:6px;
}
/*immagine prodotti stile cover*/
.tp-product-thumb .object-fit-contain {
 object-fit: cover !important;
}
/*MARCHI RIQUADRO H 150*/
.tp-brand-list a {
 width: 200px;
 height:150px;
 background-color: #E3E3E3;
 color: #717171!important;
 font-weight: 600!important;
 font-size:25px;
}
/*MARCHI BORDO H 200*/
.border-1 {
 --bs-border-color:transparent;
 height:200px;
}
/*OCCASIONI - PREZZO EVIDENZIATO*/
.tp-product-thumb .tp-card-body .tp-card-product-discountprice {
 color: #FAB703;
	font-weight:bold;
}
/*ridimensionare Powered by Webmobili*/
.tp-footer {
 font-size:12px;
 padding-top:25px;
 padding-bottom:15px;
	color:#666;
}
