
.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;
}