@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto+Flex:opsz,wght,XOPQ,XTRA,YOPQ,YTDE,YTFI,YTLC,YTUC@8..144,100..1000,96,468,79,-203,738,514,712&display=swap');
:root {
	--main-text-color: #666666;
	--main-title-color: #666666;
	--main-text-font: 'Montserrat', Helvetica, Arial, sans-serif;
	--main-title-font: "Roboto Flex", Helvetica, Arial, sans-serif;
	--menu-text-color: #666666;
	--menu-title-color: #efbb20;
	--menu-background-color: white;
}
body{
 font-size:18px;
}
.tp-header {
 display:none!important;
}
/*HP titoli ambiente size e text transform*/
.card-title.tp-title{
 text-transform:uppercase;
 font-size:22px;
}
.card-body {
 background-color: #fff;
} 
.tp-language-selector {
 display:none;
}
.page-index .tp-hp-card > a > div:first-child {
 padding: 0 !important;
}
/*titolo ambiente pagina catalogo*/
.tp-ambient-title {
 display:none;
}
/*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: #787878;
}
/*CORNICE RESULT PRODOTTI */
.tp-product-thumb {
 border: 1px solid #ddd;
}
/*PADDING IMG PRODOTTO*/
.tp-product-thumb img {
 padding:6px;
}
.tp-product-thumb .tp-card-body {
 padding: 2px 0;
 text-align: center;
 font-size: 0.9rem;
}
/*etichetta new*/
.tp-product-thumb .tp-card-product-new {
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: #efbb20;
    color: #fff;
    padding: 4px;
}
/*immagine prodotti stile cover*/
.tp-product-thumb .object-fit-contain {
 object-fit: cover !important;
}
.tp-product-thumb .tp-card-body {
 padding: 2px 9px;
 text-align: left;
 font-size: 0.9rem;
}
/*MARCHI RIQUADRO H 150*/
.tp-brand-list a {
 width: 200px;
 height:150px;
 background-color: #fff;
}
/*MARCHI BORDO H 200*/
.border {
 --bs-border-color:transparent;
 height:200px;
}
.border .border-1 {
 border-width: 0px !important;
}
/*OCCASIONI - PREZZO EVIDENZIATO*/
.tp-product-thumb .tp-card-body .tp-card-product-discountprice {
 color: #666!important;
 	font-weight:bold;
}
.tp-product-thumb .tp-card-product-discount {
 position: absolute;
 right: 10px;
 top: 10px;
 background-color: #efbb20;
 color: #fff;
 padding: 4px;
}
#tp-product-contact-container>div {
 border: 1px solid #ddd;
 background-color: #bcbcbc;
}
#tp-product-contact-container .tp-product-btn-contact-container .tp-product-btn-contact-send {
 color:#fff;
 background-color:#efbb20;
 width: 15%;
}
#tp-product-contact-container .tp-product-btn-contact-container .tp-product-btn-contact-send:hover {
 color: #333;
 background-color: #fff;
 border: 2px solid #efbb20;
}
.tp-product-box-details .tp-product-btn-contact {
 border-radius: 0px;
 background-color: #efbb20;
 color: #fff;
 font-weight:600;
 text-transform: uppercase;
}
.page-product-offer .tp-product-box-details .tp-product-btn-contact:hover {
 border-radius: 0px;
 background-color: #fff;
 color: #333;
 font-weight: 600;
 text-transform: uppercase;
 border: 2px solid #efbb20;
}
.tp-product-box-details .tp-product-btn-contact:hover {
 border-radius: 0px;
 background-color: #fff;
 color: #333;
 font-weight: 600;
 text-transform: uppercase;
 border: 2px solid #efbb20;
}
/* H1 titolo prodotto */
.tp-product-box-details h1 {
 font-size: 30px !important;
 text-transform:capitalize!important;
}
.page-product-product .st-inline-share-buttons {
 display: none !important;
}
.tp-copylink-button {
 display: none !important;
}
/*PAdding sotto form*/
.mb-xl-3 {
 margin-bottom: -6rem !important;
 }
/* Testo titolo bianco */
#tp-product-contact-container h3 {
 color: #fff;
}

/* Rimuovi border radius dai campi del form */
#tp-product-contact-container input,
#tp-product-contact-container select,
#tp-product-contact-container textarea {
 border-radius: 0 !important;
}

/*ridimensionare Powered by Webmobili*/
.tp-footer {
 font-size:12px;
 padding-top:-50px!important;
 padding-bottom:15px;
	color:#666;
}
.desc-collapsed::after {
 background:transparent;
}

/* Bottone Mostra tutto - Underline con freccia in giù */
#tp-btn-toggle-desc {
 display: inline-flex;
 align-items: center;
 gap: 8px;
 padding: 10px 0;
 background: transparent !important;
 border: none !important;
 border-bottom: 2px solid #333;
 color: #333 !important;
 font-size: 14px;
 font-weight: 600;
 cursor: pointer;
 transition: all 0.3s ease;
 text-decoration: none;
 font-family: inherit;
}

#tp-btn-toggle-desc:hover {
 padding-left: 4px;
}

#tp-btn-toggle-desc::after {
 content: "↓";
 transition: transform 0.3s ease;
 display: inline-block;
 margin-left: 4px;
}

#tp-btn-toggle-desc:hover::after {
 transform: translateY(4px);
}
#tp-language-selector {
 display:none!important;
}