.ps-stock-status {
  margin-bottom: 10px;
  font-weight: bold;
}
.ps-stock-status_instock {
  color: #50b848;
}
.ps-stock-status_outofstock {
  color: red;
}
.ps-stock-status_onbackorder {
  color: #fabb62;
}

.ps-lightbox {
  padding: 20px 15px 0;
  max-width: 440px;
}
.ps-lightbox__title {
  font-size: 1.3em;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 1em;
}

.ps-lightbox .powered-by {
  display: none !important;
}
.ps-lightbox [data-identifier="field13"] {
  display: none !important;
}

.single-product .cart {
  margin-bottom: 0.4em;
}

.ps-askprdquestion-btn {
  border: 1px solid #fabb62;
  display: inline-block;
  color: #fabb62;
  line-height: 1;
  border-radius: 50px;
  margin-bottom: 20px;
  padding: 10px 15px;
}
.ps-askprdquestion-btn:hover,
.ps-askprdquestion-btn:focus {
  background: #fabb62;
  color: #ffffff;
  transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
}