.wpcf7-form{
    max-width: 440px;
    label{
        font-weight: bold;
        line-height: 1;
    }
    .wpcf7-form-control-wrap{
        input, textarea{
            border-radius: 0;
            padding: 12px 12px 10px !important;
            width: 100%;
            border: solid 1px #e3e3e3;
            color: #777;
            background-color: rgba(0,0,0,0.05) !important;
            transition: all .2s linear;
            outline: none;
            margin-bottom: 20px;
            margin-top: 10px;
        }
    }
    .wpcf7-submit{
        box-shadow: 0 3px 0 0 #007cbd;
        font-weight: 700;
        background: #00aeef;
        padding: 15px 16px 13px;
        position: relative;
        margin-right: 10px;
        vertical-align: middle;
        text-align: center;
        zoom: 1;
        font-size: 17px;
        line-height: 1.3;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        color: #fff;
        border-radius: 2px;
        &:hover{
            box-shadow: 0 3px 0 0 rgba(0,0,0,1);
            background: #323436;
        }
    }
}
.kt-modal-container{
    .kt-svg-icon-list{
        .kt-svg-icon-list-text{
            text-align: center;
        }
    }
    .wpcf7-form{
        max-width: 100%;
        width: 100%;
        .wpcf7-form-control-wrap{
            input, textarea{
                border-radius: 5px;
                border: 3px solid rgba(0, 0, 0, 0.2);
            }
        }
        span[data-name="your-email"]{
            background-image: url(https://englishanyodev.wpenginepowered.com/wp-content/uploads/2024/05/email.webp);
            background-repeat: no-repeat;
            background-position: 97%;
            appearance: none;
        }
        .wpcf7-form-control{
            &.wpcf7-checkbox{
                .wpcf7-list-item{
                    width: 100%;
                    padding-bottom: 15px;
                    margin: 0 !important;
                    label{
                        justify-content: center;
                        input[type="checkbox"]{
                            width: 30px;
                            margin: 0 !important;
                        }
                        .wpcf7-list-item-label{
    
                        }
                    }
                }
            }
        }
        .wpcf7-submit{
            width: 100%;
        }
    }
}
.wp-block-search{
    .wp-block-search__inside-wrapper {
        .wp-block-search__input{
            font-size: 17px;
            line-height: 28px;
            padding: 12px 12px 10px;
            width: 100%;
            border: solid 1px #e3e3e3;
            color: #777;
            background-color: rgba(0, 0, 0, 0.05);
        }
        .wp-block-search__button{
            background-color: #00aeef !important;
            background-image: url(https://englishanyodev.wpenginepowered.com/wp-content/uploads/2024/03/search.png) !important;
            background-position: center center !important;
            background-repeat: no-repeat !important;
            width: 43px;
            height: 56px;
            font-size: 1px;
            border-radius: 0;
            margin-left: -30px;
            color: rgba(234, 240, 246, 0) !important;
            &:hover{
                background-color: #323436 !important;
            }
        }
    }
}
.lp-add-cart-btn, .buy-now-cart, .extra-access-cart, .claim-your-discount, .fluency-secrets, .speak-like-me, .checkout-btn{
    form{
        .single_add_to_cart_button{
            .title{
                display: block;
                font-size: 30px;
                font-weight: bold;
            }
            .subtitle{
                font-size: 18px;
            }
        }
    }
}
.woocommerce{
    a.remove{
        position: absolute;
        left: -15px;
        top: 0;
        background: #000;
        color: #fff !important;
    }
}
.woocommerce-checkout-review-order{
    display: flex;
    flex-direction: column-reverse;
    .cart_item{
        .product-name{
            display: flex;
            flex-direction: column;
            width: 100% !important;
            .product-details{
                .cqoc_container{
                    color: #fff;
                    font-size: 1px;
                    a, span{
                        font-size: 16px;
                        color: #000;
                    }
                    .cqoc_product_name{
                        font-size: 20px;
                        font-weight: 700;
                        margin: 15px 0 10px;
                        display: block;
                    }
                }
                .product-short-description{
                    font-size: 14px;
                    color: #000;
                }
            }
            .product-total{
                display: none !important;
            }
        }
    }
}
.woocommerce{
    form{
        &.checkout{
            .fc-inside{
                .fc-checkout-steps{
                    display: flex;
                    flex-direction: column;
                    [data-step-id="contact"]{
                        order: 1;
                    }
                    [data-step-id="billing"]{
                        order: 3;
                    }
                    [data-step-id="payment"]{
                        order: 2;
                    }
                }
            }
        }
    }
}
.quiz_begin{
    display: none !important;
}
.qsm-apc-1-show{
    display: block !important;
}
.button_show{
    display: block !important;
}
.mlw_next {
    display: none !important;
}
.qsm-quiz-form{
    margin-bottom: 0 !important;
}
.mlw_qmn_message_before{
margin-bottom: 0 !important;
}
.img-quiz{
margin: auto;
display: block !important;
margin-top: 30px;
margin-bottom: 30px;
}
.mlw_qmn_message_before{
text-align: center;
}
.qsm-question-page{
    .quiz_section{
        display: flex !important;
        flex-direction: column;
        .mlw_qmn_question{
            order: -1;
        }
    }
}
@keyframes jittery {
	5%,
	50% {
		transform: scale(1);
	}
	10% {
		transform: scale(0.9);
	}
	15% {
		transform: scale(1.15);
	}
	20% {
		transform: scale(1.15) rotate(-5deg);
	}
	25% {
		transform: scale(1.15) rotate(5deg);
	}
	30% {
		transform: scale(1.15) rotate(-3deg);
	}
	35% {
		transform: scale(1.15) rotate(2deg);
	}
	40% {
		transform: scale(1.15) rotate(0);
	}
}
.qsm-submit-btn{
    margin: auto;
    padding: 20px 40px !important;
    font-size: 20px !important;
    font-weight: 700;
    animation: jittery 4s infinite;
    @media(max-width: 400px){
        font-size: 18px !important;
        padding: 15px 30px !important;
    }
}
//[data-step-id="billing"] {
//  display: none;
//}
.wrapup_order_bump{
    .wps_upsell_offer_main_wrapper {
        .wps_upsell_offer_parent_wrapper{
            .wps-ob-st__head{
                .wps_head_check_ubo{
                    .add_offer_in_cart{
                        position: relative !important;
                        top: 0 !important;
                        margin-right: 15px !important;
                    }
                    span{
                        font-size: 20px;
                        font-weight: 700;
                    }
                }
            }
        }
    }
}
.wfacp_elementor_mini_cart_widget .product-name a {display:none}
.fc-expansible-form-section .fc-expansible-form-section__toggle{display: none !important;}
//.wfacp_desktop.wfacp_tablet.bredcrumb{display: none;}
.fc-expansible-form-section {
    padding: 0 !important;
}
#wfacp-e-form{
    p.form-row.wfacp-col-left-half{
        @media (min-width: 768px){
            width: 48% !important;
        }
    }
}
.wfacp_preview_content_box {
    display: none !important;
}
.wfacp_order_summary_container{
    .wfacp_elementor_mini_cart_widget{
        .shop_table {
            .cart_item {
                .product-name-area{
                    .product-name{
                        .wfacp_cart_title_sec{
                            .wfacp_mini_cart_item_title{
                                .cqoc_container{
                                    font-size: 1px;
                                    color: #FAFABC57;
                                    span{
                                        color: #353030;
                                        font-size: 14px;
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
.product-quantity{display: none;}
.wfacp_payment {
    .woocommerce-checkout-payment {
        .place-order{
            margin-top: 30px !important;
        }
    }
}
.wfacp_collapsible_order_summary_wrap{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    margin-bottom: 0 !important;
}

#payment ul .payment_method_fkwcs_stripe > label{
    position: relative !important;
    z-index: 1;
    &::after{
        content: "";
        width: 30px;
        height: 24px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        left: -30px;
    }
}
#payment ul .payment_method_ppcp-gateway > label{
    position: relative !important;
    z-index: 1;
}

.form_section_two_step_0_elementor-shoppe-step-2{
    //display: none;
    &.active{
        display: block;
    }
}
.woocommerce-checkout-review-order-table{
    .order-total{
        .woocommerce-Price-amount{
            bdi{
                @media(max-width: 578px){
                    font-size: 14px !important;
                }
            }
        }
    }
}
.checkout-image{
    .elementor-shortcode{
        img{
            width: 100%;
            height: 145px;
            object-fit: contain;
            object-position: center;
        }
        .wp-post-image{
            width: 100%;
            height: 145px;
            object-fit: contain;
            object-position: center;
        }
    }
}