Hi,
That's coming from the CSS code:
select, textarea, input[type="text"], input[type="password"], input[type="url"], input[type="email"] {
-moz-border-radius: 4px;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
-webkit-border-radius: 4px;
-webkit-box-sizing: border-box;
border: 1px solid #e5e5e5;
border-radius: 4px;
box-sizing: border-box;
color: #9c9c9c;
font-size: 12px;
font-weight: 400;
height: 34px;
max-width: 100%!important;
padding: 0 15px;
}
of the file
www.fotografkurser.dk/templates/gk_storebox/css/joomla.css
of your template. Remove that CSS and it will display correctly the quantity number.