.woocommerce-cart .cart-collaterals .cart_totals table, 
.woocommerce-checkout .cart-collaterals .cart_totals table, 
#add_payment_method .cart-collaterals .cart_totals table{
    text-align: right;
}

.woocommerce-cart .cart-collaterals .cart_totals table th, 
.woocommerce-checkout .cart-collaterals .cart_totals table th, 
#add_payment_method .cart-collaterals .cart_totals table th{
    text-align: left;
}

.woocommerce table.shop_table tbody .shipping-group-header-tilte th{
    border-width: 0;
    padding-bottom: 0;
    font-size: 0.8rem;
    background-color: var(--global-palette1);
    padding-top: 0px;
    color: #fff;

}

tr.shipping-group-header + tr.woocommerce-cart-form__cart-item td {
    border-top-width: 0;
}

.woocommerce-cart-form__cart-item{

}

.woocommerce-cart .cart-collaterals .cart_totals tr.shipping-split-header th{
    padding-bottom: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals tr.shipping-split-details th,
.woocommerce-cart .cart-collaterals .cart_totals tr.shipping-split-details td {
    border-top-width: 0;
    padding-top: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals tr.shipping-split-details th{
    font-weight: normal;
}