/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

:root {
    --cor-um: rgb(191, 170, 171); /* Cor */
    --cor-dois: rgb(144, 101, 101); /* Cor */
}

@media screen and (max-width: 549px) {
    .woocommerce-checkout-payment div#pagseguro-credit-card-form p {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        order: 1;
    }
}

@media screen and (min-width: 550px) {
    .woocommerce-checkout-payment div#pagseguro-credit-card-form p {
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        order: 1;
    }

    p#billing_city_field, p#billing_postcode_field, p#shipping_city_field, p#shipping_postcode_field {
        width: 48%;
        float: left;
        clear: initial;
        margin-right: 4%;
    }

    p#billing_state_field, p#billing_address_1_field, p#billing_neighborhood_field, p#shipping_state_field, p#shipping_address_1_field, p#shipping_neighborhood_field {
        width: 48%;
        float: left;
        clear: initial;
    }

    p#billing_neighborhood_field, p#shipping_neighborhood_field {
        margin-right: 0;
    }
}

@media screen and (min-width: 850px) {
    .campos-esq, .campos-dir {
        width: 50%;
        float: left;
    }
    
    .campos-esq {
        padding-right: 15px;
    }
    
    .campos-dir textarea {
        height: 197px !important;
    }

    .woocommerce-checkout .large-7, .woocommerce-checkout .large-5 {
        max-width: 50% !important;
        -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
    }
}

.woocommerce-checkout-payment div#pagseguro-credit-card-form {
    display: flex !important;
    flex-flow: wrap;
}

.woocommerce-checkout .pagseguro-method-form .woocommerce-error ul {
    color: red;
    margin-left: 0;
    font-size: 17px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
}

.woocommerce-checkout-payment .woocommerce-error {
    order: 20;
}

form.checkout.woocommerce-checkout label {
    font-size: 14px !important;
}

.woocommerce-cart p#calc_shipping_country_field,
.woocommerce-cart p#calc_shipping_state_field,
.woocommerce-cart p#calc_shipping_city_field,
.woocommerce-checkout p#billing_country_field,
.woocommerce-checkout p#shipping_country_field {
    display: none !important;
}

input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], textarea, select, .select2-container .select2-choice, .select2-container .select2-selection {
    padding: 0 .75em !important;
    font-size: .97em !important;
}

.payment_method_pagseguro small {
    display: none !important;
}

.payment_box.payment_method_pagseguro {
    padding-top: 10px !important;
}

.section .row.contato a i {
    font-size: 45px;
}

.section .row.contato {
	padding-bottom: 20px;
}

.section .campos-dir .geral-submit input.wpcf7-submit {
    width: 100%;
}

.section .campos-dir .geral-submit.contato {
    padding-top: 26px;
}

.footer-wrapper h2 {
    font-size: 14px;
    margin-bottom: 5px;
}

.footer-wrapper .fa-instagram {
    padding-left: 10px;
}

.footer-wrapper .fa-facebook-square, .footer-wrapper .fa-instagram {
    font-size: 50px;
}

.footer-wrapper th {
    text-transform: none;
    border: none;
}

.footer-widgets.footer img.form-pag {
    background: #ffffff;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 12px;
}

.footer-widgets.footer img.img-ssl {
    max-width: 165px;
    background: #ffffff;
    padding: 10px;
    border-radius: 5px;
}