.bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options {
    display: none;
}

#bundleSummary .title, #bundleSummary .product-image-container {
    display: none;
}

#bundleSummary .product.name {
    display: none;
}

#bundleSummary .available.stock {
    display: none;
}

.price-box .price-container .price {
    font-size: 36px;
    line-height: 36px;
    font-weight: 600;
}

.page-product-bundle .bundle-options-container {
    clear: none;
    margin-bottom: 0;
}
.page-title-wrapper.product {
    display: none;
}
.page-product-bundle .box-tocart .field.qty {
    display: none;
}
.fieldset-bundle-options {
    display: none;
}
.product-options-bottom {
    display: none;
}
@media all and (min-width: 768px), print {
    .page-product-bundle .bundle-options-container .bundle-options-wrapper {
        float: none;
        padding: 0;
        width: 100%;
    }

    .page-product-bundle .bundle-options-container .block-bundle-summary {
        margin-top: 33px;
    }
}
@media only screen and (max-width: 767px) {
    .catalog-product-view .product.media {
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
}