diff --git a/product.html b/product.html
index 08604bb..bcf1b1d 100644
--- a/product.html
+++ b/product.html
@@ -57,6 +57,42 @@
border-radius: 16px;
}
+ .button-bag{
+ color: white;
+ background-color: darkred;
+ border-color: darkred;
+ border-radius: 100px;
+ }
+
+ .button-bag:hover{
+ background-color: red;
+ border-color: red;
+ }
+
+ .button-checkout_1{
+ color: white;
+ background-color: darkred;
+ border-color: darkred;
+ border-radius: 100px;
+ }
+
+ .button-checkout_2{
+ color: white;
+ background-color: green;
+ border-color: green;
+ border-radius: 100px;
+ }
+
+ .button-checkout_1:hover{
+ background-color: red;
+ border-color: red;
+ }
+
+ .button-checkout_2:hover{
+ background-color: #0af211;
+ border-color: #0af211;
+ }
+
.modall {
display: flex;
}
@@ -88,11 +124,12 @@
float: right;
font-size: 28px;
font-weight: bold;
+ margin-left: 98%;
}
.close:hover,
.close:focus {
- color: #000;
+ color: #ffffff;
text-decoration: none;
cursor: pointer;
}
@@ -277,12 +314,12 @@