.combined_table_item .product-name,
.combined_table_item .product-price,
.combined_table_item:not(.order_item) .product-quantity,
.combined_table_item .product-subtotal,
.combined_table_item .product-total {
    font-size: .875em
}

.combined_table_item .combined_table_item_indent {
    padding-right: 32px
}

.woocommerce .combined_table_item td.product-name dl.variation,
.woocommerce-page .combined_table_item td.product-name dl.variation,
.combined_table_item td.product-name .wc-item-meta {
    font-size: 100%
}

.combined_table_item,
.combined_table_item td {
    border-top: none !important;
    border-bottom: none !important
}

.combo_table_item,
.combo_table_item td {
    border-bottom: none !important
}

.combined_table_item_price:before,
.combined_table_item_subtotal:before {
    font-family: 'Font Awesome 5 Free';
    font-size: 12px;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    content: "\e806";
    margin: 0 3px 0 12px;
    opacity: .25
}

dt.combined_title_meta,
.combined_notice {
    margin: 12px 0 5px
}

a.edit_combo_in_cart_text {
    color: #888;
    font-weight: normal;
    text-decoration: none
}

a.edit_combo_in_cart_text:hover small {
    text-decoration: underline
}