/* 
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
*/

form.custom-buy-product-form {
    display: flex;
    flex-direction: column;
}

form.custom-buy-product-form select:focus-visible {
    border-color: #5795CF;
}

form.custom-buy-product-form button {
    width: 100%;
    margin-top: 10px;
}

.margin-0 h1,
.margin-0 h2,
.margin-0 h3,
.margin-0 h4,
.margin-0 h5,
.margin-0 p {
    margin: 0 !important;
}

.diferenciais ul {
    padding: 0 0 0 18px;
}


.woocommerce-message a {
    display: none !important;
}


.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
}

p#billing_number_field,
p#shipping_number_field {
    max-width: 50%;
}

p#billing_neighborhood_field,
p#shipping_neighborhood_field {
    max-width: 50%;
}

@media screen and (max-width:767px) {

    p#billing_number_field,
    p#shipping_number_field {
        max-width: 100%;
    }

    p#billing_neighborhood_field,
    p#shipping_neighborhood_field {
        max-width: 100%;
    }

}