Hello
To get the solution you have to add the below CSS codes in the
Theme options -> General -> Custom css section
h4.spb_heading:before, h4.lined-heading:before {
border-top: 1px solid #444;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
border-color: #000;
}
.woocommerce .related ul, .woocommerce .related ul.products {
margin-top: 20px; /*change the number to increase more*/
}