/* GOOGLE FONT */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200;300&family=Titillium+Web:wght@200;300;600&display=swap');

:root {
	--main-text-color: black;
	--main-title-color: black;
	--main-text-font: 'Raleway', Arial, Helvetica, sans-serif;
	--main-title-font: 'Titillium Web', Arial, Helvetica, sans-serif;
	--menu-text-color: black;
	--menu-title-color: black;
	--menu-background-color: white;
}
/*CORNICE RESULT PRODOTTI */
.tp-product-thumb {
    border: 1px solid #9F9E9E;
}
/*PADDING IMG PRODOTTO*/
.tp-product-thumb img {
    padding:8px;
}
/*HP card altezza auto*/
#tp-hp-layout-card .tp-hp-card img {
    height: auto;
}
/*MARCHI RIQUADRO  H 150*/
.tp-brand-list a {
    width: 200px;
    height:150px;
    background-color: #fff;
}
.border {
    border: 0!important;
}
/*OCCASIONI - PREZZO EVIDENZIATO*/
.tp-product-thumb .tp-card-body .tp-card-product-discountprice {
    color: #fab207;
	font-weight:bold;
}
/*ridimensionare Powered by Webmobili*/
.align-items-center {
    font-size: 11px;
}
