.tpt__tiered-pricing, .tier-pricing-summary-table {
	width: 100%;
}

.tiered-pricing-table {
	margin: 15px 0;
	width: 100%;
}

.tiered-pricing-table tr {
	background: #fff;
}

.tiered-pricing--active td {
	background-color: #96598a;
	color: #fff;
	transition: all .3s ease-in-out;
}

.tiered-pricing--active td .amount {
	color: #fff;
	transition: all .3s ease-in-out;
}

.tier-pricing-summary-table {
	margin: 20px 0;
}

.tier-pricing-summary-table--hidden {
	display: none;
}

.tier-pricing-summary-table__top {
	display: flex;
	justify-content: space-between;
	padding: 5px 0;
	font-weight: bold;
	border-top: 1px solid #f5f5f5;
}

.tier-pricing-summary-table__bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.tier-pricing-summary-table__total {
	font-size: 1.5em;
	margin-left: 5px;
}