@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
:root {
	--main-text-color: #bababa;
	--main-title-color: #fff;
	--main-text-font: Raleway, Arial, Helvetica, sans-serif;
	--main-title-font: "Raleway", Arial, Helvetica, sans-serif;
	--menu-text-color: #bababa;
	--menu-title-color: #fff;
	--menu-background-color: #333;
}
body {
 color: #bababa;
 background-color: #181612;
}
/*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;
}
/*SFONDO CARD AMBIENTI CASA HP*/
#tp-hp-layout-card .tp-hp-card.card {
 background-color: transparent;
}
/*CORNICE RESULT PRODOTTI */
.tp-product-thumb {
 border: 1px solid #bababa;
}
/*PADDING IMG PRODOTTO*/
.tp-product-thumb img {
 padding:2px;
}
/*OCCASIONI - PREZZO EVIDENZIATO*/
.tp-product-thumb .tp-card-body .tp-card-product-discountprice {
 color: #bababa;
	font-weight:bold;
}
.tp-product-thumb .tp-card-product-discount {
 color: #000;
}
.tp-product-box-details .tp-product-btn-contact {
 color: #000;
 text-transform: uppercase;
}
.card {
 background-color: #181612;
}
#tp-search-button {
 border-color: #bababa;
 background-color: #181612;
}
.tp-product-thumb .tp-card-body .tp-card-title {
 color: #fff;
}
.tp-product-thumb .tp-card-body {
 color: #bababa;
}
.tp-nav-filter-brand .tp-nav-filters-btn {
 color:#bababa;
}
#tp-product-contact-container>div {
 padding: 1rem;
 background-color: #181612;
 border: 2px solid #bababa;
}
.text-body-secondary {
 --bs-text-opacity: 1;
 color: #eee!important;
}
.tp-product-thumb .tp-card-product-new {
 color: #181612;
 }
 .tp-brand-list a {
    background-color: transparent;
}
/*ridimensionare Powered by Webmobili*/
.tp-footer {
 font-size:12px;
 padding-top:25px;
 padding-bottom:15px;
	color:#666;
}