.product-item,
.billing-item,
.meal-plan-profile-item {
    background-color: #fff;
    border: 1px solid #DDE1E6;
    border-radius: 10px;
    padding: 10px;
}

.billing-item img,
.meal-plan-profile-item img {
    cursor: pointer;
}