/* GOOGLE FONT */
@import url('https://fonts.googleapis.com/css?family=Karla:400,700|Muli:300,400,600,700,800|Prata&display=swap');
:root {
	--main-text-color: black;
	--main-title-color: #a9211e;
	--main-text-font: 'Muli', Arial, Helvetica, sans-serif;
	--main-title-font: 'Prata', Arial, Helvetica, sans-serif;
	--menu-text-color: black;
	--menu-title-color: #a9211e;
	--menu-background-color: white;
}
.tp-brand-list a {
    width: 200px;
    height:200px;
    background-color: #fff;
}
.tp-product-thumb {
    border: 1px solid #eee;
}
.tp-product-thumb img {
    padding:4px;
    height: 250px;
}
/*BRAND IN EVIDENZA*/
.tp-brand-inevidence a {
    width: 250px;
    height: 120px;
    background-color: #101010;
    border:3px solid #a9211e;
}
.tp-brand-inevidence {
    padding: 1rem;
    background-color: #9f9c9c;
    border:1px solid #a9211e;
}