@import url(https://fonts.googleapis.com/css?family=Playfair+Display|Open+Sans:700italic,400,600,700);
:root {
	--main-text-color: black;
	--main-title-color: #9eb520;
	--main-text-font: 'Open Sans', Arial, Helvetica, sans-serif;
	--main-title-font: 'Playfair Display', Arial, Helvetica, sans-serif;
	--menu-text-color: black;
	--menu-title-color: #9eb520;
	--menu-background-color: white;
}
/*CORNICE RESULT PRODOTTI */
.tp-product-thumb {
    border: 1px solid #9eb520;
}
/*PADDING IMG PRODOTTO*/
.tp-product-thumb img {
    padding:8px;
}

/*MARCHI RIQUADRO  H 150*/
.tp-brand-list a {
    width: 200px;
    height:150px;
    background-color: #fff;
}
/*OCCASIONI - PREZZO EVIDENZIATO*/
.tp-product-thumb .tp-card-body .tp-card-product-discountprice {
    color: #9eb520;
	font-weight:bold;
}
/*ridimensionare Powered by Webmobili*/
.align-items-center {
    font-size: 13px;
}