.dswb-hide-stock #content .product-type-bundle .bundle_availability {
	display: none !important;
}

.dswb-hide-quantity #content .bundle_button .quantity {
	display: none;
}

.dswb-hide-quantity #content .bundle_button button {
	margin: 0;
}

.dswb-hide-sale #content .product-type-bundle .sale-badge {
	display: none;
}

.dswb-hide-sale #content .product-type-bundle .bundled_subscriptions_price_html del {
	display: none;
}

.dswb-hide-sale #content .product-type-bundle .bundled_subscriptions_price_html ins {
	text-decoration: none;
}

.dswb-hide-related #content .product-type-bundle .related-products {
	display: none;
}

#content .bundled_product .reset_bundled_variations_fixed {
	display: none !important;
}

#content .bundled_product .single_variation_wrap .woocommerce-variation-add-to-cart {
	display: none;
}

#content .bundled_product table.variations tr {
	margin: 0;
}

#content .bundled_product table.variations tr + tr {
	margin-top: 0.5rem;
}

#content .bundled_product table.variations td.label,
#content .bundled_product table.variations td.value {
	margin: 0;
	padding: 0;
}

#content .bundled_product .bundled_product_title_link {
	display: none;
}

#content .bundle_button {
	display: flex;
}

#content .bundle_button > * + * {
	margin-left: 1rem;
}

#content .bundle_wrap > * + * {
	margin-top: 1rem;
}

#content .bundle_error ul.msg {
	list-style: none;
	margin: 0;
	padding: 0;
}

#content .bundle_error ul.msg li {
	margin: 0;
	padding: 0;
}
