.t-wishlist__title {
	padding: 1.5rem;
}
.t-wishlist__note {
	padding: 1rem 1.5rem;
	color: #666;
}
.t-wishlist__buttons {
	margin-bottom: 1.5rem;
}
.t-wishlist__edit {
	align-items: center;
	padding-bottom: 1.5rem;
}
.t-wishlist__edit .c-control-group {
	margin-right: 1.5rem;
}
.u-width-9--l > .u-flex {
	flex-wrap: wrap;
}

.t-wishlist-basket .t-basket__product-summary .c-table-responsive__cell::before,
.t-wishlist-basket .t-basket__product-summary .c-table-responsive__cell {
	padding-top: 0;
	text-align: center;
}

@media screen and (min-width: 960px) {
	.u-text-left--l {
		text-align: left;
	}
}
@media screen and (min-width: 768px) {
	.t-wishlist-basket .t-basket__product-summary .c-table-responsive__cell {
		text-align: left;
		padding-top: 1.5rem;
	}
}
@media screen and (min-width: 480px) {
	.u-text-left--xs {
		text-align: left;
	}
	.u-text-right-xs {
		text-align: right;
	}
	.t-wishlist__edit {
		padding-bottom: 0;
		justify-content: flex-end;
	}
}
@media screen and (max-width: 460px) {
	.t-wishlist__buttons .c-button {
		width: 100%;
	}
}

/*
.u-justify-right {
	justify-content: right;
}
@media screen and (min-width: 768px) {
	.nlp--l {
		padding-left: 0 !importANt;
	}
}
@media screen and (min-width: 640px) {
	.nlp--s {
		padding-left: 0 !importANt;
	}
}
*/