.cartListInner .th{
  background-color: #74b95b;
}

.orderBox .th, .cartListInner .th{
  background-color: #47bac1;
  padding: 0;
  height: 55px;
  vertical-align: middle;
  text-align: left;
  font-size: 15px;
  color: #ffffff;
  padding-left: 20px;
  font-weight: 700;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: none;
  align-content: center;
  display: flex;
  flex-wrap: wrap;
}

.cartListInner .td, .td {
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 3px solid #f0f0f0;
  border-top: none;
  align-content: center;
  display: flex;
  flex-wrap: wrap;
}

.cartListInner .tr {
  border-left: 5px solid #f0f0f0;
  border-right: 5px solid #f0f0f0;
}

.cartListInner .row.tr {
  margin-right: 0px;
  margin-left: 0px;
}

.cartListInner .tr .td:nth-child(4) {
  color: #888888;
}

.cartListInner .tr .td input {
  width: 70px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #333333;
  font-weight: 700;
  border: 1px solid #e4e4e4;
}

.orderBox .th:last-child, .cartListInner .th:last-child,
.orderBox .td:last-child, .cartListInner .td:last-child{
  padding-left: 0px;
  padding-right: 20px;
  justify-content: flex-end;
}

@media (max-width: 900px) {
  .panier-tableau{
    min-width: 900px;
  }
}