.out-of-stock-header {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

.checkout-message {
    text-align: center;
    font-style: italic;
    margin-top: 5px;
    color: #e80000;
    font-size: 19px;
}

.checkout-disclaimer {
    width: 236px;
    font-size: 17px;
    float: right;
    text-align: right;
    font-style: italic;
}

.main {
    padding: 20px 15px 0 15px;
    min-height: 580px;
    max-width: 768px;
    margin: auto;
}

/*form {
    background: #f3f3f3;
    padding: 20px;
    max-width: 768px;
    margin: auto;
}*/

label {
    font-size: 18px;
    text-align: left;
    font-family: proxima-nova, sans-serif;
}

.handguard-shipping-note {
    font-size: 19px;
    font-style: italic;
    color: #f00;
    margin-bottom: 10px;
}

.shipping-disclaimer {
    font-size: 15px;
    color: #f00;
    font-style: italic;
}

#payment-form {
    display: none;
}

.order-confirmation-container {
    display: none;
}

.confirmation-col {
    text-align: center;
}

.fa-check-circle {
    color: #C64910;
    font-size: 80px;
}

.confirmation-col.two {
    line-height: 36px;
    margin-top: 10px;
}

.card-input {
    border: 1px solid #b7b7b7;
    padding: 5px 10px;
}

.discount-row {
    display: none;
}

.discount-amount {
    color: #ff0101;
}

.discount-amount.invalid {
    font-size: 14px !important;
}

.discount-amount.valid {
    color: #ff0101;
}

.payment-form-container,
.cust-info-container {
    background: #f3f3f3;
    padding: 15px 20px 1px 20px;
    font-size: 0;
    max-width: 768px;
    margin: auto;
}

.payment-form-container {
    display: none;
}

.checkout-input-wrapper {
    margin-bottom: 10px;
}

.cust-input-label {
    font-size: 18px;
    text-align: left;
    font-family: proxima-nova, sans-serif;
    margin-bottom: 5px;
}

.cust-info-container select,
.cust-info-container input {
    height: 38px;
    width: 100%;
    box-sizing: border-box;
    font-family: proxima-nova, sans-serif;
    font-size: 17px;
}

.cust-info-title {
    font-family: proxima-nova, sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
}

.ffl-container {
    position: relative;
    padding-top: 90px;
}

.white-space {
    width: 114%;
    top: 0;
    height: 79px;
    background: #fff;
    position: absolute;
    left: -7%;
}

.ffl-callout {
    font-family: proxima-nova, sans-serif;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
    text-align: center;
}

.ffl-container .cust-input-label {
    font-weight: 600;
}

.card-info-col {
    display: inline-block;
    width: 49%;
}

.checkout-btns-container {
    float: right;
}


.continue-to-payment-btn {
    width: 150px;
    font-size: 22px;
    float: right;
}

.back-to-shipping-btn,
.pay-btn {
    width: 120px;
    font-size: 22px;
    margin-top: 15px;
    display: inline-block;
    box-shadow: none;
    border: none;
    padding: initial;
    float: right;
    background: #C64910;
    color: #fff;
}
.back-to-shipping-btn {
    margin-right: 10px;
}

select,
.submit-payment-btn:focus {
    outline: none;
}

.pay-btn-loading-gif {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 10px;
    width: 30px;
    margin: auto;
}

#card-errors {
    font-family: proxima-nova, sans-serif;
    font-size: 18px;
    margin-top: 5px;
    color: #f00;
}

.order-summary-title {
    font-family: 'Teko', sans-serif;
    margin-bottom: 15px;
    font-size: 40px;
}

.checkout-items-container {
    border-bottom: 1px solid #C64910;
}

.item-image {
    width: 100%;
}

.item-container {
    font-family: proxima-nova, sans-serif;
    font-size: 0;
    margin-bottom: 20px;
}

.item-container span {
    font-weight: 100;
}

.item-col {
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.item-col.one {
    width: 30%;
}

.item-col.two {
    width: 70%;
    padding-left: 10px;
}

.checkout-col.one {
    margin-bottom: 25px;
}

.checkout-charges-summary {
    float: right;
    width: 230px;
    margin-top: 15px;
    margin-right: 10px;
}

.checkout-charges-summary .row {
    font-size: 0;
    margin-bottom: 3px;
}

.checkout-charges-summary .row .left {
    display: inline-block;
    text-align: left;
    width: 40%;
    font-size: 18px;
}

.checkout-charges-summary .row .right {
    display: inline-block;
    text-align: right;
    width: 60%;
    font-size: 18px;
}

.checkout-charges-summary .row .right.calculated-text.active {
    font-size: 14px;
    color: #676767;
}

.checkout-charges-summary .row.total {
    margin-top: 15px;
    font-weight: 600;
}

.dollar-sign {
    display: none;
}

@media (min-width: 768px) {
    .cust-info-col {
        box-sizing: border-box;
    }

    .cust-info-col.half {
        display: inline-block;
        vertical-align: top;
        width: 50%;
    }

    .cust-info-col.left-padding {
        padding-left: 10px;
    }

    .cust-info-col.two-thirds {
        display: inline-block;
        vertical-align: top;
        width: 66.67%;
    }

    .cust-info-col.third {
        display: inline-block;
        vertical-align: top;
        width: 33.33%;
    }

    .cust-info-col.city {
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
        width: 40%;
    }

    .cust-info-col.state {
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
        width: 35%;
        padding-left: 10px;
    }

    .cust-info-col.zip {
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
        width: 25%;
        padding-left: 10px;
    }
}

@media (min-width: 1024px) {
    .top-space {
        padding-top: 120px;
    }

    .checkout-col {
        display: inline-block;
        width: 49%;
        vertical-align: top;
        box-sizing: border-box;
    }

    .checkout-col.one {
        margin-bottom: 50px;
    }

    .checkout-col.two {
        padding-left: 25px;
    }

    .main {
        padding: 80px 15px 0 15px;
        max-width: 1200px;
    }
}
