/*invoice page*/
.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;
}

.my_account_orders .woocommerce-orders-table__cell-order-actions a.invoice_button:hover:before{
    
    color:#4a4e57!important;
}

.invoice_view{
   
}

#invoice-input table{
    border-spacing:0 !important;
    border-collapse: collapse;
}
table#items-table {
    margin-bottom: 10px;
}
.order-info {
    text-align: left;
    line-height: 1.5em;
}

tr.tab-head {
    background: #757B82 !important;
    color: #ffffff !important;
    text-align: left;
}

tr.tab-head th, tr.tab-head td {
    padding: 4px 20px;
}

tr.product-details th, tr.product-details td {
    padding: 4px 20px;

}

tr.product-details {
    text-align: left;
    background: #fafafa;
    border-bottom:2px solid #fff;
}
tr.space {
    height: 30px!important;
}

tr.total-detail {
    font-weight:bold;
}
tr.total-detail th{
    background:#fff !important;
}
tr.total-detail th, tr.total-detail td {
    padding: 4px 20px;
}
tr.total-detail td{
    border-top: 2px solid #dbe2e9;
}

tr.amt-due-detail {
    background: #757B82 !important;
    color: #ffffff !important;
    font-weight:bold;
}
tr.amt-due-detail th{
    background:#fff !important;
}
tr.amt-due-detail th, tr.amt-due-detail td {
    padding: 4px 20px;
}

tr.fees-info th, tr.fees-info td {
    padding:2px 0 2px 20px;
}

td.num{
    text-align: right;
    padding: 0 94px 0 0!important;
}

td.payment-details, td.payment-values {
    vertical-align: top;
}
.page-id-7922 #yews-hello-bar{
	display:none;
}
@media print {
    #main,
    tr.amt-due-detail th,
    tr.total-detail th {
        background: #fff !important;
    }
    #main {
    padding: 0 30px !important;
    }
    .invoice {
        padding: 0 !important;
    }
    * {
        color-adjust: exact !important;
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }
    body {
        width: 210mm!important;
        height: auto!important;
        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;
	}
}