.woocommerce div.product.elementor form.cart.variations_form .woocommerce-variation-add-to-cart, .woocommerce div.product.elementor form.cart:not(.grouped_form):not(.variations_form) {
	flex-wrap: wrap !important;
}

.bundle {
	width: 100%;
	margin: 0;
	padding: 20px;
}

.bundle_button {
	overflow: hidden;
}

.bundle_products {
	border-top: 1px dotted #e5e5e5;
	margin: 20px 0 0 0;
}

.bundle_products.hide {
	display: none;
}

.bundle_product {
	display: flex;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px dotted #e5e5e5;
}

.attachment-thumbnail {
	width: 50px;
	float: left;
	margin: 0 20px 0 0;
}

.bundle_product_name {
	
}

.bundle_product_variations {
	margin: 5px 0 0 0;
}

.bundle_product_variation label {
	margin: 0 10px 0 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	border: 1px solid #ccc;
	padding: 5px 5px 3px 5px;
	border-radius: 3px;
}

.bundle_product_variation label .label {
	padding-left: 4px;
}

.bundle_product_variation_field {
	overflow: hidden;
}

.bundle_product_variation_field select {
	padding: 0 5px 0 0 !important;
	margin: 0;
	font-size: 14px;
	border: none;
	background-color: transparent;
}