.sfl-save-cart{}
.sfl-cart-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.sfl-item-thumb {
    width: 60px;
    margin-right: 10px;
}
.sfl-item-details {
    flex: 1;
}
.sfl-item-name {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}
.sfl-item-meta,
.sfl-item-subtotal {
    font-size: 13px;
    color: #555;
}
.button-link {
    display: inline-block;
    margin-top: 5px;
    font-size: 12px;
    color: #0073aa;
}
.button-link:hover {
    text-decoration: underline;
}
.sfl-item-details div {
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 5px;
}
.sfl-item-details {
    font-weight: bold;
}