#fun-compre-junto{
    margin: 30px 0;
    width: 100%;
}
    #fun-compre-junto *{
        box-sizing: border-box;
    }
#fun-compre-junto:before{
    content: "";
    display: table;
    clear: both;
}
.fun-js-compre-junto-kit{
    margin: 30px -5px;
    border-top: 1px solid rgba(0,0,0,.1);
}
.fun-js-compre-junto-kit:first-child{
    border-top: 0 none;
}
    .fun-js-compre-junto-kit > div{
        position: relative;
        max-width: 80%;
        display: block;
        margin: auto;
        padding: 10px 5px 30px;
        box-sizing: border-box;
    }
    .fun-js-compre-junto-kit > div:last-child{
        -ms-flex-item-align: center!important;
        align-self: center!important;
    }
    .fun-js-compre-junto-item:after{
        content: "+";
        width: 40px;
        height: 40px;
        color: #fff;
        border-radius: 100%;
        display: block;
        font-size: 30px;
        line-height: 43px;
        position: absolute;
        top: 50%;
        right: -40px;
        margin-top: -20px;
        z-index: 3;
    }
    .fun-js-compre-junto-item:nth-last-child(2):after{
        content: "=";
    }

    .fun-compre-junto-item{
        max-width: 200px;
        margin: auto;
    }
    .fun-js-compre-junto-kit > .fun-compre-junto-total {
        border: 1px solid #ececec;
        border-radius: 6px;
        padding: 30px;
    }
    .fun-compre-junto-total h4{
        margin: 0 0 20px;
    }
    .fun-compre-junto-total .fun-compre-junto-total-prices > div{
        display: block;
        margin: 10px 0;
    }
    .fun-js-compre-junto-item .fun-compre-junto-item-image img{
        max-height: 100%;
        max-width: 100%;
    }
    .fun-js-compre-junto-item .item-link{
        line-height: 14px;
        height: 42px;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-line-clamp: 3;
        display: -webkit-box!important;
        -webkit-box-orient: vertical;
        margin: 10px 0 15px;
        display: block;
        padding: 0;
    }
    .fun-compre-junto-item-price-container{
        margin: 10px 0 0;
    }

    .fun-compre-junto-total .fun-js-compre-junto-form{
        margin: 20px 0 0;
    }
    .fun-compre-junto-item-variacoes{
        position: relative;
    }
    .fun-js-compre-junto-item .form-group{
        position: relative;
        float: none;
    }
    .fun-js-compre-junto-item .form-group label{
        font-size: 12px;
        margin-bottom: 10px!important;
        float: none!important;
    }
    .fun-js-compre-junto-item .form-group .form-select{
        padding: 0 35px 0 15px;
        min-width: 140px;
        height: 35px;
        max-width: 100%;
        width: 100%;
        margin: 0;
        -webkit-appearance: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .fun-compre-junto-item-variacoes .form-select + .form-select-icon{
        position: absolute;
        right: 12px;
        width: 13px;
        bottom: 0;
        height: 29px;
        line-height: 30px;
        padding: 0;
    }
    .fun-js-compre-junto-item .item-price{
        font-size: 16px;
    }


@media( min-width: 768px ){
    .fun-js-compre-junto-item{
        padding: 0;
    }
    .fun-js-compre-junto-item:after{
        right: -15px;
        width: 30px;
        height: 30px;
        font-size: 21px;
        line-height: 33px;
    }
    .fun-js-compre-junto-kit{
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-pack: center!important;
        justify-content: center!important;
        margin: 0 -15px;
    }
    .fun-js-compre-junto-kit > div{
        max-width: 25%;
        margin: 0;
        width: 100%;
        padding: 30px 15px;
    }
}
@media( min-width: 992px ){
    .fun-js-compre-junto-item{
        padding: 0 20px;
    }
    .fun-js-compre-junto-item:after{
        right: -20px;
        width: 40px;
        height: 40px;
        line-height: 43px;
        font-size: 30px;
    }
}
@media( min-width: 1200px ){
    .fun-js-compre-junto-item{
        padding: 0 25px;
    }
}



@media( max-width: 767px ){
    .fun-compre-junto-title{
        width: 90%;
        margin: auto;
    }
    .fun-js-compre-junto-item{
        padding: 40px 0;
        max-width: 200px;
        margin: auto;
    }
        .fun-js-compre-junto-item .fun-compre-junto-item-image{
            height: 160px;
            display: block;
            margin: auto;
        }
    .fun-compre-junto-total{
        padding-top: 40px!important;
    }
    .fun-js-compre-junto-item:after{
        top: auto;
        bottom: -20px;
        left: 50%;
        right: auto;
        margin: 0 0 0 -20px;
    }
}