
		#tpbr_topbar{display:none !important;}

    .statuses {
        display: none;
    }

    .after-success p {
        margin: 0;
        text-align: center;
    }

    .payment-method {
        width: 100%;
        background: #f9f9f9;
        border: 1px solid #eee;
        border-radius: 7px;
        padding: 10px 24px;
    }

    .payment-method img {
        max-width: unset !important;
        width: 30px !important;
        height: 30px !important;
        margin: 0 auto !important;
    }

    .payment-method p {
        line-height: 1.8em;
        text-align: center;
        margin: 0;
    }

    .payment-method .wc-bacs-bank-details-heading {
        margin-top: 16px;
    }

    .payment-method .woocommerce-bacs-bank-details {
        margin: 0 auto;
        width: fit-content;
    }

    .payment-method h2, .payment-method h3, .payment-method h4, .payment-method h5, .payment-method h6 {
        margin: 8px 0;
    }

    .payment-method ul {
        margin: 0 20px;
    }

    .payment-method ul li {
        line-height: 1.6em;
    }

    .sign-up {
        width: fit-content;
    }

    .sign-up .button.waiting {
        background: #9E9E9E;
    }

    .sign-up .send-auth {
        text-align: center;
        margin: 0 auto;
        display: block;
        font-size: 14px;
        cursor: pointer;
    }

    .sign-up ul {
        margin-top: 5px;
        margin-bottom: 0;
    }

    .sign-up .button {
        margin-right: 21px;
    }

    .sign-up h3 {
        margin-bottom: 0;
    }

    .sign-up input {
        display: block;
        margin-top: 8px;
        margin-right: 20px;
    }

    .sign-up ul li {
        line-height: 1.6;
        list-style: none !important;
    }

    .sign-up ul li:before {
        content: '✓';
        padding-left: 10px;
    }

    div#header-contact .inline-block > a, footer .phone {
        display: none;
    }
		.order-invoice table{
		display:none;
	}
	.view-order-invoice{
    cursor: pointer;
	text-align: center;
    display: block;
    margin-bottom: 24px;
}