
.cjoin-header {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 20px;
}

.alert-success {
    display: flex;
    color: #1a1a1a;
    align-items: center;
    height: 64px;
    font-family: 'Red Hat Display', sans-serif;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 18px;
}

.checkout-shopping-cart-icon-container {
    position: relative;
    display: inline-block;
    color: #f15a25;
    margin-right: 20px;
}

.checkout-shopping-cart-icon {
    color: #f15a25;
    font-size: 21px;
}

.checkout-check-circle-icon-container {
    position: absolute;
    /* color: #00C89F; */
    color: #65a92e;
    font-size: 8px;
    top: -7px;
    right: 0px;
}

.checkout-cart-icon {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    height: 28px;
    line-height: 1;
    text-align: center;
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    width: 29px;
}

.cjoin-alert {
    background: rgba(30, 241, 0, 0.2);
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
}


.checkout-form-sec {
    border: 1px solid #e3e1e3;
    margin-bottom: 24px;
    /* padding: 0 0 24px 0; */
}

.checkout-form-header {
    background-color: #fafafa;
    border-bottom: 1px solid #e3e1e3;
    padding: 16px;
}

.checkout-form-sub-heading {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0px;
    margin: 0;
    text-align: left;
}

.checkout-form-sec-inner {
    margin-top: 24px;
    padding: 0 16px;
}

.checkout-form-label {
    color: #1a1a1a;
    font-family: 'Red Hat Display', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: left;
}

@media (min-width: 992px) {
    .checkout-form-label__cc-city {
        padding-bottom: 22px;
    }
}

@media (min-width: 1200px) {
    .checkout-form-label__cc-city {
        padding-bottom: 0;
    }
}

.checkout-form-input, .checkout-form-main select {
    border: 1px solid #e3e1e3;
    border-radius: 6px;
    font-family: 'Red Hat Display', sans-serif;
    font-size: 16px;
    height: 40px !important;
    line-height: 24px;
}

.checkout-form input placeholder {
    color: #888888;
    font-weight: 500;
    line-height: 24px;
}

.checkout-form-create-your-account {
    border-left: 3px solid #65a92e;
    color: #888888;
    font-size: 16px;
    line-height: 22px;
    padding-left: 8px;
}

.doubleInputBG {
    width: 100%;
}

.doubleInputBG .inputBG{
    float: left;
    width: 46%;
}

.inputBG .form-control {
    border: 1px solid #e3e1e3;
    border-radius: 6px;
    font-family: 'Red Hat Display', sans-serif;
    font-size: 16px;
    height: 40px !important;
    line-height: 24px;
}

.doubleInputBG .inputBGSlash {
    color: #1a1a1a;
    font-size: 22px;
    width: 6%;
    float: left;
}

.checkout-other-payment-container {
    border: 1px solid #e3e1e3;
    margin-bottom: 24px;
    padding: 16px 16px 
}

.checkout-other-payment-container p {
    color: #1a1a1a;
    line-height: 24px;
    margin: 10px 0 0;
}

