@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900&display=swap');
:root {
	--main-text-color: black;
	--main-title-color:#a50e30;
	--main-text-font:  'Source Sans Pro', Arial, Helvetica, sans-serif;
	--main-title-font: "Roboto Slab", Arial, Helvetica, sans-serif;
	--menu-text-color: black;
	--menu-title-color: #a50e30;
	--menu-background-color: white;
}
body{
    margin-right:90px;
    margin-left:90px;
}
/*CORNICE RESULT PRODOTTI */
.tp-product-thumb {
    border: 1px solid #a50e30;
}
/*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: #a50e30;
	font-weight:bold;
}