@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root {
	--main-text-color: #262A2C;
	--main-title-color: #262A2C;
	--main-text-font: Montserrat, Arial, Helvetica, sans-serif;
	--main-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--menu-text-color: #262A2C;
	--menu-title-color: #262A2C;
	--menu-background-color: #fff;
}
body{
 background:transparent;
}
@media (min-width: 768px){
 .row-cols-md-2>* {
 flex: 0 0 auto;
 width: 33%; 
}
}

/*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: transparent;
}
/*CORNICE RESULT PRODOTTI */
.tp-product-thumb {
 border: 0px solid #ddd;
}
/*PADDING IMG PRODOTTO*/
.tp-product-thumb img {
 padding:0px;
}
/*immagine prodotti stile cover*/
.tp-product-thumb .object-fit-contain {
 object-fit: cover !important;
}
.tp-product-thumb {
 border: 0px solid #ddd;
 background-color: transparent;
}
.card-title {
 margin-bottom: var(--bs-card-title-spacer-y);
 color: #262A2C;
}
/*MARCHI RIQUADRO H 150*/
.tp-brand-list a {
 width: 200px;
 height:130px;
 background-color: transparent;
}
/*MARCHI BORDO H 200*/
.border {
 --bs-border-color:transparent;
 height:200px;
}
.border .border-1 {
 border-width: 0px !important;
}
/*OCCASIONI - PREZZO EVIDENZIATO*/
.tp-product-thumb .tp-card-body .tp-card-product-discountprice {
 color: #262A2C;
	font-weight:bold;
}
#tp-product-contact-container>div {
 border: 1px solid #ddd;
}
.tp-nav-filter-brand .tp-nav-filters-btn {
 background-color: #7C4220;
 border-radius:5px;
}
/*ridimensionare Powered by Webmobili*/
.tp-footer {
 font-size:12px;
 padding-top:25px;
 padding-bottom:15px;
	color:#666;
}