.list_complcts .block_complect0{
    border:1px solid #ddd;
    border-radius:5px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-top:10px;
}
.list_complcts .complect_name{
    font-weight: bold;
    font-size: 120%;
    margin-bottom: 5px;
}
.list_complcts .list_related .jshop_related{
    margin-bottom: 0px;
}
.block_complect .price_saving{
    text-align: center;
}
.block_complect .complect_total_info{
    margin-top: 80px;
    text-align: center;
}
.block_complect .complect_total_info .buttons{
    margin-top: 15px;
    padding: 0px;
}
.block_complect .complect_total_info .jshop_price{
    font-size:20px;
    font-weight: bold;
}
.block_complect .complect_total_info .price_saving{
    margin-top: 10px;
}
.block_complect .complect_sign{
    float:left;
    font-size:30px;
    font-weight: bold;
    color: green;
    position: absolute;
    margin-left: -15px;
    margin-top: 100px;
}
.block_complect .complect_total_info .complect_sign{
    margin-top: 20px;
}
form.complectajaxattributes{
    margin-bottom: 0px;
}
.complectajaxattributes-fieldset-wrapper legend{
    font-size: 13px;
    line-height: 150%;
    margin-bottom: 4px;
}
.complectajaxattributes fieldset img{
    margin-left: 3px;
    margin-bottom: 9px;
}
.complectajaxattributes fieldset{
    margin-bottom: 5px;
}
.block_complect .free_shipping .sh_sign{    
    font-size:22px;
    font-weight: bold;
    color: green;
}
.list_complcts .cmp_code{
    margin-bottom: 10px;
    padding-left: 10px;
}
.list_complcts .product{
    position: relative;
    padding-top: 15px;
}
.list_complcts .complect_text_discount{
    border:1px solid green;
    border-radius: 5px;
    min-width: 35px;
    line-height: 30px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 18px;
    color: green;
    position: absolute;
    right: 0px;
    top: -10px;
    background: #ffffef;
}

.list_complcts .old_price {
    text-decoration: line-through;
}

@media (max-width: 767px){
    
    .block_complect .complect_sign{
        margin-top: 0px;
        float:none;
        text-align:center;
        position: relative;
        padding-bottom:16px;
    }
    .block_complect .complect_total_info{
        margin-top: 10px;
        margin-bottom:20px;
    }
    .list_complcts .block_complect{
        margin-bottom:25px;
    }
    
}