@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Work+Sans:200,300,400');

:root {
	--main-text-color: #fff;
	--main-title-color: #eee;
	--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: #fff;
	--menu-background-color: #434343;
}
/*card ambienti casa*/
#tp-hp-layout-card .tp-hp-card img {
    height: auto;
}
/*img prodotto result*/
.object-fit-contain {
    object-fit: cover!important;
}
.object-fit-contain.mw-100.mh-100.p-2{
    object-fit:contain!important;
}
.object-fit-contain.p-2{
    object-fit:contain!important;
}
.tp-product-thumb img {
    border-radius: unset;
    height: 200px;
}
/*TP OSCURI*/
body {
    background-color:transparent;
    color:#fff;
}
.tp-product-box-details .tp-product-btn-contact {
    color: #000;
    text-transform: uppercase;
}
.card {
    background-color: #191919;
}
#tp-search-button {
    border-color: #fff;
    background-color: transparent;
}
.tp-product-thumb .tp-card-body .tp-card-title {
    color: #fff;
}
/*MARCHI RIQUADRO  H 150*/
.tp-brand-list a {
    width: 200px;
    height:150px;
    background-color: transparent;
}
.card-body {
    flex: 1 1 auto;
    padding: 0px;
}
.tp-title {
    text-transform: uppercase;
    font-size:20px;
    font-weight:300;
}
.tp-product-thumb .tp-card-body {
    color: #fff;
}
.tp-nav-filter-brand .tp-nav-filters-btn {
    color: #fff;
}
#tp-product-contact-container>div {
    padding: 1rem;
    background-color: transparent;
    border: 2px solid #fff;
}
.text-body-secondary {
    --bs-text-opacity: 1;
    color: #eee!important;
}
.tp-product-thumb .tp-card-product-discount {
    color: #fff;
    font-weight:300;
    background-color:black;
}

/*CORNICE RESULT PRODOTTI */
.tp-product-thumb {
    border: 1px solid #fff;
}

/*MARCHI RIQUADRO  H 150*/
.tp-brand-list a {
    width: 200px;
    height:150px;
    background-color: transparent;
}
/*BRAND IN EVIDENZA*/
.tp-brand-inevidence a {
    width: 160px;
    height: 120px;
    background-color: #101010;
    border:3px solid #111111;
}
.tp-brand-inevidence {
    padding: 1rem;
    background-color: #000;
    border:3px solid #eee;
}
#tp-product-contact-container .tp-product-btn-contact-container .tp-product-btn-contact-send {
     color:#000;
}
/*ridimensionare Powered by Webmobili*/
.tp-footer {
    font-size:12px;
    padding-top:20px;
    padding-bottom:15px;
}