@media(min-width:1024px){
.wd-progress-bar.wd-free-progress-bar {

    padding: 20px;
    border: 2px dashed rgba(255,255,255,0.15);
    border-radius: 5px;

}

.us-woo-cart_compact .woocommerce .cart-collaterals {
    margin-top: -90px !important;
}

.woocommerce .cart_totals {
    padding: 2rem;
    background: transparent;
    padding: 20px;
    border: 3px solid  rgba(255,255,255,0.1);
    border-radius:  5px;
}

}


input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    margin-top: 0;
    padding: 0;
    vertical-align: middle;
    margin-inline-end: 5px;
    cursor: pointer;
}




/* Botão Radio Personalizado (à direita) */
#shipping_method li input[type="radio"] {
    order: 2;
    margin: 0;
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #a3b1ff; /* Aro lilás */
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    position: relative;
    background: transparent;
    margin-left:5px;
}

tr.woocommerce-cart-form__cart-item.cart_item td {
    vertical-align: middle !important;
}

p.woocommerce-shipping-destination {
    font-size: 14px;
}


ul#shipping_method label,.woocommerce-shipping-totals th {
    font-size: 14px !important;
    font-weight:normal !important;
}
input#coupon_code {
    background: transparent;
    border: 3px solid rgba(255, 255, 255, 0.1);
        border-radius: 5px;
}