/* Remove order invoice tab from customer account */
.sales-order-view .nav.item a[href*="sales/order/invoice"] {
	display: none !important;
}

.product-restriction-notice {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}