@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@200;300;400&family=Roboto:wght@200;300;400&display=swap');
:root {
	--main-text-color: black;
	--main-title-color: black;
	--main-text-font: Roboto Condensed, Arial, Helvetica, sans-serif;
	--main-title-font: Roboto, Arial, Helvetica, sans-serif;
	--menu-text-color: black;
	--menu-title-color: black;
	--menu-background-color: white;
}
body::before {
    content:"";
    height:150px;
    width:100%;
    display:block;
    background-color:#ddd !important;
    background: url(https://imgs.wm4pr.com/rivenditori/315658/logo.png) no-repeat left;
    background-position: 20px 20px;
}
/*CORNICE RESULT PRODOTTI */
.tp-product-thumb {
    border: 1px solid #000;
}
/*PADDING IMG PRODOTTO*/
.tp-product-thumb img {
    padding:8px;
}

/*MARCHI RIQUADRO  H 150*/
.tp-brand-list a {
    width: 200px;
    height:150px;
    background-color: #fff;
}

.tp-card-product-discountprice {
   font-weight:bold;
}