.woocommerce-order{
    font-family: var(--theme-font-family) !important;
    padding-top: 40px;
	color: #000 !important;
}

a.woocommerce-button.button.invoice.order-actions-button {
    border-radius: 99px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px !important;
    font-weight: 600;
}

.woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th{
    border: none !important;
}
/* Collapse padding on all cells except the 2nd-to-last row  but not from the forst row either*/
.woocommerce table.shop_table tfoot tr:not(:first-child):not(:nth-last-child(2)) td,
.woocommerce table.shop_table tfoot tr:not(:first-child):not(:nth-last-child(2)) th {
  padding-top:    0 !important;
  padding-bottom: 0 !important;
}
.woocommerce table.shop_table tfoot tr:first-child td,
.woocommerce table.shop_table tfoot tr:first-child th {
  padding-top:    8px !important;
  padding-bottom: 0px !important;
}
.woocommerce table.shop_table tfoot tr:nth-last-child(2) td,
.woocommerce table.shop_table tfoot tr:nth-last-child(2) th {
  padding-bottom: 0 !important;
}


.woocommerce-order-details table{
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
}

.woocommerce table.shop_table tbody td{
    background-color: transparent !important;
    border-left: none !important;
    border-right: none !important;
}

.woocommerce table.shop_table thead th{
    border: none !important;
}
.woocommerce-order-details > h2{
    margin-bottom: 16px !important;
}

.woocommerce ul.order_details{
    padding-left: 0 !important;
}

.woocommerce table.shop_table tbody td > a{
    color: var(--e-global-color-primary, #453784) !important;
}