@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

:root {
	--main-text-color: black;
	--main-title-color: black;
	--main-text-font: Lato, Arial, Helvetica, sans-serif;
	--main-title-font: "Lato", Arial, Helvetica, sans-serif;
	--menu-text-color: black;
	--menu-title-color: black;
	--menu-background-color: #ccc8ba;
}
body{
	font-family: 'Lato',Arial,Helvetica,sans-serif;
	color:#4e4332;
	background-color:#ccc8ba;
}
/*CORNICE RESULT PRODOTTI */
.tp-product-thumb {
    border: 1px solid #4e4332;
}
/*PADDING IMG PRODOTTO*/
.tp-product-thumb img {
    padding:8px;
}
/*MARCHI RIQUADRO  H 150*/
.tp-brand-list a {
    width: 200px;
    height:150px;
    background-color: transparent;
}
/*OCCASIONI - PREZZO EVIDENZIATO*/
.tp-product-thumb .tp-card-body .tp-card-product-discountprice {
    color: #b4aa96;
	font-weight:bold;
}
/*ridimensionare Powered by Webmobili*/
.align-items-center {
    font-size: 11px;
}
.card-title{
    font-size:25px;
}