nav {
  margin-bottom: 1em !important;
}

.cart {
  box-shadow: 0 0 5px rgb(12, 11, 11);
  padding: 20px;
}
.CartForm {
  color: red;
}
#Btn {
  height: auto; 
  width: max-content; 
  background: rgb(36, 136, 5); 
  opacity: 0.8; 
  font-weight: bolder;
  text-transform: uppercase;
}
#Btn:hover {
  opacity: 1;
  background: rgb(36, 136, 5);
}
.Title {
  margin-left: 30%;
  font-weight: bolder;
  color: red;
} 
.Title2 {
  color: black;
  font-weight: bold;
  margin-left: 45%;
}
.myFooter {
  padding: 40px;
  background: red;
  color: yellow;
}
#clear {
  font-weight: bold;
  color: white;
  opacity: 0.8;
}
#clear:hover {
  opacity: 1;
}
#discount {
  color: red;
  font-weight: bolder;
}
#newTotal {
  font-size: 15.5pt;
}
@media (max-width: 768px) {
  .Title {
    margin-left: 0;
  }
  .Title2 {
    margin-left: 30%;
  }
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
}

.messageBox {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  text-align: center;
  float: right;
}

.buttons, .btb {
  margin-top: 20px;
}

.buttons button, .btb {
  margin: 10px 20px;
  background: rgb(4, 126, 4);
  color: white;
  border: none;
  font-weight: bolder;
  width: 80px;
  height: 40px;
}
.buttons button:hover {
  background: green;
}
.custom-alert {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 145px;
display: flex;
justify-content: center;
align-items: top;
margin-top: 50px;
background-color: none;
visibility: hidden;
}
.custom-alert button {
  color: rgb(212, 41, 41);
  height: max-content;
  background: rgb(14, 6, 6);
  font-size: 20pt;
  margin-left: 30%;
  position: inherit;
  border: none;
}
#alert-h2 {
  font-weight: bold;
  position: inherit;
  margin-top: 0;
  margin-left: 25%;

}
.custom-alert-content {
background-color: rgb(238, 238, 238);
padding: 30px;
border-radius: 0 10px 0 10px;
}