.zestaw{
    padding-bottom: 20px;
    margin-top: 20px;
    border-bottom: 1px solid #e0e0e0;
}
.zestaw:last-child{
    border-bottom: none;
}
.zestaw > .images {
    position: relative;
    display: inline-block;    
    width: 150px;
    height: 115px;
}

.zestaw > .images > .image{
    position: absolute;
    left: calc(40% - 32px);
    top: 0;
    width: 64px;
    text-align: center;
    height: 80px;
}
.zestaw > .images > .image:first-child + .image{
    top: 15px;
    left: calc(40% - 19px);
}
.zestaw > .images > .image:first-child + .image + .image{
    top: 30px;
    left: calc(40% - 6px);
}
.zestaw > .images > .image:first-child + .image + .image + .image{
    top: 45px;
    left: calc(40% + 7px);
}
.zestaw > .images > .image:first-child + .image + .image + .image + .image{
    top: 60px;
    left: calc(40% + 20px);
}
.zestaw_podsumowanie {
    display: inline-block;
    vertical-align: top;
}
.zestaw_podsumowanie .zestaw-nazwa {
    color: #5d5d5d;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
}
.zestaw-zawartosc {
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
}
.zestaw-zawartosc .zestaw-zawartosc-head {
    color: #313131;
}
.zestaw-zawartosc .zestaw-zawartosc-items{
    color: #8e8e8e;
        line-height: 15px;
}
.zestaw_element{
    background: #fafafa none repeat scroll 0 0;
    margin-bottom: 15px;
    padding: 15px;
    position: relative;
    border: 1px solid #ccc;
}
.zestaw_element > div:first-child > *{
    display: inline-block;
    vertical-align: middle;
}
.zestaw_element > div:first-child > *.image{
    margin-right: 15px;
    height: 170px;
    width: 170px;
    line-height: 170px;
    text-align: center;
    border: 1px solid #eeeeee;
}
.zestaw_element > div:first-child > *.image > img{
    max-height: 170px;
}
.zestaw_element > div:first-child > *.name{
    font-weight: bold;
    font-size: 14px;
    margin-right: 15px;
    width: 75%;
}
.zestaw_element > div.wymiana_value label{
    display: block;
}
.zestaw_element > div.wymiana_value label:not(:first-child){
    font-weight: normal;
    margin: 0;
    vertical-align: middle;
}
.zestaw_element > div.wymiana_value label:not(:first-child) > input{
    display: inline-block;
    margin: 3px 5px 0 -20px;
    vertical-align: middle;
}
.zestaw-order-handle {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    cursor: -webkit-grab;
    cursor: -moz-grab;
}
.zestaw-rabat-info {
    font-size: 22px;
    font-weight: 600;
    border: 2px solid #000000;
    border-radius: 0;
    padding: 10px 15px;
    text-align: center;
    position: relative;
}
.zestaw-rabat-info > span{
    color: #ed1c24;
}

.zestaw-rabat-info .info-ico{
    position: absolute;
    right: 4px;
    top: 2px;
}
.zestaw-cena {
    font-size: 14px;
    font-weight: 900;
    text-align: left;
    padding: 0;
    color: #f68a21;
}
.zestaw-cena > .zestaw-oszczedzasz{
    font-weight: 400;
    color: #8b8b8b;
    margin-left: 5px;
}
.add-to-cart.zestaw-button {
    position: absolute;
    left: 5px;
    top: 0;
    width: calc(100% - 10px);
    bottom: 0;
    background: rgba(0,0,0,0.4);
    border-radius: 15px;
        font-size: 16px;
        opacity: 0;
        transition: opacity 0.2s;
}
.add-to-cart.zestaw-button:hover{
    background: rgba(0,0,0,0.8);
}

.add-to-cart.zestaw-button > i{
        font-size: 28px;
    margin-bottom: 11px;
}
.zestaw:hover .add-to-cart.zestaw-button{
    opacity: 1;
}