﻿/*Beauty PDP variables*/
/*Horizontal Filter variable*/
/*Sales clearance variables*/
/* Desktop Vertical Spread*/
/*Desktop Vertical Spread*/
/* -----------------------------------------------
	vCore.css - (Core Site Styling)
	Author:Rich Howard
	Copyright 2011 Next Retail Ltd.
--------------------------------------------------
===== CONTENTS =====
	1:standardize cross-browser rendering
	2:set page grids
	3:common functional rules
====================
*/
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  padding: 0;
  color: #ffffff;
  line-height: 18px;
  font: 11px sans-serif;
}

a {
  color: #000;
  text-decoration: none;
}

.ClearBoth {
  clear: both;
}

.FloatRight {
  float: right;
}

.Hide, a img.Hide, a:link img.Hide, a:visited img.Hide, a:hover img.Hide, a:focus img.Hide, a:active img.Hide {
  display: none;
}

.FadedOut {
  opacity: 0;
}

.CSSLoadDetector {
  display: none;
  background-color: #000;
}

.Content {
  width: 976px;
  margin: 0 auto;
  position: relative;
}

#ct {
  position: relative;
  z-index: 1;
}

#PageParams {
  display: none;
}

.OverflowFixer {
  overflow-x: hidden;
}

#platform_modernisation_footer {
  min-width: 1000px;
}

#platform_modernisation_footer *,
#platform_modernisation_footer *::before,
#platform_modernisation_footer *::after {
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

.ContentArea {
  background-color: #ffffff;
  color: #111;
  margin: 0 auto;
  min-width: 1000px;
  padding-bottom: 32px;
}

/* DO NOT REMOVE BOTTOM PADDING! IT'S REQUIRED TO SPACE OUT THE TOOLBAR.*/
.Homepage .ContentArea {
  padding-bottom: 0;
}

/* EXCEPT ON THE HOMEPAGE, WHERE THE TOOLBAR IS NOT SHOWN */
.ContentArea a {
  color: #111;
  text-decoration: none;
}

.ContentArea a:hover {
  text-decoration: underline;
}

.Homepage .StorefrontContent {
  border-bottom: none;
  padding-bottom: 26px;
}

.Y-Previous {
  width: 976px;
  height: 100px;
  overflow: hidden;
  position: absolute;
  top: -2000px;
}

.Y-Next {
  width: 976px;
  height: 100px;
  overflow: hidden;
  position: absolute;
  top: -2000px;
}

.X-Previous {
  width: 976px;
  height: 100px;
  overflow: hidden;
  position: absolute;
  left: -976px;
}

.X-Next {
  width: 976px;
  height: 100px;
  overflow: hidden;
  position: absolute;
  left: -976px;
}

.Held {
  width: 976px;
  height: 100px;
  overflow: hidden;
  position: absolute;
  left: -5000px;
}

.CurrentContent {
  width: 100%;
  top: 0;
  background-color: #ffffff;
}

/*.JSEnabled .CurrentContent { position:absolute; }*/
.JSEnabled .FirstLoad {
  visibility: hidden;
}

.NextContent {
  position: absolute;
  width: 100%;
  overflow: hidden;
  left: -5000px;
  background-color: #ffffff;
  z-index: 999;
}

[dir=rtl] .NextContent {
  left: 0;
}

.Divider {
  clear: both;
  margin-top: 32px;
  height: 36px;
  border-top: 1px dotted #c7c5c5;
}

.Anchor:before {
  display: block;
  content: " ";
  margin-top: -125px;
  height: 125px;
  visibility: hidden;
}

.tempClip {
  width: 976px;
  margin-left: -488px;
  overflow: hidden;
  position: relative;
  left: 50%;
}

.HideOverflow {
  overflow: hidden;
}

.BackgroundWhite {
  background-color: #ffffff;
}

.TransistionHeight {
  height: 495px;
}

.CurrentContent .MouseEar {
  display: none;
}

.CurrentContent .MouseEar.visible {
  display: block;
}

.MouseEar {
  z-index: 1900;
  position: fixed;
  top: 330px;
  margin-top: -35px;
}

.MouseEar, .MouseEar a {
  width: 62px;
  height: 120px;
}

.MouseEar a {
  display: block;
}

.MouseEar .MouseEarHoverPopUp {
  position: absolute;
  top: 0;
  z-index: 500;
  background-color: #fff;
  padding: 8px 15px;
  min-height: 90px;
  min-width: 66px;
  border: 1px solid #c7c5c5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.MouseEar .MouseEarHoverPopUp::after,
.MouseEar .MouseEarHoverPopUp::before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
}

.MouseEar .MouseEarHoverPopUp::before {
  top: 38px;
  border-width: 11px;
}

.MouseEar .MouseEarHoverPopUp::after {
  top: 39px;
  border-width: 10px;
}

.MouseEar.Left {
  left: 0;
  background-image: url(https://www.next.co.uk/Images/Structural/MouseEars/States/sprite-left.png);
}

[dir=rtl] .MouseEar.Left {
  background-image: url(https://www.next.co.uk/Images/Structural/MouseEars/States/sprite-right.png);
}

.MouseEar.Left .MouseEarHoverPopUp::before {
  border-right-color: #c7c5c5;
  left: -22px;
}

.MouseEar.Left .MouseEarHoverPopUp::after {
  border-right-color: #ffffff;
  left: -20px;
}

.MouseEar.Right {
  right: 0;
  background-image: url(https://www.next.co.uk/Images/Structural/MouseEars/States/sprite-right.png);
}

[dir=rtl] .MouseEar.Right {
  background-image: url(https://www.next.co.uk/Images/Structural/MouseEars/States/sprite-left.png);
}

.MouseEar.Right .MouseEarHoverPopUp::before, .MouseEar.Right .MouseEarHoverPopUp::after {
  left: 100%;
}

.MouseEar.Right .MouseEarHoverPopUp::before {
  border-left-color: #c7c5c5;
}

.MouseEar.Right .MouseEarHoverPopUp::after {
  border-left-color: #ffffff;
}

.MouseEar.Left,
.MouseEar.Right {
  background-position: 0 -120px;
}

.MouseEar.Left.Inactive,
.MouseEar.Left.Inactive:hover,
.MouseEar.Right.Inactive, .MouseEar.Right.Inactive:hover {
  opacity: 0.3;
  cursor: default;
}

.MouseEar.Left.Inactive a,
.MouseEar.Right.Inactive a {
  cursor: default;
}

.no-touch .MouseEar .Active:hover, .touch .MouseEar .Active:hover {
  background-position: 0 -4px;
}

.LimitWidth .MouseEar.Left,
.LimitWidth .MouseEar.Right {
  width: 78px;
  background-position: 0 0;
  height: 75px;
}

.LimitWidth .MouseEar.Left:hover,
.LimitWidth .MouseEar.Right:hover {
  background-position: 0 -75px;
}

.LimitWidth .MouseEar.Left {
  left: 50%;
  margin-left: -679px;
  background: url(https://www.next.co.uk/Images/Structural/MouseEars/States/full_arrow_left_sprite.png);
}

[dir=rtl] .LimitWidth .MouseEar.Left {
  background: url(https://www.next.co.uk/Images/Structural/MouseEars/States/full_arrow_right_sprite.png);
}

@media only screen and (min-width: 1280px) {
  .LimitWidth .MouseEar.Left {
    margin-left: -620px;
  }
}

.LimitWidth .MouseEar.Right {
  right: 50%;
  margin-right: -679px;
  background: url(https://www.next.co.uk/Images/Structural/MouseEars/States/full_arrow_right_sprite.png);
}

[dir=rtl] .LimitWidth .MouseEar.Right {
  background: url(https://www.next.co.uk/Images/Structural/MouseEars/States/full_arrow_left_sprite.png);
}

@media only screen and (min-width: 1280px) {
  .LimitWidth .MouseEar.Right {
    margin-right: -620px;
  }
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .LimitWidth .MouseEar.Left:hover,
  .LimitWidth .MouseEar.Right:hover {
    background-position: 0 0;
  }
}

.LimitWidth .MouseEar a,
.LimitWidth .MouseEar img {
  width: 75px;
}

.LimitWidth .MouseEar.Right.Inactive, .LimitWidth .MouseEar.Right.Inactive:hover, .LimitWidth .MouseEar.Left.Inactive, .LimitWidth .MouseEar.Left.Inactive:hover {
  opacity: 0.3;
  background-position: 0 0;
  cursor: default;
}

/* Fallback for older browsers which don't support before/after psuedo elements */
.MouseEarHoverPopUp .MouseEarHoverArrow {
  background-image: url(https://www.next.co.uk/Images/Structural/MouseEars/mouseEarPopUpDialogueArrow.png);
  background-repeat: no-repeat;
  height: 18px;
  width: 12px;
  position: absolute;
  top: 60px;
}

.MouseEar.Left .MouseEarHoverPopUp .MouseEarHoverArrow {
  background-image: url(https://www.next.co.uk/Images/Structural/Spreads/tooltip-left.png);
  left: -6px;
}

.MouseEar.Right .MouseEarHoverPopUp .MouseEarHoverArrow {
  margin-left: 90px;
  background-position: -13px 0;
}

.MouseEarHoverPopUp .MouseEarImg {
  position: relative;
  min-width: 66px;
  display: block;
}

.MouseEarHoverPopUp .MouseEarImg img {
  z-index: -1;
  position: relative;
}

.MouseEar.Left .MouseEarHoverPopUp {
  left: 68px;
}

.MouseEar.Right .MouseEarHoverPopUp {
  right: 68px;
}

.MouseEar.Left .MouseEarHoverPopUp,
.MouseEar.Right .MouseEarHoverPopUp {
  margin-top: 5px;
}

.LimitWidth .MouseEar.Left .MouseEarHoverPopUp {
  left: 108px;
  margin-top: -15px;
}

.LimitWidth .MouseEar.Right .MouseEarHoverPopUp {
  right: 108px;
  margin-top: -15px;
}

.MouseEarHoverPopUp h5 {
  line-height: 150%;
  margin-top: 5px;
  font-size: 12px;
}

.GridViewContainer {
  padding: 10px;
}

.GridViewItem {
  margin: 10px;
  float: left;
}

.ProductViewer.Bottom {
  float: left;
  bottom: 0;
  position: absolute;
}

.ProductViewer.Top {
  float: left;
}

.ProductViewer.Fixed {
  position: fixed;
  top: 40px;
}

.ProductArticles {
  float: right;
}

.FloatLeft {
  float: left;
}

.Width150 {
  width: 150px;
}

.Width120 {
  width: 120px;
}

.seoFooter {
  width: 966px;
  margin: 18px auto 12px auto;
}

.seoFooter h1 {
  font: bold 14px/14px Helvetica Neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.seoFooter div {
  font-size: 11px;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
}

.seoFooter h1 a,
.seoFooter div a {
  text-decoration: none;
}

.RecentlyViewedWrapper {
  visibility: hidden;
}

/* lazy load fade in targetted homepage images */
.Homepage img.lazyload:not(.lazyLoadPlaceholder),
.Homepage img.lazyloading:not(.lazyLoadPlaceholder) {
  opacity: 0;
}

.Homepage img.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.Button {
  text-decoration: none;
}

.Button:hover {
  cursor: pointer;
}

.Button .ButtonStart {
  background-position: left top;
  background-repeat: no-repeat;
}

.Button .ButtonEnd {
  background-position: right bottom;
  background-repeat: no-repeat;
}

.Button .ButtonBG {
  background-position: center center;
}

.Button .ButtonText {
  display: block;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  text-shadow: #444 1px 1px 1px;
  text-decoration: none;
  text-align: center;
}

.Button.Large .ButtonStart,
.Button.Large .ButtonEnd,
.Button.Large .ButtonBG {
  height: 44px;
}

.Button.Large .ButtonStart {
  padding-left: 18px;
}

.Button.Large .ButtonEnd {
  padding-right: 18px;
}

.Button.Large .ButtonText {
  padding-top: 9px;
  font-size: 18px;
}

.Button.Medium .ButtonStart,
.Button.Medium .ButtonEnd,
.Button.Medium .ButtonBG {
  height: 36px;
}

.Button.Medium .ButtonStart {
  padding-left: 18px;
}

.Button.Medium .ButtonEnd {
  padding-right: 18px;
}

.Button.Medium .ButtonText {
  padding-top: 8px;
  font-size: 15px;
}

.Button.Small .ButtonStart,
.Button.Small .ButtonEnd,
.Button.Small .ButtonBG {
  height: 26px;
}

.Button.Small .ButtonStart {
  padding-left: 10px;
}

.Button.Small .ButtonEnd {
  padding-right: 10px;
}

.Button.Small .ButtonText {
  padding-top: 4px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

.Button.Primary.Large .ButtonStart,
.Button.Primary.Large .ButtonEnd,
.Button.Primary.Large .ButtonBG {
  background-image: url(https://www.next.co.uk/Images/Structural/Buttons/1-Green/LargeWithShadowSprite.png);
}

.Button.Primary.Medium .ButtonStart,
.Button.Primary.Medium .ButtonEnd,
.Button.Primary.Medium .ButtonBG {
  background-image: url(https://www.next.co.uk/Images/Structural/Buttons/1-Green/MediumWithShadowSprite.png);
}

.Button.Primary.Small .ButtonStart,
.Button.Primary.Small .ButtonEnd,
.Button.Primary.Small .ButtonBG {
  background-image: url(https://www.next.co.uk/Images/Structural/Buttons/1-Green/SmallWithShadowSprite.png);
}

.Button.Secondary.Large .ButtonStart,
.Button.Secondary.Large .ButtonEnd,
.Button.Secondary.Large .ButtonBG {
  background-image: url(https://www.next.co.uk/Images/Structural/Buttons/2-Black/LargeWithShadowSprite.png);
}

.Button.Secondary.Medium .ButtonStart,
.Button.Secondary.Medium .ButtonEnd,
.Button.Secondary.Medium .ButtonBG {
  background-image: url(https://www.next.co.uk/Images/Structural/Buttons/2-Black/MediumWithShadowSprite.png);
}

.Button.Secondary.Small .ButtonStart,
.Button.Secondary.Small .ButtonEnd,
.Button.Secondary.Small .ButtonBG {
  background-image: url(https://www.next.co.uk/Images/Structural/Buttons/2-Black/SmallWithShadowSprite.png);
}

.Button.Tertiary.Large .ButtonStart,
.Button.Tertiary.Large .ButtonEnd,
.Button.Tertiary.Large .ButtonBG {
  background-image: url(https://www.next.co.uk/Images/Structural/Buttons/3-Grey/LargeWithShadowSprite.png);
}

.Button.Tertiary.Medium .ButtonStart,
.Button.Tertiary.Medium .ButtonEnd,
.Button.Tertiary.Medium .ButtonBG {
  background-image: url(https://www.next.co.uk/Images/Structural/Buttons/3-Grey/MediumWithShadowSprite.png);
}

.Button.Tertiary.Small .ButtonStart,
.Button.Tertiary.Small .ButtonEnd,
.Button.Tertiary.Small .ButtonBG {
  background-image: url(https://www.next.co.uk/Images/Structural/Buttons/3-Grey/SmallWithShadowSprite.png);
}

.Button.Disabled.DarkBG.Large .ButtonStart,
.Button.Disabled.DarkBG.Large .ButtonEnd,
.Button.Disabled.DarkBG.Large .ButtonBG {
  background-image: url(https://www.next.co.uk/Images/Structural/Buttons/4-DisabledDark/LargeWithShadowSprite.png);
}

.Button.Disabled.DarkBG.Medium .ButtonStart,
.Button.Disabled.DarkBG.Medium .ButtonEnd,
.Button.Disabled.DarkBG.Medium .ButtonBG {
  background-image: url(https://www.next.co.uk/Images/Structural/Buttons/4-DisabledDark/MediumWithShadowSprite.png);
}

.Button.Disabled.DarkBG.Small .ButtonStart,
.Button.Disabled.DarkBG.Small .ButtonEnd,
.Button.Disabled.DarkBG.Small .ButtonBG {
  background-image: url(https://www.next.co.uk/Images/Structural/Buttons/4-DisabledDark/SmallWithShadowSprite.png);
}

.Button.Disabled.DarkBG .ButtonText {
  color: #535353;
  text-shadow: none;
  text-decoration: none;
}

.Button.Disabled.LightBG.Large .ButtonStart,
.Button.Disabled.LightBG.Large .ButtonEnd,
.Button.Disabled.LightBG.Large .ButtonBG {
  background-image: url(https://www.next.co.uk/Images/Structural/Buttons/5-DisabledLight/LargeWithShadowSprite.png);
  cursor: default;
}

.Button.Disabled.LightBG.Medium .ButtonStart,
.Button.Disabled.LightBG.Medium .ButtonEnd,
.Button.Disabled.LightBG.Medium .ButtonBG {
  background-image: url(https://www.next.co.uk/Images/Structural/Buttons/5-DisabledLight/MediumWithShadowSprite.png);
}

.Button.Disabled.LightBG.Small .ButtonStart,
.Button.Disabled.LightBG.Small .ButtonEnd,
.Button.Disabled.LightBG.Small .ButtonBG {
  background-image: url(https://www.next.co.uk/Images/Structural/Buttons/5-DisabledLight/SmallWithShadowSprite.png);
}

.Button.Disabled.LightBG .ButtonText {
  color: #bbb;
  text-shadow: none;
  text-decoration: none;
}

.Button.Disabled.Loading .ButtonText {
  background-image: url(https://www.next.co.uk/Images/Structural/ProductPage/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center 3px;
  overflow: hidden;
  width: 76px;
  height: 32px;
  padding-top: 0;
  text-indent: -1000px;
}

.Button.Tab .ButtonStart,
.Button.Tab .ButtonEnd,
.Button.Tab .ButtonBG {
  height: 36px;
}

.Button.Tab .ButtonStart {
  padding-left: 10px;
}

.Button.Tab .ButtonEnd {
  padding-right: 10px;
}

.Button.Tab .ButtonText {
  padding-top: 8px;
  font-size: 15px;
}

.Button.Tab .Arrow {
  margin: 10px 0;
}

.Button.Tab.Selected .ButtonText {
  color: #535353;
  text-shadow: none;
  text-decoration: none;
  font-size: 11px;
}

.Button.Tab.Bottom .ButtonStart,
.Button.Tab.Bottom .ButtonEnd,
.Button.Tab.Bottom .ButtonBG {
  background-image: url(https://www.next.co.uk/Images/Structural/Tabs/Bottom/ActiveSelected.png);
}

.Button.Tab.Back .ButtonText {
  padding-top: 10px;
}

.Button.Tab.Back .ButtonStart,
.Button.Tab.Back .ButtonEnd,
.Button.Tab.Back .ButtonBG {
  height: 32px;
  background-image: url(https://www.next.co.uk/Images/Structural/Tabs/Back/ActiveSelected.png);
}

.Button.Tab.Back.Selected .ButtonText {
  font-weight: bold;
}

.Button.Tab.Back .Arrow {
  margin: 10px 8px 0 0;
}

.nxbtn {
  border-radius: 3px;
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid #c5c5c5;
  color: #111;
  background-color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  font-weight: 500;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.nxbtn:hover {
  text-decoration: none !important;
}

.nxbtn.disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  opacity: 0.4;
}

.nxbtn.primary,
.nxbtn.secondary,
.nxbtn.tertiary {
  text-transform: uppercase;
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  font-size: 11px;
}

.nxbtn.primary,
.nxbtn.secondary {
  color: #ffffff;
  padding-top: 6px;
  padding-bottom: 7px;
  border: 0;
}

.nxbtn.primary {
  background: #1a6461;
}

.nxbtn.primary.loading {
  background-image: url(https://www.next.co.uk/Images/Structural/Buttons/Secondary/loader-small-24px.gif);
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.nxbtn.primary.disabled.not-active {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #000;
}

.nxbtn.secondary {
  background: #222222;
}

.nxbtn.secondary.loading {
  background-image: url(https://www.next.co.uk/Images/Structural/Buttons/Secondary/loader-small.gif);
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.nxbtn.tertiary {
  background: #ffffff;
  color: #222222;
  border: 1px solid #222222;
}

.nxbtn.tertiary.plp-large {
  width: 90%;
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}

.nxbtn.icon {
  padding-left: 18px;
  background-repeat: no-repeat;
  background-position: left 5px center;
}

.nxbtn.icon.icon-arrow-left {
  background-image: url(https://www.next.co.uk/Images/Structural/Icons/arrow_left.png);
}

[dir=rtl] .nxbtn.icon.icon-arrow-left {
  background-image: url(https://www.next.co.uk/Images/Structural/Icons/arrow_right.png);
}

.nxbtn.icon.icon-arrow-white-down-right {
  background-image: url(https://www.next.co.uk/Images/Structural/Icons/arrow_white_down.png);
  background-repeat: no-repeat;
  background-position: right 10px center !important;
  padding-right: 35px !important;
  background-size: 16px 10px;
}

.nxbtn.icon.icon-arrow-white-down-right-loading {
  padding-right: 35px !important;
}

button.btn.btn-primary {
  color: #ffffff;
  background-color: #1a6461;
}

input.searchBtn {
  color: #ffffff;
  background-color: #1a6461;
  border-radius: 4px;
  text-transform: uppercase;
}

.PageHeader .HeaderContent .HeaderTopBar .XHOSSignOut a.nxbtn.primary.XHOSSignOut {
  border: 0;
  background: #ffffff;
  color: #000;
  text-transform: uppercase;
  text-shadow: none;
  text-align: center;
  letter-spacing: 1px;
  font-family: "azo-sans", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 500;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 12px 11px;
  margin: 4px 0 0 6px;
}

@media only screen and (min-width: 1024px) {
  .Content {
    width: 1000px;
  }
}

@media only screen and (min-width: 1280px) {
  .bp1280 .Content {
    width: 1248px;
  }
  .bp1280 div.StorefrontContent {
    width: 1216px;
  }
  .bp1280 .Content.FixedContainer {
    width: 1216px;
  }
  .bp1280 .ContentArea .SpreadsPage section.Content {
    width: 100%;
  }
}

@media only screen and (min-width: 1440px) {
  .bp1440 .Content {
    width: 1400px;
  }
  .bp1440 div.StorefrontContent {
    width: 1400px;
  }
  .bp1440 .Content.FixedContainer {
    width: 1216px;
  }
  .bp1440 .ContentArea .SpreadsPage section.Content {
    width: 100%;
  }
}

.StorefrontGridWrapper {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

.cm-imagemap__wrapper img {
  display: block;
  margin: 0 auto;
}

/*# sourceMappingURL=vcore.css.map */