:root {
    --text-feature : #2db7ff;
	--text-feature-hover : #0d97df;
}

body {color:#62718D} 
p {font-size:1rem;color:#000}

.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 {background:url('/export/shared/washer/img/bg.jpg') 50% 50%;background-size:cover}*/
.content.has-bg .content-bg:before {background: #ffffff;}

.logo {max-width:400px;margin:20px auto 10px}
.home .home-content h2,h2 {color:var(--text-feature);font-size:34px;font-weight:900}
.home .home-content h3 {color:#263788;font-size:30px;font-weight:bold;margin-bottom:10px}
.home .home-content p {
    margin-bottom: 10px;
}

.btn-primary {background-color:var(--text-feature);border-color:var(--text-feature);}
.btn-primary:hover, .btn-primary:focus, .btn-check:checked+.btn-primary, .btn-check:active+.btn-primary, .btn-primary:active, .btn-primary.active, .show>.btn-primary.dropdown-toggle {background-color:var(--text-feature-hover);border-color:var(--text-feature-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:28px;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)}

.card-body .card-text {font-size: 1.8rem;color: var(--text-feature);font-weight: 600;}
.card-body .then-price {font-size: 0.8rem}
.alert-success {border-color:#88C65C;background:#26225D17}

#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 {
    text-align: center;
    border: 3px solid #26225D;
    padding: 0.5rem;
    border-radius: 10px;
	margin-bottom:1rem
}

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