:root {
	--main-text-color: #bbb;
	--main-title-color: #cb0019;
	--main-text-font: Montserrat, Arial, Helvetica, sans-serif;
	--main-title-font: Montserrat, Arial, Helvetica, sans-serif;
	--menu-text-color: #bbb;
	--menu-title-color: #cb0019;
	--menu-background-color: black;
}
.desc-collapsed::after {
 background: linear-gradient(transparent, #000);
 
}
body {
 background-color:#000;
 color:#fff;
}
/*immagine prodotti stile cover*/
.tp-product-thumb .object-fit-contain {
 object-fit: cover !important;
}
#tp-search-button {
 border-color: #cb0019;
 background-color: #cb0019;
}

.object-fit-contain {
 background-color: #000;
}
.tp-nav-filters-btn {
 text-transform: uppercase;
 color: #fff;
}
.tp-brand-list a {
 width: 200px;
 background-color: transparent;
}
.card-body {
 background-color: #fff;
}
.tp-product-thumb .tp-card-body {
 background-color: #000;
}
.tp-product-thumb .tp-card-body .tp-card-title {
 color:#eee;
 font-size:15px;
}
/*BARRA NAVIGAZIONE TIPOLOGIE - .tp-nav-filter- e divisiore*/
.tp-nav-filter > a > span {
 text-transform:capitalize!important;
}
#tp-product-contact-container>div {
 padding: 1rem;
 background-color:black;
 border: 1px solid #ca151d;
}
.border {
 border: 0px!important;
}
.tp-brand-list a {
 width: 200px;
 height: 200px;
 background-color: transparent;
}
.text-body-secondary {
 --bs-text-opacity: 1;
 color: #eee!important;
}
.tp-product-thumb .tp-card-body .tp-card-posttitle .tp-card-product-price {
 color: #696969;
} 
.tp-product-thumb .tp-card-body {
 color: #cb0019;
}
.tp-product-thumb img {
 border-radius: 2px;
 height: 250px;
 border: 1px solid #717171;
}
.tp-nav-filters-btn {
 text-transform: uppercase;
 color: #000;
}
/*ridimensionare Powered by Webmobili*/
.tp-footer {
 font-size:12px;
 padding-top:25px;
 padding-bottom:15px;
}