
.productSetTitle{
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    clear: both;
}

.productSetList{
    display: block;
    margin: 0px;
    padding: 20px 0px;
    list-style: none;
    overflow: hidden;
}

.productSetList li a{
    text-decoration: none;
}

.productSetList li{
    display: inline-block;
    vertical-align: top;
    margin: 0px;
    margin-right: 16px;
    margin-bottom: 10px;
    padding: 0px 10px;
    position:relative;
    width:120px;
}

.productSetList li .productSetImage{
    text-align: center;
    padding-bottom: 5px;
    height:120px;
    line-height:120px;
}


.productSetList li img{
    max-width: 100%;
    vertical-align: middle;
}


.productSetList li .productSetItemTitle{
    font-size: 14px;
    font-weight: bold;
    min-height: 34px;
    overflow: hidden;
}

.productSetList li .productSetItemOffer{
    font-size: 10px;
    color: gray;
    margin-top: 3px;
}

.productSetList li .productOldCost,
.productSetList li .productSetCost{
     font-size: 14px;
     font-weight: bold;
     padding-top: 5px;
 }

.productSetList li .productOldCost{
    text-decoration: line-through;
    font-size: 10px;
}

.productSetList li.productSetInfo{
    width: 160px;
    margin-left: 10px;
    margin-right: 0px;
    padding: 0px;
    text-align: center;
}

.productSetList li.productSetInfo.allBenefitInfo {
    margin-top: 50px;
}

.productSetList li.productSetInfo.onerow {
    margin-top: 86px;
}

.productSetList li .box{
    height: 60px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-image: url(../images/box.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.productSetList li .boxTitle{
    font-size: 16px;
    color: #e74a38;
}

.productSetList .plus,
.productSetList .equal{
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    position:absolute;
    top:100px;
    right:-20px;
    margin-top: -10px;
}

.productSetList .plus{
    background-image: url(../images/plus.png);
}

.productSetList .equal{
    width: 24px;
    height: 24px;
    right:-24px;
    margin-top: -12px;
    background-image: url(../images/equal.png);
}

.productSetList .boxTitle{
    margin-bottom: 5px;
}

.productSetList .addToCartproductSet{
    background: #f29b30;
    color: white;
    line-height: 40px;
    padding: 8px 20px;
}

.productSetList .priceTotalCost,
.productSetList .priceTotalCostBenefit,
.productSetList .priceTotalBenefitText{
    color:#e74a38;
    font-weight: bold;
}

.productSetList .priceTotalCost{
    font-size: 13px;
    text-decoration: line-through;
}

.productSetList .priceTotalCostBenefit{
    font-size: 18px;
}

.productSetList .priceTotalBenefitText{
    font-size: 21px;
}

@media screen and (max-width: 720px) {
    .productSetList li{
        width: 100px;
    }

    .productSetList li .productSetImage{
        height: 100px;
        line-height: 100px;
    }

    .productSetList li.productSetInfo{
        width:100px;
    }

    .productSetList li.productSetInfo.allBenefitInfo {
        display: block;
        width:auto;
    }

    .productSetList li .boxTitle{
        font-size: 12px;
    }

    .productSetList li .productSetItemTitle{
        height: 32px;
        font-size: 12px;
    }

    .productSetList .priceTotalCost{
        font-size: 12px;
    }

    .productSetList .priceTotalCostBenefit{
        font-size: 14px;
    }

    .productSetList li .priceTotalBenefitText{
        font-size: 15px;
    }

    .productSetList li .productSetCost{
        font-size: 12px;
    }

    .productSetList .addToCartproductSet{
        font-size: 12px;
        padding-left: 8px;
        padding-right: 8px;
        height: 30px;
        line-height: 30px;
    }
}