/* GLOBAL */
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
	color: var(--secondary-color);
}

/* BREADCRUMBS */
.breadcrumbs h1 {
	font-weight: normal !important;
}

/* TABLE */
.price-table-responsive {
	overflow: auto;
}
.price-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 16px;
}
.price-table,
.price-table th,
.price-table td {
	border: 2px solid var(--primary-color);
	padding: 5px;
}
.price-table .head {
	text-transform: uppercase;
	background: var(--primary-color);
	color: var(--white-color);
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.price-table .sub-head {
	text-align: center;
	font-weight: bold;
}
.price-table .price-label {
	width: 100px;
}
.price-table .price-value {
	text-align: right;
}
.price-table .shift-label {
	width: 20%;
}
.price-table tbody {
	background: var(--white-color);
}
