section {
  max-width: 1150px;
  margin: 5px auto;
  padding-bottom: 10px;
  text-align: center;
}

.buy-now, .configure-openbox-table {
  border-radius: 24px;
  background-color: red;
  color: white;
  font-size: 24px;
  padding: 5px 32px !important;
  transition: transform 0.2s ease-in-out;
  text-transform: uppercase;
  width:330px;
}
.buy-now{
  color:yellow
}
.configure-openbox-table{
  background-color:#4763ae;
  color:white;
}
.buy-now:hover, .configure-openbox-table:hover {
  transform: translateY(-2px);
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.2);
}

.product_single {
  line-height: 1.3;
}

.separator{
  border:3px solid black;
  width:100%;
  margin:10px;
}

/* for mobile */

@media (max-width: 768px) {
  section{
    max-width: 100%;
    margin: 0;

  }
}


#info-box {
  width: 190px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 10px;
  font-size:8px;
  z-index: 1000;
  position: absolute;
}

.info-icon {
  cursor: pointer;
}

img[alt="gallery_image"] {
  max-width: 100%;
  height: auto;
  width: 361px;
  height: 265px;
}

