/* GOOGLE FONT */
@import url('https://fonts.googleapis.com/css?family=Dosis:300,400,500,600,700,800|Raleway:300,400,500,600,700,800|Opensans:300,400,500,600,700');
:root {
	--main-text-color: #fff;
	--main-title-color: #fab207;
	--main-text-font: Raleway, Arial, Helvetica, sans-serif;
	--main-title-font: Dosis, Arial, Helvetica, sans-serif;
	--menu-text-color: #fff;
	--menu-title-color: #fab207;
	--menu-background-color: #fff;
}
body {
 background-color:#000;
 color:#fff;
}
.card {
 background-color: #18191b;
}
/*HP titoli ambiente size e text transform*/
.card-title.tp-title{
 text-transform:uppercase;
 font-size:22px;
}
/*card ambienti casa*/
#tp-hp-layout-card .tp-hp-card img {
 height: auto;
}
/*PADDING IMG PRODOTTO*/
.tp-product-thumb img {
 padding:4px;
}
/*immagine prodotti stile cover*/
.tp-product-thumb .object-fit-contain {
 object-fit: cover !important;
}
#tp-search-button {
 border-color: #fab207;
 background-color: #fab207;
}
.tp-product-thumb .tp-card-body .tp-card-title {
 color: #fff;
}

.tp-brand-list a {
 width: 200px;
 background-color: transparent;
}
/*OCCASIONI - PREZZO EVIDENZIATO*/
.tp-product-thumb .tp-card-body {
 color: #fab207;
 font-weight:bold;
}
.tp-nav-filter-brand .tp-nav-filters-btn {
 color:#fab207;
}
#tp-product-contact-container>div {
 padding: 1rem;
 background-color: transparent;
 border: 2px solid #fab207;
}
.text-body-secondary {
 --bs-text-opacity: 1;
 color: #eee!important;
}
.tp-product-thumb {
 border: 1px solid #fab207;
 }

/*BRAND IN EVIDENZA*/
.tp-brand-inevidence a {
 width: 250px;
 height: 120px;
 background-color: #101010;
 border:1px solid #eee;
}
.tp-brand-inevidence {
 padding: 1rem;
 background-color: #9f9c9c;
 border:3px solid #fab207;
}
.tp-footer {
 font-size:12px;
 padding-top:25px;
 padding-bottom:15px;
}


