.store-original-price {
    text-decoration: line-through;
}

.store-product-list-sort {
    margin-top: 15px;
}
.product-filters{
    float:left;
    width:100%;
}
.filter-warp{
    width:250px;
    height:auto;
    background-color:#efefef;
    float:left;
    margin-right:10px;
}

.filter-name{
    background-color:black;
    color:#fff;
    width:100%;
    text-align:center;
    padding:10px;
}

.filter{
    padding:2px 20px;
    border-bottom:1px solid grey;
    line-height:15px;
    font-size:15px;
}

.ccm-page .filter input[type="checkbox"]{
    appearance:checkbox;
    -moz-appearance:checkbox; /* Firefox */
    -webkit-appearance:checkbox; /* Safari and Chrome */
    margin-right:10px;
     vertical-align: middle;
}
