#table_tally {
	background: #f3f3f3;
	margin: 20px 0 30px;
	padding: 16px 20px 20px;
}
#table_tally .inner {display: table; width: 100%;}
#table_tally .left {}
#table_tally .right {}

#table_tally h3 {margin-bottom: 4px;}
#table_tally .right {
	color: #035a5b;
	font-family: 'Hammersmith One',sans-serif;
	font-size: 1.2em;
}
#table_tally .button-cart {}
#table_tally .button-cart a {
    padding: 0 15px;
    display: inline-block;
    margin: 0;
    line-height: 34px;
    text-decoration: none;
    text-align: center;
    border: none;
    font-size: 12px;
    font-weight: 600;
	color: #ffffff;
    background-color: #035a5b;
    text-transform: uppercase;
	font-family: "Hammersmith One", Sans-serif;
}
#table_tally .button-cart a:hover {
	background-color: #3a3a3a;
}

@media screen and (min-width: 568px) {
	#table_tally .left {float: left;}
	#table_tally .right {float: right;}

	#table_tally .button-cart {display: table; width: 100%;}
	#table_tally .button-cart a {float: right;}
}





body.role-wholesaler-overseas.woocommerce-cart .cart_totals .order-total small.includes_tax,
body.role-wholesaler-overseas.woocommerce-checkout #order_review .order-total small.includes_tax {
	display: none !important;
}



body.role-default_wholesaler.woocommerce-account .product-table .wwp-wholesale-pricing-details p:nth-child(3),
body.role-wholesaler-overseas.woocommerce-account .product-table .wwp-wholesale-pricing-details p:nth-child(3) {
	display: none !important;
}
