:root{--page-title-display:none;}/* Start custom CSS */.woocommerce-products-header h1 {
	display:none!important;
}
.woocommerce-products-header .page-description p{
    background-color: white!important;
    border:none!important;
		display:flex!important;
justify-content: center!important;
		flex-direction: row-reverse; !important;
}
.woocommerce-products-header .page-description p button{
 text-transform: uppercase!important; 
		font-family: "Roboto", Sans-serif;

		color:black;
    background-color: white!important;
    border:none!important;  
}
.woocommerce-products-header .page-description p button:nth-child(n+1):nth-child(-n+9){
	margin-top:22px!important;
}
.woocommerce-notices-wrapper .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
	  color:black;  
    text-align: center;
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 400;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price{
	color:black;
	font-size:18px;
	font-weight: 500;
	 text-align: center;
}

.trad {
 color:#4971A8;
}

.priv{
	color:#102E54;
}
.title-detail{
	  font-size: 18px;
    font-weight: 300;
    font-family: roboto;
	
}
.woocommerce ul.products li.product{
	
	height:450px;
	    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
	.woocommerce ul.products li.product .button{
    width:90%;
		justify-content:center;
	background-color:#870A10;
	color:#FFF;
	text-align:center
}
.wpc-filter-content .wpc-filter-product_tag{
    display:none!important;
}/* End custom CSS */