@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
:root {
	--main-text-color: black;
	--main-title-color: #C05F5F;
	--main-text-font: 'Open Sans', Arial, Helvetica, sans-serif;
	--main-title-font: 'Open Sans', Arial, Helvetica, sans-serif;
	--menu-text-color: black;
	--menu-title-color:#C05F5F;
	--menu-background-color: white;
}
/*HP titoli ambiente size e text transform*/
.card-title.tp-title{
    text-transform:uppercase;
    font-size:22px;
}
/*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: 1px solid #ddd;
}
/*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: #a03d3d;
	font-weight:bold;
}