/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.wc-block-checkout__form .wc-block-components-address-form__first_name {
    order: -2;
    margin-top: 16px !important;
}

.wc-block-checkout__form .wc-block-components-address-form__last_name {
    order: -2;
}

.wc-block-checkout__form .wc-block-components-address-form__address_1 {
    order: -2;
}

.wc-block-checkout__form .wc-block-components-address-form__address_2 {
    order: -1;
}

.wc-block-checkout__form .wc-block-components-country-input {
    order: 0;
}

/* Custom Form Container */
.custom-form {
    max-width: 400px;
    margin: auto;
}

/* Input Fields */
.custom-input, .custom-select {
    border: 2px solid #E57A36 !important;
    padding: 12px !important;
    width: 100%;
    font-size: 16px;
    border-radius: 5px !important;
    margin-bottom: 10px;
    outline: none;
}

/* Dropdown Select */
.custom-select {
    appearance: none;
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='20' height='20' fill='%23E57A36'%3E%3Cpath d='M7 10l5 5 5-5z'%3E%3C/path%3E%3C/svg%3E") no-repeat right 10px center;
    background-size: 20px;
    background-color: white;
    cursor: pointer;
}

/* Submit Button */
.custom-submit {
    background-color: #E57A36;
    color: black;
    padding: 5px 10px !important;
    font-size: 18px;
    font-weight: bold;
    border-radius: 25px;
    border: none;
    cursor: pointer;
    display: block;
    width: 50%;
    text-align: center;
}

.custom-submit:hover {
    background-color: #D0692F;
}
.action-button .wpcf7-spinner {
    position: absolute;
    top: 10px;
    right: 20px;
}

.action-button p {
    display: flex;
    align-items: center;
    flex-direction: column;
	position: relative;
}

