.pch-mt-0 {
  margin-top: 0;
}

.pch-mb-0 {
  margin-bottom: 0;
}

.pch-mb-5 {
  margin-bottom: 5px;
}

.pch-mt-2 {
  margin-top: 2px;
}

.pch-mt-5 {
  margin-top: 5px;
}

.pch-table thead tr.pch-product-item th {
  font-weight: bold;
}

.pch-table tbody tr.pch-product-item th {
  border-top: 1px solid #dcdcde;
}

.pch-table tbody tr.pch-product-item:first-child th {
  border-top: 1px solid transparent;
}

.pch-table tbody tr.pch-product-item-more-settings {
  background-color: #fafafa;
}

.pch-input-err {
  border: 1px solid #db3236 !important;
}

#pch-product-urls {
  min-height: 30px;
}

.pch-text-success {
  color: #3cba54;
}

.pch-text-error {
  color: #db3236;
}

.pch-inline-list li {
  display: inline-block;
  margin-right: 10px;
}

.pch-inline-list li:last-child {
  margin-right: 0;
}

.pch-hide {
  display: none;
}

.theme-browser .themes .theme {
  cursor: default !important;
  border: 1px solid transparent;
  box-shadow: 0 0 0 transparent;
  margin: 0 10px 0 0;
}

.pch-wrap-list-items {
  max-height: 150px;
  overflow-y: scroll;
}

.pch-width-full {
  width: 100%;
  height: auto;
}

.pch-list-disc {
  margin-left: 15px;
  list-style: disc;
}

/* Replace */
.regular-text {
  width: 100%;
}

#your-profile label + a, label {
  display: inline-block;
}