<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Beauty PDP variables*/
/*Horizontal Filter variable*/
/*Sales clearance variables*/
/* Desktop Vertical Spread*/
/*Enhanced Style With Ribbon*/
/*chanelPDP*/
/*Desktop Vertical Spread*/
/* -----------------------------------------------
	meganav.css - (Mega Nav Styling)
	Authors: Rich Howard &amp; Amar Mehan
	Copyright 2012 Next Retail Ltd.
--------------------------------------------------
===== CONTENTS =====
	1: Page Header Generic Styles
	2: Quick Links Generic Styles
	3: Search Generic Styles
	4: Mini Bag Generic Styles
	5: Breadcrumb Nav Generic Styles
	6: Mega Nav Generic Styles
	7: Mega Nav Functional Styles
	8: Mega Nav Level-1 Display Styles
    9: Mega Nav Level-2 and Below Container Display Styles
    10: Mega Nav Level-2 and Below Element Display Styles
====================
*/
/*
--------------------------
Page Header Generic Styless
--------------------------
*/
.PageHeader {
  width: 100%;
  height: 105px;
  top: 0;
  left: 0;
  z-index: 9998;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  min-width: 1000px;
}

.PageHeader.JumpFix {
  position: fixed;
}

.Secure .PageHeader {
  background: none;
}

.PageHeader .HeaderContent {
  background: #000;
  position: relative;
  padding: 0;
  height: 105px;
  z-index: 9999;
  color: #ffffff;
}

[data-theme="Preview"] .PageHeader .HeaderContent {
  background: #000;
}

.PageHeader .HeaderContent a {
  color: #ffffff;
}

.PageHeader .HeaderContent #TimeMachineDate {
  padding: 5px;
  background-color: #f00;
  font-size: 12px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999;
  opacity: 0.9;
  pointer-events: none;
}

.PageHeader .HeaderContent .HeaderNavigation span.DepartmentText {
  white-space: nowrap;
}

.PageHeader .HeaderContent .HeaderTopBar {
  z-index: 10000;
  padding: 12px 0 0;
  height: 56px;
  font-size: 10px;
}

[data-theme="Preview"] .PageHeader .HeaderContent .HeaderTopBar {
  border-bottom: 1px dotted #c7c5c5;
}

.PageHeader .HeaderContent .HeaderTopBar .SiteLogo {
  float: left;
  margin: 10px 0 5px 2px;
  background-repeat: no-repeat;
  display: block;
  background-image: url(/Images/Structural/Header/header-icon-sprite.png);
  background-position: -82px 0px;
  width: 85px;
  height: 24px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .PageHeader .HeaderContent .HeaderTopBar .SiteLogo {
    background-image: url(/Images/Structural/Header/header-icon-sprite@2x.png);
    background-size: 220px 28px;
  }
}

.PageHeader .HeaderContent .HeaderTopBar .SiteLogo.gold {
  background-image: url(/Images/Structural/Header/header-icon-sprite-gold.png);
  background-position: -82px 0px;
  width: 85px;
  height: 24px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .PageHeader .HeaderContent .HeaderTopBar .SiteLogo.gold {
    background-image: url(/Images/Structural/Header/header-icon-sprite@2x-gold.png);
    background-size: 220px 28px;
  }
}

.PageHeader .HeaderContent .HeaderTopBar .SiteLogo.white {
  background-image: url(/Images/Structural/Header/header-icon-sprite-white.png);
  background-position: -82px 0px;
  width: 85px;
  height: 24px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .PageHeader .HeaderContent .HeaderTopBar .SiteLogo.white {
    background-image: url(/Images/Structural/Header/header-icon-sprite@2x-white.png);
    background-size: 220px 28px;
  }
}

[data-theme="Preview"] .PageHeader .HeaderContent .HeaderTopBar .SiteLogo {
  background-image: url(/Images/Structural/Header/Logos/Site-Logo-Preview.png);
  width: 245px;
}

[data-theme="Xmas"] .PageHeader .HeaderContent .HeaderTopBar .SiteLogo {
  background-image: url("/Images/Structural/Header/Logos/Site-logo-Gold.png") !important;
}

.msie7 .PageHeader .HeaderContent .HeaderTopBar .SiteLogo {
  background-image: url(/Images/Structural/Header/Logos/Site-Logo.png);
}

.PreviewMode .PageHeader .HeaderContent .HeaderTopBar .SiteLogo {
  /*is needed for old preview*/
  width: 241px;
  background-image: url(/Images/Structural/Header/Logos/Site-Logo-Preview.png);
}

.GiftListMode .PageHeader .HeaderContent .HeaderTopBar .SiteLogo {
  background-image: url(/Images/Structural/Header/Logos/Site-Logo-GiftList.png);
  width: 200px;
}

.PageHeader .HeaderContent .HeaderTopBar .nxbtn.primary {
  color: #ffffff;
  padding: 12px 11px;
  background: #1a6461;
  border-radius: 4px;
  text-transform: uppercase;
  line-height: 14px;
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
}

.PageHeader .HeaderContent .HeaderTopBar .nxbtn.primary.disabled {
  background-color: #1a6461;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  opacity: 0.4;
}

.PageHeader .Checkout {
  float: right;
  padding: 0 6px;
}

.PageHeader .Checkout,
.PageHeader .ShopMore {
  margin-top: 4px;
}

.PageHeader .MiniBag {
  position: absolute;
  top: -44px;
  height: 100px;
  width: 100%;
  background-color: #242424;
}

.PageHeader .nextDisplayNone {
  display: none;
}

.PageHeader .Search {
  float: left;
  margin: 3px 0 4px 22px;
  background-color: transparent;
  font-size: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.PageHeader .Search .SearchBox {
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  display: inline-block;
  width: 231px;
  height: 38px;
  border: none;
  font-size: 14px;
  padding: 0 45px 0 10px;
  vertical-align: central;
  border-left: 1px solid #c7c5c5;
  border-right: 1px solid #c7c5c5;
  background-color: #ffffff;
  color: #222222;
  letter-spacing: 0.4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

[data-theme="Preview"] .PageHeader .Search .SearchBox {
  width: 220px;
}

.PageHeader .Search .SearchBox.open {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}

.PageHeader .Search .SearchButton {
  display: inline-block;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% auto;
  width: 38px;
  height: 38px;
  border: none;
  cursor: pointer;
  margin: 0 1px 1px 1px;
  border-left: solid 1px #c7c5c5;
  border-radius: 0 3px 3px 0;
  background-image: url(/Images/Structural/Header/Search/icons/b-outline-search@2x.png);
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.msie7 .PageHeader .Search .SearchButton {
  background-image: url(/images/structural/header/search/icons/searchbutton.png);
}

.PageHeader .Search .SearchButton [dir=rtl] {
  background-image: url(/images/structural/header/search/icons/searchbutton.rtl.png);
}

.PageHeader .QuickLinks {
  float: right;
  margin: 17px 0 0;
  padding-right: 7px;
  *width: 320px;
}

.PageHeader .QuickLinks .myAccountdropdown {
  background-position: 10px 0;
  background-color: #ffffff;
  color: #333;
  position: absolute;
  min-height: 80px;
  width: 140px;
  top: 40px;
  padding: 10px;
  -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.3);
}

.PageHeader .QuickLinks .myAccountdropdown::before {
  background-color: #ffffff;
  box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.2);
  content: " ";
  display: block;
  height: 15px;
  width: 15px;
  position: absolute;
  top: -7px;
  right: 60px;
  z-index: 4999;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.PageHeader .QuickLinks .myAccountdropdown .myAccountSummary {
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  list-style: none;
  list-style-type: none;
  display: block;
  border-right: 0;
  font-size: 12px;
  line-height: 16px;
  color: #111 !important;
  padding-bottom: 12px;
  text-align: center;
  font-weight: bold;
  background-image: url(/Images/Structural/Icons/16x16/icn-profile-black-16px.png);
  background-size: 16px;
  background-repeat: no-repeat;
  padding-left: 10px;
}

.PageHeader .QuickLinks .myAccountdropdown .myAccountSummary:hover {
  text-decoration: underline;
}

.PageHeader .QuickLinks .myAccountdropdown span {
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  list-style: none;
  list-style-type: none;
  display: block;
  border-right: 0;
  font-size: 12px;
  line-height: 16px;
}

.PageHeader .QuickLinks .myAccountdropdown .notUser {
  border-top: 1px solid #c7c5c5;
  padding: 12px 0;
  color: #7e7f79;
  font-size: 11px;
  text-transform: capitalize;
}

.PageHeader .QuickLinks .myAccountdropdown .myAccountsignout {
  color: #000 !important;
  background-color: #ffffff;
  border: 1px solid #c7c5c5;
  float: left;
  padding: 9px;
  margin: 0;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  width: 120px;
  text-decoration: none !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.PageHeader .QuickLinks ul {
  margin: 0;
  float: right;
}

.PageHeader .QuickLinks ul li {
  float: left;
  list-style: none;
  border-right: none;
  font-weight: 500;
  font-size: 12px;
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  margin-right: 5px;
}

.PageHeader .QuickLinks ul li.nodisplay {
  display: none;
}

.PageHeader .QuickLinks ul li[data-section='myAccount'] a {
  padding-right: 5px;
  padding-left: 21px;
  margin-right: 0;
  vertical-align: baseline;
  display: inline-block;
}

.PageHeader .QuickLinks ul li[data-section='myAccount'] a::before {
  content: '';
  position: absolute;
  left: 1px;
  vertical-align: bottom;
  display: inline-block;
  background-image: url(/Images/Structural/Header/header-icon-sprite.png);
  background-position: -172px 0px;
  width: 16px;
  height: 16px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .PageHeader .QuickLinks ul li[data-section='myAccount'] a::before {
    background-image: url(/Images/Structural/Header/header-icon-sprite@2x.png);
    background-size: 220px 28px;
  }
}

.PageHeader .QuickLinks ul li a {
  height: 16px;
  text-align: right;
  font-weight: 500;
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  position: relative;
}

.PageHeader .QuickLinks ul li a:hover {
  text-decoration: underline;
}

.PageHeader .QuickLinks ul li a.myAccountlinkactive {
  text-decoration: none;
  text-transform: capitalize;
  max-width: 98px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

[data-theme="Preview"] .PageHeader .QuickLinks ul li a.myAccountlinkactive {
  max-width: 50px;
}

.PageHeader .QuickLinks ul li:last-child {
  border-right: 0;
}

.PageHeader .QuickLinks ul li a,
.PageHeader .QuickLinks ul li.text {
  display: block;
  padding: 0 10px;
  text-decoration: none;
  font-size: 12px;
}

.PageHeader .QuickLinks ul li.callcentreinfo {
  background-image: url(/Images/Structural/Header/Secure/phn-icn.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 21px;
  min-height: 15px;
  /* Prevent background-image from being clipped */
  direction: ltr;
}

.PageHeader .BagSummary {
  float: right;
  max-width: 115px;
  height: 40px;
  margin: -1px 0 0 0;
  padding: 0 10px 0 3px;
  background-position: 2px 7px;
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 11px;
}

.PageHeader .BagSummary a {
  text-decoration: none;
}

.PageHeader .BagSummary .Icon {
  float: left;
  margin: 8px 0 0 0;
  padding: 9px 2px 2px 2px;
  background-repeat: no-repeat;
  background-image: url(/Images/Structural/Header/header-icon-sprite.png);
  background-position: -192px 0px;
  width: 28px;
  height: 28px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .PageHeader .BagSummary .Icon {
    background-image: url(/Images/Structural/Header/header-icon-sprite@2x.png);
    background-size: 220px 28px;
  }
}

.msie7 .PageHeader .BagSummary .Icon {
  background-image: url(/Images/Structural/Header/MiniBag/Icons/Bag.png);
}

.PageHeader .BagSummary .Icon.active {
  padding: 9px 2px 2px 2px;
  color: #ffffff;
  background-image: url(/Images/Structural/Header/header-icon-sprite.png);
  background-position: -192px 0px;
  width: 28px;
  height: 28px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .PageHeader .BagSummary .Icon.active {
    background-image: url(/Images/Structural/Header/header-icon-sprite@2x.png);
    background-size: 220px 28px;
  }
}

.msie7 .PageHeader .BagSummary .Icon.active {
  background-image: url(/Images/Structural/Header/MiniBag/Icons/BagActive.png);
}

.PageHeader .BagSummary .Icon .ItemCount {
  overflow: hidden;
  height: 16px;
}

.PageHeader .BagSummary .Icon .ItemCount span {
  text-align: center;
  width: 100%;
  display: block;
  margin-top: -1px;
  margin-left: -2px;
  height: 18px;
  font-size: 14px;
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.29;
  color: #ffffff;
}

.PageHeader .BagSummary .Icon .ItemCount span [dir=rtl] {
  margin-left: 2px;
}

.PageHeader .BagSummary .BagSummaryText {
  height: 17px;
  text-align: right;
  text-transform: uppercase;
  font-size: 120%;
  padding: 0 0 0 10px;
}

.PageHeader .BagSummary a:hover .BagSummaryText {
  text-decoration: underline;
}

.PageHeader .BagSummary .BagTextClipping {
  float: left;
  margin-top: 5px;
  overflow: hidden;
  padding-top: 4px;
  height: 17px;
  /*width: 76px;*/
  /*/display: none;*/
  /* TWIGGER: SHOWING THIS CAUSES HEADER ISSUES FOR SOME CHANNELS (TOO MUCH CONTENT, NOT ENOUGH SPACE) */
  /* THE BAG VALUE NEEDS TO BE CONFIGURABLE (ON/OFF) PER CHANNEL FOR THIS REASON. */
  /* AT WHICH POINT, REMOVE DISPLAY: NONE; */
}

.PageHeader .MainNavigation .SecondaryNavigation .Cols-1 {
  padding: 17px 0 0 12px;
  border: none;
}

.PageHeader .FavouriteHeader {
  float: right;
  max-width: 115px;
  height: 40px;
  margin: -1px 0 0 0;
  padding: 0 6px 0 3px;
  background-position: 2px 7px;
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 11px;
}

.PageHeader .FavouriteHeader .favourite-icon {
  margin: 1px -5px 0 -12px;
  padding: 10px 20px 20px 2px;
  width: 10px;
  height: 21px;
  background-repeat: no-repeat;
  background-image: url(/Images/icn-heart-inactive.png);
  background-size: 44px;
  background-position: -9px 1px;
}

.PageHeader .FavouriteHeader .favourite-icon.notification {
  background-image: url("/Images/icn-heart-active.png");
}

.PageHeader .FavouriteHeader .favourite-icon.intl {
  margin-top: -6px;
}

.PageHeader .FavouriteHeader a {
  position: relative;
}

[data-theme="Preview"] .Department a {
  color: #C3AE97;
}

.DynamicLoadHeaderSpacer {
  height: 0;
}

.PageHeader.Large,
.HeaderSpacer,
.dynamicLoadError .DynamicLoadHeaderSpacer {
  height: 121px;
}

/* -- Secure Messages Generic Styles -- */
.SecureMessages {
  float: left;
  margin-top: 15px;
  margin-left: 12px;
}

.SecureMessages .SecureText {
  float: left;
  padding-left: 21px;
  background-image: url(/Images/Structural/Header/Secure/lck-icn.png);
  background-repeat: no-repeat;
  background-position: left top;
  min-height: 19px;
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
}

.SecureMessage {
  text-decoration: none;
  float: left;
  margin: 6px 8px 8px 8px;
}

.SecureMessage .Start {
  background-position: left top;
  background-repeat: no-repeat;
  padding-left: 8px;
}

.SecureMessage .End {
  background-position: right bottom;
  background-repeat: no-repeat;
  padding-right: 8px;
}

.SecureMessage .BG {
  background-position: center center;
}

.SecureMessage .Start,
.SecureMessage .End,
.SecureMessage .BG {
  height: 26px;
  background-image: url(/Images/Structural/Header/backgrounds/secureMessageBG.png);
}

.SecureMessage .Image {
  float: left;
  margin-top: 3px;
  margin-right: 8px;
}

.SecureMessage .Text {
  float: left;
  display: block;
  color: #ffffff;
  text-shadow: #444 1px 1px 1px;
  text-decoration: none;
  text-align: center;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding-top: 4px;
  margin-top: 2px;
}

.SecureMessage.CallCentre {
  float: right;
}

.SecureMessage .CallCentreHours {
  font-size: 11px;
  font-weight: normal;
}

/*
---------------------
Search Generic Styles
---------------------
*/
#newsearch {
  position: relative;
}

#newsearch .dropdown {
  color: #000;
  font-size: 13px;
  margin: 0;
  padding: 0;
}

#newsearch .dropdown .recent-heading {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px dotted #c7c5c5;
  color: rgba(18, 18, 18, 0.24);
  padding: 0 0 4px 3px;
  margin: 0 5px;
}

#newsearch .dropdown .divider {
  border-top: 1px solid #c7c5c5;
  margin: 3px 6px;
}

#newsearch .dropdown .title {
  font-size: 11px;
  color: rgba(18, 18, 18, 0.24);
  text-transform: uppercase;
  padding-right: 10px;
  position: absolute;
  right: 0;
}

#newsearch .dropdown li {
  list-style: none;
}

#newsearch .dropdown li.recent-heading a.clear-recent {
  font-size: 11px;
  color: #111;
  float: right;
  text-transform: none;
  font-weight: bold;
}

#newsearch .dropdown li span.typed-text {
  font-weight: 600;
}

#newsearch .dropdown li span.dept-name {
  color: #c7c5c5;
}

#newsearch .dropdown .search-item {
  cursor: pointer;
  padding: 2px 5px;
  margin: 3px;
  text-transform: capitalize;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#newsearch .dropdown .search-item.selected,
#newsearch .dropdown .search-item:hover,
#newsearch .dropdown .search-item:focus,
#newsearch .dropdown .search-item:active {
  outline: none;
  background-color: #E2E2E2;
}

#newsearch .clear-search-text {
  display: none;
  position: absolute;
  right: 35px;
  top: 5px;
}

.touch #newsearch .clear-search-text.visible {
  display: block;
}

.touch #newsearch .SearchBox {
  padding-right: 30px;
  width: 216px;
}

#newsearch .search-dropdown-container {
  position: absolute;
  color: #000;
  font-size: 14px;
  margin: 0;
  padding: 0;
  display: none;
  min-width: 288px;
  max-width: 430px;
}

#newsearch .search-dropdown-container.show-recent.no-recent .search-dropdown-content,
#newsearch .search-dropdown-container.show-recent.no-recent .recent-heading {
  display: none;
}

#newsearch .search-dropdown-content {
  padding: 9px 0 10px 0;
  background: #ffffff;
  border: 1px solid #c7c5c5;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#newsearch .search-dropdown-products {
  display: none;
}

#newsearch .search-dropdown-container.is-enriched {
  min-width: 0;
  max-width: none;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 68px;
  padding: 0;
  border: none;
  box-shadow: 0 2px 60px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  background: #ffffff;
}

#newsearch .search-dropdown-container.is-enriched .search-dropdown-content {
  position: relative;
  margin: 0 auto;
  width: 960px;
  padding: 24px 0 54px;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  background: transparent;
  border: none;
  border-radius: 0;
}

@media only screen and (max-width: 1279px) {
  #newsearch .search-dropdown-container.is-enriched .search-dropdown-content {
    width: 976px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media only screen and (min-width: 1280px) {
  #newsearch .search-dropdown-container.is-enriched .search-dropdown-content {
    width: 1216px;
  }
}

@media only screen and (min-width: 1440px) {
  #newsearch .search-dropdown-container.is-enriched .search-dropdown-content {
    width: 1216px;
  }
}

#newsearch .search-dropdown-container.is-enriched .search-dropdown-content-cover {
  content: ' ';
  display: block;
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  position: fixed;
  opacity: 0;
  transition: opacity 0.2s ease;
  animation-delay: 250ms;
}

#newsearch .search-dropdown-container.is-enriched .dropdown {
  color: #000;
  font-size: 13px;
  margin: 0;
  border-right: 1px solid #e6e6e6;
  display: block;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 3px 0;
  transition: opacity 0.2s ease;
  min-height: 360px;
}

#newsearch .search-dropdown-container.is-enriched .dropdown .recent-heading {
  font-size: 14px;
  color: rgba(18, 18, 18, 0.24);
  padding: 0;
  margin: 0 10px;
  text-transform: none;
  border-bottom: none;
}

#newsearch .search-dropdown-container.is-enriched .dropdown .search-item {
  cursor: pointer;
  padding: 7px 0;
  margin: 2px 0;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  transition: transform 0.1s ease, padding 0.15s ease;
  display: inline-block;
  transform-origin: left;
  float: left;
  clear: left;
  display: inline-block;
}

#newsearch .search-dropdown-container.is-enriched .dropdown .search-item.selected,
#newsearch .search-dropdown-container.is-enriched .dropdown .search-item:hover,
#newsearch .search-dropdown-container.is-enriched .dropdown .search-item:focus,
#newsearch .search-dropdown-container.is-enriched .dropdown .search-item:active {
  outline: none;
  text-decoration: underline;
  background-color: transparent;
  padding-left: 8px;
}

#newsearch .search-dropdown-container.is-enriched .recent-heading {
  display: none;
}

#newsearch .search-dropdown-container.is-enriched .search-dropdown-products {
  display: flex;
  align-items: flex-start;
  flex: 0 0 75%;
  max-width: 75%;
  flex-direction: column;
  font-size: 13px;
  color: #222222;
}

#newsearch .search-dropdown-container.is-enriched .search-dropdown-products__heading {
  padding: 10px 16px;
  margin: 0;
  font-size: 13px;
}

#newsearch .search-dropdown-container.is-enriched .search-dropdown-products__heading strong {
  text-transform: capitalize;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 530px;
  white-space: nowrap;
  line-height: 1;
  height: 16px;
  margin-bottom: -5px;
}

#newsearch .search-dropdown-container.is-enriched .search-dropdown-products__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-height: 320px;
  opacity: 1;
  transition: opacity 0.2s ease;
}

#newsearch .search-dropdown-container.is-enriched .search-dropdown-products__see-all {
  display: block;
  position: absolute;
  right: 0;
  bottom: 24px;
  background: #000;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: solid 1px #000;
  color: #f7f7f7;
  padding: 10px 30px;
  font-weight: 900;
  margin-right: 15px;
  transition: all 0.2s ease;
}

#newsearch .search-dropdown-container.is-enriched .search-dropdown-products__see-all:after {
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: '';
  display: inline-block;
  height: 7px;
  right: -10px;
  position: relative;
  top: 3px;
  transform: rotate(45deg);
  vertical-align: top;
  width: 7px;
  transition: right 0.4s ease;
}

#newsearch .search-dropdown-container.is-enriched .search-dropdown-products__see-all:hover {
  background: #f7f7f7;
  border-color: #979797;
  color: #333333;
  text-decoration: none;
}

#newsearch .search-dropdown-container.is-enriched .search-dropdown-products__see-all:hover:after {
  right: -15px;
}

#newsearch .search-dropdown-container.is-enriched .search-dropdown-products__product {
  position: relative;
  flex: 0 0 25%;
  max-width: 25%;
  min-height: 1px;
  display: block;
  color: #222222;
}

#newsearch .search-dropdown-container.is-enriched .search-dropdown-products__product-inner {
  display: block;
  padding: 0 16px;
}

@media only screen and (min-width: 1280px) {
  #newsearch .search-dropdown-container.is-enriched .search-dropdown-products__product {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

#newsearch .search-dropdown-container.is-enriched .search-dropdown-products__product-img {
  display: block;
  background-color: #f7f7f7;
  background-image: url("/Images/Structural/Icons/Loaders/loader.gif");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

#newsearch .search-dropdown-container.is-enriched .search-dropdown-products__product img {
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
  height: 226px;
}

#newsearch .search-dropdown-container.is-enriched .search-dropdown-products__product-title {
  padding: 10px 0 0;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-transform: capitalize;
  text-overflow: ellipsis;
  font-size: 12px;
}

#newsearch .search-dropdown-container.is-enriched .search-dropdown-products__product-price {
  display: block;
  padding: 4px 0 0;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
}

#newsearch .search-dropdown-container.is-enriched .search-dropdown-products__product:nth-child(n+5) {
  display: none;
}

@media only screen and (min-width: 1280px) {
  #newsearch .search-dropdown-container.is-enriched .search-dropdown-products__product:nth-child(n+5) {
    display: block;
  }
  #newsearch .search-dropdown-container.is-enriched .search-dropdown-products__product:nth-child(n+6) {
    display: none;
  }
}

#newsearch .search-dropdown-container.is-enriched .search-dropdown-products__product:hover .search-dropdown-products__product-title,
#newsearch .search-dropdown-container.is-enriched .search-dropdown-products__product:hover .search-dropdown-products__product-price {
  text-decoration: underline;
}

#newsearch .search-dropdown-container.is-enriched.show-recent .search-dropdown-products {
  display: none;
}

#newsearch .search-dropdown-container.is-enriched.show-recent .dropdown {
  flex: 0 0 100%;
  max-width: 100%;
  border: none;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  min-height: auto;
}

#newsearch .search-dropdown-container.is-enriched.show-recent .recent-heading {
  display: block;
  margin: 0 0 15px;
  color: #222222;
  width: 100%;
}

#newsearch .search-dropdown-container.is-enriched.show-recent .clear-recent {
  position: absolute;
  right: 0;
  font-size: 13px;
}

#newsearch .search-dropdown-container.is-enriched.show-recent .search-item {
  flex: 0 0 25%;
  max-width: 25%;
}

#newsearch .search-dropdown-container.is-enriched.show-recent .search-item.selected,
#newsearch .search-dropdown-container.is-enriched.show-recent .search-item:hover,
#newsearch .search-dropdown-container.is-enriched.show-recent .search-item:focus,
#newsearch .search-dropdown-container.is-enriched.show-recent .search-item:active {
  padding-left: 0;
  text-decoration: underline;
}

#newsearch .search-dropdown-container.is-enriched.show-recent.no-recent .search-dropdown-content,
#newsearch .search-dropdown-container.is-enriched.show-recent.no-recent .search-dropdown-content-cover {
  display: none;
}

#newsearch .search-dropdown-container.is-enriched.is-loading .dropdown,
#newsearch .search-dropdown-container.is-enriched.is-loading .search-dropdown-products__list {
  opacity: 0.7;
}

#newsearch .search-dropdown-container.is-enriched.no-results .search-dropdown-content {
  padding-bottom: 24px;
}

#newsearch .search-dropdown-container.is-enriched.no-results .dropdown,
#newsearch .search-dropdown-container.is-enriched.no-results .search-dropdown-products__list {
  display: none;
}

#newsearch .search-dropdown-container.is-enriched.no-results.hide-if-no-results .search-dropdown-content-cover,
#newsearch .search-dropdown-container.is-enriched.no-results.hide-if-no-results .search-dropdown-content {
  display: none;
}

#newsearch .search-dropdown-container.is-enriched.open .search-dropdown-content-cover {
  opacity: 1;
}

.saleSubText {
  font-weight: bold;
  color: #f00 !important;
}

.saleSubText.branded-markdown {
  color: #3402a5;
  font-size: 12px;
  font-weight: normal;
}

/* Loading elements */
.SecondaryNavigation .placeholder {
  height: 384px;
}

.SecondaryNavigation .placeholder img.placeholderLoader {
  position: relative;
  top: 50%;
  left: 50%;
  margin-top: -19px;
  margin-left: -19px;
}

img.loadingBar {
  position: relative;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -100px;
}

/*flag selector start*/
.lightbox_background {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  opacity: .80;
  background-color: #000;
  filter: alpha(opacity=80);
  overflow: hidden;
}

/*flag selector end*/
header.PageHeader.Large, div.HeaderSpacer, .dynamicLoadError .DynamicLoadHeaderSpacer {
  height: calc(var(--next-header-lg-height, 108px) + 38px);
}

.hideBreadcrumbs header.PageHeader.Large, .hideBreadcrumbs div.HeaderSpacer, .hideBreadcrumbs .dynamicLoadError .DynamicLoadHeaderSpacer {
  height: calc(var(--next-header-lg-height, 108px) + 10px);
}

.hideBreadcrumbs header.PageHeader.Large .BreadcrumbNavigation, .hideBreadcrumbs div.HeaderSpacer .BreadcrumbNavigation, .hideBreadcrumbs .dynamicLoadError .DynamicLoadHeaderSpacer .BreadcrumbNavigation {
  display: none !important;
  height: 0 !important;
}

.hideBreadcrumbs header.PageHeader .BreadcrumbNavigation {
  display: none !important;
  height: 0 !important;
}

.Secure div.HeaderSpacer, .Secure header.PageHeader.Large, .Secure .dynamicLoadError .DynamicLoadHeaderSpacer {
  height: 121px;
}

.Secure header.PageHeader .HeaderContent {
  height: 90px;
}

.Secure header.PageHeader .HeaderContent .HeaderTopBar {
  height: 41px;
  padding-top: 11px;
}

.Generic div.HeaderSpacer {
  height: calc(var(--next-header-lg-height, 127px) + 25px);
}

body.l2 div.HeaderSpacer {
  height: 105px;
}

body.l2 div.HeaderSpacer.SecureHeaderSpacer {
  height: 131px;
}

body.l2 header.PageHeader.SecurePageHeader.Large {
  height: 95px;
}

body.l2 header.PageHeader.SecurePageHeader .HeaderContent {
  height: 90px;
}

body.l2 header.PageHeader.SecurePageHeader .HeaderContent .HeaderTopBar {
  height: 41px;
  padding-top: 11px;
}

body.l2.deliveryPage div.HeaderSpacer.SecureHeaderSpacer, body.l2.deliveryPage header.PageHeader.SecurePageHeader.Large {
  height: 95px;
}

body.l2.deliveryPage header.PageHeader.SecurePageHeader .HeaderContent {
  height: 90px;
}

body.l2.deliveryPage header.PageHeader.SecurePageHeader .HeaderContent .HeaderTopBar {
  height: 41px;
  padding-top: 11px;
}

.ContentArea .HeaderSpacer.Homepage {
  height: var(--next-header-lg-height, 105px);
}

/*****/
.touch .PageHeader .HeaderContent .Search #newsearch .SearchBox {
  padding-right: 45px;
  width: 215px;
}

.touch .PageHeader .HeaderContent .Search #newsearch ul.dropdown {
  min-width: 268px;
}

/*IE8 Fixes*/
.msie8 .flagContainer .HeaderFlag.flagBackground {
  background-image: url(/Images/Structural/Footer/Flags/world-flags-48-ie.png);
  background-position: -264px -96px;
  background-repeat: no-repeat;
}

.msie8 header.PageHeader .HeaderContent .QuickLinks ul li a.myAccountlinkactive,
.msie8 header.PageHeader .HeaderContent .QuickLinks ul li[data-section='myAccount'] a {
  background-image: url(/Images/Structural/Icons/16x16/icon-user-ie.png);
  background-repeat: no-repeat;
}

.msie8 header.PageHeader .HeaderContent .Search .SearchButton {
  width: 26px;
  height: 26px;
  top: 14%;
  right: 2%;
  border: 0;
  background-image: url(/images/structural/header/search/icons/icon-search-ie.png);
}

.msie8 header.PageHeader .HeaderContent .Search .SearchBox {
  line-height: 38px;
}

.msie8 .PageHeader .BreadcrumbNavigation .Back A.icon-arrow-left.icon.nxbtn {
  background-position: 10px;
}

.favouritesSearch {
  margin-left: 10px !important;
}

header.font-antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*
-----------------------------------------
Flag/FlagContainer Right-To-Left Override
-----------------------------------------
*/
[dir=rtl] .flagSelectorContainer {
  float: right;
}

[dir=rtl] .flagSelectorContainer .flagContainer {
  padding: 2px 0 0 10px;
}

[dir=rtl] .countrySelector {
  right: 0;
}

[dir=rtl] .HeaderFlag_small {
  margin: 0 10px -3px 0;
  float: left;
}

[dir=rtl] .dk_container.dk_open .dk_options_inner a {
  direction: rtl;
}

/* 
-----------------------
Mega Nav Generic Styles
-----------------------
*/
.MegaNavigationLayer {
  position: absolute;
  width: 100%;
  height: 388px;
  top: -996px;
}

.MasterNavsmall {
  font-size: 13px;
}

.MasterNavlarge {
  font-size: 17px;
}

.width-155 {
  width: 155px !important;
}

.MegaNavigation {
  width: 976px;
  height: 388px;
  margin: 0 auto;
  z-index: 1;
}

.MegaNavigation .Left,
.MegaNavigation .Right,
.MegaNavigation .Sections {
  background: url(/images/structural/header/navigation/common/backgrounds/MegaNavBG.png);
}

.MegaNavigation .Left {
  width: 22px;
  height: 388px;
  float: left;
  background-position: bottom left;
  background-repeat: no-repeat;
}

.MegaNavigation .Right {
  width: 22px;
  height: 388px;
  float: right;
  background-position: bottom right;
  background-repeat: no-repeat;
}

.MegaNavigation .Sections {
  margin: 0 22px;
  height: 388px;
  background-position: top;
  background-repeat: repeat-x;
}

/* 
--------------------------
Mega Nav Functional Styles
--------------------------
*/
/* Make the Mega Nav containers relative so we can position the Mega Navs as absolute */
.MainNavigation {
  height: 37px;
  margin: 0 auto;
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.1px;
  position: relative;
}

.MainNavigation li {
  list-style: none;
}

body.msie9 .MainNavigation {
  width: 976px;
}

.MainNavigation .PrimaryNavigation {
  margin: 0;
  width: 966px;
  height: 37px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 1px;
  zoom: 1;
}

.MainNavigation .PrimaryNavigation body.msie8 {
  display: table;
}

.JSEnabled .MainNavigation .PrimaryNavigation {
  visibility: hidden;
}

.MainNavigation .PrimaryNavigation .Department {
  display: block;
  list-style: none;
  height: 35px;
  text-transform: uppercase;
  padding: 0;
}

body.msie8 .MainNavigation .PrimaryNavigation .Department {
  display: table-cell;
}

.PrimaryFixWidth .MainNavigation .PrimaryNavigation .Department {
  margin-right: 0;
}

.MainNavigation .PrimaryNavigation .Department.Last {
  margin-right: 0;
}

.MainNavigation .PrimaryNavigation .Department .DepartmentText {
  padding: 7px 5px 2px 5px;
  margin-right: 2px;
  display: block;
  position: relative;
  z-index: 1000;
  cursor: pointer;
}

.PrimaryFixWidth .MainNavigation .PrimaryNavigation .Department .DepartmentText {
  padding-left: 14px;
  padding-right: 14px;
}

.PreviewMode .MainNavigation .PrimaryNavigation .Department .DepartmentText {
  color: #C3AE97;
}

.msie6 .MainNavigation .PrimaryNavigation .Department .DepartmentText {
  padding: 7px 7px 0 7px;
}

.MainNavigation .PrimaryNavigation .Department .DepartmentText:after {
  display: block;
  content: '';
  border-bottom: 1px solid transparent;
  padding-top: 2px;
}

.MainNavigation .PrimaryNavigation .Department.currentDepartment .DepartmentText:after {
  border-color: #ffffff;
  padding-top: 2px;
}

.MainNavigation .PrimaryNavigation .Department .DepartmentImage {
  max-height: 36px;
  display: block;
  position: relative;
  z-index: 1000;
  cursor: pointer;
}

.MainNavigation .PrimaryNavigation .Department a.DepartmentLink {
  text-align: center;
  text-decoration: none;
  display: block;
  height: 37px;
}

.MainNavigation .PrimaryNavigation .Department a.DepartmentLink img {
  display: inline;
  vertical-align: middle;
  padding: 0 8px 0 10px;
}

.MainNavigation .PrimaryNavigation .Department.Active {
  position: static;
}

.MainNavigation .PrimaryNavigation li:hover a.DepartmentLink,
.MainNavigation .PrimaryNavigation .Department.Active a.DepartmentLink {
  color: #111 !important;
  background: #ffffff;
  padding-bottom: 1px;
}

.MainNavigation .SecondaryNavigation {
  background-color: #ffffff;
  border-bottom: 1px solid #c7c5c5;
  padding: 0 7px 17px 0;
  font-size: 12px;
  height: auto;
  max-height: 480px;
  border-top: none;
  overflow: hidden;
  zoom: 1;
}

.MainNavigation .SecondaryNavigation.Columns3 {
  width: 580px;
}

.MainNavigation .SecondaryNavigation.Columns3.align-right {
  left: 380px;
  left: calc(100% - 580px);
}

.MainNavigation .SecondaryNavigation.Columns2 {
  width: 370px;
}

.MainNavigation .SecondaryNavigation.Columns2.align-right {
  left: 593px;
  left: calc(100% - 370px);
}

.MainNavigation .SecondaryNavigation.Columns1 {
  width: 188px;
}

.MainNavigation .SecondaryNavigation.Columns1.align-right {
  left: 776px;
  left: calc(100% - 188px);
}

.MainNavigation .SecondaryNavigation .Cols-1 {
  width: 175px;
  padding: 17px 0 0 12px;
  border: none;
}

.MainNavigation .SecondaryNavigation .Cols-2 {
  width: 350px;
}

.MainNavigation .SecondaryNavigation .Cols-3 {
  width: 578px;
  margin-right: 8px;
}

.MainNavigation .SecondaryNavigation .Cols-5 {
  width: 730px;
}

.MainNavigation .SecondaryNavigation .blockTitle {
  position: relative;
  z-index: 10000;
  text-transform: uppercase;
  line-height: 28px;
  font-size: 14px;
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  font-weight: 500;
  padding: 4px 0 4px 16px;
  margin-bottom: 2px;
  border-bottom: none;
  color: #0e0e0e;
}

.MainNavigation .SecondaryNavigation .Divider {
  min-height: 22px;
  height: 22px;
  margin-top: 0;
  margin-bottom: 2px;
  background: none;
  border-bottom: 1px solid #c7c5c5;
  border-top: 0;
}

.MainNavigation .SecondaryNavigation .Text {
  line-height: 15px;
  padding: 3px 0 4px 10px;
  margin-left: 3px;
}

.MainNavigation .SecondaryNavigation .Title {
  text-transform: uppercase;
  margin-bottom: -16px;
  margin-left: 3px;
  padding: 10px 0 4px 10px;
  overflow: hidden;
  background-color: #ffffff;
  font-weight: bold;
  font-size: 12px;
  min-height: 22px;
}

.MainNavigation .SecondaryNavigation .TitleSpacer {
  height: 0;
  min-height: 0;
  display: none;
}

.MainNavigation .SecondaryNavigation a {
  text-decoration: none;
  background-color: transparent;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #0e0e0e;
  font-weight: normal;
}

.MainNavigation .SecondaryNavigation a.ViewMore {
  font-weight: bold;
}

.MainNavigation .SecondaryNavigation .GlobalIcon {
  padding: 4px 0 4px 25px;
}

.MainNavigation .SecondaryNavigation .PetiteIcon {
  padding-left: 20px;
  background: url(/images/structural/header/navigation/common/logos/petite_fit.png) no-repeat;
}

.MainNavigation .SecondaryNavigation .PlusIcon {
  padding-left: 20px;
  background: url(/images/structural/header/navigation/common/logos/plus_fit.png) no-repeat;
}

.MainNavigation .SecondaryNavigation .TallIcon {
  padding-left: 20px;
  background: url(/images/structural/header/navigation/common/logos/tall_fit.png) no-repeat;
}

.MainNavigation .SecondaryNavigation .New {
  padding-right: 35px;
}

.MainNavigation .SecondaryNavigation .New-locale-zh-hk {
  padding-right: 20px;
}

.MainNavigation .SecondaryNavigation .New-locale-zh-cn,
.MainNavigation .SecondaryNavigation .New-locale-zh-tw {
  padding-right: 25px;
}

.MainNavigation .SecondaryNavigation .New-locale-sk-sk,
.MainNavigation .SecondaryNavigation .New-locale-sl-si {
  padding-right: 40px;
}

.MainNavigation .SecondaryNavigation .New-locale-es-es,
.MainNavigation .SecondaryNavigation .New-locale-it-it,
.MainNavigation .SecondaryNavigation .New-locale-nl-nl,
.MainNavigation .SecondaryNavigation .New-locale-ru-ru {
  padding-right: 50px;
}

.MainNavigation .SecondaryNavigation .New-locale-fr-fr,
.MainNavigation .SecondaryNavigation .New-locale-pl-pl {
  padding-right: 60px;
}

.MainNavigation .SecondaryNavigation .Component {
  width: 192px;
  height: 402px;
  margin: 0;
  padding-top: 0;
  float: left;
  position: relative;
}

.MainNavigation .SecondaryNavigation .ComponentItem {
  min-height: 22px;
}

.MainNavigation .SecondaryNavigation .ComponentItem:nth-child(n+8) .Component {
  padding-top: 35px;
}

.MainNavigation .SecondaryNavigation .ComponentItem.Text {
  cursor: pointer;
}

.MainNavigation .SecondaryNavigation .ComponentItem.Header .Text {
  cursor: default;
  text-transform: uppercase;
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 13px;
}

.MainNavigation .SecondaryNavigation .ComponentContainer {
  border: 1px solid #c7c5c5;
  text-transform: none;
  float: left;
  margin: 0;
  padding: 12px 0 0;
  overflow: hidden;
  zoom: 1;
}

.MainNavigation .SecondaryNavigation .ComponentContainer &gt; ul.Component &gt; li.MegaNavEnabled.Active &gt; div.Text {
  background-image: url(/images/structural/Icons/right-arrow.png);
  background-position: 160px 5px;
  background-repeat: no-repeat;
}

.MainNavigation .SecondaryNavigation .ComponentContainer &gt; ul.Component &gt; li.MegaNavEnabled.Active &gt; div.Text [dir=rtl] {
  background-image: url(/Images/Structural/Icons/left-arrow.png);
  background-position: 6px 5px;
}

.MainNavigation .SecondaryNavigation .ProductsContainer {
  border: none;
  color: #222222;
  margin-top: 12px;
}

.MainNavigation .SecondaryNavigation .ProductsContainer .blockTitle {
  margin-right: 17px;
}

.MainNavigation .SecondaryNavigation .ProductsContainer.Cols-2 {
  width: 384px;
  margin-left: 4px;
  margin-right: 4px;
}

.MainNavigation .SecondaryNavigation .ProductsContainer &gt; ul {
  float: left;
}

.MainNavigation .SecondaryNavigation .ProductsContainer .GlobalSizeLinks {
  background: url(/images/structural/header/navigation/common/backgrounds/horizontal_divider.png) 13px 14px no-repeat;
  position: relative;
  bottom: auto;
  left: 0;
  width: 175px;
  padding: 24px 0 5px 0;
  z-index: 1000;
}

.MainNavigation .SecondaryNavigation .ProductsContainer .GlobalSizeLinks .Text {
  padding: 5px 10px;
}

.MainNavigation .SecondaryNavigation .ProductsContainer ul.Component {
  height: 440px;
  padding-top: 0;
}

.MainNavigation .SecondaryNavigation .ProductsContainer.ExpandedState ul.ActiveChild {
  width: 400px;
}

.MainNavigation .SecondaryNavigation .ProductsContainer.ExpandedState .Component li.Active {
  width: 200px;
}

.MainNavigation .SecondaryNavigation .ProductsContainer.ExpandedState &gt; ul.Component &gt; li.MegaNavEnabled.Active &gt; div.Text {
  background-position: 175px 9px;
}

.MainNavigation .SecondaryNavigation .ProductsContainer li.Header,
.MainNavigation .SecondaryNavigation .ProductsContainer li.Header Text,
.MainNavigation .SecondaryNavigation .ProductsContainer li.Header Text a {
  font-weight: bold;
  text-transform: capitalize;
}

.MainNavigation .SecondaryNavigation .ProductsContainer li {
  margin-left: 20px;
  margin-right: 14px;
  margin-bottom: 4px;
}

.MainNavigation .SecondaryNavigation .ProductsContainer li.Header {
  margin-bottom: 11px;
  padding-bottom: 1px;
  border-bottom: 0;
  border-bottom: 1px solid #c7c5c5;
}

.MainNavigation .SecondaryNavigation .ProductsContainer li.inFlow {
  padding-top: 13px;
  background-position: 13px 37px;
  margin-bottom: 10px;
}

.MainNavigation .SecondaryNavigation .ProductsContainer li .Text {
  padding-left: 0;
}

.MainNavigation .SecondaryNavigation .CollectionsContainer {
  background-color: #f7f7f7;
  margin: 17px 0 0 17px;
  padding-top: 10px;
  color: #222222;
}

.MainNavigation .SecondaryNavigation .CollectionsContainer.Cols-2 {
  width: 344px;
}

.MainNavigation .SecondaryNavigation .CollectionsContainer.Cols-2 .GlobalSizeLinks {
  display: none;
}

.MainNavigation .SecondaryNavigation .CollectionsContainer.Cols-3 {
  width: 590px;
}

.MainNavigation .SecondaryNavigation .CollectionsContainer.Cols-3 .GlobalSizeLinks {
  position: absolute;
  bottom: 10px;
  left: 350px;
  width: 230px;
  padding: 10px 0 5px 0;
  z-index: 1000;
}

.MainNavigation .SecondaryNavigation .CollectionsContainer.grayscale .insetShadow img {
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: 0.5;
}

.MainNavigation .SecondaryNavigation .CollectionsContainer .GlobalSizeLinks {
  background: url(/Images/Structural/Header/Navigation/Common/Backgrounds/horizontalBarWide.png) no-repeat 16px 0;
}

.MainNavigation .SecondaryNavigation .CollectionsContainer .GlobalSizeLinks .Text {
  padding: 4px 10px;
}

.MainNavigation .SecondaryNavigation .CollectionsContainer .Title,
.MainNavigation .SecondaryNavigation .CollectionsContainer .Text {
  margin-left: 5px;
  padding: 7px 10px 5px 10px;
}

.MainNavigation .SecondaryNavigation .PromotionsContainer {
  position: relative;
  height: 385px;
}

.MainNavigation .SecondaryNavigation .PromotionsContainer .Component {
  width: 175px;
  height: 385px;
  padding-top: 0;
}

.MainNavigation .SecondaryNavigation .PromotionsContainer img {
  overflow: hidden;
}

.MainNavigation .SecondaryNavigation .LinkOnlysContainer {
  margin-left: 3px;
  border: none;
  color: #222222;
}

.MainNavigation .SecondaryNavigation .LinkOnlysContainer .Title {
  background: url(/images/structural/header/navigation/common/backgrounds/horizontal_divider.png) 20px 35px no-repeat;
}

.MainNavigation .SecondaryNavigation .LinkOnlysContainer .TitleSpacer {
  height: 7px;
  min-height: 7px;
  display: block;
}

.MainNavigation .SecondaryNavigation .LinkOnlysContainer .Component {
  height: 385px;
}

.MainNavigation .SecondaryNavigation .CollectionDetails {
  display: none;
}

.MainNavigation .SecondaryNavigation .CollectionDetails &gt; .Text a {
  color: #0e0e0e;
  font-size: 11px;
  text-decoration: underline;
}

.MainNavigation .SecondaryNavigation .CollectionDetails .New {
  background-image: none;
}

.MainNavigation .SecondaryNavigation li.Active .CollectionDetails {
  display: block;
  position: absolute;
  top: 0;
  width: 150px;
  height: 335px;
  margin-left: 167px;
  padding: 13px 15px 0 19px;
  padding-top: 8px;
}

.MainNavigation .SecondaryNavigation li.Active .CollectionDetails p {
  line-height: 120%;
  margin-top: 10px;
  margin-bottom: 2px;
  font-size: 11px;
  font-weight: 400;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #0e0e0e;
}

.MainNavigation .SecondaryNavigation li.Active .CollectionDetails .Text {
  padding: 0;
  margin: 0;
  margin-top: 10px;
}

.MainNavigation .SecondaryNavigation li.Active .CollectionDetails .collectionImage {
  width: 133px;
  height: 200px;
}

.MainNavigation .SecondaryNavigation li.Active .CollectionDetails .collectionImage a {
  display: block;
  position: relative;
}

.MainNavigation .SecondaryNavigation li.Active .CollectionDetails .collectionImage img {
  height: 200px;
  width: 133px;
  border: 2px solid transparent;
}

.MainNavigation .SecondaryNavigation li.Active .CollectionDetails .collectionImage img:hover {
  border-color: #000;
}

.MainNavigation .SecondaryNavigation li.Active .CollectionDetails h3 {
  font-size: 11px;
  text-transform: uppercase;
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #0e0e0e;
  margin-bottom: 10px;
}

.MainNavigation .SecondaryNavigation ul.ActiveChild {
  width: 167px;
  border-right: 1px solid #c7c5c5;
}

.MainNavigation .SecondaryNavigation ul.ActiveChild li {
  width: 180px;
}

.MainNavigation .SecondaryNavigation ul.ActiveChild li.Active {
  background: #fff;
  background-color: #f7f7f7;
}

.MainNavigation .SecondaryNavigation a:hover,
.MainNavigation .SecondaryNavigation li.ComponentItem:hover &gt; div.Text &gt; a,
.MainNavigation .SecondaryNavigation a:hover &gt; span.GlobalIcon,
.MainNavigation .SecondaryNavigation .GlobalSizeLinks div.Text &gt; a:hover,
.MainNavigation .SecondaryNavigation li.Active &gt; div.Text &gt; a {
  text-decoration: underline;
}

.MainNavigation .SecondaryNavigation .grayscale li.Active .CollectionDetails .collectionImage img {
  opacity: 0.5;
}

.MainNavigation .SecondaryNavigation .TNStaticLive {
  width: 953px;
  border-bottom: 1px solid #666;
  height: 45px;
  padding: 4px 10px;
  float: left;
}

.MainNavigation .SecondaryNavigation .subDepts {
  padding-top: 10px;
  margin-left: 0;
  float: left;
  display: table;
  width: 100%;
  text-transform: none;
}

.MainNavigation .SecondaryNavigation .subDepts li {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  display: table-cell;
  *display: inline-block;
  *float: left;
  *padding: 0 5px;
  font-weight: 400;
  line-height: 30px;
  margin-right: 0;
  margin-top: 0;
  text-align: center;
  font-size: 13px;
  border: 1px solid #666;
  min-width: 50px;
  text-transform: uppercase;
  background: #ffffff;
  color: #222222;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}

.MainNavigation .SecondaryNavigation .subDepts li:not(:first-child) {
  border-left: 0;
}

.MainNavigation .SecondaryNavigation .subDepts li.last {
  border-right: 1px solid #666;
}

.MainNavigation .SecondaryNavigation .subDepts li a {
  color: #000;
  width: 100%;
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  font-size: 12px;
  display: block;
  line-height: 37px;
}

.MainNavigation .SecondaryNavigation .subDepts li a:hover {
  text-decoration: none;
}

.MainNavigation .SecondaryNavigation .subDepts li .Text a {
  color: #111;
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 500;
}

.MainNavigation .SecondaryNavigation .subDepts li.selected {
  box-shadow: none;
  border-bottom: 0;
  border-style: solid solid none;
  background: #000;
}

.MainNavigation .SecondaryNavigation .subDepts li.selected .Text a {
  color: #ffffff;
}

.MainNavigation .SecondaryNavigation .subDepts li.selected .arrow {
  display: block;
  *display: inline-block;
}

.MainNavigation .SecondaryNavigation .subDepts li .arrow {
  height: 8px;
  width: 12px;
  display: none;
  margin: -6px auto 0;
  position: inherit;
  top: 5px;
  background-image: none;
}

.MainNavigation .SecondaryNavigation .subDepts .Text {
  padding: 0;
  margin: 0;
}

.MainNavigation .SecondaryNavigation .SubDepts .Component {
  padding-top: 11px;
}

.MainNavigation .SecondaryNavigation .SubDepts .Divider {
  height: 26px;
  border-bottom: 1px solid #B9B9B9;
  background: none;
  margin-bottom: 11px;
}

.MainNavigation .SecondaryNavigation .SubDepts .blockTitle {
  padding: 0 0 0 8px;
  height: 27px;
}

.MainNavigation .SecondaryNavigation .SubDepts.ProductsContainer {
  height: 400px;
  margin: 12px 0 0 11px;
}

.MainNavigation .SecondaryNavigation .SubDepts.ProductsContainer li {
  margin: 0 11px 4px 0;
}

.MainNavigation .SecondaryNavigation .SubDepts.ProductsContainer li.Header {
  margin-bottom: 10px;
  padding-bottom: 4px;
}

.MainNavigation .SecondaryNavigation .SubDepts.ProductsContainer.Cols-5 {
  width: 760px;
}

.MainNavigation .SecondaryNavigation .SubDepts.ProductsContainer .Component {
  padding-top: 2px;
  height: 400px;
  width: 150px;
}

.MainNavigation .SecondaryNavigation .SubDepts.ProductsContainer .ComponentItem {
  height: auto;
}

.MainNavigation .SecondaryNavigation .SubDepts.CollectionsContainer {
  height: 388px;
  border: 1px solid #c7c5c5;
  width: 174px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.MainNavigation .SecondaryNavigation .SubDepts.CollectionsContainer ul.Component {
  width: 175px;
  padding-top: 5px;
}

.MainNavigation .SecondaryNavigation .SubDepts.CollectionsContainer ul.Component .Text {
  margin-left: 0;
  padding-left: 8px;
  padding-right: 8px;
}

.MainNavigation .SecondaryNavigation .SubDepts.CollectionsContainer .blockTitle {
  font-size: 12px;
}

.MainNavigation .SecondaryNavigation .SubDepts.CollectionsContainer .ComponentItem {
  height: auto;
}

.MainNavigation .PrimaryNavigation li.Active div.SecondaryNavigation {
  z-index: 9999;
}

.MainNavigation ul#steps {
  float: right;
  margin-right: 15px;
}

.MainNavigation ul#steps li {
  height: 37px;
  padding-left: 9px;
  color: #B6B8B8;
  float: left;
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  display: block;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 9px;
  line-height: 30px;
}

.MainNavigation ul#steps li,
.MainNavigation ul#steps li a {
  color: #B6B8B8;
  font-weight: 400;
}

.MainNavigation ul#steps li.first {
  text-decoration: underline;
}

.MainNavigation ul#steps li.active,
.MainNavigation ul#steps li.last-active,
.MainNavigation ul#steps li.first.active a,
.MainNavigation ul#steps li.active a {
  white-space: nowrap;
  color: #ffffff;
}

.MainNavigation ul#steps li.last {
  background-image: none;
  padding-right: 0;
}

.HeaderNavigation {
  width: 100%;
  height: 37px;
  z-index: 1050;
}

.HeaderNavigation.Hidden {
  top: 0;
}

.HeaderNavigation.SmallHeader {
  margin-top: 40px;
}

.menu-overlay {
  max-width: 100%;
  height: 1000px;
  height: 100vh;
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
}

.msie8 .menu-overlay {
  background-color: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.menu-overlay.active {
  display: block;
}

/* Menu Positions - */
.SNDefault {
  height: 450px;
  width: 966px;
  position: absolute;
  top: -1000px;
  left: -9999px;
  opacity: 0;
}

@media (min-width: 1280px) {
  .SNDefault {
    width: 1270px;
  }
}

.SNDefault [dir=rtl] {
  right: 0;
  left: auto;
}

.SNAnimateLeft {
  left: -1000px;
  opacity: 0;
  -webkit-transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  /* easeOutCubic */
}

.SNAnimateLeft [dir=rtl] {
  right: -1000px;
  left: auto;
}

.SNStaticLive {
  top: 37px;
  left: 1px;
  opacity: 1;
}

.SNStaticLive [dir=rtl] {
  left: auto;
  right: 0;
}

.SNHiddenLive {
  left: 0;
  opacity: 0;
}

.SNAnimateLive {
  left: 0;
  opacity: 1;
  -webkit-transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  /* easeOutCubic */
}

.SNOpacityOut {
  opacity: 0;
  /* Vertical transitions */
  -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  /* easeOutExpo */
}

.SNOpacityOut .SNOpacityIn {
  opacity: 1;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  /* easeOutCubic */
}

.SNOpacityOut .SNOpacityOut {
  opacity: 0;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  /* easeOutCubic */
}

.SNOpacityOut .SNAnimateRight {
  left: 1000px;
  opacity: 0;
  -webkit-transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  /* easeOutCubic */
}

.SNOpacityOut .SNStaticLeft {
  left: -1000px;
  opacity: 0;
}

.SNOpacityOut .SNStaticRight {
  left: 1000px;
  opacity: 0;
}

.SNOpacityOut .MaskingRegion {
  height: 450px;
  width: 990px;
  position: absolute;
  top: 36px;
  left: 0;
  overflow: hidden;
}

.SNOpacityOut .SNStaticUp {
  top: -410px;
  left: 0;
  opacity: 1;
}

.MaskingRegion .SNStaticDown {
  top: 0;
  left: 0;
  opacity: 1;
}

.SNAnimateDown {
  top: 36px;
  left: 0;
  opacity: 1;
  -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  /* easeOutExpo */
}

.MaskingRegion .SNAnimateDown {
  top: 0;
  left: 0;
  opacity: 1;
}

.MaskingRegion .SNAnimateUp {
  top: -410px;
  left: 0;
  opacity: 1;
  -webkit-transition: all 400ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition: all 400ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -ms-transition: all 400ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 400ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 400ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  /* easeInQuad */
}

/* Masked swipe */
.MaskingRegion .SNStaticPreSwipe {
  opacity: 1;
  left: 0;
}

.MaskingRegion .SNSwipeRight {
  left: 900px;
  -webkit-transition: all 1300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 1300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 1300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  /* easeOutCubic */
}

.notifyDialogue {
  background-position: 10px 0;
  background-repeat: no-repeat;
  position: absolute;
  opacity: 1;
  width: 150px;
  min-height: 80px;
  padding-top: 9px;
  cursor: pointer;
  /* "pointer" used as .notifyDialogue has a click event which redirects to a different page (therefore gives the apperance of an anchor) */
}

.notifyDialogue::before {
  background-color: rgba(255, 255, 255, 0.98);
  content: " ";
  display: block;
  height: 15px;
  width: 15px;
  position: absolute;
  left: 65px;
  top: 4px;
  vertical-align: top;
  z-index: 4999;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.2);
}

.notifyDialogue .innerNotifyDialogue {
  min-height: 60px;
  width: 135px;
  padding: 7px;
  float: left;
  background: rgba(255, 255, 255, 0.985);
  -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.3);
}

.msie7 .notifyDialogue .innerNotifyDialogue, .msie8 .notifyDialogue .innerNotifyDialogue {
  border: 1px solid #c7c5c5;
}

.notifyDialogue .innerNotifyDialogue .notifyHeader {
  float: left;
  width: 100%;
  padding-bottom: 8px;
}

.notifyDialogue .innerNotifyDialogue .notifyHeader h4 {
  color: #222222;
  line-height: 100%;
  float: left;
  margin-top: 8px;
  font-weight: 700;
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}

.notifyDialogue .innerNotifyDialogue .notifyDetail {
  float: left;
  width: 100%;
  padding-top: 10px;
  color: #222222;
  font: 12px Arial;
}

.notifyDialogue .innerNotifyDialogue .notifyBody .notifyText {
  float: left;
  min-height: 30px;
  padding-left: 2px;
  padding-bottom: 5px;
  display: block;
  color: #666;
  font-size: 12px;
}

.PageHeader .BreadcrumbNavigation {
  color: #000;
  overflow: hidden;
  top: 105px;
  width: 100%;
  display: none;
  background-color: #f7f7f7;
  border-bottom: 1px solid #c7c5c5;
  height: 36px;
  position: static;
}

.PageHeader .BreadcrumbNavigation .NavigationFadeSection .NavigationFade {
  display: none;
  background-color: #000;
  z-index: 2000;
  opacity: .80;
  width: 100%;
  height: 37px;
  position: absolute;
}

.PageHeader .BreadcrumbNavigation .Content {
  border-bottom: none;
}

.PageHeader .BreadcrumbNavigation.Hidden {
  margin-top: -32px;
}

.PageHeader .BreadcrumbNavigation .Back {
  cursor: pointer;
  float: left;
  margin-top: 0;
  padding: 5px 0;
}

.PageHeader .BreadcrumbNavigation .Back a {
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  font-size: 11px;
}

.PageHeader .BreadcrumbNavigation .Back a.nxbtn {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.PageHeader .BreadcrumbNavigation .Back a.nxbtn.icon {
  line-height: 16px;
  padding: 4px 10px 4px 25px;
  text-transform: uppercase;
}

.PageHeader .BreadcrumbNavigation .Back a.nxbtn.icon.icon-arrow-left {
  background-position: left 10px center;
}

.PageHeader .BreadcrumbNavigation .BreadcrumbsHolder {
  overflow: hidden;
  float: left;
}

.PageHeader .BreadcrumbNavigation .Breadcrumbs {
  margin: 0;
  margin-left: 13px;
  float: left;
  line-height: 16px;
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.PageHeader .BreadcrumbNavigation .Breadcrumbs .Breadcrumb {
  list-style: none;
  float: left;
  margin-right: 10px;
  background-image: url(/images/structural/Icons/arrow_right.png);
  background-repeat: no-repeat;
  background-position: right 12px;
  padding: 11px 16px 11px 0;
  white-space: nowrap;
  font-size: 11px;
  font-weight: 500;
}

.PageHeader .BreadcrumbNavigation .Breadcrumbs .Breadcrumb [dir=rtl] {
  background-image: url(/Images/Structural/Icons/arrow_left.png);
}

.PageHeader .BreadcrumbNavigation .Breadcrumbs .Breadcrumb a {
  color: #111;
  font-weight: 400;
}

.PageHeader .BreadcrumbNavigation .Breadcrumbs .Breadcrumb a:hover {
  text-decoration: underline;
}

.PageHeader .BreadcrumbNavigation .Breadcrumbs .Breadcrumb:last-child {
  background-image: none;
}

.PageHeader .BreadcrumbNavigation .Breadcrumbs .Breadcrumb:first-child img {
  float: left;
  margin-right: 7px;
  padding-top: 1px;
}

.PageHeader .BreadcrumbNavigation .Breadcrumbs .lastBreadcrumb {
  background-image: none;
  font-weight: 500;
}

.PageHeader .BreadcrumbNavigation .Breadcrumbs .bcHome {
  white-space: normal;
}

.PageHeader .BreadcrumbNavigation .Breadcrumbs .bcHome a {
  background: url("/Images/Structural/Icons/home.png") no-repeat;
  background-repeat: no-repeat;
  padding-left: 20px;
  background-position-x: left;
  background-position-y: 1px;
  display: block;
}

.PageHeader .BreadcrumbNavigation .Breadcrumbs .BreadcrumbEllipsis {
  display: none;
  padding-top: 7px;
  float: left;
}

.PageHeader .BreadcrumbNavigation .SocialBookmarks {
  float: right;
}

header.PageHeader .HeaderContent .HeaderNavigation span.DepartmentText {
  padding-left: 4px;
  padding-right: 4px;
}

@media only screen and (max-width: 1023px) {
  .PageHeader .QuickLinks .myAccountdropdown {
    left: 422px;
  }
  .MainNavigation .SecondaryNavigation {
    width: 966px;
  }
  .MainNavigation .SecondaryNavigation.Columns2 {
    width: 378px;
  }
  .MainNavigation .SecondaryNavigation.Columns2.align-right {
    left: calc(100% - 394px);
  }
  .MainNavigation .SecondaryNavigation.Columns3 {
    width: 580px;
  }
  .MainNavigation .SecondaryNavigation.Columns3.align-right {
    left: calc(100% - 596px);
  }
  body.msie11 .MainNavigation .SecondaryNavigation, body.msie10 .MainNavigation .SecondaryNavigation, body.msie9 .MainNavigation .SecondaryNavigation {
    width: 959px;
  }
  body.msie11 .MainNavigation .SecondaryNavigation.Columns2, body.msie10 .MainNavigation .SecondaryNavigation.Columns2, body.msie9 .MainNavigation .SecondaryNavigation.Columns2 {
    width: 378px;
  }
  body.msie11 .MainNavigation .SecondaryNavigation.Columns2.align-right, body.msie10 .MainNavigation .SecondaryNavigation.Columns2.align-right, body.msie9 .MainNavigation .SecondaryNavigation.Columns2.align-right {
    left: calc(100% - 394px);
  }
  body.msie11 .MainNavigation .SecondaryNavigation.Columns3, body.msie10 .MainNavigation .SecondaryNavigation.Columns3, body.msie9 .MainNavigation .SecondaryNavigation.Columns3 {
    width: 580px;
  }
  body.msie11 .MainNavigation .SecondaryNavigation.Columns3.align-right, body.msie10 .MainNavigation .SecondaryNavigation.Columns3.align-right, body.msie9 .MainNavigation .SecondaryNavigation.Columns3.align-right {
    left: calc(100% - 596px);
  }
  body.msie9 .MainNavigation .PrimaryNavigation {
    text-align: justify;
    width: 966px;
  }
  body.msie9 .MainNavigation .PrimaryNavigation .Department {
    display: inline-block;
    float: none;
    margin-right: 0;
  }
  body.msie9 .MainNavigation .PrimaryNavigation:after {
    content: '';
    width: 100%;
    /* Ensures justification for single lines */
    display: inline-block;
  }
  body.msie9 .MainNavigation .SecondaryNavigation .Text {
    text-align: left;
  }
  body.msie9 .MainNavigation .SecondaryNavigation .subDepts .Text {
    text-align: center;
  }
  body.msie9 header.PageHeader .HeaderContent .HeaderNavigation span.DepartmentText {
    padding-left: 4px;
    padding-right: 4px;
  }
  body.msie9 .SecondaryNavigation li.Active .CollectionDetails h3 {
    text-align: left;
  }
}

@media only screen and (min-width: 1024px) {
  header.PageHeader .HeaderContent .HeaderTopBar {
    width: 976px;
  }
  header.PageHeader .HeaderContent .HeaderNavigation span.DepartmentText {
    padding-left: 6px;
    padding-right: 6px;
    margin-right: 0;
    letter-spacing: -0.2px;
  }
  header.PageHeader .HeaderContent .HeaderNavigation .Department:first-child span.DepartmentText, header.PageHeader .HeaderContent .HeaderNavigation .Department:last-child span.DepartmentText {
    padding-left: 12px;
    padding-right: 12px;
  }
  header.PageHeader .HeaderContent .flagContainer {
    width: 25px;
    margin-top: 7px;
  }
  header.PageHeader .BreadcrumbNavigation .Content {
    width: 976px;
  }
  /*IE9 Specific code for equidistant menu elements*/
  body.msie9 .MainNavigation {
    width: 1000px;
  }
  body.msie9 .MainNavigation .PrimaryNavigation {
    text-align: justify;
  }
  body.msie9 .MainNavigation .PrimaryNavigation .Department {
    display: inline-block;
    float: none;
    margin-right: 0;
  }
  body.msie9 .MainNavigation .PrimaryNavigation:after {
    content: '';
    width: 100%;
    /* Ensures justification for single lines */
    display: inline-block;
  }
  body.msie9 .MainNavigation .SecondaryNavigation .Text {
    text-align: left;
  }
  body.msie9 .MainNavigation .SecondaryNavigation .subDepts .Text {
    text-align: center;
  }
  body.msie9 header.PageHeader .HeaderContent .HeaderNavigation span.DepartmentText {
    padding-left: 4px;
    padding-right: 4px;
  }
  body.msie9 .SecondaryNavigation li.Active .CollectionDetails h3 {
    text-align: left;
  }
  .MainNavigation .PrimaryNavigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .MainNavigation .PrimaryNavigation .Department {
    float: none;
    margin-right: 0;
  }
  .MainNavigation .SecondaryNavigation .placeholder img.placeholderLoader {
    width: 38px;
    height: 38px;
  }
  .MainNavigation .SecondaryNavigation .ComponentContainer.ProductsContainer.SubDepts .Component {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  #MainNavigation .SecondaryNavigation {
    width: 999.5px;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
    padding-right: 0;
  }
  #MainNavigation .SecondaryNavigation .TNStaticLive {
    width: 98.5%;
  }
  #MainNavigation .SecondaryNavigation.Columns3 {
    width: 580px;
  }
  #MainNavigation .SecondaryNavigation.Columns3.align-right {
    left: calc(100% - 580px);
  }
  #MainNavigation .SecondaryNavigation.Columns2 {
    width: 378px;
  }
  #MainNavigation .SecondaryNavigation.Columns2.align-right {
    left: calc(100% - 377.5px);
  }
  #MainNavigation .SecondaryNavigation.Columns1 {
    width: 188px;
  }
  #MainNavigation .SecondaryNavigation.Columns1.align-right {
    left: calc(100% - 188px);
  }
  .msie11 #MainNavigation .SecondaryNavigation,
  .msie10 #MainNavigation .SecondaryNavigation,
  .msie9 #MainNavigation .SecondaryNavigation,
  .mozilla #MainNavigation .SecondaryNavigation {
    width: 1000px;
  }
  .msie11 #MainNavigation .SecondaryNavigation.Columns2,
  .msie10 #MainNavigation .SecondaryNavigation.Columns2,
  .msie9 #MainNavigation .SecondaryNavigation.Columns2,
  .mozilla #MainNavigation .SecondaryNavigation.Columns2 {
    width: 378px;
  }
  .msie11 #MainNavigation .SecondaryNavigation.Columns2.align-right,
  .msie10 #MainNavigation .SecondaryNavigation.Columns2.align-right,
  .msie9 #MainNavigation .SecondaryNavigation.Columns2.align-right,
  .mozilla #MainNavigation .SecondaryNavigation.Columns2.align-right {
    left: calc(100% - 377px);
  }
  .msie11 #MainNavigation .SecondaryNavigation.Columns3,
  .msie10 #MainNavigation .SecondaryNavigation.Columns3,
  .msie9 #MainNavigation .SecondaryNavigation.Columns3,
  .mozilla #MainNavigation .SecondaryNavigation.Columns3 {
    width: 580px;
  }
  .msie11 #MainNavigation .SecondaryNavigation.Columns3.align-right,
  .msie10 #MainNavigation .SecondaryNavigation.Columns3.align-right,
  .msie9 #MainNavigation .SecondaryNavigation.Columns3.align-right,
  .mozilla #MainNavigation .SecondaryNavigation.Columns3.align-right {
    left: calc(100% - 579px);
  }
  .PageHeader .MainNavigation .SecondaryNavigation .ProductsContainer.SubDepts {
    width: calc(100% - 216px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .PageHeader #MainNavigation .SecondaryNavigation div.ProductsContainer.SubDepts ul.Component, .PageHeader #MainNavigation .SecondaryNavigation div.ProductsContainer ul.Component {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .PageHeader .QuickLinks .myAccountdropdown {
    left: 435px;
  }
  body.msie9 .PageHeader .MainNavigation .SecondaryNavigation .ProductsContainer.SubDepts {
    display: table;
  }
  body.msie9 .PageHeader #MainNavigation .SecondaryNavigation div.ProductsContainer.SubDepts ul.Component, body.msie9 .PageHeader #MainNavigation .SecondaryNavigation div.ProductsContainer ul.Component {
    display: table-cell;
  }
  body.msie9 .PageHeader #MainNavigation .SecondaryNavigation div.ProductsContainer.Cols-1 .Component {
    width: 100%;
  }
  body.msie9 .PageHeader #MainNavigation .SecondaryNavigation div.ProductsContainer.Cols-2 .Component {
    width: 50%;
  }
  body.msie9 .PageHeader #MainNavigation .SecondaryNavigation div.ProductsContainer.Cols-3 .Component {
    width: 33%;
  }
  body.msie9 .PageHeader #MainNavigation .SecondaryNavigation div.ProductsContainer.Cols-4 .Component {
    width: 20%;
  }
}

@media only screen and (min-width: 1280px) {
  .bp1280 header.PageHeader .HeaderContent .HeaderTopBar {
    width: 1216px;
  }
  .bp1280 header.PageHeader .HeaderContent .HeaderNavigation span.DepartmentText {
    padding-left: 16px;
    padding-right: 16px;
  }
  .bp1280 header.PageHeader .HeaderContent .HeaderNavigation .Department:first-child span.DepartmentText, .bp1280 header.PageHeader .HeaderContent .HeaderNavigation .Department:last-child span.DepartmentText {
    padding-left: 16px;
    padding-right: 16px;
  }
  .bp1280 header.PageHeader .BreadcrumbNavigation .Content {
    width: 1216px;
  }
  .bp1280 #MainNavigation .SecondaryNavigation {
    width: 1247.5px;
  }
  .bp1280 #MainNavigation .SecondaryNavigation.Columns3 {
    width: 861px;
  }
  .bp1280 #MainNavigation .SecondaryNavigation.Columns3.align-right {
    left: calc(100% - 861px);
  }
  .bp1280 #MainNavigation .SecondaryNavigation.Columns2 {
    width: 378px;
  }
  .bp1280 #MainNavigation .SecondaryNavigation.Columns2.align-right {
    left: calc(100% - 377.5px);
  }
  .bp1280 #MainNavigation .SecondaryNavigation .Cols-3 {
    width: 861px;
  }
  .bp1280 #MainNavigation .SecondaryNavigation .Cols-3 .Component {
    min-width: 33.2%;
  }
  .bp1280 .PageHeader .QuickLinks .myAccountdropdown {
    left: 675px;
  }
  .bp1280.msie11 #MainNavigation .SecondaryNavigation.Columns2,
  .bp1280.msie10 #MainNavigation .SecondaryNavigation.Columns2,
  .bp1280.msie9 #MainNavigation .SecondaryNavigation.Columns2,
  .bp1280.mozilla #MainNavigation .SecondaryNavigation.Columns2 {
    width: 378px;
  }
  .bp1280.msie11 #MainNavigation .SecondaryNavigation.Columns2.align-right,
  .bp1280.msie10 #MainNavigation .SecondaryNavigation.Columns2.align-right,
  .bp1280.msie9 #MainNavigation .SecondaryNavigation.Columns2.align-right,
  .bp1280.mozilla #MainNavigation .SecondaryNavigation.Columns2.align-right {
    left: calc(100% - 377px);
  }
  .bp1280.msie11 #MainNavigation .SecondaryNavigation.Columns3,
  .bp1280.msie10 #MainNavigation .SecondaryNavigation.Columns3,
  .bp1280.msie9 #MainNavigation .SecondaryNavigation.Columns3,
  .bp1280.mozilla #MainNavigation .SecondaryNavigation.Columns3 {
    width: 861px;
  }
  .bp1280.msie11 #MainNavigation .SecondaryNavigation.Columns3.align-right,
  .bp1280.msie10 #MainNavigation .SecondaryNavigation.Columns3.align-right,
  .bp1280.msie9 #MainNavigation .SecondaryNavigation.Columns3.align-right,
  .bp1280.mozilla #MainNavigation .SecondaryNavigation.Columns3.align-right {
    left: calc(100% - 860px);
  }
  .bp1280.mozilla #MainNavigation .SecondaryNavigation {
    width: 1248px;
  }
  .bp1280.msie9 header.PageHeader .HeaderContent .HeaderNavigation span.DepartmentText {
    padding-left: 16px;
    padding-right: 16px;
  }
  .bp1280.msie9 .MainNavigation {
    width: 1248px;
  }
}

@media only screen and (min-width: 1440px) {
  .bp1440 .Content.MainNavigation {
    width: 1248px;
  }
}

.PageHeader .MainNavigation .SecondaryNavigation .bteBanner {
  background: #ffffff;
  width: 100%;
  margin: 0 -7px;
  padding: 5px 10px;
  position: relative;
  overflow: auto;
  min-width: 973px;
}

.PageHeader .MainNavigation .SecondaryNavigation .bteBanner span {
  background: url("/Images/Structural/Header/beauty-banner-menu@2x.png") no-repeat center center;
  margin: 2px auto;
  position: absolute;
  display: inline-block;
  left: 10%;
  right: 10%;
  top: 4px;
  bottom: 2px;
  height: 28px;
}

.PageHeader .MainNavigation .SecondaryNavigation .bteBanner a {
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 12px;
  text-decoration: underline;
  margin-right: 15px;
  line-height: 30px;
  padding-right: 10px;
  text-transform: uppercase;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAMCAYAAABBV8wuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFxJREFUeNpiYGBg2A7EMv///2dAxiBgBMTHgFgURQIqaw/E+4GYB0UCKukHxDuBmA1FAioZB8RrgJiZEWYRDDAyMhYAKR0mBlwAl1H4LcfqXKgHj2N4EFeQAAQYACxBbUkAQ48JAAAAAElFTkSuQmCC") no-repeat right center;
  float: right;
  color: #222222;
}

.PageHeader .MainNavigation .SecondaryNavigation .xmasBanner {
  background: #b78b20;
  width: 100%;
  position: relative;
  overflow: auto;
  min-width: 973px;
}

.PageHeader .MainNavigation .SecondaryNavigation .xmasBanner a {
  display: block;
  padding: 3px;
  text-decoration: none;
}

.PageHeader .MainNavigation .SecondaryNavigation .xmasBanner a span {
  background: url("/Images/Structural/Header/xmas-banner-desktop.png") no-repeat center center;
  /*background-size: contain;*/
  display: block;
  line-height: 35px;
  text-decoration: none;
}

.PageHeader .MainNavigation .SecondaryNavigation .xmasBanner a span :hover {
  text-decoration: none;
}

.PageHeader .MainNavigation .SecondaryNavigation .xmasBanner a :hover {
  text-decoration: none;
}

body.msie8 .PageHeader .MainNavigation .SecondaryNavigation .bteBanner {
  background: #DF9BA1;
  width: 100%;
  margin: 0 -7px;
  padding: 5px 10px;
  position: relative;
  overflow: auto;
  min-width: 973px;
}

body.msie8 .PageHeader .MainNavigation .SecondaryNavigation .bteBanner span {
  background-image: url("/Images/Structural/Header/beauty-banner-menu@2x.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin: 2px auto;
  position: absolute;
  display: inline-block;
  left: 25%;
  right: 25%;
  top: 4px;
  bottom: 2px;
  height: 28px;
  width: 525px;
}

body.msie8 .PageHeader .MainNavigation .SecondaryNavigation .bteBanner a {
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 12px;
  text-decoration: underline;
  margin-right: 15px;
  line-height: 30px;
  padding-right: 10px;
  text-transform: uppercase;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAMCAYAAABBV8wuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFxJREFUeNpiYGBg2A7EMv///2dAxiBgBMTHgFgURQIqaw/E+4GYB0UCKukHxDuBmA1FAioZB8RrgJiZEWYRDDAyMhYAKR0mBlwAl1H4LcfqXKgHj2N4EFeQAAQYACxBbUkAQ48JAAAAAElFTkSuQmCC") no-repeat right center;
  float: right;
  color: #222222;
}

body.msie8 .PageHeader .MainNavigation .SecondaryNavigation .xmasBanner {
  background: #b78b20;
  width: 100%;
  position: relative;
  overflow: auto;
  min-width: 973px;
}

body.msie8 .PageHeader .MainNavigation .SecondaryNavigation .xmasBanner a {
  display: block;
  padding: 3px;
  text-decoration: none;
}

body.msie8 .PageHeader .MainNavigation .SecondaryNavigation .xmasBanner a span {
  background: url("/Images/Structural/Header/xmas-banner-desktop.png") no-repeat center center;
  /*background-size: contain;*/
  display: block;
  line-height: 35px;
  text-decoration: none;
}

body.msie8 .PageHeader .MainNavigation .SecondaryNavigation .xmasBanner a span :hover {
  text-decoration: none;
}

body.msie8 .PageHeader .MainNavigation .SecondaryNavigation .xmasBanner a :hover {
  text-decoration: none;
}

/*# sourceMappingURL=header.css.map */</pre></body></html>