.woocommerce-order{
    font-family: "Lexend Deca" !important;
    padding-top: 40px;
}

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