@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
:root {
	--main-text-color: black;
	--main-title-color: black;
	--main-text-font: 'Open Sans', Arial, Helvetica, sans-serif;
	--main-title-font: "Raleway", Arial, Helvetica, sans-serif;
	--menu-text-color: black;
	--menu-title-color: black;
	--menu-background-color: white;
}
.page-index .tp-hp-card > a > div:first-child {
 padding: 0 !important;
} 
/*HP titoli ambiente size e text transform*/
.card-body{
 position: absolute;
 z-index:4;
 top: 35%;
 left: 0;
 width: 100%;
 height: 100%;
}
.card-title.tp-title{
 text-transform:capitalize;
 font-size: 27px;
 font-family:"Libre Baskerville";
 color: #fff;
 font-weight: 400;
 z-index:4;
}
/*card ambienti casa*/
#tp-hp-layout-card .tp-hp-card img {
 height: auto;
}
.tp-hp-card:after{
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-color: rgba(0,0,0,0.6);
 z-index: 2;
}
/*SFONDO CARD AMBIENTI CASA HP*/
#tp-hp-layout-card .tp-hp-card.card {
 background-color: transparent;
}
.card{
 --bs-card-inner-border-radius: 0;
}
/*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;
}
.tp-product-thumb.card-body {
 position: initial;
 z-index: 4;
 /* top: 50%; */
 left: 0;
 width: 100%;
 height: auto!important;
 bottom: 10px;
}
.tp-product-thumb .tp-card-body.card-body {
 position: initial;
}
.h-100 {
 height: auto !important;
}
/*MARCHI RIQUADRO H 150*/
.tp-brand-list a {
 width: 200px;
 height:150px;
 background-color: #fff;
}
/*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: red;
	font-weight:bold;
}
/*ridimensionare Powered by Webmobili*/
.tp-footer {
 font-size:12px;
 padding-top:25px;
 padding-bottom:15px;
}