diff --git a/shop/static/styles.css b/shop/static/styles.css
index fe99c69ad3755489f68e62babd286327ffb4e3c3..24ab2bb851b1f59f50d8ecf159fe173b9b13fef8 100644
--- a/shop/static/styles.css
+++ b/shop/static/styles.css
@@ -176,7 +176,7 @@ li {
 
 .cart_box {
     border: 2px solid grey;
-    width: 35%;
+    width: 45%;
     margin-left: 2%;
     margin-bottom: 20px;
     padding: 10px;
@@ -188,10 +188,11 @@ li {
 }
 
 .item_cart_img {
-    height: 100px;
+    height: 80%;
     float: right;
     padding: 20px;
     transform: scale(1);
+    max-width: 50%
 }
 
 .item_cart_img:hover {