No problem
Add this to your custom css:
.woocommerce div.product p.stock {
display: none;
}
.woocommerce div.product .woocommerce-tabs {
display: none;
}
.related-products .title-wrap > h3 {
text-align: center;
width: 100%;
}
.related-products .title-wrap {
position: relative;
}
.title-wrap .carousel-arrows {
position: absolute;
top: 0;
right: 0;
}
If you have any additional questions please open a new topic
– Kyle