
:root {
    --text-feature : #ff6900;
	--pulse-colour1: #ff6900;
	--pulse-colour1-hover: #df4900;
}

body {color:white;background:#000} 
p {font-size:1rem}
a {color:var(--text-feature)}
.banner {display:none}
.home {}
.home-content-wrapper {border:none;padding:20px 30px;border-radius:10px;max-width:600px;margin:30px auto}

.home .home-content {top:0;margin-top:0;max-width:100%!important;padding:0}
.home .home-content-inner {padding:2rem}

.content.has-bg .content-bg:before {content:none;}
.content.has-bg .content-bg {background:#000}

.logo {max-width:400px;margin:0 auto 10px}
.home .home-content h2,h2 {color:#FFF;font-size:28px;font-weight:900}
.home .home-content h3 {color:#FFF;font-size:20px;font-weight:bold}

.bg-silver-100 {background-color: #000 !important;}

.alert-success {
    border-color: var(--text-feature);
	color: var(--text-feature);
    background: transparent;
}

/* Buttons */
.btn {border-radius:48px;color:#000;font-size:18px}
.btn-primary {background-color: var(--pulse-colour1);border:var(--pulse-colour1);}
.btn-primary:hover {background-color: var(--pulse-colour1-hover);border:var(--pulse-colour1-hover);}

.btn-success {background-color: var(--pulse-colour1);border:var(--pulse-colour1);}
.btn-success:hover {background-color: var(--pulse-colour1-hover);border:var(--pulse-colour1-hover);}

.feature-text {color:var(--text-feature)}
.feature-break {display:block}

.form-control-xl {padding:.5rem 1rem;font-size:3rem;line-height:3rem;border-radius:6px;}

.card {border-radius:10px;text-align:center;border-color:var(--text-feature)}
.card-body p,.card-body li {font-size:18px;margin-bottom:0;}
h4.card-title {color:#000;text-transform:uppercase;font-size:32px;font-weight:900}
a .card-body p, a .card-body h4, a .card-body {color:#333333;}
.card-title i {display:none;}

a .card-body p.text-highlight,.text-highlight {color:#88C65C}

a.selected .card-body p, a.selected .card-body h4, a.selected .card-body, .selected .feature-text {color:white;}
/*a.selected .card-title i {display:inline-block;}*/
a.selected .card, a.selected.card {border-color:var(--text-feature);background-color:var(--text-feature)}


#selectedRegistration {font-weight:900;font-size:40px;color:var(--text-feature)}
#productDescription {font-size:1.4rem;color:#333}
#productPrice,.card-body p.price-from {font-size:1.4rem;color:#26225D}
#selectedOption {
	background:white;
	color:#333;
    text-align: center;
    border: 3px solid var(--text-feature);
    padding: 0.5rem;
    border-radius: 10px;
	margin-bottom:1rem
}

/* Disable Giftcards for now */
#giftcardSection {display:none}