@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Karla:ital,wght@0,200..800;1,200..800&display=swap');
:root {
	--main-text-color: #fff;
	--main-title-color: #fff;
	--main-text-font: "Karla", Arial, Helvetica, sans-serif;
	--main-title-font: "Cormorant", Arial, Helvetica, sans-serif;
	--menu-text-color: #fff;
	--menu-title-color: #fff;
	--menu-background-color: #1A202C;

}
 body{
 background:#1A202C;
 font-size:18px;
 font-weight:300;
}
.btn-close {
 --bs-btn-close-bg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E");

}

/*HP titoli ambiente size e text transform*/
.card-title.tp-title{
 text-transform:uppercase;
 font-size:22px;
}
.tp-product-thumb {
 background:transparent;
}
/*SFONDO CARD AMBIENTI CASA HP*/
#tp-hp-layout-card .tp-hp-card.card {
 background-color: transparent;
}
/*CORNICE RESULT PRODOTTI */
.tp-product-thumb {
 border-bottom: 1px solid #0F4379;
 border-radius: unset;
}

.tp-product-thumb .tp-card-body .tp-card-title {
 display: block;
 color: pink;
 }
 .tp-product-thumb .tp-card-body {
 text-align: left;
 }
 
.tp-product-box-image .carousel-control-prev-icon {
 background-color: #0F4379;
 height: 3rem;
 width: 3rem;
}.tp-product-box-image .carousel-control-next-icon {
 background-color: #0F4379;
 height: 3rem;
 width: 3rem;
}
.tp-product-box-details .tp-product-btn-contact {
 background-color: #0F4379;
 color: #fff;
 text-transform: uppercase;
}
.tp-nav-filter-brand .tp-nav-filters-btn {
 color:#0F4379;
}
#tp-product-contact-container>div {
 padding: 1rem;
 border: 3px solid #0F4379;
 background:transparent;
}
.tp-product-thumb .tp-card-product-discount {
 position: absolute;
 right: 10px;
 top: 10px;
 background-color: #123F75;
 color:#fff ;
 padding:4px;
}
.text-body-secondary {
 --bs-text-opacity: 1;
 color: #eee!important;
}
.tp-product-thumb .tp-card-product-new {
 background-color: #0F4379;
 color: #fff;
}
.tp-product-box-details .tp-product-title-info {
 margin-top: 0;
 margin-bottom: .5rem;
 font-weight: 600;
 line-height: 1.2;
 font-size: 35px;
}
.tp-brand-list a {
 width: 200px;
 height: 150px;
 background-color: transparent;
}
.page-manufacturers .border {
 border: 0px !important;
}
#tp-product-contact-container .tp-product-btn-contact-container .tp-product-btn-contact-send {
 color: #fff;
 background:#0F4379;
}
