.freeDeliveryList{
    display: block;
    margin: 0px;
    padding: 20px 0px;
    list-style: none;
    overflow: hidden;
}

.freeDeliveryList li a{
    text-decoration: none;
}

.freeDeliveryList li{
    display: inline-block;
    float: left;
    margin: 0px;
    margin-right: 20px;
    margin-bottom: 10px;
    padding: 0px 10px; 
    position:relative;
    width:120px;
}

.freeDeliveryList li .freeDeliveryImage{
    text-align: center;
    padding-bottom: 5px;    
    height:120px;
    line-height:120px;
}


.freeDeliveryList li img{
    max-width: 100%;
    vertical-align: middle;
}

.freeDeliveryList li .freeDeliveryTitle{
    font-size: 14px;
    font-weight: bold;
    height: 34px;
    overflow: hidden;
}

.freeDeliveryList li .freeDeliveryCost{
    font-size: 14px;
    font-weight: bold;
    padding-top: 5px;
}

.freeDeliveryList li.freeDeliveryInfo{
    width: 200px;
    margin-left: 10px;
    margin-right: 0px;
    padding: 0px;
    text-align: center;
}

.freeDeliveryList li .box{
    height: 60px;    
    margin-top: 10px;
    margin-bottom: 10px;
    background-image: url(../images/box.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.freeDeliveryList li .boxTitle{
    font-size: 16px;
    color: #e74a38;
}

.freeDeliveryList .plus,
.freeDeliveryList .equal{
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    position:absolute;
    top:50%;
    right:-20px;
    margin-top: -10px;
}

.freeDeliveryList .plus{
    background-image: url(../images/plus.png);
}

.freeDeliveryList .equal{
    width: 24px;
    height: 24px;
    right:-24px;
    margin-top: -12px;
    background-image: url(../images/equal.png);
}

.freeDeliveryList .boxTitle{
    margin-bottom: 5px;
}

.freeDeliveryList .addToCartFreeDelivery{
    background: #f29b30;
    color: white;
    line-height: 40px;
    padding: 8px 20px;
}

.freeDeliveryList .priceTotalCost{
    color:#e74a38;
    font-size: 18px;
    font-weight: bold;
}

@media screen and (max-width: 720px) {
    .freeDeliveryList li{
        width: 100px;
    }
    
    .freeDeliveryList li .freeDeliveryImage{
        height: 100px;
        line-height: 100px;
    }
    
    .freeDeliveryList li.freeDeliveryInfo{
        width:100px;
    }
    
    .freeDeliveryList li .boxTitle{
        font-size: 12px;
    }
    
    .freeDeliveryList li .freeDeliveryTitle{
        height: 32px;
        font-size: 12px;
    }
    
    .freeDeliveryList .priceTotalCost{
        font-size: 13px;
    }
    
    .freeDeliveryList li .freeDeliveryCost{
        font-size: 12px;
    }
    
    .freeDeliveryList .addToCartFreeDelivery{
        font-size: 12px;
        padding-left: 8px;
        padding-right: 8px;
        height: 30px;
        line-height: 30px;
    }     
}