/*
 Theme Name:   Fast Funnel Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

.wfty_wrap table.wfty_order_downloads tr td.download-file a, .wffn_order_details_table .wfty_wrap .wfty_subscription table tr td.subscription-actions a {
    background-color: var(--bricks-color-utigtd);
    color:#fff !important;;
}
.wfty_wrap table.wfty_order_downloads tr td.download-file a:hover, .wffn_order_details_table .wfty_wrap .wfty_subscription table tr td.subscription-actions a:hover {
    background-color: var(--bricks-color-uluzaz);
}
body #wfacp-e-form .wfacp_main_form.woocommerce .woocommerce-terms-and-conditions-checkbox-text {
    text-align: left;
    display: inline-block;
}
.payment_method_stripe_p24 .wc-stripe-gateway-desc p {
    margin-bottom: 30px;
    line-height: 1.2;
}
.ld-tabs-content h2 {
    margin-top: 30px;
    margin-bottom:20px;
}
.ld-tabs-content p {
    margin-bottom: 20px;
}
.ld-tabs-content .wp-block-button__link {
    padding: 8px 16px;
    border-radius: 0;
    font-weight: 600;
    font-size: 14px;
    background-color:#141e46;
}
.ld-tabs-content .wp-block-button__link:hover {
    background-color:#c70039;
}

.list-check ul {
           list-style: none;
       }
.list-check ul li {
           position: relative;
           margin-bottom:20px;
       }
.list-check ul li:before {
           font-family: Font Awesome\ 6 Solid;
           font-style: normal;
           font-weight: 900;
           content: "\f058";
           color: var(--bricks-color-fyddse);
           left:-25px;
           position: absolute;
       }