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

.store-product-list-sort {
    margin-top: 15px;
}

.store-product-list-block hr.store-product-divider {
    margin-top: 10px;
    margin-bottom: 10px;
}

.store-product-list-item {
    border: 1px dashed #ccc;
    padding: 15px;
    font-weight: 300 !important;
}

.store-product-list-item form {
    margin-top: 0;
}

.store-product-list-item h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300 !important;
    font-size: 20px;
    margin: 2px 0 0;
}

.store-product-price {
    font-size: 16px;
    font-weight: 300 !important;
}

