Hi takis19841
You added a display:none in your custom.css for it at line 38
.general-bg, input.custom-attribute, input.quantity-input, .manufacturer-product-link a, a.ask-a-question, input.vm-default, a.product-details, a.details, div.details, button.default {
display:none;
}
Remove the custom display and it works.