.fusion-update-cart {
display:none!important;
} p.woocommerce-shipping-destination {
display: none;
} .cart-collaterals .cart_totals .shop_table .order-total .includes_tax,
.woocommerce-checkout .woocommerce-content-box .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .includes_tax {
display: block;
}
.woocommerce-checkout .woocommerce-content-box .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .includes_tax span {
font-size:12px;
} #billing_email_field,
#billing_postcode_field {
float: left;
width: 48%;
}
#billing_country_field,
#billing_city_field {
float:right;
width: 48%;
}
#billing_email_field,
#billing_country_field {
margin-bottom:40px;
}
@media (max-width: 415px) {
#billing_email_field,
#billing_country_field,
#billing_postcode_field,
#billing_city_field {
float: left;
width: 100%;
margin-bottom:20px;
}
} .checkout .woocommerce-content-box .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods .payment_method_paypal label a,
.checkout .woocommerce-content-box .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods .payment_method_paypal label img {
display:none;
}
.checkout .woocommerce-content-box .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods label,
.checkout .woocommerce-content-box .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods .payment_method_paypal label,
.woocommerce-terms-and-conditions-checkbox-text {
font-weight: 900;
}