Try this code:
input#woocommerce-product-search-field::-webkit-input-placeholder {
color: black;
}
.filter-wrap .woocommerce-ordering select{
color: black;
}
Also, you can read the article and watch the video: https://developers.google.com/web/tools/chrome-devtools/iterate/inspect-styles/.
Regards,
Rose Tyler.