.infobox-bg,
.confirmbox-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1000;
  opacity: 0.6;
  display: none;
}

.infobox,
.confirmbox {
  position: fixed;
  z-index: 1001;
  top: 10%;
  left: 50%;
  width: 300px;
  margin-left: -150px;
  background: #fff;
  padding: 45px;
  border-radius: 4px;
  display: none;
}

.close-popup {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: white;
  background-color: #f9ae13;
  line-height: 40px;
  text-align: center;
  font-size: 34px;
}

.close-popup:hover {
  color: #ffffff;
  background-color: #eda413;
}

.product-gallery-default-img {
  display: block;
  margin: 0 auto;
}