/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Apr 27 2026 | 17:38:36 */
/* Target the common parent of both */
.woocommerce-product-gallery ~ form,
form.cart.bundle_form {
  display: flex !important;
  flex-direction: column !important;
}

/* Checkbox row — show second */
.bundled_item_172 {
  order: 2 !important;
  margin-top: 2px !important;
  padding-top: 0 !important;
}

/* Price — show first */
.bundle_data .bundle_price {
  order: 1 !important;
}

/* Button — show third */
.bundle_data .bundle_button {
  order: 3 !important;
}

/* Make bundle_data itself flex too */
.bundle_data {
  display: flex !important;
  flex-direction: column !important;
}

.bundle_data .bundle_price {
  display: none !important;
}

.theme-flatsome form.bundle_form {
    margin-top: 0px;
}

div.bundled_product_summary, .woocommerce div.product.bundled_product_summary {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}

.bundle_data_485908 {
  margin-bottom: 0 !important;
}

form.bundle_form {
  margin-bottom: 0 !important;
}

.dark .button, .dark input[type=button], .dark input[type=reset], .dark input[type=submit] {
    font-weight: bold;
}
.white {
    background-color: #fff !important;
    color: #1470d2!important;
	white-space: nowrap!important;
}

.woocommerce-variation-add-to-cart, form.cart {
    gap: 0px;
}
