@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900|Montserrat:300,400,500,600,700,800&display=swap');
:root {
	--main-text-color: black;
	--main-title-color: #353535;
	--main-text-font: Montserrat, Arial, Helvetica, sans-serif;
	--main-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--menu-text-color: white;
	--menu-title-color: #B8CE11;
	--menu-background-color: #353535;
}
body {
 background-color:#EFEFEF;
 color:#555;
}
/*HP titoli ambiente size e text transform*/
.card-title.tp-title{
 text-transform:uppercase;
 font-size:22px;
 color:#B8CE11;
}
/*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:#EFEFEF;
}
/*CORNICE RESULT PRODOTTI */
.tp-product-thumb {
 border: 1px solid #ddd;
}
/*PADDING IMG PRODOTTO*/
.tp-product-thumb img {
 padding:1px;
}
/*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: #fff;
}
/*MARCHI BORDO H 200*/
.border {
 --bs-border-color:#B8CE11;
 height:200px;
}
.border .border-1 {
 border-width: 0px !important;
}
/*OCCASIONI - PREZZO EVIDENZIATO*/
.tp-product-thumb .tp-card-body .tp-card-product-discountprice {
 color: red;
	font-weight:bold;
}
#tp-product-contact-container .tp-product-btn-contact-container .tp-product-btn-contact-send {
 color: #B8CE11;
}
#tp-product-contact-container>div {
 border: 1px solid #B8CE11;
}
.tp-product-box-details .tp-product-btn-contact {
 color: #B8CE11;
}.tp-product-thumb .tp-card-product-new {
 background-color: var(--main-title-color);
 color: #B8CE11;
}
/*ridimensionare Powered by Webmobili*/
.tp-footer {
 font-size:12px;
 padding-top:25px;
 padding-bottom:15px;
	color:#666;
}