div.woocommerce .fc-wrapper #order_review table.woocommerce-checkout-review-order-table .tc-associated-table-product .product-details,
.fc-wrapper table.cart .tc-associated-table-product .product-details {
  padding-left: 40px;
}

div.woocommerce .fc-wrapper #order_review table.woocommerce-checkout-review-order-table .tc-associated-table-product .product-details .tc-associated-table-product-name:before,
.fc-wrapper table.cart .tc-associated-table-product .product-details .tc-associated-table-product-name:before {
  font-family: tc-fontawesome, sans-serif;
  font-size: 1em;
  content: "\f30b";
  font-weight: 900;
  margin: 0 0.5em 0 0;
  padding: 0;
  opacity: 0.3;
  position: absolute;
  transform: translateX(-100%);
  padding-right: 5px;
}

div.woocommerce .fc-wrapper #order_review table.woocommerce-checkout-review-order-table .tc-associated-table-product .tc-associated-table-product-indent,
.fc-wrapper table.cart .tc-associated-table-product .tc-associated-table-product-indent {
  margin: 0;
  padding: 0;
}

div.woocommerce .fc-wrapper #order_review table.woocommerce-checkout-review-order-table .tc-associated-table-product .tc-associated-table-product-price:before,
.fc-wrapper table.cart .tc-associated-table-product .tc-associated-table-product-price:before {
  content: "";
  display: none;
}

div.woocommerce .fc-wrapper #order_review table.woocommerce-checkout-review-order-table .fc-tc-associated-product-quantity,
.fc-wrapper table.cart .fc-tc-associated-product-quantity {
  display: inline-block;
  padding-top: 5px;
}