/* HEADER */

body:not(.home), body:not(.home).product-template-default {
    padding-top: 0;
    font-family: 'Open Sans', sans-serif;
}

body:not(.home) .footer .footer-nav {
    margin-bottom: 0 !important;
}

body:not(.home) .footer .footer-text {
    margin: 0 auto;
}

body:not(.home) .p-cnpj {
    margin-top: 27px;
}

body:not(.home) .footer-social ul {
    margin: 0;
}

body:not(.home) input.search-field, body:not(.home) select {
    background-color: white;
    box-shadow: none;
    outline: 0;
    border: 0;
}

body:not(.home) input.search-field:focus {
    background-color: white;
}

body:not(.home) form input[type="text"], form input[type="email"], form input[type="password"], form input[type="tel"], form input[type="number"], form input[type="file"], form select, form textarea {
	color: #333333;
}

body:not(.home) .menu ul li, .site-header-cart a {
    font-size: 14px;
}


/* HOME */

.woocommerce-breadcrumb a:first-of-type::before {
    display: none !important;
}

body:not(.home) .wp-element-button, .button.alt {
    background-color: #194d2b !important;
    color: white !important;
}

body:not(.home) li.product {
    box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.06);
    padding-bottom: 25px;
}

/* PRODUCT E CHECKOUT */

body:not(.home) .woocommerce-result-count {
    padding: 12px 0 !important;
}

body:not(.home) .input-text.qty {
    background-color: transparent;
    outline: 0;
    box-shadow: none;
    border: 2px solid rgba(0,0,0,.125);
}

body:not(.home) .woocommerce-noreviews, body:not(.home) .woocommerce-info {
    background-color: #194d2b;
}

body:not(.home) .woocommerce-noreviews::before, body:not(.home) .woocommerce-info::before {
    display: none;
}

body:not(.home) #customer_details .col-1, body:not(.home) #customer_details .col-2 {
    width: 100% !important;
}

body:not(.home) .post-edit-link {
    color: #194d2b;
}

body:not(.home) .post-edit-link:visited {
    color: #194d2b;
}

body:not(.home) textarea {
    background-color: white;
    border: none;
}

body:not(.home) p.stars.selected a.active::before, p.stars:hover a::before, p.stars.selected a:not(.active)::before, p.stars.selected a.active::before {
    color: #194d2b !important;
}

body:not(.home) .woocommerce-no-products-found {
    color: white;
    padding-left: 20px;
}