.product-detail .bundle-products .product-actions {
    margin: 24px 0 0;
    padding:0;
    background-color:#FBE8F0;
    display:flex;
    flex-direction:column;
}

.bundle-products .bundle_button {
    display:flex;
    align-items: center;
}

.bundle-products .bundle_button .add-to-cart {
    margin:0 0 0 12px;
}

.product-detail .bundle-products .product-quantity {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
}

.bundle-products .quantity-tool-bundle {
    display:flex;
    align-items: center;
}

.bundle-products .bundled_item_wrap *+.bundled_item_button .quantity,
.bundle-products .single.single-product div.product .bundled_item_wrap *+.bundled_item_button .quantity {
    margin: 0 8px;
    text-align: center;
    border:0;
    background:0 0;
    box-sizing: border-box;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
}

.bundle-products .icon-qty-minus:before,
.bundle-products .icon-qty-plus:before {
    position: relative;
    top:2px;
}

.bundle-products .quantity-input {
    background: transparent;
    border: none;
    text-align: center;
}

.product-detail .bundle-products .additional {
    margin:24px 0;
    padding:0;
}