.elementor-87 .elementor-element.elementor-element-c5ab055{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:90px;--padding-bottom:90px;--padding-left:120px;--padding-right:120px;}@media(min-width:768px){.elementor-87 .elementor-element.elementor-element-c5ab055{--content-width:100%;}}@media(min-width:1920px){.elementor-87 .elementor-element.elementor-element-c5ab055{--padding-top:90px;--padding-bottom:90px;--padding-left:250px;--padding-right:250px;}}@media(max-width:767px){.elementor-87 .elementor-element.elementor-element-c5ab055{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:13px;--padding-right:13px;}}/* Start custom CSS for shortcode, class: .elementor-element-b5f18fd *//*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: #754B3C; /* 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: #007A3D !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: #754B3C !important;
    color: white !important;
}

/* Aqui muda a cor do botao Salvar Alteracoes e arredonda as bordas*/
button.fc-step__substep-save.button {
    background: #754B3C;
    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: #754B3C;
    color: white; 
}

/* Aqui muda a cor do botao Finalizar Pedido e arredonda as bordas*/
button#place_order {
	background: #55372C;
  color: white;
  border-radius: 30px;
}

/* Aqui muda a cor do botao Finalizar Pedido ao passar o mouse */
button#place_order:hover {
	background: #754B3C;
  color: white; 
}

/* Aqui muda a cor do botao Aplicar Cupom e arredonda as bordas*/
button.fc-coupon-code__apply.button {
	background: #55372C;
  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: #754B3C;
  color: white; 
}/* End custom CSS */