.woocommerce-account .page .post-wrap {
    padding: 40px 30px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: none !important;
    width: 100% !important;
    text-align: right;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style-type: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    display: inline-block;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders {
    padding-right: 20px;
}

table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table {
    width: 100%;
    float: left;
}

#show-order-invoices {
    float: right;
    width: 53%;
}

.woocommerce-orders-table__row {
    cursor: pointer;
}

.woocommerce-orders-table__row.active {
    background: #eee;
    border: 1px solid #c6c9cc;
}

.woocommerce-account .woocommerce-MyAccount-navigation-link--dashboard,
.woocommerce-account .woocommerce-MyAccount-navigation-link--edit-address,
.woocommerce-account .woocommerce-MyAccount-navigation-link--edit-account,
.woocommerce-account .woocommerce-MyAccount-navigation-link--customer-logout {
    display: none !important;
}

.woocommerce-account .page .post-wrap h1 {
    display: none;
}

.woocommerce-account .et_pb_extra_column_main,
.woocommerce-account .et_pb_extra_column_main {
    width: 100% !important;
    max-width: 100% !important;
    flex-basis: 100% !important;
}
.et_pb_extra_column_sidebar {
    display: none !important;
}
.list_of_invoices{
    margin: 0 !important;
    border-left: 1px solid #ddd !important;
    border-right: none !important;
    border-radius: 0 !important;
}
.list_of_invoices{
    background: #f9f9f9;
}
.order-invoices-list h2{
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
}
.woocommerce-orders-table__cell-order-total,
.woocommerce-orders-table__cell-order-paid,
.woocommerce-orders-table__cell-order-remaining,
.woocommerce-orders-table__cell-order-invoices-row,
.woocommerce-orders-table__cell-order-overdue,
.woocommerce-orders-table__cell-order-date,
.woocommerce-orders-table__cell-order-products{
    width: 14%
}
.woocommerce-orders-table__cell-order-invoices-row{
    width: 8%;
}
#the-title{
    display: block !important;
}

.woocommerce-message.woocommerce-message--info.woocommerce-Message.woocommerce-Message--info.woocommerce-info .button{
    display: none;
}
.woocommerce table.shop_table.list_of_invoices{
    width: 98%;
    margin-left: 2% !important;
    border: 0 !important;
}
.woocommerce table.shop_table.list_of_invoices td{
    border: none !important;
}

.woocommerce-orders-table__cell-order-products{
    position: relative;
}
span.invoices-collapse {
    font-size: 0;
    display: inline-block;
    /*position: relative;*/
    width: 14%;
}
.invoices-collapse:before{
    position: absolute;
    content: '+';
    left: 7px;
    top: 50%;
    margin-top: -13px;
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-weight: bold;
}
.woocommerce-orders-table__row.active .invoices-collapse:before{
    content: "\2013";
    margin-top: -16px;
}
span.order-products-title{
    display: inline-block;
    width: 85%;
}
.invoices-row{
	_background: #F9F9F9;
    border:1px solid #c6c9cc;
}
.invoices-row > td{
    border-top: none !important;
    _border-right: 2px solid transparent;
    padding: 25px 0 !important;
}
.invoices-row h4 {
    font-size: 16px !important;
    font-weight: 500 !important;
    margin-bottom: 5px !important;
}
.invoices-row p {
	margin-bottom: 0 !important;
}
.invoices-row .order-status {
    color: green !important;
}
.invoices-row .order-status, .invoices-row .order-date, .invoices-row .order-total{
	font-weight: bold !important;
	font-size: 20px !important;
}
.invoices-row .order-total{
	color:#DD3333 !important;
}
.invoices-row table tr{
 	background-color:#F9F9F9 !important;
}
.invoices-row table tr:hover{
	background-color: #fff !important;
}
.woocommerce-orders-table__cell .pay {
	margin: 0 10px;
}
.invoices-row table td,.invoices-row table th {
	padding: 5px !important;
}
.ui-widget.ui-widget-content {
    background: #fff;
}
button#apply_range,.track-btn.button,.my_account_tracking .order-actions a.track-btn.button {
    background: #dd3333 !important;
    color: #fff;
}
select#order_type {
    height: 35px;
}
#wcmca_address_form_billing p.form-row, #wcmca_address_form_shipping p.form-row {
    margin-bottom: 10px !important;
}

/* change red color to dark gray */
.woocommerce-account .button {
    background: #dd3333 !important;
    color: #fff;
}
.woocommerce-account article{
    border-color: #444d58 !important;
}
.woocommerce-message.woocommerce-message--info.woocommerce-Message.woocommerce-Message--info.woocommerce-info{
    background: #444d58 !important;
}
.woocommerce-message.woocommerce-message--info.woocommerce-Message.woocommerce-Message--info.woocommerce-info:before{
    color: #000000 !important;
}

.woocommerce-table__product-name.product-name .product-sku{
    font-size: 14px;
    font-weight: bold;
}

.invoices-row .shop_table.order_details .order_item img{
    max-height: 60px !important;
    margin-bottom: 0 !important;
}
.invoices-row .shop_table.order_details .order_item td{
    vertical-align: middle;
}
.woocommerce-account.woocommerce-orders h1.entry-title{
    display: none;
}

.woocommerce-table--order-details .wc-item-meta,
.woocommerce-table--order-details .component-subtotal,
.woocommerce-table--order-details .product-sku {
    display: none !important;
}
.woocommerce-MyAccount-orders span.woocommerce-Price-amount.amount, span.amount{
    display: inline-block !important;
}
tr.invoices-row.status-rfq .woocommerce-Price-amount.amount {
    display: none !important;
}

.clear {
    clear: both;
}
