@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400&family=Roboto:wght@100;300;400&display=swap');
:root {
	--main-text-color: black;
	--main-title-color: black;
	--main-text-font: Roboto, Arial, Helvetica, sans-serif;
	--main-title-font: Roboto, Arial, Helvetica, sans-serif;
	--menu-text-color: black;
	--menu-title-color: black;
	--menu-background-color: white;
}
@media (min-width: 768px){
.row-cols-md-3>* {
    flex: 0 0 auto;
    width: 25%;
}
}
/*ELIMINARE MENU E CAMPO RICERCA*/
.tp-header {
    display:none!important;
}
/*ELIMINARE "PRODOTTI IN BREADCRUMB*/
li.breadcrumb-item {
display:none
}
#tp-hp-layout-card .tp-hp-card img {
    height: 230px;
}
.tp-title {
    font-weight: 300;
}
.tp-menu-title {
    background-color:#ebcd1e;
}

/*MARCHI RIQUADRO  H 150*/
.tp-brand-list a {
    width: 200px;
    height:150px;
    background-color: #fff;
}
/*OCCASIONI - PREZZO EVIDENZIATO*/
.tp-product-thumb .tp-card-body .tp-card-product-discountprice {
    color: #ebcd1e;
	font-weight:bold;
}
/*NOVITA - colore etichetta*/
.tp-product-thumb .tp-card-product-new {
    background-color: #ebcd1e;
    color: #000;
}
#st-1.sharethis-inline-share-buttons.st-left.st-lang-it.st-inline-share-buttons {
       display: none; 
}
.align-items-center {
    font-size: 11px;
    color:#fff;
}


