.descrb-products-table-wrapper {
  overflow: auto;
  font-size: 12px;
}

.descrb-products-table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  text-align: center;
}

.descrb-products-table thead .descrb-checkbox {
  column-gap: 0;
}

.descrb-products-table thead {
  background-color: var(--descrb-color-primary);
  color: white;
}

.descrb-products-table th {
  height: 3.5rem;
  white-space: nowrap;
  font-weight: 500;
}

.descrb-products-table tbody tr {
  border-bottom: 1px solid var(--descrb-color-tertiary);
}

.descrb-products-table th,
.descrb-products-table td {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.descrb-products-table td {
  vertical-align: middle;
}

.descrb-products-table img {
  max-width: 4.5rem;
  max-height: 4.5rem;
}

.descrb-products-table-select-all {
  width: 1rem;
}

.descrb-products-table td {
  position: relative;
  height: 6rem;
}

.descrb-products-table td::before {
  content: '';
  position: absolute;
  height: 50%;
  left: 0;
  top: 50%;
  width: 1px;
  transform: translateY(-50%);
  background-color: var(--descrb-color-tertiary);
}

.descrb-products-table td:first-of-type::before {
  content: '';
  display: none;
}

.descrb-pagination-links {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.descrb-pagination-links a,
.descrb-pagination-links span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  height: 3rem;
  width: 3rem;
  cursor: pointer;
  transition: background-color 0.4s;
  color: var(--descrb-color-primary);
  font-size: 1rem;
  box-shadow: none !important;
}

.descrb-pagination-links a:hover {
  background-color: #daf4f8;
}

.descrb-pagination-links span {
  background-color: var(--descrb-color-primary);
  color: white;
}

.descrb-pagination-links .page-numbers {
  font-size: 0.8rem;
}

.descrb-pagination-links .page-numbers.prev {
  width: 5rem;
}

.descrb-product-table-image {
  width: 5rem;
}
