.elementor-10 .elementor-element.elementor-element-a4ed5a5{--display:flex;--margin-top:-21px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10 .elementor-element.elementor-element-a4ed5a5:not(.elementor-motion-effects-element-type-background), .elementor-10 .elementor-element.elementor-element-a4ed5a5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F4F4F4;}.elementor-10 .elementor-element.elementor-element-4f2edc9{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.15);}.elementor-10 .elementor-element.elementor-element-4f2edc9:not(.elementor-motion-effects-element-type-background), .elementor-10 .elementor-element.elementor-element-4f2edc9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-10 .elementor-element.elementor-element-e4b7fc1{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-10 .elementor-element.elementor-element-459437d img{width:60%;}.elementor-10 .elementor-element.elementor-element-691eaa7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-110px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:140px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10 .elementor-element.elementor-element-691eaa7:not(.elementor-motion-effects-element-type-background), .elementor-10 .elementor-element.elementor-element-691eaa7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#D8D8D8;}.elementor-widget-woocommerce-checkout-page .product-name .variation{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-10 .elementor-element.elementor-element-91c4ce1 > .elementor-widget-container{background-color:#FFFFFF;padding:20px 20px 20px 20px;}.elementor-10 .elementor-element.elementor-element-91c4ce1{--additional-information-display:block;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-10 .elementor-element.elementor-element-e4b7fc1{--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-10 .elementor-element.elementor-element-459437d img{width:100%;}}@media(min-width:768px){.elementor-10 .elementor-element.elementor-element-a4ed5a5{--content-width:1223px;}.elementor-10 .elementor-element.elementor-element-691eaa7{--content-width:831px;}}/* Start custom CSS for shortcode, class: .elementor-element-f24c40a */@media only screen and (max-width: 600px) {

form.checkout{
            display: flex;
            flex-direction: column-reverse;
        }
.col-left,.col-right{
    width:100% !Important;
}
    
}/* End custom CSS */
/* Start custom CSS */.col-left,.col-right{
        width: 50%;
    float: left;
padding: 15px;
}
.woocommerce-billing-fields,.woocommerce-shipping-fields{
    display: none;
}
bdi span{
    color:#7249A4 !important;
}
.tela_conclusao_pix{
    text-align:center !important;
}
.tela_conclusao_pix button{
        background: #7249a3 !important;
    color: #FFF;
    margin: 20px !important;
    width: 86% !important;
}
#shipping_method{
    list-style: none !important;
    padding: 0 !important;    
}


/* Estilos gerais */
.campos_cielo_webservice {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px; /* Espaço entre os elementos */
}

.campos_cielo_webservice label {
  flex-basis: 100%;
  margin-bottom: 5px;
}

.campos_cielo_webservice select {
  box-shadow: inset 2px 0 0 #0f834d;
  height: 40px;
  background-color: #f2f2f2;
  border: none;
  line-height: 20px !important;
  width: 45%; /* Define o tamanho dos selects */
}

/* Ajustes específicos para mobile */
@media (max-width: 768px) {
  .campos_cielo_webservice {
    flex-direction: column; /* Coloca os elementos em coluna no mobile */
  }

  .campos_cielo_webservice select {
    width: 100% !important; /* Cada select ocupa 100% da largura no mobile */
  }
}/* End custom CSS */