/*** Shipping CSS ***/
body.woocommerce-checkout .woocommerce-shipping-methods li > label {
	font-size: 0;
}
body.woocommerce-checkout .woocommerce-shipping-methods li > label .amount {
	font-size: 16px;
}
body.woocommerce-checkout .woocommerce-shipping-totals.shipping > th {
	display: block !important;
}
body.woocommerce-checkout .woocommerce ul#shipping_method li {
	justify-content: end;
}
/*** Car page shipping methods***/
body.woocommerce-cart ul#shipping_method {
    display: block;
    width: 100%;
}

body.woocommerce-cart ul#shipping_method li label {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    width: 100%;
}

body.woocommerce-cart ul#shipping_method li {
    width: 100%;
}

body.woocommerce-cart form.woocommerce-shipping-calculator .shipping-calculator-button {
    text-decoration: underline;
    display: block;
    margin-bottom: 9px;
}

body.woocommerce-cart .shipping-calculator-form {
    background: #171717;
    padding: 1rem;
    margin: 0 -1rem;
}

body.woocommerce-cart .shipping-calculator-form .form-row {
    margin-bottom: 0.3rem;
}