﻿a.bundleWrapper {
    border-radius: 8px;
    padding: 16px 8px;
    display: block;
    width: 100%;
}
    a.bundleWrapper:hover {
        background: #dedede;
    }
a.bundleWrapper .bundleImages {
    display: flex;
    align-items: center;
}
.bundleImagesWrap {
    position: relative;
}
a.bundleWrapper .bundleImages > div {
    flex: 1;
    position: relative;
    height: 230px;
    max-width: 280px;
}
a.bundleWrapper .bundleImages > div:last-child {
    transform: none;
}
    a.bundleWrapper .bundleImages > div img {
        border-radius: 6px;
        max-width: 320px;
        position: absolute;
        top: 0;
        left: 0;
        transform: perspective(500px) rotateY(10deg);
        box-shadow: rgba(0, 0, 0, 0.17) 0 -23px 25px 0 inset, rgba(0, 0, 0, 0.15) 0 -36px 30px 0 inset, rgba(0, 0, 0, 0.1) 0 -79px 40px 0 inset, rgba(0, 0, 0, 0.06) 0 2px 1px, rgba(0, 0, 0, 0.09) 0 4px 2px, rgba(0, 0, 0, 0.09) 0 8px 4px, rgba(0, 0, 0, 0.09) 0 16px 8px, rgba(0, 0, 0, 0.09) 0 32px 16px;
        transition: all 300ms ease-in-out;
        z-index: 1;
        box-shadow: rgb(38, 57, 77) 0 20px 30px -10px;
    }
a.bundleWrapper .bundleImages > div:first-child img {
    left: 10px;
}
    a.bundleWrapper .bundleImages > div:last-child img {
        left: auto;
        right: 0;
        transform: perspective(500px) rotateY(-15deg);
    }
a.bundleWrapper:hover {
    text-decoration: none;
}
.notShownBundleItems {
    position: absolute;
    bottom: -18px;
    left: -14px;
    background: #dc0d8a;
    z-index: 6;
    color: #fff;
    font-weight: 500;
    line-height: 100%;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 1rem;
}
.bundleHeader {
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.bundleHeader p {
    color: #2B2B2B;
    min-width: 140px;
}
.bundleHeader > div {
    flex: 0;
    white-space: nowrap;
}
.bundleHeader > div:first-child {
    flex: 1;
    white-space: normal;
    padding-right: 32px;
}
.bundleHeader > div:nth-child(2) {
    margin-right: 32px;
}

.bundleDiscountedPrice,
.bundleUndiscountedPrice {
    text-decoration: line-through;
    color: #2B2B2B;
    font-weight: 500;
    font-size: 0.85rem;
    line-height: 100%;
    text-align: left;
}
.bundleDiscountedPrice {
    text-decoration: none;
    font-size: 1.15rem;
}
.bundleAmount {
    display: flex;
    align-items: Center;
    justify-content: center;
}
.bundleAmount > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    line-height: 100%;
    padding-left: 8px;
}
.bundlePercent {
    background: #dc0d8a;
    color: #ffffff;
    font-weight: 500;
    font-size: 1.2rem;
    border-radius: 3px;
    line-height: 100%;
    padding: 8px 16px;
}



.miniBundle {
    border-radius: 8px;
    padding: 16px 8px;
    display: block;
    width: 100%;
    line-height: 100%;
}

.miniBundle:hover {
    background: #dedede;
}


.miniBundleSplitter > div:first-child {
    max-height: 128px;
    overflow-y: auto;
    padding-bottom: 12px;
}

.miniBundle ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px;
    width: calc(100% - 16px);
}

.miniBundle ul li {
    margin: 0;
    padding: 0;
}

.miniBundle ul li div {
    width: 68px;
    height: 68px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: -10px;
    box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px, rgba(0, 0, 0, 0.3) 0 7px 13px -3px, rgba(0, 0, 0, 0.2) 0 -3px 0 inset;
    margin-bottom: -16px;
    background: #fff;
}

.miniBundle ul li div img {
    width: 64px;
    height: 64px !important;
    max-width: 64px;
    max-height: 64px;
    border-radius: 50%;
    display: block;
}

.miniBundleHead {
    text-align: left;
    margin-bottom: 4px;
    font-weight: 500;
    display: flex;
    margin-bottom: 8px;
}

.miniBundleHead .saving {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 100%;
    background: #dc0d8a;
    color: #fff;
    font-weight: 500;
    font-size: 0.85rem;
    border-radius: 3px;
    padding-left:8px;
    margin-right: 8px;
    white-space: nowrap;
    flex: 0 1;
}

    .miniBundleHead .saving span {
        background: #dedede;
        margin-left: 8px;
        padding: 0 8px;
        color: #2B2B2B;
        height: 100%;
        display: flex;
        align-items: center;
    }

.miniBundle:hover {
    text-decoration: none;
}

.miniBundle p {
    margin: 0;
    font-size: 0.85rem;
    color: #2B2B2B;
    display: block;
    text-align: left;
    line-height: 100%;
    font-weight: normal;
    margin-top: 2px;
}