.star-donation-wrapper {
    background-color: white;
    padding: 10px;
    min-height: calc(100vh - 100px);
    margin-top: 40px;
}
tr.woocommerce-orders-table__row {
    display: flex!important;
    border: none;
    padding: 10px 30% 10px  15%;
    flex-wrap: wrap;
}
.woocommerce table.shop_table{
    border: none;
}
tr.woocommerce-orders-table__row td {
    border: none;
}

td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number {
    position: absolute;
    padding: 10px!important;
    margin-top: 10px;
    margin-left: -60px;
    background-color: #ccc;
    border-radius: 5px;
}
.woocommerce-orders-table__cell-order-number a{
    color: #3a3a3a;
    text-decoration: unset!important;
}
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-total {
    order: 0;
    flex: 0 0 100%;
    padding-bottom: 0px!important;
}

td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-date {
    order: 1;
    flex: 0 0 100%;
    padding-top: 0px!important;
}

td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
    display: none!important;
}

td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status {
    position: absolute;
    margin-left: 280px;
    margin-top: 10px;
    border: 1px solid #ccc!important;
    border-radius: 5px;
    padding: 5px 10px!important;
    width: 100px;
    text-align: center;
}
.woocommerce table.shop_table td, .woocommerce-page table.shop_table td{
    border: none;
}
.account-orders-table tr.woocommerce-orders-table__row {
    border-top: 1px solid #ccc;
}

.account-orders-table tr.woocommerce-orders-table__row:last-child {
    border-bottom: 1px solid #ccc;
}
/** view order **/
p.status {
    width: fit-content;
    margin: 0 auto;
    padding: 5px 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
h2.status {
    margin-top: 20px;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    border: none;
}

.woocommerce-MyAccount-content section.woocommerce-order-details {
    border: 1px solid #ccc;
    margin-top: 20px;
    border-radius: 5px;
}

.woocommerce-MyAccount-content section.woocommerce-order-details td:not(.woocommerce-table__product-name.product-name) {
    text-align: right;
}

.woocommerce-MyAccount-content section.woocommerce-order-details th {
    font-weight: 400!important;
    width: 65%;
}
@media(max-width: 375px){
    .star-donation-wrapper{
        margin-top: 0;
    }
    .woocommerce table.shop_table_responsive tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status, .woocommerce-page table.shop_table_responsive tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status {
        text-align: center!important;
        /*margin-top: -15px!important;*/
        margin-left: 190px;
    }
    .my_account_orders ::before {
        display: none;
    }
    td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number{
        margin-left: -50px;
    }
    .my_account_orders td {
        text-align: left!important;
    }
    
    td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-date {
    }
    
    .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
        text-align: left!important;
    }
}