.bundle {
    display: flex;
    margin-bottom: 40px;
}
.bundle .plus {
    font-size: 40px;
    position: absolute;
    left: -27px;
    top: 48%;
}
/*.bundle .swiper-viewport .product-thumb {
    margin-left: 1px;
    margin-right: 1px;
}*/
.bundle .result {
    background-color: #fff;
    position: relative;
    border: 3px solid var(--menu-main-header-bg);
    z-index: 1;
    margin-left: 30px;
    margin-bottom: 20px;
    border-radius: 12px;
}
.bundle .result .result-content {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.bundle .result .title {
    font-size: 20px;
    margin-bottom: 30px;
}
.bundle .result .price {
    display: block !important;
}
.bundle .result .price-new {
    display: block;
    font-size: 28px;
    margin-bottom: 5px;
    margin-right: 0;
}
.bundle .result .price-old {
    margin-left: 0px;
    font-size: 22px;
    display: block;
}
.bundle .result .special {
    font-size: 18px;
    margin-top: 20px;
    font-weight: bold;
    color: #ff3232;
}
.bundle .result .btn {
    margin-top: 40px;
    font-size: 16px;
}
.bundle .swiper-viewport {
    width: 75%;
    background: unset;
    box-shadow: none !important;
    border: none !important;
    margin: 0;
}
.bundle .swiper-viewport:after {
    display: none;
}
.bundle .result {
    width: calc(25% - 30px);
}
.bundle-short .swiper-viewport {
    width: 49%;
}
.bundle-one-column .swiper-viewport {
    width: 66.6%;
}
.bundle-one-column .result {
    width: calc(33.3% - 30px);
}
.bundle .swiper-button-disabled {
    display: none;
}
.bundle .swiper-viewport .swiper-button-next {
    opacity: .5;
    right: 10px;
} 
.bundle .swiper-viewport .swiper-button-prev {
    opacity: .5;
    left: 10px;
}
.modal-body .prod-name {
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.bundle .product-thumb .caption h4 {
    overflow: hidden;
    max-height: 50px;
}

.bundle .product-thumb__caption {
    min-height: 221px;
 }
.bundle .product-thumb__quick-order {
    margin-left: 0;
}
@media (max-width: 1344px) {
    .bundle .product-thumb__caption {
        min-height: 241px;
     }
}
@media (max-width: 1199px) {
    .bundle .product-thumb__caption {
        min-height: 221px;
     }
    .bundle .swiper-viewport {
        width: 66.6%;
    }
    .bundle .result {
        width: calc(33.3% - 30px);
    }
}
@media (max-width: 991px) {
    .bundle .product-thumb__caption {
        min-height: 261px;
     }
    .bundle-one-column {
        display: block;
    }
    .bundle-one-column .swiper-viewport {
        width: 100%;
    }
    .bundle-one-column .result {
        width: auto;
        margin-left: 0;
        margin-top: 10px;
        padding: 10px;
    }
    .bundle-one-column .result .result-content {
        position: relative;
        transform: unset;
        top: unset;
        left: unset;
    }
}
@media (max-width: 768px) {
    .bundle .product-thumb__caption {
        min-height: 261px;
     }
    .bundle {
        display: block;
    }
    .bundle .title {
        margin-top: 0;
    }
    .bundle .swiper-viewport {
        width: 100%;
        margin-bottom: 0 !important;
    }
    .bundle .result {
        width: auto;
        margin-left: 0;
        padding: 10px;
    }
    .bundle .result .result-content {
        position: relative;
        transform: unset;
        top: unset;
        left: unset;
    }
    .bundle .result .special {
        margin-top: 10px;
    }
    .bundle .result .price {
        font-size: 20px;
    }
    .bundle .result .btn {
        margin-top: 20px;
    }
}
@media (max-width: 574px) {
    .bundle .product-thumb__caption {
        min-height: 227px;
     }
}
.bundle-two-column {
    display: block;
}
.bundle-two-column .swiper-viewport {
    width: 100%;
}
.bundle-two-column .result {
    width: auto;
    margin-left: 0;
    margin-top: 10px;
    padding: 10px;
    height: auto;
}
.bundle-two-column .result .result-content {
    position: relative;
    transform: unset;
    top: unset;
    left: unset;
}
.bundle .product-thumb__quick-order {
    margin-left: 15px;
}
.bundle .product-thumb__image img {
    height: 201px;
    object-fit: contain;
}
.bundle .product-thumb__name {
    max-height: 78px;
    overflow: hidden;
}
.bundle .swiper-button-next:before,
.bundle .swiper-button-prev:before {
    font-size: 14px;
    color: var(--carousel-nav-btn-c) !important;
    margin-left: 12px;
}
.bundle .swiper-button-next,
.bundle .swiper-button-prev {
    box-shadow: 0 0 10px #ccc;
    height: 34px;
    width: 34px;
    border-radius: 100%;
    opacity: 1 !important;
    line-height: 37px;
    background: #fff;
}