/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

.elementor-kit-135 h1.entry-title{
	line-height:unset!important;
}

.wc-block-components-form {
    display: flex;
    flex-direction: column;
}

.wc-block-checkout__form > div:first-of-type {
    order: 1;
}

fieldset#contact-fields {
    order: 2;
}

.wp-block-woocommerce-checkout-shipping-method-block {
    order: 3;
}

.wp-block-woocommerce-checkout-pickup-options-block {
    order: 4;
}

fieldset#billing-fields {
    order: 5;
}

fieldset#payment-method {
    order: 6;
}

fieldset#additional_info {
	order: 7;
}

div#order-notes {
    order: 8;
}

.css-0.e19lxcc00 {
    order: 9;
}

.wc-block-checkout__terms.wc-block-checkout__terms--with-separator.wp-block-woocommerce-checkout-terms-block{
order:10;
}

.wc-block-checkout__actions.wp-block-woocommerce-checkout-actions-block {
    order: 11;
}

:root :where(.wp-element-button, .wp-block-button__link){
background-color: #871FAD!important;
color: white!important;
text-decoration:none!important;
}