/* Hide additional features if not needed */
.wcrr_show_additional_features {
    display: none !important;
}

/* Bundle product list styling */
ul.bundle-product-list {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

ul.bundle-product-list li {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 30px;
    border: none;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
}

/* Product thumbnail inside bundle */
.bundle-product-thumb {
    margin-bottom: 10px;
    max-width: 100px;
    float: left;
    padding-right: 10px;
}

/* Variation image blocks */
.variation-block {
    width: 75px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: none;
    padding: 10px;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
}

.variation-block img {
    max-width: 50px;
}

/* Combo list (color + size) */
ul.combo-list {
    list-style-type: none;
    padding-left: 0;
    margin-top: 10px;
}
ul.combo-list > li {
    border: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

ul.bundle-product-list > li  {
    margin-bottom: 5px;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.bundle-product-item .bundle-product-thumb {
    padding-left: 10px;
}
.bundle-product-item {
    padding: 10px;
}

.bundle-product-item > p, .bundle-product-item > h3 {
    margin-bottom: 0;
}

.swatchly-type-wrap {
    gap: 8px !important;
}
.swatchly-type-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}
*, :after, :before, html {
    box-sizing: border-box;
}
user agent stylesheet
div {
    display: block;
    unicode-bidi: isolate;
}

.swatchly-swatch {
    padding: 0 5px 3px 0px;
}
.swatchly-swatch {
    border-radius: 2px;
}
.swatchly-swatch {
    /* display: flex !important
; */
    flex-direction: column !important;
    /* padding-top: 20px !important; */
    /* padding-bottom: 14px !important; */
    padding-right: 12px !important;
    /* padding-left: 12px !important; */
}
.swatchly-swatch {
    border: 1px solid #d8d8d8 !important;
}
.swatchly-swatch {
    min-width: 33px;
    min-height: 33px;
}
.swatchly-swatch {
    margin: 5px 5px 5px 0;
    position: relative;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.swatchly-type-wrap *, .swatchly-type-wrap *::after, .swatchly-type-wrap *::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input.ux-quantity__button.ux-quantity__button--minus.button.minus.is-form, input.ux-quantity__button.ux-quantity__button--plus.button.plus.is-form {
    max-width: 40px;
    width: 40px;
}

.product-summary > form > div.ux-quantity.quantity.buttons_added {
    width: 200px;
    max-width: 100%;
}

.bundle-product-list  table.variations tr:nth-child(2) td:first-child {
    display: none !important;
}
.bundle-product-list  table.variations tr:nth-child(1) td:first-child {
    display: none !important;
}
ul.bundle-product-list > li > div.bundle-product-inner  > form > table > tbody > tr.tr-hidden {
    display: none !important;
}

.swatchly-swatch.swatchly-selected {
    border: 1px solid #000 !important;
}

.bundle-selection-summary {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 1em;
    border-radius: 6px;
    margin-top: 1em;
    font-family: system-ui, sans-serif;
    font-size: 14px;
    color: #333;
    display: none;

}

.bundle-selection-summary strong {
    display: block;
    margin-bottom: 0.5em;
    font-size: 15px;
    color: #222;
}

.bundle-selection-summary ul {
    list-style: none;
    padding-left: 1em;
    margin: 0;
    border: none;
}

.bundle-selection-summary ul > li {
    margin-bottom: 0.5em;
    border: none;
}

.bundle-selection-summary ul ul {
    margin-top: 0.25em;
    padding-left: 1em;
    list-style: disc;
    color: #555;
}

.bundle-selection-summary {
    margin-top: 15px;
    font-size: 0.95em;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #fcfcfc;
    overflow: hidden;
    max-width: 100%;
    width: 540px;
}

.bundle-summary-table {
    display: table;
    width: 100%;
    border-collapse: collapse;
}

.bundle-summary-header,
.bundle-summary-row {
    display: table-row;
}

.bundle-summary-header > div,
.bundle-summary-row > div {
    display: table-cell;
    padding: 8px 10px;
    border-bottom: 1px solid #e0e0e0;
    vertical-align: middle;
}

.bundle-summary-header {
    background: #f2f2f2;
    font-weight: bold;
}

.bundle-summary-row:hover {
    background: #f9f9f9;
}

.bundle-summary-row .remove {
    color: #900;
    cursor: pointer;
    text-align: center;
    width: 30px;
    font-weight: bold;
}

.bundle-summary-row .remove:hover {
    color: #f00;
}
.bundle-product-item {
    position: relative;
}
.bundle-product-inner {
    padding: 10px;
    border-bottom: 1px solid #e0e0e0;
}
.bundle-product-label {
    position: absolute;
    top: -45px;
    right: -10px;
    background: #60a1ff;
    color: #fff;
    font-size: 42px;
    line-height: 42px;
    font-weight: 900;
    padding: 2px 20px 5px 20px;
    border-radius: 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    z-index: 5;
    border: solid 1px #000;
    font-family: "Anton", sans-serif;
    pointer-events: none;
    text-align: center;
    font-style: italic;
}

.bundle-product-label > span {
    display: inline;
    border: none;
}

.bundle-product-list {
    gap: 60px;
    display: flex;
    flex-direction: column;
    padding-top: 30px;
}

p.bundle-after_choosing_message {
    margin-top: 10px;
}

body form table button.bundle-save-selection {
    margin: 0;
}

.bundle-progress  strong {
    color: #8224e3 !important;
}
.bundle-progress {
    margin: 0 0;
    padding: 0.75em 1em;
    background: #f8f8f8;
    border: none;
    font-family: sans-serif;
    color: black;
    font-size: 1em;

}
.bundle-progress .complete {
    color: green;
    font-weight: bold;
}

@media (max-width: 1100px) {
    .bundle-selection-summary {
        max-width: 540px;
        width: 100%;
    }

    .bundle-progress .status {
        display: block;
    }

}

.bundle-product-info {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 0;
    padding-bottom: 10px;
    flex-wrap: wrap;
    border-bottom: 1px solid #e0e0e0;
    justify-content: center;
}

.bundle-product-thumb {
    flex: 0 0 auto;
    width: 100px;
}

.bundle-product-thumb img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.bundle-product-details {
    flex: 1 1 300px;
    min-width: 0;
    max-width: 100%;
    padding: 0 10px;
}

.bundle-product-details h3 {
    margin-top: 0;
    font-size: 1.2rem;
    font-weight: 900;
}

.bundle-product-details p {
    margin: 0.25em 0 0 0 ;
    line-height: 1.4;
}

.bundle-product-blurb {
    font-style: italic;
    color: #555;
}
@media (max-width: 1440px) {
    .bundle-product-details {

        /*max-width: 55%;*/
    }
}
@media (max-width: 600px) {
    .bundle-product-info {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .bundle-product-details {
        text-align: left;
        flex: unset;
    }
    .bundle-product-label {
        position: absolute;
        top: -60px;
    }

}
