:root {
	--main-text-color: #B83A00;
	--main-title-color: #B83A00;
	--main-text-font: Open Sans, Arial, Helvetica, sans-serif;
	--main-title-font: Open Sans, Arial, Helvetica, sans-serif;
	--menu-text-color: #fff;
	--menu-title-color: #B83A00;
	--menu-background-color: #000;
}
body{
 background-color:#191919;
 color:#fff;
}
.me-4 {
 display: none !important;
}
/*ELIMINARE MENU E CAMPO RICERCA*/
.tp-header {
 display:none!important;
}
/*ELIMINARE "PRODOTTI IN BREADCRUMB*/
li.breadcrumb-item {
display:none
}
/*passare a 4 colonne*/
@media (min-width: 768px){
.row-cols-md-3>* {
 flex: 0 0 auto;
 width: 25%;
}
}
/*MARCHI RIQUADRO H 150*/
.tp-brand-list a {
 width: 300px;
 height:150px;
 background-color: transparent;
}
/*OCCASIONI - PREZZO EVIDENZIATO*/
.tp-product-thumb .tp-card-body .tp-card-product-discountprice {
    color: #B83A00;
	font-weight:bold;
}
.tp-product-box-details .tp-product-btn-contact {
 color: #fff;
 text-transform: uppercase;
}
.card {
 background-color: #191919;
}
#tp-search-button {
 border-color: #B83A00;
 background-color: #191919;
}
#tp-search-button .tp-menu-search-icon>svg {
 fill: #B83A00;
}
#tp-menu-button {
 border-color: #B83A00;
}
#tp-menu-button .tp-menu-button-icon>svg {
 fill: #B83A00;
 border-color: #B83A00;
}
/*HP titoli ambiente size e text transform*/
.card-title.tp-title{
 text-transform:uppercase;
 font-size:22px;
}
.tp-product-thumb .tp-card-body .tp-card-title {
 color: #fff;
}
.tp-brand-list a {
 width: 200px;
 background-color: #191919;
}
.tp-product-thumb .tp-card-body {
 color: #B83A00;
}
.tp-nav-filter-brand .tp-nav-filters-btn {
 color:#B83A00;
}
#tp-product-contact-container>div {
 padding: 1rem;
 background-color: #191919;
 border: 2px solid #B83A00;
}
.text-body-secondary {
 --bs-text-opacity: 1;
 color: #eee!important;
}
.tp-product-thumb .tp-card-product-discount {
 color: #fff;
}
.tp-footer {
 font-size:12px;
 padding-top:20px;
 padding-bottom:15px;
}
/*immagine prodotti stile cover*/
.tp-product-thumb .object-fit-contain {
 object-fit: cover !important;
}
.tp-product-thumb img {
 border-radius: unset;
 height: 180px;
}