div.woocommerce div#order_review table.shop_table.woocommerce-checkout-review-order-table {
  font-size: 14px;
  display: grid;
  grid-template-columns: 100%; }
  @media (max-width: 349px) {
    div.woocommerce div#order_review table.shop_table.woocommerce-checkout-review-order-table {
      font-size: 4vw; } }
  div.woocommerce div#order_review table.shop_table.woocommerce-checkout-review-order-table thead {
    display: none; }
  div.woocommerce div#order_review table.shop_table.woocommerce-checkout-review-order-table tbody tr.cart_item {
    display: flex;
    flex-flow: column nowrap;
    border-bottom: 1px solid #cdcdcdcc; }
    div.woocommerce div#order_review table.shop_table.woocommerce-checkout-review-order-table tbody tr.cart_item.woosb-cart-child, div.woocommerce div#order_review table.shop_table.woocommerce-checkout-review-order-table tbody tr.cart_item.woosb-item-child {
      padding-bottom: 1.6em; }
      div.woocommerce div#order_review table.shop_table.woocommerce-checkout-review-order-table tbody tr.cart_item.woosb-cart-child td.product-total span.amount, div.woocommerce div#order_review table.shop_table.woocommerce-checkout-review-order-table tbody tr.cart_item.woosb-item-child td.product-total span.amount {
        opacity: 1; }
    div.woocommerce div#order_review table.shop_table.woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name {
      display: flex;
      flex-flow: column wrap;
      align-items: center; }
      div.woocommerce div#order_review table.shop_table.woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name div.wc-gzd-product-name-left {
        align-self: normal;
        max-width: 30%;
        flex: 0 0 100%; }
      div.woocommerce div#order_review table.shop_table.woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name div.wc-gzd-product-name-right {
        align-self: normal; }
        div.woocommerce div#order_review table.shop_table.woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name div.wc-gzd-product-name-right strong.product-quantity {
          float: right; }
        div.woocommerce div#order_review table.shop_table.woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name div.wc-gzd-product-name-right p.wc-gzd-cart-info {
          margin: 4px 0; }
    div.woocommerce div#order_review table.shop_table.woocommerce-checkout-review-order-table tbody tr.cart_item td.product-total {
      padding: 0 .5rem;
      margin-top: -1rem; }
      div.woocommerce div#order_review table.shop_table.woocommerce-checkout-review-order-table tbody tr.cart_item td.product-total > span::before {
        content: "= ";
        padding-right: 4px;
        font-size: 80%;
        font-weight: 500; }
    div.woocommerce div#order_review table.shop_table.woocommerce-checkout-review-order-table tbody tr.cart_item td.product-remove {
      padding-right: initial;
      width: 4em;
      height: auto;
      align-self: flex-end;
      margin: -2rem -.5rem -1rem 0; }
  div.woocommerce div#order_review table.shop_table.woocommerce-checkout-review-order-table tfoot {
    padding: 8px 0; }
    div.woocommerce div#order_review table.shop_table.woocommerce-checkout-review-order-table tfoot tr td {
      padding: 2px .5rem; }
