.my_account_orders .woocommerce-orders-table__cell-order-actions a.invoice_button:hover:before,
tr.tab-head {
    color: #4a4e57 !important;
}
.mobile-contact-email,
.mobile-contact-phone {
    display: none !important;
}
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a {
    width: 50%;
    display: inline !important;
}
.my_account_orders .woocommerce-orders-table__cell-order-actions a.view {
    margin-right: 15%;
}
.my_account_orders .woocommerce-orders-table__cell-order-actions a:after {
    content: " " !important;
}
.my_account_orders .woocommerce-orders-table__cell-order-actions a.view:after {
    position: absolute;
    font-family: awb-icons;
    content: "\f105" !important;
    margin-left: 10px;
    vertical-align: bottom;
}
.my_account_orders .woocommerce-orders-table__cell-order-actions a.invoice_button:before {
    font-family: dashicons !important;
    content: "\f190" !important;
    vertical-align: middle !important;
    font-size: 20px !important;
    display: inline-block !important;
}
#invoice-input table {
    border-spacing: 0 !important;
    border-collapse: collapse;
}
table#items-table {
    margin-bottom: 10px;
}
.order-info,
.shipping-info {
    text-align: left;
    line-height: 1.5em;
	font-weight:400;
}
tr.tab-head {
    background: #000 !important;
    color: #fff !important;
    text-align: left;
}
tr.amt-due-detail td,
tr.amt-due-detail th,
tr.tab-head td,
tr.tab-head th,
tr.total-detail td,
tr.total-detail th {
    padding: 4px 20px;
}
tr.product-details td,
tr.product-details th {
    padding: 4px 20px;
    font-weight: normal !important;
}
tr.product-details {
    text-align: left;
    background: #fafafa;
    border-bottom: 2px solid #fff;
}
tr.space {
    height: 30px !important;
}
tr.total-detail {
    font-weight: 700;
}
tr.amt-due-detail th,
tr.total-detail th {
    background: #fff !important;
}
tr.total-detail td {
    border-top: 2px solid #dbe2e9;
}
tr.amt-due-detail {
    background: #000;
    color: #fff;
    font-weight: 700;
}
tr.fees-info td,
tr.fees-info th {
    padding: 5px 0 5px 20px;
}
td.num {
    text-align: right;
    padding: 0 94px 0 0 !important;
}
td.payment-details,
td.payment-values {
    vertical-align: top;
}
.payment-values {
    text-transform: capitalize;
}
.payment-values span {
    display: block;
    font-weight: 600;
    margin-top: 10px;
}
.payment-values span:first-child {
    margin-top: 0 !important;
}
@media print {
    #main,
    tr.amt-due-detail th,
    tr.total-detail th {
        background: #fff !important;
    }
    #main,
    .invoice {
        padding: 0 !important;
    }
    * {
        color-adjust: exact !important;
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }
    body {
        width: 210mm;
        height: auto;
        background: #fff;
        display: block;
        margin: 0 auto 0.5cm;
        box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.5);
    }
    tr.tab-head {
        background: #000 !important;
        color: #fff !important;
        text-align: left;
    }
    tr.tab-head td,
    tr.tab-head th {
        padding: 6px 20px;
    }
    tr.amt-due-detail td,
    tr.amt-due-detail th,
    tr.fees-info td,
    tr.fees-info th,
    tr.product-details td,
    tr.product-details th,
    tr.total-detail td,
    tr.total-detail th {
        padding: 5px 20px;
    }
    tr.product-details {
        text-align: left;
        background: #fafafa;
    }
    tr.space {
        height: 10px !important;
    }
    tr.total-detail {
        font-weight: 700;
    }
    tr.total-detail td {
        border-top: 2px solid #dbe2e9;
    }
    td.num {
        text-align: right;
        padding: 0 40px 0 20px !important;
    }
    tr.amt-due-detail {
        background: #000;
        color: #fff;
        font-weight: 700;
    }
    html,
    html body {
        background-color: #0000 !important;
        box-shadow: none;
    }
    .tab-head td:last-child {
        text-align: right !important;
        padding-right: 40px !important;
    }
}
@media screen and (max-width: 900px) {
    .company-details,
    .invoice-details {
        width: 100% !important;
        float: none !important;
    }
    .company-details {
        margin-bottom: 30px !important;
    }
    tr.tab-head td:last-child {
        text-align: right !important;
    }
    td.num {
        padding-right: 20px !important;
    }
}
