/* Enter Your Custom CSS Here */
.woocommerce form.checkout .col2-set .form-row input[type="text"], 
.woocommerce form.checkout .col2-set .form-row input[type="password"],
.woocommerce textarea, .woocommerce-page textarea,
.woocommerce .select2-container .select2-choice,
.woocommerce-page .select2-container .select2-choice,
body.woocommerce-checkout .select2-results li {
   color: black!important;
}
body.woocommerce-cart .shop_table input[type="submit"]:nth-child(3),
body.woocommerce-cart .cart_totals:nth-child(2) {
    display: none!important;
}