/*your custom css goes here*/ 
/* Force the bottom header background color to the requested brand color immediately */
.bottom-background-color-visibility {
	background-color: #FFA700 !important;
}

/* Ensure category menu / all-category bar uses the brand color */
.all-category,
.all-category.has-transition,
#category-menu-bar {
	background-color: #FFA700 !important;
}

/* Fallback for bootstrap danger / buttons if any compiled css remains */
.btn-danger,
.text-danger {
	color: #fff !important;
	background-color: #FFA700 !important;
	border-color: #FFA700 !important;
}