@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,600,700);
:root {
	--main-text-color: black;
	--main-title-color: #c5ab92;
	--main-text-font: 'Poppins', Arial, Helvetica, sans-serif;
	--main-title-font: 'Poppins', Arial, Helvetica, sans-serif;
	--menu-text-color: black;
	--menu-title-color: #C5AB92;
	--menu-background-color: white;
}
body{
    background:#F5F5F5;
    margin-right:50px;
    margin-left:50px;
}
#tp-hp-layout-card .tp-hp-card img {
    height: auto;
}
/*BARRA NAVIGAZIONE TIPOLOGIE - .tp-nav-filter- e divisiore*/
.tp-nav-filter > a > span {
  display:none!important;
}
/*ELIMINARE MENU E CAMPO RICERCA*/
.tp-header {
    display:none!important;
}
/*ELIMINARE "PRODOTTI IN BREADCRUMB*/
.breadcrumb-item {
display:none
}
/*4 COLONNE PRODOTTI*/
@media (min-width: 1400px) {
  .row-cols-xxl-5>* {
    flex: 0 0 auto;
    width: 25%;
  }
}
/*MODIFICA ETICHETTA NEW*/
.tp-card-product-new { visibility:hidden; }
.tp-card-product-new::after {
    position: absolute;
    right: 10px;
    top: 8px;
    background-color: var(--main-title-color);
    color: #fff;
    padding: 5px 15px;
    visibility: visible;
    content: "NUOVO";
    z-index:4;
}
/*immagine prodotti stile cover*/
.tp-product-thumb .object-fit-contain {
    object-fit: cover !important;
}
.tp-menu-title {
   font-size: 1.2rem;
}
.card-title {
    font-size: 1.5rem;
}
.card-body {
    padding-top: 5px;
}
.tp-product-thumb .tp-card-body {
    padding: 0px 0;
    text-align: center;
    font-size: 1.125rem;
    letter-spacing: 0.5px;
    font-weight: 600;
    position: absolute;
    color: white;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* flex-wrap: wrap; */
    flex-direction: column;
}

.tp-product-thumb .tp-card-body .tp-card-pretitle {
    font-size: 1rem;
    color:white;
}   
.tp-product-thumb .tp-card-body .tp-card-title {
     font-size: 1rem;
}
.tp-product-thumb img {
    height: 235px;
}
.tp-product-thumb:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 2;
}
/*MARCHI RIQUADRO  H 150*/
.tp-brand-list a {
    width: 200px;
    height:150px;
    background-color: #fff;
}
/*OCCASIONI - PREZZO EVIDENZIATO*/
.tp-product-thumb .tp-card-body .tp-card-product-discountprice {
    color: #c5ab92;
	font-weight:bold;
}
/*ridimensionare Powered by Webmobili*/
.align-items-center {
    font-size: 11px;
}