[cleanup] [wip] portal, shopping cart cleanup
diff --git a/erpnext/public/css/website.css b/erpnext/public/css/website.css
index 9b4df40..f3bc58d 100644
--- a/erpnext/public/css/website.css
+++ b/erpnext/public/css/website.css
@@ -29,6 +29,7 @@
   background-repeat: no-repeat;
   background-position: center top;
   border-radius: 0.5em;
+  border: 1px solid #ebeff2;
 }
 .product-image.missing-image {
   width: 100%;
@@ -38,6 +39,7 @@
   background-repeat: no-repeat;
   background-position: center top;
   border-radius: 0.5em;
+  border: 1px solid #ebeff2;
   border: 1px dashed #d1d8dd;
   position: relative;
 }