[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;
 }
diff --git a/erpnext/public/less/website.less b/erpnext/public/less/website.less
index c0667cc..96dd096 100644
--- a/erpnext/public/less/website.less
+++ b/erpnext/public/less/website.less
@@ -1,4 +1,5 @@
 @border-color: #d1d8dd;
+@light-border-color:  #EBEFF2;
 
 .web-long-description {
 	font-size: 18px;
@@ -35,6 +36,7 @@
 	background-repeat: no-repeat;
 	background-position: center top;
 	border-radius: 0.5em;
+	border: 1px solid @light-border-color;
 }
 
 .product-image.missing-image {