Hi there,
You have these two class coming from your template (I guess) which override the Hikashop css:
[class^="icon-"], [class*=" icon-"] {
background-image: url("http://ouchfit.com/media/jui/img/glyphicons-halflings.png");
background-position: 14px 14px;
background-repeat: no-repeat;
display: inline-block;
height: 14px;
line-height: 14px;
margin-top: 1px;
vertical-align: text-top;
width: 14px;
}
bootstrap.css:260
[class*="span"] {
float: left;
margin-left: 20px;
min-height: 1px;
}
You should try to remove it or apply it only the element it has been designed for.