.elementor-kit-16{--e-global-color-primary:#08C4D5;--e-global-color-secondary:#262626;--e-global-color-text:#353535;--e-global-color-accent:#61CE70;--e-global-color-cb55559:#070707;--e-global-color-0fb8afc:#FFFFFF;--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-16 e-page-transition{background-color:#FFBC7D;}.elementor-kit-16 h2{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-kit-16 button:hover,.elementor-kit-16 button:focus,.elementor-kit-16 input[type="button"]:hover,.elementor-kit-16 input[type="button"]:focus,.elementor-kit-16 input[type="submit"]:hover,.elementor-kit-16 input[type="submit"]:focus,.elementor-kit-16 .elementor-button:hover,.elementor-kit-16 .elementor-button:focus{color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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: #1b9ce1; /* aqui coloque a cor de fundo em RGB que desejar */
    color: white; /* Cor do texto*/
    border-radius: 0px; /* 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: #1b9ce1 !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: #1b9ce1;
    color: white;
    border-radius: 0px;
}

/* 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: 0px;
}

/* 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: 0px;
}

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