.wrds-tier-table-wrap {
	margin-top: 20px;
}

.wrds-tier-table-title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
}

.wrds-tier-table {
	border: 1px solid #e5e5e5;
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
	display: block;
	width: 100%;
	margin: 25px 0 15px 0;
}

.wrds-tier-table__head,
.wrds-tier-table__row {
	display: grid;
	grid-template-columns: minmax(120px, 1fr) minmax(100px, auto);
	align-items: center;
	column-gap: 24px;
	padding: 12px 16px;
}

.wrds-tier-table__head {
	background: #f8f8f8;
	font-size: 13px;
	font-weight: 700;
	color: #444;
}

.wrds-tier-table__head span:last-child,
.wrds-tier-table__price {
	text-align: right;
	justify-self: end;
}

.wrds-tier-table__row {
	width: 100%;
	border: 0;
	border-top: 1px solid #f0f0f0;
	background: #fff;
	text-align: left;
	cursor: pointer;
	transition: background 0.2s ease, transform 0.2s ease;
}

.wrds-tier-table__row:hover {
	background: #f7fbff;
}

button.wrds-tier-table__row{
	display: flex;
    justify-content: space-between;
	background: #eee;
    color: #000;
    border-bottom: 1px solid #aaaaaa;
    border-radius: 0;
}

button.wrds-tier-table__row:hover{
	background: rgba(242, 88, 38, 0.4);
}

.wrds-tier-table__row.is-active {
	background: #F25826;
}

.wrds-tier-table__label,
.wrds-tier-table__price {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
}

.wrds-tier-table__price .amount {
	font-weight: 700;
	white-space: nowrap;
}

.single-product form.cart + .wrds-tier-table-wrap,
.single-product .variations_form + .wrds-tier-table-wrap {
	margin-top: 18px;
}

.wrds-tier-table-wrap--hidden {
	display: none;
}

.wrds-cart-savings-badge {
	display: inline-block;
	margin-top: 6px;
	padding: 4px 8px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	border-radius: 999px;
	background: #eaf7ee;
	color: #1f7a38;
}