.elementor-231 .elementor-element.elementor-element-56003af6:not(.elementor-motion-effects-element-type-background), .elementor-231 .elementor-element.elementor-element-56003af6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-cfa1f76 );background-image:url("https://festejarloja.com/wp-content/uploads/2025/06/Pattern_img.png");background-position:top center;background-repeat:no-repeat;}.elementor-231 .elementor-element.elementor-element-56003af6 > .elementor-container{max-width:720px;}.elementor-231 .elementor-element.elementor-element-56003af6{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:5em 0em 5em 0em;}.elementor-231 .elementor-element.elementor-element-56003af6 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-231 .elementor-element.elementor-element-56003af6 > .elementor-shape-bottom svg{width:calc(100% + 1.3px);height:85px;}.elementor-231 .elementor-element.elementor-element-506117a5 > .elementor-element-populated{padding:2em 2em 2em 2em;}.elementor-231 .elementor-element.elementor-element-2a84cf0d{text-align:center;}.elementor-231 .elementor-element.elementor-element-7b82316{padding:3em 0em 3em 0em;}.elementor-231 .elementor-element.elementor-element-42483301 > .elementor-element-populated{border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-4d462f5 );padding:2em 2em 2em 2em;}.elementor-231 .elementor-element.elementor-element-42483301 > .elementor-element-populated, .elementor-231 .elementor-element.elementor-element-42483301 > .elementor-element-populated > .elementor-background-overlay, .elementor-231 .elementor-element.elementor-element-42483301 > .elementor-background-slideshow{border-radius:10px 10px 10px 10px;}@media(max-width:1024px){.elementor-231 .elementor-element.elementor-element-7b82316{padding:1em 1em 1em 1em;}}@media(max-width:767px){.elementor-231 .elementor-element.elementor-element-56003af6 > .elementor-shape-bottom svg{height:35px;}.elementor-231 .elementor-element.elementor-element-56003af6{padding:3em 0em 3em 0em;}.elementor-231 .elementor-element.elementor-element-7b82316{padding:31px 10px 31px 10px;}.elementor-231 .elementor-element.elementor-element-42483301 > .elementor-element-populated{padding:0px 0px 0px 0px;}}/* Start custom CSS for shortcode, class: .elementor-element-7249938 *//*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: #FFF212; /* 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;
    color: black;
    
}


.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: #FFF212 !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: #FFF212 !important;
    color: black !important;
}

/* Aqui muda a cor do botao Salvar Alteracoes e arredonda as bordas*/
button.fc-step__substep-save.button {
    background: #FFF212;
    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: #FFF212;
    color: black; 
}

/* Aqui muda a cor do botao Finalizar Pedido e arredonda as bordas*/
button#place_order {
	background: #FFF212;
  color: black;
  border-radius: 30px;
}

/* Aqui muda a cor do botao Finalizar Pedido ao passar o mouse */
button#place_order:hover {
	background: #FFF212;
  color: black; 
}

/* Aqui muda a cor do botao Aplicar Cupom e arredonda as bordas*/
button.fc-coupon-code__apply.button {
	background: #FFF212;
  color: black;
  border-radius: 30px;
}

/* Aqui muda a cor do botao Aplicar Cupom Pedido ao passar o mouse */
button.fc-coupon-code__apply.button:hover {
	background: #FFF212;
  color: black; 
}/* End custom CSS */