.btn-primary{
	background:#CAA748!important;
	color: black;
	border: 1px solid #CD9D4D;
}

.btn-primary:hover{
	background: #CD9D4D!important;
}

.navbar-sidebar .navbar__list li.active > a {
    color: #AA5555!important;
}

.account-dropdown__footer a:hover {
    background: #CD9D4D!important;
    color: #fff;
}