p.order-again {
    display: none;
}

.woocommerce section.woocommerce-customer-details .woocommerce-columns--addresses.addresses{
    display: inline !important;
}

button.button[name="save_address"] {
    margin-top: 15px;
}


.woocommerce-MyAccount-content header.woocommerce-Address-title a {
    border: 0 !important;
    background: none !important;
    color: var(--g5-color-accent) !important;
}


.account-orders-table thead tr th {
    border: 1px solid var(--g5-color-accent) !important;
    border-radius: 0;
    color: var(--g5-color-accent-foreground) !important;
    background-color: var(--g5-color-accent) !important;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
    padding-top: 20px !important;
}

.woocommerce table.shop_table.account-orders-table tbody td, 
.woocommerce table.shop_table.account-orders-table tbody tr th, 
.woocommerce table.shop_table.account-orders-table tbody td, 
.woocommerce table.shop_table.account-orders-table tbody tr td {
    text-align: center;
}