@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,600,700');

:root {
	--main-text-color: black;
	--main-title-color: #2290ab;
	--main-text-font: Montserrat, Arial, Helvetica, sans-serif;
	--main-title-font: Montserrat, Arial, Helvetica, sans-serif;
	--menu-text-color: #fff;
	--menu-title-color: #fff;
	--menu-background-color: #2290ab;
}

/*DIMENSIONE FOTO HP */
#tp-hp-layout-card .tp-hp-card img {
    height: 200px;
}

/*CORNICE RESULT PRODOTTI */
.tp-product-thumb {
    border-bottom: 2px solid #2290ab;
    border-right: 2px solid #2290ab;
}

/*MARCHI RIQUADRO  H 150*/
.tp-brand-list a {
    width: 200px;
    height:150px;
    background-color: #fff;
}
/*LOGO NOVITA*/
.tp-product-thumb .tp-card-product-new {
    border-radius: 0 15px 15px 15px;
}