/* Tableau de commande : présentation éditoriale compacte. */
body.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table {
  border:0;
  border-collapse:collapse;
  margin:0;
  table-layout:fixed;
  width:100%;
}
body.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table thead th {
  background:#eeece6 !important;
  border-bottom:1px solid #d5d3cc;
  border-top:1px solid #d5d3cc;
  color:#111;
  font-weight:600;
  padding:.85rem .9rem;
}
body.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table th.product-name,
body.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table td.product-name {
  text-align:left;
  width:76%;
}
body.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table th.product-total,
body.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table td.product-total {
  text-align:right;
  white-space:nowrap;
  width:24%;
}
body.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tbody tr:nth-child(odd),
body.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tbody tr:nth-child(odd) td {
  background:#eeece6 !important;
}
body.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tbody tr:nth-child(even),
body.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tbody tr:nth-child(even) td {
  background:#f7f6f2 !important;
}
body.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tbody td {
  border:0;
  border-bottom:1px solid #d5d3cc;
  padding:.78rem .9rem;
  vertical-align:middle;
}
body.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table .product-quantity {
  display:inline-block;
  font-weight:600;
  margin-left:.65rem;
  white-space:nowrap;
}
body.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table dl.variation {
  display:inline;
  font-size:.84rem;
  margin:0 0 0 .4rem;
}
body.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table dl.variation dt,
body.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table dl.variation dd {
  display:inline;
  float:none;
  margin:0 .25rem 0 0;
}
body.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tfoot th,
body.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tfoot td {
  background:#eeece6 !important;
  border:0;
  border-bottom:1px solid #d5d3cc;
  padding:.85rem .9rem;
}
body.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tfoot th { text-align:left; }
body.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tfoot td {
  text-align:right;
  white-space:nowrap;
}
body.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tfoot tr.order-total th,
body.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tfoot tr.order-total td {
  font-size:1.08rem;
  font-weight:700;
  padding-bottom:1rem;
  padding-top:1rem;
}

@media (max-width:600px) {
  body.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table { font-size:.94rem; }
  body.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table th.product-name,
  body.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table td.product-name { width:68%; }
  body.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table th.product-total,
  body.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table td.product-total { width:32%; }
  body.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table thead th,
  body.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tbody td,
  body.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tfoot th,
  body.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tfoot td { padding:.72rem .65rem; }
}
