#ad_CHE_Contact .container--CHE_Receipt {
	display: none;
}

.multibrand__title {
	color: inherit;
}

/* VU: Delete After Deployment - START */
.product-carousel__item .product__price-wrapper span:not(.product__price--was) {
	font-weight: 700;
}

.product-carousel__item .product__price-wrapper .product__price--was {
	margin-right: .5em;
}

.content__column--search {
	width: auto;
}

.pop-hint {
	z-index: 1;
}

/* VU: Delete After Deployment - END */


/* Special Text Colour */
.product__message--promo,
.do-product-promotion-text {
	color: #a148f0;
}

/* Black Friday Menu Colour */
.menu__item--blackfriday > .menu__link,
.menu__item--blackfridaydeals > .menu__link {
	color: #00c1b5 !important;
}

@media all and (max-width: 768px) {
	.menu__item--blackfriday > .menu__link.is-open,
	.menu__item--blackfridaydeals > .menu__link.is-open {
		color: #ffffff !important;
		background: #00c1b5 !important;
	}
}

/* Cyber Monday Menu Colour */
.menu__item--cybermonday > .menu__link,
.menu__item--cybermondaydeals > .menu__link {
	color: #45a122 !important;
}

@media all and (max-width: 768px) {
	.menu__item--cybermonday > .menu__link.is-open,
	.menu__item--cybermondaydeals > .menu__link.is-open {
		color: #ffffff !important;
		background: #45a122 !important;
	}
}

/* Sale Menu Colour */
.menu__item--sale > .menu__link,
#subcategoryLink_461562_483294_483336,
#subcategoryLink_461562_483295_483349,
#subcategoryLink_463554_503588_503641,
#subcategoryLink_463554_503589_503642 {
	color: #e42317 !important;
}

@media all and (max-width: 768px) {
	.menu__item--sale > .menu__link.is-open {
		color: #ffffff !important;
		background: #e42317 !important;
	}
}


/*Product Recs*/
.prodRec .product-carousel--recommendations {
	margin: 0rem auto !important;
}

.prodRec .product-recommendations__attribute {
	text-align: left;
}

.prodRec {
	margin: 2rem 0;
}

/* end of product recs */


/*Remove Lookbooks*/
.menu__item--lookbooks {
	display: none !important;
}

/* Start Hide BNPL - Vu */
.icon--openpay,
.paylater__openpay,
.card-icon--openpay,
#tabOpenPay {
	display: none;
}

.icon--humm,
.paylater__humm,
.card-icon--humm,
#tabHumm {
	display: none;
}

/* End Hide BNPL */


/* Left align desktop menu items 
@media (min-width: 64.0625rem) {
	.menu__container {
		justify-content: left;
	}
} */

.bag-checkout__total-currency {
	display: none;
}


/* Hide Navigation Error Message */
.menu__item--3050\%off .menu__list--espot {
	display: none;
}

.icon--apple-wallet, .icon--google-wallet { height: 3rem; }