Hi again, i fixed all errors and i have just 1 to correct but i need your help and it is URGENT
The error i get here https://validator.w3.org/nu/?showsource=yes&doc=https%3A%2F%2Fkousis-underwear.gr%2Fel%2F#l972c66
is about file head.php on template folder tpls/blocks/
Code is below
<!-- META FOR IOS & HANDHELD -->
<?php if ($this->getParam('responsive', 1)): ?>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<style>
@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }
</style>