
a.disabled {
	pointer-events: none;
}

.bundled_table_item .product-name, .bundled_table_item .product-price, .bundled_table_item:not(.order_item) .product-quantity, .bundled_table_item .product-subtotal, .bundled_table_item .product-total {
	font-size: .875em;
}

.bundled_table_item .bundled_table_item_indent {
	padding-left: 32px;
}

.woocommerce .bundled_table_item td.product-name dl.variation, .woocommerce-page .bundled_table_item td.product-name dl.variation, .bundled_table_item td.product-name .wc-item-meta {
	font-size: 100%;
}

.bundled_table_item, .bundled_table_item td {
	border-top: none !important;
	border-bottom: none !important;
}

.bundle_table_item, .bundle_table_item td {
	border-bottom: none !important;
}

.bundled_table_item_price, .bundled_table_item_subtotal {
	white-space: nowrap;
}

.bundled_table_item_price:after, .bundled_table_item_subtotal:after {
	font-family: "FontAwesomePB";
	font-size: 1rem;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	content: "";
	margin: 0 2px 0 12px;
	opacity: .25;
}

dt.bundled_title_meta, .bundled_notice {
	margin: 12px 0 5px;
}

a.edit_bundle_in_cart_text {
	color: #888;
	font-weight: normal;
	text-decoration: none;
}

a.edit_bundle_in_cart_text:hover small {
	text-decoration: underline;
}

.wcsatt-add-cart-to-subscription-options .bundled_table_item {
	font-size: .875em;
}

.wcsatt-add-cart-to-subscription-options .bundled_table_item:after {
	font-family: "FontAwesomePB";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	content: "";
	margin: 0 2px 0 12px;
	opacity: .25;
}

.wc-block-order-confirmation-totals__table tr.bundled_table_item.no_line_subtotal td.wc-block-order-confirmation-totals__total {
	visibility: hidden;
}

.woocommerce-table--order-details tr.bundled_table_item.no_line_subtotal td.woocommerce-table__product-total.product-total {
	visibility: hidden;
}

#order_review tr.bundled_table_item.no_line_subtotal td.product-subtotal {
	visibility: hidden;
}
