/* CHFI-PAYMENT-PLANS */

.chfi-pp-desc {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #606060;
}

.chfi-pp-price {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #99c93e;
}

/**
    set font and color to override WooCom
 */
.chfi-uf-price {
    font-family: 'Montserrat', sans-serif;
    /*font-size: 18px;*/
    color: #99c93e;
}
.chfi-uf-price del {
    opacity: 0.9;
    font-weight: normal;
    font-size: smaller;
    white-space: nowrap;
}
.chfi-uf-price ins {
    white-space: nowrap;
}

.chfi-payment-plans .subscription-details,
.chfi-uf-price .subscription-details {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: smaller;
    opacity: 0.9;
}


.chfi-pp-total {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #808080;
}

.chfi-pp-btn {
    font-family: 'Montserrat', sans-serif;
    margin-top: 15px;
}

.chfi-pp-message {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #F04040;
    padding-top:  20px;
}


.chfi-payment-plans {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
}

.chfi-payment-plans .chfi-pp-total {

    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: normal;
}

.single-product .variations .label label {
    text-transform: none!important;
    font-weight: bold;
}

.chfi-add-to-cart-btn {
    background-color: #E43B2C!important;
    color: white!important;
}

.chfi-add-to-cart-btn:hover {
    background-color: #99C93e!important;
}

