.btn.btn-custom {
	color: #000;
    background-color: #f8c545;
    border-color: #f8c545;
	padding: 12px 24px;
}

.btn.btn-custom:active,
.btn.btn-custom:hover,
.btn.btn-custom:focus {
	box-shadow: 0 0 0 0.25rem rgba(248, 197, 69, .50) !important;
}

strong.highlight,
b.highlight {
	color: #f8c545;
}

blockquote.small::before {
	border-left: 1px solid rgba(0,0,0,.1) !important;
}

p {
	font-weight: 400 !important;
}

table.table-custom {
	width: 100%;
}
table.table-custom th,
table.table-custom td {
	padding: 0px 6px;
}
table.table-custom thead th {
	color: #fff;
	background-color: #f8c545;
	border: 2px solid #f8c545 !important;
}
table.table-custom tbody tr.separator td {
	background-color: #e5e5e5;
	border: 2px solid #e5e5e5 !important;
}
table.table-custom tbody tr:not(.borderless) td {
	border: 2px solid #e5e5e5 !important;
}
table.table-custom tbody tr.borderless td {
	border-top: 2px solid #e5e5e5 !important;
	border-bottom: 2px solid #e5e5e5 !important;
}
table.table-custom tbody tr.borderless td:first-child {
	border-left: 2px solid #e5e5e5 !important;
}
table.table-custom tbody tr.borderless td:last-child {
	border-right: 2px solid #e5e5e5 !important;
}

.final-price-box {
	padding: 3px 12px;
	margin: 12px 4px;
	white-space: nowrap;
}
.final-price-box.positive {
	background-color: #67e727;
}
.final-price-box.negative {
	background-color: #f8c545;
}

.nectar-icon-list-item {
	margin-bottom: 40px !important;
}
.nectar-icon-list-item:last-of-type {
	margin-bottom: 0px !important;
	height: 10px;
}

.logo-wrapper {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: row;
	flex-grow: 2;
	justify-content: start;
	align-items: center;
}
.logo-box {
	background-color: #f8c545;
	padding: 4px 8px;
}
.logo-box img {
	height: 48px;
}

header {
	padding: 12px 0;
}
header.light {
	background-color: transparent;
}
header.dark {
	background-color: #000;
}

hr {
	height: 2px !important;
	background-color: #f6be29!important;
	opacity: 1;
}