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

/* // HEADER DAS PÁGINAS */
h1.elementor-heading-title.elementor-size-default {
    color: #bc9b62;
    /* text-align: center;*/
}

/* // MINHA CONTA // */
.met-pag {
	display: none !important;
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--payment-methods {
  display: none !important;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .form-row label {
  color: #0c0d0e;
  margin-bottom: 2px;
}
body.e-wc-info-notice .woocommerce-info, body.e-wc-info-notice .wc-block-components-notice-banner.is-info {
  background-color: #02010100;
  border-style: solid !important;
  border-width: 1px 0px 0px 0px !important;
  border-color: var( --e-global-color-text );
  font-family: Futura !important;
}
.theme-hello-elementor.woocommerce-account li.woocommerce-MyAccount-navigation-link {
    margin-left: 0px !important;
    border: 0px !important;
    font-size: 18px;
	font-weight: 100;
    width: 100%;
    background-color: transparent !important;
}
.theme-hello-elementor.woocommerce-account li.woocommerce-MyAccount-navigation-link.is-active a {
    background-color: #fff !important;
    color: #bc9b62 !important;
    border: solid 1px #bc9b62 !important;
    border-top: 0px !important;
    border-bottom: 0px !important;
    font-size: 20px !important;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li a {
    background: transparent;
    border-color: var(--tabs-border-color, transparent);
    border-radius: var(--tabs-border-radius, 0);
    border-style: var(--tabs-border-type, solid);
    border-width: 0;
    color: var(--tabs-normal-color, #69727d);
    display: block;
    font-size: 16px;
    font-weight: 100;
    padding: var(--tabs-padding, 12px 20px);
}
.elementor-widget-woocommerce-my-account {
    color: #0c0d0e;
    font-family: Futura, sans-serif;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .form-row label {
    color: #0c0d0e;
}
.wlfmc-default-table-header:not(.is-elementor) .wlfmc-select-list-wrapper input.wlfmc-dropdown-input, .wlfmc-default-table-header:not(.is-elementor) .button, .wlfmc-default-table:not(.is-elementor) .wlfmc-wishlist-footer .apply-btn, .wlfmc-default-table:not(.is-elementor).add-to-card-same-button tr td.last-column .button:not(.minus):not(.plus), .wlfmc-default-table:not(.is-elementor) .wlfmc-wishlist-footer .button, .wlfmc-default-table:not(.is-elementor) .wlfmc-wishlist-footer button[type="submit"], .wlfmc-default-table:not(.is-elementor) .wlfmc-wishlist-footer input[type="submit"], .wlfmc-default-table:not(.is-elementor) .wlfmc-wishlist-footer select, .wlfmc-default-table:not(.is-elementor).qty-same-button input.qty, .wlfmc-default-table:not(.is-elementor).qty-same-button .quantity .button {
    font-size: 14px !important;
    font-family: Futura, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce strong {
    color: var(--general-text-color, #000);
    font-weight: 100;
	text-transform: uppercase;
    /* font-variant: all-small-caps; */
    font-size: 18px;
    text-align: center;
    line-height: 1.2em;
    white-space: normal;
}
.woocommerce form .form-row label {
    line-height: 1;
}

/* // PAGINA DE CONCLUSAO DE COMPRA // */
body.woocommerce-wc-easypay h1.elementor-heading-title.elementor-size-default {
    display: none !important;
}
body.page-wc-easypay h1.elementor-heading-title.elementor-size-default {
    display: none !important;
}