/* account order */
.woocommerce table.shop_table,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table td {
    border-color: var(--contrast-lg);
}

.woocommerce table.shop_table tbody > *{
    font-size: 14px;
}
.woocommerce table.shop_table tbody th{
    font-weight: 300;
}

.woocommerce table.my_account_orders .button{
    padding: 0;
    text-decoration: underline;
    margin-bottom: 0;
    text-align: start;
    font-size: 14px;
    margin-left: 8px;
    color: var(--contrast-lg);
}

.woocommerce table.my_account_orders .button:hover{
        text-decoration: unset;

}
