.psc-lightbox {
  align-items: center;
  display: none;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

body#product .psc-lightbox {
  background: rgba(0,0,0,.5);
}

.psc-container {
  background: #fff;
  box-shadow: 1px 1px 6px rgba(0,0,0,.5);
  box-sizing: border-box;
  max-height: 60vh;
  min-height: 480px;
  overflow: auto;
  padding: 20px 40px;
  text-align: left;
  width: 640px;
}

.psc-table {
  table-layout: fixed;
}

.psc-close {
  cursor: pointer;
  fill: #fff;
  height: 24px;
  margin-left: 616px;
  margin-top: 10px;
  width: 24px;
}

.psc-chart-link {
  clear: both;
  display: block;
  padding: 1em 1em 1em 0;
  margin: 0 0 1em 0;
  color: #000;
  font-weight: 900;
  text-transform: uppercase;
  font-family: "Poppins",sans-serif;
}

.psc-chart-tab {
  text-align: left;
}

.psc-hidden, .psc-lightbox .psc-chart-link {
  display: none;
}

@media (max-width: 640px) {
  .psc-container {
    left: 0;
    margin: 0;
    min-width: 100%;
    right: 0;
    top: 25%;
  }
}
