Hi,
You' issue is coming from the
CSS
code of your "templates/newlifestyle/css/themes/redbrown/template.css" CSS file :
.hikashop_products .hikashop_product_image img {
max-width: 100%;
background: #fff !important;
margin: 0 0 0 0px;
width: 100%;
border: 8px solid #E8E4D8;
-webkit-transition: border 200ms ease-out;
-moz-transition: border 200ms ease-out;
-o-transition: border 200ms ease-out;
}
Also, Note that you can control the size of your images by using the Image section of page : "
Hikashop->System->Configuration->Main", and also by using the "Image width/height" options of your hikashop product listing content menu.