/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 #header{ background: red !important; }

@media (min-width: 1400px) {
    .checkout-steps__mobile, .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xs, .container-xxl {
        max-width: 1140px!important;
		margin-top: 40px!important;
    }
}
.btn, .btn-primary, .btn-lg {
	color:#ffffff!important;
}
body.ce-kit-14 h1 {
    color:#1166AC;
}
.page-header {
    display: none!important;
}