Hi,
You compare two different product types: variable and simple so they have a different design. Try to add the following code snippet to the Custom CSS section in the Theme Settings
.single-product-content .entry-summary div.yith-wcwl-add-to-wishlist {
display: block;
padding-top: 20px;
margin-top: 10px;
margin-bottom: 15px;
border-top: 1px solid rgba(119, 119, 119, 0.17);
}
.single-product-content .entry-summary .product_meta {
border-top: none;
padding-top: 0;
}