/* custom.css */

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

.checklist-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.checklist-item i {
    color: blue;
    margin-right: 10px;
}

#order-standard_cart .products .product:hover .checklist-item i {
    color: white;
}
.product-card-lh-50{
    line-height: 50px;
}

.product-card-lh-30{
    line-height: 30px;
}
.product-card-container {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
