.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation{
    float: none;
    width: 100%;
}

.woocommerce-MyAccount-navigation .nav>.nav-item:not(:last-child){
    margin-bottom: 5px;
}

.info-box{
    border-width: 2px !important;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
    background-color: transparent;
    border-radius: 0;
}

.woocommerce-OrderUpdate li{
    margin-bottom: 15px;
}

.navigation-header .avatar{
    display: block;
    margin: 0 auto;
    height: 80px;
    width: 80px;
    background-color: var(--bs-body-bg);
    padding: 10px;
    border-radius: 50%;
    border: 2px solid var(--bs-secondary-bg);
}

.dashboard .position-sticky{
    z-index: 1019;
}