/*============================================================================================*/
/* CART PAGE */
/*============================================================================================*/
.table.rating-product {
  margin: 0;
}

.table.rating-product th,
.table.options_cart th {
  background-color: transparent;
  text-transform: uppercase;
  font-weight: normal;
  color: #111;
  border: 0;
  padding-top: 0;
}

.table.rating-product th:nth-child(1) {
  /* width: 70%; */
}
.table.rating-product th:nth-child(2) {
  width: 30%;
}
.table.rating-product th:nth-child(3) {
  width: 15%;
}

.table.rating-product td {
  vertical-align: middle;
  border: 0;
}
.table.rating-product td strong {
  font-weight: 500;
}
.table.rating-product td.options a {
  display: inline-block;
  margin-right: 10px;
}
.table.rating-product td.options a i {
  font-size: 18px;
  font-size: 1.125rem;
}
.table.rating-product td .numbers-row {
  background-color: #fff;
}
.table.rating-product td .numbers-row-cart {
  background-color: #fff;
}

.table.rating-product.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.045);
}

@media (max-width: 767px) {
  .table.rating-product,
  .table.rating-product thead,
  .table.rating-product tbody,
  .table.rating-product th,
  .table.rating-product td,
  .table.rating-product tr {
    display: block;
    border: 0;
  }

  .table.rating-product thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .table.rating-product tr {
    border: 1px solid #ddd;
  }
}
@media (max-width: 767px) and (max-width: 991px) {
  .table.rating-product tr {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .table.rating-product td {
    border: none;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding-left: 35%;
  }
  .table.rating-product td:before {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }

  .table.rating-product td:nth-of-type(1):before, .table.rating-product td:nth-of-type(2):before, .table.rating-product td:nth-of-type(3):before, .table.rating-product td:nth-of-type(4):before, .table.rating-product td:nth-of-type(5):before {
    font-weight: 700;
    color: #111;
  }

  .table.rating-product td:nth-of-type(1):before {
    content: "Produk";
  }

  .table.rating-product td:nth-of-type(2):before {
    content: "Penilaian";
  }

  .table.rating-product td:nth-of-type(3):before {
    content: "Unggah";
  }
}
