* {
  box-sizing: border-box;
}
.mySlides1,
.mySlides2 {
  display: none;
}
.slideshow-container img {
  vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
  max-width: 500px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a grey background color */
.prev:hover,
.next:hover {
  background-color: #f1f1f1;
  color: black;
}
.product-name {
  font-size: 15px;
  padding: 1rem;
  font-weight: 700;
  color: #009ada;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.product-name:hover {
  content: "♛";

  color: #f1c40f;
}

.slideshow-container {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.5), 0 0 20px 10px rgba(0, 0, 0, 0.5);
}

hr {
  border: 0 !important;
  height: 10px !important;
  background: #333 !important;
  background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc) !important;
  background-image: -moz-linear-gradient(left, #ccc, #333, #ccc) !important;
  background-image: -ms-linear-gradient(left, #ccc, #333, #ccc) !important;
  background-image: -o-linear-gradient(left, #ccc, #333, #ccc) !important;
}
.pAP {
  font-family: Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  color: #333333 !important;
  text-align: justify !important;
  margin: 1rem 0 !important;
}

h2 {
  margin-top: 2rem !important;
  text-align: center;
  padding: 15px;
  background-color: #009ada;
}
