.elementor-387 .elementor-element.elementor-element-16dfc29{--display:flex;--background-transition:0.3s;}/* Start custom CSS for container, class: .elementor-element-16dfc29 */.woocommerce-message{
    display: none;
}

.has-checkout-layout--multi-step .fc-step__actions .fc-step__next-step {
    margin: 0;
    min-width: 280px;
    width: 100%;
    background: #6d2993; /* 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: #8137aa !important;
    color: white !important;
}

/* Aqui muda a cor do botao Salvar Alteracoes*/
button.fc-step__substep-save.button {
    background: #6d2993;
    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: #8137aa;
    color: white;
   
}/* End custom CSS */