
.shipping-toggle{
    display:flex;
    gap:10px;
    margin-bottom:14px;
}
.shipping-toggle button{
    flex:1;
    padding:10px;
    border:1.5px solid #000;
    border-radius:10px;
    background:#fff !important;
    font-weight:600;
    cursor:pointer;
     color: #000 !important;
}
.shipping-toggle button.active{
    background:#000 !important;
    color:#fff !important;
}
#shipping_method li{
    border:1.5px solid #ddd;
    border-radius:12px;
    padding:14px;
    margin-bottom:12px;
}
.shipping-hidden{
    display:none !important;
}
body.woocommerce-cart.cart-updating .cart_totals{
    visibility:hidden;
}
