.ntb-sfl-cart-action {
	margin-top: 0.25rem;
}

.ntb-sfl-save-link {
	cursor: pointer;
}

.ntb-sfl-save-link.is-loading,
.ntb-sfl-remove.is-loading,
.ntb-sfl-add-to-cart.is-loading {
	cursor: wait;
	opacity: 0.7;
	pointer-events: none;
}

.ntb-sfl {
	margin-top: 1.5rem;
}

.ntb-sfl-title {
	margin-bottom: 1rem;
}

.ntb-sfl-table .product-thumbnail img {
	max-width: 120px;
	height: auto;
}

.ntb-sfl-remove {
	align-items: center;
	background: transparent;
	border: 1px solid currentColor;
	border-radius: 0;
	box-shadow: none;
	color: inherit;
	cursor: pointer;
	display: inline-flex;
	font-size: 1.5rem;
	font-weight: 700;
	height: 2.25rem;
	justify-content: center;
	line-height: 1;
	padding: 0;
	width: 2.25rem;
}

.ntb-sfl-variation,
.ntb-sfl-quantity,
.ntb-sfl-unavailable {
	display: block;
	font-size: 0.9em;
	margin-top: 0.25rem;
}

.ntb-sfl-empty {
	margin: 1rem 0;
}
