html, body {
    overflow-x: hidden;
}

/*
Backgrounds
*/
.bg-soft {
    background-color: #fafafa;
}

/*
Buttons
*/
.btn-xl {
    font-size: 24px;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active {
    background: #0A1C2A;
    border-color: #0A1C2A;
}

/*
Forms
*/
.form-control-alternative {
    border: 1px solid #fff;
}

.form-control-quantity {
    display: inline-block;
    width: 60px;
}

.custom-control-label:before,
.custom-control-label:after {
    top: 50%;
    transform: translateY(-50%);
}

.number-spinner {
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
}

.number-spinner .btn {
    min-width: 2rem !important;
    padding: 10px;
}

.number-spinner .form-control {
    border: 0;
    margin: 0 !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    text-align: center !important;
    width: 50px;
}

/*
Navbar
*/
.navbar.navbar-light {
    background: #0A1C2A;
}

.navbar.navbar-light .nav-link,
.navbar.navbar-light .nav-link:hover,
.navbar.navbar-light a,
.navbar.navbar-light a:hover
{
    color: #fff;
}

@media screen and (min-width: 996px) {
    .navbar-brand img {
        height: 64px;
    }
}

/*
Parsley.js
*/
.parsley-errors-list {
    font-size: .75rem;
    color: var(--danger);
    list-style: none;
    margin-top: 5px;
    padding-left: 0;
}

input.parsley-error,
textarea.parsley-error,
select.parsley-error {
    border: 1px solid var(--danger);
}

/*
Payment
*/
.selected-payment-method {
    display: none;
}

/*
Shapes
*/
.section-shaped .shape-style-1.shape-default {
    background: linear-gradient(150deg, #e9ecef 15%, #e9ecef 70%, #e9ecef 94%);
}

/*
Stripe
*/
#stripe.StripeElement {
    box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
    border: 0;
    transition: box-shadow .15s ease;
    height: calc(1.5em + 1.25rem + 2px);
    display: block;
    width: 100%;
    height: calc(1.5em + 1.25rem + 2px);
    padding: 0.625rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #8898aa;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0.25rem;
}

.ohnohoney {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

