.elementor-15858 .elementor-element.elementor-element-6f16fbf7{--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;--gap:30px 40px;--row-gap:30px;--column-gap:40px;--margin-top:0px;--margin-bottom:20px;--margin-left:0px;--margin-right:0px;}.elementor-15858 .elementor-element.elementor-element-1c0b2a3a{--display:flex;}.elementor-15858 .elementor-element.elementor-element-1f8ef00f{--display:flex;}.elementor-15858 .elementor-element.elementor-element-579c377{--display:flex;--padding-top:45px;--padding-bottom:45px;--padding-left:30px;--padding-right:30px;}.elementor-15858 .elementor-element.elementor-element-579c377:not(.elementor-motion-effects-element-type-background), .elementor-15858 .elementor-element.elementor-element-579c377 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8F8F8;}.elementor-15858 .elementor-element.elementor-element-19b877de .title{font-size:20px;}.elementor-15858 .elementor-element.elementor-element-7c877e01 > .elementor-widget-container{background-color:#FFFFFF;padding:5px 15px 5px 15px;}.elementor-15858 .elementor-element.elementor-element-73eec9e0 .payment_box{background-color:#FFFFFF;}.elementor-15858 .elementor-element.elementor-element-73eec9e0 .payment_box:before{color:#FFFFFF;}.elementor-15858 .elementor-element.elementor-element-73eec9e0 .woocommerce-terms-and-conditions{background-color:#FFFFFF;}@media(max-width:1024px){.elementor-15858 .elementor-element.elementor-element-6f16fbf7{--gap:30px 30px;--row-gap:30px;--column-gap:30px;}}@media(max-width:768px){.elementor-15858 .elementor-element.elementor-element-6f16fbf7{--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;}}@media(min-width:769px){.elementor-15858 .elementor-element.elementor-element-1c0b2a3a{--width:50%;}.elementor-15858 .elementor-element.elementor-element-1f8ef00f{--width:50%;}}@media(max-width:1024px) and (min-width:769px){.elementor-15858 .elementor-element.elementor-element-1c0b2a3a{--width:100%;}.elementor-15858 .elementor-element.elementor-element-1f8ef00f{--width:100%;}}/* Start custom CSS for container, class: .elementor-element-6f16fbf7 *//* ---- Radios de pagamento ---- */
.woocommerce-checkout-payment .input-radio {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid black;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
}

.woocommerce-checkout-payment .input-radio:checked::before {
    content: "";
    width: 8px;
    height: 8px;
    background: black;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* ---- Radios de método de entrega ---- */
.woocommerce-shipping-methods .shipping_method {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid black;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
}

.woocommerce-shipping-methods .shipping_method:checked::before {
    content: "";
    width: 8px;
    height: 8px;
    background: black;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}/* End custom CSS */