.menu-item-cart a {
    position: relative;
    font-weight: bold;
}

.menu-item-cart a::after {
    content: "";
    display: block;
}

.summary .product_meta,
#tab-description h2,
.woocommerce-tabs ul,
.woocommerce-MyAccount-navigation-link--downloads,
.show_if_downloadable {
    display: none !important;
}

.woocommerce-Address-title .edit {
    display: inline-block;
    background-color: #cd1d8a;
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.woocommerce-Address-title .edit:hover {
    background-color: #a3146b;
    text-decoration: none;
}

/* Contenitore del menu account */
.woocommerce-MyAccount-navigation {
    background-color: #fff;
    /*border: 1px solid #ddd;*/
    border-radius: 10px;
    padding: 0;
    max-width: 250px;
    margin-bottom: 30px;
}

.entry-content ul li {
    list-style: none !important;
}
.woocommerce-MyAccount-navigation ul {
    list-style: none !important;
    margin: 0;
    padding: 0;
}

.woocommerce-MyAccount-navigation li {
    margin-bottom: 10px;
}

/* Link delle voci */
.woocommerce-MyAccount-navigation a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    padding: 10px 15px;
    background-color: #f9f9f9;
    border-radius: 8px;
    color: #333;
    font-weight: 600;
}

/* Hover */
.woocommerce-MyAccount-navigation a:hover {
    background-color: #cd1d8a;
    color: #fff;
}

/* Voce attiva */
.woocommerce-MyAccount-navigation .is-active a {
    background-color: #cd1d8a;
    color: #fff;
}
