.bundle-items-container {
    margin: 20px 0;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

/* Main product price styling */
.main-product-bundle-price {
    margin-bottom: 20px;
    padding: 10px;
    background: #f8f8f8;
    border-radius: 4px;
}

.main-product-bundle-price .product-name {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

/* Bundle item styling */
.bundle-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.bundle-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.bundle-item-checkbox {
    display: block;
    cursor: pointer;
}

.bundle-item-content {
    display: flex;
    align-items: flex-start;
    margin-left: 10px;
}

.bundle-item-image {
    width: 80px;
    flex-shrink: 0;
}

.bundle-item-image img {
    width: 100%;
    height: auto;
    display: block;
}

.bundle-item-details {
    flex-grow: 1;
    padding-left: 15px;
}

.bundle-item-title {
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
}

/* Price styling */
.bundle-item-price,
.price-display {
    margin-top: 5px;
}

del {
    color: #666;
    margin-right: 8px;
}

ins {
    text-decoration: none;
    color: #2ecc71;
    font-weight: bold;
}

.bundle-price-note {
    display: inline-block;
    color: #666;
    font-size: 0.9em;
    margin-left: 8px;
    font-style: italic;
}

/* Cart styles */
.bundle-item-label {
    color: #666;
    font-style: italic;
    font-size: 11px;
}

.woocommerce-cart-form del {
    color: #666;
    font-size: 0.9em;
}

.woocommerce-cart-form ins {
    display: block;
    color: #2ecc71;
    text-decoration: none;
    font-weight: bold;
}


.fx-bundle-complete {
    /* border: 1px solid  #2ecc71 !important; */
}

.fx-bundle-complete .fx-item-quantity-btn-main-cart {
    display: none;
}

/* Bundle with Variations Styles */

.bundle-item-details .variation-select:not(:last-child) {
    margin-bottom: 20px;
}

.bundle-item-details .variation-select {
    .choices[data-type*='select-one'] .choices__inner {
        height: auto;
        padding: 6.5px 15px;
    }

    .choices__inner .choices__list {
        height: auto;
        padding: 0;
    }
}



.variation-select select {
    width: 100%;
    height: 43px;
    text-transform: capitalize;
}