/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

/* Geral */

body {
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    margin-block-end: .5em;
    margin-block-start: 1.2em;
}

.page-header {
    margin-top: 50px;
}

input:focus,
textarea:focus,
select:focus,
a:focus {
    outline: none;
}

.term-description {
    margin-bottom: 50px
}

/* Pesquisa */
.search .post {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    text-align: center;
}

.search .post h2 {
    color: #222222;
    font-weight: 400;
    font-size: 1em
}

.search .post .add_to_cart_inline {
    border: none !important;
}

.search .post .woocommerce-Price-amount {
    display: block;
    margin-bottom: 10px;
    margin-top: -20px
}

.search .post .button {
    transition: .3s;
}

@media only screen and (max-width: 850px) {
    .search .post {
        width: 100%;
    }
}


/* Inputs */
input:not([type="submit"]),
select,
.select2,
textarea {
    margin-top: 5px;
    margin-bottom: 15px;
}

select {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-ccbd08f);
    border-radius: 0px 0px 0px 0px;
    background: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right 15px top 50%;
}

/* Contact Forms 7 */
.wpcf7-form label {
    width: 100%;
}

.wpcf7-form .wpcf7-list-item.first,
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
    margin-left: 0px;
}

/*Tables*/
table {
    border-color: var(--e-global-color-ccbd08f);
}

table td,
table th {
    border-color: var(--e-global-color-ccbd08f);
}

table tbody>tr:nth-child(odd)>td,
table tbody>tr:nth-child(odd)>th,
table tbody>tr:hover>td,
table tbody>tr:hover>th {
    background-color: rgba(0, 0, 0, 0.02);
}

#cancel-comment-reply-link {
    display: block;
    font-size: 15px;
    margin-top: 10px;
}

.comments-area a,
.page-content a {
    text-decoration: none;
}

.single-product .quantity{
    margin-right: 20px;
}