#cart-totals .table-wrapper tbody tr th span.title:after,
.opc-block-summary table.table-totals tbody tr th span.title:after {
    content: '\e621';
    -webkit-font-smoothing: antialiased;
    color: #858585;
    display: inline-block;
    font-family: 'luma-icons';
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    margin-left: 8px;
    overflow: hidden;
    speak: none;
    text-align: center;
    vertical-align: middle;
}
#cart-totals .table-wrapper tbody tr th span.title.negative:after,
.opc-block-summary table.table-totals tbody tr th span.title.negative:after {
    content: '\e622';
}
.table-wrapper tr[class=totals], 
.opc-block-summary table.table-totals tbody tr th span.title {
	cursor: pointer;
}