/**
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License version 3.0
* that is bundled with this package in the file LICENSE.txt
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/AFL-3.0
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to a newer
* versions in the future. If you wish to customize this module for your needs
* please refer to CustomizationPolicy.txt file inside our module for more information.
*
* @author Webkul IN
* @copyright Since 2010 Webkul
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
*/

.wk-bundle-margin-top-2 {
    margin-top: 2rem;
}

.wk-bundle-rounded {
    border-radius: 0.25rem;
}

.wk-bundle-text-right {
    text-align: right;
}

.wk-padding-point-5 {
    padding: 0.5rem;
}

.wk-bundle-border {
    border: 2px solid rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
}

.wk-bundle-border-img {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.wk-is-required-block {
    color: #9a9a9a;
}

.wk-bundle-sub-product .color {
    box-shadow: none;
}

.wk-bundle-sub-product .wk-product-quantity .wk-qty,
.wk-bundle-sub-product .wk-product-quantity .wk-qty .input-group {
    /* width: 100% !important; */
    margin-right: 0 !important;
    display: table !important;
}

.wk-bundle-sub-product .product-cover img {
    box-shadow: none !important;
}

.wk-sub-product-variants>.product-variants-item select {
    background-color: #fff;
    padding-right: 1.875rem;
}

.wk-sub-product-variants>.product-variants-item ul li {
    margin-right: 0.625rem;
}

.wk-bundle-product-select .wk-select-sub-product {
    width: 100%;
}


/* Start Left Column Slider CSS */

.wk_bp_slider_view {
    padding: 1rem;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

.wk_bp_slider_view .carousel-indicators {
    position: absolute;
    bottom: -16px;
    left: 41%;
    z-index: 15;
    width: 78%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
    top: auto;
    bottom: -14px;
}

.wk_bp_slider_view .carousel-indicators li {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #7a7a7a;
}


/* The colour of the indicators */

.wk_bp_slider_view .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.wk_bp_slider_view .carousel-indicators {
    margin-bottom: -18px;
}

.wk_bp_slider_view .carousel-indicators .active {
    background: #707070 !important;
}


/* End Left Column Slider CSS */


/* Start Slider CSS */

.wk_bp_slider_view .MultiCarousel {
    float: left;
    overflow: hidden;
    width: 100%;
    position: relative;
    /* background-color: #ffffff; */
    padding: 0 10px;
}

.wk_bp_slider_view .MultiCarousel .MultiCarousel-inner {
    transition: 1s ease all;
    float: left;
    display: flex;
}

.wk_bp_slider_view .MultiCarousel .MultiCarousel-inner .item {
    float: left;
    flex: 0 0 50%;
    margin-right: 0px;
}

.wk_bp_slider_view.wk-bp-static-grid .MultiCarousel {
    padding-left: 1rem;
    padding-right: 1rem;
}

.wk_bp_slider_view.wk-bp-static-grid .MultiCarousel .MultiCarousel-inner {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    width: 100% !important;
    transform: none !important;
}

.wk_bp_slider_view.wk-bp-static-grid .MultiCarousel .MultiCarousel-inner .item {
    float: none;
    width: auto !important;
    flex: none;
}

.wk_bp_slider_view.wk-bp-static-grid .MultiCarousel .MultiCarousel-inner .item > div {
    margin: 0;
}

.wk_bp_slider_view.wk-bp-static-grid .leftLst,
.wk_bp_slider_view.wk-bp-static-grid .rightLst {
    display: none !important;
}

.wk_bp_slider_view .MultiCarousel .MultiCarousel-inner .item>div {
    padding: 5px;
    margin: 5px;
}

.wk_bp_slider_view .MultiCarousel .leftLst,
.wk_bp_slider_view .MultiCarousel .rightLst {
    position: absolute;
    border-radius: 0%;
    top: calc(50% - 20px);
    background-color: #ffffff;
    border: none !important;
    cursor: pointer;
    padding: 6px 10px;
    font-size: 25px;
}

.wk_bp_slider_view .MultiCarousel .leftLst:focus,
.wk_bp_slider_view .MultiCarousel .rightLst:focus {
    outline: none !important;
}

.wk_bp_slider_view .MultiCarousel .leftLst {
    left: 0;
}

.wk_bp_slider_view .MultiCarousel .rightLst {
    right: 0;
}

.wk_bp_slider_view .MultiCarousel .leftLst.over,
.wk_bp_slider_view .MultiCarousel .rightLst.over {
    pointer-events: none;
    background: #ccc;
    display: none;
}

.wk_quantity_wanted {
    color: #232323;
    background-color: #fff;
    padding: 0.175rem 0.5rem;
    width: 3rem;
}

.wk_disable {
    pointer-events: none;
    cursor: not-allowed !important;
}

.wk_disabled {
    /* pointer-events: none; */
    cursor: not-allowed !important;
}

.wk-product-right-block .add-to-cart {
    font-size: 12px;
}

.wk_plus_symbol_grid {
    position: absolute;
    top: 50%;
    left: -12px;
    color: #9b9b9b !important;
}

.wk-ribbon-wrapper-bp {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
}

.wk-ribbon-bp {
    font: bold 10px Sans-Serif;
    text-align: center;
    text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 4px 0;
    left: -5px;
    top: 15px;
    width: 120px;
    background-color: #9b9b9b;
    color: #ffffff;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

.wk-ribbon-bp:before,
.wk-ribbon-bp:after {
    content: "";
    position: absolute;
    bottom: -3px;
}

.wk-ribbon-bp:before {
    left: 0;
}

.wk-ribbon-bp:after {
    right: 0;
}

@media screen and (max-width: 480px) {
    .wk_plus_symbol_grid {
        display: none;
    }
}

@media screen and (max-width: 684px) {
    .wk_plus_symbol_grid {
        display: none;
    }
}

.wk-bp-cart-popup {
    font-size: 10px !important;
}

.wk-sub-product-variants .input-color:checked+span {
    border: 2px solid #2fb5d0 !important;
}

.wk-bp-color-border {
    border: 2px solid #2fb5d0 !important;
}

.wk-sub-product-variants .input-color:hover+span {
    border: 2px solid #2fb5d0 !important;
}

.wk-bundle-product-select {
    text-align: center;
}

.wk-bundle-product-select .wk-select-sub-product {
    width: 75%;
    text-align: center;
    overflow: hidden;
    white-space: inherit;
}

.wk_grid_section_title {
    background-color: #f1f1f1;
    padding: 5px 8px;
    margin-bottom: 5px;
}

.wk-bp-custom-margin-t {
    margin: 5px 0px !important;
}

.wk-bp-custom-padding-t {
    padding: 5px 0px !important;
}

.wk-bp-custom-margin-b {
    margin-bottom: 5px !important;
}

.wk-bp-custom-margin-2-t {
    margin-top: 2px !important;
}

.wk-bp-custom-margin-10-t {
    margin-top: 10px !important;
}

.wk-bp-custom-margin-2-b {
    margin-bottom: 2px !important;
}

.wk-sub-product-title {
    font-size: 14px;
    color: #232323;
    letter-spacing: 0;
}

.wk-bundle-sub-product .product-cover {
    margin-bottom: 6px;
}

.wk-bp-grid-dropdown {
    background-color: #ffffff !important;
}

.wk-row-margin {
    margin-bottom: 25px;
}

.wk_bp_loading-image {
    position: absolute;
    top: 212px;
    left: 100px;
    z-index: 10;
}

.wk-loader-disable-element {
    opacity: 0.3;
    cursor: not-allowed !important;
}

.wk_bp_slider_view .wk-btn-slider {
    padding: 1px 6px !important;
    border-width: 0px !important;
    border-color: none;
    background-color: #f1f1f1 !important;
    cursor: pointer;
}

.wk-bp-slider-view-title {
    background-color: #f1f1f1;
}

.wk-bp-slider-view-body {
    background-color: #ffffff;
}

.wk_bp_slider_view-title {
    padding-bottom: 6px !important;
}

.wk_bp_slider_view .item {
    position: relative;
}

.wk_bp_cancel {
    position: absolute;
    z-index: 1;
    right: 12px;
    background-color: #ffffff;
    color: rgb(112, 109, 109);
    box-shadow: 0px 0px 3px rgba(75, 74, 74, 0.3);
    opacity: 0.5;
    top: 12px;
    cursor: pointer;
}

.wk_bp_cancel .material-icons {
    color: black;
}

.wk_bundle_section_redirect .wk_chk_circle {
    color: #5a9913;
}

.wk_bundle_section_redirect .wk_add_circle {
    color: #7a7a7a;
}

.wk-section-right-block .card-block {
    padding-top: 0.5rem !important;
}

.highlight {
    border: 2px solid #2fb5d0;
}


/* .quickview .wk-section-right-block {
    display: none !important;
} */

.wk-promo-bp-configure {
    text-align: center;
    margin: 1rem;
}

.wk_bp_promo-start-price {
    font-size: 11px;
    text-decoration: #000000;
}

@media only screen and (max-width: 769px) {
    .wk_bp_section_resp {
        margin-bottom: 1.5rem;
    }
    .card {
        background-color: #fff !important;
    }
    .wk-bundle-product-select .wk-select-sub-product {
        width: 100%;
    }
}

.wk-bundle-product-select {
    margin-top: 5px;
}

.wk-select-border {
    border: 2px solid #2fb5d0 !important;
}

.wk_bundle_promotion_slider_cont .bx-next {
    position: absolute;
    top: 40%;
    right: 14px;
    z-index: 999;
    width: 40px !important;
    height: 40px !important;
    text-indent: -999999px;
    background: url(../../img/gray_next.png) no-repeat 0 0px;
    display: block;
    outline: none;
}


/*previous button*/

.wk_bundle_promotion_slider_cont .bx-prev {
    position: absolute;
    top: 40%;
    left: 14px;
    z-index: 999;
    width: 40px !important;
    height: 40px !important;
    text-indent: -999999px;
    background: url(../../img/gray_prev.png) no-repeat 0 0px;
    display: block;
    outline: none;
}

.quickview .wk_bundle_section_redirect {
    display: none;
}

.quickview .wk-section-right-block {
    text-align: left;
}

.quickview .wk-section-right-block-top {
    margin-left: 2.5rem;
}


/** Touch sping design **/

.wk-touch-btn {
    position: absolute;
}

.wk-bootstrap-touchspin-down {
    position: relative;
    top: -26px;
    left: -12px;
    size: 5px;
    padding: 0;
    /* background: #ffffff; */
    cursor: pointer;
    color: initial;
}

.wk-bootstrap-touchspin-up {
    position: relative;
    top: -22px;
    size: 5px;
    left: -12px;
    padding: 0;
    /* background: #ffffff; */
    cursor: pointer;
    color: initial;
}

.wk-bootstrap-touchspin-down i,
.wk-bootstrap-touchspin-up i {
    font-size: 18px !important;
}

.wk-boot-touchspin a:hover,
.wk-boot-touchspin a:visited,
.wk-boot-touchspin a:focus {
    color: initial !important;
}

.wk-bootstrap-touchspin-down:focus,
.wk-bootstrap-touchspin-up:focus {
    outline: none !important;
}

.wk-boot-touchspin .wk_quantity_wanted {
    height: 38px;
}

.wk-boot-touchspin .wk_touch_spin_bar {
    border-bottom: 1px solid gray;
    position: relative;
    top: -23px;
    size: 6px;
    width: 24px;
    left: -12px;
    z-index: 100;
}

.wk-section-right-block-top {
    text-align: left;
}

#customer_cart .wk-boot-touchspin .wk_touch_spin_bar {
    top: -20px !important;
    width: 18px !important;
    left: -9px !important;
}

#customer_cart .wk-bootstrap-touchspin-up {
    top: -16px !important;
}

#customer_cart .wk-bootstrap-touchspin-down {
    top: -23px !important;
}

/* Clone polish: align bundle UI with the product page theme */
.wk_bp_slider_view,
.wk-bundle-summary-root .card,
.wk-bundle-sub-product {
    border-color: #ebebeb;
    box-shadow: 0 16px 32px rgba(37, 50, 55, 0.06);
}

.wk_bp_slider_view {
    margin: 1.25rem 0 1.75rem;
    padding: 0 !important;
    overflow: hidden;
    border-radius: 18px;
    background: #fff;
}

.wk_bp_slider_view > .row:first-child {
    align-items: center;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0.95rem 1.15rem 0.9rem !important;
}

.wk_bp_slider_view .wk_bp_slider_view-title strong {
    color: #253237;
    font-family: Lora, sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.wk_bp_slider_view .wk_section_header,
.wk_bp_slider_view .col-md-5 {
    color: #5f6b70 !important;
    font-size: 0.86rem;
}

.wk_bp_slider_view .MultiCarousel {
    padding: 0.9rem 2.9rem 1.3rem;
    background: linear-gradient(180deg, #fff 0%, #fbfbfa 100%);
}

.wk_bp_slider_view .MultiCarousel .MultiCarousel-inner .item > div {
    padding: 0;
    margin: 8px;
}

.wk-bundle-sub-product {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    min-height: 100%;
    padding: 1rem 1rem 1.1rem;
    border-radius: 16px;
    background: #fff;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.wk-bundle-sub-product:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(37, 50, 55, 0.1);
}

.wk-select-border {
    border-color: #253237;
    box-shadow: 0 18px 34px rgba(37, 50, 55, 0.14);
}

.wk-bundle-sub-product .product-cover {
    margin-bottom: 0;
}

.wk-bundle-sub-product .product-cover img,
.wk-bundle-sub-product .mask img {
    width: 100%;
    border-radius: 12px;
    background: #f8f8f6;
    object-fit: cover;
}

.wk-bundle-sub-product h5.h5 {
    margin: 0;
    color: #253237;
    font-family: Manrope, sans-serif;
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.35;
    text-transform: none;
}

.wk-bundle-sub-product a {
    color: inherit !important;
}

.wk-bundle-sub-product #wk-product-description-short,
.wk-bundle-sub-product [id^="wk-product-description-short-"] {
    color: #5f6b70;
    font-size: 0.88rem;
    line-height: 1.55;
}

.wk-bundle-sub-product #wk-product-description-short strong,
.wk-bundle-sub-product [id^="wk-product-description-short-"] strong {
    color: #253237;
    font-size: 1rem;
    font-weight: 700;
}

.wk-bundle-sub-product #wk-product-description-short br,
.wk-bundle-sub-product [id^="wk-product-description-short-"] br {
    display: none;
}

.wk-bp-custom-margin-10-t,
.wk-bp-custom-margin-t,
.wk-bp-custom-margin-b {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.wk-product-actions {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.wk-sub-product-variants > .product-variants-item {
    margin-bottom: 0.6rem;
}

.wk-sub-product-variants select,
.wk-sub-product-variants .form-control {
    min-height: 44px;
    border: 1px solid #dfe4e6;
    border-radius: 12px;
    box-shadow: none;
    color: #253237;
    font-size: 0.9rem;
}

.wk-product-quantity .control-label {
    color: #253237;
    font-size: 0.84rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.wk-bundle-sub-product .wk-product-quantity .wk-qty,
.wk-bundle-sub-product .wk-product-quantity .wk-qty .input-group {
    display: flex !important;
    align-items: stretch;
    width: 100%;
}

.wk_quantity_wanted {
    width: 100%;
    min-width: 0;
    height: 44px;
    border: 1px solid #dfe4e6;
    border-right: 0;
    border-radius: 12px 0 0 12px;
    color: #253237;
    font-weight: 700;
    text-align: center;
}

.wk-bundle-sub-product .input-group-addon {
    border: 1px solid #dfe4e6;
    border-left: 0;
    border-radius: 0 12px 12px 0;
    background: #f8f8f6;
}

.wk-touch-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wk-touch-btn .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    padding: 0;
    color: #253237;
}

.wk_touch_spin_bar {
    height: 1px;
    background: #e6e9eb;
}

.wk-bundle-product-select {
    text-align: left;
}

.wk-bundle-product-select .wk-select-sub-product,
.wk-bundle-product-select .btn {
    width: 100%;
    min-height: 46px;
    border: 1px solid #253237;
    border-radius: 999px;
    background: #fff;
    color: #253237;
    font-family: Manrope, sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.wk-bundle-product-select .wk-select-sub-product:hover,
.wk-bundle-product-select .btn:hover {
    background: #253237;
    color: #fff;
}

.wk_bp_cancel {
    top: 12px;
    right: 12px;
    z-index: 2;
}

.wk_bp_cancel .material-icons {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: rgba(37, 50, 55, 0.08);
    color: #253237;
    font-size: 18px;
}

.wk_bp_slider_view .MultiCarousel .leftLst,
.wk_bp_slider_view .MultiCarousel .rightLst {
    width: 42px;
    height: 42px;
    border: 1px solid #dfe4e6 !important;
    border-radius: 999px;
    background: #fff !important;
    color: #253237 !important;
    box-shadow: 0 8px 20px rgba(37, 50, 55, 0.08);
    font-size: 18px;
    line-height: 1;
}

.wk_bp_slider_view .MultiCarousel .leftLst {
    left: 10px;
}

.wk_bp_slider_view .MultiCarousel .rightLst {
    right: 10px;
}

.wk-bundle-summary-root {
    margin-top: 1rem;
}

.wk-bundle-summary-root .wk-section-right-block .card {
    border-radius: 16px;
    background: #fff;
}

.wk-bundle-summary-root strong {
    color: #253237;
}

.wk-bundle-summary-root .wk_section_price_info {
    color: #5f6b70;
    font-size: 0.88rem;
}

@media (max-width: 991px) {
    .wk_bp_slider_view .MultiCarousel {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}

@media (max-width: 767px) {
    .wk_bp_slider_view.wk-bp-static-grid .MultiCarousel .MultiCarousel-inner {
        grid-template-columns: 1fr;
    }

    .wk_bp_slider_view .MultiCarousel .MultiCarousel-inner .item {
        flex-basis: 100%;
    }

    .wk_bp_slider_view {
        margin: 1rem 0 1.25rem;
        border-radius: 14px;
    }

    .wk_bp_slider_view > .row:first-child {
        padding: 0.9rem 0.95rem !important;
    }

    .wk-bundle-sub-product {
        padding: 0.85rem;
        border-radius: 14px;
    }

    .wk_bp_slider_view .MultiCarousel {
        padding: 0.8rem 2.25rem 1rem;
    }
}


/* Codex compact card overrides */
.wk_bp_slider_view.wk-bp-static-grid .MultiCarousel {
    padding-left: .5rem;
    padding-right: .5rem;
}

.wk_bp_slider_view.wk-bp-static-grid .MultiCarousel .MultiCarousel-inner {
    gap: 10px;
}

.wk_bp_slider_view .MultiCarousel .MultiCarousel-inner .item > div {
    padding: 0;
    margin: 0;
}

.wk-bundle-sub-product {
    padding: 8px;
}

.wk-bundle-sub-product .wk-product-cover {
    margin-bottom: 6px;
}

.wk-bundle-sub-product .wk-product-cover img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.wk-bp-custom-margin-10-t {
    margin-top: 4px !important;
}

.wk-bp-custom-margin-t,
.wk-bp-custom-margin-2-b,
.wk-bp-custom-margin-b,
.wk-bp-custom-padding-t,
.wk_bp_slider_view-title {
    margin-bottom: 3px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.wk-sub-product-title,
.wk-bundle-sub-product h5.h5 {
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 3px;
}

#wk_bundle_product .wk-product-description-short,
#wk_bundle_product #wk-product-description-short-171,
#wk_bundle_product [id^="wk-product-description-short-"] {
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 4px;
}

.wk-product-quantity .control-label {
    font-size: 11px;
    line-height: 24px;
}

.wk-bundle-sub-product .wk-product-quantity .row {
    align-items: center;
}

.wk-bundle-sub-product .wk-product-quantity .wk-qty {
    max-width: 70px;
    margin-left: auto;
}

.wk-bundle-sub-product .wk-product-quantity .wk-qty,
.wk-bundle-sub-product .wk-product-quantity .wk-qty .input-group,
.wk-bundle-sub-product .wk-product-quantity .wk-boot-touchspin {
    width: 70px !important;
}

.wk_quantity_wanted {
    width: 30px;
    min-width: 30px;
    height: 26px;
    padding: .125rem .25rem;
    font-size: 11px;
    text-align: center;
}

.wk-bundle-sub-product .input-group-addon {
    padding: 0;
    border: 0;
    background: transparent;
}

.wk-bundle-sub-product .wk-product-quantity .wk-boot-touchspin {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
}

.wk-bundle-sub-product .wk-product-quantity .wk-boot-touchspin > .form-control {
    flex: 0 0 30px;
}

.wk-bundle-sub-product .wk-product-quantity .input-group-addon {
    flex: 0 0 16px;
}

.wk-bundle-sub-product .wk-touch-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1px;
    position: static;
}

.wk-bundle-sub-product .wk_touch_spin_bar {
    display: none;
}

.wk-bundle-sub-product .wk-touch-btn .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    min-width: 16px;
    width: 16px;
    height: 11px;
    line-height: 11px;
    position: static !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    bottom: auto !important;
    transform: none !important;
}

.wk-bundle-sub-product .wk-touch-btn .material-icons {
    display: block;
    font-size: 12px;
    line-height: 1;
}

.wk-bundle-sub-product .wk-bootstrap-touchspin-up,
.wk-bundle-sub-product .wk-bootstrap-touchspin-down,
.wk-bundle-sub-product .wk-touchspin-up,
.wk-bundle-sub-product .wk-touchspin-down {
    position: static !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    bottom: auto !important;
    margin: 0 !important;
}

.wk-bundle-product-select {
    margin-top: 6px;
}

.wk-bundle-product-select .wk-select-sub-product {
    width: 100%;
    padding: 6px 8px;
    font-size: 11px;
    line-height: 1.2;
}

.wk_bp_cancel {
    top: 8px;
    right: 8px;
}

@media only screen and (max-width: 769px) {
    .wk-bundle-sub-product {
        padding: 9px;
    }

    .wk-bundle-sub-product .wk-product-quantity .wk-qty,
    .wk-bundle-sub-product .wk-product-quantity .wk-qty .input-group,
    .wk-bundle-sub-product .wk-product-quantity .wk-boot-touchspin {
        width: 76px !important;
    }
}

/* Codex smaller bundle images */
.wk-bundle-sub-product .wk-product-cover {
    max-width: 146px;
    margin: 0 auto 6px;
}

.wk-bundle-sub-product .wk-product-cover img {
    width: 100%;
    height: 146px;
    aspect-ratio: auto;
    object-fit: cover;
}

@media only screen and (max-width: 769px) {
    .wk-bundle-sub-product .wk-product-cover {
        max-width: 150px;
    }

    .wk-bundle-sub-product .wk-product-cover img {
        height: 150px;
    }
}

/* Codex selected badge overrides */
.wk-bundle-sub-product-list .wk-bundle-product-select {
    display: none;
}

.wk-bundle-sub-product-list {
    cursor: pointer;
}

.wk-bundle-sub-product-list .wk-product-quantity,
.wk-bundle-sub-product-list .wk-sub-product-variants,
.wk-bundle-sub-product-list .wk_bp_cancel,
.wk-bundle-sub-product-list a,
.wk-bundle-sub-product-list button,
.wk-bundle-sub-product-list input,
.wk-bundle-sub-product-list select,
.wk-bundle-sub-product-list label {
    cursor: auto;
}

.wk-bundle-sub-product-list.wk-select-border {
    position: relative;
}

.wk-bundle-sub-product-list.wk-select-border::before {
    content: "✓";
    position: absolute;
    top: 8px;
    left: 8px;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: #2e7d32;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    z-index: 3;
    box-shadow: 0 6px 18px rgba(46, 125, 50, .22);
}

.wk-bundle-sub-product-list.wk-select-border .wk_bp_cancel {
    top: 8px;
    right: 8px;
    opacity: .9;
}

.wk-bundle-sub-product-list .wk_bp_cancel {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
}

.wk-bundle-sub-product-list .wk_bp_cancel .material-icons {
    font-size: 16px;
    line-height: 1;
}

/* Codex variant alignment overrides */
.wk-bundle-sub-product .wk-sub-product-variants {
    margin-top: 4px;
}

.wk-bundle-sub-product .wk-product-variants-item {
    margin: 0 0 6px !important;
    padding: 0;
}

.wk-bundle-sub-product .wk-product-variants-item .control-label {
    display: block;
    margin: 0 0 4px !important;
    font-size: 11px;
    line-height: 1.2;
    color: #666;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.wk-bundle-sub-product .wk-product-variants-item ul {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.wk-bundle-sub-product .wk-product-variants-item li.input-container {
    float: none;
    margin: 0;
}

.wk-bundle-sub-product .wk-product-variants-item li.input-container label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    min-height: 28px;
}

.wk-bundle-sub-product .wk-product-variants-item .radio-label {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border: 1px solid rgba(35, 35, 35, .22);
    border-radius: 999px;
    background: #fff;
    font-size: 11px;
    line-height: 1.2;
    color: #232323;
    transition: border-color .2s ease, background-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.wk-bundle-sub-product .wk-product-variants-item input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.wk-bundle-sub-product .wk-product-variants-item input[type="radio"]:checked + .radio-label {
    border-color: #232323;
    background: #232323;
    color: #fff;
    box-shadow: 0 6px 16px rgba(0,0,0,.12);
}

.wk-bundle-sub-product .wk-product-variants-item input[type="radio"]:focus + .radio-label {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(35,35,35,.08);
}

.wk-bundle-sub-product .wk-product-quantity {
    margin-top: 6px;
    padding-top: 6px;
    border-top: 1px solid rgba(35,35,35,.08);
}

.wk-bundle-sub-product .wk-product-quantity .control-label {
    margin: 0;
}

.wk-bundle-sub-product-list .wk_bp_cancel {
    top: 8px;
    right: 8px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 8px 18px rgba(0,0,0,.14);
}

.wk-bundle-sub-product-list.wk-select-border::before {
    top: 8px;
    left: 8px;
}


.ce-tax-shipping-delivery-label,
.unit-price-cart,
.product-unit-price,
.wk-bundle-summary-root {
    display: none !important;
}
