.summary-add-to-cart-form-bundle {
    padding: 0 15px;
}

.bundle_form {
    padding-left: 0;
    width: 100%;
}

table.bundled_products {
    background-color: #ededed;
    margin-left: auto;
    margin-right: auto;
    border-radius: 13px;
    max-width: 1356px;
    width: 100%;
}

.bundled_product_optional_checkbox {
    color: #000000;
}

th.bundled_item_col {
    color: #033041;
}

.bundled_item_qty_col {
    color: #000000;
}

.bundled_item_qty_col .label {
    font-size: 12px;
}

.bundled_item_qty_col input {
    border-color: #009639;
    text-align: center;
}

.bundled_item_details_col .cart {
    display: none;
}

.bundled_item_col {
    text-align: left;
}

.bundled_product_image {
    width: 100px !important;
    height: 100px !important;
    background-color: white;
    position: relative;
}

.bundled_product_image img {
    object-fit: contain !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: auto;
    margin: 0;
    opacity: 1;
}

.bundle_wrap {
    color: #000000;
    margin-bottom: 50px;
    max-width: 1356px;
    margin-left: auto;
    margin-right: auto;
    background: rgb(27 150 197 / 15%);
    padding: 15px 10px;
    border-radius: 13px;
    width: 100%;
}

.bundle_price .price::before {
    content: "Total: ";
}

.bundle_price .price {
    font-size: 25px;
}

.bundle_price .price .amount {
    font-weight: 700;
}

.bundle_error {
    color: #000000;
}

.product-wrapper__single
    ~ .summary-add-to-cart-form-bundle
    table.bundled_products
    td.bundled_item_images_col {
    width: 80px;
}

.product-wrapper__single
    ~ .summary-add-to-cart-form-bundle
    table.bundled_products
    td.bundled_item_images_col
    .bundled_product_image {
    border: 1px solid var(--color-green);
    padding: 10px;
}

.product-wrapper__single
    ~ .summary-add-to-cart-form-bundle
    table.bundled_products
    th {
    padding: 15px;
}

.product-wrapper__single
    ~ .summary-add-to-cart-form-bundle
    table.bundled_products
    td {
    padding: 10px 15px;
    vertical-align: middle;
}

.product-wrapper__single
    ~ .summary-add-to-cart-form-bundle
    table.bundled_products
    tr:last-child
    td {
    padding-bottom: 20px;
}

.product-wrapper__single
    ~ .summary-add-to-cart-form-bundle
    table.bundled_products
    td.bundled_item_qty_col
    .quantity {
    display: block !important;
}

.product-wrapper__single
    ~ .summary-add-to-cart-form-bundle
    table.bundled_products
    td.bundled_item_qty_col
    .max-one-wrapper {
    border-radius: 13px;
    border: 1px solid #009639;
    background-color: var(--color-white);
    font-size: 17px;
    color: var(--color-dark-blue);
    height: 40px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-wrapper__single
    ~ .summary-add-to-cart-form-bundle
    table.bundled_products
    td
    .details {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.product-wrapper__single
    ~ .summary-add-to-cart-form-bundle
    table.bundled_products
    td
    .details
    .bundled_product_title {
    padding-bottom: 0;
}

.product-wrapper__single
    ~ .summary-add-to-cart-form-bundle
    table.bundled_products
    td
    .details
    .bundled_product_excerpt {
    display: none;
}

.product-wrapper__single
    ~ .summary-add-to-cart-form-bundle
    table.bundled_products
    td
    .details
    .bundled_product_optional_checkbox {
    position: relative;
    display: inline-block;
    color: #009639;
    background: transparent;
    border: 1px solid #009639;
    padding: 10px 15px;
    border-radius: 13px;
    font-weight: normal;
    cursor: pointer;
}

.product-wrapper__single
    ~ .summary-add-to-cart-form-bundle
    table.bundled_products
    td
    .bundled_product_optional_checkbox.added-to-bundle {
    background: linear-gradient(135deg, #0a5c29 0%, #009639 100%);
    color: #fff;
    border: none;
}

.product-wrapper__single
    ~ .summary-add-to-cart-form-bundle
    table.bundled_products
    td
    label
    [type="checkbox"] {
    position: absolute;
    left: -9999px;
}

.product-wrapper__single
    ~ .summary-add-to-cart-form-bundle
    table.bundled_products
    .bundled_product_title
    a.bundled_product_permalink::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.product-wrapper__single
    ~ .summary-add-to-cart-form-bundle
    table.bundled_products
    .bundled_product_title
    a.bundled_product_permalink {
    position: static;
    transition: color 0.3s ease-in-out;
}

.product-wrapper__single
    ~ .summary-add-to-cart-form-bundle
    table.bundled_products
    .bundled_product_title {
    color: #033041;
    position: relative;
    transition: color 0.3s ease-in-out;
}

.product-wrapper__single
    ~ .summary-add-to-cart-form-bundle
    table.bundled_products
    .bundled_product_summary
    .bundled_product_title
    a.bundled_product_permalink::before {
    position: static;
    transition: color 0.3s ease-in-out;
}

.product-wrapper__single
    ~ .summary-add-to-cart-form-bundle
    table.bundled_products
    td
    .details
    .bundled_product_title:hover,
.product-wrapper__single
    ~ .summary-add-to-cart-form-bundle
    table.bundled_products
    .bundled_product_title
    a.bundled_product_permalink:hover {
    color: var(--color-green);
}

@media (min-width: 768px) {
    .product-wrapper__single
        ~ .summary-add-to-cart-form-bundle
        table.bundled_products
        td
        .details
        .bundled_product_title {
        flex-basis: 40%;
        padding-right: 20px;
    }

    .bundle_error .woocommerce-info {
        width: 50%;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media (min-width: 1200px) {
    .product-wrapper__single
        ~ .summary-add-to-cart-form-bundle
        table.bundled_products
        td
        .details
        .bundled_product_title {
        flex-basis: 60%;
    }
}

.bundle_error .msg {
    border: 1px solid red;
    padding: 5px;
    border-radius: 7px;
}

.bundle_error li {
    padding-left: 0;
}

.bundle_error li::before {
    content: unset;
}

.bundle_wrap .bundle_button .quantity {
    margin-bottom: 25px;
}

.bundle_wrap .bundle_button .button {
    font-size: 16px;
}

@media (min-width: 768px) {
    .bundle_wrap .bundle_button {
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }

    .bundle_wrap .bundle_button .quantity {
        margin-right: 25px;
        margin-bottom: 0px;
    }
}

.bundle_data {
    width: 100%;
    padding: 1.5em;
}

.fx-add-all-bundle-to-cart-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 5px;
    align-items: center;
    margin-bottom: 50px;
    padding: 1.5em;
    background-color: rgb(27 150 197 / 15%);
    border-radius: 13px;
}

.fx-add-all-bundle-to-cart-wrapper .total-price {
    color: #033041;
    font-size: 1.5em;
    font-weight: bold;
}

.fx-add-all-bundle-to-cart-wrapper .total-price s {
    color: #033041;
    font-size: 1em;
    font-weight: normal;
}

.bundled_product_image .product-slider-thumb__zoom {
    position: absolute;
    bottom: 0px;
    right: 0px;
    transform: rotate(45deg);
    color: var(--color-light-blue);
    font-size: 20px;
}

.bundled_product_image .product-slider-thumb__zoom:hover {
    text-decoration: none;
}

.bundled_product_image .icon-search {
    rotate: -45deg;
}

@media (min-width: 1200px) {
    .fx-add-all-bundle-to-cart-wrapper {
        flex-direction: row;
    }
}

.product-type-bundle .col-md-7 {
    display: grid;
    place-items: center;
}

.scroll-down-to-add-to-cart {
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #033041;
    text-align: center;
    display: inline-block;
    margin-bottom: 20px;

    & i {
        transform: rotate(90deg);
    }

    &:hover {
        text-decoration: none;
        color: #fff;
        opacity: 1!important;
    }
}

.scroll-down-to-add-to-cart.sticky-btn {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    margin-bottom: 0;
    transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
    opacity: 0.8;
}