.wc-block-components-product-metadata .wc-block-components-product-metadata__description {
	display: none;
}
.wc-block-components-product-metadata .wc-block-components-product-details > li {
	list-style-type: none;
	margin: 0 0 6px;
	width: 100%;
	display: flex;
	flex-flow: row;
	align-items: flex-start;
	gap: 6px;
}
.wc-block-components-product-details > li .wc-block-components-product-details__name {
	width: 140px;
	max-width: 40%;
	line-height: 1.2;
}
.wc-block-components-product-details > li .wc-block-components-product-details__value {
	flex: 1 1 0;
	line-height: 1.2;
}

.woocommerce-checkout .wc-block-components-product-metadata .wc-block-components-product-details {
	list-style-type: none;
	display: flex;
	flex-flow: column;
	gap: 0;
	font-size: 12px;
}
.woocommerce-checkout .wc-block-components-product-details > li .wc-block-components-product-details__name {
	width: 100%;
}
.woocommerce-checkout .wc-block-components-product-metadata .wc-block-components-product-details > li {
	display: flex;
	width: 100%;
	flex-flow: column;
	gap: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(0,0,0, .09);
	margin-bottom: 0px;
}
.woocommerce-checkout .wc-block-components-product-metadata .wc-block-components-product-details > li > span:nth-child(1) {
	width: 100%;
	max-width: none;
	font-weight: 600;
}
table.order_details ul.wc-item-meta li {
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid rgba(0, 0, 0, .09);
	font-size: 90%;
}
table.order_details ul.wc-item-meta li:last-child {
	border-bottom-width: 0px;
}
table.order_details ul.wc-item-meta li>strong {
	float: left;
	width: 120px;
	margin: 0 0 0 0 !important;
}
table.order_details ul.wc-item-meta li>p {
	float: right;
	width: calc(100% - 120px);
	margin: 0;
	padding-left: 5px;
	box-sizing: border-box;
}
table.order_details ul.wc-item-meta li:after {
	content: "";
	display: table;
	width: 100%;
	line-height: 0;
	clear: both;
}
ul.wc-item-meta ul.hbfwc-line-item-addons {
	clear: both;
	margin: 0 0 0 0;
	padding: 0;
}
ul.hbfwc-line-item-addons li {
	list-style-position: inside;
}
ul.hbfwc-line-item-addons li .hbfwc-lia-price {
	float: right;
}
.hbfwc-wc-block-item .wc-block-components-totals-item__description {
	padding-left: 19px;
}
ul.hbfwc-addons-checkout-ul li {
	margin: 0;
	padding: 2px 0 2px 0px;
}
ul.hbfwc-addons-checkout-ul li:last-of-type {
	padding-bottom: 1.5em;
}
ul.hbfwc-addons-checkout-ul li input[type="checkbox"],
.hbfwc_addon_table input[type="checkbox"],
.hbfwc-wc-block-item input[type="checkbox"] {
	margin-right: 6px;
	float: none;
	transform: translateY(2px);
}
ul.hbfwc-addons-checkout-ul li .hbfwc-addon-cart-checkout-price,
.hbfwc-addon-cart-checkout-price {
	display: inline-block;
	font-weight: 300;
}
tr.hbfwc-addons-checkout-heading > td,
tr.hbfwc-addons-checkout-tr > td {
	text-align: left !important;
}
ul.hbfwc-addons-checkout-ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: .925em;
}
ul.hbfwc-addons-checkout-ul li .wc-non-block-components-totals-item__description {
	display: block;
	width: 100%;
	padding-left: 19px;
}
tr.hbfwc-addons-checkout-heading > td {
	padding-top: 1.5em !important;
	font-weight: 700;
}
li.hbfwc-addons-checkout-li-hidden,
tr.hbfwc_addon_table.hbfwc_addon_table_hidden,
.hbfwc-wc-block-item.hidden {
	display: none !important;
}