/* Order Success    */

.woocommerce-order-details table .product-quantity {
  background: #dedede;
}

.woocommerce-order-details__title,
.woocommerce-column__title {
  font-size: 2rem;
}

section.woocommerce-order-details,
section.woocommerce-columns--addresses {
  padding: 0;
}

.w-full.brxe-woocommerce-checkout-thankyou .shop_table td.product-total,
.w-full.brxe-woocommerce-checkout-thankyou .shop_table tfoot td:last-child {
  text-align: right;
}

.woocommerce-order-received .wc-item-meta li:nth-child(2),
.woocommerce-order-received .wc-item-meta li:nth-child(3) {
  display: none;
}

.woocommerce-order-details table td,
.woocommerce-order-details table th {
  width: auto;
  min-width: 250px;
}
