/* Fixed bundles (one required, non-editable selection per option) are presented as an
   ordinary product page: the customer sees qty + Add to Cart and nothing about the kit.
   The option inputs stay in the DOM - they are hidden inputs that must still post
   bundle_option[] - the wrapper is simply not shown. */

.page-product-bundle-fixed .bundle-actions,
.page-product-bundle-fixed .product-options-wrapper,
.page-product-bundle-fixed .fieldset-bundle-options,
.page-product-bundle-fixed .bundle-options-container .action.back,
.page-product-bundle-fixed .block-bundle-summary > .title,
.page-product-bundle-fixed .block-bundle-summary .bundle-summary,
.page-product-bundle-fixed .block-bundle-summary .price-box {
    display: none !important;
}

/* Themes hide the form until the bundle slide widget reveals it; there is no slide now. */
.page-product-bundle-fixed .product-add-form {
    display: block;
}

/* Undo the sticky 40% sidebar treatment - this is just the cart row now. */
.page-product-bundle-fixed .block-bundle-summary {
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
    position: static !important;
}

.page-product-bundle-fixed .block-bundle-summary .bundle-info,
.page-product-bundle-fixed .block-bundle-summary .product-details {
    margin: 0;
    padding: 0;
}

.page-product-bundle-fixed .product-options-bottom {
    border-top: 0;
    margin: 0;
    padding-top: 0;
}
