@charset "UTF-8";
/* colors */
/* whats on */
@import url(whatson.css);
/* general styles */
.wrapper {
  margin-bottom: 0; }

#footer .wrapper {
  margin-bottom: 1.5rem; }

.footer-cta {
  display: block !important; }

section[role=main]#content {
  position: relative;
  z-index: 1; }

.content-wrapper {
  margin: 0 auto; }

.content-wrapper {
  width: auto !important;
  max-width: 1260px !important; }

.crumbtrail {
  display: none; }

.promo-messages {
  display: none; }

/* header */
header[role=banner] {
  float: none;
  background: #ebebeb !important;
  border: 0; }

header[role=banner].header-stuck {
  background: #000 !important; }

.minicart {
  padding-bottom: 20px; }

header .logo {
  padding: 10px 0 0 0;
  text-align: center; }
  header .logo img {
    max-width: 75px; }

.bt-header-logo {
  display: none; }

.bt2-header-logo {
  display: block; }

.nav-logo {
  left: 10px; }

.nav-logo img {
  max-width: 45px; }

.site-tabs-wrapper {
  background: #f0f0f0;
  border-bottom: 1px solid #ebebeb; }

.site-tabs {
  text-align: center; }
  .site-tabs ul {
    margin: 0 auto; }
  .site-tabs li {
    padding: 0 !important;
    text-align: center; }
    .site-tabs li a {
      position: relative;
      display: block;
      padding: 5px;
      background: #f0f0f0; }
      .site-tabs li a img {
        height: 10px;
        vertical-align: middle; }
      .site-tabs li a i {
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: -11px;
        color: white;
        z-index: 400; }
    .site-tabs li:last-child a {
      background: white;
      border-left: 1px solid #ebebeb; }

/* search */
.columns .search {
  border: none;
  top: 39px;
  width: 100%; }

/* nav */
nav[role=navigation] {
  background: #ebebeb;
  border: 0; }

/* megamenu */
.megamenu-content {
  border-top: none; }

/* sidebar */
nav[role=navigation]#sidebar {
  background: white; }

/* global banners */
.global-promo-bt2 {
  padding: 0.9375rem 0.9375rem; }
  .global-promo-bt2 .row {
    max-width: none;
    padding: 0; }
  .global-promo-bt2 .columns {
    padding-left: 0;
    padding-right: 0; }

.global-promo-bt2-panel {
  text-align: center;
  text-transform: uppercase;
  border: none;
  background: white;
  position: relative;
  z-index: 2; }
  .global-promo-bt2-panel.gpbt2p-1 {
    background: #f78a53; }
  .global-promo-bt2-panel.gpbt2p-2 {
    background: #8fc5e6; }
  .global-promo-bt2-panel.gpbt2p-3 {
    background: #fac360; }
  .global-promo-bt2-panel.gpbt2p-4 {
    background: #c68299; }
  .global-promo-bt2-panel p {
    font-weight: 500;
    margin: 0;
    line-height: 1.3; }
    .global-promo-bt2-panel p span {
      display: block;
      font-size: 70%;
      font-weight: 400; }
    .global-promo-bt2-panel p i {
      position: absolute;
      right: 8px;
      line-height: 1.2; }
  .global-promo-bt2-panel a {
    display: block;
    padding: 0.5rem 0; }
    .global-promo-bt2-panel a:hover {
      color: white; }

/* accordion plp-promo styles */
.global-promo-bt2 .accordion {
  text-align: left;
  border: 0;
  margin: 0 auto 0.75rem auto; }

.global-promo-bt2 .accordion .accordion-navigation {
  text-align: left;
  border: none; }
  .global-promo-bt2 .accordion .accordion-navigation.active a {
    background: none;
    border-bottom: none; }

.global-promo-bt2 .accordion .accordion-navigation > a {
  border: 1px solid #d5d5d5;
  background: none;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1rem; }
  .global-promo-bt2 .accordion .accordion-navigation > a:hover {
    background: #eef1f3; }
  .global-promo-bt2 .accordion .accordion-navigation > a:after {
    font-family: 'bticons';
    content: "\e912";
    display: block;
    float: right;
    line-height: 1.2;
    font-size: 0.75rem; }

.global-promo-bt2 .accordion .accordion-navigation.active > a:after {
  content: "\e90f"; }

.global-promo-bt2 .accordion .accordion-navigation > .content.gpbt2p-content {
  background: none;
  border: 1px solid #d5d5d5;
  border-top: 0;
  padding: 0.75rem 1.5rem; }
  .global-promo-bt2 .accordion .accordion-navigation > .content.gpbt2p-content.active {
    background: none; }
    .global-promo-bt2 .accordion .accordion-navigation > .content.gpbt2p-content.active .global-promo-bt2-panel {
      margin: 0 0 0.75rem 0; }
  .global-promo-bt2 .accordion .accordion-navigation > .content.gpbt2p-content ul {
    margin: 0; }

/* homepage-banner */
.static-homepage-banner {
  position: relative;
  z-index: 1;
  margin: 5px 0 20px 0;
  width: 100%; }

.fullwidth-banner {
  min-height: 0 !important;
  margin-bottom: 20px; }

.fullwidth-banner .fwb-panel .fwbp-img {
  max-width: none;
  width: 100%; }

/* hide all slides, apart from 1st one, so that slide loads a bit more gracefully.*/
.xhomepage-banner-img {
  display: none; }

/* show first slide */
.xhomepage-banner-img:first-child {
  display: block; }

/* not doing this on IE8 though, just incase js for first-child doesn't kick in */
.lt-ie9 .xhomepage-banner-img {
  display: block; }

.static-homepage-banner-text {
  width: 40%;
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 300; }

.static-homepage-banner-text div {
  padding: 10px;
  height: 100%;
  background: rgba(255, 255, 255, 0.7); }
  .static-homepage-banner-text div h1 {
    line-height: 1;
    margin: 0;
    padding: 0;
    font-weight: 300;
    color: #696a6c; }
    .static-homepage-banner-text div h1 b {
      font-weight: 300; }
    .static-homepage-banner-text div h1 span {
      display: block;
      margin: 10px 0 10px 0; }
    .static-homepage-banner-text div h1 img {
      max-width: 50px; }
  .static-homepage-banner-text div p {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 2px solid;
    display: inline-block;
    color: #da500a;
    margin: 0; }

/* homepage product carousel */
.homepage-product-carousel-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0.75rem 0;
  margin-bottom: 1.125rem;
  background: #ebebeb; }

.homepage-product-carousel-wrapper h2 {
  text-align: center;
  font-weight: 300;
  color: #333333;
  margin-bottom: 20px; }
  .homepage-product-carousel-wrapper h2 span {
    font-family: "didot_lt_stdbold";
    font-weight: bold;
    font-size: 95%; }

.homepage-product-carousel {
  position: relative;
  z-index: 1; }

.homepage-product-carousel-panel {
  margin-right: 1px;
  position: relative;
  z-index: 1;
  padding: 1.125rem 0.375rem;
  text-align: center;
  vertical-align: top;
  background: white; }

.homepage-product-carousel-text {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 1.125rem 0 0 0;
  word-wrap: break-word;
  white-space: normal !important; }

.homepage-product-carousel-title {
  margin: 0;
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0;
  word-wrap: break-word;
  white-space: normal !important;
  color: #65afdd; }

.homepage-product-carousel-text p {
  color: #666666;
  font-size: 0.625rem;
  margin: 0;
  line-height: 1;
  word-wrap: break-word;
  white-space: normal !important;
  padding: 0 2.25rem 0.75rem 2.25rem; }

p.prod-pricefield {
  font-weight: bold; }

.homepage-product-carousel-nav {
  position: absolute;
  z-index: 800;
  top: 40% !important;
  background: #fac360;
  color: white; }
  .homepage-product-carousel-nav:hover {
    color: #dbdbdb; }

.homepage-product-carousel-nav.prev {
  left: 0; }

.homepage-product-carousel-nav.next {
  right: 0; }

/* bt2 panels */
.bt2-home-panel {
  background: #f78a53;
  padding: 2.25rem; }
  .bt2-home-panel h3 {
    text-align: center;
    font-weight: 300;
    color: white; }
    .bt2-home-panel h3 span {
      font-family: "didot_lt_stdbold";
      font-weight: bold;
      font-size: 95%; }
  .bt2-home-panel p {
    color: white; }
    .bt2-home-panel p .btn-outline {
      background: transparent;
      color: white;
      border: 2px solid white;
      font-style: normal;
      text-shadow: none; }

.content-panel {
  margin-bottom: 1.125rem; }

/* stores */
.opening-times p {
  margin: 0; }

.map-wrapper {
  min-height: 300px;
  margin-bottom: 2.25rem; }

.store-details {
  margin-bottom: 2.25rem; }

/* videos */
.video-panel-standard, .video-panel, .video-panel-content, #video-panel-content, #video-panel-content_wrapper,
.video-panel-standard .jwplayer, .video-panel .jwplayer {
  position: relative !important;
  z-index: 1 !important;
  padding-bottom: 56.25% !important;
  /* 16/9 ratio */
  height: 0 !important;
  overflow: hidden !important; }

.video-panel {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.video-panel-iframe {
  width: 100%;
  height: 100%;
  position: absolute; }

/* subheader */
.subheader {
  letter-spacing: 0 !important;
  font-weight: 300; }
  .subheader b {
    font-family: "didot_lt_stdbold";
    font-weight: bold;
    font-size: 95%; }

.bt2-header-style {
  font-weight: 300;
  color: #333333; }
  .bt2-header-style span {
    font-family: "didot_lt_stdbold";
    font-size: 95%; }
    .bt2-header-style span:after {
      display: none; }

/* cta style buttons */
.cta-outline {
  margin: 1.5rem 0;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0;
  word-wrap: break-word;
  white-space: normal !important;
  text-transform: uppercase;
  border: 1px solid;
  padding: 0.3125rem 0.625rem;
  display: inline-block; }
  .cta-outline:hover {
    color: #8c8c8c; }

.cta-outline:after {
  font-family: FontAwesome;
  content: "\f105";
  margin-left: 10px; }

/* buttons */
.btn-outline {
  background: transparent;
  color: #151515;
  border: 2px solid black;
  font-style: normal;
  text-shadow: 0 2px 10px rgba(0, 30, 60, 0.1), 0 0 2px rgba(0, 0, 0, 0.05); }

.btn-outline:hover {
  background: rgba(0, 0, 0, 0.5); }

.btn-outline-cw {
  background: transparent;
  border: 2px solid #DDC37D;
  color: black;
  font-style: normal; }

.btn-outline-cw:hover {
  background: rgba(0, 0, 0, 0.1);
  color: black; }

/* tabs */
#infotab.tabs .tab-nav.js-tab-nav {
  text-align: left; }

#infotab.tabs .tab-header li {
  height: 24px;
  float: none;
  display: inline-block;
  vertical-align: top;
  font-size: 14px; }

#infotab.tabs .tab-header li a {
  float: left;
  display: block;
  text-align: center;
  padding: 5px;
  color: #666666; }

#infotab.tabs .tab-header li.js-tab-active a {
  color: #151515; }

#infotab.tabs .tab-content .tab {
  padding: 15px; }

.tab-nav {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch; }

.tab-nav-scroll {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  padding: 4px 10px 4px 10px;
  background: rgba(21, 21, 21, 0.4);
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer; }

/* footer */
.footer-wrapper {
  background: #ebebeb; }

.footer dt {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 300; }
  .footer dt span {
    font-family: "didot_lt_stdbold";
    font-weight: bold;
    font-size: 95%; }

/* whats on */
.whats-on-filters {
  position: relative;
  z-index: 1;
  padding: 0.75rem 0;
  margin-bottom: 1.125rem;
  background: #ebebeb; }

/* general wrapper with grey bg */
.bt2-content-wrapper {
  padding: 0.75rem 0;
  margin-bottom: 1.125rem;
  background: #ebebeb; }

/* style advice */
.content-video-block {
  background: white;
  margin: 0 0 0.75rem 0; }
  .content-video-block.smaller .content-video-block-title {
    font-size: 95%; }
  .content-video-block.smaller p {
    font-size: 95%; }
  .content-video-block p {
    color: #666666; }

.content-video-block-text {
  padding: 0 0.75rem 20px 0.75rem; }

.content-video-block-title {
  font-size: 1rem;
  font-weight: 500;
  margin: 0; }

/* category specific - open up featured brands by default */
.box-bt2womenbeaubrands .icon-angle-right:before, .box-bt2shoeacess .icon-angle-right:before, .box-bt2menbrands .icon-angle-right:before {
  content: "" !important; }

ul#subnavbt2womenbeaubrands, ul#subnavbt2shoeacess, ul#subnavbt2menbrands {
  display: block !important; }

/* media query break points */
@media only screen and (max-width: 767px) {
  .content-video-block.js-panel {
    height: auto !important; }

  .tabs .tab-header .js-tab-active {
    border: none !important;
    font-weight: 500; }
    .tabs .tab-header .js-tab-active a {
      color: #151515; }

  .pc-nav {
    background: none; }

  .pc-nav.prev {
    left: 0; }

  .pc-nav.next {
    right: 0; } }
@media only screen and (min-width: 480px) {
  .content-wrapper {
    width: 480px; } }
@media only screen and (max-width: 599px) {
  /* global banners */ }
@media only screen and (min-width: 600px) {
  .content-wrapper {
    width: 600px; }

  /* global banners */
  .global-promo-bt2 {
    padding: 0.9375rem 0; }
    .global-promo-bt2 .columns {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
@media only screen and (min-width: 768px) {
  .content-wrapper {
    width: 768px; }

  header .logo {
    padding: 25px 0 0 0; }
    header .logo img {
      max-width: 115px; }

  header[role=banner].header-stuck {
    background: #ebebeb !important; }

  .site-tabs ul {
    width: 300px; }

  nav[role=navigation] ul.toplevel > li:hover > a, nav[role=navigation] ul.toplevel > li > a.hover {
    background: #ebebeb; }

  .mm-panel.mm-panel-brands {
    background: #ebebeb; }

  nav[role=navigation].nav-stuck {
    background: #151515; }

  /* homepage-banner */
  .static-homepage-banner {
    margin-bottom: 30px; }

  .homepage-product-carousel-wrapper {
    padding: 0.75rem 0 40px 0;
    margin-bottom: 30px; }

  .homepage-product-carousel-wrapper h2 {
    font-size: 3em;
    letter-spacing: -1px; }

  .static-homepage-banner-text {
    width: 24%;
    left: 10%;
    top: 21%;
    bottom: auto; }

  .static-homepage-banner-text:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background: rgba(255, 255, 255, 0.8);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%; }

  .static-homepage-banner-text div {
    float: left;
    width: 100%;
    height: auto;
    padding-top: 10%;
    text-align: center;
    background: none; }
    .static-homepage-banner-text div h1 {
      font-size: 1.5em; }
      .static-homepage-banner-text div h1 b {
        display: block;
        font-size: 150%; }
      .static-homepage-banner-text div h1 img {
        max-width: 86px; }

  .style-news-wrapper {
    padding-bottom: 2.25rem; }

  /* bt2 panels */
  .bt2-home-panel h3 {
    font-size: 2em; }

  .content-panel {
    margin-bottom: 30px; }

  /* tabs */
  #infotab.tabs .tab-header li {
    height: 40px;
    font-size: 1em; }

  #infotab.tabs .tab-header li a {
    padding: 10px 10px; }

  .tab-nav {
    overflow-x: visible; }

  .tab-nav-scroll {
    display: none; }

  /* whats on */
  .whats-on-filters {
    padding: 0.75rem 0;
    margin-bottom: 30px; }

  /* general wrapper with grey bg */
  .bt2-content-wrapper {
    padding: 0.75rem 0;
    margin-bottom: 30px; }

  /* style advice */
  .content-video-block.smaller .content-video-block-text {
    padding: 0 0.75rem 20px 0.75rem; }
  .content-video-block.smaller .content-video-block-title {
    font-size: 1rem; }

  .content-video-block-text {
    padding: 0 1.125rem 40px 1.125rem; }

  .content-video-block-title {
    font-size: 1.375rem; } }
@media only screen and (min-width: 992px) {
  .content-wrapper {
    width: 992px; }

  .columns .search {
    border: 1px solid #cccccc;
    background: #ffffff;
    top: 0;
    position: relative;
    right: auto;
    padding: 0 0 0 15px !important; }

  .mm_ul {
    padding: 0; }

  .homepage-product-carousel-title {
    font-size: 0.875rem; }

  .homepage-product-carousel-text p {
    font-size: 0.75rem; }

  /* homepage-banner */
  .static-homepage-banner {
    margin-bottom: 60px; }

  .static-homepage-banner-text {
    width: 26%;
    left: 8%;
    top: 22%; }

  .static-homepage-banner-text div h1 {
    font-size: 2.3em; }
    .static-homepage-banner-text div h1 img {
      max-width: 135px; }
  .static-homepage-banner-text div p {
    font-size: 18px; }

  .homepage-product-carousel-wrapper {
    padding: 2.25rem 0 80px 0;
    margin-bottom: 60px; }

  .content-panel {
    margin-bottom: 60px; }

  .bt2-home-panel {
    padding: 2.25rem 80px 0 80px;
    min-height: 309px; }

  .whats-on-filters {
    padding: 2.25rem 0; }

  /* general wrapper with grey bg */
  .bt2-content-wrapper {
    padding: 2.25rem 0; }

  #container-on-desktop {
    margin-bottom: 1.125rem !important; }

  .nav-women .megamenu {
    left: -20px !important;
    width: 700px !important; }

  .nav-men .megamenu {
    left: -20px !important;
    width: 700px !important; }

  .nav-shoes .megamenu {
    left: -20px !important;
    width: 700px !important; }

  .nav-access .megamenu {
    left: -20px !important;
    width: 700px !important; }

  .nav-beauty .megamenu {
    left: -100px !important;
    width: 700px !important; }

  .nav-brands .megamenu {
    left: -100px !important;
    width: 700px !important; }

  .nav-stores .megamenu {
    left: -500px !important;
    width: 800px !important; }

  .global-promo-bt2 .accordion .accordion-navigation > a.gpbt2p-title {
    display: none; }

  .global-promo-bt2 .accordion {
    margin: 0;
    max-width: none; }

  .global-promo-bt2 .accordion .accordion-navigation > .content.gpbt2p-content {
    display: block;
    padding: 0;
    background: none !important;
    border: none !important; }

  /* style advice */
  .lead-video-panel {
    margin-bottom: 60px; }

  .content-video-block.smaller .content-video-block-text {
    padding: 0 1.125rem 40px 1.125rem; }
  .content-video-block.smaller .content-video-block-title {
    font-size: 1.25rem;
    margin-bottom: 0.625rem; }

  .content-video-block-title {
    font-size: 1.625rem; } }
@media only screen and (min-width: 1200px) {
  .homepage-banner-text {
    top: 100px; } }
@media only screen and (min-width: 1260px) {
  .content-wrapper {
    width: 1260px; }

  .homepage-banner-slide {
    min-height: 600px; }

  .static-homepage-banner-text {
    width: 23%;
    left: 9%;
    top: 20%; }

  .static-homepage-banner-text div {
    padding-top: 15%; }

  .bt2-home-panel {
    min-height: 397px; }

  .mm_ul > li > a {
    padding: 1.25rem 1.25rem; } }