/* Add here all your CSS customizations */


.product-list {
    
    list-style-type: none;
    padding: 0;
}

.product-list > li {
    
    border: 1px solid #ccc;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 15px;
    
}