/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#cfw-payment-method #cfw-billing-methods .payment_method_icons{
    display: flex !important;
}

/* Start - Thank you page CC */
.woocommerce-order-received div#order_review section.cfw-order-status, .woocommerce-order-received div#order_review section.cfw-order-updates, .woocommerce-order-received div#order_review section.cfw-customer-information, .woocommerce-order-received div#order_review div.instructions {
    box-shadow: 0 0 15px 0 #f1f1f1;
    border-radius: 20px;
    border: none;
}
.woocommerce-order-received div#order_review div.instructions{
    padding: 1em;
}
.woocommerce-order-received div#order_review div.instructions p{
    margin: 2em 0 !important;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}
.woocommerce-order-received div#order_review section.cfw-order-status {
    padding: 0 0 0 !important;
    overflow: hidden;
}
.woocommerce-order-received div#order_review .aw-referrals-share-widget.aw-referrals-well h3, .woocommerce-order-received div#order_review .inner h3 {
    font-size: 38px;
    font-weight: 500;
}
.woocommerce-order-received div#order_review .aw-referrals-share-widget.aw-referrals-well p {
    font-size: 22px;
    line-height: 38px;
    font-weight: 500;
}
.woocommerce-order-received div#order_review .inner h3 {
    font-size: 32px;
    font-weight: 500;
}
.woocommerce-order-received div#order_review .inner p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
.woocommerce-order-received div#order_review .inner h6 {
    font-size: 18px !important;
    font-weight: 500 !important;
    margin: 0 0 0 !important;
}
.woocommerce-order-received div#order_review .inner .col-lg-6 {
    margin-bottom: 18px;
}
.woocommerce-order-received div#order_review .inner address {
    padding: 6px 0 0;
    line-height: 24px;
    font-size: 16px;
}
.woocommerce-order-received div#order_review section.cfw-order-updates h3 {
    margin: 0 0 6px;
}
.woocommerce-order-received div#order_review .aw-referrals-share-widget.aw-referrals-well {
    padding: 20px;
    box-shadow: 0 0 15px 0 #f1f1f1;
    border-radius: 20px;
    border: none;
}
.woocommerce-order-received div#order_review section.cfw-order-status .inner.status-row {
    display: none !important;
}
.woocommerce-order-received div#order_review {
    display: flex;
    flex-direction: column;
}
.woocommerce-order-received div#order_review .title {
    order: -1;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: fit-content;
    align-items: center;
}
.woocommerce-order-received div#order_review .title svg.cfw-checkmark {
    margin: 0 0 12px !important;
}
.woocommerce-order-received div#order_review .title svg.cfw-checkmark {
    margin: 0 0 12px !important;
    stroke: #0ab90a !important;
}
#cfw.context-thank-you .title h4 {
    font-size: 28px;
    font-weight: 700;
}
.woocommerce-order-received div#order_review > img {
    display: none;
}
/* End - Thank you page CC */

@media screen and (max-width: 767px) {
    #cfw-billing-methods .payment_method_icons img.lbcc-icon {
        width: 34px !important;
        min-width: unset;
    }

    /* Start - Thank you page CC */
    #cfw-billing-methods .payment_method_icons img.lbcc-icon {
        width: 34px !important;
        min-width: unset;
    }
    .woocommerce-order-received div#order_review .aw-referrals-share-widget.aw-referrals-well h3, .woocommerce-order-received div#order_review .inner h3 {
        font-size: 22px;
    }
    .woocommerce-order-received div#order_review .aw-referrals-share-widget.aw-referrals-well p {
        font-size: 18px;
    }
    /* End - Thank you page CC */
}