.woocommerce-MyAccount-content fieldset {
    display: none;
}

.shopping-bag-badge {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    line-height: 1rem !important;
    border-radius: 50%;
    top: .5rem;
    right: 0;
    background: red;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 800;
}

.wc-product-sale-wrapper {
    display: flex;
    justify-content: center;
}

.wc-product-sale-wrapper {
    font-weight: 600;
    color: red;
}

.type-product .onsale {
    display:none;
}

#wcmd-my-acc-cat .product-categories,
#wcmd-my-acc-cat .wcmd-category-children {
    list-style: none;
    margin: 0;
    padding: 0;
}

#wcmd-my-acc-cat .wcmd-category-children {
    padding-left: 1rem;
}

#wcmd-my-acc-cat .wcmd-category-children[hidden] {
    display: none !important;
}

#wcmd-my-acc-cat .wcmd-category-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
}

#wcmd-my-acc-cat .wcmd-category-link {
    flex: 1 1 auto;
    min-width: 0;
    padding: .35rem 0;
}

#wcmd-my-acc-cat .wcmd-category-depth-0 > .wcmd-category-row > .wcmd-category-link {
    font-weight: 700;
}

#wcmd-my-acc-cat .current-cat > .wcmd-category-row > .wcmd-category-link {
    font-weight: 700;
    text-decoration: none;
}

#wcmd-my-acc-cat .wcmd-category-toggle {
    display: inline-flex;
    flex: 0 0 2rem;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
}

#wcmd-my-acc-cat .wcmd-category-toggle-icon {
    display: block;
    width: .55rem;
    height: .55rem;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translate(-1px, -1px);
    transition: transform .15s ease-in-out;
}

#wcmd-my-acc-cat .wcmd-category-toggle[aria-expanded="true"] .wcmd-category-toggle-icon {
    transform: rotate(225deg) translate(-1px, -1px);
}

#wcmd-my-acc-cat .wcmd-category-toggle:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}
