:root {
  --header-background: #000;
  --header-foreground: #fff;
  --header-border: #2d2d2d;
}

header .logo {
  padding: 0;
}

.logo img {
  max-height: 55px;
}

#product-image {
  max-width: 450px;
  width: 80%;
}

#product-images-holder {
  align-items: center;
  display: flex;
}

#product-images {
  margin: 0 auto;
  max-width: 80%;
  overflow: hidden;
  overflow-y: auto;
}

#product-images li {
  float: left;
}

#product-images li img {
  width: 80px;
}

#product-price-without-discount {
  color: #aaa;
  font-size: 21px;
  text-decoration: line-through;
}

#product-price {
  color: #5b8d28;
  font-size: 34px;
  margin-bottom: 50px;
}

h3 {
  margin-bottom: 30px;
}

#product-description {
  font-size: 14px;
  padding: 30px;
  text-align: justify;
}

.modal img {
  max-height: 100%;
  max-width: 80%;
}

input[type="submit"] {
  background-color: #1b8732;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
}
