/* Set a max width close to the natural width of the swatches for regular products. This allows the calculations to work properly for bundled products. */
.bundled_item_cart_content.variations_form ul.iconic-was-swatches {
	max-width: 545px;
}
/* Fix issue where the swatches could be seen through the main menu dropdown */
.product-type-bundle .iconic-was-swatch__container,
.product-type-bundle .iconic-was-swatches--border.iconic-was-swatches--visual .iconic-was-swatch::before {
	z-index: auto;
}
.product-type-bundle div.bundled_product_summary:not(.thumbnail_hidden) .details {
	padding-left: 0;
}
/* Hide items from the product description when shown in the bundle */
.product-type-bundle .hide-bundle {
	display: none;
}
.woocommerce div.product.product-type-bundle form.cart {
	display: block;
}
