Hi,
It looks like you have set the separator line color to white within the Color Customizer.
Please test using this CSS:
.woocommerce .quantity, .woocommerce-page .quantity {
border: solid 2px #ccc!important;
}
.woocommerce .quantity .qty-plus, #jckqv_summary .quantity .qty-plus {
border-bottom: solid 2px #ccc!important;
border-left: solid 2px #ccc!important;
}
.woocommerce .quantity .qty-minus, #jckqv_summary .quantity .qty-minus {
border-left: solid 2px #ccc!important;
}
.woocommerce .cart .yith-wcwl-add-to-wishlist a,
.yith-wcwl-add-to-wishlist.oos a {
border: solid 2px #ccc!important;
}
Thanks.