.store-products {
  margin: 0 -5px;
}
.store-products table.dataTable thead th {
  font-weight: 300;
  text-align: center;
}
.store-products table.dataTable thead th:first-child {
  padding-left: 0;
  padding-right: 0;
}
.store-products table.dataTable thead th:nth-child(2) {
  text-align: left;
}
.store-products table.dataTable tbody tr td {
  text-align: center;
}
.store-products table.dataTable tbody tr td:first-child {
  padding-left: 0;
  padding-right: 0;
}
.store-products table.dataTable tbody tr td:nth-child(2) {
  text-align: left;
}
.store-products table.dataTable tbody tr td:last-child .changing-qty:after {
  right: -6px;
}
.store-products .text-normal {
  display: block;
  font-size: 14px;
  line-height: 1.2;
}
.store-products .changing-qty {
  padding-top: 11px;
  padding-bottom: 11px;
}
.store-products .content-create-if-not-exists-checkbox {
  display: inline-block;
}