/* nasconde varianti prodotto nella lista */

.product-attribute-item,
.product-attribute-list,
.variant-links {
    display: none !important;
}

/* BLOCCO COLLEGAMENTI NEL FOOTER */

.np-footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.np-footer-links li {
    margin-bottom: 6px;
}

.np-footer-links a {
    font-size: 1em;
    color: #333;
    text-decoration: none;
    display: block;
}

.np-footer-links a:hover {
    color: #724B78;
}
