.hidden {
    display: none !important;
}

.slick-slide {
    outline: none !important;
}

.product-bundle {
    clear: both;
    padding: 24px 29px 80px;
    background-color: white;
}

.product-bundle .row {
    display: flex;
    justify-content: space-between;
    flex-direction: row !important;
}

.product-bundle__body {
    position: relative;
}

.product-bundle *,
.product-bundle {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.product-bundle__header {
    padding: 15px 25px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 0;
}

.product-bundle__title {
    margin-bottom: 40px;
}

.product-bundle__inner {
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 20px;
}

.product-bundle__item-body {
    display: grid;
    grid-template-columns: 3fr 2fr;
    align-items: center;
    gap: 30px;
}

.product-bundle__item {
    padding-top: 20px;
}

[data-product-bundle-type-default] .product-bundle__item:not(:last-child) {
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    padding-bottom: 20px;
}

.product-bundle__products {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
}

.product-bundle__product {
    position: relative;
    margin-bottom: 10px;
}

.product-bundle__product-inner {
    position: relative;
}

.product-bundle__product-inner--slider-v {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-bundle__product-vertical-slide {
    width: auto !important;
    float: none !important;
}

.product-bundle .bundle-details .label-title {
    display: block;
}

.product-bundle .bundle-details .list-price, .product-bundle .bundle-details .bundle-price {
    justify-content: space-between;
}

.product-bundle__product-image {
    max-width: 250px;
    height: auto;
}

.product-bundle__product-arrow {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 50%;
    transform: translateX(-50%);
    outline: none !important;
}

.product-bundle__product-arrow.slick-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.product-bundle__product-arrow--top {
    top: 0;
}

.product-bundle__product-arrow--bottom {
    bottom: 0;
    transform: translateX(-50%) rotate(180deg);
}

.product-bundle__product:not(:first-child):before {
    content: '+';
    position: absolute;
    top: 50%;
    right: calc(100% + 50px);
    -webkit-transform: translateY(-50%) translateX(50%);
    -ms-transform: translateY(-50%) translateX(50%);
    transform: translateY(-50%) translateX(50%);
    display: block;
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 20px;
    margin: 0;
    overflow: hidden;
    line-height: 1;
}

.product-bundle__product-title {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 5px;
    text-align: center;
}

.product-bundle__product-title a {
    font-weight: 400;
    color: #9f9f9f;
    text-decoration: underline;
}

.product-bundle__product-title a:hover {
    text-decoration: none;
}

.product-bundle__product-price {
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
}

.product-bundle__purchase {
    position: relative;
}

@media (min-width: 1024px) {
    .product-bundle__purchase {
        padding-left: 50px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        overflow: hidden;
    }
}

.product-bundle__purchase:before {
    content: '=';
    /*display: block;*/
    display: none;
    width: 20px;
    font-family: Arial, sans-serif;
    color: #000;
    font-size: 20px;
    margin: auto;
}

@media (min-width: 1024px) {
    .product-bundle__purchase:before {
        position: absolute;
        left: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.product-bundle__purchase-inner {
    min-width: 200px;
    text-align: center;
    display: inline-block;
    padding: 15px;
}

.product-bundle__price {
    padding-bottom: 10px;
}

.product-bundle__discount {
    padding-bottom: 10px;
    font-size: .9em;
}

.product-bundle__btn {
    padding: 2px 0;
}

.product-bundle__btn form {
    margin-bottom: 0;
}

.product-bundle__btn button {
    cursor: pointer;
    width: 100%;
    text-transform: uppercase;
    margin: 13px 0 0;
    height: 54px;
    border: 0;
    font-weight: 600;
    text-align: center;
}

.product-bundle__discount-label {
    display: block;
    position: absolute;
    top: 0;
    left: 0px;
    font-size: 0.8em;
    color: #43454b;
    background-color: #fff;
    white-space: nowrap;
    border: 1px solid #6d6d6d;
    padding: .202em .6180469716em;
    text-transform: uppercase;
}


.product-bundle__list {

}

.product-bundle__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.product-bundle__arrow.slick-disabled {
    opacity: 0.5;
}

.product-bundle__arrow svg {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: #777777;
    cursor: default;
}

.product-bundle__arrow--left {
    left: 0;
    transform: rotate(-90deg);
}

.product-bundle__arrow--right {
    right: 0;
    transform: rotate(90deg);
}

[data-product-bundle-type-slider] {
    padding: 0 30px;
}


/**
 * Bundle section
 */
.container.bundle-section {
    margin: 0 !important;
    background: white;
    padding: 24px 29px
}

.container.bundle-section .bundle-title {
    display: none
}

.container.bundle-section .bundle:first-child .bundle-title {
    display: block
}

.bundle-section .row {
    flex-direction: row !important
}

.bundle-section .bundle > .row {
    display: none !important;
    margin: 80px 0
}

.bundle-section .bundle:first-child > .row,
.bundle-section .bundle.show > .row {
    display: flex !important
}

.bundle-section .bundle:first-child > .row {
    margin-top: 20px
}

.bundle-section .bundle:last-child > .row {
    margin-bottom: 0
}


.bundle-section > .bundle-title {
    margin-bottom: 12px;
    line-height: 25px;
    letter-spacing: -0.35px
}

.bundle-section .col {
    width: 50%
}

.bundle-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-right: 92px;
    position: relative;
    justify-items: end;
    align-items: center
}

.bundle-gallery > .image {
    grid-column: 3 / 5
}

.bundle-gallery > .image:after {
    content: '+';
    position: absolute;
    left: 50%;
    transform: translate(-50%, 120px);
    font-family: var(--wpr-main-font-family);
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: 0.455974px;
    color: var(--wpr-main-border-color)
}

.bundle-gallery > .image:nth-child(3n) {
    margin: auto;
    grid-column: 2 / 4
}

.bundle-gallery > .image:nth-child(3n+1) {
    grid-column: 1 / 3;
    margin-right: auto
}

.bundle-gallery > .image:nth-child(3n+1):after,
.bundle-gallery > .image:nth-child(3n):after {
    content: unset
}

.bundle-gallery img {
    width: 173px
}

.bundle-details > .line {
    margin: 17px 0 18px
}

.bundle-details .row {
    align-items: start;
}

.bundle-details .product-name {
    font-family: var(--wpr-main-font-family);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: -0.266667px;
    color: var(--wpr-main-border-color)
}

.bundle-details .product-name a {
    color: #0238A6;
    text-decoration: none
}

.bundle-details .product-name a svg {
    margin-left: 5px
}

.bundle-details .price {
    margin: 0
}

.bundle-details .price div {
    font-size: 18px !important;
    line-height: 32px !important;
    letter-spacing: -0.284211px !important
}

.bundle-details .list-price,
.bundle-details .bundle-price {
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 5px;
    color: #99A6AD;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.list-price .total-price {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.284211px;
    color: var(--wpr-main-border-color)
}

.list-price .total-price.line-through {
    text-decoration-line: line-through
}

.bundle-price .total-price {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.378947px;
    color: #1F1F1F
}

.bundle-price .discount {
    margin-left: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.252632px;
    color: #1F9A17
}

.bundle-section .show-bundless {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center
}

.bundle-section .show-bundless span {
    display: block;
    margin: 0 12px
}

.bundle-section .show-bundless.open path {
    transform: rotate(180deg) translate(-336px, -38px);
    transition: all .0s
}

@media (max-width: 1024px) {
    .product-bundle__item-body {
        grid-template-columns: 1fr;
    }

    .product-bundle__product {
        margin-bottom: 0;
    }
}

@media (max-width: 580px) {
    .product-bundle {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 24px;
    }

    div.product-bundle .row {
        flex-direction: row !important;
        margin: 0;
        align-items: start;
    }

    .bundle-details .price div {
        font-size: 16px !important;
        line-height: 32px !important;
    }

    .product-bundle .total-price {
        font-size: 16px;
        line-height: 20px;
    }

    .product-bundle .bundle-price .total-price {
        font-size: 18px;
        line-height: 22px;
    }

    .product-bundle__products {
        gap: 50px;
    }

    .product-bundle__product:not(:first-child):before {
        right: calc(100% + 25px);
    }
}

