/* Twist Offers: product page message, in the site's button style (Helvetica, 1px #111, 8px radius). */
.twof-nudge {
	margin: 12px 0 16px !important;
	padding: 12px 16px;
	border: 1px solid #111;
	border-radius: 8px;
	background: #fff;
	font-family: helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	color: #111;
}

.twof-nudge.is-applied {
	background: #111;
	color: #fff;
}

/* One more item would be free: the same black box, in bold, plus a reminder above Add to basket. */
.twof-nudge.is-one-more,
.twof-reminder {
	background: #111;
	color: #fff;
	font-weight: 700;
}

.twof-reminder {
	margin: 12px 0 4px !important;
	padding: 12px 16px;
	border-radius: 8px;
	font-family: helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 22px;
}

.twof-reminder[hidden] {
	display: none !important;
}

/* Inside the Twist Gifting picker, under the blend buttons. */
.twg-offer-slot .twof-nudge {
	margin: 0 !important;
}

/* Basket and checkout saving row. */
.twof-saving th,
.twof-saving td {
	font-weight: 400;
}

.twof-saving .twof-included {
	color: #666;
}

/* Mix and Match running total shown at the offer price. */
.mnm_price .twof-price del {
	opacity: 0.6;
	font-weight: 400;
}

.mnm_price .twof-price ins {
	text-decoration: none;
}
