diff --git a/shop/static/styles.css b/shop/static/styles.css
index e7595a9263d9355b7dc0357217ce0a8939019c6e..ac520b23533c1b282087a350404cc705b43ff687 100644
--- a/shop/static/styles.css
+++ b/shop/static/styles.css
@@ -345,17 +345,20 @@ li {
 .checkout_button {
     border: 2px solid grey;
     width: 80px;
-    height: 45px;
+    height: 55px;
     margin: auto;
     text-align: center;
     border-radius: 15px;
     background: #E8E8E8;
+    color: black;
 }
 
-.checkout_button_text {
-    color: black;
+
+.checkout_button:hover {
+    color: orange;
 }
 
+
 .checkout_price {
     padding-left: 20px;
     font-size: 100%;