.included-products {
    padding-top: 0.5rem;
    padding-left: 1rem;
}

.included-products_qty {
    max-width: 60px;
}

.included-products_table tr td:last-child {
    text-align: center;
}

.included-products_table .delete {
    color: #E83A30;
    font-size: 1.5rem;
    text-decoration: none;
}

.included-products_table caption {
    font-weight: bold;
    color: #3d3d3d;
    caption-side: top;
}

.included-products_qty-cell {
    font-weight: initial;
    text-align: center !important;
}