.wb-review-order-name {
  display: inline-flex;
  align-items: flex-start;
  text-align: left;
}

.wb-review-order-name > .review-order-product-thumbnail+div {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.checkout_right_table .wb-review-order-name > .review-order-product-thumbnail+div {
  -webkit-line-clamp: 3;
}

.woocommerce-cart-form__contents .wb-review-order-name > .review-order-product-thumbnail+div{
  -webkit-line-clamp: 3;
}

#order_review .review-order-product-thumbnail {
  display: inline-flex;
}

.chekcout #order_review .product-name {
  padding: 1em 0;
  align-items: center;
  width: 80%;
}

.checkout_right_table > .review-order-product-title {
  min-width: 120px;
}

.review-order-product-thumbnail {
  display: none;
  margin-right: 1em;
  width: 64px;
  height: 64px;
  flex: none;
}

.review-order-product-thumbnail a img,
.review-order-product-thumbnail img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

#order_review .product-quantity {
  margin-right: 1em;
  text-align: right;
}

.order-total-currency td {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.order-total-currency td span {
  color: #707070;
}

#order_review .order-total {
  height: 60px;
  border-top: 1px solid #ebebeb;
}
#order_review .order-total th {
  font-size: 20px;
  font-family: PingFang SC, PingFang SC-PingFang SC;
  font-weight: normal;
  text-align: left;
  color: #1c1c1c;
}

#order_review .order-total td .amount {
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-PingFang SC;
  font-weight: 600;
  text-align: left;
  color: #1c1c1c;
}

/* 组合购购物车商品列表样式 */
.bundle-container {
  position: relative;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 0 15px;
}

.bundle-container .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  padding: 20px 0!important;
  margin: 0!important;
  text-align: left;
}

.bundle-container .triangle {
  position: absolute;
  top: -2px;
  left: 50%;
  width: 20px;
  height: 20px;
  background-color: #f5f5f5;
  transform: rotate(45deg) skew(15deg, 15deg) translateX(-50%);
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.bundle-container img {
  max-width: 96px;
  width: 96px;
  height: 96px;
  object-fit: contain;
}