a.apagar {
    display: none !important;
}
/*Exibir unidade de medida - Nicolas - 203965*/
#product-list .product-list-item .product-info .product-unit, #product-list-sidebar .product-list-item .product-info .product-unit {
    display: block;
}

.page-content-inner {
	background: #fff;
    padding: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 21px 2px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 21px 2px rgba(0,0,0,0.1);
    box-shadow: 0 0 21px 2px rgb(0 0 0 / 10%);
}