.t-primary-bgcolor {
	background-color: #333;
}

a {
	color: #e13a2b;
}

body {
	background-color: #fff;
}

.container {
	width: 1170px;
}

.header {
	width: 100%!important;
}

.header__top {
	padding: 1.5rem;
	box-shadow: 0 5px 25px -5px #272727;
	height: 104px;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 999;
}

.header__logo img {
	max-width: 250px;
}

.header-banner {
	height: 104px;
	display: block;
	content: "";
	background-image: linear-gradient(to bottom, rgba(37, 39, 49, 0.25), rgba(37, 39, 49, 0.25)), url('header-bg.jpg');
	background-size: cover;
	background-position: center;
}

.header .borders {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: 3rem;
	column-gap: 15px;
}

.header .borders .border-left {
	height: 10px;
	width: 100%;
	background-color: #72103D;
}

.header .borders .border-right {
	height: 10px;
	width: 100%;
	background-color: #E13A2B;
}

.main { 
	padding: 3rem 1.5rem
}

.sidebar {
	margin-right: 3rem;
}

#content > section.category > div.section__content.category__content > table > thead > tr > td:nth-child(5),
#content > section.category > div.section__content.category__content > table > tbody > tr > td:nth-child(5),
#orderBox > tbody > tr:nth-child(3) > td:nth-child(2),
#rowSupplyItems2 > td > table > tbody > tr > td:nth-child(2),
#rowSupplyItems2 > td > table > tbody > tr > td:nth-child(1),
#grandTotal > tbody > tr:nth-child(2) > td:nth-child(1),
#total,
#rowSupplyItems > table > tbody > tr.t-primary-bgcolor > td:nth-child(3),
#container > div.mobile-subheader.container.d-lg-none > div > a > span.total,
#rowSupplyItems > table > tbody > tr > td:nth-child(5),
#rowSupplyItems > table > tbody > tr > td:nth-child(3),
#confirmForm > table > tbody > tr:nth-child(5) > td > table > tbody > tr:nth-child(1),
#confirmForm > table > tbody > tr:nth-child(5) > td > table > tbody > tr:nth-child(2),
#confirmForm > table > tbody > tr:nth-child(5) > td > table > tbody > tr:nth-child(3),
#confirmForm > table > tbody > tr:nth-child(6) > td > table > tbody > tr:nth-child(1),
#confirmForm > table > tbody > tr:nth-child(6) > td > table > tbody > tr:nth-child(2),
#confirmForm > table > tbody > tr:nth-child(6) > td > table > tbody > tr:nth-child(3) > td
{
	display: none !important;
}

body.page-login .register {
	display: none;
}