#product_info {
  border: none;
  outline: none;
  width: 100%;
  border-radius: 0.25rem;
  overflow: hidden;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.125);
  z-index: 1;
  margin-bottom: 1rem;
}

#product_info * {
  font-size: 0.938rem;
}

#product_info thead {
  border-radius: 0.25rem;
  background-color: #fff;
  font-size: 0.9rem;
}

#product_info thead tr {
  padding: 0.313rem;
  font-weight: 400;
}

#product_info thead tr th {
  padding: 0.5rem 1rem;
  border: none;
  outline: none;
  text-align: left;
  font-weight: 500;
}

#product_info tbody tr {
  background: #fff;
  position: relative;
  padding: 0 0.313rem;
}
#product_info tbody tr:nth-child(odd) {
  background: #f9f9f9;
}

#product_info td {
  font-size: 0.85rem;
  padding: 0.5rem 1rem;
  font-size: 0.95rem;
  border: none;
  outline: none;
}

#product_info .table-row-custom {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
}

@media screen and (max-width: 575px) {
    #product_info td,
    #product_info th {
    padding: 0.5rem !important;
  }

  #product_info td:first-child .table-row-custom p {
    display: none;
  }
}

#product_info img {
  width: 3.15rem;
  height: 3.15rem;
  padding: 0.25rem;
  border-radius: 0.25rem;
  box-shadow: 0 0 0.125rem rgba(0, 0, 0);
}

#product_info td input[type="button"] {
  border-radius: 0.25rem;
  background-color: #65438f;
  padding: 0.5rem 1rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border: none;
  cursor: pointer;
}

.no-data-row {
  text-align: center;
  padding: 0.5rem;
}

.my-account-pagination {
  max-width: 350px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
}

.my-account-pagination button {
  border-radius: 0.25rem;
  background-color: #65438f;
  padding: 0.5rem 1rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border: none;
  cursor: pointer;
}
