diff --git a/shop/static/styles.css b/shop/static/styles.css
index 7e1e0fb44d7c12d28e4ce9830112575eb9f69246..b568b735b671b64e1ba2ab7059a0e773980f813e 100644
--- a/shop/static/styles.css
+++ b/shop/static/styles.css
@@ -108,7 +108,7 @@ a:link {
     height: 250px
 }
 
-.item_home_block:hover {
+.item_shopping_block:hover {
     border: 2px solid black;
 }
 
@@ -197,7 +197,7 @@ li {
 }
 
 .cart_box:hover {
-    border: 3px solid grey;
+    border: 2px solid black;
 }
 
 .item_cart_img {