a.dropdown-item.active-custom{
	color: var(--primary) !important;
	font-weight:bold !important;
}	

/* Letter Spacing */
.positive-ls-05 {
	letter-spacing: 0.05px !important;
}

#header .header-body {
	display: flex;
	flex-direction: column;
	background: var(--light);
	transition: min-height 0.3s ease;
	width: 100%;
	border-top: 3px solid #977853;
	border-bottom: 1px solid transparent;
	z-index: 1001;
}
		
		
}html.sticky-header-active #header .header-body {
	position: fixed;
	border-bottom-color: rgba(212, 188, 124);
	box-shadow: 0 0 0px rgba(234, 234, 234, 0.5);
}

/* Header Nav Main Mobile */
#header .header-nav-main:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 50%;
		width: 100vw;
		height: 100%;
		background: var(--primary-200);
		z-index: -1;
		transform: translateX(-50%);		
}		

#header .header-nav-main nav > ul li {
		border-bottom: 1px solid #977853;
	
	}
