/**
* 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;
}

.wk_bp_slider_view .MultiCarousel .MultiCarousel-inner .item {
    float: left;
    margin-right: 0px;
}

.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-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;
    display: inline-block !important;
}

.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;
}
/* np przeróbka wizualna modułu bundle */

p {
    margin-bottom: 0px;
}

.flexTop {
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    flex-direction: row;
    cursor: pointer;
    border: none;
}

.flexTop p {
    margin: 0;
}

.hideBlock {
    display: none;
}

.section1 {
    border: 1px solid black;
    width: 250px;
    padding: 5px 10px 5px 10px;
}

.sectionW {
    width: 100% !important;
}

.card-block {
    border: none;
}

.change-button {
    display: flex;
    background: none;
    border: 1px solid grey;
    padding: 5px 10px 5px 10px;
    justify-content: center;
    align-items: center;
    color: black;
    font-weight: bold;
}

.wk_bundle_section_redirect a:hover,
.flexBundle2 a:hover {
    text-decoration: none;
    color: black;
}

.change-button a:hover {
    text-decoration: none;
}

.flex-price {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.wk_section_price_info {
    display: flex;
    flex-direction: column;
}

.categoryBlockRight {
    color: red;
    display: block;
}

.wk-section-right-block * {
    font-weight: 800;
}

.bundleTopCv {
    margin-top: 10px;
}

/* Do usunięcia późńiej */
.wk-bp-custom-margin-t {
    margin: 0 !important;
}

/*  */
.flexBundle {
    display: flex;
    justify-content: space-around;
}

.flexBundle2 {
    display: flex;
    flex-direction: column;
    flex: 50% 0 0;
}

.wk-bundle-product-select {
    display: flex;
    flex-direction: column;
    width: 100px;
}

.wk-bundle-product-select button {
    padding: 3px;
}

.wk-bundle-border {
    border: 2px solid #f6f6f6;
    box-shadow: none;
}

.wk-bundle-border-img {
    border: none !important;
}

.wk-bundle-sub-product {
    margin-bottom: 25px;
}

.wk-bundle-product-select .wk-select-sub-product {
    width: 100%;
}

.flexStart {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.bundleCategory {
    padding: 4px 10px;
    background-color: #e5e5e5;
    margin-top: 5px;
    margin-left: 10px;
}

.wk-sub-product-title {
    margin-top: 10px;
    font-size: 24px;
}

.bundle-new-window {
    font-size: 14px;
    text-align: center;
    align-items: center;
    width: 290px;
    color: black;
    cursor: pointer;
    font-weight: bold;
    margin-top: 35px;
    margin-bottom: 25px;
    font-size: 15px;
}

.bundle-new-window *:hover {
    color: #df1271;
}

.nice-select {
    max-width: 256px;
    border: 2px solid #df1271;
}

.bundle-attr {
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
}

.attr-content {
    margin-right: 30px;
}

.attr-name {
    margin-right: 2px;
}

.bundle-amount {
    margin-bottom: 10px;
}

.bundle-price {
    margin-top: 5px;
    font-size: 24px;
}

.bundle-req-product {
    background-color: #f8f8f8;
}

.bundle-left-title {
    margin-top: 100px;
    margin-bottom: 50px;
    text-align: center;
}

.bundle-req-all {
    overflow: hidden;
    max-height: 400px;
}

.bundle-toggle-button {
    padding: 5px 20px 5px 20px;
    text-align: center;
    margin: auto;
    border: none;
    background: #df1271;
    color: #fff;
    font-size: 20px;
    margin-top: -30px;
    position: relative;
    display: flex;
}
.bundle-req-button {
    padding: 5px 20px 5px 20px;
    text-align: center;
    margin: auto;
    border: none;
    background: #df1271;
    color: #fff;
    position: relative;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
}
.bundle-req-product:nth-of-type(2) {
    opacity: 0.5;
}

.nice-select .list {
    width: 500px;
    border: 2px solid #df1271;
    overflow-y: scroll;
    padding: 10px;
    margin-top: 5px;
}
.selectize-dropdown-content {
    max-height: 500px !important;
}
.selectize-dropdown {
    width: 500px !important;
    border: 2px solid #df1271 !important;
    top: 36px !important;
}
.bundle-left-flex {
    display: flex;
    margin-top: 10px;
    color: #232323;
    margin-bottom: 10px;
}
.bundle-left-flex2 {
    display: flex;
    margin-top: 10px;
    color: #232323;
    margin-bottom: 10px;
    justify-content: space-between;
}
.bundle-left-flex p {
    padding: 5px 0px;
    margin-right: 5px;
    display: flex;
    align-items: center;
}
.bundle-selected {
    padding: 5px 10px;
    background-color: #df1271;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 0px !important;
}
.bundle-selected {
    display: none;
}
.bundle-left-select-title {
    font-size: 15px;
    color: #232323;
    font-weight: 900;
}
.bundle-left-select-piece {
    font-size: 13px;
    color: #232323;
}
.bundle-left-select-price {
    font-size: 15px;
    color: #232323;
    font-weight: 900;
}
.bundle-select-img {
    margin: 10px;
    border: 1px solid #f2f2f2;
    background: white;
}
.selectize-input {
    border-color: #df1271 !important;
    background-color: white !important;
    background-image: none !important;
}
.bundle-x {
    border-radius: 50%;
    border: 1px solid #df1271;
    width: fit-content;
    padding: 1px 8px;
    color: black;
    top: 103px;
    position: absolute;
    display: flex;
    z-index: 20;
    background: white;
    cursor: pointer;
    left: 28px;
}
.selectize-display {
    display: inline-block !important;
}
.bundle-x-display {
    display: flex !important;
}
.bundle-new-window i {
    display: inline-block !important;
}
.wk_bundle_promotion_slider .products-list__block {
    max-width: 100%;
}
.wk_bundle_promotion_slider .add-to-cart {
    display: none !important;
}
.inserter {
    display: flex;
    width: 90%;
    margin: auto;
    padding: 20px 30px 20px 30px;
    background-color: #FAFAFC;
    margin-top: 10px;
    margin-bottom: 10px;
}
.product-additional-info.js-product-additional-info {
    display: block;
}
@media screen and (min-width:1024px){
    .selectize-dropdown {
        left: -210px !important;
    }
}
@media screen and (max-width: 1024px) {
    .selectize-dropdown {
        max-width: 100%;
        left: 0px !important;
    }
    .selectize-dropdown .d-flex {
        flex-direction: column;
    }
    .nice-select {
        margin-bottom: 40px;
    }

    .nice-select .list {
        max-width: 95%;
    }

    .flexBundle {
        flex-direction: column;
        padding: 10px 10px 10px 0px;
    }

    .bundle-attr {
        flex-direction: column;
    }

    .bundle-new-window {
        flex-direction: row;
    }

    .bundle-req-all {
        overflow: hidden;
        max-height: 1000px;
    }
    .bundle-x {
        left: 50%;
        transform: translate(-50%, -50%);
        top: 160px;
    }
    .flexBundle img {
        height: auto;
    }
}
