/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

#primary-menu ul li.current > a { color:#B6121D; }

#primary-menu ul li:hover > a { color:#B6121D; }

h2 > span:not(.nocolor) { color:#B6121D; }

#header.full-header #primary-menu > ul { border-right: none; }

.pricing-box.best-price .pricing-price { color: #B6121D;}

.button { background-color:#B6121D;}

.button.button-3d:hover {
	background-color: #B6121D !important;
	opacity: 0.7;
}

a { color: #B6121D; }

label.error {
	font-size:11px !important;
}

#cookie-notification {
	z-index: 298;
}

#cookie-notification.dark {
    background-color:#000;
}

