@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800');
:root {
	--main-text-color: black;
	--main-title-color: #de001a;
	--main-text-font: 'Raleway', Arial, Helvetica, sans-serif;
	--main-title-font: "Raleway", Arial, Helvetica, sans-serif;
	--menu-text-color: black;
	--menu-title-color: #de001a;
	--menu-background-color: white;
}
/*CORNICE RESULT PRODOTTI */
.tp-product-thumb {
    border: 1px solid #de001a;
}
/*PADDING IMG PRODOTTO*/
.tp-product-thumb img {
    padding:8px;
}

/*MARCHI RIQUADRO  H 150*/
.tp-brand-list a {
    width: 200px;
    height:150px;
    background-color: #fff;
}
/*BRAND IN EVIDENZA*/
.tp-brand-inevidence a {
    width: 250px;
    height: 120px;
    background-color: #FFF;
    border:3px solid #de001a;
}
.tp-brand-inevidence {
    padding: 1rem;
    background-color: #de001a;
    border:1px solid #eee;
}