Hi,
1- It shows the name but the font color is white. please use this css code in appearance>>customize>>custom css to change the color
.woocart.active ul.woocommerce-mini-cart.cart_list font, .total font {
color:#cf8f8f !important;
}
2,3 do you want to disable the product link in the top cart and cart page? I can only try with jQuery.
4- use this css code
header .mooc_search .search_wrapper{
display:none !important;
}
5- please use this css code
.woocart.active p.woocommerce-mini-cart__buttons.buttons {
display:flex !important;
flex-wrap:wrap;
}
.woocart.active p.woocommerce-mini-cart__buttons.buttons a {
flex:1 0 100px !important;
margin:5px !important;
}