
table{
  width: 100%;
}

table thead tr {
  border-top: 1px solid rgba(238, 238, 238, .93);
  border-bottom: 1px solid rgba(238, 238, 238, .93);
}

table thead tr th {
  color: var(--text-color);
  font-family: var(--font-jost);
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  padding: 20px 15px;
}



@media(max-width:767px) {
  table tbody tr {
    border-bottom: 1px solid rgba(238, 238, 238, .93);
  }
}

table tbody tr td {
  padding: 30px 15px;
  color: var(--title-color);
  font-family: var(--font-rubik);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

table tbody tr td span {
  color: var(--text-color);
}




@media(max-width:767px) {
  table tbody tr td {
    text-align: right;
  }
}

table tbody tr td .product-info-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}