.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:#156164;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1600px;}.e-con{--container-max-width:1600px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*CSS para personalizar o botão de avanço de etapas do Fluid Checkout */
.has-checkout-layout--multi-step .fc-step__actions .fc-step__next-step {
    margin: 0;
    min-width: 280px;
    width: 100%;
    background: #098d18; /* aqui coloque a cor de fundo em RGB que desejar */
    color: white; /* Cor do texto*/
    border-radius: 30px; /* faz arredondar as bordas do botao */
    text-align: center;
}


.has-checkout-layout--multi-step.woocommerce-checkout form.woocommerce-checkout .fc-wrapper [data-step-complete] .fc-step__substep .fc-step__substep-title:before {
   
    background-color: #098d18 !important; /* Mudar a cor do icone de check para verde */
    
}

/* Aqui muda a cor do botao ao passar ou mouse*/
button.fc-step__next-step.button:hover {
    background: #09b31c !important;
    color: white !important;
}

/* Aqui muda a cor do botao Salvar Alteracoes e arredonda as bordas*/
button.fc-step__substep-save.button {
    background: #098d18;
    color: white;
    border-radius: 30px;
}

/* Aqui muda a cor do botao Salvar Alteracoes ao passar o mouse*/
button.fc-step__substep-save.button:hover {
    background: #09b31c;
    color: white; 
}

/* Aqui muda a cor do botao Finalizar Pedido e arredonda as bordas*/
button#place_order {
	background: #098d18;
  color: white;
  border-radius: 30px;
}

/* Aqui muda a cor do botao Finalizar Pedido ao passar o mouse */
button#place_order:hover {
	background: #09b31c;
  color: white; 
}

/* Aqui muda a cor do botao Aplicar Cupom e arredonda as bordas*/
button.fc-coupon-code__apply.button {
	background: #098d18;
  color: white;
  border-radius: 30px;
}

/* Aqui muda a cor do botao Aplicar Cupom Pedido ao passar o mouse */
button.fc-coupon-code__apply.button:hover {
	background: #09b31c;
  color: white; 
}/* End custom CSS */