@charset "UTF-8";
/**
 * @file us_mobile.scss
 *
 * \brief Pull all parts of the US-MOBILE theme together into one file
 */
/**
 * @file cl-base-mobile.scss
 *
 * Very full styles at: /admin/appearance/styleguide/us_mobile
 */
/**
 * @file global/_global.scss
 *
 * \brief Global site styles, utilities, and variables
 *
 * These are universally needed files that are SCSS-specific. Most of the
 * following do NOT directly result in rendered CSS
 */
/**
 * @file global/_variables.scss
 *
 * \brief Variables
 *
 * These are universally needed files that are SCSS-specific. Most of the
 * following do not directly result in rendered CSS.
 */
/**
 * @file global/_functions.scss
 *
 * \brief Functions
 *
 * Useful functions to help us calculate various values
 * (Credit to Zurb Foundation, http://foundation.zurb.com/docs)
 */
/**
 * @file global/_mixins.scss
 *
 * \brief Mixins are helpful snippets that let us not repeat ourselves
 *
 * Mixins output css and style rules. Don't use a mixin where you could use
 * @extend instead.
 */
.pie, .vertical-carousel-navigation-v1 .dots .dot {
  position: relative;
  behavior: url(/sites/clinique/libraries/pie/PIE.php);
}

.flexslider {
  background: transparent;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  -o-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  margin: 0 auto;
  max-width: 1140px;
  padding: 0 5%;
}

.flex-viewport {
  margin: 0 auto;
  max-height: 546px;
  max-width: 960px;
  width: 100%;
}
.flex-viewport .slides img {
  display: block;
  height: auto;
  max-height: 546px;
  max-width: 100%;
  width: 100%;
}

.flex-control-paging li {
  cursor: pointer;
  display: inline-block;
  height: 13px;
  margin: 0 5px;
  position: relative;
  width: 14px;
}
.flex-control-paging li a {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
  -o-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
  border-radius: 50%;
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -moz-box-shadow 0.3s ease 0s;
  transition: -o-box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 100%;
}
.flex-control-paging li a:hover, .flex-control-paging li a:focus {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.4) inset;
  -moz-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.4) inset;
  -o-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.4) inset;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.4) inset;
}
.flex-control-paging li a.flex-active {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.5) inset;
  -o-box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.5) inset;
}

.flexslider-vertical .flex-control-paging {
  bottom: auto;
  right: -32px;
  top: 40%;
  width: auto;
}
.flexslider-vertical .flex-control-paging li {
  display: block;
  margin: 5px 0;
}

.flex-direction-nav a {
  background-color: transparent;
  background-image: url("/media/export/cms/nav-arrows.png");
  background-repeat: no-repeat;
  height: 55px;
  margin: -27px 0 0 0;
  opacity: 0.3;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  width: 27px;
}
.flex-direction-nav a:hover {
  opacity: 1;
  text-decoration: none;
}
.flex-direction-nav .flex-prev {
  background-position: left 10px;
  left: 10px;
}
.flex-direction-nav .flex-next {
  background-position: right 10px;
  right: 10px;
  text-align: left;
}

.flexslider-vertical .flex-direction-nav a,
.flexslider-vertical:hover .flex-direction-nav a {
  background-color: transparent;
  background-image: url("/media/export/cms/nav-arrows-vertical.png");
  background-repeat: no-repeat;
  height: 27px;
  left: 50%;
  margin: 0 0 0 -14px;
  opacity: 0.3;
  position: absolute;
  text-indent: -9999px;
  top: auto;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  width: 55px;
}
.flexslider-vertical .flex-direction-nav a:hover,
.flexslider-vertical:hover .flex-direction-nav a:hover {
  opacity: 1;
  text-decoration: none;
}
.flexslider-vertical .flex-direction-nav .flex-prev,
.flexslider-vertical:hover .flex-direction-nav .flex-prev {
  background-position: 0 top;
  top: -50px;
}
.flexslider-vertical .flex-direction-nav .flex-prev:hover,
.flexslider-vertical:hover .flex-direction-nav .flex-prev:hover {
  left: 50%;
}
.flexslider-vertical .flex-direction-nav .flex-next,
.flexslider-vertical:hover .flex-direction-nav .flex-next {
  background-position: 0 bottom;
  bottom: 5px;
  right: auto;
  text-align: left;
}
.flexslider-vertical .flex-direction-nav .flex-next:hover,
.flexslider-vertical:hover .flex-direction-nav .flex-next:hover {
  left: 50%;
}

/*!
 *  Font Awesome 3.0.1
 *  the iconic font designed for use with Twitter Bootstrap
 *  -------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation
 *  can be found at: http://fortawesome.github.com/Font-Awesome/
 *
 *  License
 *  -------------------------------------------------------
 *  - The Font Awesome font is licensed under the SIL Open Font License - http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - The Font Awesome pictograms are licensed under the CC BY 3.0 License - http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome"
 *
 *  Contact
 *  -------------------------------------------------------
 *  Email: dave@davegandy.com
 *  Twitter: http://twitter.com/fortaweso_me
 *  Work: Lead Product Designer @ http://kyruus.com
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("/sites/clinique/themes/cl_base/fonts/fontawesome-webfont.eot?v=3.0.1");
  src: url("/sites/clinique/themes/cl_base/fonts/fontawesome-webfont.eot?#iefix&v=3.0.1") format("embedded-opentype"), url("/sites/clinique/themes/cl_base/fonts/fontawesome-webfont.woff?v=3.0.1") format("woff"), url("/sites/clinique/themes/cl_base/fonts/fontawesome-webfont.ttf?v=3.0.1") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*  Font Awesome styles
    ------------------------------------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  /* sprites.less reset */
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}

/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}

/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
}

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 4/3em;
}

.btn [class^="icon-"],
.btn [class*=" icon-"], .nav [class^="icon-"],
.nav [class*=" icon-"] {
  display: inline;
  /* keeps button heights with and without icons the same */
}
.btn [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large, .nav [class^="icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin, .nav [class^="icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}

.nav-tabs [class^="icon-"],
.nav-tabs [class*=" icon-"], .nav-pills [class^="icon-"],
.nav-pills [class*=" icon-"] {
  /* keeps button heights with and without icons the same */
}
.nav-tabs [class^="icon-"], .nav-tabs [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"],
.nav-tabs [class*=" icon-"].icon-large, .nav-pills [class^="icon-"], .nav-pills [class^="icon-"].icon-large,
.nav-pills [class*=" icon-"],
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}

li [class^="icon-"],
li [class*=" icon-"], .nav li [class^="icon-"],
.nav li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
li [class^="icon-"].icon-large,
li [class*=" icon-"].icon-large, .nav li [class^="icon-"].icon-large,
.nav li [class*=" icon-"].icon-large {
  /* increased font size for icon-large */
  width: 1.5625em;
}

ul.icons {
  list-style-type: none;
  text-indent: -.75em;
}
ul.icons li [class^="icon-"],
ul.icons li [class*=" icon-"] {
  width: .75em;
}

.icon-muted {
  color: #eeeeee;
}

.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}

.btn [class^="icon-"].pull-left.icon-2x, .btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}

.btn.btn-small [class^="icon-"].pull-left.icon-2x, .btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}

.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}

.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}
@-moz-document url-prefix() {
  .icon-spin {
    height: .9em;
  }

  .btn .icon-spin {
    height: auto;
  }

  .icon-spin.icon-large {
    height: 1.25em;
  }

  .btn .icon-spin.icon-large {
    height: .75em;
  }
}
/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}

.icon-music:before {
  content: "\f001";
}

.icon-search:before {
  content: "\f002";
}

.icon-envelope:before {
  content: "\f003";
}

.icon-heart:before {
  content: "\f004";
}

.icon-star:before {
  content: "\f005";
}

.icon-star-empty:before {
  content: "\f006";
}

.icon-user:before {
  content: "\f007";
}

.icon-film:before {
  content: "\f008";
}

.icon-th-large:before {
  content: "\f009";
}

.icon-th:before {
  content: "\f00a";
}

.icon-th-list:before {
  content: "\f00b";
}

.icon-ok:before {
  content: "\f00c";
}

.icon-remove:before {
  content: "\f00d";
}

.icon-zoom-in:before {
  content: "\f00e";
}

.icon-zoom-out:before {
  content: "\f010";
}

.icon-off:before {
  content: "\f011";
}

.icon-signal:before {
  content: "\f012";
}

.icon-cog:before {
  content: "\f013";
}

.icon-trash:before {
  content: "\f014";
}

.icon-home:before {
  content: "\f015";
}

.icon-file:before {
  content: "\f016";
}

.icon-time:before {
  content: "\f017";
}

.icon-road:before {
  content: "\f018";
}

.icon-download-alt:before {
  content: "\f019";
}

.icon-download:before {
  content: "\f01a";
}

.icon-upload:before {
  content: "\f01b";
}

.icon-inbox:before {
  content: "\f01c";
}

.icon-play-circle:before {
  content: "\f01d";
}

.icon-repeat:before {
  content: "\f01e";
}

/* \f020 doesn't work in Safari. all shifted one down */
.icon-refresh:before {
  content: "\f021";
}

.icon-list-alt:before {
  content: "\f022";
}

.icon-lock:before {
  content: "\f023";
}

.icon-flag:before {
  content: "\f024";
}

.icon-headphones:before {
  content: "\f025";
}

.icon-volume-off:before {
  content: "\f026";
}

.icon-volume-down:before {
  content: "\f027";
}

.icon-volume-up:before {
  content: "\f028";
}

.icon-qrcode:before {
  content: "\f029";
}

.icon-barcode:before {
  content: "\f02a";
}

.icon-tag:before {
  content: "\f02b";
}

.icon-tags:before {
  content: "\f02c";
}

.icon-book:before {
  content: "\f02d";
}

.icon-bookmark:before {
  content: "\f02e";
}

.icon-print:before {
  content: "\f02f";
}

.icon-camera:before {
  content: "\f030";
}

.icon-font:before {
  content: "\f031";
}

.icon-bold:before {
  content: "\f032";
}

.icon-italic:before {
  content: "\f033";
}

.icon-text-height:before {
  content: "\f034";
}

.icon-text-width:before {
  content: "\f035";
}

.icon-align-left:before {
  content: "\f036";
}

.icon-align-center:before {
  content: "\f037";
}

.icon-align-right:before {
  content: "\f038";
}

.icon-align-justify:before {
  content: "\f039";
}

.icon-list:before {
  content: "\f03a";
}

.icon-indent-left:before {
  content: "\f03b";
}

.icon-indent-right:before {
  content: "\f03c";
}

.icon-facetime-video:before {
  content: "\f03d";
}

.icon-picture:before {
  content: "\f03e";
}

.icon-pencil:before {
  content: "\f040";
}

.icon-map-marker:before {
  content: "\f041";
}

.icon-adjust:before {
  content: "\f042";
}

.icon-tint:before {
  content: "\f043";
}

.icon-edit:before {
  content: "\f044";
}

.icon-share:before {
  content: "\f045";
}

.icon-check:before {
  content: "\f046";
}

.icon-move:before {
  content: "\f047";
}

.icon-step-backward:before {
  content: "\f048";
}

.icon-fast-backward:before {
  content: "\f049";
}

.icon-backward:before {
  content: "\f04a";
}

.icon-play:before {
  content: "\f04b";
}

.icon-pause:before {
  content: "\f04c";
}

.icon-stop:before {
  content: "\f04d";
}

.icon-forward:before {
  content: "\f04e";
}

.icon-fast-forward:before {
  content: "\f050";
}

.icon-step-forward:before {
  content: "\f051";
}

.icon-eject:before {
  content: "\f052";
}

.icon-chevron-left:before {
  content: "\f053";
}

.icon-chevron-right:before {
  content: "\f054";
}

.icon-plus-sign:before {
  content: "\f055";
}

.icon-minus-sign:before {
  content: "\f056";
}

.icon-remove-sign:before {
  content: "\f057";
}

.icon-ok-sign:before {
  content: "\f058";
}

.icon-question-sign:before {
  content: "\f059";
}

.icon-info-sign:before {
  content: "\f05a";
}

.icon-screenshot:before {
  content: "\f05b";
}

.icon-remove-circle:before {
  content: "\f05c";
}

.icon-ok-circle:before {
  content: "\f05d";
}

.icon-ban-circle:before {
  content: "\f05e";
}

.icon-arrow-left:before {
  content: "\f060";
}

.icon-arrow-right:before {
  content: "\f061";
}

.icon-arrow-up:before {
  content: "\f062";
}

.icon-arrow-down:before {
  content: "\f063";
}

.icon-share-alt:before {
  content: "\f064";
}

.icon-resize-full:before {
  content: "\f065";
}

.icon-resize-small:before {
  content: "\f066";
}

.icon-plus:before {
  content: "\f067";
}

.icon-minus:before {
  content: "\f068";
}

.icon-asterisk:before {
  content: "\f069";
}

.icon-exclamation-sign:before {
  content: "\f06a";
}

.icon-gift:before {
  content: "\f06b";
}

.icon-leaf:before {
  content: "\f06c";
}

.icon-fire:before {
  content: "\f06d";
}

.icon-eye-open:before {
  content: "\f06e";
}

.icon-eye-close:before {
  content: "\f070";
}

.icon-warning-sign:before {
  content: "\f071";
}

.icon-plane:before {
  content: "\f072";
}

.icon-calendar:before {
  content: "\f073";
}

.icon-random:before {
  content: "\f074";
}

.icon-comment:before {
  content: "\f075";
}

.icon-magnet:before {
  content: "\f076";
}

.icon-chevron-up:before {
  content: "\f077";
}

.icon-chevron-down:before {
  content: "\f078";
}

.icon-retweet:before {
  content: "\f079";
}

.icon-shopping-cart:before {
  content: "\f07a";
}

.icon-folder-close:before {
  content: "\f07b";
}

.icon-folder-open:before {
  content: "\f07c";
}

.icon-resize-vertical:before {
  content: "\f07d";
}

.icon-resize-horizontal:before {
  content: "\f07e";
}

.icon-bar-chart:before {
  content: "\f080";
}

.icon-twitter-sign:before {
  content: "\f081";
}

.icon-facebook-sign:before {
  content: "\f082";
}

.icon-camera-retro:before {
  content: "\f083";
}

.icon-key:before {
  content: "\f084";
}

.icon-cogs:before {
  content: "\f085";
}

.icon-comments:before {
  content: "\f086";
}

.icon-thumbs-up:before {
  content: "\f087";
}

.icon-thumbs-down:before {
  content: "\f088";
}

.icon-star-half:before {
  content: "\f089";
}

.icon-heart-empty:before {
  content: "\f08a";
}

.icon-signout:before {
  content: "\f08b";
}

.icon-linkedin-sign:before {
  content: "\f08c";
}

.icon-pushpin:before {
  content: "\f08d";
}

.icon-external-link:before {
  content: "\f08e";
}

.icon-signin:before {
  content: "\f090";
}

.icon-trophy:before {
  content: "\f091";
}

.icon-github-sign:before {
  content: "\f092";
}

.icon-upload-alt:before {
  content: "\f093";
}

.icon-lemon:before {
  content: "\f094";
}

.icon-phone:before {
  content: "\f095";
}

.icon-check-empty:before {
  content: "\f096";
}

.icon-bookmark-empty:before {
  content: "\f097";
}

.icon-phone-sign:before {
  content: "\f098";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-github:before {
  content: "\f09b";
}

.icon-unlock:before {
  content: "\f09c";
}

.icon-credit-card:before {
  content: "\f09d";
}

.icon-rss:before {
  content: "\f09e";
}

.icon-hdd:before {
  content: "\f0a0";
}

.icon-bullhorn:before {
  content: "\f0a1";
}

.icon-bell:before {
  content: "\f0a2";
}

.icon-certificate:before {
  content: "\f0a3";
}

.icon-hand-right:before {
  content: "\f0a4";
}

.icon-hand-left:before {
  content: "\f0a5";
}

.icon-hand-up:before {
  content: "\f0a6";
}

.icon-hand-down:before {
  content: "\f0a7";
}

.icon-circle-arrow-left:before {
  content: "\f0a8";
}

.icon-circle-arrow-right:before {
  content: "\f0a9";
}

.icon-circle-arrow-up:before {
  content: "\f0aa";
}

.icon-circle-arrow-down:before {
  content: "\f0ab";
}

.icon-globe:before {
  content: "\f0ac";
}

.icon-wrench:before {
  content: "\f0ad";
}

.icon-tasks:before {
  content: "\f0ae";
}

.icon-filter:before {
  content: "\f0b0";
}

.icon-briefcase:before {
  content: "\f0b1";
}

.icon-fullscreen:before {
  content: "\f0b2";
}

.icon-group:before {
  content: "\f0c0";
}

.icon-link:before {
  content: "\f0c1";
}

.icon-cloud:before {
  content: "\f0c2";
}

.icon-beaker:before {
  content: "\f0c3";
}

.icon-cut:before {
  content: "\f0c4";
}

.icon-copy:before {
  content: "\f0c5";
}

.icon-paper-clip:before {
  content: "\f0c6";
}

.icon-save:before {
  content: "\f0c7";
}

.icon-sign-blank:before {
  content: "\f0c8";
}

.icon-reorder:before {
  content: "\f0c9";
}

.icon-list-ul:before {
  content: "\f0ca";
}

.icon-list-ol:before {
  content: "\f0cb";
}

.icon-strikethrough:before {
  content: "\f0cc";
}

.icon-underline:before {
  content: "\f0cd";
}

.icon-table:before {
  content: "\f0ce";
}

.icon-magic:before {
  content: "\f0d0";
}

.icon-truck:before {
  content: "\f0d1";
}

.icon-pinterest:before {
  content: "\f0d2";
}

.icon-pinterest-sign:before {
  content: "\f0d3";
}

.icon-google-plus-sign:before {
  content: "\f0d4";
}

.icon-google-plus:before {
  content: "\f0d5";
}

.icon-money:before {
  content: "\f0d6";
}

.icon-caret-down:before {
  content: "\f0d7";
}

.icon-caret-up:before {
  content: "\f0d8";
}

.icon-caret-left:before {
  content: "\f0d9";
}

.icon-caret-right:before {
  content: "\f0da";
}

.icon-columns:before {
  content: "\f0db";
}

.icon-sort:before {
  content: "\f0dc";
}

.icon-sort-down:before {
  content: "\f0dd";
}

.icon-sort-up:before {
  content: "\f0de";
}

.icon-envelope-alt:before {
  content: "\f0e0";
}

.icon-linkedin:before {
  content: "\f0e1";
}

.icon-undo:before {
  content: "\f0e2";
}

.icon-legal:before {
  content: "\f0e3";
}

.icon-dashboard:before {
  content: "\f0e4";
}

.icon-comment-alt:before {
  content: "\f0e5";
}

.icon-comments-alt:before {
  content: "\f0e6";
}

.icon-bolt:before {
  content: "\f0e7";
}

.icon-sitemap:before {
  content: "\f0e8";
}

.icon-umbrella:before {
  content: "\f0e9";
}

.icon-paste:before {
  content: "\f0ea";
}

.icon-lightbulb:before {
  content: "\f0eb";
}

.icon-exchange:before {
  content: "\f0ec";
}

.icon-cloud-download:before {
  content: "\f0ed";
}

.icon-cloud-upload:before {
  content: "\f0ee";
}

.icon-user-md:before {
  content: "\f0f0";
}

.icon-stethoscope:before {
  content: "\f0f1";
}

.icon-suitcase:before {
  content: "\f0f2";
}

.icon-bell-alt:before {
  content: "\f0f3";
}

.icon-coffee:before {
  content: "\f0f4";
}

.icon-food:before {
  content: "\f0f5";
}

.icon-file-alt:before {
  content: "\f0f6";
}

.icon-building:before {
  content: "\f0f7";
}

.icon-hospital:before {
  content: "\f0f8";
}

.icon-ambulance:before {
  content: "\f0f9";
}

.icon-medkit:before {
  content: "\f0fa";
}

.icon-fighter-jet:before {
  content: "\f0fb";
}

.icon-beer:before {
  content: "\f0fc";
}

.icon-h-sign:before {
  content: "\f0fd";
}

.icon-plus-sign-alt:before {
  content: "\f0fe";
}

.icon-double-angle-left:before {
  content: "\f100";
}

.icon-double-angle-right:before {
  content: "\f101";
}

.icon-double-angle-up:before {
  content: "\f102";
}

.icon-double-angle-down:before {
  content: "\f103";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-angle-down:before {
  content: "\f107";
}

.icon-desktop:before {
  content: "\f108";
}

.icon-laptop:before {
  content: "\f109";
}

.icon-tablet:before {
  content: "\f10a";
}

.icon-mobile-phone:before {
  content: "\f10b";
}

.icon-circle-blank:before {
  content: "\f10c";
}

.icon-quote-left:before {
  content: "\f10d";
}

.icon-quote-right:before {
  content: "\f10e";
}

.icon-spinner:before {
  content: "\f110";
}

.icon-circle:before {
  content: "\f111";
}

.icon-reply:before {
  content: "\f112";
}

.icon-github-alt:before {
  content: "\f113";
}

.icon-folder-close-alt:before {
  content: "\f114";
}

.icon-folder-open-alt:before {
  content: "\f115";
}

/**
 * @file base/_base.scss
 *
 * \brief A collection of architecturally high-level styles for basic elements.
 *        http://smacss.com/book/type-base
 *
 * Most of the following DO result in CSS output
 *
 */
/* normalize.css v2.1.2 | MIT License | git.io/normalize */
/* normalize.scss v2.1.2 | MIT/GPLv2 License | bit.ly/normalize-with-compass */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
html {
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: 0;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 * Modified by PBruno, to accomodate for the installed /sites/clinique/themes/core_base/fonts, which
 * don't look good when the browser attempts to thicken them.
 */
b,
strong {
  font-family: "HelveticaNeueLTStd65Medium", Verdana, Arial, Sans-Serif;
  font-weight: normal;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.4625em;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 0.9125em;
  border-left-width: 0.0625em;
  border-left-style: solid;
  padding-left: 0.875em;
  border-right-width: 0.0625em;
  border-right-style: solid;
  padding-right: 0.875em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 * 4. Improve appearance and consistency with IE 6/7.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * @file base/_typography.scss
 *
 * \brief Fonts, line-heights and re-usable text styles
 *
 * Almost all styles pulled directly from the styleguide PDF
 * A note on pt vs px: http://kyleschaeffer.com/development/css-font-size-em-vs-px-vs-pt-vs/
 * We use a mixin to handle converting these styleguides to web-usable measurements, global/_mixins.scss
 */
/*
 * Global typography
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/* Font face declarations should be compassified */
@font-face {
  font-family: "HelveticaNeueLTStd45Light";
  src: url('../../cl_base/fonts/helveticaneueltstd/latin/ae1656aa-5f8f-4905-aed0-93e667bd6e4a.eot?#iefix');
  src: url('../../cl_base/fonts/helveticaneueltstd/latin/ae1656aa-5f8f-4905-aed0-93e667bd6e4a.eot?#iefix?#iefix') format('embedded-opentype'), url(/sites/clinique/themes/cl_base/fonts/latin/530dee22-e3c1-4e9f-bf62-c31d510d9656.woff) format('woff'), url(/sites/clinique/themes/cl_base/fonts/latin/688ab72b-4deb-4e15-a088-89166978d469.ttf) format('truetype'), url(/sites/clinique/themes/cl_base/fonts/latin/7816f72f-f47e-4715-8cd7-960e3723846a.svg#7816f72f-f47e-4715-8cd7-960e3723846a) format('svg');
}
@font-face {
  font-family: "HelveticaNeueLTStd65Medium";
  src: url(/sites/clinique/themes/cl_base/fonts/latin/07fe0fec-b63f-4963-8ee1-535528b67fdb.eot?#iefix);
  src: url(/sites/clinique/themes/cl_base/fonts/latin/07fe0fec-b63f-4963-8ee1-535528b67fdb.eot?#iefix?#iefix) format('embedded-opentype'), url(/sites/clinique/themes/cl_base/fonts/latin/60be5c39-863e-40cb-9434-6ebafb62ab2b.woff) format('woff'), url(/sites/clinique/themes/cl_base/fonts/latin/4c6503c9-859b-4d3b-a1d5-2d42e1222415.ttf) format('truetype'), url(/sites/clinique/themes/cl_base/fonts/latin/36c182c6-ef98-4021-9b0d-d63122c2bbf5.svg#36c182c6-ef98-4021-9b0d-d63122c2bbf5) format('svg');
}
@font-face {
  font-family: "HelveticaNeueLTStd95Black";
  src: url(/sites/clinique/themes/cl_base/fonts/latin/b26ccb58-f2e3-47aa-a83a-02861bf54862.eot?#iefix);
  src: url(/sites/clinique/themes/cl_base/fonts/latin/b26ccb58-f2e3-47aa-a83a-02861bf54862.eot?#iefix?#iefix) format('embedded-opentype'), url(/sites/clinique/themes/cl_base/fonts/latin/74649485-cd74-443e-9d54-331ccd448900.woff) format('woff'), url(/sites/clinique/themes/cl_base/fonts/latin/feb77f4f-9e6b-4f88-909a-66199fd402ed.ttf) format('truetype'), url(/sites/clinique/themes/cl_base/fonts/latin/2e490192-e531-4236-9c55-90daaad4a34e.svg#2e490192-e531-4236-9c55-90daaad4a34e) format('svg');
}
@font-face {
  font-family: "HelveticaNeueLTStd56Italic";
  src: url(/sites/clinique/themes/cl_base/fonts/latin/58a5cbff-d570-4c18-a5e3-60868dc07ae8.eot?#iefix);
  src: url(/sites/clinique/themes/cl_base/fonts/latin/58a5cbff-d570-4c18-a5e3-60868dc07ae8.eot?#iefix?#iefix) format('embedded-opentype'), url(/sites/clinique/themes/cl_base/fonts/latin/2c056da8-4920-4e20-8c69-8a6b315458a9.woff) format('woff'), url(/sites/clinique/themes/cl_base/fonts/latin/2381d918-136d-444f-8391-db0cba6da388.ttf) format('truetype'), url(/sites/clinique/themes/cl_base/fonts/latin/d0697971-6f58-4597-942e-8beabd1adc87.svg#d0697971-6f58-4597-942e-8beabd1adc87) format('svg');
}
@font-face {
  font-family: "HelveticaNeueLTStd-UltLt";
  src: url(/sites/clinique/themes/cl_base/fonts/latin/41774233-b9da-44be-b252-6a7b612fb1c7.eot?#iefix);
  src: url(/sites/clinique/themes/cl_base/fonts/latin/41774233-b9da-44be-b252-6a7b612fb1c7.eot?#iefix?#iefix) format('embedded-opentype'), url(/sites/clinique/themes/cl_base/fonts/latin/4bff1fbb-b4bf-4d95-9c47-efcb14384e36.woff) format('woff'), url(/sites/clinique/themes/cl_base/fonts/latin/7f1f2a7d-3837-4c93-b373-f03c5da3f9a1.ttf) format('truetype'), url(/sites/clinique/themes/cl_base/fonts/latin/d9f2752a-8d82-4cf1-b82f-109c1105be7f.svg#d9f2752a-8d82-4cf1-b82f-109c1105be7f) format('svg');
}
@font-face {
  font-family: "HelveticaNeueLTStd55Roman";
  src: url(/sites/clinique/themes/cl_base/fonts/latin/b7693a83-b861-4aa6-85e0-9ecf676bc4d6.eot?#iefix);
  src: url(/sites/clinique/themes/cl_base/fonts/latin/b7693a83-b861-4aa6-85e0-9ecf676bc4d6.eot?#iefix?#iefix) format('embedded-opentype'), url(/sites/clinique/themes/cl_base/fonts/latin/bcf54343-d033-41ee-bbd7-2b77df3fe7ba.woff) format('woff'), url(/sites/clinique/themes/cl_base/fonts/latin/b0ffdcf0-26da-47fd-8485-20e4a40d4b7d.ttf) format('truetype'), url(/sites/clinique/themes/cl_base/fonts/latin/da09f1f1-062a-45af-86e1-2bbdb3dd94f9.svg#da09f1f1-062a-45af-86e1-2bbdb3dd94f9) format('svg');
}
@font-face {font-family: 'NeuzeitOffice-Bold';src: url('/media/fonts/NeuzeitOffice/2FB08A_0_0.eot');src: url('/media/fonts/NeuzeitOffice/2FB08A_0_0.eot?#iefix') format('embedded-opentype'),url('/media/fonts/NeuzeitOffice/2FB08A_0_0.woff2') format('woff2'),url('/media/fonts/NeuzeitOffice/2FB08A_0_0.woff') format('woff'),url('/media/fonts/NeuzeitOffice/2FB08A_0_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'NeuzeitOffice-BoldItalic';src: url('/media/fonts/NeuzeitOffice/2FB08A_1_0.eot');src: url('/media/fonts/NeuzeitOffice/2FB08A_1_0.eot?#iefix') format('embedded-opentype'),url('/media/fonts/NeuzeitOffice/2FB08A_1_0.woff2') format('woff2'),url('/media/fonts/NeuzeitOffice/2FB08A_1_0.woff') format('woff'),url('/media/fonts/NeuzeitOffice/2FB08A_1_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'NeuzeitOffice-Italic';src: url('/media/fonts/NeuzeitOffice/2FB08A_2_0.eot');src: url('/media/fonts/NeuzeitOffice/2FB08A_2_0.eot?#iefix') format('embedded-opentype'),url('/media/fonts/NeuzeitOffice/2FB08A_2_0.woff2') format('woff2'),url('/media/fonts/NeuzeitOffice/2FB08A_2_0.woff') format('woff'),url('/media/fonts/NeuzeitOffice/2FB08A_2_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'NeuzeitOffice-Regular';src: url('/media/fonts/NeuzeitOffice/2FB08A_3_0.eot');src: url('/media/fonts/NeuzeitOffice/2FB08A_3_0.eot?#iefix') format('embedded-opentype'),url('/media/fonts/NeuzeitOffice/2FB08A_3_0.woff2') format('woff2'),url('/media/fonts/NeuzeitOffice/2FB08A_3_0.woff') format('woff'),url('/media/fonts/NeuzeitOffice/2FB08A_3_0.ttf') format('truetype');}

@font-face {
  font-family: "GTSectraFineRegular";
  src: url("/media/fonts/GTSectra/GT-Sectra-Fine-Regular.eot");
  /* IE9 Compat Modes */
  src: url("/media/fonts/GTSectra/GT-Sectra-Fine-Regular.eot?#iefix") format("embedded-opentype"), url("/media/fonts/GTSectra/GT-Sectra-Fine-Regular.woff") format("woff"), url("/media/fonts/GTSectra/GT-Sectra-Fine-Regular.ttf") format("truetype"), url("/media/fonts/GTSectra/GT-Sectra-Fine-Regular.svg#38735b2b08c4e0b9aabbe136d5f92bad") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "GTSectraFineMediumItalic";
  src: url("/media/fonts/GTSectra/GT-Sectra-Fine-Medium-Italic.eot");
  /* IE9 Compat Modes */
  src: url("/media/fonts/GTSectra/GT-Sectra-Fine-Medium-Italic.eot?#iefix") format("embedded-opentype"), url("/media/fonts/GTSectra/GT-Sectra-Fine-Medium-Italic.woff") format("woff"), url("/media/fonts/GTSectra/GT-Sectra-Fine-Medium-Italic.ttf") format("truetype"), url("/media/fonts/GTSectra/GT-Sectra-Fine-Medium-Italic.svg#8af30f781f9a1c547e233369e4a20818") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}
body {
  font-family: "HelveticaNeueLTStd55Roman", Arial, Sans-Serif;
  font-size: 13px;
  color: gray;
  background: white;
}

p {
  margin: 0 0 25px 0;
  line-height: 1.3;
}

a {
  color: #5dba98;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  font-weight: 300;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  transition: color 0.2s ease;
  outline: none;
}
a:hover {
  color: #44a07e;
}
a, a:hover {
  text-decoration: none;
}
a.button, input.form-submit,
input.button[type='submit'] {
  font-family: "HelveticaNeueLTStd65Medium", Verdana, Arial, Sans-Serif;
  background-color: #5dba98;
  text-transform: uppercase;
  color: white;
  line-height: 1.5;
  font-size: .9em;
  text-align: center;
  letter-spacing: 0;
  border: 0;
  padding: 4px 10px 3px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* white-space: nowrap */
}
a.button.button-secondary, input.button-secondary.form-submit,
input.button-secondary.button[type='submit'] {
  background-color: transparent;
  color: #5dba98;
  border: 1px solid #5dba98;
}
a.button.button-secondary:hover, input.button-secondary.form-submit:hover,
input.button-secondary.button[type='submit']:hover, a.button.button-secondary.hover, input.button-secondary.hover.form-submit,
input.button-secondary.hover.button[type='submit'] {
  background-color: #f3faf7;
}
a.button.pink, input.pink.form-submit,
input.pink.button[type='submit'] {
  background-color: #fd6cb4;
}
a.button.green, input.green.form-submit,
input.green.button[type='submit'] {
  background-color: #5dba98;
}
a.button.purple, input.purple.form-submit,
input.purple.button[type='submit'] {
  background-color: #922986;
}
a.button.orange, input.orange.form-submit,
input.orange.button[type='submit'] {
  background-color: #f27300;
}
a.button:hover, input.form-submit:hover,
input.button[type='submit']:hover, a.button.hover, input.hover.form-submit,
input.hover.button[type='submit'], a.button.disabled, input.disabled.form-submit,
input.disabled.button[type='submit'] {
  text-decoration: none;
  background: #44a07e;
}
a.button.cancel, input.cancel.form-submit,
input.cancel.button[type='submit'] {
  background-color: white;
  border: 1px solid #5dba98;
  color: #5dba98;
}

h1,
.h1,
h2,
.module-benefits .heading-container,
.module-benefits .heading-container *,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  color: #231f20;
  font-weight: normal;
  margin: 0;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  color: #46ab8c;
}
h1 a,
.h1 a,
h2 a,
.module-benefits .heading-container a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  color: #231f20;
}

h1,
.h1 {
  color: #5dba98;
  font-size: 40px;
  line-height: 45px;
  margin: 0 0 30px 0;
}

h2, .module-benefits .heading-container, .module-benefits .heading-container *,
.h2 {
  font-size: 36px;
  line-height: 38px;
  margin: 0 0 20px 0;
}

/*
 * Shared PC/Mobile styles
 */
/*
 * Global layout
 */
html {
  overflow-y: visible;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background-color: white;
}
body * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

p {
  margin: 0.5em 0 0;
}

a img {
  display: inline-block;
}

label {
  cursor: pointer;
}

h1 {
  margin: 0 0 20px 0;
}

h2, .module-benefits .heading-container, .module-benefits .heading-container * {
  margin: 0 0 20px 0;
}

h3 {
  margin: 0 0 15px 0;
}

h4 {
  margin: 0 0 2px 0;
}

h5, h6 {
  margin: 0 0 5px 0;
}

hr {
  border: none;
  border-top: 1px solid #cccccc;
  height: 1px;
  padding: 0;
  margin: 20px 0;
}

.block h2.block-title, .block .module-benefits .block-title.heading-container, .module-benefits .block .block-title.heading-container, .block .module-benefits .heading-container .block-title, .module-benefits .heading-container .block .block-title {
  display: none;
  visibility: hidden;
}

.hidden {
  display: none;
}

.clearfix {
  overflow: hidden;
  *zoom: 1;
}

.outer-wrap, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3, .spp-extra .module-may-we-suggest .wrap {
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.grey-gradient {
  background: url('../../cl_base/img/bg-supercat-header.jpg') repeat-x left bottom white;
}

.panel {
  overflow: hidden;
  *zoom: 1;
}

.wrapper {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: border-box;
}

.cl-box-shadow {
  -moz-box-shadow: 0 0 12px #cccccc;
  -webkit-box-shadow: 0 0 12px #cccccc;
  box-shadow: 0 0 12px #cccccc;
}

.green-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #46ab8c;
  color: white;
  font-weight: bold;
  display: inline-block;
  margin-top: -0.2em;
  width: 1.2em;
  height: 1.2em;
  padding: 0 0 0 0.3em;
}

img.full {
  max-width: 100%;
  width: 100%;
  height: auto;
}

#main {
  /* padding-top: 115px; */
  position: relative;
}

a.wrapper-link,
a.wrapper-link:active,
a.wrapper-link:hover,
a.wrapper-link:link {
  text-decoration: none;
}

/*
 * Call-to-Action Buttons
 * These styles are generated by the cta_button and product input type plugins. The CTA class adds CSS classes to the link.
 *
 * See the input type plugin class for more information:
 * sites/clinique/modules/custom/clinique_common/plugins/input_types/cta.inc
 */
.button.cta.hn-lt-std-45-light {
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
}
.button.cta.hn-lt-std-65-medium {
  font-family: "HelveticaNeueLTStd65Medium", Verdana, Arial, Sans-Serif;
}
.button.cta.hn-lt-std-95-black {
  font-family: "HelveticaNeueLTStd95Black", Arial, Sans-Serif;
}
.button.cta.hn-lt-std-56-italic {
  font-family: "HelveticaNeueLTStd56Italic", Arial, Sans-Serif;
}
.button.cta.hn-lt-std-ultralight {
  font-family: "HelveticaNeueLTStd-UltLt", Arial, Sans-Serif;
}
.button.cta.size-10px {
  font-size: 10px;
}
.button.cta.size-11px {
  font-size: 11px;
}
.button.cta.size-12px {
  font-size: 12px;
}
.button.cta.size-13px {
  font-size: 13px;
}
.button.cta.size-14px {
  font-size: 14px;
}
.button.cta.size-15px {
  font-size: 15px;
}
.button.cta.size-16px {
  font-size: 16px;
}

.btn-add-to-bag {
  height: 37px;
  line-height: 41px;
  font-size: 17px;
  padding: 0 15px;
  background: #5dba98;
  text-transform: uppercase;
  color: white;
  text-align: center;
  display: inline-block;
  letter-spacing: 1px;
  border: 0;
  font-family: "HelveticaNeueLTStd65Medium", Verdana, Arial, Sans-Serif;
  cursor: pointer;
}
.btn-add-to-bag:hover {
  background: #44a07e;
  color: #ffffff;
  text-decoration: none;
}

.icon-large {
  font-size: 24px;
}

/* filter icons */
.cl-icon {
  background: url('../../cl_base/img/mpp-filter-icons-sprite.png') no-repeat 0 0;
  padding-left: 42px;
}
.cl-icon.acne-breakout {
  background-position: 10px 3px;
  padding-left: 38px;
}
.cl-icon.acne-breakout.active {
  background-position: 10px -297px;
}
.cl-icon.enlarged-pores {
  background-position: -253px 4px;
}
.cl-icon.enlarged-pores.active {
  background-position: -254px -296px;
}
.cl-icon.lines-wrinkles {
  background-position: -517px 1px;
  padding-left: 37px;
}
.cl-icon.lines-wrinkles.active {
  background-position: -518px -298px;
}
.cl-icon.daily-care {
  background-position: 10px -67px;
  padding-left: 38px;
}
.cl-icon.daily-care.active {
  background-position: 10px -367px;
}
.cl-icon.eye-area {
  background-position: -255px -67px;
}
.cl-icon.eye-area.active {
  background-position: -255px -367px;
}
.cl-icon.redness {
  background-position: -517px -67px;
  padding-left: 37px;
}
.cl-icon.redness.active {
  background-position: -517px -367px;
}
.cl-icon.dark-spots {
  background-position: 10px -137px;
  padding-left: 38px;
}
.cl-icon.dark-spots.active {
  background-position: 10px -438px;
}
.cl-icon.firming {
  background-position: -253px -137px;
}
.cl-icon.firming.active {
  background-position: -253px -436px;
}
.cl-icon.sensitivity {
  background-position: -517px -136px;
  padding-left: 37px;
}
.cl-icon.sensitivity.active {
  background-position: -517px -436px;
}
.cl-icon.dryness {
  background-position: 10px -207px;
  padding-left: 38px;
}
.cl-icon.dryness.active {
  background-position: 10px -507px;
}
.cl-icon.radiance {
  background-position: -253px -207px;
}
.cl-icon.radiance.active {
  background-position: -252px -507px;
}
.cl-icon.sun-protection {
  background-position: -517px -207px;
  padding-left: 37px;
}
.cl-icon.sun-protection.active {
  background-position: -517px -507px;
}

/*
 * General forms
 */
form label {
  color: black;
  font-family: "HelveticaNeueLTStd65Medium", Verdana, Arial, Sans-Serif;
}
form .form-text {
  background: white;
  border: 1px solid #dbdbdb;
  vertical-align: middle;
  color: #111111;
  line-height: 35px;
  padding: 0px 13px;
}
form .form-text:focus {
  border-color: black;
}
form .form-text::-webkit-input-placeholder, form .form-text:-moz-placeholder, form .form-text::-moz-placeholder, form .form-text.placeholder {
  color: black;
}

/* selectBox styles */
.selectBox-dropdown {
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: black;
  width: 160px !important;
  padding-right: 40px;
  position: relative;
  border: solid 1px #dbdbdb;
  height: 22px;
  line-height: 22px;
  text-decoration: none;
  outline: none;
  vertical-align: middle;
  background: white;
  display: inline-block;
  cursor: pointer;
  text-align: left;
}
.selectBox-dropdown .selectBox-label {
  width: 100% !important;
  line-height: 24px;
  padding: 0 0 0 12px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
}

.selectBox-label .swatch-color,
.page-spp .selectbox-selectBox-dropdown-menu .swatch-color {
  width: 23px;
  height: 23px;
  display: block;
  float: left;
  margin: 0 8px 0 0;
  background-position: 50% !important;
}

.selectBox-options,
.selectBox-options li,
.selectBox-options li a {
  list-style: none;
  display: block;
  cursor: default;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.selectBox-options li {
  padding: 0;
}
.selectBox-options li a {
  text-decoration: none;
  color: #666666;
  letter-spacing: 1px;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 22px;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #cccccc;
}

.selectBox-dropdown:focus,
.selectBox-menuShowing {
  text-decoration: none;
  border: 1px solid black;
  border-bottom: 0;
}

/*
 * User login form - This is technically an admin page that uses the non-admin theme, therefore we'll make it look prettier here
 */
#user-login {
  padding: 50px 20px;
}
#user-login .form-type-textfield,
#user-login .form-type-password,
#user-login .form-actions {
  padding: 10px 0;
}

/*
 * Generic Overlays
 */
.overlay-container {
  background-color: white;
  border: 1px solid #cccccc;
  overflow: auto;
  padding: 20px;
  width: auto;
  position: absolute;
  z-index: 10002;
}
.overlay-container .close-container {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 999;
}
.overlay-container .close-container a.close-link {
  background: url('../../cl_base/img/icon-close.png') no-repeat;
  display: block;
  width: 22px;
  height: 21px;
  overflow: hidden;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}

.overlay-background {
  background-color: black;
  left: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0;
  z-index: 10001;
}

#foreground-node {
  z-index: 10000;
  max-width: 900px;
}

#overlay-background {
  z-index: 9999;
}

/* Ocean Blue and Foundation Finder Popup Styles */
#foreground-node.ob_overlay {
  max-width: 980px;
  padding: 0;
  background: none;
  border: none;
}

#foreground-node.ob_overlay #boImg {
  display: none;
}

#foreground-node.ff_overlay {
  padding: 0;
}

#foreground-node.ob_overlay .close-container,
#foreground-node.ff_overlay .close-container {
  top: 5px;
  right: 7px;
}

#foreground-node.ob_overlay .close-container a.close-link {
  background: url(/media/export/cms/icon-close-grey.png) no-repeat;
}

#foreground-node.ob_overlay.ipad_ob_overlay {
  overflow-x: hidden;
  height: 565px !important;
}

#foreground-node.ob_overlay.ipad_ob_overlay iframe {
  -moz-transform: scale(0.79);
  -moz-transform-origin: 0 0;
  -o-transform: scale(0.79);
  -o-transform-origin: 0 0;
  -webkit-transform: scale(0.79);
  -webkit-transform-origin: 0 0;
}

/*
 * Togglemenus - custom updates to support frontend bugs with the togglemenus/toolbar
 */
#togglemenus .menu li:hover > .menu-item {
  cursor: pointer;
}

div#toolbar {
  z-index: 9999;
}

#toolbar {
  font-size: .9em;
}
#toolbar a {
  font-size: inherit;
}
#toolbar .menu-container a {
  font-size: .9em;
}

#toolbar.clearfix,
.togglemenus.clearfix {
  overflow: visible;
}

/*
 * Contextual links
 * See cl_base/templates/block.tpl.php for positioning of the .contextual-links-container element
 */
.block .contextual-links-container {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: visible;
}
.block .contextual-links-container div.contextual-links-wrapper {
  z-index: 99999;
}

/*
 * General error messages/notices
 */
div.error,
ul.error_messages li {
  color: #ef6ea8;
  margin-bottom: 5px;
}

ul.error_messages_display {
  background-color: transparent;
}

input.error,
select.error {
  border: 1px solid #ef6ea8 !important;
}

/*
 * Social Share buttons
 */
.social-share {
  width: 100%;
  overflow: auto;
}
.social-share .share-button {
  background: transparent url(/media/images/css/icons-share-buttons.png) 0 0 no-repeat;
  float: right;
  height: 20px;
  margin: 0 10px 0 0;
  overflow: hidden;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
}
.social-share .share-button.facebook {
  background-position: -68px 0;
  width: 11px;
}
.social-share .share-button.twitter {
  background-position: -86px 0;
  width: 19px;
}
.social-share .share-button.pinterest {
  background-position: -111px 0;
  width: 19px;
}

/**
 * @file layout/_layout.scss
 *
 * \brief High-level, overall layout-specific styles
 *        http://smacss.com/book/type-layout
 */
/**
 * @file global/_media-queries.scss
 *
 * \brief Named media queries for easy use in nested selectors
 *
 * See comments for usage
 * (Inspired by Zurb Foundation, http://foundation.zurb.com/docs)
 *
 * \todo These are mobile-first. Adapt to our "desktop first" approach on clinique
 *
 */
@media screen and (max-width: 960px) {
  .outer-wrap, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3, .spp-extra .module-may-we-suggest .wrap {
    padding: 0 20px;
  }
}
/* Page */
.page-wrapper {
  width: 100%;
}

.clear {
  clear: both;
}

/**
 * @file components/_components.scss
 *
 * \brief Styling of individual site components.
 *        http://smacss.com/book/type-module
 */
#top {
  position: relative;
  width: 100%;
  height: 115px;
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 0.3);
  background-color: white;
  z-index: 9997;
}

#header {
  background: url('../../cl_base/img/toolbar-bg.png') top left repeat-x;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  clear: both;
  overflow: auto;
}
#header .outer-wrap, #header .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 #header h3, #header .spp-extra .module-may-we-suggest .wrap, .spp-extra .module-may-we-suggest #header .wrap {
  max-width: 1040px;
  display: table;
  width: 100%;
  white-space: nowrap;
  border-spacing: 0;
  border-collapse: collapse;
  position: relative;
}

#navigation {
  background-color: white;
  position: relative;
  z-index: 1;
  font-size: 15px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  top: 0;
  height: 43px;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=180,strength=3);
}
#navigation .outer-wrap, #navigation .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 #navigation h3, #navigation .spp-extra .module-may-we-suggest .wrap, .spp-extra .module-may-we-suggest #navigation .wrap {
  max-width: 1040px;
}
#navigation.IE-shadow-off {
  filter: progid:DXImageTransform.Microsoft.Shadow(enabled=false);
}
#navigation .outer-wrap > .container, #navigation .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3 > .container, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 #navigation h3 > .container, #navigation .spp-extra .module-may-we-suggest .wrap > .container, .spp-extra .module-may-we-suggest #navigation .wrap > .container {
  width: 100%;
}
#navigation .nav-menu {
  float: left;
  margin-left: -10px;
}
#navigation .navigation-right {
  float: right;
  margin: 0;
}
#navigation .navigation-right .block {
  float: right;
}
#navigation .menu-item-blocks.active {
  background: -moz-linear-gradient(#ffffff, #f6f6f6);
  background: -o-linear-gradient(#ffffff, #f6f6f6);
  background: -webkit-linear-gradient(#ffffff, #f6f6f6);
  background: linear-gradient(#ffffff, #f6f6f6);
  -moz-box-shadow: inset 0 -12px 12px -12px rgba(50, 50, 50, 0.2);
  -webkit-box-shadow: inset 0 -12px 12px -12px rgba(50, 50, 50, 0.2);
  box-shadow: inset 0 -12px 12px -12px rgba(50, 50, 50, 0.2);
}
#navigation .menu-item-blocks.active .menu-item-block {
  background: -moz-linear-gradient(#ffffff, #f6f6f6);
  background: -o-linear-gradient(#ffffff, #f6f6f6);
  background: -webkit-linear-gradient(#ffffff, #f6f6f6);
  background: linear-gradient(#ffffff, #f6f6f6);
}
#navigation .menu-item-blocks.active .menu-item-block .button-secondary {
  background: #fff;
}

#header {
  overflow: visible;
}
#header .outer-wrap, #header .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 #header h3, #header .spp-extra .module-may-we-suggest .wrap, .spp-extra .module-may-we-suggest #header .wrap {
  display: table;
  width: 100%;
  height: 72px;
  white-space: nowrap;
  border-spacing: 0;
  border-collapse: collapse;
  position: relative;
}
#header .outer-wrap .column, #header .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3 .column, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 #header h3 .column, #header .spp-extra .module-may-we-suggest .wrap .column, .spp-extra .module-may-we-suggest #header .wrap .column {
  display: table-cell;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin: 0;
  padding: 0;
  height: 100%;
}
#header .outer-wrap .column.branding, #header .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3 .column.branding, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 #header h3 .column.branding, #header .spp-extra .module-may-we-suggest .wrap .column.branding, .spp-extra .module-may-we-suggest #header .wrap .column.branding {
  width: 28%;
}
#header .top-left .menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#header .top-left .menu li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
  border-right: 1px solid #cccccc;
  padding: 0 15px;
  height: 72px;
}
#header .top-left .menu li.first {
  border-left: 1px solid #cccccc;
}
#header .top-left .menu li a {
  display: block;
  text-align: center;
  padding-top: 45px;
  white-space: nowrap;
}
#header .top-search {
  width: 100%;
}
#header .top-right {
  position: relative;
}
#header .top-right .inner {
  float: right;
  display: table;
  height: 100%;
  white-space: nowrap;
  border-spacing: 0;
  border-collapse: collapse;
  border-right: 1px solid #F2F2F2;
}
#header .top-right .block {
  display: table-cell;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  height: 100%;
  padding: 0 15px;
  position: static;
  border-left: 1px solid #cccccc;
  text-align: center;
}
#header .top-right .block.active {
  background-color: white;
}
#header .top-right .block:last-child {
  border-right: medium none;
}
#header .top-right .block .inner {
  display: block;
  *display: block;
}
#header ul li a {
  font-size: 15px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  line-height: 1.2;
  word-spacing: -.3mm;
}

#footer {
  border-top: 1px solid #e3e4e5;
  clear: both;
  margin: -1px 0 0 0;
  background-color: white;
}
#footer .footer-bottom {
  background: #f2f2f2;
  color: gray;
  font-size: 10px;
  font-family: "HelveticaNeueLTStd55Roman", Arial, Sans-Serif;
  padding: 10px 0;
  text-align: center;
}
#footer .footer-bottom .inner {
  margin: 0 auto;
  overflow: hidden;
  padding: 0 24px;
}
#footer .footer-bottom .block {
  display: inline;
}
#footer .footer-bottom .block .clearfix:after {
  display: inline;
}
#footer .footer-bottom .block div {
  display: inline;
}
#footer .footer-bottom .block p {
  display: inline-block;
  margin: 0;
  padding: 0;
}
#footer .footer-bottom .block li {
  display: inline;
  padding: 0 5px;
}
#footer .footer-bottom .block a {
  color: gray;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  font-weight: 300;
}
#footer .footer-bottom .block a:hover {
  color: black;
}
#footer .footer-bottom .block a, #footer .footer-bottom .block a:hover {
  text-decoration: none;
}
#footer .footer-bottom .menu {
  display: inline;
  margin: 0;
  padding: 0;
}

.product-tout .product {
  color: gray;
  font-size: 13px;
  font-family: "HelveticaNeueLTStd55Roman", Arial, Sans-Serif;
  line-height: 1.2;
}
.product-tout .product .product-image {
  text-align: center;
}
.product-tout .product .product-image.align-left {
  float: none;
}
.product-tout .product .product-image img {
  display: block;
  height: auto;
  max-width: 100%;
  width: auto;
}
.product-tout .product .product-info {
  overflow: hidden;
}
.product-tout .product .product-title {
  color: #231f20;
}
.product-tout .product .product-title a {
  color: #231f20;
  font-weight: 300;
  font-size: 13px;
  font-family: "HelveticaNeueLTStd55Roman", Arial, Sans-Serif;
  line-height: 1.2;
}
.product-tout .product .reviews {
  color: #46ab8c;
  font-size: 11px;
  overflow: hidden;
  padding: 7px 0;
}
.product-tout .product .reviews img {
  display: inline;
  float: left;
  height: auto;
  width: 55px;
}
.product-tout .product .reviews span {
  display: inline;
  margin-left: 5px;
}
.product-tout .product .button {
  margin: 10px 0 0 0;
}
.product-tout .product .button a {
  background: #5eb997;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
  padding: 7px 10px 4px 10px;
  text-transform: uppercase;
}
.product-tout .product .button a:hover {
  text-decoration: none;
}

.topnav-pane .product-image {
  float: left;
  width: 50%;
}

.panel {
  overflow: hidden;
  *zoom: 1;
}

.prod-shelf-row {
  overflow: hidden;
  *zoom: 1;
}
.prod-shelf-row .info {
  float: left;
}
.prod-shelf-row .info ul {
  margin: 1em 0 0 0;
  padding: 0;
}
.prod-shelf-row .info ul li {
  font-size: 1.1em;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
}
.prod-shelf-row .info ul li em {
  font-style: normal;
  color: #aaaaaa;
}
.prod-shelf-row .products {
  float: left;
}
.prod-shelf-row.three-products .products {
  width: 60%;
}
.prod-shelf-row.three-products .info {
  width: 40%;
}
.prod-shelf-row.three-products .product {
  width: 33%;
}
.prod-shelf-row.four-products .products {
  width: 80%;
}
.prod-shelf-row.four-products .info {
  width: 20%;
}
.prod-shelf-row.four-products .product {
  width: 25%;
}
.prod-shelf-row.five-products .product {
  width: 20%;
}
.prod-shelf-row .product {
  float: left;
  min-height: 390px;
  padding: 0 3% 0 0;
}
.prod-shelf-row .product .button {
  margin: 15px 0 0 0;
}

#quickshop-wrapper {
  width: 100%;
}

#quickshop {
  display: none;
  width: auto;
  max-width: 900px;
  padding: 23px 0;
  position: relative;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
#quickshop ul {
  /* min-height: 0;
  * max-height: 250px !important; commenting out for bug#169214 */
}
#quickshop .close {
  cursor: pointer;
  background: url('../../cl_base/img/icon-close.png') no-repeat 0 0;
  width: 20px;
  height: 21px;
  top: 15px;
  right: 15px;
  position: absolute;
  color: transparent;
  text-indent: -999em;
}
#quickshop .shades .shade-dd .col2 {
  width: 76%;
}

.elc-user-state-logged-in .module-spp-detail .icon-heart-message.favorites-add-success .favorites-added-signedIn {
  display: block;
}

.elc-user-state-logged-in .module-spp-detail .icon-heart-message.favorites-add-success .favorites-added-signedOut {
  display: none;
}

.module-spp-detail .col1 {
  float: left;
  width: 65%;
  margin: 0 30px 0 0;
}
.module-spp-detail .prod-hd {
  color: #5dba98;
  font-size: 22px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  line-height: 27px;
  margin-bottom: 15px;
}
.module-spp-detail .benefits-term {
  font-weight: bold;
}
.module-spp-detail .prod-desc {
  color: #000;
  font-size: 13px;
  margin: 0 0 10px 0;
  line-height: 19px;
  /*max-height: 20px;*/
  overflow: hidden;
}
.module-spp-detail .read-more-link {
  /* text-transform: lowercase; */
  white-space: nowrap;
}
.module-spp-detail .read-more-link:hover {
  text-decoration: none;
}
.module-spp-detail .benefits, .module-spp-detail .skin-types-top {
  color: #000;
  margin: 0;
}
.module-spp-detail .benefits .term, .module-spp-detail .skin-types-top .term {
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
}
.module-spp-detail .benefits .list, .module-spp-detail .skin-types-top .list {
  font-family: "HelveticaNeueLTStd65Medium", Verdana, Arial, Sans-Serif;
}
.module-spp-detail .price {
  border-top: 1px solid #DBDBDB;
  font-size: 18px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  display: block;
  color: #333;
  clear: both;
  margin: 5px 0;
  padding-top: 13px;
}
.module-spp-detail .icons {
  color: #ccc;
  display: inline;
  padding-left: 10px;
}
.module-spp-detail .icons [class^="icon-"]:hover {
  color: #666;
  cursor: pointer;
}
.module-spp-detail .icons .icon-heart:before {
  content: "\f08a";
}
.module-spp-detail .icons .icon-heart:hover,
.module-spp-detail .icons .icon-heart.active {
  color: #fe6cb5;
}
.module-spp-detail .icons .icon-heart:hover:before,
.module-spp-detail .icons .icon-heart.active:before {
  content: "\f004";
}
.module-spp-detail .icon-large {
  font-size: 24px;
}
.module-spp-detail .icon-message {
  border: 1px solid #000000;
  display: none;
  float: right;
  padding: 5px;
  text-transform: uppercase;
  text-align: left;
  width: 345px;
}
.module-spp-detail .icon-message > span {
  display: none;
}
.module-spp-detail .icon-message.active {
  display: inline-block;
}
.module-spp-detail .icon-heart-message.favorites-add-success .favorites-added-signedIn {
  display: none;
}
.module-spp-detail .icon-heart-message.favorites-add-success .favorites-added-signedOut {
  display: block;
}
.module-spp-detail .icon-heart-message.favorites-add-success .favorites-exists {
  display: none;
}
.module-spp-detail .icon-heart-message.favorites-add-exists .favorites-exists {
  display: block;
}
.module-spp-detail .clear {
  clear: both;
  float: none;
}
.module-spp-detail a.view-full {
  color: #5dba98;
  font-size: 20px;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  transition: color 0.2s ease;
  display: block;
  padding-top: 15px;
}
.module-spp-detail a.view-full i {
  display: inline-block;
  margin-left: 5px;
}
.module-spp-detail .shades {
  border-top: 1px solid #dbdbdb;
  padding-top: 13px;
}
.module-spp-detail .shades .col1 {
  display: inline-block;
  float: none !important;
  margin: -25px 0 0 0 !important;
  padding: 0;
  width: 22% !important;
  vertical-align: top;
}
.module-spp-detail .shades h3.col1 {
  color: #000;
  margin: 0 !important;
}
.module-spp-detail .shades .col2 {
  display: inline-block;
  float: none !important;
  margin: 0 !important;
  padding: 0 0 10px 0;
  width: 76% !important;
  vertical-align: top;
}
.module-spp-detail .shade-dd {
  padding-bottom: 7px;
}
.module-spp-detail .smoosh-wrapper img {
  display: block;
  height: auto;
  width: 100%;
}
.module-spp-detail .smoosh-wrapper .duo-smoosh {
  margin: 10px 0;
}
.module-spp-detail .smoosh-wrapper .quad-smoosh {
  margin: 10px 0;
  overflow: hidden;
  position: relative;
}
.module-spp-detail .smoosh-wrapper .quad-smoosh div {
  float: left;
  height: 50%;
  width: 50%;
}
.module-spp-detail .shade-chooser li {
  display: inline-block;
}
.module-spp-detail .shade-chooser .shade-box {
  cursor: pointer;
  display: inline-block;
  width: 34px;
  height: 34px;
  overflow: hidden;
  border: 2px solid #fff;
}
.module-spp-detail .shade-chooser .shade-box.active, .module-spp-detail .shade-chooser .shade-box:hover {
  border: 2px solid #808080;
}
.module-spp-detail .shade-chooser .shade-box .multi-2 {
  height: 50%;
  width: 100%;
  float: left;
}
.module-spp-detail .shade-chooser .shade-box .multi-4 {
  height: 50%;
  width: 50%;
  float: left;
}
.module-spp-detail .shade-chooser.big .shade-box {
  width: 48px;
  height: 47px;
}
.module-spp-detail .shade-info {
  margin-bottom: 10px;
  color: #000;
}
.module-spp-detail .shade-info strong {
  font-family: "HelveticaNeueLTStd65Medium", Verdana, Arial, Sans-Serif;
  font-weight: normal;
}
.module-spp-detail .shades ul.more {
  display: none;
  float: right;
  color: #808080;
  margin: 7px 0;
  font-size: 11px;
}
.module-spp-detail .more li {
  display: inline-block;
  margin: 0 -4px 0 0;
}
.module-spp-detail .more li a {
  color: #808080;
  padding: 0 5px;
}
.module-spp-detail .more li a.active {
  color: #000;
}
.module-spp-detail .sizes {
  border-top: 1px solid #dbdbdb;
  padding-top: 13px;
}
.module-spp-detail .sizes h3 {
  font-size: 15px;
  color: #000;
}
.module-spp-detail .sizes ul {
  margin: 0 0 10px 0;
  padding: 0;
}
.module-spp-detail .sizes ul li {
  display: inline-block;
  margin: 0;
  float: left;
}
.module-spp-detail .sizes ul li a {
  display: block;
  width: 66px;
  height: 56px;
  /* IE8 hack */
  background: url("/media/export/images/ddml_pc.png") no-repeat 0 -155px;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  color: gray;
  font-size: 12px;
  padding: 27px 5px 0 5px;
  line-height: 12px;
  margin: 0 5px 5px 0;
  outline: none;
}
.module-spp-detail .sizes ul li a.Tube {
  background: url("/media/export/images/tube_pc.png") no-repeat 0 -155px;
}
.module-spp-detail .sizes ul li a.Fragrance {
  background: url("/media/export/images/fragrance_pc.png") no-repeat 0 -155px;
}
.module-spp-detail .sizes ul li a.Square {
  background: url("/media/export/images/square_bottle_pc.png") no-repeat 0 -155px;
}
.module-spp-detail .sizes ul li a.Tall {
  background: url("/media/export/images/tall_bottle_pc.png") no-repeat 0 -155px;
}
.module-spp-detail .sizes ul li a.Jar {
  background: url("/media/export/images/jar_pc.png") no-repeat 0 -155px;
}
.module-spp-detail .sizes ul li a.active {
  background-position: 0 -5px;
  border: 1px solid #000;
  color: #000;
}
.module-spp-detail .sizes ul li a:hover {
  text-decoration: none;
  color: #5dba98;
}
.module-spp-detail .spp_product_status {
  padding-top: 8px;
  color: #ff3b89;
}
.module-spp-detail .spp_product_status .coming_soon_stock_msg a {
  clear: left;
  float: left;
  margin-bottom: 3px;
}
.module-spp-detail .spp_product_status .coming_soon_stock_msg a.btn-comingsoon {
  width: auto;
}
.module-spp-detail .spp_product_status .coming_soon_stock_msg a.btn-email {
  display: none;
}
.module-spp-detail .spp_product_status .coming_soon_stock_msg a.email-me {
  text-decoration: none;
}
.module-spp-detail .replenishment {
  /*
  background: transparent url("/media/images/global/nav/top/calendar-icon.png") no-repeat scroll 0 0;
  color: $color-notice-pink;
  font-size: 13px;
  height: 25px;
  margin: 10px 0 0 0;
  padding-left: 35px;
  text-align: left;
  width: auto;
  cursor: pointer;
  */
  background: transparent url("/media/images/global/nav/top/calendar-icon.png") no-repeat scroll 0 0;
  color: #5DBAB1;
  font-size: 11px;
  height: 25px;
  margin: 10px 0 0 0;
  padding-left: 35px;
  text-align: left;
  width: auto;
  cursor: pointer;
  width: 250px;
}

/*
**    Skin type
**/
.skin-type {
  border-top: 1px solid #dbdbdb;
  padding-top: 13px;
}
.skin-type ul.quickshop-type {
  *zoom: 1;
  margin: 9px 0 10px 0;
  padding: 0;
}
.skin-type ul.quickshop-type:before {
  content: " ";
  display: table;
}
.skin-type ul.quickshop-type:after {
  content: " ";
  display: table;
  clear: both;
}
.skin-type ul.quickshop-type li {
  float: left;
  display: block;
  margin: 0;
  vertical-align: top;
}
.skin-type ul.quickshop-type li:first-child {
  margin-left: 0px;
}
.skin-type ul.quickshop-type li a {
  height: initial;
  width: 72px;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  background: #fff;
  display: block;
  text-align: left;
  padding: 8px 5px 5px 5px;
  font-size: 10px;
  color: gray;
  margin: 0 5px 5px 0;
}
.skin-type ul.quickshop-type li a:hover {
  color: #5dba98;
}
.skin-type ul.quickshop-type li a.active {
  border: 2px solid black;
  color: black;
  background: #fff;
}
.skin-type ul.quickshop-type li a span {
  display: block;
  text-align: center;
  width: 17px;
  height: 17px;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  font-size: 12px;
  font-family: "HelveticaNeueLTStd65Medium", Verdana, Arial, Sans-Serif;
  border-radius: 50%;
  margin: 0 0 6px 0;
}
.skin-type ul.quickshop-type li a span.type-1 {
  background: #90ccba;
}
.skin-type ul.quickshop-type li a span.type-2 {
  background: #dbadcc;
}
.skin-type ul.quickshop-type li a span.type-3 {
  background: #f69f9f;
}
.skin-type ul.quickshop-type li a span.type-4 {
  background: #94cfd7;
}
.skin-type ul.quickshop-type li a .type {
  float: left;
}
.skin-type ul.quickshop-type li a .label {
  clear: both;
}
.skin-type ul.quickshop-type li.type-1 span {
  background: #90ccba;
}
.skin-type ul.quickshop-type li.type-2 span {
  background: #dbadcc;
}
.skin-type ul.quickshop-type li.type-3 span {
  background: #f69f9f;
}
.skin-type ul.quickshop-type li.type-4 span {
  background: #94cfd7;
}

.module-spp-detail .skin-type {
  border-top: 1px solid #dbdbdb;
  padding-top: 13px;
}
.module-spp-detail .skin-type h3 {
  color: #000;
  font-size: 15px;
  margin: 0 0 15px 0;
}

.quickshop-type {
  margin: 9px 0 10px 0;
}
.quickshop-type li {
  float: left;
  display: block;
  margin: 0 5px 5px 0;
  vertical-align: top;
}
.quickshop-type li:first-child {
  margin-left: 0px;
}
.quickshop-type li a {
  height: 72px;
  width: 72px;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  background: #fff;
  display: block;
  text-align: left;
  padding: 8px 5px 5px 5px;
  font-size: 10px;
  color: gray;
}
.quickshop-type li a.active {
  border: 2px solid black;
  color: black;
  background: #fff;
}
.quickshop-type li a:hover {
  text-decoration: none;
  color: #5dba98;
}
.quickshop-type li a span {
  display: block;
  text-align: center;
  width: 17px;
  height: 17px;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  font-size: 12px;
  font-family: "HelveticaNeueLTStd65Medium", Verdana, Arial, Sans-Serif;
  border-radius: 50%;
  margin: 0 0 6px 0;
}
.quickshop-type li a span.type-1 {
  background: #90ccba;
}
.quickshop-type li a span.type-2 {
  background: #dbadcc;
}
.quickshop-type li a span.type-3 {
  background: #f69f9f;
}
.quickshop-type li a span.type-4 {
  background: #94cfd7;
}
.quickshop-type li.type-1 span {
  background: #90ccba;
}
.quickshop-type li.type-2 span {
  background: #dbadcc;
}
.quickshop-type li.type-3 span {
  background: #f69f9f;
}
.quickshop-type li.type-4 span {
  background: #94cfd7;
}

.sbHolder {
  width: 220px;
  float: left;
}
.sbHolder .sbOptions li.multi-shade {
  padding: 0;
}
.sbHolder .sbOptions li.multi-shade .shade_icon {
  width: 24px;
}
.sbHolder .sbOptions li.multi-shade .shade_icon .multi-4 {
  height: 12px;
  width: 12px;
  float: left;
}
.sbHolder .sbOptions li.multi-shade .shade_icon .multi-2 {
  height: 24px;
  width: 12px;
  float: left;
}
.sbHolder .sbOptions li.multi-shade a {
  padding-left: 28px;
}
.sbHolder .shade_icon {
  width: 32px;
}
.sbHolder .shade_icon .multi-4 {
  height: 12px;
  width: 12px;
  float: left;
}
.sbHolder .shade_icon .multi-2 {
  height: 24px;
  width: 12px;
  float: left;
}

.module-spp-detail .col2 {
  float: left;
  width: 30%;
  color: #000;
}
.module-spp-detail .col2 .abstract ul {
  list-style: initial;
  margin: 10px;
  padding: 10px;
}
.module-spp-detail .col2 h2, .module-spp-detail .col2 .module-benefits .heading-container, .module-benefits .module-spp-detail .col2 .heading-container, .module-spp-detail .col2 .module-benefits .heading-container *, .module-benefits .heading-container .module-spp-detail .col2 * {
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 5px;
}
.module-spp-detail .col2 h2 a, .module-spp-detail .col2 .module-benefits .heading-container a, .module-benefits .module-spp-detail .col2 .heading-container a, .module-benefits .heading-container .module-spp-detail .col2 * a {
  color: #5dba98;
}
.module-spp-detail .col2 .ratings {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}
.module-spp-detail .col2 .ratings .review_percentage {
  font-size: 22px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
}
.module-spp-detail .col2 .reviews h3 {
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 5px;
  color: #000;
}
.module-spp-detail .col2 .reviews h4 {
  margin-bottom: 5px;
  color: #000;
}
.module-spp-detail .col2 .reviews h4 .user {
  color: #5dba98;
}
.module-spp-detail .col2 .reviews p {
  margin-bottom: 10px;
}
.module-spp-detail .col2 .reviews .pros strong {
  font-family: "HelveticaNeueLTStd65Medium", Verdana, Arial, Sans-Serif;
  font-weight: normal;
}
.module-spp-detail .col2 .reviews .write a {
  color: black;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  font-weight: 300;
}
.module-spp-detail .col2 .reviews .write a:hover {
  color: #44a07e;
}
.module-spp-detail .col2 .reviews .write a, .module-spp-detail .col2 .reviews .write a:hover {
  text-decoration: none;
}
.module-spp-detail .col2 .price {
  border-top: 1px solid #DBDBDB;
  display: block;
  font-size: 18px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  margin-bottom: 5px;
  padding-top: 13px;
}
.module-spp-detail .col2 .shade-dd .col1 {
  font-size: 13px;
  width: 22%;
  margin: 0;
}
.module-spp-detail .col2 .shade-dd .col2 {
  width: 76%;
}

.multi_qs_select {
  font-size: 22px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  font-weight: normal;
  padding-bottom: 10px;
  color: #000;
  width: 80%;
}

div.tiny-waitlist-overlay form p {
  margin: 15px 0 0 0;
}
div.tiny-waitlist-overlay form .field label {
  margin: 0;
}
div.tiny-waitlist-overlay form .field input[type=text] {
  width: 100%;
}

.pc_spp_view .wrap.page-spp {
  margin: 0 auto;
  max-width: 1008px;
  padding: 0 24px;
}
.pc_spp_view .wrap.page-spp.spp-extra {
  margin-bottom: 30px;
}
.pc_spp_view .page-spp .breadcrumbs {
  margin: 0 0 30px 0;
  padding: 15px 0 0 0;
}
.pc_spp_view .page-spp .breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1px 0 0;
  padding: 0;
  color: black;
  padding: 0 5px 0 0;
}
.pc_spp_view .page-spp .breadcrumbs li a {
  color: #231f20;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  font-weight: 300;
  padding: 0 5px 0 0;
}
.pc_spp_view .page-spp .breadcrumbs li a:hover {
  color: #44a07e;
}
.pc_spp_view .page-spp .breadcrumbs li a, .pc_spp_view .page-spp .breadcrumbs li a:hover {
  text-decoration: none;
}
.pc_spp_view .page-spp.related_content_item {
  margin-bottom: 40px;
  border-bottom: 1px solid #dbdbdb;
}
.pc_spp_view .page-spp.bv-widgets {
  clear: both;
  margin-bottom: 0;
  margin-top: 40px;
  background-color: #fff;
  background-image: linear-gradient(to top, #f7f7f7 18%, #ffffff 59%);
  background-image: -o-linear-gradient(bottom, #f7f7f7 18%, white 59%);
  background-image: -moz-linear-gradient(bottom, #f7f7f7 18%, white 59%);
  background-image: -webkit-linear-gradient(bottom, #f7f7f7 18%, white 59%);
  background-image: -ms-linear-gradient(bottom, #f7f7f7 18%, white 59%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.18, #f7f7f7), color-stop(0.59, white));
  border-bottom: 1px solid #DBDBDB;
}
.pc_spp_view .btn-secondary {
  background: #e8e9e8;
  text-transform: uppercase;
  color: gray;
  text-align: center;
  height: 24px;
  line-height: 27px;
  padding: 0 10px;
  font-size: 12px;
  text-align: center;
  display: inline-block;
  letter-spacing: 1px;
  border: 0;
}
.pc_spp_view .btn-secondary:hover {
  background: gray;
  color: #fff;
}
.pc_spp_view .options .price {
  font-size: 18px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  display: block;
  margin-bottom: 5px;
}
.pc_spp_view ul.read-reviews, .pc_spp_view ul.social-share {
  padding: 0;
}
.pc_spp_view .module-spp-detail {
  margin: 0 30px 0 0;
  padding: 0 0 42px;
}
.pc_spp_view .module-spp-detail .icon-message a:hover {
  text-decoration: none;
}
.pc_spp_view .module-spp-detail .container:before {
  content: " ";
  display: table;
}
.pc_spp_view .module-spp-detail .container:after {
  content: " ";
  display: table;
  clear: both;
}
.pc_spp_view .module-spp-detail .container .col1 {
  float: left;
  margin: 0 2% 0 0;
  width: 42%;
}
.pc_spp_view .module-spp-detail .container .col1 .product-img {
  /* display: block; */
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.pc_spp_view .module-spp-detail .container .col1 .spp-share-container {
  margin-top: -40px;
}
.pc_spp_view .module-spp-detail .container .col1 .spp-share-container .alternate-views {
  color: #808080;
  font-size: 10px;
  line-height: 10px;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.pc_spp_view .module-spp-detail .container .col1 .spp-share-container .alternate-views a {
  color: #000000;
}
.pc_spp_view .module-spp-detail .container .col1 .spp-share-container .alternate-views i {
  display: block;
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 2px;
}
.pc_spp_view .module-spp-detail .container .col1 .spp-share-container .read-reviews {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}
.pc_spp_view .module-spp-detail .container .col1 .spp-share-container .read-reviews li {
  display: inline-block;
  margin: 0 1px 0 0;
  padding: 0;
  vertical-align: middle;
}
.pc_spp_view .module-spp-detail .container .col1 .spp-share-container .read-reviews li a {
  color: #000000;
  padding: 0 5px 0 0;
}
.pc_spp_view .module-spp-detail .container .col1 .spp-share-container .read-reviews li a:hover {
  color: #5dba98;
}
.pc_spp_view .module-spp-detail .container .col1 .spp-share-container .social-share {
  display: inline-block;
  margin-left: 0;
  vertical-align: middle;
}
.pc_spp_view .module-spp-detail .container .col1 .spp-share-container .social-share li {
  display: inline-block;
  font-size: 23px;
  margin: 0;
  vertical-align: middle;
}
.pc_spp_view .module-spp-detail .container .col1 .spp-share-container .social-share li a {
  color: #BFBFBF;
  padding: 0 5px 0 0;
}
.pc_spp_view .module-spp-detail .container .col1 .spp-share-container .social-share li a:hover {
  color: #000000;
}
.pc_spp_view .module-spp-detail .container .col2 {
  color: #000000;
  float: left;
  width: 56%;
  font-size: 15px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
}
.pc_spp_view .module-spp-detail .container .col2 .shades .shade-dd .col1,
.pc_spp_view .module-spp-detail .container .col2 .sbHolder .sbSelector {
  font-size: inherit;
  font-family: inherit;
}
.pc_spp_view .module-spp-detail .container .col2 h1 {
  font-size: 36px;
  line-height: 1;
  margin: 0 0 15px;
  letter-spacing: -.3mm;
}
.pc_spp_view .module-spp-detail .container .col2 h2, .pc_spp_view .module-spp-detail .container .col2 .module-benefits .heading-container, .module-benefits .pc_spp_view .module-spp-detail .container .col2 .heading-container, .pc_spp_view .module-spp-detail .container .col2 .module-benefits .heading-container *, .module-benefits .heading-container .pc_spp_view .module-spp-detail .container .col2 * {
  font-size: 15px;
  line-height: 17px;
  margin: 0;
}
.pc_spp_view .module-spp-detail .container .col2 h2 strong, .pc_spp_view .module-spp-detail .container .col2 .module-benefits .heading-container strong, .module-benefits .pc_spp_view .module-spp-detail .container .col2 .heading-container strong, .module-benefits .heading-container .pc_spp_view .module-spp-detail .container .col2 * strong {
  font-family: "HelveticaNeueLTStd65Medium", Verdana, Arial, Sans-Serif;
  font-weight: normal;
}
.pc_spp_view .module-spp-detail .container .col2 p {
  line-height: 19px;
  margin: 0 0 10px;
}
.pc_spp_view .module-spp-detail .container .col2 .abstract {
  margin: 10px 0;
}
.pc_spp_view .module-spp-detail .container .col2 .abstract p {
  display: inline;
}
.pc_spp_view .module-spp-detail .container .col2 .support {
  margin: 25px 0 0;
  font-size: 15px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
}
.pc_spp_view .module-spp-detail .container .col2 .support #lpbuttonproduct,
.pc_spp_view .module-spp-detail .container .col2 .support #lpbuttonvideo {
  display: inline-block;
  cursor: pointer;
}
.pc_spp_view .module-spp-detail .container .col2 .support #lpbuttonproduct img,
.pc_spp_view .module-spp-detail .container .col2 .support #lpbuttonvideo img {
  vertical-align: middle;
}
.pc_spp_view .module-spp-detail .container .col2 .support p {
  margin-right: 10px;
}
.pc_spp_view .module-spp-detail .container .col2 .support .btn-secondary {
  background: none repeat scroll 0 0 #808080;
  color: #FFFFFF;
  margin: 15px 0 0 0;
}
.pc_spp_view .module-spp-detail .container .col2 .support .btn-secondary:hover {
  background-color: #5a5a5a;
}
.pc_spp_view .node-spp-related-content-item-set .field-item-set-type {
  display: none;
}
.pc_spp_view .how_to_use h3 {
  font-size: 36px;
  line-height: 38px;
  letter-spacing: -.3mm;
}
.pc_spp_view .how_to_use ul {
  list-style: initial;
  padding: 0 15px;
}
.pc_spp_view .how_to_use ul li {
  list-style-type: disc;
  font-size: 15px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  color: #000000;
  line-height: 1.2;
}
.pc_spp_view .sticky_content .sbHolder {
  margin-top: 10px;
}
.pc_spp_view .sticky_content .selected_sku {
  display: inline-block;
  vertical-align: middle;
}
.pc_spp_view .sticky_content .selected_sku.sized {
  background: url("/media/export/images/ddml_pc.png") no-repeat -130px -280px;
  padding-left: 25px;
  height: 25px;
}
.pc_spp_view .sticky_content .selected_sku.sized.Tube {
  background-image: url("/media/export/images/tube_pc.png");
}
.pc_spp_view .sticky_content .selected_sku.sized.Fragrance {
  background-image: url("/media/export/images/fragrance_pc.png");
}
.pc_spp_view .sticky_content .selected_sku.sized.Square {
  background-image: url("/media/export/images/square_bottle_pc.png");
}
.pc_spp_view .sticky_content .selected_sku.sized.Tall {
  background-image: url("/media/export/images/tall_bottle_pc.png");
}
.pc_spp_view .sticky_content .selected_sku.sized.Jar {
  background-image: url("/media/export/images/jar_pc.png");
}
.pc_spp_view .sticky_content .selected_sku img {
  vertical-align: middle;
  margin-right: 5px;
}
.pc_spp_view .sticky_content .selected_sku span {
  display: block;
  text-align: center;
  width: 17px;
  height: 17px;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  font-size: 12px;
  font-family: "HelveticaNeueLTStd65Medium", Verdana, Arial, Sans-Serif;
  border-radius: 50%;
  margin: 0 0 6px 0;
  float: left;
}
.pc_spp_view .sticky_content .selected_sku span.type-1 {
  background: #90ccba;
}
.pc_spp_view .sticky_content .selected_sku span.type-2 {
  background: #dbadcc;
}
.pc_spp_view .sticky_content .selected_sku span.type-3 {
  background: #f69f9f;
}
.pc_spp_view .sticky_content .selected_sku span.type-4 {
  background: #94cfd7;
}
.pc_spp_view .sticky_content .dropdown {
  padding: 8px 30px 6px 15px;
  text-align: left;
  cursor: pointer;
  background: #efefef url("/media/export/images/dd-arrow.png") no-repeat right -123px;
  float: left;
  height: 40px;
  margin: 3px 3px 3px 0;
  max-width: 220px;
}
.pc_spp_view .sticky_content .dropdown.active {
  background-position: right 12px;
}
.pc_spp_view .sticky_content .dropdown-menu {
  background: #efefef;
  padding: 10px 15px;
  text-align: left;
  position: absolute;
  top: 42px;
  z-index: 9001;
  border: none;
  border-width: 0;
}
.pc_spp_view .sticky_content .dropdown-menu h4 {
  color: #000000;
  font-size: 15px;
  padding: 10px 0;
}
.pc_spp_view .sticky_content .dropdown-menu.sizes ul {
  margin: 0 0 10px 0;
  padding: 0;
}
.pc_spp_view .sticky_content .dropdown-menu.sizes ul li {
  display: inline-block;
  margin: 0;
  float: left;
}
.pc_spp_view .sticky_content .dropdown-menu.sizes ul li a {
  display: block;
  width: 72px;
  height: 72px;
  /* IE8 hack */
  background: white url("/media/export/images/ddml_pc.png") no-repeat 0 -155px;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  color: gray;
  font-size: 12px;
  padding: 30px 4px 4px;
  line-height: 12px;
  margin: 0 5px 5px 0;
}
.pc_spp_view .sticky_content .dropdown-menu.sizes ul li a.Tube {
  background: white url("/media/export/images/tube_pc.png") no-repeat 0 -155px;
}
.pc_spp_view .sticky_content .dropdown-menu.sizes ul li a.Fragrance {
  background: white url("/media/export/images/fragrance_pc.png") no-repeat 0 -155px;
}
.pc_spp_view .sticky_content .dropdown-menu.sizes ul li a.Square {
  background: white url("/media/export/images/square_bottle_pc.png") no-repeat 0 -155px;
}
.pc_spp_view .sticky_content .dropdown-menu.sizes ul li a.Tall {
  background: white url("/media/export/images/tall_bottle_pc.png") no-repeat 0 -155px;
}
.pc_spp_view .sticky_content .dropdown-menu.sizes ul li a.Jar {
  background: white url("/media/export/images/jar_pc.png") no-repeat 0 -155px;
}
.pc_spp_view .sticky_content .dropdown-menu.sizes ul li a.active {
  background-position: 0 -5px;
  border: 2px solid #000;
  color: #000;
}
.pc_spp_view .sticky_content .dropdown-menu.sizes ul li a:hover {
  text-decoration: none;
  color: #5dba98;
}
.pc_spp_view .bv_hide {
  display: none;
}
.pc_spp_view .module-spp-detail .col2.bvflow_show h2, .pc_spp_view .module-spp-detail .col2.bvflow_show .module-benefits .heading-container, .module-benefits .pc_spp_view .module-spp-detail .col2.bvflow_show .heading-container, .pc_spp_view .module-spp-detail .col2.bvflow_show .module-benefits .heading-container *, .module-benefits .heading-container .pc_spp_view .module-spp-detail .col2.bvflow_show * {
  font-size: 24px;
  line-height: 1.5em;
  color: #5dba98;
}
.pc_spp_view .module-spp-detail .col2.bvflow_show h3 {
  color: #000000;
}
.pc_spp_view .module-spp-detail .col2.bvflow_show .bv_email {
  background: white;
  border: 1px solid #dbdbdb;
  vertical-align: middle;
  color: #111111;
  line-height: 35px;
  padding: 0px 13px;
}
.pc_spp_view .module-spp-detail .col2.bvflow_show .btn-bv {
  height: 37px;
  line-height: 41px;
  font-size: 17px;
  font-size: "HelveticaNeueLTStd65Medium", Verdana, Arial, Sans-Serif;
  padding: 0 15px;
  background: #5cba98;
  text-transform: uppercase;
  color: white;
  text-align: center;
  display: inline-block;
  letter-spacing: 1px;
  border: 0;
  font-family: "HelveticaNeueLTStd65Medium", Verdana, Arial, Sans-Serif;
  cursor: pointer;
}
.pc_spp_view .module-spp-detail .col2.bvflow_show .row {
  margin: 10px 0;
}
.pc_spp_view .module-spp-detail .col2.bvflow_show .row span {
  color: #ff3b89;
}

.cl-mpp-product-layout-v1 .hidden {
  display: none !important;
}
.cl-mpp-product-layout-v1 .mpp-wrapper {
  position: relative;
  max-width: 1000px;
  margin: 0px auto;
  padding: 0px 20px;
}
.cl-mpp-product-layout-v1 .mpp-wrapper h3 {
  color: #000;
  font-size: 22px;
  letter-spacing: -0.5px;
  line-height: 1;
  clear: both;
}
.cl-mpp-product-layout-v1 .mpp-wrapper h3 a {
  color: #46ab8c;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  font-weight: 300;
  text-decoration: underline !important;
}
.cl-mpp-product-layout-v1 .mpp-wrapper h3 a:hover {
  color: #44a07e;
}
.cl-mpp-product-layout-v1 .mpp-wrapper h3 a, .cl-mpp-product-layout-v1 .mpp-wrapper h3 a:hover {
  text-decoration: none;
}
.cl-mpp-product-layout-v1 .mpp-grid {
  margin-bottom: 60px;
}
.cl-mpp-product-layout-v1 .mpp-grid a {
  text-decoration: none;
}
.cl-mpp-product-layout-v1 .mpp-grid a h3 {
  color: #231f20;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  font-weight: 300;
}
.cl-mpp-product-layout-v1 .mpp-grid a h3:hover {
  color: #44a07e;
}
.cl-mpp-product-layout-v1 .mpp-grid a h3, .cl-mpp-product-layout-v1 .mpp-grid a h3:hover {
  text-decoration: none;
}
.cl-mpp-product-layout-v1 .mpp-grid #mpp-product-grid.view-small #quickshop {
  top: 2px;
}
.cl-mpp-product-layout-v1 .mpp-grid #mpp-product-grid.view-large #quickshop {
  top: 1px;
}
.cl-mpp-product-layout-v1 .mpp-grid ul {
  /* min-height: 800px;  - commented for bug# 168613 */
  padding: 0px;
  max-width: 1000px;
  margin: 0px auto;
}
.cl-mpp-product-layout-v1 .mpp-grid li.mpp-box {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
  position: relative;
}
.cl-mpp-product-layout-v1 .mpp-grid li.mpp-box .product-info {
  position: relative;
  top: -10px;
  margin-bottom: -20px;
}
.cl-mpp-product-layout-v1 .mpp-grid li.mpp-box .product-image {
  margin: 0 auto;
  display: none;
  width: 302px;
  height: 349px;
}
.cl-mpp-product-layout-v1 .mpp-grid li.mpp-box .product-image.threeup {
  display: block;
  margin-left: -1px;
}
.cl-mpp-product-layout-v1 .mpp-grid li.mpp-box p {
  margin: 0;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  font-size: 15px;
  line-height: 17px;
}
.cl-mpp-product-layout-v1 .mpp-grid li.mpp-box p.type {
  color: #231F20;
}
.cl-mpp-product-layout-v1 .mpp-grid li.mpp-box p.price {
  color: gray;
  font-family: "HelveticaNeueLTStd55Roman", Arial, Sans-Serif;
  font-size: 13px;
  line-height: 1.2;
}
.cl-mpp-product-layout-v1 .mpp-grid li.mpp-box .reviews {
  font-size: 11px;
  padding: 3px 0px 7px 53px;
  color: #46ab8c;
  font-family: "HelveticaNeueLTStd55Roman", Arial, Sans-Serif;
}
.cl-mpp-product-layout-v1 .mpp-grid li.mpp-box .badge {
  position: absolute;
  top: 30px;
  left: 45px;
  display: table;
  width: 80px;
  height: 80px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  z-index: 1;
  padding: 0;
  line-height: 16px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  vertical-align: middle;
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
}
.cl-mpp-product-layout-v1 .mpp-grid li.mpp-box .badge.badge_1, .cl-mpp-product-layout-v1 .mpp-grid li.mpp-box .badge.badge_17 {
  background: #fe6cb5;
}
.cl-mpp-product-layout-v1 .mpp-grid li.mpp-box .badge.badge_30 {
  background: #5dba98;
}
html.ie7 .cl-mpp-product-layout-v1 .mpp-grid li.mpp-box .badge {
  text-align: center;
}
.cl-mpp-product-layout-v1 .mpp-grid li.mpp-box .badge .badge-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
html.ie7 .cl-mpp-product-layout-v1 .mpp-grid li.mpp-box .badge .badge-inner {
  position: relative;
  margin-top: inherit;
  *clear: expression(style.marginTop = "" + (offsetHeight < parentNode.offsetHeight ? parseInt((parentNode.offsetHeight - offsetHeight) / 2) + "px" : "0"), style.clear = "none", 0 );
}
.cl-mpp-product-layout-v1 .mpp-grid li.mpp-box .btn-quickview {
  cursor: pointer;
  text-transform: uppercase;
  font-weight: normal;
  background-color: #FFF;
  border: solid 1px #989898;
  color: #989898;
  margin: 0;
  visibility: hidden;
  height: 0;
  padding: 0;
}
.cl-mpp-product-layout-v1 .mpp-grid li.mpp-box .btn-shopnow {
  margin: 0px 0px 5px 50px;
  cursor: pointer;
  visibility: hidden;
}
.cl-mpp-product-layout-v1 .mpp-grid li.mpp-box .mpp-product .btn-quickview {
  display: none;
}
.cl-mpp-product-layout-v1 .mpp-grid li.mpp-box .mpp-product-hover-view {
  display: none;
  position: absolute;
  top: -11px;
  padding-top: 10px;
  left: -1px;
  width: 302px;
  padding-bottom: 20px;
  background: #fff;
  z-index: 10;
  border: 1px solid black;
  min-height: 490px;
}
.cl-mpp-product-layout-v1 .mpp-grid li.mpp-box:hover .mpp-product-hover-view {
  display: block;
}
.cl-mpp-product-layout-v1 .mpp-grid li.mpp-box .mpp-product-hover-view .btn-favorite {
  position: absolute;
  top: 7px;
  right: 7px;
  height: 25px;
  width: 25px;
  background: url("/sites/clinique/themes/cl_base/img/btn-favorite-sprite.png") no-repeat 0px 0px;
}
.cl-mpp-product-layout-v1 .mpp-grid li.mpp-box .mpp-product-hover-view .btn-favorite:hover, .cl-mpp-product-layout-v1 .mpp-grid li.mpp-box .mpp-product-hover-view .btn-favorite.active {
  background-position: 0px -24px;
}
.cl-mpp-product-layout-v1 .mpp-grid li.mpp-box .mpp-product-hover-view .btn-quickview {
  margin: 0 0 10px;
  height: auto;
  padding: 4px 10px 3px;
  visibility: visible;
  position: absolute;
  top: 180px;
  left: 64px;
}
.cl-mpp-product-layout-v1 .mpp-grid li.mpp-box .mpp-product-hover-view .btn-quickview:hover {
  color: #5dba98;
  border-color: #5dba98;
}
.cl-mpp-product-layout-v1 .mpp-grid li.mpp-box .mpp-product-hover-view .btn-shopnow {
  visibility: visible;
  margin-top: 5px;
}
.cl-mpp-product-layout-v1 .mpp-grid li.mpp-box .mpp-product-hover-view .compare-container {
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  z-index: 100;
}
.cl-mpp-product-layout-v1 .mpp-grid li.mpp-box .mpp-product-hover-view .compare-container input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  height: 20px;
  width: 20px;
  border: solid 1px #808080;
  margin-right: 5px;
}
.cl-mpp-product-layout-v1 .mpp-grid li.mpp-box .mpp-product-hover-view .badge {
  top: 40px;
}
.cl-mpp-product-layout-v1 .mpp-grid li.mpp-box .caret {
  background: url("/media/export/images/qs-caret.png") no-repeat scroll 50% 0 transparent;
  display: block;
  height: 12px;
  left: 0;
  padding: 0;
  position: absolute;
  top: 329px;
  width: 182px;
  z-index: 9000;
}
.cl-mpp-product-layout-v1 .mpp-grid ul.view-large li.mpp-box {
  width: 303px;
  margin-right: 25px;
  min-height: 490px;
  position: relative;
}
.cl-mpp-product-layout-v1 .mpp-grid ul.view-large li.mpp-box:nth-child(3n) {
  margin-right: 0px !important;
}
.cl-mpp-product-layout-v1 .mpp-grid ul.view-large li.mpp-box p {
  padding: 0px 53px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  font-size: 15px;
  line-height: 1.2;
  word-spacing: -.3mm;
}
.cl-mpp-product-layout-v1 .mpp-grid ul.view-large li.mpp-box h3 {
  margin: 0;
  padding: 0 53px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  font-size: 15px;
  line-height: 1.2;
  word-spacing: -.3mm;
  width: 302px;
}
.cl-mpp-product-layout-v1 .mpp-grid ul.view-large li.mpp-box .btn-quickview {
  top: 300px;
  left: 105px;
}
.cl-mpp-product-layout-v1 .mpp-grid ul.view-large li.mpp-box .caret {
  top: 480px;
  left: 60px;
}
.cl-mpp-product-layout-v1 .mpp-grid ul.view-small li.mpp-box {
  width: 182px;
  margin-right: 12px;
  height: 338px;
}
.cl-mpp-product-layout-v1 .mpp-grid ul.view-small li.mpp-box:nth-child(5n) {
  margin-right: 0px !important;
}
.cl-mpp-product-layout-v1 .mpp-grid ul.view-small li.mpp-box .product-image {
  width: 181px;
  height: 209px;
  display: block;
  margin-left: -1px;
}
.cl-mpp-product-layout-v1 .mpp-grid ul.view-small li.mpp-box .product-image.threeup {
  display: none;
}
.cl-mpp-product-layout-v1 .mpp-grid ul.view-small li.mpp-box h3 {
  margin: 0;
  font-family: "HelveticaNeueLTStd55Roman", Arial, Sans-Serif;
  font-size: 13px;
  line-height: 1.2;
  width: 90%;
}
.cl-mpp-product-layout-v1 .mpp-grid ul.view-small li.mpp-box .reviews {
  padding-left: 0px;
}
.cl-mpp-product-layout-v1 .mpp-grid ul.view-small li.mpp-box .btn-shopnow {
  margin-left: 0px;
}
.cl-mpp-product-layout-v1 .mpp-grid ul.view-small li.mpp-box .mpp-product-hover-view {
  left: -21px;
  width: 224px;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 340px;
}
.cl-mpp-product-layout-v1 .mpp-grid ul.view-small li.mpp-box .badge {
  top: 35px;
  left: 18px;
  width: 60px;
  height: 60px;
  line-height: 11px;
  font-size: 11px;
}
.cl-mpp-product-layout-v1 .mpp-grid ul.view-small li.mpp-box .mpp-product-hover-view .badge {
  top: 45px;
  left: 38px;
}
.cl-mpp-product-layout-v1 .mpp-filter {
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
  padding: 23px 0px 0px 0px;
  margin: 0 0 15px 0;
  background: url("/sites/clinique/themes/cl_base/img/mpp/mpp-filter-bkg.png") repeat-x bottom white;
}
.cl-mpp-product-layout-v1 .mpp-filter h1 {
  margin: 0px;
  float: left;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  font-size: 36px;
  line-height: normal;
  letter-spacing: -.3mm;
  white-space: nowrap;
}
.cl-mpp-product-layout-v1 .mpp-filter h1 .item-count {
  font-size: 22px;
  letter-spacing: normal;
  padding: 0 0 5px 0;
  vertical-align: middle;
}
.cl-mpp-product-layout-v1 .mpp-filter .btn-filter-expand-collapse.large {
  display: none;
  width: auto;
  margin-bottom: 20px;
  font-size: 17px;
  height: 37px;
  line-height: 41px;
  padding: 0 15px;
}
.cl-mpp-product-layout-v1 .mpp-filter .btn-filter-expand-collapse.large .expanded-arrow {
  display: none;
}
.cl-mpp-product-layout-v1 .mpp-filter .btn-filter-expand-collapse.large:hover {
  background-color: #5dba98;
}
.cl-mpp-product-layout-v1 .mpp-filter .btn-filter-expand-collapse.large.expanded, .cl-mpp-product-layout-v1 .mpp-filter .btn-filter-expand-collapse.large.expanded:hover {
  background-color: #bebebe;
}
.cl-mpp-product-layout-v1 .mpp-filter .btn-filter-expand-collapse.large.expanded .unexpanded-arrow {
  display: none;
}
.cl-mpp-product-layout-v1 .mpp-filter .btn-filter-expand-collapse.large.expanded .expanded-arrow {
  display: inline;
}
.cl-mpp-product-layout-v1 .mpp-filter .btn-filter-expand-collapse.small {
  float: right;
  background: url("/media/images/products/mpp-filter-expand-collapse-sprite.png") no-repeat;
  display: block;
  height: 20px;
  position: absolute;
  right: 28px;
  top: 15px;
  width: 22px;
  cursor: pointer;
}
.cl-mpp-product-layout-v1 .mpp-filter .btn-filter-expand-collapse.small.expanded {
  background-position: 0 -20px;
}
.cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-subheaders {
  display: block;
  clear: both;
  padding-top: 30px;
}
.cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-subheaders h2, .cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-subheaders .module-benefits .heading-container, .module-benefits .cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-subheaders .heading-container, .cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-subheaders .module-benefits .heading-container *, .module-benefits .heading-container .cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-subheaders * {
  margin: 0 0 15px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  font-size: 22px;
  letter-spacing: -.1mm;
  line-height: 1.1;
  color: #1f1f1f;
}
.cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-column2 h2, .cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-column2 .module-benefits .heading-container, .module-benefits .cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-column2 .heading-container, .cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-column2 .module-benefits .heading-container *, .module-benefits .heading-container .cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-column2 * {
  margin-left: 25px;
}
.cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-column1 {
  float: left;
  width: 67%;
}
.cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-column1 ul {
  position: relative;
  left: -10px;
}
.cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-column2 {
  float: right;
  width: 30%;
  position: relative;
  border-left: solid 1px #dbdbdb;
}
.cl-mpp-product-layout-v1 .mpp-filter.fixed-width-items-only .mpp-filter-column1 {
  width: 65%;
  font-size: 15px;
  line-height: 1.2;
  word-spacing: -.3mm;
}
.cl-mpp-product-layout-v1 .mpp-filter.fixed-width-items-only .mpp-filter-column2 {
  padding-left: 15px;
  width: 34%;
}
.cl-mpp-product-layout-v1 .mpp-filter.fixed-width-items-only .mpp-filter-column2 h2, .cl-mpp-product-layout-v1 .mpp-filter.fixed-width-items-only .mpp-filter-column2 .module-benefits .heading-container, .module-benefits .cl-mpp-product-layout-v1 .mpp-filter.fixed-width-items-only .mpp-filter-column2 .heading-container, .cl-mpp-product-layout-v1 .mpp-filter.fixed-width-items-only .mpp-filter-column2 .module-benefits .heading-container *, .module-benefits .heading-container .cl-mpp-product-layout-v1 .mpp-filter.fixed-width-items-only .mpp-filter-column2 * {
  margin-left: 10px;
}
.cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-column1 ul, .cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-column2 ul {
  padding-left: 0px;
}
.cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-column1.narrow ul {
  width: 67%;
}
.cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-content .mpp-filter-column1, .cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-content .mpp-filter-column2 {
  margin-bottom: 10px;
}
.cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-content li.filter-item.group_2, .cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-content li.filter-item.group_3, .cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-content li.filter-item.group_4 {
  width: 74px;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
}
.cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-content li.filter-item.group_2 a, .cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-content li.filter-item.group_3 a, .cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-content li.filter-item.group_4 a {
  text-align: center;
  background: no-repeat center 25px;
  min-height: 120px;
  padding: 85px 5px 0;
  font-family: "HelveticaNeueLTStd55Roman", Arial, Sans-Serif;
  font-size: 13px;
  line-height: 1.2;
}
.cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-content li.filter-item.naturals_nudes a {
  background-image: url("/sites/clinique/themes/cl_base/img/mpp/naturals-nudes.png");
}
.cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-content li.filter-item.naturals_browns a {
  background-image: url("/sites/clinique/themes/cl_base/img/mpp/naturals-browns.png");
}
.cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-content li.filter-item.nudes a {
  background-image: url("/sites/clinique/themes/cl_base/img/mpp/nudes.png");
}
.cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-content li.filter-item.pinks a {
  background-image: url("/sites/clinique/themes/cl_base/img/mpp/pinks.png");
}
.cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-content li.filter-item.violets a {
  background-image: url("/sites/clinique/themes/cl_base/img/mpp/violets.png");
}
.cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-content li.filter-item.tawny_corals a {
  background-image: url("/sites/clinique/themes/cl_base/img/mpp/tawny-corals.png");
}
.cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-content li.filter-item.goldens_to_greens a {
  background-image: url("/sites/clinique/themes/cl_base/img/mpp/goldens-to-greens.png");
}
.cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-content li.filter-item.violets_blues a {
  background-image: url("/sites/clinique/themes/cl_base/img/mpp/violets-blues.png");
}
.cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-content li.filter-item.very_fair a {
  background-image: url("/sites/clinique/themes/cl_base/img/mpp/very-fair.png");
}
.cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-content li.filter-item.moderately_fair a {
  background-image: url("/sites/clinique/themes/cl_base/img/mpp/moderately-fair.png");
}
.cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-content li.filter-item.medium a {
  background-image: url("/sites/clinique/themes/cl_base/img/mpp/medium.png");
}
.cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-content li.filter-item.deep a {
  background-image: url("/sites/clinique/themes/cl_base/img/mpp/deep.png");
}
.cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-content li.filter-item.cream a {
  background-image: url("/sites/clinique/themes/cl_base/img/mpp/cream_transparent.png");
}
.cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-content li.filter-item.powder a {
  background-image: url("/sites/clinique/themes/cl_base/img/mpp/powder_transparent.png");
}
.cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-content li.filter-item.liquid a {
  background-image: url("/sites/clinique/themes/cl_base/img/mpp/liquid_transparent.png");
}
.cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-content li.filter-item.pencil a {
  background-image: url("/sites/clinique/themes/cl_base/img/mpp/pencil_transparent.png");
}
.cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-content li.filter-item.group_4.cream a {
  background-image: url("/sites/clinique/themes/cl_base/img/mpp/cream-bw_transparent.png");
}
.cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-content li.filter-item.group_4.powder a {
  background-image: url("/sites/clinique/themes/cl_base/img/mpp/powder-bw_transparent.png");
}
.cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-content li.filter-item.group_4.liquid a {
  background-image: url("/sites/clinique/themes/cl_base/img/mpp/liquid-bw_transparent.png");
}
.cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-content .mpp-filter-column2 li.filter-item.group_2 a, .cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-content .mpp-filter-column2 li.filter-item.group_3 a, .cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-content .mpp-filter-column2 li.filter-item.group_4 a {
  margin-left: 0;
}
.cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-column1 ul li, .cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-column2 ul li {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  margin: 0 6px 2px 0;
  padding: 0;
  position: relative;
}
.cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-column1.narrow ul li {
  width: 45%;
}
.cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-column1 ul li a {
  letter-spacing: -0.01em;
  font-size: 13px;
  font-family: "HelveticaNeueLTStd55Roman", Arial, Sans-Serif;
  color: #231f20;
  min-height: 27px;
  color: black;
  display: block;
  padding-top: 6px;
  padding-right: 5px;
  padding-bottom: 0;
  vertical-align: baseline;
  width: auto;
  text-align: left;
}
.cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-column2 ul li a {
  letter-spacing: -0.01em;
  font-size: 13px;
  font-family: "HelveticaNeueLTStd55Roman", Arial, Sans-Serif;
  color: #231f20;
  min-height: 27px;
  color: black;
  display: block;
  padding-top: 6px;
  padding-right: 5px;
  padding-bottom: 0;
  vertical-align: baseline;
  width: auto;
  text-align: left;
  margin-left: 15px;
}
.cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-column1 ul li a .close-filter, .cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-column2 ul li a .close-filter {
  background: #fff;
  width: 12px;
  height: 11px;
  background: url("/media/images/products/remove-filter-x.png") no-repeat 0 0;
  display: none;
  font-size: 12px;
  text-align: center;
  line-height: 13px;
  font-style: normal;
  position: absolute;
  padding: 0;
  top: 8px;
  right: 9px;
  color: black;
  text-indent: -9999px;
  overflow: hidden;
}
.cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-column1 ul li a:hover, .cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-column2 ul li a:hover {
  color: #5dba98;
  text-decoration: none;
}
.cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-column1 ul li a.active, .cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-column2 ul li a.active {
  border: 1px solid #d1d1d1;
  color: black;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 3px 3px rgba(160, 160, 160, 0.15);
  box-shadow: 0 0 3px 3px rgba(160, 160, 160, 0.15);
  background-color: #fff;
}
.cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-column1 ul li a.active span, .cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-column2 ul li a.active span {
  display: block;
}
.cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-column1 ul li.inactive, .cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-column2 ul li.inactive {
  opacity: 0.2;
}
.cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-column1 ul li.inactive b {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0;
  z-index: 11;
  position: absolute;
  top: 0;
}
.cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-column2 ul li {
  width: auto;
  float: none;
  display: block;
  margin-right: 0;
}
.cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-column2 ul li.inactive b {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0;
  z-index: 11;
  position: absolute;
  top: 0;
}
.cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-column2 ul li a {
  padding: 3px 0;
}
.cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-column2 ul li a .skin-type-icon {
  display: inline-block;
  text-align: center;
  width: 17px;
  height: 17px;
  line-height: 18px;
  color: #fff;
  font-size: 12px;
  font-family: "HelveticaNeueLTStd55Roman", Arial, Sans-Serif;
  border-radius: 50%;
  margin: 0 10px 0 10px;
  background: #808080;
}
.cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-column2 ul li a.active .skin-type-icon {
  display: inline-block;
}
.cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-column2 ul li.type-I a.active .skin-type-icon {
  background: #90ccba;
}
.cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-column2 ul li.type-II a.active .skin-type-icon {
  background: #dbadcc;
}
.cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-column2 ul li.type-III a.active .skin-type-icon {
  background: #f69f9f;
}
.cl-mpp-product-layout-v1 .mpp-filter .mpp-filter-column2 ul li.type-IV a.active .skin-type-icon {
  background: #94cfd7;
}
.cl-mpp-product-layout-v1 .mpp-view-options {
  margin: 0;
  min-height: 25px;
}
.cl-mpp-product-layout-v1 .mpp-view-options h2, .cl-mpp-product-layout-v1 .mpp-view-options .module-benefits .heading-container, .module-benefits .cl-mpp-product-layout-v1 .mpp-view-options .heading-container, .cl-mpp-product-layout-v1 .mpp-view-options .module-benefits .heading-container *, .module-benefits .heading-container .cl-mpp-product-layout-v1 .mpp-view-options * {
  float: left;
  margin: 0;
  color: #1f1f1f;
  width: 200px;
  font-size: 15px;
  line-height: 1.2;
  word-spacing: -.3mm;
}
.cl-mpp-product-layout-v1 .mpp-view-options .mpp-view-toggle {
  float: right;
  margin: 0 30px 0 0;
  color: black;
  font-size: 14px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
}
.cl-mpp-product-layout-v1 .mpp-view-options .mpp-view-toggle a.view-large, .cl-mpp-product-layout-v1 .mpp-view-options .mpp-view-toggle a.view-small {
  background: url("/media/export/images/toggle-view-sprite.png") no-repeat 0 0;
  /*mpp-toggle-view-sprite.png*/
  width: 16px;
  height: 16px;
  display: block;
  float: right;
  border: 0;
  margin: 0px 0px 0px 5px;
}
.cl-mpp-product-layout-v1 .mpp-view-options .mpp-view-toggle a.view-large {
  background-position: 0px 0px;
}
.cl-mpp-product-layout-v1 .mpp-view-options .mpp-view-toggle a.view-large.active {
  background-position: 0px -16px;
}
.cl-mpp-product-layout-v1 .mpp-view-options .mpp-view-toggle a.view-small {
  background-position: -16px 0px;
}
.cl-mpp-product-layout-v1 .mpp-view-options .mpp-view-toggle a.view-small.active {
  background-position: -16px -16px;
}
.cl-mpp-product-layout-v1 .mpp-view-options .mpp-view-toggle span {
  float: left;
  font-family: "HelveticaNeueLTStd55Roman", Arial, Sans-Serif;
  font-size: 13px;
  line-height: 1.2;
  margin-right: 5px;
}
.cl-mpp-product-layout-v1 .mpp-view-options .mpp-sort-by {
  color: black;
  float: right;
  position: relative;
  padding: 0px;
  margin: 0px;
  font-family: "HelveticaNeueLTStd55Roman", Arial, Sans-Serif;
  font-size: 13px;
  line-height: 1.2;
}
.cl-mpp-product-layout-v1 .mpp-view-options .mpp-sort-by li {
  display: inline;
  padding: 0 0 0 8px;
}
.cl-mpp-product-layout-v1 .mpp-view-options .mpp-sort-by li a {
  color: gray;
  font-family: "HelveticaNeueLTStd55Roman", Arial, Sans-Serif;
  font-size: 13px;
  line-height: 1.2;
}
.cl-mpp-product-layout-v1 .mpp-view-options .mpp-sort-by li a.active {
  color: #231f20;
}
.cl-mpp-product-layout-v1 .mpp-view-options .mpp-sort-by li a.active:hover {
  color: inherit;
  cursor: inherit;
}
.cl-mpp-product-layout-v1 .mpp-view-options .mpp-sort-by .sort-more-trigger {
  background: url("mpp-sort-more-down.png") no-repeat 100% 2px;
  padding-right: 13px;
  display: inline-block;
}
.cl-mpp-product-layout-v1 .mpp-view-options .mpp-sort-by .sort-more-dropdown {
  position: absolute;
  right: -18px;
  top: 20px;
  background: #fff;
  border-bottom: solid 1px #e6e6e6;
  z-index: 2;
  padding: 5px 0;
  margin: 0px;
}
.cl-mpp-product-layout-v1 .mpp-view-options .mpp-sort-by .sort-more-dropdown.hidden {
  display: none;
}
.cl-mpp-product-layout-v1 .mpp-view-options .mpp-sort-by .sort-more-dropdown li {
  display: block;
  margin-bottom: 8px;
}

/* Product Grid Section */
/* 3-Up Design*/
/* 5-Up Design */
/* Filter Section */
/* Sort By/View Options Section */
/* iPad Styles */
@media screen and (max-width: 768px) {
  .cl-mpp-product-layout-v1 .mpp-grid #mpp-product-grid {
    width: 600px;
  }
  .cl-mpp-product-layout-v1 .mpp-grid #mpp-product-grid .btn-quickview {
    position: absolute;
    visibility: visible;
    display: block;
  }
  .cl-mpp-product-layout-v1 .mpp-grid #mpp-product-grid.view-small .product-image {
    margin-bottom: 10px;
  }
  .cl-mpp-product-layout-v1 .mpp-grid #mpp-product-grid.view-small .btn-quickview {
    left: 44px;
    top: 190px;
  }
  .cl-mpp-product-layout-v1 .mpp-grid #mpp-product-grid.view-large {
    width: 660px;
  }
  .cl-mpp-product-layout-v1 .mpp-grid #mpp-product-grid.view-large .btn-quickview {
    left: 105px;
    top: 315px;
  }
  .cl-mpp-product-layout-v1 .mpp-grid #mpp-product-grid li.mpp-box:hover .mpp-product-hover-view {
    display: none;
  }
  .cl-mpp-product-layout-v1 .mpp-grid #mpp-product-grid li.mpp-box .btn-shopnow {
    visibility: visible;
  }
  .cl-mpp-product-layout-v1 .mpp-grid #mpp-product-grid #quickshop {
    width: inherit;
  }
  .cl-mpp-product-layout-v1 .mpp-filter {
    max-height: 404px;
  }
  .cl-mpp-product-layout-v1 .mpp-filter .btn-filter-expand-collapse.small {
    display: none;
  }
  .cl-mpp-product-layout-v1 .mpp-filter .btn-filter-expand-collapse.large {
    display: block;
    clear: both;
  }
  .cl-mpp-product-layout-v1 .mpp-filter .subheaders h2, .cl-mpp-product-layout-v1 .mpp-filter .subheaders .module-benefits .heading-container, .module-benefits .cl-mpp-product-layout-v1 .mpp-filter .subheaders .heading-container, .cl-mpp-product-layout-v1 .mpp-filter .subheaders .module-benefits .heading-container *, .module-benefits .heading-container .cl-mpp-product-layout-v1 .mpp-filter .subheaders * {
    font-size: 17px;
    line-height: 22px;
  }
}
.promo_product_row {
  border: 1px solid transparent;
  clear: both;
  overflow: hidden;
  padding: 10px 0 0 0;
  position: relative;
  height: 410px;
}
.promo_product_row:hover {
  border-color: #231f20;
}
.promo_product_row.power-couples-row-v1, .promo_product_row.three-step-row-v1 {
  padding: 10px 0;
  height: auto;
}
.promo_product_row .row-info {
  float: left;
  padding: 0 1% 0 5.5%;
  width: 40%;
}
.promo_product_row .row-info h3 {
  color: #1a1a1a;
  font-size: 36px;
  line-height: 1;
  margin: 80px 0 0 0;
}
.three-step-formatter-rows .promo_product_row .row-info h3, .power-couples-formatter-rows .promo_product_row .row-info h3 {
  margin-top: 40px;
}
.promo_product_row .row-info .subheading {
  color: #1a1a1a;
  font-size: 22px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  line-height: 1;
  margin: 10px 0 0 0;
}
.promo_product_row .row-info .button {
  font-size: 18px;
  font-weight: bold;
  margin: 45px 0 65px 0;
}
.promo_product_row .row-products {
  float: left;
  padding: 0 5.5% 0 0;
  width: 60%;
}
.promo_product_row .product {
  border: 1px solid transparent;
  color: #808080;
  float: left;
  font-size: 13px;
  margin: 0;
  padding: 45px 0 10px 0;
  width: 33%;
  position: relative;
}
.three-step-formatter-rows .promo_product_row .product, .power-couples-formatter-rows .promo_product_row .product {
  padding: 10px 0;
}
.three-step-formatter-rows .promo_product_row .product .product-image, .power-couples-formatter-rows .promo_product_row .product .product-image {
  margin-bottom: 0;
}
.three-step-formatter-rows .promo_product_row .product .btn-favorite, .three-step-formatter-rows .promo_product_row .product .btn-shopnow, .three-step-formatter-rows .promo_product_row .product .btn-quickview, .power-couples-formatter-rows .promo_product_row .product .btn-favorite, .power-couples-formatter-rows .promo_product_row .product .btn-shopnow, .power-couples-formatter-rows .promo_product_row .product .btn-quickview {
  display: block;
  visibility: hidden;
}
.three-step-formatter-rows .promo_product_row .product .btn-shopnow, .power-couples-formatter-rows .promo_product_row .product .btn-shopnow {
  margin-bottom: 0;
}
.three-step-formatter-rows .promo_product_row .product:hover .btn-favorite, .three-step-formatter-rows .promo_product_row .product:hover .btn-shopnow, .three-step-formatter-rows .promo_product_row .product:hover .btn-quickview, .power-couples-formatter-rows .promo_product_row .product:hover .btn-favorite, .power-couples-formatter-rows .promo_product_row .product:hover .btn-shopnow, .power-couples-formatter-rows .promo_product_row .product:hover .btn-quickview {
  visibility: visible;
}
.promo_product_row .product .btn-favorite, .promo_product_row .product .btn-shopnow, .promo_product_row .product .btn-quickview {
  display: none;
}
.promo_product_row .product .btn-shopnow {
  margin: 10px 0px 10px 20%;
}
.promo_product_row .product .btn-quickview {
  position: absolute;
  left: 20%;
  top: 160px;
  z-index: 100;
  background-color: #FFF;
  border: solid 1px #808080;
  font-weight: normal;
  color: #808080;
}
.promo_product_row .product .btn-favorite {
  position: absolute;
  top: 7px;
  right: 7px;
  height: 25px;
  width: 25px;
  background: url("/sites/clinique/themes/cl_base/img/btn-favorite-sprite.png") no-repeat 0px 0px;
}
.promo_product_row .product .product-image {
  margin: 0 0 10px 0;
  text-align: center;
}
.promo_product_row .product .product-image img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  width: auto;
}
.promo_product_row .product .product-info {
  padding: 0 20%;
}
.promo_product_row .product .product-title {
  color: #231f20;
  min-height: 34px;
}
.promo_product_row .product .product-price {
  color: gray;
}
.promo_product_row .product:hover {
  background: #fff;
  border-color: #231f20;
}
.promo_product_row .product:hover .btn-favorite {
  display: block;
}
.promo_product_row .product:hover .btn-favorite:hover, .promo_product_row .product:hover .btn-favorite.active {
  background-position: 0px -24px;
}
.promo_product_row .product:hover .btn-shopnow {
  display: inline-block;
}
.promo_product_row .product:hover .btn-quickview {
  display: block;
}
.promo_product_row .product:hover .btn-quickview:hover {
  color: #5dba98;
  border-color: #5dba98;
}
.promo_product_row .product .caret {
  background: url("/media/export/images/qs-caret.png") no-repeat scroll 50% 0 transparent;
  height: 12px;
  left: 0;
  padding: 0;
  position: absolute;
  top: 385px;
  width: 182px;
  z-index: 9000;
}

/* product hover state */
#quickshop {
  top: -2px;
}

#sticky-bar {
  position: fixed;
  top: -48px;
  height: 48px;
  width: 100%;
  z-index: 9998;
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 0.3);
}
#sticky-bar .outer-wrap, #sticky-bar .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 #sticky-bar h3, #sticky-bar .spp-extra .module-may-we-suggest .wrap, .spp-extra .module-may-we-suggest #sticky-bar .wrap {
  max-width: 1040px;
  position: relative;
}
#sticky-bar .site-logo {
  width: 98px;
  float: left;
  padding-top: 14px;
}
#sticky-bar .gnav-drop-down-v1 {
  height: 28px;
}
#sticky-bar #sticky_bar_content {
  height: 47px;
  color: #1f1f1f;
  padding: 0;
}
#sticky-bar #sticky_bar_content h3 {
  margin: 0;
  font-size: 22px;
  color: #5dba98;
  padding: 10px 20px;
  float: left;
}
#sticky-bar #sticky_bar_content h3 .item-count {
  display: none;
}
#sticky-bar #sticky_bar_content .sticky_content {
  /* width: 771px; */
}
#sticky-bar #sticky_bar_content .sticky_content .sticky_prod_info {
  float: left;
  padding: 0 10px 0 10px;
  width: 28%;
  position: relative;
}
#sticky-bar #sticky_bar_content .sticky_content .sticky_prod_info img {
  position: absolute;
}
#sticky-bar #sticky_bar_content .sticky_content .sticky_prod_info h4 {
  float: left;
  padding: 10px 0 0 45px;
  height: 45px;
  overflow: hidden;
  color: #000000;
  /* width: 230px; */
}
#sticky-bar #sticky_bar_content .sticky_content .sticky_prod_select {
  float: right;
  padding-right: 150px;
}
#sticky-bar #sticky_bar_content .sticky_content .sticky_prod_select .btn-add-to-bag {
  float: left;
  margin: 5px 10px;
}
#sticky-bar #sticky_bar_content .sticky_content .sticky_prod_select .price {
  float: right;
  font-size: 18px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  padding: 14px 0 0;
}
#sticky-bar .tertiary-nav {
  float: right;
  margin: 0 5px 0 0;
  height: 47px;
  z-index: 2;
  background: #fff;
}
#sticky-bar .icon-search {
  font-size: 20px;
  color: #b0afaf;
}
#sticky-bar .tertiary-nav li.searchbar {
  position: relative;
}
#sticky-bar .tertiary-nav > li.searchbar .search-mobile {
  padding: 0;
  color: #b0afaf;
  font-size: 21px;
  display: inline-block;
  margin: 4px 0 0 0;
  position: relative;
  text-decoration: none;
  vertical-align: top;
}
#sticky-bar .search-mobile-form {
  background: #fff;
  display: inline-block;
  z-index: 9000;
  overflow: hidden;
  width: 0;
}
#sticky-bar .search-mobile-form .form-type-textfield {
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -ms-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
#sticky-bar .search-mobile-form input {
  border: 0;
  margin: 2px 0 0 0;
  padding: 0;
  outline: none;
}
#sticky-bar .search-mobile-form input.form-submit {
  background-image: none !important;
  background-color: transparent;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  right: 0;
  z-index: 999;
  display: none;
}
#sticky-bar .search-mobile-form input.form-text {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.4) inset;
  color: gray;
  font-size: 14px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  height: 30px;
  line-height: 30px;
  padding: 0 8px;
  width: 260px;
}
#sticky-bar .search-mobile-form .form-tablet {
  display: none;
}
#sticky-bar .tertiary-nav > li {
  display: inline-block;
  border-left: 1px solid #ddd;
  vertical-align: middle;
  height: 47px;
  text-align: center;
  padding: 7px 8px 0;
}
#sticky-bar .tertiary-nav > li.live-chat {
  padding-top: 16px;
}
#sticky-bar .ico-live-chat {
  width: 24px;
  height: 25px;
  display: block;
  background: url("/media/export/cms/icon-live-chat.png") no-repeat 0 0;
  background-color: transparent;
  border: 0;
  color: transparent;
  font: 0 / 0 a;
  text-shadow: none;
}

.filter_div {
  float: left;
  padding: 18px 30px;
}

/* Exception of tertiary nav on SPP pages (needed after Paul G "more" functionality changes of 6.18) */
.pc_spp_view #sticky-bar .tertiary-nav {
  position: absolute;
  right: 0;
}

@media screen and (max-width: 940px) {
  #sticky-bar .tertiary-nav {
    display: none;
  }
  #sticky-bar #sticky_bar_content {
    min-width: 760px;
  }
  #sticky-bar #sticky_bar_content .sticky_content .sticky_prod_select {
    padding-right: 0;
  }
}
@media screen and (max-width: 790px) {
  #sticky-bar #sticky_bar_content {
    min-width: 730px;
  }
  #sticky-bar #sticky_bar_content .sticky_content .sticky_prod_select .price {
    display: none;
  }

  #sticky-bar .outer-wrap .mm-menu, #sticky-bar .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3 .mm-menu, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 #sticky-bar h3 .mm-menu, #sticky-bar .spp-extra .module-may-we-suggest .wrap .mm-menu, .spp-extra .module-may-we-suggest #sticky-bar .wrap .mm-menu {
    padding: 0 10px 0 30px;
  }
  #sticky-bar .outer-wrap .mm-menu li, #sticky-bar .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3 .mm-menu li, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 #sticky-bar h3 .mm-menu li, #sticky-bar .spp-extra .module-may-we-suggest .wrap .mm-menu li, .spp-extra .module-may-we-suggest #sticky-bar .wrap .mm-menu li {
    padding: 0 3px;
  }
  #sticky-bar .outer-wrap .mm-menu li .more-content, #sticky-bar .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3 .mm-menu li .more-content, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 #sticky-bar h3 .mm-menu li .more-content, #sticky-bar .spp-extra .module-may-we-suggest .wrap .mm-menu li .more-content, .spp-extra .module-may-we-suggest #sticky-bar .wrap .mm-menu li .more-content {
    margin-top: 3px;
  }
}
/* un-comment to see where the sticky swicthing element is placed */
/* .sticky-marker { height: 10px; width: 10px; background-color: #ff0000; z-index: 10000; } */
/* MIXINS */
/* END OF MIXINS */
#ff_spp #ff-header h1.h_result {
  display: block;
}

#ff_spp #ff-header h1.h_no_result {
  width: 720px;
  display: none;
}

#ff_spp #ff-header h2.h_no_result_sub, #ff_spp #ff-header .module-benefits .h_no_result_sub.heading-container, .module-benefits #ff_spp #ff-header .h_no_result_sub.heading-container, #ff_spp #ff-header .module-benefits .heading-container .h_no_result_sub, .module-benefits .heading-container #ff_spp #ff-header .h_no_result_sub {
  display: none;
}

#ff_spp #ff-header.vss .h_result,
#ff_spp #ff-header.vss .h_result_sub {
  display: none;
}

#ff_spp #ff-header.vss h1.h_no_result,
#ff_spp #ff-header.vss h2.h_no_result_sub,
#ff_spp #ff-header.vss .module-benefits .h_no_result_sub.heading-container,
.module-benefits #ff_spp #ff-header.vss .h_no_result_sub.heading-container,
#ff_spp #ff-header.vss .module-benefits .heading-container .h_no_result_sub,
.module-benefits .heading-container #ff_spp #ff-header.vss .h_no_result_sub {
  display: block;
}

/* Prod */
#ff_spp #product-results .result > div {
  float: left;
}

#ff_spp #product-results .quick-info-link {
  position: absolute;
}

#ff_spp #product-results .result .prod_attribute {
  position: relative;
  clear: both;
  width: 411px;
  margin-bottom: 18px;
}

#ff_spp #product-results .result dl.prod_attribute_list {
  width: 100%;
  margin-bottom: 5px;
}

#ff_spp #productresults .result .shades .shade {
  position: relative;
  float: left;
  width: 171px;
  height: 170px;
  margin: 0 10px 0 10px;
  cursor: pointer;
}

#ff_spp #product-results .result .prod_attribute .prod_description {
  width: 388px;
  padding-right: 10px;
  line-height: 16px;
  overflow: auto;
}

#ff_spp #product-results .result .prod_attribute .prod_description_header {
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0px;
  width: 13px;
  height: 11px;
  overflow: hidden;
  cursor: pointer;
  background: url(/media/images/foundation_finder/btn_desc_arrow.png) no-repeat 0 -11px;
  display: none;
}

#ff_spp #product-results .result .prod_attribute .prod_description_header.collapsed {
  background-position: 0 0;
  bottom: auto;
  top: 0;
}

#ff_spp #product-results .result .prod_attribute .accordion-content {
  display: none;
}

#ff_spp #product-results .result .shades {
  display: block;
  position: relative;
  width: 100%;
}

#ff_spp #product-results .result .shades .results-header {
  font-size: 24px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
}

/* active */
#ff_spp #product-results .result .shades .shade.active img {
  width: 206px;
  height: 205px;
}

#ff_spp .add-to-bag {
  margin: 6px 0 16px 0;
}

/*#ff_spp a.btn-add-to-bag,
#ff_spp a.btn-add-to-bag img { display: block; }*/
#ff_spp #product-results .result .prod_return h3 {
  /* Bug 164583 */
  font-size: 16px;
  color: #409138;
  margin-bottom: 12px;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  font-size-adjust: none;
  color: #333333;
  line-height: 13px;
}

#ff_spp .ff_divider {
  clear: both;
  width: 100%;
  padding-bottom: 45px;
  border-top: 1px solid #dadada;
}

/* WWW */
#ff_spp #works-with-results .results-header .loading {
  position: absolute;
  bottom: 0;
  left: 0;
}

#ff_spp #works-with-results .results div.qs {
  padding: 9px;
  border: 1px solid #231f20;
}

#ff_spp #works-with-results .result .image a.quickshop-link img.quickshop-btn {
  display: none;
}

#ff_spp #works-with-results .result .image a.quickshop-link img.qs-active {
  display: block;
  position: absolute;
  bottom: 18px;
  left: 18px;
}

#ff_spp .result .shades .shade .search-swatch-container .search-swatch-container {
  width: 20px;
  height: 20px;
}

/*  Bug d160617 */
#works-with-results div.first.last.single {
  width: 20px;
  height: 20px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.search-swatch-container span {
  margin-left: 6px;
}

#ff_spp {
  font-size: 12px;
  color: #333333;
  /* .ff_spp_product */
  /* works-with-results */
}
#ff_spp .btn-add-to-bag {
  height: auto;
}
#ff_spp .ff_spp_product {
  /* #ff_header_container */
  /* #product-results */
}
#ff_spp .ff_spp_product .ff_header_center {
  padding: 0 0 0 23px;
  margin: 0 auto;
  width: 960px;
}
#ff_spp .ff_spp_product #ff_header_container {
  height: 200px;
  background: url("/media/images/foundation_finder/bg_header_ff_results.png") repeat scroll 0 0 transparent;
  margin: 40px 0 60px 0;
}
#ff_spp .ff_spp_product #ff_header_container #ff-header {
  margin-bottom: 35px;
}
#ff_spp .ff_spp_product #ff_header_container #ff-header h1 {
  font-size: 36px;
  color: #5dba98;
}
#ff_spp .ff_spp_product #ff_header_container #ff-header h2, #ff_spp .ff_spp_product #ff_header_container #ff-header .module-benefits .heading-container, .module-benefits #ff_spp .ff_spp_product #ff_header_container #ff-header .heading-container, #ff_spp .ff_spp_product #ff_header_container #ff-header .module-benefits .heading-container *, .module-benefits .heading-container #ff_spp .ff_spp_product #ff_header_container #ff-header * {
  font-size: 22px;
  color: #231f20;
  text-transform: capitalize;
}
#ff_spp .ff_spp_product #ff_header_container #ff-header h2 span, #ff_spp .ff_spp_product #ff_header_container #ff-header .module-benefits .heading-container span, .module-benefits #ff_spp .ff_spp_product #ff_header_container #ff-header .heading-container span, .module-benefits .heading-container #ff_spp .ff_spp_product #ff_header_container #ff-header * span {
  text-transform: none;
}
#ff_spp .ff_spp_product #ff_header_container #ff-header h2 .product-name, #ff_spp .ff_spp_product #ff_header_container #ff-header .module-benefits .heading-container .product-name, .module-benefits #ff_spp .ff_spp_product #ff_header_container #ff-header .heading-container .product-name, .module-benefits .heading-container #ff_spp .ff_spp_product #ff_header_container #ff-header * .product-name {
  color: #5dba98;
}
#ff_spp .ff_spp_product #ff_header_container .ff_social .ff_save {
  border: 2px solid #5dba98;
  color: #5dba98;
  float: left;
  font-weight: bold;
  margin-right: 20px;
  padding: 5px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#ff_spp .ff_spp_product #ff_header_container .ff_social .ff_retake {
  border: 2px solid #5dba98;
  color: #5dba98;
  float: left;
  font-weight: bold;
  margin-right: 20px;
  padding: 5px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#ff_spp .ff_spp_product #ff_header_container .ff_social .ff_social_share li {
  width: 30px;
  float: left;
}
#ff_spp .ff_spp_product #ff_header_container .ff_social .ff_social_share li a {
  display: block;
  height: 25px;
}
#ff_spp .ff_spp_product #ff_header_container .ff_social .ff_social_share li.ff_facebook a {
  background: url("/media/images/foundation_finder/facebook_icon.png") no-repeat scroll 5px 5px transparent;
}
#ff_spp .ff_spp_product #ff_header_container .ff_social .ff_social_share li.ff_twitter a {
  background: url("/media/images/foundation_finder/twitter_icon.png") no-repeat scroll 5px 5px transparent;
}
#ff_spp .ff_spp_product #ff_header_container .ff_social .ff_social_share li.ff_pinterest a {
  background: url("/media/images/foundation_finder/pinterest_icon.png") no-repeat scroll 5px 5px transparent;
}
#ff_spp .ff_spp_product #product-results {
  padding-left: 23px;
  margin: 0 auto;
  width: 960px;
  /* prod_details */
}
#ff_spp .ff_spp_product #product-results.ff_account_page {
  padding: 40px 0 0 0 !important;
}
#ff_spp .ff_spp_product #product-results.ff_account_page .prod_description_header {
  display: none;
}
#ff_spp .ff_spp_product #product-results .image {
  float: left;
  width: 40%;
  margin-right: 20px;
  position: relative;
}
#ff_spp .ff_spp_product #product-results .image .prod_image {
  display: block;
  height: auto;
  width: 375px;
}
#ff_spp .ff_spp_product #product-results .image .rating {
  color: #5dba98;
  position: relative;
  top: 10px;
}
#ff_spp .ff_spp_product #product-results .image .rating #product_rating_image {
  height: auto;
  vertical-align: text-top;
}
#ff_spp .ff_spp_product #product-results .image .rating .review-count {
  margin-right: 10px;
}
#ff_spp .ff_spp_product #product-results .prod_details {
  float: left;
  width: 55%;
}
#ff_spp .ff_spp_product #product-results .prod_details dl.prod_attribute_list dt {
  float: left;
  font-weight: normal;
  margin-right: 5px;
  text-transformation: none;
}
#ff_spp .ff_spp_product #product-results .prod_details dl.prod_attribute_list dd {
  font-weight: bold;
}
#ff_spp .ff_spp_product #product-results .prod_details .prod_return {
  display: none;
}
#ff_spp .ff_spp_product #product-results .prod_details .add-to-bag .prod_price {
  font-size: 16px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  margin-bottom: 10px;
}
#ff_spp .ff_spp_product #product-results .prod_details .add-to-bag .selected_shade {
  font-size: 16px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  margin-bottom: 10px;
}
#ff_spp .ff_spp_product #product-results .prod_details .shades .results-header {
  font-size: 24px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
}
#ff_spp .ff_spp_product #product-results .prod_details .shades .results {
  margin: 40px 0;
}
#ff_spp .ff_spp_product #product-results .prod_details .shades .results .shade {
  float: left;
  height: 130px;
  margin-right: 30px;
  position: relative;
  width: 110px;
}
#ff_spp .ff_spp_product #product-results .prod_details .shades .results .shade.active {
  border: 1px solid #bdbdbd;
}
#ff_spp .ff_spp_product #product-results .prod_details .shades .results .shade .search-swatch-container {
  position: relative;
}
#ff_spp .ff_spp_product #product-results .prod_details .shades .results .shade .search-swatch-container .shade_ol {
  display: block;
  width: 100px;
  height: 100px;
  z-index: 4;
  position: relative;
}
#ff_spp .ff_spp_product #product-results .prod_details .shades .results .shade .search-swatch-container .first.last.single {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
}
#ff_spp .ff_spp_product #product-results .prod_details .shades .results .shade .shade-name {
  text-align: center;
  margin-top: 5px;
}
#ff_spp .ff_spp_product #product-results .prod_details .shades .results .shade img {
  display: none;
}
#ff_spp #works-with-results {
  padding-left: 23px;
  overflow: auto;
}
#ff_spp #works-with-results .results-header {
  float: left;
  width: 34%;
}
#ff_spp #works-with-results .results-header h2, #ff_spp #works-with-results .results-header .module-benefits .heading-container, .module-benefits #ff_spp #works-with-results .results-header .heading-container, #ff_spp #works-with-results .results-header .module-benefits .heading-container *, .module-benefits .heading-container #ff_spp #works-with-results .results-header * {
  color: #231f20;
}
#ff_spp #works-with-results .results-header .additional_products {
  color: #231f20;
  font-size: 22px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  line-height: 22px;
}
#ff_spp #works-with-results .results {
  float: right;
  width: 64%;
}
#ff_spp #works-with-results .results .result {
  float: left;
  width: 175px;
  margin-right: 15px;
}
#ff_spp #works-with-results .results .result .image {
  width: 150px;
  height: 150px;
  margin-bottom: 20px;
}
#ff_spp #works-with-results .results .result .image a img {
  width: 150px;
}
#ff_spp #works-with-results .results .result .prod_details .spp,
#ff_spp #works-with-results .results .result .prod_details .rating,
#ff_spp #works-with-results .results .result .prod_details .shades {
  margin-bottom: 5px;
}
#ff_spp #works-with-results .results .result .prod_details .shade {
  overflow: auto;
  margin-top: 10px 0;
}
#ff_spp #works-with-results .results .result .prod_details .shade .search-swatch-container {
  float: left;
  margin: 2px 10px 0 0;
  width: 40%;
}
#ff_spp #works-with-results .results .result .prod_details .shade .shade-name {
  float: left;
  width: 50%;
}

/* #ff_spp */
h2.according_to_ff, .module-benefits .according_to_ff.heading-container, .module-benefits .heading-container .according_to_ff {
  color: #231f20;
}
h2.according_to_ff span, .module-benefits .according_to_ff.heading-container span, .module-benefits .heading-container .according_to_ff span {
  color: #46ab8c;
  display: inline-block;
}

#main section.blueocean {
  /* End of Header section */
}
#main section.blueocean header {
  padding: 20px 0;
  height: 185px;
  background-image: url("/sites/clinique/themes/cl_base/img/bg-supercat-header.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-bottom: 45px;
}
#main section.blueocean header .header_content {
  margin: 0 auto;
  width: 960px;
  padding-left: 12px;
}
#main section.blueocean header .header_content .blueOceanQuizButton,
#main section.blueocean header .header_content .save-list-anon {
  border: 2px solid #5dba98;
  color: #5dba98;
  margin-right: 20px;
  padding: 5px;
  text-decoration: none;
  text-transform: uppercase;
  background: none;
}
#main section.blueocean header .header_content h1 {
  color: #231f20;
  width: 75%;
}
#main section.blueocean header .header_content h1 span {
  color: #5dba98;
}
#main section.blueocean .skin_diagnostic_results {
  padding-left: 10px;
  /* End of Diagnostic Results */
}
#main section.blueocean .skin_diagnostic_results .diagnostic-results {
  margin-bottom: 20px;
  /* End of Concern Container */
}
#main section.blueocean .skin_diagnostic_results .diagnostic-results .concern_container {
  margin-bottom: 25px;
}
#main section.blueocean .skin_diagnostic_results .diagnostic-results .concern_container h2, #main section.blueocean .skin_diagnostic_results .diagnostic-results .concern_container .module-benefits .heading-container, .module-benefits #main section.blueocean .skin_diagnostic_results .diagnostic-results .concern_container .heading-container, #main section.blueocean .skin_diagnostic_results .diagnostic-results .concern_container .module-benefits .heading-container *, .module-benefits .heading-container #main section.blueocean .skin_diagnostic_results .diagnostic-results .concern_container * {
  color: #231f20;
  margin: 0;
}
#main section.blueocean .skin_diagnostic_results .diagnostic-results .concern_container .all_price {
  display: block;
  margin-bottom: 10px;
  color: #231f20;
  font-size: 17px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  margin-top: 10px;
}
#main section.blueocean .skin_diagnostic_results .diagnostic-results .prod-shelf-row .products .product {
  width: 20%;
  float: left;
  height: 400px;
  padding: 0 10px 50px 0;
}
#main section.blueocean .skin_diagnostic_results .diagnostic-results .prod-shelf-row .products .product .my-account-sku .btn-add-to-bag {
  margin-left: 25px;
}
#main section.blueocean .skin_diagnostic_results .diagnostic-results .prod-shelf-row .products .product .my-account-sku .product-image {
  width: 170px;
}
#main section.blueocean .skin_diagnostic_results .diagnostic-results .prod-shelf-row .products .product .my-account-sku .product-info {
  margin-left: 25px;
}
#main section.blueocean .skin_diagnostic_results .diagnostic-results .prod-shelf-row .products .product .my-account-sku .product-info .product-name {
  min-height: 40px;
}
#main section.blueocean .skin_diagnostic_results .diagnostic-results .prod-shelf-row .products .product .my-account-sku .product-info .product-name a {
  color: #231f20;
}
#main section.blueocean .skin_diagnostic_results .total_price_details {
  border-top: 1px solid #dbdbdb;
  padding: 20px 0;
}
#main section.blueocean .skin_diagnostic_results .total_price_details .all_price {
  display: block;
  margin-bottom: 10px;
  color: #231f20;
  font-size: 17px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
}

.blueocean_diagnostic_page .blueoceanv .header_content,
.blueocean_diagnostic_page .blueoceanv .skin_diagnostic_results {
  padding-left: 0;
}

.supercat-header-v1 {
  background: url("/sites/clinique/themes/cl_base/template_api/supercat_header_v1/bg-supercat-header.jpg") repeat-x scroll left bottom white;
  overflow: hidden;
}
.supercat-header-v1 .outer-wrap, .supercat-header-v1 .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .supercat-header-v1 h3, .supercat-header-v1 .spp-extra .module-may-we-suggest .wrap, .spp-extra .module-may-we-suggest .supercat-header-v1 .wrap {
  margin: 0 auto;
  padding: 0 0 15px;
}
.supercat-header-v1 .tout {
  background: transparent no-repeat right bottom;
  float: right;
  margin: 30px 0 15px;
  padding-left: 40px !important;
  width: 26%;
}
.supercat-header-v1 .tout .product-tout {
  float: left !important;
}
.supercat-header-v1 .header-details {
  overflow: hidden;
  width: 74%;
}
.supercat-header-v1.supercat-header-no-tout .header-details {
  width: auto;
}
.supercat-header-v1 .header-image {
  float: right;
  max-width: 350px;
  padding: 0 1%;
  width: 41%;
}
.supercat-header-v1 .header-image img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-height: 275px;
  max-width: 100%;
  width: auto;
}
.supercat-header-v1 .header-details h3 {
  color: #46ab8c;
  font-size: 36px;
  letter-spacing: -0.3mm;
  line-height: 1;
  margin: 30px 0 0;
  width: 59%;
}
.supercat-header-v1 .subheading,
.supercat-header-v1 .subheading p,
.supercat-header-v1 .tout .heading {
  color: black;
  font-size: 22px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  letter-spacing: -0.5px;
  line-height: 1;
  margin: 0;
}
.supercat-header-v1 .subheading p:first-child {
  margin-top: 0;
}
.supercat-header-v1 .subheading {
  margin: 15px 0 25px 0;
  width: 59%;
}
.supercat-header-v1 .subheading p {
  line-height: 0.9;
  margin: 15px 0 0 0;
}
.supercat-header-v1 .subheading ul {
  margin: 0;
  padding: 0;
}
.supercat-header-v1 .subheading li {
  list-style: disc outside;
}
.supercat-header-v1.supercat-header-no-image .header-details h3,
.supercat-header-v1.supercat-header-no-image .subheading {
  width: auto;
}
.supercat-header-v1 .tout .heading {
  margin: 0 0 35px 0;
}
.supercat-header-v1 .tout .body,
.supercat-header-v1 .tout .body p {
  color: #231f20;
  font-size: 13px;
  line-height: 15px;
  margin: 0;
}
.supercat-header-v1 .tout .body {
  margin: 0 0 10px 0;
}
.supercat-header-v1 .tout .link {
  font-size: 15px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  margin: 0 0 10px 0;
}
.supercat-header-v1 .tout .product {
  font-size: 13px;
  line-height: 15px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .supercat-header-v1 .header-details {
    padding-left: 5px;
  }

  .section-3-step-collection .supercat-header-v1 .header-details {
    padding-left: 20px;
  }

  .supercat-header-v1 .header-details h3 {
    font-size: 26px;
    margin-bottom: 15px;
  }

  .supercat-header-v1 .subheading,
  .supercat-header-v1 .subheading p,
  .supercat-header-v1 .tout .heading {
    font-size: 17px;
    font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  }
}
/* Mobile: Power Couples - 3-Step */
.device-mobile.section-power-couples-collection .supercat-header-v1 .header-image,
.device-mobile.section-power-couples-collection .supercat-header-v1 .header-image img,
.device-mobile.section-power-couples-collection .supercat-header-v1 .tout .body p,
.device-mobile.section-power-couples-collection .supercat-header-v1 .tout .link a,
.device-mobile.section-3-step-sticky-header-collection .supercat-header-v1 .tout,
.device-mobile.section-3-step-sticky-header-collection .supercat-header-v1 .tout .body p,
.device-mobile.section-3-step-sticky-header-collection .supercat-header-v1 .tout .link a {
  display: none;
}

.device-mobile.section-power-couples-collection .supercat-header-v1 .header-details,
.device-mobile.section-3-step-sticky-header-collection .supercat-header-v1 .header-details {
  background: none repeat scroll 0 0 #FFFFFF;
  width: 100%;
}

.device-mobile.section-power-couples-collection .supercat-header-v1 .header-details {
  padding: 0 15px;
}

.device-mobile.section-3-step-sticky-header-collection .supercat-header-v1 .header-details {
  padding: 0 0 0 15px;
}

.device-mobile.section-power-couples-collection .supercat-header-v1 .header-details h3,
.device-mobile.section-3-step-sticky-header-collection .supercat-header-v1 .header-details h3 {
  font-size: 36px;
  margin: 15px 0;
}

.device-mobile.section-power-couples-collection .supercat-header-v1 .header-details h3 {
  width: 100%;
}

.device-mobile.section-3-step-sticky-header-collection .supercat-header-v1 .header-image {
  padding: 0;
  width: 49%;
}

.device-mobile.section-power-couples-collection .supercat-header-v1 .subheading {
  width: 100%;
}

.device-mobile.section-power-couples-collection .supercat-header-v1 .subheading,
.device-mobile.section-3-step-sticky-header-collection .supercat-header-v1 .subheading {
  margin: 0 0 15px;
}

.device-mobile.section-power-couples-collection .supercat-header-v1 .subheading p,
.device-mobile.section-3-step-sticky-header-collection .supercat-header-v1 .subheading p,
.device-mobile.section-3-step-collection .supercat-header-v1 .subheading p {
  font-size: 15px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  font-weight: lighter;
  margin: 15px 0 0;
}

.device-mobile.section-power-couples-collection .supercat-header-v1 .outer-wrap div.node:first-child, .device-mobile.section-power-couples-collection .supercat-header-v1 .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3 div.node:first-child, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .device-mobile.section-power-couples-collection .supercat-header-v1 h3 div.node:first-child, .device-mobile.section-power-couples-collection .supercat-header-v1 .spp-extra .module-may-we-suggest .wrap div.node:first-child, .spp-extra .module-may-we-suggest .device-mobile.section-power-couples-collection .supercat-header-v1 .wrap div.node:first-child,
.device-mobile.section-3-step-sticky-header-collection .supercat-header-v1 .outer-wrap div.node:first-child,
.device-mobile.section-3-step-sticky-header-collection .supercat-header-v1 .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3 div.node:first-child,
.get-the-look-collection-formatter-v1 .product-content-carousel-v1 .device-mobile.section-3-step-sticky-header-collection .supercat-header-v1 h3 div.node:first-child,
.device-mobile.section-3-step-sticky-header-collection .supercat-header-v1 .spp-extra .module-may-we-suggest .wrap div.node:first-child,
.spp-extra .module-may-we-suggest .device-mobile.section-3-step-sticky-header-collection .supercat-header-v1 .wrap div.node:first-child {
  display: none;
}

/* Customer Care Our Consultants PC */
#livechat .account-livechat-transcripts .supercat-header-v1,
#livechat .account-livechat-transcripts .header-details,
.customer-care-our-online-consultants .supercat-header-v1,
.customer-care-our-online-consultants .supercat-header-v1 .header-details {
  background: none repeat scroll 0 0 transparent;
  overflow: visible;
}

#livechat .account-livechat-transcripts .supercat-header-v1 .header-image,
.customer-care-our-online-consultants .supercat-header-v1 .header-image {
  margin-top: -60px;
  max-width: 450px;
  padding: 0;
  width: 57%;
}

.customer-care-our-online-consultants .supercat-header-v1 .subheading,
.customer-care-our-online-consultants .supercat-header-v1 .subheading p,
.customer-care-our-online-consultants .supercat-header-v1 .tout .heading,
#livechat .account-livechat-transcripts .supercat-header-v1 .subheading,
#livechat .account-livechat-transcripts .supercat-header-v1 .subheading p,
#livechat .account-livechat-transcripts .supercat-header-v1 .tout .heading {
  color: gray;
}

/* New MPP headers */
.section-pore-refining-solutions-franchise .supercat-header-v1,
.section-moisture-surge-franchise .supercat-header-v1,
.section-franchise-mpp-even-better .supercat-header-v1,
.section-acne-solutions-franchise .supercat-header-v1 {
  min-height: 0;
}

.section-pore-refining-solutions-franchise .supercat-header-v1 .subheading p,
.section-moisture-surge-franchise .supercat-header-v1 .subheading p,
.section-franchise-mpp-even-better .supercat-header-v1 .subheading p,
.section-acne-solutions-franchise .supercat-header-v1 .subheading p {
  line-height: 22px;
}

/* IE */
.ie7 .customer-care-our-online-consultants .supercat-header-v1 {
  background: none repeat scroll 0 0 #FFFFFF !important;
}
.ie7 .customer-care-our-online-consultants .supercat-header-v1 .header-image {
  width: 39% !important;
}

.ie8 .customer-care-our-online-consultants .supercat-header-v1 {
  background-image: none;
  background-color: #FFFFFF;
}

.supercat-columns-v1 {
  overflow: hidden;
  padding: 45px 0 42px 0;
}

.supercat-columns-v1 .column {
  border-left: 1px solid #bdbdbd;
  float: left;
  min-height: 205px;
  padding: 0 0 0 3%;
}

.supercat-columns-v1 .column:first-child {
  border: none;
  padding-left: 0;
}

.supercat-column-v1 .column-title {
  color: #5dba98;
  font-size: 22px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  letter-spacing: -0.5px;
  line-height: 1;
  margin: 0 0 10px 0;
  padding: 0 3% 0 0;
}

.supercat-column-v1 .column-content ul,
.supercat-column-v1 .column-content li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.supercat-column-v1 .column-content li {
  color: #000;
  display: block;
  font-size: 15px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  line-height: 17px;
  padding: 0 3% 10px 0;
}

.supercat-column-v1 .column-content li a {
  color: #000;
}

.supercat-column-v1 .column-content table {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .supercat-column-v1 .column-title {
    font-size: 17px;
  }

  .supercat-column-v1 .column-content li {
    font-size: 13px;
  }
}
.tout-product-v1.tout {
  background: none no-repeat scroll right top transparent;
  border-left: 1px solid #BDBDBD;
  padding-left: 20px;
}

.tout-product-v1.tout .product-tout {
  color: #808080;
  float: right;
  font-size: 13px;
  padding-top: 15px;
  width: 50%;
}

.tout-product-v1.tout .product-info .product-title a:hover {
  text-decoration: none;
}

.tout-product-v1.tout .product-tout .product .product-title a {
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
}

.tout-product-v1.tout .tout-info {
  font-size: 14px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  line-height: 1.5;
  padding: 15px 5px 0 0;
  width: 50%;
}

.tout-product-v1.no-image .tout-info {
  width: 90%;
}

.tout-product-v1.tout .heading {
  color: #5eb997;
  font-size: 22px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  line-height: 1.1;
  font-weight: normal;
}

.tout-product-v1.tout .body {
  margin: 5px 0 0 0;
}

.tout-product-v1.tout .body p {
  margin: 0;
  font-size: 15px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  line-height: 1.2;
  word-spacing: -.3mm;
}

.tout-product-v1.tout .link {
  margin: 5px 0 0 0;
}

/* Mobile: Power Couples - 3-Step */
.device-mobile.section-3-step-sticky-header-collection .tout-product-v1.tout .tout-info {
  display: none;
}

/* iPad Styles */
@media screen and (max-width: 768px) {
  .tout-product-v1.tout .product .button {
    font-size: 80%;
  }
}
/* We need to be very specific */
.tout-product-v1.tout .product-tout .product .product-image.PROD29309 img,
.tout-product-v1.tout .product-tout .product .product-image.PROD29770 img {
  margin-top: -65px;
}

body.device-mobile #cart_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  visibility: hidden;
}
body.device-mobile #cart_wrapper.hover {
  visibility: visible;
}
body.device-mobile .cart-confirm-wrapper {
  min-height: 200px;
  width: 100%;
  font-size: 11px;
  text-align: center;
  background-color: #fff;
  font-size: 13px;
}
body.device-mobile .cart-confirm-wrapper a,
body.device-mobile .cart-confirm-wrapper a:hover {
  text-decoration: none;
}
body.device-mobile .cart-overlay-products {
  border: solid 1px #ccc;
  border-width: 1px 0px;
  padding: 10px 0 20px;
}
body.device-mobile .cart-confirm-wrapper h2, body.device-mobile .cart-confirm-wrapper .module-benefits .heading-container, .module-benefits body.device-mobile .cart-confirm-wrapper .heading-container, body.device-mobile .cart-confirm-wrapper .module-benefits .heading-container *, .module-benefits .heading-container body.device-mobile .cart-confirm-wrapper * {
  margin: 0px 0px 10px 0px;
  font-size: 13px;
}
body.device-mobile .cart-confirm-wrapper h2 b, body.device-mobile .cart-confirm-wrapper .module-benefits .heading-container b, .module-benefits body.device-mobile .cart-confirm-wrapper .heading-container b, .module-benefits .heading-container body.device-mobile .cart-confirm-wrapper * b {
  color: #5dba98;
}
body.device-mobile .cart-confirm-wrapper .cart-overlay-products h3 {
  font-size: 13px;
  padding: 10px 40px 0px;
}
body.device-mobile .cart-confirm-wrapper h4 {
  font-size: 11px;
}
body.device-mobile .cart-confirm-wrapper .buttons {
  padding: 10px 20px 20px;
}
body.device-mobile .cart-confirm-wrapper .buttons .btn-continue {
  background-color: #BEBEBE;
}
body.device-mobile .gnav-cart-dropdown .gnav-item-content.empty,
body.device-mobile .gnav-cart-dropdown.hover .gnav-item-content.empty {
  display: none;
}

a {
  cursor: pointer;
}

.favorite-products {
  padding: 40px 0 30px 0;
}

.favorite-products header h2, .favorite-products header .module-benefits .heading-container, .module-benefits .favorite-products header .heading-container, .favorite-products header .module-benefits .heading-container *, .module-benefits .heading-container .favorite-products header * {
  color: #231f20;
  margin: 0 0 25px 0;
}

.favorite-products header h2 a, .favorite-products header .module-benefits .heading-container a, .module-benefits .favorite-products header .heading-container a, .module-benefits .heading-container .favorite-products header * a {
  color: #46AB8C;
  display: inline-block;
  font-size: 22px;
  padding: 0 0 0 20px;
  vertical-align: top;
}

.favorite-products .wishlist-header-content .button {
  font-size: 18px;
}

.favorite-products .share-favorites {
  float: right;
  height: 20px;
}

.favorite-products .share-favorites .share-button {
  background: transparent url(/media/images/css/icons-share-buttons.png) 0 0 no-repeat;
  float: right;
  height: 20px;
  margin: 0 0 0 10px;
  overflow: hidden;
  text-indent: -9999px;
}

.favorite-products .share-favorites .print {
  background-position: 0 0;
  width: 26px;
}

.favorite-products .share-favorites .email {
  background-position: -35px 0;
  width: 25px;
}

.favorite-products .share-favorites .facebook {
  background-position: -68px 0;
  width: 11px;
}

.favorite-products .share-favorites .twitter {
  background-position: -86px 0;
  width: 19px;
}

.favorite-products .share-favorites .pin-it-button {
  background-position: -111px 0;
  width: 19px;
}

.favorite-products .save-list-anon {
  clear: both;
  float: right;
  margin: 10px 0 0 0;
}

.favorite-products-grid {
  clear: both;
}

.favorite-products-grid .favorite {
  float: left;
  width: 175px;
  margin: 10px 8px;
  height: 400px;
}

.account-favorites .favorite-actions a {
  border-right: 1px solid lightgray;
  padding-right: 10px;
  margin-right: 5px;
}

.account-favorites .favorite-actions > form {
  display: inline;
}

.account-favorites .favorite-actions a.last {
  border: none;
}

.account-favorites-mylists {
  margin: 40px 0;
}

.account-favorites-mylists .outer-wrap, .account-favorites-mylists .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .account-favorites-mylists h3, .account-favorites-mylists .spp-extra .module-may-we-suggest .wrap, .spp-extra .module-may-we-suggest .account-favorites-mylists .wrap {
  position: relative;
}

.account-favorites-mylists header {
  margin: 0 0 30px 0;
  width: 64%;
}

.account-favorites-mylists header h3 {
  color: #231f20;
  font-size: 36px;
  margin: 0;
}

.account-favorites-mylists header p {
  font-size: 22px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  margin: 0;
}

.account-favorites-mylists .lists {
  min-height: 400px;
}

.account-favorites-mylists .lists .no-products .create-wishlist-form {
  display: none;
}

.account-favorites-mylists .lists .list {
  border: 1px solid lightgrey;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  display: inline-block;
  height: 400px;
  margin: 0 2% 20px 0;
  padding: 10px 15px 10px 15px;
  position: relative;
  vertical-align: top;
  width: 31%;
}

.account-favorites-mylists .lists .list > a {
  display: block;
  height: 300px;
  overflow: hidden;
}

.account-favorites-mylists .lists .list h3 {
  font-size: 22px;
  line-height: 1;
  margin: 0 0 10px 0;
}

.account-favorites-mylists .lists .list h3 a {
  color: #46ab8c;
}

.account-favorites-mylists .lists .list .subtitle,
.account-favorites-mylists .lists .list .subtitle p {
  font-size: 22px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  line-height: normal;
}

.account-favorites-mylists .lists .list img {
  float: left;
  height: auto;
  width: 50%;
}

.account-favorites-mylists .lists .list .items-1 {
  float: none;
  width: 100%;
}

.account-favorites-mylists .lists .create-list img {
  float: none;
  width: 100%;
}

.account-favorites-mylists .lists .list-of-the-month {
  display: none;
}

.account-favorites-mylists .lists .list-of-the-month.no-products {
  display: inline-block;
  height: auto;
  position: absolute;
  bottom: 0;
}

.account-favorites-mylists .lists .list-of-the-month.no-products a:hover {
  text-decoration: none;
}

.account-favorites-mylists .lists .list-of-the-month.no-products h3 {
  font-size: 17px;
  margin: 0 0 20px 0;
}

.account-favorites-mylists .lists .list-of-the-month.no-products h4 {
  font-size: 22px;
  margin: 0 0 10px 0;
}

.account-favorites-mylists .lists .list-of-the-month.no-products h4 .edited {
  color: #808080;
  display: block;
  font-size: 13px;
  font-family: "HelveticaNeueLTStd55Roman", Arial, Sans-Serif;
}

.account-favorites-mylists .lists .list-of-the-month img {
  display: block;
  float: none;
  width: 100%;
}

.account-favorites-mylists .lists .list .favorite-actions {
  bottom: 10px;
  color: #808080;
  left: 15px;
  position: absolute;
}

.account-favorites-mylists .lists .list .favorite-actions a {
  color: #808080;
}

.account-favorites-mylists .lists .create-list.no-products {
  border: none;
  padding: 10px 15px 10px 0;
  width: 64%;
}

.account-favorites-mylists ol {
  display: none;
  margin: 0 0 10px 0;
  width: 80%;
}

.account-favorites-mylists .lists .no-products ol {
  display: block;
}

.account-favorites-mylists ol li {
  font-size: 15px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  line-height: 17px;
  margin: 0 0 30px 0;
  overflow: hidden;
}

.account-favorites-mylists ol li .number {
  float: left;
  font-size: 36px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  line-height: 1;
  width: 30px;
}

.account-favorites-mylists ol li p {
  font-size: 15px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  margin: 0;
  line-height: 17px;
  padding: 0 0 0 30px;
}

.account-favorites-mylists .add-to-list-overlay {
  display: none;
}

.overlay-container .add-to-list-overlay {
  display: block;
}

.overlay-container .add-to-list-overlay h3 {
  margin: 10px 0 15px 0;
}

.overlay-container .add-to-list-overlay .lists .add-to-list {
  display: block;
}

.add-to-list-overlay.no-lists h3,
.overlay-container .add-to-list-overlay.no-lists .lists {
  display: none;
}

.create-wishlist-form h2, .create-wishlist-form .module-benefits .heading-container, .module-benefits .create-wishlist-form .heading-container, .create-wishlist-form .module-benefits .heading-container *, .module-benefits .heading-container .create-wishlist-form * {
  font-size: 22px;
  line-height: 1;
  margin: 0 0 10px 0;
}

.create-wishlist-form div div {
  margin: 0 0 20px 0;
}

.create-wishlist-form label {
  display: block;
  font-weight: normal;
  margin: 0 0 4px 0;
  text-transform: none;
}

.create-wishlist-form input[type="text"] {
  background: #fafafa;
  border: 1px solid lightgrey;
  height: 35px;
  padding: 0 8px;
}

.account-favorites-mylists .list-icon span,
.create-wishlist-form .list-icon span {
  display: block;
  height: 28px;
}
.account-favorites-mylists .list-icon span label,
.create-wishlist-form .list-icon span label {
  background: transparent url(/media/images/css/sprite-favorites-list-icons.png) 0 0 no-repeat;
  cursor: pointer;
  float: left;
  height: 28px;
  margin: 0 25px 0 0;
  overflow: hidden;
  text-indent: -9999px;
}
.account-favorites-mylists .list-icon input[type="radio"],
.create-wishlist-form .list-icon input[type="radio"] {
  display: none;
}
.account-favorites-mylists h3 .icon,
.create-wishlist-form h3 .icon {
  background: transparent url(/media/images/css/sprite-favorites-list-icons.png) 0 0 no-repeat;
  float: left;
  height: 28px;
  margin: 0 15px 0 0;
}
.account-favorites-mylists #form--alter_list--field--IMAGE_NAME--index--icon_grad_label,
.account-favorites-mylists .form--alter_list--field--IMAGE_NAME--index--icon_grad_label,
.create-wishlist-form #form--alter_list--field--IMAGE_NAME--index--icon_grad_label,
.create-wishlist-form .form--alter_list--field--IMAGE_NAME--index--icon_grad_label {
  background-position: 0 0;
  width: 30px;
}
.account-favorites-mylists #form--alter_list--field--IMAGE_NAME--index--icon_grad_label:hover,
.account-favorites-mylists #form--alter_list--field--IMAGE_NAME--index--icon_grad_label.active,
.account-favorites-mylists h3 .form--alter_list--field--IMAGE_NAME--index--icon_grad_label,
.create-wishlist-form #form--alter_list--field--IMAGE_NAME--index--icon_grad_label:hover,
.create-wishlist-form #form--alter_list--field--IMAGE_NAME--index--icon_grad_label.active,
.create-wishlist-form h3 .form--alter_list--field--IMAGE_NAME--index--icon_grad_label {
  background-position: 0 -28px;
}
.account-favorites-mylists #form--alter_list--field--IMAGE_NAME--index--icon_ring_label,
.account-favorites-mylists h3 .form--alter_list--field--IMAGE_NAME--index--icon_ring_label,
.create-wishlist-form #form--alter_list--field--IMAGE_NAME--index--icon_ring_label,
.create-wishlist-form h3 .form--alter_list--field--IMAGE_NAME--index--icon_ring_label {
  background-position: -59px 0;
  width: 19px;
}
.account-favorites-mylists #form--alter_list--field--IMAGE_NAME--index--icon_ring_label:hover,
.account-favorites-mylists #form--alter_list--field--IMAGE_NAME--index--icon_ring_label.active,
.account-favorites-mylists h3 .form--alter_list--field--IMAGE_NAME--index--icon_ring_label,
.create-wishlist-form #form--alter_list--field--IMAGE_NAME--index--icon_ring_label:hover,
.create-wishlist-form #form--alter_list--field--IMAGE_NAME--index--icon_ring_label.active,
.create-wishlist-form h3 .form--alter_list--field--IMAGE_NAME--index--icon_ring_label {
  background-position: -59px -28px;
}
.account-favorites-mylists #form--alter_list--field--IMAGE_NAME--index--icon_shoe_label,
.account-favorites-mylists .form--alter_list--field--IMAGE_NAME--index--icon_shoe_label,
.create-wishlist-form #form--alter_list--field--IMAGE_NAME--index--icon_shoe_label,
.create-wishlist-form .form--alter_list--field--IMAGE_NAME--index--icon_shoe_label {
  background-position: -105px 0;
  width: 27px;
}
.account-favorites-mylists #form--alter_list--field--IMAGE_NAME--index--icon_shoe_label:hover,
.account-favorites-mylists #form--alter_list--field--IMAGE_NAME--index--icon_shoe_label.active,
.account-favorites-mylists h3 .form--alter_list--field--IMAGE_NAME--index--icon_shoe_label,
.create-wishlist-form #form--alter_list--field--IMAGE_NAME--index--icon_shoe_label:hover,
.create-wishlist-form #form--alter_list--field--IMAGE_NAME--index--icon_shoe_label.active,
.create-wishlist-form h3 .form--alter_list--field--IMAGE_NAME--index--icon_shoe_label {
  background-position: -105px -28px;
}
.account-favorites-mylists #form--alter_list--field--IMAGE_NAME--index--icon_cake_label,
.account-favorites-mylists .form--alter_list--field--IMAGE_NAME--index--icon_cake_label,
.create-wishlist-form #form--alter_list--field--IMAGE_NAME--index--icon_cake_label,
.create-wishlist-form .form--alter_list--field--IMAGE_NAME--index--icon_cake_label {
  background-position: -163px 0;
  height: 27px;
  width: 25px;
}
.account-favorites-mylists #form--alter_list--field--IMAGE_NAME--index--icon_cake_label:hover,
.account-favorites-mylists #form--alter_list--field--IMAGE_NAME--index--icon_cake_label.active,
.account-favorites-mylists h3 .form--alter_list--field--IMAGE_NAME--index--icon_cake_label,
.create-wishlist-form #form--alter_list--field--IMAGE_NAME--index--icon_cake_label:hover,
.create-wishlist-form #form--alter_list--field--IMAGE_NAME--index--icon_cake_label.active,
.create-wishlist-form h3 .form--alter_list--field--IMAGE_NAME--index--icon_cake_label {
  background-position: -163px -28px;
}
.account-favorites-mylists #form--alter_list--field--IMAGE_NAME--index--_label,
.account-favorites-mylists .form--alter_list--field--IMAGE_NAME--index--_label,
.create-wishlist-form #form--alter_list--field--IMAGE_NAME--index--_label,
.create-wishlist-form .form--alter_list--field--IMAGE_NAME--index--_label {
  background-position: -213px 0;
  margin: 0;
  width: 31px;
}
.account-favorites-mylists #form--alter_list--field--IMAGE_NAME--index--_label:hover,
.account-favorites-mylists #form--alter_list--field--IMAGE_NAME--index--_label.active,
.account-favorites-mylists h3 .form--alter_list--field--IMAGE_NAME--index--_label,
.create-wishlist-form #form--alter_list--field--IMAGE_NAME--index--_label:hover,
.create-wishlist-form #form--alter_list--field--IMAGE_NAME--index--_label.active,
.create-wishlist-form h3 .form--alter_list--field--IMAGE_NAME--index--_label {
  background-position: -213px -28px;
}
.account-favorites-mylists h3 .form--alter_list--field--IMAGE_NAME--index--_label,
.create-wishlist-form h3 .form--alter_list--field--IMAGE_NAME--index--_label {
  margin: 0 15px 0 0;
}

#favorites .overlay-container .close-container {
  margin: 0;
  right: 15px;
  top: 15px;
}

#favorites .overlay-container .close-container a.close-link {
  background-position: center center;
  height: 11px;
  width: 11px;
}

#favorites .overlay-container .create-wishlist-form {
  border: none;
  display: block;
  padding: 0 5px;
  position: static;
}

.confirm-box {
  display: none;
}

#favorites .overlay-container .confirm-box {
  display: block;
  padding: 5px;
}

.wishlist-header {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 25px;
  margin-bottom: 10px;
}
.wishlist-header .wishlist-header-content {
  display: inline-block;
  width: 100%;
}
.wishlist-header .wishlist-header-content .share-wishlist {
  float: left;
  height: 32px;
}
.wishlist-header .wishlist-header-content .share-wishlist a {
  border-left: 1px solid #cccccc;
  color: gray;
  float: left;
  font-size: 22px;
  height: 32px;
  line-height: 32px;
  margin: 0 0 0 20px;
  padding: 0 0 0 20px;
}
.wishlist-header .wishlist-header-content .share-wishlist a.first, .wishlist-header .wishlist-header-content .share-wishlist a:first-child {
  border: none;
  margin: 0;
  padding: 0;
}
.wishlist-header .wishlist-header-content .share-wishlist .share-button {
  background: transparent url(/media/images/css/icons-share-buttons.png) 0 0 no-repeat;
  display: inline-block;
  height: 20px;
  margin: 0 10px 0 0;
}
.wishlist-header .wishlist-header-content .share-wishlist .print {
  background-position: 0 0;
  width: 26px;
}
.wishlist-header .wishlist-header-content .share-wishlist .email {
  background-position: -35px 0;
  width: 25px;
}
.wishlist-header .wishlist-header-content .share-wishlist .facebook {
  background-position: -68px 0;
  width: 11px;
}
.wishlist-header .wishlist-header-content .share-wishlist .twitter {
  background-position: -86px 0;
  width: 19px;
}
.wishlist-header .wishlist-header-content .share-wishlist .pin-it-button {
  background-position: -111px 0;
  width: 19px;
}
.wishlist-header .add-all-to-bag {
  float: right;
}

.account-favorites-wishlist .favorite-products-grid .favorite {
  width: 100%;
  margin: 0;
  padding: 15px 10px;
  min-height: 0px;
  height: auto;
  border-bottom: 1px solid #cccccc;
}
.account-favorites-wishlist .favorite-products-grid .favorite .favorite-product {
  display: inline-block;
  position: relative;
  width: 100%;
  vertical-align: top;
}
.account-favorites-wishlist .favorite-products-grid .favorite .favorite-product .my-account-sku {
  display: inline-block;
  margin: 0 1% 0 0;
  vertical-align: top;
  width: 88%;
}
.account-favorites-wishlist .favorite-products-grid .favorite .favorite-product .product-image {
  display: inline-block;
  margin: 0 5% 0 0;
  vertical-align: top;
  width: 12%;
}
.account-favorites-wishlist .favorite-products-grid .favorite .favorite-product .product-image img {
  display: block;
  height: auto;
  width: 100%;
}
.account-favorites-wishlist .favorite-products-grid .favorite .favorite-product .product-info {
  display: inline-block;
  margin: 0 20px 0 0;
  vertical-align: top;
  width: 65%;
}
.account-favorites-wishlist .favorite-products-grid .favorite .favorite-product .product-info .product-name {
  float: left;
  margin: 0 5% 0 0;
  width: 50%;
}
.account-favorites-wishlist .favorite-products-grid .favorite .favorite-product .product-info .product-name a {
  color: #231f20;
  font-size: 14px;
}
.account-favorites-wishlist .favorite-products-grid .favorite .favorite-product .product-info .price {
  float: right;
  margin: 0 5% 0 0;
}
.account-favorites-wishlist .favorite-products-grid .favorite .favorite-product .product-info .reviews {
  clear: both;
}
.account-favorites-wishlist .favorite-products-grid .favorite .favorite-product .shades, .account-favorites-wishlist .favorite-products-grid .favorite .favorite-product .sizes {
  display: inline-block;
  margin: 0 2% 0 0;
  vertical-align: top;
  width: 30%;
}
.account-favorites-wishlist .favorite-products-grid .favorite .favorite-product .shades .search-swatch-container, .account-favorites-wishlist .favorite-products-grid .favorite .favorite-product .sizes .search-swatch-container {
  margin-bottom: 0;
  vertical-align: top;
}
.account-favorites-wishlist .favorite-products-grid .favorite .favorite-product .shades .shade-name, .account-favorites-wishlist .favorite-products-grid .favorite .favorite-product .sizes .shade-name {
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  white-space: normal;
  width: 80%;
}
.account-favorites-wishlist .favorite-products-grid .favorite .favorite-product .add-to-bag {
  display: inline-block;
  margin: 0 2% 0 0;
  vertical-align: top;
}
.account-favorites-wishlist .favorite-products-grid .favorite .favorite-product .favorite-actions {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  width: 10%;
}
.account-favorites-wishlist .favorite-products-grid .favorite .favorite-product .favorite-actions .remove, .account-favorites-wishlist .favorite-products-grid .favorite .favorite-product .favorite-actions .add-to-list {
  font-size: 14px;
}
.account-favorites-wishlist .favorite-products-grid .favorite .favorite-product .favorite-actions .remove {
  border: none;
  padding: 0;
  margin: 0;
}

.wishlist-header .share-wishlist > span.last {
  border: none;
  padding: 0;
  margin: 0;
}

.account-favorites-wishlist .favorite-products-grid .favorite .favorite-product .favorite-actions .add-to-list, .account-favorites-wishlist .edit-box {
  display: none;
}

/* Mobile */
.device-mobile .favorite-products.wishlist {
  background: none repeat scroll 0 0 transparent;
  padding-bottom: 0;
  padding-top: 10px;
}
.device-mobile .favorite-products header h2, .device-mobile .favorite-products header .module-benefits .heading-container, .module-benefits .device-mobile .favorite-products header .heading-container, .device-mobile .favorite-products header .module-benefits .heading-container *, .module-benefits .heading-container .device-mobile .favorite-products header * {
  margin: 0 0 15px 10px;
}
.device-mobile .account-favorites-wishlist .favorite-products-grid .favorite .favorite-product .my-account-sku {
  width: 100%;
}
.device-mobile .account-favorites-wishlist .favorite-products-grid .favorite .favorite-product .product-image {
  display: inline-block;
  margin: 0;
  overflow: hidden;
  padding: 0 10px 0 0;
  vertical-align: top;
  width: 38%;
}
.device-mobile .account-favorites-wishlist .favorite-products-grid .favorite .favorite-product .product-image img {
  width: 100%;
}
.device-mobile .account-favorites-wishlist .favorite-products-grid .favorite .favorite-product .product-info {
  margin: 0;
  padding-left: 10px;
  width: 60%;
}
.device-mobile .account-favorites-wishlist .favorite-products-grid .favorite .favorite-product .product-info .product-name {
  float: none;
  margin: 0;
  width: auto;
}
.device-mobile .account-favorites-wishlist .favorite-products-grid .favorite .favorite-product .shades, .device-mobile .account-favorites-wishlist .favorite-products-grid .favorite .favorite-product .sizes {
  margin: 5px 0;
  width: 100%;
}
.device-mobile .account-favorites-wishlist .favorite-products-grid .favorite .favorite-product .product-info .price {
  float: none;
  margin: 0;
}
.device-mobile .account-favorites-wishlist .favorite-products-grid .favorite .favorite-product .add-to-bag {
  border-radius: 0;
  float: right;
  margin: 10px 0;
  padding-top: 0;
  width: 55%;
}
.device-mobile .wishlist-header .wishlist-header-content .share-wishlist {
  float: none;
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 0 0 5px;
  width: 100%;
}
.device-mobile .wishlist-header .wishlist-header-content .share-wishlist .share-button {
  vertical-align: middle;
}
.device-mobile .wishlist-header .wishlist-header-content .share-wishlist a {
  font-size: 15px;
  border: medium none;
  margin: 0;
  padding: 0 0 0 10px;
}
.device-mobile .wishlist-header .wishlist-header-content .share-wishlist a.first {
  display: none;
}
.device-mobile .wishlist-header .wishlist-header-content .share-wishlist .print {
  display: none;
}
.device-mobile .wishlist-header .add-all-to-bag {
  border-left: 10px solid white;
  border-right: 10px solid white;
  line-height: 36px;
}

.basic-responsive-v1 p {
  display: block;
  padding-top: 4px;
}

.block.block-template-site-logo-responsive-v1,
.block.block-template-site-logo-responsive-v1 div {
  height: 100%;
}

.site-logo-responsive-v1 a {
  display: block;
  height: 72px;
  line-height: 72px;
  padding-right: 30px;
}

.site-logo-responsive-v1 a img {
  margin: auto;
  vertical-align: middle;
}

/* mobile */
.device-mobile .block.block-template-site-logo-responsive-v1 div.site-logo-responsive-v1 {
  border-right: 1px solid #e6e6e6;
  height: 52px;
}

.device-mobile .site-logo-responsive-v1 a img {
  margin: -20px 0 0;
  padding: 0;
}

.device-mobile .block-template-site-logo-responsive-v1 {
  float: left;
}

.device-mobile .site-logo-responsive-v1 a {
  height: 56px;
  line-height: 56px;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 1180px) {
  .site-logo-responsive-v1 a {
    padding: 0 20px;
  }
}
/* iPhone 2G-4S in portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) {
  .device-mobile .site-logo-responsive-v1 a img {
    margin-left: 0;
    margin-right: 0;
  }
}
/* iPhone 5 portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
  .device-mobile .site-logo-responsive-v1 a img {
    margin-left: 0;
    margin-right: 0;
  }
}
/* iPhone 2G-4S in landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) {
  .device-mobile .site-logo-responsive-v1 a img {
    margin-left: 50px;
    margin-right: 50px;
  }
}
/* iPhone 5 landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
  .device-mobile .site-logo-responsive-v1 a img {
    margin-left: 70px;
    margin-right: 70px;
  }
}
#header .top-right .gnav-cart.active {
  background: #f7f7f7;
}
#header .top-right .gnav-cart .dd-content {
  background: #f7f7f7;
}

.node.gnav-drop-down.clearfix {
  overflow: visible;
}

.gnav-drop-down-v1 {
  display: table;
  height: 58px;
}

.gnav-drop-down-v1 .dd-icon {
  height: 100%;
  *position: absolute;
  top: 50%;
  display: table-cell;
  vertical-align: bottom;
  width: auto;
}

.gnav-drop-down-v1 .dd-icon .link {
  position: relative;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "HelveticaNeueLTStd65Medium", Verdana, Arial, Sans-Serif;
  color: #5dba98;
  cursor: pointer;
}

.gnav-drop-down-v1 .dd-icon .link em {
  background: #bebebe;
  border: 1px solid #fff;
  color: #fff;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: block;
  font-size: 9px;
  line-height: 16px;
  font-style: normal;
  position: absolute;
  padding: 0;
  text-align: center;
  top: 0;
  right: -10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.gnav-drop-down-v1 .dd-icon .link em.hidden {
  display: none;
}

.gnav-drop-down-v1 .dd-content {
  display: none;
  position: absolute;
  z-index: 999;
  top: 72px;
  left: auto;
  right: 0;
  width: 428px;
  min-height: 148px;
  padding: 18px 17px;
  text-align: left;
  border: 1px solid #dadada;
  border-top: 0;
  background-color: #fff;
  background-image: linear-gradient(to top, #f7f7f7 18%, #ffffff 59%);
  background-image: -o-linear-gradient(bottom, #f7f7f7 18%, white 59%);
  background-image: -moz-linear-gradient(bottom, #f7f7f7 18%, white 59%);
  background-image: -webkit-linear-gradient(bottom, #f7f7f7 18%, white 59%);
  background-image: -ms-linear-gradient(bottom, #f7f7f7 18%, white 59%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.18, #f7f7f7), color-stop(0.59, white));
}

.gnav-drop-down-v1 .dd-content.active {
  display: block;
}

/* mobile */
.device-mobile .gnav-drop-down-v1 {
  height: 52px;
}
.device-mobile .gnav-drop-down-v1 .dd-icon .link em {
  padding: 0;
  top: 11px;
  right: 3px;
  text-align: center;
}
.device-mobile .gnav-drop-down-v1 .dd-icon .link img {
  border-left: medium none;
  margin-top: -7px;
}

.gnav-offer-v1 {
  background: #fff;
  border-bottom: 1px solid #E3E4E5;
}

.gnav-offer-v1 .outer-wrap, .gnav-offer-v1 .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .gnav-offer-v1 h3, .gnav-offer-v1 .spp-extra .module-may-we-suggest .wrap, .spp-extra .module-may-we-suggest .gnav-offer-v1 .wrap {
  overflow: hidden;
  padding: 20px 20px 15px 20px;
  position: relative;
}

.gnav-offer-v1 .gnav-offer-close {
  background: transparent url("/sites/clinique/themes/cl_base/img/icon-close.png") 0 0 no-repeat;
  cursor: pointer;
  height: 21px;
  position: absolute;
  right: 0;
  text-align: right;
  top: 20px;
  width: 22px;
}

.gnav-offer-v1 .gnav-offer-image {
  float: left;
  height: auto;
  margin: 0 50px 0 0;
  max-width: 120px;
}

.gnav-offer-v1 h2, .gnav-offer-v1 .module-benefits .heading-container, .module-benefits .gnav-offer-v1 .heading-container, .gnav-offer-v1 .module-benefits .heading-container *, .module-benefits .heading-container .gnav-offer-v1 * {
  margin: 10px 0 0 0;
  line-height: 1;
}

.gnav-offer-v1 .subheading {
  color: #000;
  font-size: 26px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  line-height: 1;
}

.gnav-offer-v1 .subheading p {
  margin: 0;
}

.gnav-offer-v1 .gnav-offer-link {
  bottom: 15px;
  font-size: 13px;
  font-family: "HelveticaNeueLTStd55Roman", Arial, Sans-Serif;
  position: absolute;
  right: 0;
  text-align: right;
}

@media screen and (max-width: 1024px) {
  .gnav-offer-v1 h2, .gnav-offer-v1 .module-benefits .heading-container, .module-benefits .gnav-offer-v1 .heading-container, .gnav-offer-v1 .module-benefits .heading-container *, .module-benefits .heading-container .gnav-offer-v1 * {
    font-size: 26px;
    margin: 15px 0 0 0;
  }

  .gnav-offer-v1 .subheading {
    font-size: 18px;
  }

  .gnav-offer-v1 .gnav-offer-close,
  .gnav-offer-v1 .gnav-offer-link {
    right: 20px;
  }
}
.footer-top-v1 {
  margin: 0 auto;
  max-width: 960px;
  overflow: visible;
  padding: 10px 0;
}

.footer-top-v1 .tel {
  color: #231f20;
  display: inline-block;
  font-size: 13px;
  line-height: 21px;
  vertical-align: top;
  width: 19%;
}

.footer-top-v1 .tel a {
  color: #231f20;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  font-weight: 300;
}
.footer-top-v1 .tel a:hover {
  color: black;
}
.footer-top-v1 .tel a, .footer-top-v1 .tel a:hover {
  text-decoration: none;
}

.footer-top-v1 .social-links {
  display: inline-block;
  vertical-align: top;
  width: 13%;
}

.footer-top-v1 .social-links a {
  float: left;
  margin: 0 0 0 4px;
}
.footer-top-v1 .social-links a.instagram {
  margin-left: 6px;
}

.footer-top-v1 .social-links img {
  height: 21px;
  vertical-align: middle;
  width: 21px;
}

.footer-top-v1 .facebook {
  margin: 0;
}

.footer-top-v1 .facebook-like {
  float: left;
  margin: 0 0 0 4px;
}

.footer-top-v1 .signup-forms {
  display: inline-block;
  vertical-align: top;
  width: 67%;
}

.footer-top-v1 .newsletter-signup,
.footer-top-v1 .mobile-signup {
  display: block;
  margin: 0;
  width: auto;
}

.footer-top-v1 form {
  position: relative;
}

.footer-top-v1 form .extra {
  background-color: #fff;
  clear: both;
  display: none;
  margin: 10px 0;
  width: 100%;
}

.footer-top-v1 form .extra .field {
  font-size: 11px;
  font-family: "HelveticaNeueLTStd55Roman", Arial, Sans-Serif;
  line-height: normal;
  margin: 10px 0 0 0;
  padding: 0 13% 0 48%;
}
.footer-top-v1 form .extra .field input {
  display: inline-block;
  background: #fff;
  border: 1px solid gray;
}
.footer-top-v1 form .extra .field label {
  color: gray;
  display: inline-block;
  font-size: 11px;
  font-family: "HelveticaNeueLTStd55Roman", Arial, Sans-Serif;
  line-height: normal;
  width: 90%;
}

.footer-top-v1 form label {
  display: inline-block;
  font-family: "HelveticaNeueLTStd55Roman", Arial, Sans-Serif;
  font-size: 13px;
  line-height: 21px;
  padding: 0;
  text-transform: none;
  vertical-align: top;
  width: 47%;
}

.footer-top-v1 .form-text {
  border: 0 none;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset;
  display: inline-block;
  line-height: normal;
  margin: 0 1% 0 0;
  padding: 8px 10px 6px;
  vertical-align: top;
  width: 39%;
  background: transparent;
  -webkit-appearance: none;
}

.footer-top-v1 input,
.footer-top-v1 select {
  font-size: 12px;
}

.footer-top-v1 .form-text:focus {
  -webkit-box-shadow: 0 1px 3px black inset;
  box-shadow: 0 1px 3px black inset;
}

.footer-top-v1 .form-submit {
  border: 0 none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  height: 29px;
  letter-spacing: 1px;
  line-height: 31px;
  margin: 0;
  padding: 0 10px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: top;
  width: 11.5%;
}

.footer-top-v1 input.form-submit, .footer-top-v1 input.button[type="submit"] {
  background-color: #bdbcbc;
}

.footer-top-v1 input.form-submit:hover, .footer-top-v1 input.button[type="submit"]:hover {
  background-color: #bebebe;
}

.footer-top-v1 .form-messages .progress {
  font-weight: bold;
  margin: 0 0 0 48%;
}

.footer-top-v1 .form-messages .email-error,
.footer-top-v1 .form-messages .error {
  line-height: normal;
  margin: 0 0 5px 48%;
  min-height: 25px;
  color: #ef6ea8;
}

.footer-top-v1 form.success {
  color: #5dba98;
  font-size: 22px;
  margin: 0 0 0 48%;
}

.footer-top-v1 input.error {
  color: #ef6ea8;
}

/* IE Specific Styles */
.ie7 .footer-top-v1 .form-text,
.ie8 .footer-top-v1 .form-text {
  border: 1px solid #bdbcbc;
}

.ie7 .footer-top-v1 .form-text:focus,
.ie8 .footer-top-v1 .form-text:focus {
  border: 1px solid black;
}

.vertical-carousel-navigation-v1 .dots {
  position: fixed;
  top: 60%;
  right: 0;
  width: 45px;
  border-right: 0;
  z-index: 999999;
}
.vertical-carousel-navigation-v1 .dots .item {
  height: 25px;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
}
.vertical-carousel-navigation-v1 .dots .first {
  background-image: url("/sites/clinique/themes/cl_base/template_api/vertical_carousel_navigation_v1/toc-up.png");
  height: 10px;
}
.vertical-carousel-navigation-v1 .dots .last {
  background-image: url("/sites/clinique/themes/cl_base/template_api/vertical_carousel_navigation_v1/toc-down.png");
}
.vertical-carousel-navigation-v1 .dots .dot {
  position: relative;
  background-color: transparent;
  background-image: none;
  border-radius: 50%;
  height: 8px;
  margin: 6px 0 6px 19px;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.6) inset;
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.6) inset;
  -o-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.6) inset;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.6) inset;
  height: 8px;
  position: relative;
  transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -moz-box-shadow 0.3s ease 0s;
  transition: -o-box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 8px;
}
.vertical-carousel-navigation-v1 .dots .dot .title {
  position: absolute;
  top: -5px;
  right: 20px;
  display: none;
  text-align: right;
  min-width: 300px;
}
.vertical-carousel-navigation-v1 .dots .dot.active, .vertical-carousel-navigation-v1 .dots .dot.hover {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.5) inset;
  -o-box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.5) inset;
}
.vertical-carousel-navigation-v1 .dots .dot.hover .title {
  display: block;
}
.vertical-carousel-navigation-v1 .module {
  border-bottom: 1px solid #ccc;
}
.vertical-carousel-navigation-v1 .module.last {
  border-bottom: 0;
}

/* Mobile: 3-Step section only */
.device-mobile.section-3-step-sticky-header-collection .vertical-carousel-navigation-v1 .module {
  border: none;
}

.full-width-promo-v1 {
  margin: 0;
}
.device-mobile .full-width-promo-v1 {
  margin: 0;
  padding: 0;
}
.full-width-promo-v1 .flexslider {
  padding-bottom: 25px;
}
.full-width-promo-v1 .flexslider .flex-direction-nav .flex-prev, .full-width-promo-v1 .flexslider:hover .flex-direction-nav .flex-prev {
  left: 25px;
}
.full-width-promo-v1 .flexslider .flex-direction-nav .flex-next, .full-width-promo-v1 .flexslider:hover .flex-direction-nav .flex-next {
  right: 25px;
}
.full-width-promo-v1 .flexslider .flex-control-nav.flex-control-paging {
  bottom: 15px;
}

/* Mobile HP */
/* Brand requested the bottom padding on mobile HP modules to be removed */
.front.device-mobile .full-width-promo-v1 .flexslider.item {
  padding-bottom: 0;
}

.front.device-mobile .full-width-promo-v1 .flexslider.items {
  padding-bottom: 45px;
}

.fwp-3-4-1-4-image-content-v1 {
  padding: 40px 0 0;
}

.fwp-3-4-1-4-image-content-v1 .hero,
.fwp-3-4-1-4-image-content-v1 .content {
  float: left;
}

.fwp-3-4-1-4-image-content-v1 .hero {
  width: 60%;
}

.fwp-3-4-1-4-image-content-v1 .hero img {
  height: auto;
  width: 100%;
}

.fwp-3-4-1-4-image-content-v1 .content {
  width: 40%;
  padding-top: 15%;
}

.flex-viewport .fwp-3-4-1-4-image-content-v1 .content {
  padding-top: 0%;
}

.fwp-3-4-1-4-image-content-v1 .content > h2, .fwp-3-4-1-4-image-content-v1 .module-benefits .content > .heading-container, .module-benefits .fwp-3-4-1-4-image-content-v1 .content > .heading-container, .fwp-3-4-1-4-image-content-v1 .module-benefits .heading-container .content > *, .module-benefits .heading-container .fwp-3-4-1-4-image-content-v1 .content > * {
  font-size: 36px;
  line-height: 1;
  color: #ed1e74;
  margin: 0 0 10px 0;
}

.fwp-3-4-1-4-image-content-v1 .content .subtitle > p {
  font-size: 20px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  color: #121212;
  margin: 0 0 10px 0;
  line-height: normal;
}

@media screen and (max-width: 768px) {
  .fwp-3-4-1-4-image-content-v1 .content > h2, .fwp-3-4-1-4-image-content-v1 .module-benefits .content > .heading-container, .module-benefits .fwp-3-4-1-4-image-content-v1 .content > .heading-container, .fwp-3-4-1-4-image-content-v1 .module-benefits .heading-container .content > *, .module-benefits .heading-container .fwp-3-4-1-4-image-content-v1 .content > * {
    font-size: 26px;
  }

  .fwp-3-4-1-4-image-content-v1 .content .subtitle > p {
    font-size: 17px;
  }
}
.fwp-generic-media-v1 {
  display: table;
  margin: 0 auto;
}

.fwp-generic-media-v1 .media {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

.fwp-3-4-1-4-content-image-product-v1 .row {
  width: 100%;
  overflow: hidden;
}

.fwp-3-4-1-4-content-image-product-v1 .row.top {
  padding: 40px 0 25px 0;
}

.fwp-3-4-1-4-content-image-product-v1 .row .left {
  float: left;
  width: 75%;
  margin-right: 4.25%;
}

.fwp-3-4-1-4-content-image-product-v1 .row .right {
  float: right;
  width: 19.15%;
}

.fwp-3-4-1-4-content-image-product-v1 .top .heading,
.fwp-3-4-1-4-content-image-product-v1 .top .heading p {
  font-size: 36px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  line-height: 1;
  color: #F27300;
  margin: 0;
}

.fwp-3-4-1-4-content-image-product-v1 .top .subheading,
.fwp-3-4-1-4-content-image-product-v1 .top .subheading p {
  color: #121212;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  font-size: 20px;
  line-height: normal;
  margin: 0;
}

.fwp-3-4-1-4-content-image-product-v1 .top .right,
.fwp-3-4-1-4-content-image-product-v1 .top .right p {
  color: #121212;
  font-size: 36px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  line-height: 1;
  margin: 0;
}

.fwp-3-4-1-4-content-image-product-v1 .bottom .left.image img {
  max-height: 320px;
  width: 100%;
  height: auto;
}

/*
.fwp-3-4-1-4-content-image-product-v1 .product {
  color: #808080;
  font-size: 13px;
  margin: 0 0 15px 0;
}
.fwp-3-4-1-4-content-image-product-v1 .product .product-image {
  text-align: center;
}
.fwp-3-4-1-4-content-image-product-v1 .product .product-image img {
  display: block;
  height: auto;
  max-width: 100%;
  width: auto;
}
.fwp-3-4-1-4-content-image-product-v1 .product .product-info {
  overflow: hidden;
}
.fwp-3-4-1-4-content-image-product-v1 .product .product-title {
  color: #231f20;
}
.fwp-3-4-1-4-content-image-product-v1 .product .product-price {

}
.fwp-3-4-1-4-content-image-product-v1 .product .button {
  margin: 10px 0 0 0;
}
.fwp-3-4-1-4-content-image-product-v1 .product .button a {
  background: #5eb997;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
  padding: 7px 10px 4px 10px;
  text-transform: uppercase;
}
.fwp-3-4-1-4-content-image-product-v1 .product .button a:hover {
  text-decoration: none;
}
*/
@media screen and (max-width: 768px) {
  .fwp-3-4-1-4-content-image-product-v1 .top .heading,
  .fwp-3-4-1-4-content-image-product-v1 .top .heading p {
    font-size: 26px;
  }

  .fwp-3-4-1-4-content-image-product-v1 .top .subheading,
  .fwp-3-4-1-4-content-image-product-v1 .top .subheading p {
    font-size: 17px;
  }

  .fwp-3-4-1-4-content-image-product-v1 .top .right,
  .fwp-3-4-1-4-content-image-product-v1 .top .right p {
    font-size: 26px;
  }
}
.fwp-2-3-1-3-content-image-v1 {
  overflow: hidden;
}

.fwp-2-3-1-3-content-image-v1 .content {
  float: none;
  width: 100%;
  margin-right: 0;
}

.fwp-2-3-1-3-content-image-v1 .content.image {
  float: left;
  padding: 10% 6.89% 0;
  width: 54%;
}

.fwp-2-3-1-3-content-image-v1 .content .inner {
  width: 100%;
  margin: 0 auto;
}

.fwp-2-3-1-3-content-image-v1 .content .heading,
.fwp-2-3-1-3-content-image-v1 .content .heading p {
  font-size: 36px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  line-height: 1;
  margin: 0;
}

.fwp-2-3-1-3-content-image-v1 .content .subheading,
.fwp-2-3-1-3-content-image-v1 .content .subheading p {
  font-size: 20px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  line-height: normal;
  margin: 0;
}

.fwp-2-3-1-3-content-image-v1 .content .heading,
.fwp-2-3-1-3-content-image-v1 .content .subheading {
  color: #121212;
  margin: 0 0 20px 0;
}

.fwp-2-3-1-3-content-image-v1 .media {
  float: left;
  width: 32.2%;
}

.fwp-2-3-1-3-content-image-v1 .media img {
  height: auto;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .fwp-2-3-1-3-content-image-v1 .content .heading,
  .fwp-2-3-1-3-content-image-v1 .content .heading p {
    font-size: 26px;
  }

  .fwp-2-3-1-3-content-image-v1 .content .subheading,
  .fwp-2-3-1-3-content-image-v1 .content .subheading p {
    font-size: 17px;
  }
}
.video-carousel-internet-video-v1 {
  margin: 0 auto;
  width: 100%;
}

.flex-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-carousel-internet-video-v1 img,
.video-carousel-internet-video-v1 iframe,
.video-carousel-internet-video-v1 object,
.video-carousel-internet-video-v1 embed {
  max-width: 100%;
}

.product-content-grid-v1 {
  background: url("/sites/clinique/themes/cl_base/template_api/product_content_grid_v1/bg-product-content-grid.png") repeat-x scroll 0 0 white;
  min-height: 300px;
  overflow: hidden;
  padding: 65px 0 40px 0;
  width: 100%;
}

.product-content-grid-v1 .outer-wrap, .product-content-grid-v1 .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .product-content-grid-v1 h3, .product-content-grid-v1 .spp-extra .module-may-we-suggest .wrap, .spp-extra .module-may-we-suggest .product-content-grid-v1 .wrap {
  margin: 0 auto;
  max-width: 964px;
}

.product-content-grid-v1 h3 {
  color: #121212;
  font-size: 36px;
  line-height: 1;
  margin: 0 0 40px 0;
}

.product-content-grid-v1.columns-5 h3 {
  margin: 0 0 30px 0;
}

.product-content-grid-v1 ol,
.product-content-grid-v1 li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.product-content-grid-v1 li {
  border-right: 1px solid #bdbcbc;
  float: left;
  margin: 0 0 0 2%;
  padding: 15px 2% 15px 0;
  width: 31.25%;
}

.product-content-grid-v1.columns-5 li {
  margin: 0 0 0 1.5%;
  padding: 20px 1.5% 25px 0;
  width: 18.5%;
}

.product-content-grid-v1 .row {
  border-top: 1px solid #bdbcbc;
  margin: -1px 0 0 0;
  overflow: hidden;
}
.product-content-grid-v1 .row li {
  min-height: 330px;
}

.product-content-grid-v1 .row:first-child {
  border-top: none;
}

.product-content-grid-v1 .row li:first-child {
  border-left-color: #fff;
  margin-left: 0;
}

.product-content-grid-v1 .row li:last-child {
  border: none;
}

.product-content-grid-v1 .number {
  color: #bdbcbc;
  display: none;
  font-family: "HelveticaNeueLTStd-UltLt", Arial, Sans-Serif;
  font-size: 110px;
  letter-spacing: -1px;
  line-height: 1;
}

.product-content-grid-v1.columns-5 .number {
  font-size: 55px;
}

.product-content-grid-v1.show-numbers .number {
  display: block;
}

.product-content-grid-v1 .inner {
  padding: 0 54px;
}

.product-content-grid-v1.columns-5 .inner {
  padding: 0;
}

.product-content-grid-v1 .inner img {
  display: block;
  height: auto;
  margin: 0 auto 10px;
  max-width: 192px;
  width: 100%;
}

/*
.product-content-grid-v1.columns-5 .inner img {
  max-width: 180px;
}
*/
.product-content-carousel-v1 {
  background: url("/sites/clinique/themes/cl_base/template_api/product_content_carousel_v1/bg-product-content-carousel.png") repeat-x scroll 0 0 white;
  margin: 0;
  min-height: 300px;
  overflow: hidden;
  padding: 40px 0 0 0;
}

.product-content-carousel-v1 h3 {
  color: #121212;
  font-size: 36px;
  line-height: 1;
  margin: 0 0 40px -5%;
}

.product-content-carousel-v1.columns-5 h3 {
  margin-bottom: 30px;
}

.product-content-carousel-v1 .flexslider {
  padding-bottom: 40px;
}

.product-content-carousel-v1 .slides > li {
  margin: 0 20px 0 0;
}

.product-content-carousel-v1.columns-5 .slides > li {
  margin: 0 12px 0 0;
}

.product-content-carousel-v1 .number {
  color: #bdbcbc;
  display: none;
  font-family: "HelveticaNeueLTStd-UltLt", Arial, Sans-Serif;
  font-size: 110px;
  letter-spacing: -1px;
  line-height: 1;
}

.product-content-carousel-v1.columns-5 .number {
  font-size: 55px;
}

.product-content-carousel-v1.show-numbers .number {
  display: block;
}

.product-content-carousel-v1 .inner {
  padding: 0 54px;
}

.product-content-carousel-v1.columns-5 .inner {
  padding: 0;
}

.product-content-carousel-v1 .inner img {
  display: block;
  height: auto;
  margin: 0 auto 10px;
  max-width: 192px;
  width: 100%;
}

.product-content-carousel-v1.columns-5 .inner img {
  max-width: 180px;
}

.product-content-carousel-v1 .reviews img {
  display: inline;
  height: 12px;
  vertical-align: top;
  width: auto;
}

/* Mobile */
.device-mobile .product-content-carousel-v1.columns-1 {
  background: none repeat scroll 0 0 transparent;
  padding: 5% 0 0;
}

.device-mobile .product-content-carousel-v1.columns-1 .slides > li {
  margin: 0;
}

.device-mobile .product-content-carousel-v1.columns-1 h3 {
  display: none;
}

.device-mobile .product-content-carousel-v1.columns-1 .inner {
  padding: 0;
}

/* Meet Clinique */
.section-why-clinique .product-content-carousel-v1 h3 {
  color: #46ab8c;
  margin: 0 0 15px;
}

.section-why-clinique .product-content-carousel-v1 .subtitle {
  font-size: 22px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  width: 43%;
}
.section-why-clinique .product-content-carousel-v1 .subtitle p {
  line-height: 24px;
}

.product-content-hotlist-v1 {
  border-top: 1px solid #ccc;
  padding: 40px 0;
}
.product-content-hotlist-v1:first-child {
  padding-top: 15px;
}
.product-content-hotlist-v1 .mpp-box .caret {
  top: auto !important;
  bottom: -11px;
}
.product-content-hotlist-v1 .mpp-box .badge {
  display: none !important;
}
.product-content-hotlist-v1 #quickshop {
  top: 9px;
}
.product-content-hotlist-v1 ul,
.product-content-hotlist-v1 ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-content-hotlist-v1 .hotlist-heading {
  background: #fff;
  min-height: 370px;
}
.product-content-hotlist-v1 .hotlist-heading h3 {
  color: #46ab8c;
  font-size: 40px;
  line-height: 40px;
  margin: 25px 0;
}
.product-content-hotlist-v1 .hotlist-heading .subtitle {
  color: #808080;
  font-size: 22px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  line-height: 23px;
}
.product-content-hotlist-v1 .hotlist-heading .share {
  float: left;
  height: 20px;
  margin: 20px 0 0 0;
}
.product-content-hotlist-v1 .hotlist-heading .share .share-button {
  background: transparent url(/media/images/css/icons-share-buttons.png) 0 0 no-repeat;
  float: right;
  height: 20px;
  margin: 0 10px 0 0;
  overflow: hidden;
  text-indent: -9999px;
}
.product-content-hotlist-v1 .hotlist-heading .share .share-button.facebook {
  background-position: -68px 0;
  width: 11px;
}
.product-content-hotlist-v1 .hotlist-heading .share .share-button.twitter {
  background-position: -86px 0;
  width: 19px;
}
.product-content-hotlist-v1 .hotlist-heading .share .share-button.pinterest {
  background-position: -111px 0;
  width: 19px;
}
.product-content-hotlist-v1 .row:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
* html .product-content-hotlist-v1 .row {
  zoom: 1;
}
*:first-child + html .product-content-hotlist-v1 .row {
  zoom: 1;
}
.product-content-hotlist-v1 .row .inner {
  border: 1px solid transparent;
  float: left;
  margin: 0 2% 0 0;
  min-height: 370px;
  width: 31%;
  position: relative;
}
.product-content-hotlist-v1 .row .inner img.product-image {
  display: block;
  height: auto;
  max-width: 100%;
  width: auto;
}

.product-content-meet-family-v1 {
  padding: 40px 0;
}
.related_content_item .product-content-meet-family-v1 {
  clear: both;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 0;
  border-top: 1px solid #dbdbdb;
}
.related_content_item .product-content-meet-family-v1 h1 p, .related_content_item .product-content-meet-family-v1 h1 span, .related_content_item .product-content-meet-family-v1 h2 p, .related_content_item .product-content-meet-family-v1 .module-benefits .heading-container p, .module-benefits .related_content_item .product-content-meet-family-v1 .heading-container p, .module-benefits .heading-container .related_content_item .product-content-meet-family-v1 * p, .related_content_item .product-content-meet-family-v1 h2 span, .related_content_item .product-content-meet-family-v1 .module-benefits .heading-container span, .module-benefits .related_content_item .product-content-meet-family-v1 .heading-container span, .module-benefits .heading-container .related_content_item .product-content-meet-family-v1 * span {
  margin-top: 0;
  line-height: inherit;
}
.product-content-meet-family-v1 .meet-family-intro {
  display: inline-block;
  min-height: 380px;
  padding: 0 1% 0 0;
  vertical-align: top;
  width: 31%;
}
.product-content-meet-family-v1 .meet-family-intro h3 {
  color: #999bdc;
  font-size: 36px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  line-height: 34px;
  margin: 0;
}
.product-content-meet-family-v1 .meet-family-intro .subtitle {
  font-size: 15px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  line-height: 17px;
}
.product-content-meet-family-v1 ul.items {
  display: inline-block;
  vertical-align: top;
  width: 68%;
  margin-top: -10px;
}
.product-content-meet-family-v1 ul.items li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-content-meet-family-v1 .row {
  margin: 0;
  min-height: 380px;
  overflow: hidden;
}
.product-content-meet-family-v1 .row .inner {
  border: 1px solid transparent;
  float: left;
  margin: 0 2% 0 0;
  width: 31%;
  min-height: 380px;
  padding: 0;
  position: relative;
}
.product-content-meet-family-v1 .row .inner .mpp-box {
  margin-bottom: 0;
  min-height: 380px;
}
.product-content-meet-family-v1 .row .inner .mpp-box .mpp-product .product-info,
.product-content-meet-family-v1 .row .inner .mpp-box .mpp-product-hover-view .product-info {
  top: -10px;
  margin-bottom: -10px;
}
.product-content-meet-family-v1 .row .inner .mpp-box .mpp-product .product-title,
.product-content-meet-family-v1 .row .inner .mpp-box .mpp-product p,
.product-content-meet-family-v1 .row .inner .mpp-box .mpp-product .reviews,
.product-content-meet-family-v1 .row .inner .mpp-box .mpp-product-hover-view .product-title,
.product-content-meet-family-v1 .row .inner .mpp-box .mpp-product-hover-view p,
.product-content-meet-family-v1 .row .inner .mpp-box .mpp-product-hover-view .reviews {
  padding-left: 8%;
  padding-right: 8%;
}
.product-content-meet-family-v1 .row .inner .mpp-box .mpp-product .btn-quickview,
.product-content-meet-family-v1 .row .inner .mpp-box .mpp-product-hover-view .btn-quickview {
  left: 27%;
  top: 60%;
}
.product-content-meet-family-v1 .row .inner .mpp-box .mpp-product .btn-shopnow,
.product-content-meet-family-v1 .row .inner .mpp-box .mpp-product-hover-view .btn-shopnow {
  margin-left: 8%;
}
.product-content-meet-family-v1 .row .inner .mpp-box .mpp-product .btn-quickview,
.product-content-meet-family-v1 .row .inner .mpp-box .mpp-product .btn-shopnow,
.product-content-meet-family-v1 .row .inner .mpp-box .mpp-product-hover-view .btn-quickview,
.product-content-meet-family-v1 .row .inner .mpp-box .mpp-product-hover-view .btn-shopnow {
  display: none;
}
.product-content-meet-family-v1 .row .inner img.product-image {
  display: block;
  height: auto;
  max-width: 100%;
  width: auto;
  margin-top: 20px;
}
.product-content-meet-family-v1 .row .inner .mpp-product-hover-view {
  display: none !important;
  visibility: hidden;
}
.product-content-meet-family-v1 .row .inner:first-child .mpp-product {
  display: none;
  visibility: hidden;
}
.product-content-meet-family-v1 .row .inner:first-child .mpp-product-hover-view {
  display: block !important;
  visibility: visible;
}

.hotlists-nav-formatter-v1 {
  position: relative;
}
.hotlists-nav-formatter-v1 .hotlist {
  display: none;
}
.hotlists-nav-formatter-v1 .hotlist.active {
  display: block;
}

.hotlists-nav-header {
  background: #fff;
  background: -moz-linear-gradient(top, white 23%, #f7f7f7 89%);
  background: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0.23, white), color-stop(0.89, #f7f7f7));
  background: -webkit-linear-gradient(top, white 23%, #f7f7f7 89%);
  background: -o-linear-gradient(top, white 23%, #f7f7f7 89%);
  background: -ms-linear-gradient(top, white 23%, #f7f7f7 89%);
  background: linear-gradient(to bottom, #ffffff 23%, #f7f7f7 89%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0 );
  -moz-box-shadow: inset 0 -3px 30px #ddd;
  -webkit-box-shadow: inset 0 -3px 30px #ddd;
  box-shadow: inset 0 -3px 30px #ddd;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#dddddd')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#dddddd');
  min-height: 200px;
  overflow: hidden;
  padding: 30px 0 10px 0;
}

.hotlists-nav-header h3 {
  color: #231f20;
  font-size: 36px;
  letter-spacing: -0.5px;
  line-height: 1;
  margin: 0 0 35px 0;
}

.hotlists-nav-header h3.with-subheading {
  margin: 0 0 15px;
}

.hotlists-nav-header .subheading p {
  font-size: 22px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  margin: 0 0 15px;
}

.hotlists-nav-header .hotlists-nav {
  overflow: hidden;
}

.hotlists-nav-header .hotlists-nav .hotlist-tab {
  background: #fff;
  -moz-box-shadow: 0 0 10px #ddd;
  -webkit-box-shadow: 0 0 10px #ddd;
  box-shadow: 0 0 10px #ddd;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#dddddd')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#dddddd');
  color: #231f20;
  float: left;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  font-size: 22px;
  height: 115px;
  letter-spacing: -0.5px;
  line-height: 1;
  margin: 0 15px 15px 0;
  text-align: center;
  width: 115px;
  display: table;
}
.hotlists-nav-header .hotlists-nav .hotlist-tab * {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 15px;
}

.hotlists-nav-header .hotlists-nav .hotlist-tab.active {
  background: #5dba98;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-filter: "none";
  filter: none;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .hotlists-nav-header .hotlists-nav .hotlist-tab {
    height: 85px;
    padding: 20px 5px;
    width: 85px;
  }
}
/*
.pcg-product-v1 .product {
  color: #808080;
  font-size: 13px;
  margin: 0 0 15px 0;
}
.pcg-product-v1 .product .product-image {
  float: left;
  margin: 0 9% 0 0;
  text-align: center;
}
.pcg-product-v1 .product .product-image img {
  display: block;
  height: auto;
  max-width: 100%;
  width: auto;
}
.pcg-product-v1 .product .product-info {

}
.pcg-product-v1 .product .product-title {
  color: #231f20;
}
.pcg-product-v1 .product .product-price {
}
.pcg-product-v1 .product .button {
  margin: 10px 0 0 0;
}
.pcg-product-v1 .product .button a {
  background: #5eb997;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
  padding: 7px 10px 4px 10px;
  text-transform: uppercase;
}
.pcg-product-v1 .product .button a:hover {
  text-decoration: none;
}
*/
.pcg-product-large-v1 .mpp-box {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-right: 25px;
  min-height: 460px;
  padding: 5% 0 0 0;
}
.pcg-product-large-v1 .mpp-box .mpp-product {
  border: 1px solid transparent;
}
.pcg-product-large-v1 .mpp-box .title {
  color: #231f20;
  font-size: 22px;
  font-family: "HelveticaNeueLTStd65Medium", Verdana, Arial, Sans-Serif;
  line-height: 23px;
  text-align: center;
}
.pcg-product-large-v1 .mpp-box .product-info {
  position: relative;
  top: -55px;
  margin-bottom: -55px;
}
.pcg-product-large-v1 .mpp-box .product-image {
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.pcg-product-large-v1 .mpp-box .product-title {
  margin: 0;
  padding: 0 17.25%;
  font-size: 15px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  line-height: 17px;
}
.pcg-product-large-v1 .mpp-box .product-title a {
  color: #231f20;
}
.pcg-product-large-v1 .mpp-box .product-title a:hover {
  color: #5dba98;
}
.pcg-product-large-v1 .mpp-box p {
  margin: 0;
  font-size: 15px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  padding: 0 17.25%;
  line-height: 17px;
}
.pcg-product-large-v1 .mpp-box p.type {
  color: #231F20;
}
.pcg-product-large-v1 .mpp-box p.price {
  color: gray;
}
.pcg-product-large-v1 .mpp-box .reviews {
  font-size: 11px;
  font-family: "HelveticaNeueLTStd55Roman", Arial, Sans-Serif;
  padding: 7px 0px 7px 17.25%;
  color: #000;
}
.pcg-product-large-v1 .mpp-box .reviews img {
  display: inline;
}
.pcg-product-large-v1 .mpp-box .badge {
  position: absolute;
  top: 30px;
  left: 45px;
  display: table;
  width: 80px;
  height: 80px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  z-index: 1;
  padding: 0;
  line-height: 16px;
  vertical-align: middle;
  margin: 0;
  font-size: 14px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  text-transform: uppercase;
  text-align: center;
}
.pcg-product-large-v1 .mpp-box .badge.badge_1, .pcg-product-large-v1 .mpp-box .badge.badge_17 {
  background: #fe6cb5;
}
.pcg-product-large-v1 .mpp-box .badge.badge_30 {
  background: #5dba98;
}
html.ie7 .pcg-product-large-v1 .mpp-box .badge {
  text-align: center;
}
.pcg-product-large-v1 .mpp-box .badge .badge-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
html.ie7 .pcg-product-large-v1 .mpp-box .badge .badge-inner {
  position: relative;
  margin-top: inherit;
  *clear: expression(style.marginTop = "" + (offsetHeight < parentNode.offsetHeight ? parseInt((parentNode.offsetHeight - offsetHeight) / 2) + "px" : "0"), style.clear = "none", 0 );
}
.pcg-product-large-v1 .mpp-box .btn-quickview {
  cursor: pointer;
  text-transform: uppercase;
  font-weight: normal;
  background-color: #FFF;
  border: solid 1px #989898;
  color: #989898;
  visibility: hidden;
  margin: 0 auto 10px;
  width: 92px;
  display: block;
}
.pcg-product-large-v1 .mpp-box .btn-shopnow {
  margin: 0 0 0 17.25%;
  cursor: pointer;
  visibility: hidden;
}
.pcg-product-large-v1 .mpp-box .mpp-product-hover-view {
  display: none;
  position: absolute;
  top: 0;
  padding-top: 5%;
  left: 0;
  width: 100%;
  min-height: inherit;
  padding-bottom: 5%;
  background: #fff;
  z-index: 10;
  border: 1px solid black;
}
.pcg-product-large-v1 .mpp-box:hover .mpp-product-hover-view {
  display: block;
}
.pcg-product-large-v1 .mpp-box .mpp-product-hover-view .btn-favorite {
  position: absolute;
  top: 7px;
  right: 7px;
  height: 25px;
  width: 25px;
  background: url("/sites/clinique/themes/cl_base/img/btn-favorite-sprite.png") no-repeat 0px 0px;
}
.pcg-product-large-v1 .mpp-box .mpp-product-hover-view .btn-favorite:hover, .pcg-product-large-v1 .mpp-box .mpp-product-hover-view .btn-favorite.active {
  background-position: 0px -24px;
}
.pcg-product-large-v1 .mpp-box .mpp-product-hover-view .btn-quickview {
  visibility: visible;
}
.pcg-product-large-v1 .mpp-box .mpp-product-hover-view .btn-quickview:hover {
  color: #5dba98;
  border-color: #5dba98;
}
.pcg-product-large-v1 .mpp-box .mpp-product-hover-view .btn-shopnow {
  visibility: visible;
}
.pcg-product-large-v1 .mpp-box .mpp-product-hover-view .badge {
  left: 44px;
  top: 29px;
}
.pcg-product-large-v1 .mpp-box .caret {
  background: url("/media/export/images/qs-caret.png") no-repeat scroll 50% 0 transparent;
  height: 12px;
  padding: 0;
  position: absolute;
  width: 182px;
  z-index: 9000;
  top: 531px;
  left: 60px;
}
.pcg-product-large-v1.pcg-product-sku .button.cta {
  margin: 0 0 0 17.25%;
  visibility: hidden;
}
.pcg-product-large-v1.pcg-product-sku .product-shade {
  margin: 10px 17.25% 5px;
}
.pcg-product-large-v1.pcg-product-sku .shade-box {
  display: inline-block;
  height: 20px;
  margin: 0 6px 0 0;
  width: 20px;
  vertical-align: middle;
}
.pcg-product-large-v1.pcg-product-sku .shade-name {
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  width: 80%;
  vertical-align: middle;
}
.pcg-product-large-v1.pcg-product-sku .mpp-product-hover-view .btn-quickview {
  visibility: hidden;
}
.pcg-product-large-v1.pcg-product-sku .mpp-product-hover-view .button.cta {
  visibility: visible;
}

@media screen and (max-width: 768px) {
  .pcg-product-large-v1 .mpp-box .mpp-product-hover-view {
    border-color: transparent;
    display: block;
  }
  .pcg-product-large-v1 .mpp-box .mpp-product-hover-view .btn-quickview {
    top: 59%;
  }
}
.pcg-image-v1 {
  background: #fff;
}

.pcg-quote-v1 {
  background-color: #fff;
  background-position: right bottom;
  background-repeat: no-repeat;
  padding: 0 45px 70px 0;
}

.pcg-quote-v1 .quote {
  color: #231f20;
}

.pcg-quote-v1 .source {
  font-size: 13px;
  line-height: 15px;
  margin: 15px 0 0 0;
}

@media screen and (max-width: 768px) {
  .pcg-quote-v1 .quote p,
  .pcg-quote-v1 .quote span {
    font-size: 22px !important;
    line-height: normal !important;
  }
}
.pcg-video-v1 {
  padding: 50px 0 0 0;
}

.pcg-video-v1 h3 {
  color: #46ab8c;
  font-size: 36px;
  line-height: 1;
  margin: 0 0 10px 0;
  max-width: 250px;
}

.seasonal-promo-v1 {
  background: url("/sites/clinique/themes/cl_base/template_api/seasonal_promo_v1/bg-seasonal-promo.png") repeat-x scroll 0 0 #fee8f5;
  min-height: 650px;
  padding: 70px 0 50px 0;
}

.seasonal-promo-v1 h3 {
  color: #ec008c;
  font-size: 36px;
  line-height: 1;
  margin: 0;
}

.seasonal-promo-v1 .subheading,
.seasonal-promo-v1 .subheading p {
  color: #121212;
  font-size: 20px;
  line-height: normal;
  margin: 0;
}

.seasonal-promo-v1 .promo {
  margin: 35px 0 0 0;
  padding: 0 50px 0 0;
}

.seasonal-promo-v1 .clear {
  clear: both;
}

.seasonal-promo-v1 .flexslider-nav {
  float: left;
  max-width: 123px;
  padding: 0;
  width: 12%;
}

.seasonal-promo-v1 .flexslider-active {
  padding: 20px 0 35px 0;
  z-index: 1;
}

.seasonal-promo-v1 .flexslider-nav .image {
  display: none;
}

.seasonal-promo-v1 .flexslider-nav .thumbnail {
  padding: 0 0 20px 0;
}

.seasonal-promo-v1 .flexslider-nav .thumbnail img {
  border: 3px solid transparent;
  cursor: pointer;
  display: block;
  height: auto;
  max-height: 117px;
  max-width: 117px;
  width: 100%;
}

.seasonal-promo-v1 .flexslider-nav .thumbnail:hover img,
.seasonal-promo-v1 .flexslider-nav .thumbnail.hover img {
  border-color: #bebebe;
}

.seasonal-promo-v1 .flexslider-nav .thumbnail.active img {
  border-color: #fd6cb4;
}

.seasonal-promo-v1 .active-promo {
  float: right;
  padding: 0;
  position: relative;
  width: 88%;
}

.seasonal-promo-v1 .active-promo .sp-product-v1 {
  display: none;
}

.seasonal-promo-v1 .active-promo .sp-product-v1:first-child {
  display: block;
}

.seasonal-promo-v1 .active-promo .thumbnail {
  display: none;
}

.seasonal-promo-v1 .active-promo .image {
  text-align: right;
  width: 100%;
}

.seasonal-promo-v1 .active-promo .image img {
  display: inline;
  height: auto;
  max-height: 405px;
  max-width: 100%;
  width: auto;
}

.seasonal-promo-v1 .active-promo .title {
  color: #121212;
  font-size: 22px;
  line-height: normal;
  margin: 0 0 15px 0;
  padding: 0 50px 0 0;
}

.seasonal-promo-v1 .active-promo .cta {
  margin: 0 50px 0 0;
}

/* Mobile */
.device-mobile .seasonal-promo-v1 {
  min-height: 295px;
  padding: 20px 0 0;
}

/* Mobile */
.device-mobile .sp-product-v1 .title {
  display: none;
}

.shoppable-ad-v1 {
  background: transparent center top no-repeat;
  overflow: inherit;
  padding: 65px 0 0;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.shoppable-ad-v1 img.shoppable-image {
  visibility: hidden;
  display: block;
  margin-top: -65px;
}
.shoppable-ad-v1 .hotspots {
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -500px;
  padding: 0 70px;
  height: 1000px;
  width: 1140px;
}
.shoppable-ad-v1 .hotspots .hotspot {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  border: 1px solid #ccc;
  display: none;
  padding: 5%;
}
.shoppable-ad-v1 .hotspots .hotspot .close {
  right: 0;
  position: absolute;
  top: 0;
}
.shoppable-ad-v1 .content {
  position: absolute;
  top: 65px;
  left: 0;
  width: 100%;
  z-index: 3;
}
.shoppable-ad-v1 .content .outer-wrap, .shoppable-ad-v1 .content .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .shoppable-ad-v1 .content h3, .shoppable-ad-v1 .content .spp-extra .module-may-we-suggest .wrap, .spp-extra .module-may-we-suggest .shoppable-ad-v1 .content .wrap {
  z-index: 3;
  width: 100%;
}
.shoppable-ad-v1 .content .outer-wrap h2, .shoppable-ad-v1 .content .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3 h2, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .shoppable-ad-v1 .content h3 h2, .shoppable-ad-v1 .content .spp-extra .module-may-we-suggest .wrap h2, .spp-extra .module-may-we-suggest .shoppable-ad-v1 .content .wrap h2, .shoppable-ad-v1 .content .outer-wrap .module-benefits .heading-container, .module-benefits .shoppable-ad-v1 .content .outer-wrap .heading-container, .shoppable-ad-v1 .content .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3 .module-benefits .heading-container, .module-benefits .shoppable-ad-v1 .content .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3 .heading-container, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .shoppable-ad-v1 .content h3 .module-benefits .heading-container, .module-benefits .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .shoppable-ad-v1 .content h3 .heading-container, .shoppable-ad-v1 .content .spp-extra .module-may-we-suggest .wrap .module-benefits .heading-container, .module-benefits .shoppable-ad-v1 .content .spp-extra .module-may-we-suggest .wrap .heading-container, .spp-extra .module-may-we-suggest .shoppable-ad-v1 .content .wrap .module-benefits .heading-container, .module-benefits .spp-extra .module-may-we-suggest .shoppable-ad-v1 .content .wrap .heading-container, .shoppable-ad-v1 .content .outer-wrap .module-benefits .heading-container *, .module-benefits .heading-container .shoppable-ad-v1 .content .outer-wrap *, .shoppable-ad-v1 .content .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3 .module-benefits .heading-container *, .module-benefits .heading-container .shoppable-ad-v1 .content .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3 *, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .shoppable-ad-v1 .content h3 .module-benefits .heading-container *, .module-benefits .heading-container .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .shoppable-ad-v1 .content h3 *, .shoppable-ad-v1 .content .spp-extra .module-may-we-suggest .wrap .module-benefits .heading-container *, .module-benefits .heading-container .shoppable-ad-v1 .content .spp-extra .module-may-we-suggest .wrap *, .spp-extra .module-may-we-suggest .shoppable-ad-v1 .content .wrap .module-benefits .heading-container *, .module-benefits .heading-container .spp-extra .module-may-we-suggest .shoppable-ad-v1 .content .wrap * {
  margin: 0 0 5px;
}
.shoppable-ad-v1 h3 {
  color: #7b4286;
  font-size: 36px;
  line-height: 1;
  margin: 0;
}
.shoppable-ad-v1 .subheading,
.shoppable-ad-v1 .subheading p {
  color: #121212;
  font-size: 15px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  line-height: normal;
  margin: 0;
  padding: 3px 0 0 0;
}
.shoppable-ad-v1 .cta {
  margin: 10px 0 0 0;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  15% {
    transform: scale(0.9);
    opacity: .9;
  }

  30% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }

  15% {
    -webkit-transform: scale(0.9);
    opacity: .8;
  }

  30% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
    opacity: 1;
  }

  15% {
    -moz-transform: scale(0.9);
    opacity: .8;
  }

  30% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
.sa-product {
  bottom: auto;
  left: auto;
  position: absolute;
  right: auto;
  top: auto;
}
.sa-product .marker {
  cursor: pointer;
  line-height: 1;
  margin: -25px 0 0 -25px;
  overflow: hidden;
  height: 51px;
  width: 51px;
}
.sa-product .marker img {
  -webkit-animation-name: pulse;
  -webkit-animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  animation-name: pulse;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-play-state: running;
  -moz-animation-name: pulse;
  -moz-animation-duration: 4s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-play-state: running;
}
.sa-product .marker img:hover {
  -webkit-animation-play-state: paused;
  -webkit-transform: scale(0.95);
  -moz-animation-play-state: paused;
  -moz-transform: scale(0.95);
  transform: scale(0.95);
  animation-play-state: paused;
  opacity: 1;
}
.sa-product .module-spp-detail .shade-chooser .shade-box.active, .sa-product .module-spp-detail .shade-chooser .shade-box:hover {
  border: 4px solid gray;
}
.sa-product #quickshop {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #e9e9ea;
  padding: 15px 23px 23px 23px;
  width: 80%;
  z-index: 10;
}
.sa-product #quickshop .prod-hd {
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  line-height: 1;
  width: 95%;
}
.sa-product #quickshop .prod-hd p {
  margin-top: 0;
  line-height: 1;
  font-family: "HelveticaNeueLTStd65Medium", Verdana, Arial, Sans-Serif;
}
.sa-product #quickshop .prod-hd span {
  font-family: "HelveticaNeueLTStd65Medium", Verdana, Arial, Sans-Serif;
}
.sa-product #quickshop .close {
  background: url("/media/images/products/close_icon.png") no-repeat 0 0;
  width: 14px;
  height: 14px;
}
.sa-product #quickshop #quickshop .col1,
.sa-product #quickshop #quickshop .col2 {
  float: none;
  margin: 0 0 10px 0;
  width: auto;
}
.sa-product #quickshop .shade-dd {
  color: black;
  font-size: 18px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
}
.sa-product #quickshop .shade-dd .shade_name {
  font-family: "HelveticaNeueLTStd65Medium", Verdana, Arial, Sans-Serif;
}
.sa-product #quickshop .btn-add-to-bag {
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  padding: 0 10px;
  letter-spacing: 0px;
}
.sa-product #quickshop .btn-add-to-bag:hover {
  color: white;
  text-decoration: none;
}

.full-width-2-row-v1 {
  background-color: transparent;
  background-position: center bottom;
  background-repeat: repeat-x;
  padding: 0 0 40px 0;
}
.full-width-2-row-v1.no-bottom-padding {
  padding-bottom: 0;
}

.full-width-2-row-v1 .outer-wrap, .full-width-2-row-v1 .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .full-width-2-row-v1 h3, .full-width-2-row-v1 .spp-extra .module-may-we-suggest .wrap, .spp-extra .module-may-we-suggest .full-width-2-row-v1 .wrap {
  background-color: transparent;
  background-position: center bottom;
  background-repeat: no-repeat;
  margin: 0 auto;
  max-width: 964px;
  min-height: 560px;
  position: relative;
}

.full-width-2-row-v1 .top {
  display: table-cell;
  height: 190px;
  left: 0;
  position: absolute;
  top: 40px;
  width: 100%;
  vertical-align: middle;
}

.full-width-2-row-v1 h3 {
  color: #87c2ae;
  font-size: 36px;
  line-height: 1;
  margin: 0 0 5px 0;
}

.full-width-2-row-v1 .subheading,
.full-width-2-row-v1 .subheading p {
  color: #121212;
  font-size: 22px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  line-height: normal;
  margin: 0 0 15px 0;
}

.full-width-2-row-v1 .video {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .full-width-2-row-v1 .top {
    padding: 0 20px;
  }
}
.video-carousel-v1 {
  background: #F5F1F0;
  min-height: 600px;
  max-height: 700px;
  padding: 65px 0 30px 0;
}
.related_content_item .video-carousel-v1 {
  clear: both;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 0;
  border-top: 1px solid #dbdbdb;
}
.related_content_item .video-carousel-v1:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
* html .related_content_item .video-carousel-v1 {
  zoom: 1;
}
*:first-child + html .related_content_item .video-carousel-v1 {
  zoom: 1;
}
.related_content_item .video-carousel-v1 .video {
  margin-top: 0;
}
.related_content_item .video-carousel-v1 h3 {
  margin-bottom: 30px;
}
.related_content_item .video-carousel-v1 h1 p, .related_content_item .video-carousel-v1 h1 span, .related_content_item .video-carousel-v1 h2 p, .related_content_item .video-carousel-v1 .module-benefits .heading-container p, .module-benefits .related_content_item .video-carousel-v1 .heading-container p, .module-benefits .heading-container .related_content_item .video-carousel-v1 * p, .related_content_item .video-carousel-v1 h2 span, .related_content_item .video-carousel-v1 .module-benefits .heading-container span, .module-benefits .related_content_item .video-carousel-v1 .heading-container span, .module-benefits .heading-container .related_content_item .video-carousel-v1 * span {
  margin-top: 0;
  line-height: inherit;
}

.video-carousel-v1 h3 {
  width: 78%;
  color: #f27300;
  font-size: 36px;
  line-height: 1;
  margin: 0;
}

.video-carousel-v1 .video {
  margin: 40px 0 0 0;
  padding: 0 50px 0 0;
}

.video-carousel-v1 .clear {
  clear: both;
}

.video-carousel-v1 .active-video {
  float: left;
  margin: 0 2% 0 0;
  padding: 0;
  position: relative;
  width: 78%;
}

.video-carousel-v1 .active-video .video-carousel-internet-video-v1 {
  display: none;
}

.video-carousel-v1 .active-video .video-carousel-internet-video-v1:first-child {
  display: block;
}

.video-carousel-v1 .active-video .video-meta {
  display: none;
}

.video-carousel-v1 .active-video .video-title {
  color: #121212;
  font-size: 22px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  line-height: normal;
  margin: 10px 0 0 0;
}

.video-carousel-v1 .active-video .video-description {
  font-size: 13px;
  line-height: normal;
  margin: 10px 0 0 0;
}

.video-carousel-v1 .flexslider-nav {
  float: left;
  max-width: 196px;
  padding: 0;
  width: 19.8%;
}

.video-carousel-v1 .flexslider-active {
  padding: 0 0 35px 0;
  z-index: 1;
}

.video-carousel-v1 .flexslider-nav .video-main {
  display: none;
}

.video-carousel-v1 .flexslider-nav .clip-thumb {
  border: 3px solid transparent;
  overflow: hidden;
  padding: 53% 0 0;
}

.video-carousel-v1 .flexslider-nav .clip-thumb img {
  cursor: pointer;
  display: block;
  height: auto;
  margin: -65% 0;
  max-width: 190px;
  width: 100%;
}

.video-carousel-v1 .flexslider-nav .clip-thumb:hover,
.video-carousel-v1 .flexslider-nav .video-thumb.hover .clip-thumb {
  border-color: #bebebe;
}

.video-carousel-v1 .flexslider-nav .video-thumb .video-title {
  color: #121212;
  font-size: 13px;
  margin: 10px 0 0 0;
  padding: 0 0 30px 0;
}

.device-mobile .video-carousel-v1 {
  max-height: 100%;
  min-height: 0;
}
.device-mobile .video-carousel-v1 h3 {
  width: auto;
}
.device-mobile .video-carousel-v1 .video {
  padding: 0;
}
.device-mobile .video-carousel-v1 .video .active-video {
  display: none;
  visibility: hidden;
}
.device-mobile .video-carousel-v1 .video .flexslider-nav {
  float: none;
  max-width: 100%;
  width: auto;
}
.device-mobile .video-carousel-v1 .video .flexslider-nav .video-carousel-internet-video-v1 {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  width: 49%;
}
.device-mobile .video-carousel-v1 .video .flexslider-nav .video-carousel-internet-video-v1 .clip-thumb {
  display: none;
}
.device-mobile .video-carousel-v1 .video .flexslider-nav .video-carousel-internet-video-v1 .flex-video {
  padding-bottom: 34%;
}

.video-carousel-internet-video-v1 {
  margin: 0 auto;
  width: 100%;
}

.flex-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-carousel-internet-video-v1 img,
.video-carousel-internet-video-v1 iframe,
.video-carousel-internet-video-v1 object,
.video-carousel-internet-video-v1 embed {
  max-width: 100%;
}

.single-video-v1 {
  background: transparent left center repeat-x;
  position: relative;
  width: 100%;
}
.related_content_item .single-video-v1 {
  clear: both;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 0;
  border-top: 1px solid #dbdbdb;
}
.related_content_item .single-video-v1 h1 p, .related_content_item .single-video-v1 h1 span, .related_content_item .single-video-v1 h2 p, .related_content_item .single-video-v1 .module-benefits .heading-container p, .module-benefits .related_content_item .single-video-v1 .heading-container p, .module-benefits .heading-container .related_content_item .single-video-v1 * p, .related_content_item .single-video-v1 h2 span, .related_content_item .single-video-v1 .module-benefits .heading-container span, .module-benefits .related_content_item .single-video-v1 .heading-container span, .module-benefits .heading-container .related_content_item .single-video-v1 * span {
  margin-top: 0;
  line-height: inherit;
}

.single-video-v1 .image-placeholder {
  position: relative;
}
.single-video-v1 .image-placeholder .outer-wrap, .single-video-v1 .image-placeholder .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .single-video-v1 .image-placeholder h3, .single-video-v1 .image-placeholder .spp-extra .module-may-we-suggest .wrap, .spp-extra .module-may-we-suggest .single-video-v1 .image-placeholder .wrap {
  position: relative;
  z-index: 1;
}
.single-video-v1 .image-placeholder.has-video {
  cursor: pointer;
}

.single-video-v1 .image-placeholder img {
  display: block;
  margin: 0 auto;
  max-width: 960px;
  position: relative;
}

.single-video-v1 .image-title {
  left: 0;
  position: absolute;
  top: 80px;
}

.single-video-v1 .image-title,
.single-video-v1 .image-title p {
  color: #000;
  font-size: 36px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  line-height: 1;
}

.single-video-v1 .video-wrapper {
  background: #fff left center repeat-x;
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.single-video-v1 .flex-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.single-video-v1 .flex-video img,
.single-video-v1 .flex-video iframe,
.single-video-v1 .flex-video object,
.single-video-v1 .flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.single-video-v1 .video_player_container {
  float: none;
  height: auto;
  overflow: visible;
  position: relative;
  width: auto;
}
.single-video-v1 .video_player_container .preload {
  display: none !important;
  visibility: hidden;
}
.single-video-v1 .video_player_container .video-player-wrapper {
  height: auto;
  left: auto;
  max-width: none;
  position: relative;
  top: auto;
}
.single-video-v1 .video_player_container .video-player-wrapper .video_player {
  background-color: transparent;
  float: none;
  left: auto;
  max-width: none;
  position: relative;
  top: auto;
}
.single-video-v1 .video_player_container .video-player-wrapper .video_player .spinner {
  display: none !important;
  visibility: hidden;
}
.single-video-v1 .video_player_container .video-player-wrapper .video_player .video_player_poster {
  display: none !important;
  visibility: hidden;
}
.single-video-v1 .video_player_container .video-player-wrapper .video_player video {
  background-color: transparent;
  display: block;
  margin: 0 auto;
  max-height: 406px;
  max-width: 100%;
  width: 100%;
}
.single-video-v1 .video_player_container .video-player-wrapper .video_player_controls_wrapper {
  display: none !important;
  visibility: hidden;
}
.single-video-v1 .video_player_container .video-player-wrapper .caption-bar {
  display: none !important;
  visibility: hidden;
}

/* mobile */
.device-mobile .single-video-v1 {
  background: none repeat-x scroll left center transparent !important;
  border-bottom: 1px solid #DBDBDB;
  min-height: 30px;
  width: 100%;
}

.device-mobile .single-video-v1 .image-title {
  padding: 15px;
  position: static;
}

.device-mobile .single-video-v1 .image-title p {
  display: none;
}

.device-mobile .single-video-v1 .image-title p:first-child {
  display: block;
  margin: 0;
}

.device-mobile .single-video-v1 .image-placeholder img {
  display: none;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .single-video-v1 .image-placeholder img {
    display: block;
    margin: 0 auto;
    max-width: 768px;
    height: 380px;
    position: relative;
  }

  .single-video-v1 .image-title,
  .single-video-v1 .image-title p {
    margin: 0;
  }
}
.video-category-row-v1 {
  border-top: 1px solid #dbdbdb;
}
.video-category-row-v1 .breadcrumbs {
  display: none;
}

.video-category-row-v1 .outer-wrap, .video-category-row-v1 .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .video-category-row-v1 h3, .video-category-row-v1 .spp-extra .module-may-we-suggest .wrap, .spp-extra .module-may-we-suggest .video-category-row-v1 .wrap {
  padding-top: 35px;
}

.video-category-row-v1 .expand-toggle {
  background: transparent url("/sites/clinique/themes/cl_base/template_api/video_category_row_v1/video-category-row-expand-collapse-sprite.png") 0 -20px no-repeat;
  cursor: pointer;
  float: right;
  height: 20px;
  width: 22px;
}

.video-category-row-v1 .expand-toggle.closed {
  background-position: 0 0;
}

.video-category-row-v1 h3 {
  color: #46ab8c;
  font-size: 36px;
  line-height: normal;
  margin: 0 0 20px 0;
}

.video-category-row-v1 .active-video {
  float: none !important;
  margin: 0 !important;
  width: auto !important;
}

.video-category-row-v1 .flexslider {
  display: none;
}

.video-category-row-v1 .items {
  max-height: 1040px;
  overflow: hidden;
  -webkit-transition: max-height 1s ease-in-out;
  -moz-transition: max-height 1s ease-in-out;
  -o-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
}

.video-category-row-v1 .items.collapsed {
  max-height: 260px;
}

.video-category-row-v1 .video-category {
  padding: 0;
}

.video-category-row-v1 .item-video {
  float: left;
  height: 260px;
  margin: 0 3.125% 0 0;
  padding: 0;
  width: 31.25%;
}

.video-category-row-v1 .item-video.last-item {
  margin: 0;
}

.video-category-row-v1 .item-video .item-video-video {
  display: block;
}

.video-category-row-v1 .item-video .item-video-thumb {
  display: block;
  margin: 0 0 15px 0;
  overflow: hidden;
  padding: 54% 0 0;
}

.video-category-row-v1 .item-video .item-video-thumb img {
  display: block;
  height: auto;
  margin: -65% 0;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}

.video-category-row-v1 .item-video .item-video-title {
  display: block !important;
  color: #231f20;
  font-size: 15px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  line-height: normal;
}

.video-category-row-v1 .item-video .item-video-title a {
  color: #231f20;
}

.video-category-row-v1 .item-video .item-video-meta {
  display: block !important;
  color: #808080;
  font-size: 15px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  line-height: normal;
}

.video-category-row-v1 .item-video .item-video-desc {
  display: none;
}

.video-category-row-v1 .item-video .item-video-html,
.video-category-row-v1 .item-video .item-video-elc-video {
  display: none;
}

/* Mobile */
.device-mobile .video-category-row-v1 {
  border-top: medium none;
}

.device-mobile .video-category-row-v1 .video.showMe {
  display: block;
}

.device-mobile .video-category-row-v1 .video.hideMe {
  display: none;
}

.device-mobile .video-category-row-v1 h3,
.device-mobile .video-category-row-v1 .expand-toggle.closed,
.device-mobile .video-category-row-v1 .item-video .item-video-meta {
  display: none;
}

.device-mobile .video-category-row-v1 .items.collapsed {
  height: auto;
}

.device-mobile .video-category-row-v1 .item-video {
  height: auto;
  margin: 0 1.5% 10px;
  min-height: 140px;
  width: 46.8%;
}

.device-mobile .video-category-row-v1 .item-video.last-item {
  margin: 0 1.5%;
}

.device-mobile .video-category-row-v1 .item-video .item-video-thumb {
  background: none repeat scroll 0 0 #EFEFEF;
  display: none;
  height: auto;
  margin: 0 0 10px;
  min-height: 102px;
}

.device-mobile .video-category-row-v1 .item-video .item-video-thumb img {
  max-width: 100%;
}

.device-mobile .video-category-row-v1 .item-video .item-video-html,
.device-mobile .video-category-row-v1 .item-video .item-video-elc-video {
  display: block;
  margin-bottom: 10px;
}

.device-mobile .video-category-row-v1 .active-video .video_player_controls {
  display: none;
}

.device-mobile .video-category-row-v1 .active-video img,
.device-mobile .video-category-row-v1 .active-video iframe,
.device-mobile .video-category-row-v1 .active-video object,
.device-mobile .video-category-row-v1 .active-video embed {
  max-height: 102px;
}

/* Mobile videos filters */
.device-mobile .videos-filter ul.menu,
.device-mobile .videos-filter ol,
.device-mobile .videos-filter ul,
.device-mobile .videos-filter .videos-filter-wrapper ul.menu li.filter-main {
  margin: 0;
  padding: 0;
}

.device-mobile .videos-filter ul li {
  padding: 0;
}

.device-mobile .videos-filter ul li.filter-main {
  border-bottom: 1px solid #DBDBDB;
}

.device-mobile .videos-filter ul li.filter-main > h2, .device-mobile .videos-filter ul .module-benefits li.filter-main > .heading-container, .module-benefits .device-mobile .videos-filter ul li.filter-main > .heading-container, .device-mobile .videos-filter ul .module-benefits .heading-container li.filter-main > *, .module-benefits .heading-container .device-mobile .videos-filter ul li.filter-main > * {
  padding: 5px 15px;
}

.device-mobile .videos-filter ul li.filter-main h2, .device-mobile .videos-filter ul li.filter-main .module-benefits .heading-container, .module-benefits .device-mobile .videos-filter ul li.filter-main .heading-container, .device-mobile .videos-filter ul li.filter-main .module-benefits .heading-container *, .module-benefits .heading-container .device-mobile .videos-filter ul li.filter-main * {
  padding-right: 5px;
}

.device-mobile .videos-filter ul li h2, .device-mobile .videos-filter ul li .module-benefits .heading-container, .module-benefits .device-mobile .videos-filter ul li .heading-container, .device-mobile .videos-filter ul li .module-benefits .heading-container *, .module-benefits .heading-container .device-mobile .videos-filter ul li * {
  cursor: pointer;
  font-size: 18px;
  height: 50px;
  margin: 0;
  overflow: hidden;
  padding: inherit 15px;
  position: relative;
  width: 100%;
}

.device-mobile .videos-filter ul li.filter-main h2 a, .device-mobile .videos-filter ul li.filter-main .module-benefits .heading-container a, .module-benefits .device-mobile .videos-filter ul li.filter-main .heading-container a, .module-benefits .heading-container .device-mobile .videos-filter ul li.filter-main * a,
.device-mobile .videos-filter ul li.filter-depth-1-main h2 a,
.device-mobile .videos-filter ul li.filter-depth-1-main .module-benefits .heading-container a,
.module-benefits .device-mobile .videos-filter ul li.filter-depth-1-main .heading-container a,
.module-benefits .heading-container .device-mobile .videos-filter ul li.filter-depth-1-main * a,
.device-mobile .videos-filter ul li.filter-depth-2-main h2 a,
.device-mobile .videos-filter ul li.filter-depth-2-main .module-benefits .heading-container a,
.module-benefits .device-mobile .videos-filter ul li.filter-depth-2-main .heading-container a,
.module-benefits .heading-container .device-mobile .videos-filter ul li.filter-depth-2-main * a {
  color: #1F1F21;
  height: 100%;
  padding-left: 0;
  padding-top: 3px;
  position: absolute;
  text-transform: capitalize;
  width: 100%;
}

.device-mobile .videos-filter ul li.filter-main h2 a:hover, .device-mobile .videos-filter ul li.filter-main .module-benefits .heading-container a:hover, .module-benefits .device-mobile .videos-filter ul li.filter-main .heading-container a:hover, .module-benefits .heading-container .device-mobile .videos-filter ul li.filter-main * a:hover,
.device-mobile .videos-filter ul li.filter-depth-1-main h2 a:hover,
.device-mobile .videos-filter ul li.filter-depth-1-main .module-benefits .heading-container a:hover,
.module-benefits .device-mobile .videos-filter ul li.filter-depth-1-main .heading-container a:hover,
.module-benefits .heading-container .device-mobile .videos-filter ul li.filter-depth-1-main * a:hover,
.device-mobile .videos-filter ul li.filter-depth-2-main h2 a:hover,
.device-mobile .videos-filter ul li.filter-depth-2-main .module-benefits .heading-container a:hover,
.module-benefits .device-mobile .videos-filter ul li.filter-depth-2-main .heading-container a:hover,
.module-benefits .heading-container .device-mobile .videos-filter ul li.filter-depth-2-main * a:hover {
  text-decoration: none;
}

.device-mobile .videos-filter ul li.first.back h2.back a span.icon, .device-mobile .videos-filter ul li.first.back .module-benefits .back.heading-container a span.icon, .module-benefits .device-mobile .videos-filter ul li.first.back .back.heading-container a span.icon, .device-mobile .videos-filter ul li.first.back .module-benefits .heading-container .back a span.icon, .module-benefits .heading-container .device-mobile .videos-filter ul li.first.back .back a span.icon {
  height: 28px;
  width: 20px;
}

.device-mobile .videos-filter .menu-container.depth-1 ul li.back {
  background: none repeat scroll 0 0 #DADADA;
  border-bottom: 1px solid #FFFFFF;
}

.device-mobile .videos-filter ul li.filter-depth-1-main.showMe {
  background: none repeat scroll 0 0 #EBEBEB;
  border-bottom: 1px solid #FFFFFF;
}

.device-mobile .videos-filter ul li.filter-depth-1-main.showMe.selected {
  background: none repeat scroll 0 0 #DADADA;
}

.device-mobile .videos-filter ul li.filter-depth-1-main.showMe h2.heading, .device-mobile .videos-filter ul li.filter-depth-1-main.showMe .module-benefits .heading.heading-container, .module-benefits .device-mobile .videos-filter ul li.filter-depth-1-main.showMe .heading.heading-container, .device-mobile .videos-filter ul li.filter-depth-1-main.showMe .module-benefits .heading-container .heading, .module-benefits .heading-container .device-mobile .videos-filter ul li.filter-depth-1-main.showMe .heading {
  background: none repeat scroll 0 0 transparent;
  padding: 0 5px 0 15px;
}

.device-mobile .videos-filter ul li.filter-depth-1-main.showMe h2.heading a, .device-mobile .videos-filter ul li.filter-depth-1-main.showMe .module-benefits .heading.heading-container a, .module-benefits .device-mobile .videos-filter ul li.filter-depth-1-main.showMe .heading.heading-container a, .device-mobile .videos-filter ul li.filter-depth-1-main.showMe .module-benefits .heading-container .heading a, .module-benefits .heading-container .device-mobile .videos-filter ul li.filter-depth-1-main.showMe .heading a {
  padding: 0;
  position: static;
  vertical-align: -7px;
}

.device-mobile .videos-filter h2.heading span.icon-next, .device-mobile .videos-filter .module-benefits .heading.heading-container span.icon-next, .module-benefits .device-mobile .videos-filter .heading.heading-container span.icon-next, .device-mobile .videos-filter .module-benefits .heading-container .heading span.icon-next, .module-benefits .heading-container .device-mobile .videos-filter .heading span.icon-next {
  background-position: -20px 6px;
  float: right;
  height: 38px;
  width: 20px;
}

.device-mobile .videos-filter ul li.first.back h2.back a span.icon, .device-mobile .videos-filter ul li.first.back .module-benefits .back.heading-container a span.icon, .module-benefits .device-mobile .videos-filter ul li.first.back .back.heading-container a span.icon, .device-mobile .videos-filter ul li.first.back .module-benefits .heading-container .back a span.icon, .module-benefits .heading-container .device-mobile .videos-filter ul li.first.back .back a span.icon,
.device-mobile .videos-filter h2.heading span.icon-next,
.device-mobile .videos-filter .module-benefits .heading.heading-container span.icon-next,
.module-benefits .device-mobile .videos-filter .heading.heading-container span.icon-next,
.device-mobile .videos-filter .module-benefits .heading-container .heading span.icon-next,
.module-benefits .heading-container .device-mobile .videos-filter .heading span.icon-next {
  background-color: transparent;
  background-image: url("/media/export/cms/mobile/nav_arrows_sprite_mobile.png");
  background-repeat: no-repeat;
}

.device-mobile .videos-filter ul li h2.back a span.icon, .device-mobile .videos-filter ul li .module-benefits .back.heading-container a span.icon, .module-benefits .device-mobile .videos-filter ul li .back.heading-container a span.icon, .device-mobile .videos-filter ul li .module-benefits .heading-container .back a span.icon, .module-benefits .heading-container .device-mobile .videos-filter ul li .back a span.icon {
  background-position: 0 0;
  display: inline-block;
  height: 30px;
  margin: 0 10px 0 -5px;
  position: static;
  vertical-align: -11px;
  width: 20px;
}

.device-mobile .videos-filter ul li.filter-depth-1-main.showMe a.active + span.close-filter {
  display: inline-block;
}

.device-mobile .videos-filter ul li.filter-depth-1-main.showMe a + span.close-filter {
  background: url("/sites/clinique/themes/cl_base/template_api/clinique_product_mpp_v1/mpp-remove-filter-x.png") no-repeat scroll 0 0 transparent;
  color: black;
  display: none;
  font-size: 12px;
  font-style: normal;
  height: 11px;
  line-height: 13px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 9px;
  text-align: center;
  text-indent: -9999px;
  top: 15px;
  width: 12px;
}

.device-mobile .videos-filter ul li.first.filter-main h2 span.plus, .device-mobile .videos-filter ul li.first.filter-main .module-benefits .heading-container span.plus, .module-benefits .device-mobile .videos-filter ul li.first.filter-main .heading-container span.plus, .module-benefits .heading-container .device-mobile .videos-filter ul li.first.filter-main * span.plus {
  background: url("/sites/clinique/themes/cl_base/template_api/power_couples_row_v1/sprite-powercouples.png") no-repeat scroll right -215px transparent;
  display: inline;
  float: right;
  height: 40px;
  width: 40px;
}

.device-mobile .videos-filter ul.menu .depth-1,
.device-mobile .videos-filter .menu-container.videos-filter-content.depth-2 {
  display: none;
  margin-left: 100%;
  width: 100%;
}

/*
 * iPhone 5 Media Queries
 * iPhone 5 in portrait & landscape
 *
 */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  .device-mobile .video-category-row-v1 .item-video {
    min-height: 220px;
  }
}
/*
 * iPhone 2G, 3G, 4, 4S Media Queries
 * It's noteworthy that these media queries are also the same for iPod Touch generations 1-4.
 * iPhone 2G-4S in portrait & landscape
 *
 */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .device-mobile .video-category-row-v1 .item-video {
    min-height: 220px;
  }
}
.video-category-detail-formatter-v1 {
  padding: 65px 0 0 0;
  position: relative;
}

.video-category-detail-formatter-v1 .breadcrumbs {
  position: absolute;
  top: 15px;
}
.video-category-detail-formatter-v1 .breadcrumbs li {
  color: #231f20;
  display: inline-block;
  margin: 0 1px 0 0;
  padding: 0 5px 0 0;
  vertical-align: middle;
}
.video-category-detail-formatter-v1 .breadcrumbs li a {
  color: #231f20;
}
.video-category-detail-formatter-v1 .breadcrumbs li a:hover {
  color: #46ab8c;
}

.video-category-detail-formatter-v1 .outer-wrap, .video-category-detail-formatter-v1 .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .video-category-detail-formatter-v1 h3, .video-category-detail-formatter-v1 .spp-extra .module-may-we-suggest .wrap, .spp-extra .module-may-we-suggest .video-category-detail-formatter-v1 .wrap {
  padding: 0 0 40px 0;
}

.video-category-detail-formatter-v1 h3 {
  color: #46ab8c;
  font-size: 36px;
  line-height: normal;
  margin: 0 0 20px 0;
}
.video-category-detail-formatter-v1 h3 .item-count {
  font-size: 22px;
  padding: 0 0 5px 0;
  vertical-align: middle;
}

.video-category-detail-formatter-v1 .video {
  margin: 20px 0 0 0;
  padding: 0 50px 0 0;
}

.video-category-detail-formatter-v1 .clear {
  clear: both;
}

.video-category-detail-formatter-v1 .active-video {
  float: left;
  margin: 0 2% 0 0;
  padding: 0;
  position: relative;
  width: 78%;
}

.video-category-detail-formatter-v1 .active-video .item-video-video {
  display: none;
}

.video-category-detail-formatter-v1 .active-video .item-video-video.active {
  display: block;
}

.video-category-detail-formatter-v1 .active-video .item-video-meta,
.video-category-detail-formatter-v1 .active-video .item-video-thumb {
  display: none;
}

.video-category-detail-formatter-v1 .active-video .item-video-title {
  display: none;
}

.video-category-detail-formatter-v1 .active-video .item-video-desc {
  font-size: 22px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  line-height: 23px;
  margin: 10px 0 0 0;
}

.video-category-detail-formatter-v1 .active-video .flex-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-category-detail-formatter-v1 .active-video .flex-video iframe,
.video-category-detail-formatter-v1 .active-video .flex-video object,
.video-category-detail-formatter-v1 .active-video .flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-category-detail-formatter-v1 .active-video img,
.video-category-detail-formatter-v1 .active-video iframe,
.video-category-detail-formatter-v1 .active-video object,
.video-category-detail-formatter-v1 .active-video embed {
  max-width: 100%;
}

.video-category-detail-formatter-v1 .active-video video {
  display: block;
  height: auto !important;
  max-width: 100%;
  width: 100% !important;
}

.video-category-detail-formatter-v1 .active-video .video_player_controls {
  width: 100% !important;
}

.video-category-detail-formatter-v1 .active-video .video_player_controls .fullscreen {
  display: none;
}

.video-category-detail-formatter-v1 .flexslider-nav {
  float: left;
  max-width: 196px;
  padding: 0;
  width: 19.8%;
}

.video-category-detail-formatter-v1 .flexslider-active {
  padding: 0 0 35px 0;
  z-index: 1;
}

.video-category-detail-formatter-v1 .flexslider-nav .video-main {
  display: none;
}

.video-category-detail-formatter-v1 .flexslider-nav .clip-thumb {
  border: 3px solid transparent;
  overflow: hidden;
  padding: 55% 0 0;
}

.video-category-detail-formatter-v1 .flexslider-nav .clip-thumb img {
  cursor: pointer;
  display: block;
  height: auto;
  margin: -66% 0;
  max-width: 190px;
  width: 100%;
}

.video-category-detail-formatter-v1 .flexslider-nav .clip-thumb:hover,
.video-category-detail-formatter-v1 .flexslider-nav .item-video-video.hover .clip-thumb {
  border-color: #bebebe;
}

.video-category-detail-formatter-v1 .flexslider-nav .item-video-video.active .clip-thumb {
  border-color: #46AB8C;
}

.video-category-detail-formatter-v1 .flexslider-nav .item-video-meta,
.video-category-detail-formatter-v1 .flexslider-nav .item-video-html,
.video-category-detail-formatter-v1 .flexslider-nav .item-video-desc {
  display: none;
}

.video-category-detail-formatter-v1 .flexslider-nav .item-video-title {
  color: #121212;
  font-size: 13px;
  margin: 10px 0 0 0;
  padding: 0 0 30px 0;
}

.video-category-detail-formatter-v1 .item-video-nodes {
  border-top: 1px solid #DBDBDB;
}

.video-category-detail-formatter-v1 .item-video-node {
  display: none;
}

.video-category-detail-formatter-v1 .item-video-node.active {
  display: block;
}

.video-category-detail-formatter-v1 .active-video .item-video-thumb.active {
  display: block;
}

/* mobile */
.device-mobile .video-category-detail-formatter-v1 .video {
  margin: 0 auto;
  padding: 0 15px;
}

.video-with-products-sidebar-v1 {
  background: #FFF;
  min-height: 600px;
  max-height: 700px;
  padding: 65px 0 30px 0;
}
body.device-mobile .video-with-products-sidebar-v1 {
  background: #f2f2f2;
  min-height: 0;
  max-height: 100%;
  padding: 30px 0;
}
.video-with-products-sidebar-v1 h3 {
  color: #f27300;
  font-size: 36px;
  line-height: 1;
  margin: 0 0 30px;
}
.video-with-products-sidebar-v1 h3.mobile-title, body.device-mobile .video-with-products-sidebar-v1 h3 {
  display: none;
}
body.device-mobile .video-with-products-sidebar-v1 h3.mobile-title {
  background: #fff;
  display: block;
  margin: 5px 0 0 0;
  padding: 10px 10px 15px 10px;
}
.video-with-products-sidebar-v1 .video {
  margin: 40px 0 0 0;
  padding: 0 50px 0 0;
  float: left;
  margin: 0 2% 0 0;
  padding: 0;
  position: relative;
  width: 78%;
}
body.device-mobile .video-with-products-sidebar-v1 .video {
  float: none;
  margin: 0;
  padding: 0;
  width: auto;
}
.video-with-products-sidebar-v1 .video .video-carousel-internet-video-v1 {
  display: none;
}
.video-with-products-sidebar-v1 .video .video-carousel-internet-video-v1:first-child {
  display: block;
}
.video-with-products-sidebar-v1 .video .video-meta {
  display: none;
}
.video-with-products-sidebar-v1 .video .video-title, .video-with-products-sidebar-v1 .video .video-description {
  display: none;
}
.video-with-products-sidebar-v1 .products-sidebar {
  float: right;
  width: 20%;
}
.video-with-products-sidebar-v1 .products-sidebar h3 {
  font-size: 22px;
  line-height: 23px;
  margin: 0 0 15px 0;
}
body.device-mobile .video-with-products-sidebar-v1 .products-sidebar {
  display: none;
}
.video-with-products-sidebar-v1 .product {
  margin: 0 0 15px 0;
}
.video-with-products-sidebar-v1 .product .product-image {
  display: inline-block;
  vertical-align: middle;
  width: 44%;
}
.video-with-products-sidebar-v1 .product .product-image img {
  max-height: 100%;
  max-width: 100%;
}
.video-with-products-sidebar-v1 .product .product-info {
  display: inline-block;
  vertical-align: middle;
  width: 54%;
}
.video-with-products-sidebar-v1 .product .product-info a {
  color: #231f20;
}
.video-with-products-sidebar-v1 .product .product-info a:hover {
  color: #46ab8c;
}
.video-with-products-sidebar-v1 .clear {
  clear: both;
}

.mpp-product-group-v1 {
  background: white url("/sites/clinique/themes/cl_base/template_api/mpp_product_group_v1/bg-mpp-product-group.png") left top repeat-x;
  overflow: hidden;
  padding: 60px 0 0 0;
}
.mpp-product-group-v1 .shades h3.col1 {
  font-size: 15px;
}

.mpp-product-group-v1 h3 {
  color: #5dba98;
  font-size: 36px;
  line-height: 1;
  margin: 0 0 32px 0;
}

.mpp-product-group-v1 .row {
  background: none;
  min-height: 590px;
}

.mpp-product-group-v1 .product {
  float: left;
  margin: 0 1% 0 0;
  min-height: 500px;
  width: 32%;
  position: relative;
}
.mpp-product-group-v1 .product .product-details {
  border: 1px solid transparent;
  min-height: 500px;
}

.mpp-product-group-v1 .product:hover .product-details,
.mpp-product-group-v1 .product.hover .product-details {
  background: white;
  border-color: black;
}

.mpp-product-group-v1 #quickshop {
  width: 100%;
}

.section-mascara-finder-collection .mpp-product-group-v1 {
  padding: 0;
}

.section-chubby-sticks-franchise .mpp-product-group-v1 .row {
  min-height: 550px;
}

/* iPad Styles */
@media screen and (max-width: 768px) {
  .mpp-product-group-v1 .product:hover {
    border: 1px solid transparent;
    float: left;
    margin: 0 1% 0 0;
    min-height: 550px;
    position: relative;
    width: 32%;
  }

  .section-mascara-finder-collection .mpp-product-group-v1 .row {
    padding-bottom: 40px;
  }
}
.mpp-product-group-v1 .product .product-name a {
  color: #231f20;
  font-size: 16px;
}
.mpp-product-group-v1 .product .product-name a:hover {
  color: #46ab8c;
  text-decoration: none;
}

.mpp-product-v1 .product-title {
  color: #1a1a1a;
  font-size: 22px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  line-height: 1;
  letter-spacing: -0.5px;
  padding-left: 50px;
}
.mpp-product-v1 .product-subtitle {
  font-size: 19px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  height: 54px;
}
.mpp-product-v1 .product-image {
  margin: 0px auto;
  display: block;
  width: 100%;
  height: auto;
}
.mpp-product-v1 .product-info {
  font-size: 15px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  padding: 5px 0 0 15%;
}
.mpp-product-v1 .product-info .product-name,
.mpp-product-v1 .product-info .product-name a {
  color: #231f20;
}
.mpp-product-v1 .product-info .product-price {
  color: gray;
  font-size: 13px;
  font-family: "HelveticaNeueLTStd55Roman", Arial, Sans-Serif;
  line-height: 2;
}
.mpp-product-v1 .reviews {
  font-size: 12px;
  padding: 3px 0px 7px 15%;
  color: black;
}
.mpp-product-v1 .product .btn-favorite,
.mpp-product-v1 .product .compare-container,
.mpp-product-v1 .product .btn-shopnow,
.mpp-product-v1 .product .btn-quickview {
  display: none;
}
.mpp-product-v1 .product .caret {
  background: url("/media/export/images/qs-caret.png") no-repeat scroll 50% 0 transparent;
  height: 12px;
  padding: 0;
  position: absolute;
  width: 182px;
  z-index: 9000;
  top: 577px;
  left: 60px;
}
.mpp-product-v1 .product:hover .btn-favorite {
  display: block;
  position: absolute;
  top: 7px;
  right: 7px;
  height: 23px;
  width: 25px;
  background: url("/sites/clinique/themes/cl_base/img/img/btn-favorite-sprite.png") no-repeat 0px 0px;
}
.mpp-product-v1 .product:hover .btn-favorite:hover,
.mpp-product-v1 .product:hover .btn-favorite.active {
  background-position: 0px -24px;
}
.mpp-product-v1 .product:hover .btn-shopnow {
  display: inline-block;
  margin: 0px 0px 20px 15%;
}
.mpp-product-v1 .product:hover .btn-quickview {
  display: block;
  position: absolute;
  left: 35%;
  top: 295px;
  z-index: 100;
  background-color: white;
  border: solid 1px gray;
  color: gray;
  font-weight: normal;
}
.mpp-product-v1 .product:hover .btn-quickview:hover {
  color: #5dba98;
  border-color: #5dba98;
}
.mpp-product-v1 .product:hover .compare-container {
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  color: black;
  text-transform: uppercase;
  font-size: 12px;
  z-index: 200;
}
.mpp-product-v1 .product:hover .compare-container input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  height: 20px;
  width: 20px;
  border: solid 1px gray;
  margin-right: 5px;
}

.section-chubby-sticks-franchise .mpp-product-v1 .product .caret {
  top: 537px;
}

.mascara-product-v1 .product, .mascara-product-v1 .product .product-details {
  min-height: 450px;
}
.mascara-product-v1 #quickshop {
  margin-top: 13px;
}

.mascara-product-v1 .mascara-title {
  color: #1A1A1A;
  font-size: 22px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  line-height: 1;
  letter-spacing: -0.5px;
  padding: 15px 0 0 6.5%;
}

.mascara-product-v1 .mascara-subtitle {
  font-size: 14px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  height: 70px;
  margin: 10px 0 0 0;
  padding: 0 0 0 20px;
}

.mascara-product-v1 .mascara-icon {
  margin: 0 0 10px 0;
}

.mascara-product-v1 .mascara-icon img {
  display: block;
  height: auto;
  max-width: 170px;
  width: 100%;
}

.mascara-product-v1 .product-image {
  float: right;
  height: 317px;
  margin: 20px 34px 0 0;
  position: relative;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .mascara-product-v1 .product-image {
    margin: 40px 20px 0 0;
  }
}
.mascara-product-v1 .product-image img {
  display: block;
  height: auto;
  margin-top: 0;
  max-width: 115px;
  width: 100%;
}

.mascara-product-v1 .product-info {
  clear: both;
  font-size: 15px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  padding: 0 6.5% 0 25%;
  position: relative;
  top: -35px;
  margin-bottom: -35px;
}

.mascara-product-v1 .product-info .product-name a {
  color: #1F1F1F;
}

.mascara-product-v1 .reviews {
  font-size: 12px;
  padding: 7px 6.5% 7px 0;
  color: #000;
}

.mascara-product-v1 .product .btn-favorite,
.mascara-product-v1 .product .compare-container,
.mascara-product-v1 .product .btn-shopnow,
.mascara-product-v1 .product .btn-quickview {
  display: none;
}

.mascara-product-v1 .product:hover .btn-favorite {
  display: none;
  /*display: block;*/
  /* Hidden per brand's request */
  position: absolute;
  top: 7px;
  right: 7px;
  height: 23px;
  width: 25px;
  background: url("/sites/clinique/themes/cl_base/img/btn-favorite-sprite.png") no-repeat 0px 0px;
}

.mascara-product-v1 .product:hover .btn-favorite:hover,
.mascara-product-v1 .product:hover .btn-favorite.active {
  background-position: 0px -24px;
}

.mascara-product-v1 .product:hover .btn-shopnow {
  display: inline-block;
  margin: 0;
  font-size: 12px;
}

.mascara-product-v1 .product:hover .btn-quickview {
  background-color: #FFF;
  border: 1px solid #989898;
  bottom: 42px;
  color: #989898;
  cursor: pointer;
  display: block;
  font-weight: normal;
  left: 0;
  position: absolute;
  text-transform: uppercase;
  z-index: 100;
}

.mascara-product-v1 .product:hover .btn-quickview:hover {
  color: #5dba98;
  border-color: #5dba98;
}

.mascara-product-v1 .product:hover .compare-container {
  position: absolute;
  top: 10px;
  left: 10px;
  display: none;
  /*display: block;*/
  /* Hidden per brand's request */
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  z-index: 200;
}

.mascara-product-v1 .product:hover .compare-container input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  height: 20px;
  width: 20px;
  border: solid 1px #808080;
  margin-right: 5px;
}

.mascara-product-v1 a.btn-primary.add-to-bag.button.btn-add-to-bag, .mascara-product-v1 input.btn-primary.add-to-bag.btn-add-to-bag.form-submit,
.mascara-product-v1 input.btn-primary.add-to-bag.btn-add-to-bag.button[type='submit'] {
  height: 25px;
  line-height: 1.7em;
}

/* Mascara Finder header */
p.mascara-social-icons {
  background: transparent url(/media/export/cms/mascara/mascara-finder-social-icons-sprite.png) no-repeat 0 0;
  display: none;
  /*display: block;*/
  /* Per brand's request, hidden until they get the final social URLs */
  height: 19px;
}

p.mascara-social-icons a {
  display: inline-block;
  height: 19px;
  text-indent: -10000px;
}

p.mascara-social-icons .email {
  width: 24px;
}

p.mascara-social-icons .facebook {
  width: 18px;
}

p.mascara-social-icons .twitter {
  width: 18px;
}

p.mascara-social-icons .pinterest {
  width: 20px;
}

p.mascara-social-icons .facebook,
p.mascara-social-icons .twitter,
p.mascara-social-icons .pinterest {
  margin: 0;
}

.section-mascara-finder-collection .mascara-product-v1 .row {
  min-height: 450px;
  position: relative;
}

.mascara-product-v1 .caret {
  background: url("/media/export/images/qs-caret.png") no-repeat scroll 50% 0 transparent;
  display: block;
  height: 12px;
  left: 0;
  padding: 0;
  position: absolute;
  top: 450px;
  width: 182px;
  z-index: 9000;
}

.mascara-product-v1 .caret.hidden {
  display: none;
}

/* iPad Styles Responsive on PC */
@media screen and (max-width: 768px) {
  .mascara-product-v1 .product .btn-quickview,
  .mascara-product-v1 .product:hover .btn-quickview,
  .mascara-product-v1 .product:hover .btn-quickview:hover {
    background-color: #FFF;
    border: 1px solid #989898;
    bottom: 10px;
    color: #989898;
    /*color:#808080;*/
    cursor: pointer;
    display: block;
    font-weight: normal;
    left: 0;
    position: absolute;
    text-transform: uppercase;
    z-index: 100;
  }

  .mascara-product-v1 .product-image {
    float: none;
  }

  .mascara-product-v1 .mascara-title,
  .mascara-product-v1 .mascara-subtitle {
    padding: 0;
  }

  .mascara-product-v1 .product-info,
  .mascara-product-v1 .reviews {
    padding-left: 0;
  }

  .mascara-product-v1 .product-info {
    top: 0;
    margin-bottom: 0;
  }

  .mascara-product-v1 .product .btn-shopnow,
  .mascara-product-v1 .product:hover .btn-shopnow {
    display: inline-block;
    margin: 0;
  }

  .mascara-product-v1 .caret {
    top: 719px;
  }

  .mascara-product-v1 .product .product-details {
    padding: 5px;
  }

  .mascara-product-v1 .product, .mascara-product-v1 .product .product-details {
    height: 732px;
    max-height: 740px;
  }
}
/* iPad Specific Styles: Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .mascara-product-v1 .caret {
    top: 719px;
  }

  .mascara-product-v1 .product-info {
    top: 0;
    margin-bottom: 0;
  }

  .mascara-product-v1 .product .product-details {
    padding: 5px;
  }

  .mascara-product-v1 .product, .mascara-product-v1 .product .product-details {
    height: 732px;
    max-height: 740px;
  }
}
.help-menu-v1 {
  padding: 0 25px;
  position: relative;
}
.help-menu-v1 .email,
.help-menu-v1 .chat,
.help-menu-v1 .tel,
.help-menu-v1 .customer-care {
  border-top: 1px solid lightgrey;
  color: #808080;
  font-size: 22px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  line-height: 26px;
  overflow: hidden;
  padding: 11px 0;
}
.help-menu-v1 .customer-care {
  border-top: none;
}
.help-menu-v1 .tel a {
  font-size: 16px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
}
.help-menu-v1 span.icon {
  background-position: 0 0;
  display: block;
  float: left;
  height: 26px;
  margin: 3px 10px 0 0;
  width: 30px;
}
.help-menu-v1 .customer-care span.icon {
  background-image: url("/media/images/mobile/help_icons/help.png");
}
.help-menu-v1 .chat span.icon {
  background-image: url("/media/images/mobile/help_icons/chat.png");
}
.help-menu-v1 .tel span.icon {
  background-image: url("/media/images/mobile/help_icons/call.png");
}
.help-menu-v1 .email span.icon {
  background-image: url("/media/images/mobile/help_icons/email.png");
}

.stores-menu-v1 {
  padding: 22px;
  position: relative;
}

.stores-menu-v1 h3 {
  color: #1f1f1f;
  font-size: 22px;
  line-height: 1;
  margin: 0 0 20px 0;
  white-space: pre-wrap;
}

.stores-menu-v1 form {
  overflow: hidden;
}

.stores-menu-v1 .form-text {
  background: #fff;
  border: 1px solid #dbdbdb;
  color: #808080;
  float: left;
  font-size: 13px;
  font-family: "HelveticaNeueLTStd55Roman", Arial, Sans-Serif;
  height: 35px;
  min-width: 196px;
  padding: 0 0 0 15px;
  margin-right: 10px;
}

.stores-menu-v1 .form-submit {
  font-size: 16px;
  height: 35px;
  line-height: 35px;
  letter-spacing: 0.75px;
  padding-top: 2px;
}

/* IE Specific Styles */
.ie8 .stores-menu-v1 .form-text,
.ie7 .stores-menu-v1 .form-text {
  min-width: 186px;
  padding: 0 0 0 7px;
}

.ie8 .stores-menu-v1 .form-submit,
.ie7 .stores-menu-v1 .form-submit {
  line-height: 30px;
}

.three-step-formatter-v1 {
  padding: 15px 0 50px;
  position: relative;
}

.three-step-formatter-v1 .three-step-sticky-header {
  display: none;
}

.three-step-formatter-v1 .three-step-formatter-header {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
}
.three-step-formatter-v1 .three-step-formatter-header:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
* html .three-step-formatter-v1 .three-step-formatter-header {
  zoom: 1;
}
*:first-child + html .three-step-formatter-v1 .three-step-formatter-header {
  zoom: 1;
}

.three-step-formatter-v1 .three-step-formatter-header h3 {
  color: #1a1a1a;
  float: left;
  font-size: 36px;
  line-height: 1;
  padding: 0 1% 0 5.5%;
  width: 40%;
}

.three-step-formatter-v1 .three-step-formatter-header .cols {
  float: left;
  padding: 0 5.5% 0 0;
  width: 60%;
}

.three-step-formatter-v1 .three-step-formatter-header .col {
  float: left;
  padding: 0 10% 0 0;
  width: 33%;
}

.three-step-formatter-v1 .three-step-formatter-header .col .title {
  color: #1a1a1a;
  font-size: 22px;
  line-height: 1;
  white-space: nowrap;
}

.three-step-formatter-v1 .three-step-formatter-header .col .description {
  color: #6d6d6d;
  font-size: 15px;
  line-height: 17px;
}

.three-step-formatter-v1 .three-step-formatter-rows {
  clear: both;
  padding: 0;
  position: relative;
}

.three-step-formatter-v1 #quickshop {
  width: 100%;
}

.three-step-sticky-header {
  color: #231f20;
  display: none;
  font-size: 22px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  height: 50px;
  line-height: 45px;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.three-step-sticky-header .info {
  padding-left: 20px;
  float: left;
  width: 20%;
}

.three-step-sticky-header .logo {
  float: left;
  height: 50px;
  margin: 0 30px 0 0;
}

.three-step-sticky-header .logo img {
  display: block;
  height: auto;
  max-height: 50px;
  max-width: 100%;
  width: auto;
}

.three-step-sticky-header .heading {
  white-space: nowrap;
}

.three-step-sticky-header .cols {
  float: left;
  padding: 0 5.5% 0 11%;
  width: 63%;
}

.three-step-sticky-header .title {
  float: left;
  white-space: nowrap;
  width: 28%;
  font-size: 15px;
}
.three-step-sticky-header .title.plus, .three-step-sticky-header .title.equals {
  width: 36%;
}

@media screen and (max-width: 900px) {
  .three-step-sticky-header {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .three-step-sticky-header {
    font-size: 14px;
  }

  .three-step-formatter-v1 {
    padding: 0;
    margin: 0;
  }

  /* iPad Portrait on PC */
  .three-step-formatter-v1 .three-step-formatter-header h3 {
    font-size: 33px;
    padding: 0 2% 0 0;
    width: 30%;
  }

  .three-step-formatter-v1 .three-step-formatter-header .cols {
    padding: 0 1% 0 0;
    width: 70%;
  }

  .three-step-formatter-v1 .three-step-formatter-header .col .title {
    font-size: 20px;
  }
}
/* iPad Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .three-step-formatter-v1 .three-step-formatter-header h3 {
    font-size: 33px;
    padding: 0 2% 0 0;
    width: 30%;
  }

  .three-step-formatter-v1 .three-step-formatter-header .cols {
    padding: 0 1% 0 0;
    width: 70%;
  }

  .three-step-formatter-v1 .three-step-formatter-header .col .title {
    font-size: 20px;
  }
}
/* styles moved to components/_promo_product_row.scss and now shared by other templates, like power_couples_row */
.power-couples-formatter-v1 {
  padding: 60px 0 50px 0;
  position: relative;
}

.power-couples-formatter-v1 .power-couples-sticky-header {
  display: none;
}

.power-couples-formatter-v1 .power-couples-formatter-header h3 {
  color: #1a1a1a;
  float: left;
  font-size: 36px;
  line-height: 1;
  padding: 0 1% 0 5.5%;
  width: 40%;
}

.power-couples-formatter-v1 .power-couples-formatter-header .cols,
.power_couple_sticky_content {
  float: left;
  padding: 0 5.5% 0 0;
  width: 60%;
}

.power-couples-formatter-v1 .power-couples-formatter-header .col {
  float: left;
  padding: 0 0 0 5%;
  width: 32%;
}
.power-couples-formatter-v1 .power-couples-formatter-header .col:first-child {
  width: 35%;
}

.power-couples-formatter-v1 .power-couples-formatter-header .col .title {
  color: #1a1a1a;
  font-size: 22px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  line-height: 1;
  padding: 0;
  white-space: nowrap;
}

.power-couples-formatter-v1 .power-couples-formatter-header .col .description {
  color: #999;
  font-size: 14px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  padding: 0 10% 0 0;
  line-height: 1.1;
}

.power-couples-formatter-v1 .power-couples-formatter-rows {
  clear: both;
  padding: 30px 0 0 0;
  position: relative;
}

.power-couples-formatter-v1 #quickshop {
  width: 100%;
}

.power-couples-sticky-header {
  background: #fff;
  -webkit-box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 0.3);
  color: #231f20;
  display: none;
  font-size: 20px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  height: 50px;
  line-height: 50px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.power-couples-sticky-header .info {
  float: left;
  width: 40%;
}

.power-couples-sticky-header .logo {
  float: left;
  height: 50px;
  margin: 0 30px 0 0;
}

.power-couples-sticky-header .logo img {
  display: block;
  height: auto;
  max-height: 50px;
  max-width: 100%;
  width: auto;
}

.power-couples-sticky-header .heading {
  white-space: nowrap;
}

.power-couples-sticky-header .cols,
.power_couple_sticky_content {
  float: left;
  padding: 0 5.5% 0 0;
  width: 60%;
}

.power-couples-sticky-header .title,
.power_couple_sticky_content .title {
  float: left;
  white-space: nowrap;
  height: 36px;
  margin-right: 5%;
  width: 27.2%;
}

@media screen and (max-width: 900px) {
  .power-couples-sticky-header {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .power-couples-sticky-header {
    font-size: 14px;
  }
}
.power-couples-row-anchors {
  padding: 5px;
  overflow: hidden;
}
.power-couples-row-anchors .cl-icon {
  float: left;
  letter-spacing: -0.01em;
  font-size: 13px;
  color: #9d9d9d;
  border: 1px solid transparent;
  min-height: 27px;
  padding-top: 6px;
  padding-right: 5px;
  padding-bottom: 0;
  vertical-align: baseline;
  width: 45%;
  text-align: left;
  margin: 0 10px 2px 0;
  position: relative;
}
.power-couples-row-anchors .cl-icon:hover, .power-couples-row-anchors .cl-icon.active {
  border-color: #d1d1d1;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 3px 3px rgba(160, 160, 160, 0.15);
  box-shadow: 0 0 3px 3px rgba(160, 160, 160, 0.15);
  background-color: white;
  text-decoration: none;
}

/* Mobile: Power Couples - 3-Step */
.device-mobile.section-power-couples-collection .power-couples-formatter-v1 {
  padding: 0;
}

.device-mobile.section-power-couples-collection .power-couples-formatter-v1 .power-couples-formatter-header {
  display: none;
}

.device-mobile.section-power-couples-collection .power-couples-formatter-v1 .power-couples-formatter-rows {
  padding: 0;
}

@media screen and (max-width: 960px) {
  .device-mobile.section-power-couples-collection .power-couples-formatter-v1 .outer-wrap, .device-mobile.section-power-couples-collection .power-couples-formatter-v1 .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .device-mobile.section-power-couples-collection .power-couples-formatter-v1 h3, .device-mobile.section-power-couples-collection .power-couples-formatter-v1 .spp-extra .module-may-we-suggest .wrap, .spp-extra .module-may-we-suggest .device-mobile.section-power-couples-collection .power-couples-formatter-v1 .wrap {
    padding: 0;
  }
}
/* most styles in components/_promo_product_row.scss - for now differences/additions live here */
.power-couples-row-v1 .promo_product_row {
  border: none;
  border-width: 0;
}
.power-couples-row-v1 .promo_product_row.acne-breakout h3 {
  background-position: 0 0;
}
.power-couples-row-v1 .promo_product_row.lines-wrinkles h3 {
  background-position: 0 -36px;
}
.power-couples-row-v1 .promo_product_row.dryness h3 {
  background-position: 0 -72px;
}
.power-couples-row-v1 .promo_product_row.enlarged-pores h3 {
  background-position: 0 -108px;
}
.power-couples-row-v1 .promo_product_row.redness h3 {
  background-position: 0 -144px;
}
.power-couples-row-v1 .promo_product_row.dark-spots h3 {
  background-position: 0 -180px;
}
.power-couples-row-v1 .promo_product_row .row-info {
  padding: 0 1% 0 0;
}
.power-couples-row-v1 .promo_product_row .row-info h3 {
  background: transparent url("/sites/clinique/themes/cl_base/template_api/power_couples_row_v1/sprite-powercouples.png") 0 0 no-repeat;
  color: #1a1a1a;
  font-size: 36px;
  line-height: 36px;
  height: 36px;
  margin: 80px 0 10px 0;
  padding-left: 50px;
}
.power-couples-row-v1 .promo_product_row .row-info .subheading {
  color: #6d6d6d;
  font-size: 15px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  line-height: 1;
  margin: 0 0 20px 0;
  padding: 0 0 0 50px;
}

.promo_product_row .row-info
.promo_product_row .row-info a {
  font-size: 16px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  display: block;
  margin: 0 0 0 50px;
}

.promo_product_row .product.both .button {
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto;
  text-transform: uppercase;
  white-space: nowrap;
}

/* product hover state */
.promo_product_row .product.both:hover {
  background: transparent;
  border-color: transparent;
}

/* reusing the same sprite for the formatter's icons */
.power-couples-formatter-header .cols .plus {
  background: transparent url("/sites/clinique/themes/cl_base/template_api/power_couples_row_v1/sprite-powercouples.png") right -224px no-repeat;
}

.power-couples-formatter-header .cols .equals {
  background: transparent url("/sites/clinique/themes/cl_base/template_api/power_couples_row_v1/sprite-powercouples.png") right -260px no-repeat;
}

.power-couples-sticky-header .cols .plus,
.power_couple_sticky_content .plus {
  background: transparent url("/sites/clinique/themes/cl_base/template_api/power_couples_row_v1/sprite-powercouples.png") right -212px no-repeat;
  width: 28.8%;
}

.power-couples-sticky-header .cols .equals,
.power_couple_sticky_content .equals {
  background: transparent url("/sites/clinique/themes/cl_base/template_api/power_couples_row_v1/sprite-powercouples.png") right -248px no-repeat;
  width: 26.3%;
}

.power_couple_sticky_content {
  color: #231f20;
  font-size: 16px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  line-height: 50px;
  float: none;
  width: 640px;
  margin: 0 auto;
  margin-left: 350px;
  padding-right: 100px;
}

@media screen and (max-width: 768px) {
  .promo_product_row .row-info h3 {
    font-size: 22px;
  }

  .promo_product_row .product.both .button {
    font-size: 12px;
  }

  .power-couples-formatter-header .cols .plus {
    margin-right: -15px;
  }

  .power-couples-formatter-header .cols .equals {
    margin-right: -7px;
  }
}
/* Customer Care Consultants PC */
.device-mobile #livechat .account-livechat-transcripts .cs-formatter-v1,
.customer-care-our-online-consultants .cs-formatter-v1 {
  background: none repeat scroll 0 0 #F5F5F6;
  border-bottom: 1px solid #CCCCCC;
}

.device-mobile #livechat .account-livechat-transcripts .cs-formatter-v1 {
  border-top: 1px solid #CCCCCC;
}

.account-livechat-transcripts .cs-formatter-v1 {
  border-bottom: 1px solid #DBDBDB;
}

.features-and-benefits_row_v1 .row .feature-col h2.feature, .features-and-benefits_row_v1 .row .feature-col .module-benefits .feature.heading-container, .module-benefits .features-and-benefits_row_v1 .row .feature-col .feature.heading-container, .features-and-benefits_row_v1 .row .feature-col .module-benefits .heading-container .feature, .module-benefits .heading-container .features-and-benefits_row_v1 .row .feature-col .feature {
  font-size: 15px;
  color: #000;
  margin: 5px 0px;
  cursor: pointer;
  background-image: url(/media/export/cms/lego_features/bullet.png);
  background-repeat: no-repeat;
  background-position: 0px 5px;
  padding-left: 40px;
}

.features-and-benefits_row_v1 .row .feature-col h2.feature:hover, .features-and-benefits_row_v1 .row .feature-col .module-benefits .feature.heading-container:hover, .module-benefits .features-and-benefits_row_v1 .row .feature-col .feature.heading-container:hover, .features-and-benefits_row_v1 .row .feature-col .module-benefits .heading-container .feature:hover, .module-benefits .heading-container .features-and-benefits_row_v1 .row .feature-col .feature:hover,
.features-and-benefits_row_v1 .row .feature-col h2.feature.active,
.features-and-benefits_row_v1 .row .feature-col .module-benefits .feature.active.heading-container,
.module-benefits .features-and-benefits_row_v1 .row .feature-col .feature.active.heading-container,
.features-and-benefits_row_v1 .row .feature-col .module-benefits .heading-container .feature.active,
.module-benefits .heading-container .features-and-benefits_row_v1 .row .feature-col .feature.active {
  color: #8fba68;
  cursor: pointer;
  background-image: url(/media/export/cms/lego_features/bullet_on.png);
  background-repeat: no-repeat;
}

.features-and-benefits_row_v1 .feature-col {
  float: left;
  position: relative;
  width: 100%;
  z-index: 10;
}

.features-and-benefits_row_v1 .row .benefit-col {
  height: 540px;
  z-index: 1;
  position: absolute;
  right: 0px;
  top: -157px;
}

.features-and-benefits_row_v1 .row .benefit-col .benefit {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 540px;
  max-height: 540px;
  width: 960px;
  z-index: -50;
}

.features-and-benefits-formatter-v1 {
  height: 540px;
  border-top: 1px solid #DBDBDB;
}

.features-and-benefits-formatter-v1 .outer-wrap .title-sub, .features-and-benefits-formatter-v1 .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3 .title-sub, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .features-and-benefits-formatter-v1 h3 .title-sub, .features-and-benefits-formatter-v1 .spp-extra .module-may-we-suggest .wrap .title-sub, .spp-extra .module-may-we-suggest .features-and-benefits-formatter-v1 .wrap .title-sub {
  position: relative;
  z-index: 11;
}

.features-and-benefits-formatter-v1 .outer-wrap .title-sub h2, .features-and-benefits-formatter-v1 .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3 .title-sub h2, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .features-and-benefits-formatter-v1 h3 .title-sub h2, .features-and-benefits-formatter-v1 .spp-extra .module-may-we-suggest .wrap .title-sub h2, .spp-extra .module-may-we-suggest .features-and-benefits-formatter-v1 .wrap .title-sub h2, .features-and-benefits-formatter-v1 .outer-wrap .title-sub .module-benefits .heading-container, .module-benefits .features-and-benefits-formatter-v1 .outer-wrap .title-sub .heading-container, .features-and-benefits-formatter-v1 .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3 .title-sub .module-benefits .heading-container, .module-benefits .features-and-benefits-formatter-v1 .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3 .title-sub .heading-container, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .features-and-benefits-formatter-v1 h3 .title-sub .module-benefits .heading-container, .module-benefits .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .features-and-benefits-formatter-v1 h3 .title-sub .heading-container, .features-and-benefits-formatter-v1 .spp-extra .module-may-we-suggest .wrap .title-sub .module-benefits .heading-container, .module-benefits .features-and-benefits-formatter-v1 .spp-extra .module-may-we-suggest .wrap .title-sub .heading-container, .spp-extra .module-may-we-suggest .features-and-benefits-formatter-v1 .wrap .title-sub .module-benefits .heading-container, .module-benefits .spp-extra .module-may-we-suggest .features-and-benefits-formatter-v1 .wrap .title-sub .heading-container, .features-and-benefits-formatter-v1 .outer-wrap .title-sub .module-benefits .heading-container *, .module-benefits .heading-container .features-and-benefits-formatter-v1 .outer-wrap .title-sub *, .features-and-benefits-formatter-v1 .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3 .title-sub .module-benefits .heading-container *, .module-benefits .heading-container .features-and-benefits-formatter-v1 .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3 .title-sub *, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .features-and-benefits-formatter-v1 h3 .title-sub .module-benefits .heading-container *, .module-benefits .heading-container .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .features-and-benefits-formatter-v1 h3 .title-sub *, .features-and-benefits-formatter-v1 .spp-extra .module-may-we-suggest .wrap .title-sub .module-benefits .heading-container *, .module-benefits .heading-container .features-and-benefits-formatter-v1 .spp-extra .module-may-we-suggest .wrap .title-sub *, .spp-extra .module-may-we-suggest .features-and-benefits-formatter-v1 .wrap .title-sub .module-benefits .heading-container *, .module-benefits .heading-container .spp-extra .module-may-we-suggest .features-and-benefits-formatter-v1 .wrap .title-sub * {
  color: #8fba68;
  padding: 70px 0px 0px 0px;
  margin-bottom: 0px;
}

.features-and-benefits-formatter-v1 .outer-wrap .title-sub p.sub-heading, .features-and-benefits-formatter-v1 .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3 .title-sub p.sub-heading, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .features-and-benefits-formatter-v1 h3 .title-sub p.sub-heading, .features-and-benefits-formatter-v1 .spp-extra .module-may-we-suggest .wrap .title-sub p.sub-heading, .spp-extra .module-may-we-suggest .features-and-benefits-formatter-v1 .wrap .title-sub p.sub-heading {
  margin-bottom: 2em;
}

.get-the-look-formatter-v1 {
  padding: 65px 0 65px 0;
  position: relative;
}

.get-the-look-formatter-v1 h3 {
  display: none;
}

.get-the-look-formatter-v1 .look-images {
  float: left;
  width: 64%;
}

.get-the-look-formatter-v1 .look-images .active-image {
  margin: 0 0 15px 0;
}

.get-the-look-formatter-v1 .look-images .active-image img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

.get-the-look-formatter-v1 .look-images .active-image .basic-image-v1 {
  display: none;
}

.get-the-look-formatter-v1 .look-images .active-image .active {
  display: block;
}

.get-the-look-formatter-v1 .look-images .flexslider .slides .basic-image-v1 {
  border: 3px solid transparent;
  float: left;
  margin: 0 0 0 2%;
  width: 31%;
}

.get-the-look-formatter-v1 .look-images .flexslider .slides .basic-image-v1:first-child {
  margin: 0;
}

.get-the-look-formatter-v1 .look-images .flexslider .slides .basic-image-v1.active {
  border-color: #5dba98;
}

.get-the-look-formatter-v1 .look-images .flexslider .slides .basic-image-v1 img {
  display: block;
  height: auto;
  width: 100%;
}

.get-the-look-formatter-v1 .look-meta {
  float: right;
  width: 33%;
}

.get-the-look-formatter-v1 .look-meta .description {
  color: #808080;
  font-size: 22px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  line-height: 23px;
  margin: 0 0 10px 0;
}

.get-the-look-formatter-v1 .look-meta .share-links {
  margin: 0 0 22px 0;
}

.get-the-look-formatter-v1 .look-meta .steps-title,
.get-the-look-formatter-v1 .look-meta .products-title {
  color: #231f20;
  font-size: 22px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  line-height: 23px;
  margin: 0 0 10px 0;
}

.get-the-look-formatter-v1 .look-meta .steps-list {
  color: #231f20;
  font-size: 15px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  line-height: 17px;
  margin: 0 0 22px 0;
}

.get-the-look-formatter-v1 .look-meta .steps-list ol {
  list-style: decimal inside;
  margin: 0 0 0 -10px;
}

.get-the-look-formatter-v1 .look-meta .steps-list li {
  border: 1px solid transparent;
  padding: 10px;
}

.get-the-look-formatter-v1 .look-meta .steps-list li:hover {
  border-color: #bdbdbd;
}

.get-the-look-formatter-v1 .look-meta .products-list {
  margin: 0 0 22px -10px;
}

.get-the-look-formatter-v1 .look-meta .products-list .basic-product-v1 {
  border: 1px solid transparent;
  overflow: hidden;
  padding: 10px;
}

.get-the-look-formatter-v1 .look-meta .products-list .basic-product-v1:hover {
  border-color: #bdbdbd;
}

.get-the-look-formatter-v1 .look-meta .products-list .product-image {
  float: left;
  margin: 0 20px 0 0;
}

.get-the-look-formatter-v1 .look-meta .products-list .product-image img {
  display: inline;
  height: 30px;
  width: 30px;
}

.get-the-look-formatter-v1 .look-meta .products-list .product-title {
  color: #231f20;
  font-size: 13px;
  line-height: 15px;
}

.get-the-look-formatter-v1 .look-meta .products-list .product-title a {
  color: #231f20;
}

.get-the-look-formatter-v1 .look-meta .products-list .product-button {
  display: none;
}

.get-the-look-formatter-v1 .look-meta .look-shop .price-range {
  color: #231f20;
  font-size: 22px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  line-height: 23px;
  margin: 0 0 22px 0;
}

.get-the-look-formatter-v1 .look-meta .look-shop .button {
  font-size: 18px;
}

.get-the-look-formatter-v1 .clear {
  clear: both;
}

.get-the-look-collection-formatter-v1 .product-content-carousel-v1 {
  background: url("/sites/clinique/themes/cl_base/template_api/product_content_carousel_v1/bg-product-content-carousel.png") repeat-x scroll 0 0 white;
  margin: 0;
  min-height: 300px;
  overflow: hidden;
  padding: 15px 0 0 0;
}
.get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3 {
  color: #000;
  margin-bottom: 40px;
  font-size: 36px;
  line-height: 1;
}
.get-the-look-collection-formatter-v1 .product-content-carousel-v1 .inner {
  padding: 0 0 0 0;
  font-size: 19px;
}
.get-the-look-collection-formatter-v1 .product-content-carousel-v1 .inner img {
  display: block;
  height: auto;
  max-width: 200px;
  width: 100%;
  margin-bottom: 15px;
}

.get-the-look-landing-formatter-v1 {
  padding: 65px 0;
}

.get-the-look-landing-formatter-v1 .description {
  margin: 0 0 60px 0;
}

.get-the-look-landing-formatter-v1 .get-the-look-landing-content {
  position: relative;
}

.offers-landing-v1 .drawer {
  /* NEED BG IMAGE HERE */
  display: none;
  padding: 35px 0 25px 0;
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #f6f6f6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f6f6f6));
  background: -webkit-linear-gradient(top, white 0%, #f6f6f6 100%);
  background: -o-linear-gradient(top, white 0%, #f6f6f6 100%);
  background: -ms-linear-gradient(top, white 0%, #f6f6f6 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
}

.offers-landing-v1 .drawer h2, .offers-landing-v1 .drawer .module-benefits .heading-container, .module-benefits .offers-landing-v1 .drawer .heading-container, .offers-landing-v1 .drawer .module-benefits .heading-container *, .module-benefits .heading-container .offers-landing-v1 .drawer *,
.offers-landing-v1 .drawer .sub {
  color: #000;
}

.offers-landing-v1 .drawer.show {
  display: block;
}

.offers-landing-v1 .rows {
  margin: 0 auto;
}

.offers-landing-v1 .rows .row {
  padding: 60px 0 40px 0;
  border-bottom: 1px solid #ccc;
  display: none;
}

.offers-landing-v1 .rows .row.last {
  border-bottom: 0;
  background-image: -ms-linear-gradient(top, white 0%, #fde5ef 100%);
  background-image: -moz-linear-gradient(top, white 0%, #fde5ef 100%);
  background-image: -o-linear-gradient(top, white 0%, #fde5ef 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, #fde5ef));
  background-image: -webkit-linear-gradient(top, white 0%, #fde5ef 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #fde5ef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FDE5EF',GradientType=0 );
}

.offers-landing-v1 .rows .row > .inner {
  position: relative;
}

.offers-landing-v1 .drawer > .inner,
.offers-landing-v1 .rows .row > .inner {
  max-width: 976px;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .offers-landing-v1 .drawer > .inner,
  .offers-landing-v1 .rows .row > .inner {
    max-width: 800px;
  }
}
@media screen and (max-width: 820px) {
  .offers-landing-v1 .drawer > .inner,
  .offers-landing-v1 .rows .row > .inner {
    max-width: 90%;
  }
}
body.device-mobile .offers-landing-v1 .drawer > .inner {
  padding: 0 4%;
}

body.device-mobile .offers-landing-v1 .rows .row {
  padding: 0;
}

body.device-mobile .offers-landing-v1 .drawer > .inner,
body.device-mobile .offers-landing-v1 .rows .row > .inner {
  max-width: 100%;
}

.offer-layout1-v1 {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.offer-layout1-v1 h3 {
  font-size: 24px;
  margin-bottom: 0;
}

.offer-layout1-v1 h4 {
  font-size: 18px;
  color: #000;
}

.offer-layout1-v1 .cta-button {
  padding-top: 20px;
}

.offer-layout1-v1 .offer-image {
  position: relative;
  float: right;
  width: 67%;
  text-align: right;
}
.offer-layout1-v1 .offer-image img {
  max-height: 100%;
  max-width: 100%;
}

.offer-layout1-v1 .offer-content img {
  max-height: 100%;
  max-width: 100%;
}

.offer-layout1-v1 .offer-content {
  width: 20%;
  height: 100%;
}

.offer-layout1-v1 .disclaimer {
  bottom: 0;
  position: absolute;
  left: 0;
  width: 20%;
}

@media screen and (max-width: 810px) {
  .offer-layout1-v1 .disclaimer {
    margin: 10% 0 0 0;
    position: relative;
    left: auto;
    bottom: auto;
    width: auto;
  }
}
.offer-layout2-v1 {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.offer-layout2-v1 h3 {
  font-size: 24px;
  color: #ed1e74;
  margin-bottom: 0;
}

.offer-layout2-v1 h4 {
  font-size: 18px;
  color: #000;
}

.offer-layout2-v1 .offer-image {
  position: relative;
  float: right;
  width: 67%;
  text-align: left;
}
.offer-layout2-v1 .offer-image img {
  max-height: 100%;
  max-width: 100%;
}

.offer-layout2-v1 .offer-content img {
  max-height: 100%;
  max-width: 100%;
}

.offer-layout2-v1 .offer-content {
  width: 20%;
  height: 100%;
}

.offer-layout2-v1 .offer-content .teaser {
  font-size: 16px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
}

.offer-layout2-v1 .disclaimer {
  position: absolute;
  top: 61%;
  right: 19%;
  width: 24.5%;
}

@media screen and (max-width: 810px) {
  .offer-layout2-v1 .disclaimer {
    margin: 10% 0 0 0;
    position: relative;
    right: auto;
    top: auto;
    width: auto;
  }
}
.blog-wrapper .outer-wrap, .blog-wrapper .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .blog-wrapper h3, .blog-wrapper .spp-extra .module-may-we-suggest .wrap, .spp-extra .module-may-we-suggest .blog-wrapper .wrap {
  overflow: hidden;
  max-width: 1040px;
  /* override the default value to line up with the navigation */
}
.blog-wrapper .outer-wrap .inner, .blog-wrapper .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3 .inner, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .blog-wrapper h3 .inner, .blog-wrapper .spp-extra .module-may-we-suggest .wrap .inner, .spp-extra .module-may-we-suggest .blog-wrapper .wrap .inner {
  padding: 0 10px;
  /* gives the illusion that it lines up with the main nav items */
}
.device-mobile .blog-wrapper .outer-wrap, .device-mobile .blog-wrapper .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .device-mobile .blog-wrapper h3, .device-mobile .blog-wrapper .spp-extra .module-may-we-suggest .wrap, .spp-extra .module-may-we-suggest .device-mobile .blog-wrapper .wrap {
  width: 92%;
}
.device-mobile .blog-wrapper .outer-wrap .inner, .device-mobile .blog-wrapper .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3 .inner, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .device-mobile .blog-wrapper h3 .inner, .device-mobile .blog-wrapper .spp-extra .module-may-we-suggest .wrap .inner, .spp-extra .module-may-we-suggest .device-mobile .blog-wrapper .wrap .inner {
  padding: 0;
}
.blog-wrapper .top-bar {
  background-color: #f0fcfb;
}
.blog-wrapper .top-bar .title {
  float: right;
  text-align: right;
}
.blog-wrapper .top-bar .title a {
  display: inline-block;
  width: 172px;
  background: url(/media/export/cms/blog/blog_logo.png) center center no-repeat;
}
.blog-wrapper .top-bar .title a span {
  line-height: 40px;
  font-size: 0;
}
.blog-wrapper .top-bar .sections {
  float: left;
  overflow: hidden;
}
.blog-wrapper .top-bar .sections ul li {
  display: inline;
  white-space: nowrap;
}
.blog-wrapper .top-bar .sections ul li a {
  display: inline-block;
  white-space: nowrap;
  line-height: 40px;
  text-transform: uppercase;
  color: gray;
  padding: 0 10px;
}
.blog-wrapper .top-bar .sections ul li a.active {
  color: #ed1e74;
}
.blog-wrapper .top-bar .sections ul li:first-child a {
  padding-left: 0;
}
.blog-wrapper .top-bar .sections ul li:last-child a {
  padding-right: 0;
}
.blog-wrapper .sections-selector {
  width: 100%;
  margin: 10px 0;
}
.blog-wrapper .sections-selector select {
  width: 100%;
}
.blog-wrapper .sections-selector select option {
  padding: 4px;
}
.blog-wrapper .calendar {
  border: 1px solid #dadada;
  width: 100%;
  text-transform: uppercase;
}
.blog-wrapper .calendar > .inner {
  padding: 12px 9px;
}
.blog-wrapper .calendar .drop-title {
  position: relative;
}
.blog-wrapper .calendar .drop-title i {
  position: absolute;
  right: 0;
  top: 0;
}
.blog-wrapper .calendar .drop {
  display: none;
  padding-top: 12px;
  width: 100%;
  overflow: none;
}
.blog-wrapper .calendar .item {
  float: left;
  width: 62px;
  height: 62px;
  margin: 0 4px 4px 0;
  padding: 0;
}
.blog-wrapper .calendar .item .pic,
.blog-wrapper .calendar .item .date {
  vertical-align: middle;
  cursor: pointer;
}
.blog-wrapper .calendar .item .pic,
.blog-wrapper .calendar .item .date, .blog-wrapper .calendar .item.odd.hover .pic, .blog-wrapper .calendar .item.even.hover .date {
  display: none;
}
.blog-wrapper .calendar .item.odd .pic, .blog-wrapper .calendar .item.even .date, .blog-wrapper .calendar .item.even.hover .pic, .blog-wrapper .calendar .item.odd.hover .date {
  display: block;
  width: 100%;
  height: 100%;
}
.blog-wrapper .calendar .item .date {
  background-color: #bdbdbd;
}
.blog-wrapper .calendar .item .date .i-t {
  display: table;
  width: 100%;
  height: 100%;
}
.blog-wrapper .calendar .item .date .i-t .i-c {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.blog-wrapper .calendar .item .date span {
  display: block;
  text-align: center;
}
.blog-wrapper .post {
  display: none;
}
.blog-wrapper .load-more {
  width: 40%;
  padding: 5px;
  margin: 24px auto;
  border: 1px solid #000;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .blog-wrapper .top-bar .title {
    float: none;
    text-align: center;
  }
  .blog-wrapper .top-bar .sections {
    text-align: center;
  }
  .blog-wrapper .top-bar .sections ul {
    margin: 0 auto;
  }
}
.blog-teaser-v1 {
  padding-bottom: 14px;
}
.blog-teaser-v1 .masthead {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  margin-bottom: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.blog-teaser-v1 .masthead a {
  display: block;
  width: 100%;
  height: 100%;
}
.blog-teaser-v1 .masthead a img {
  visibility: hidden;
  max-width: 100%;
}
.blog-teaser-v1 .content {
  text-align: center;
}
.blog-teaser-v1 .content a {
  color: gray;
}
.blog-teaser-v1 .content a:hover {
  text-decoration: none;
}
.blog-teaser-v1 .content .title {
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 8px;
  padding-bottom: 12px;
}
.blog-teaser-v1 .content .section {
  display: inline-block;
  margin: 12px auto 0;
  padding: 4px 8px;
  background-color: #fff701;
}

.blog-teaser-image-quote {
  padding-bottom: 14px;
}
.blog-teaser-image-quote .masthead {
  position: relative;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  margin-bottom: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  cursor: pointer;
}
.blog-teaser-image-quote .masthead img {
  visibility: hidden;
  max-width: 100%;
}
.blog-teaser-image-quote .masthead .quote {
  visibility: hidden;
  position: absolute;
  width: 30%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  font-size: 36px;
  color: #fff;
}
.blog-teaser-image-quote .masthead .quote .inner {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 20px;
}
.blog-teaser-image-quote .masthead .quote .quote-content,
.blog-teaser-image-quote .masthead .quote .quote-source {
  display: block;
  width: 100%;
}
.blog-teaser-image-quote .masthead .quote .quote-source {
  line-height: 50px;
  font-style: italic;
}
.blog-teaser-image-quote .content {
  text-align: center;
}
.blog-teaser-image-quote .content a {
  color: gray;
}
.blog-teaser-image-quote .content a:hover {
  text-decoration: none;
}
.blog-teaser-image-quote .content .title {
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 8px;
  padding-bottom: 12px;
}
.blog-teaser-image-quote .content .section {
  display: inline-block;
  margin: 12px auto 0;
  padding: 4px 8px;
  background-color: #fff701;
}

.blog-post-v1 {
  padding-bottom: 20px;
}
.blog-post-v1 .masthead {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.blog-post-v1 .masthead img {
  visibility: hidden;
  max-width: 100%;
}
.blog-post-v1 .content {
  position: relative;
  top: -26px;
  width: 800px;
  margin: 0 auto;
  background-color: #fff;
}
.blog-post-v1 .content > .inner {
  padding: 14px;
}
.blog-post-v1 .content .metadata h2, .blog-post-v1 .content .metadata .module-benefits .heading-container, .module-benefits .blog-post-v1 .content .metadata .heading-container, .blog-post-v1 .content .metadata .module-benefits .heading-container *, .module-benefits .heading-container .blog-post-v1 .content .metadata * {
  text-align: center;
  font-size: 16px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: bold;
  color: gray;
}
.blog-post-v1 .content .metadata .breadcrumb {
  padding-top: 0;
}

@media screen and (max-width: 900px) {
  .blog-post-v1 .content {
    width: 88%;
  }
}
.aaa-partial-inc-v1 {
  background-color: #e6c9c9;
  border: 1px solid #dba8ad;
}

.aaa-partial-v1 {
  width: 400px;
  margin: 20px auto;
  padding: 20px;
  background-color: #e2e1dd;
  border: 1px solid #b4b4b4;
}

.mascara-module-formatter-v1 {
  padding: 60px 0 50px 0;
  position: relative;
}

.mascara-module-formatter-v1 .mascara-module-sticky-header {
  display: none;
}

.mascara-module-formatter-v1 .mascara-module-formatter-header {
  border-bottom: 1px solid #DBDBDB;
  margin-top: 10px;
  overflow: hidden;
  padding-bottom: 10px;
}

.mascara-module-formatter-v1 .mascara-module-formatter-header h3 {
  color: #5EB997;
  float: left;
  font-size: 36px;
  line-height: 1;
  padding: 0.5% 0 0;
  width: 100%;
}

.mascara-module-formatter-v1 .mascara-module-formatter-header .cols {
  float: left;
  padding: 0 5.5% 0 0;
  width: 60%;
}

.mascara-module-formatter-v1 .mascara-module-formatter-header .col {
  float: left;
  padding: 0 10% 0 0;
  width: 33%;
}

.mascara-module-formatter-v1 .mascara-module-formatter-header .col .title {
  color: #1a1a1a;
  font-size: 22px;
  line-height: 1;
  white-space: nowrap;
}

.mascara-module-formatter-v1 .mascara-module-formatter-header .col .description {
  color: #6d6d6d;
  font-size: 15px;
  line-height: 17px;
}

.mascara-module-formatter-v1 .mascara-module-formatter-rows {
  clear: both;
  padding: 30px 0 0 0;
  position: relative;
}

.mascara-module-sticky-header {
  background: #fff;
  -webkit-box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 0.3);
  color: #231f20;
  display: none;
  font-size: 22px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.mascara-module-sticky-header .info {
  float: left;
  width: 40%;
}

.mascara-module-sticky-header .logo {
  float: left;
  height: 50px;
  margin: 0 30px 0 0;
}

.mascara-module-sticky-header .logo img {
  display: block;
  height: auto;
  max-height: 50px;
  max-width: 100%;
  width: auto;
}

.mascara-module-sticky-header .heading {
  white-space: nowrap;
}

.mascara-module-sticky-header .cols {
  float: left;
  padding: 0 5.5% 0 0;
  width: 60%;
}

.mascara-module-sticky-header .title {
  float: left;
  white-space: nowrap;
  width: 33%;
}

/* mascara filter menu */
.mascara-module-formatter-v1 .mascara-module-formatter-header .mascara-menu {
  list-style-type: none;
  margin: 0;
  padding: 0 1% 0 0;
}

.mascara-module-formatter-v1 .mascara-module-formatter-header .mascara-menu li {
  border-left: 1px solid #DBDBDB;
  float: left;
  height: 25px;
  line-height: 25px;
  white-space: nowrap;
}

.mascara-module-formatter-v1 .mascara-module-formatter-header .mascara-menu li.first {
  border-left: none;
}

.mascara-module-formatter-v1 .mascara-module-formatter-header .mascara-menu li.last {
  border-right: none;
}

.mascara-module-formatter-v1 .mascara-module-formatter-header .mascara-menu li a {
  color: #4E4E4E;
  font-size: 15px;
  padding: 0 15px;
  text-decoration: none;
  text-transform: capitalize;
}

.mascara-module-formatter-v1 .mascara-module-formatter-header .mascara-menu li a.active {
  color: #5EB997;
}

.mascara-module-formatter-v1 .mascara-module-formatter-header .mascara-menu li.first a {
  padding-left: 0;
}

.mascara-module-formatter-v1 .mascara-module-formatter-header .mascara-menu li.last a {
  padding-right: 0;
}

.mascara-module-formatter-v1 a.btn-primary.add-to-bag.button.btn-add-to-bag, .mascara-module-formatter-v1 input.btn-primary.add-to-bag.btn-add-to-bag.form-submit,
.mascara-module-formatter-v1 input.btn-primary.add-to-bag.btn-add-to-bag.button[type='submit'] {
  height: 25px;
  line-height: 1.7em;
}

@media screen and (max-width: 900px) {
  .mascara-module-sticky-header {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .mascara-module-sticky-header {
    font-size: 14px;
  }
}
.mascara-module-row-v1 {
  /* border: 1px solid transparent; */
  clear: both;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.mascara-module-row-v1:hover {
  /* border-color: #231f20; */
}

.mascara-module-row-v1 .row-info {
  float: left;
  padding: 0 1% 0 5.5%;
  width: 40%;
}

.mascara-module-row-v1 .row-info h3 {
  color: #1a1a1a;
  font-size: 36px;
  line-height: 1;
  margin: 10px 0 0 0;
  text-transform: capitalize;
}

.mascara-module-row-v1 .row-info h3 a {
  cursor: default;
  text-transform: capitalize;
}

.mascara-module-row-v1 .row-info h3 a:hover {
  text-decoration: none;
}

.mascara-module-row-v1 .row-info .subheading {
  color: #1a1a1a;
  font-size: 22px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  line-height: 1;
  margin: 10px 0 0 0;
}

.mascara-module-row-v1 .row-info .button {
  font-size: 18px;
  font-weight: bold;
  margin: 45px 0 65px 0;
}

.mascara-module-row-v1 .row-products {
  float: left;
  padding: 0 5.5% 0 0;
  width: 60%;
}

.mascara-module-row-v1 .product {
  /* border: 1px solid transparent; */
  color: #808080;
  float: left;
  font-size: 13px;
  margin: 0;
  padding: 45px 0 25px 0;
  width: 33%;
  position: relative;
}

.mascara-module-row-v1 .product .btn-favorite,
.mascara-module-row-v1 .product .btn-shopnow,
.mascara-module-row-v1 .product .btn-quickview {
  display: none;
}

.mascara-module-row-v1 .product .product-image {
  margin: 0 0 10px 0;
  text-align: center;
}

.mascara-module-row-v1 .product .product-image img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  width: auto;
}

.mascara-module-row-v1 .product .product-info {
  padding: 0 20%;
}

.mascara-module-row-v1 .product .product-title {
  color: #231f20;
}

/* product hover state */
.mascara-module-row-v1 .product:hover {
  background: #fff;
  /* border-color: #231f20; */
}

.mascara-module-row-v1 .product .btn-favorite,
.mascara-module-row-v1 .product .btn-shopnow,
.mascara-module-row-v1 .product .btn-quickview {
  display: none;
}

/*
.mascara-module-row-v1 .product:hover .btn-favorite {
  background:url($img_base_path + '/btn-favorite-sprite.png') no-repeat 0px 0px;
  display: none;
  height:25px;
  position:absolute;
  right:7px;
  top:7px;
  width:25px;
}
.mascara-module-row-v1 .product:hover .btn-favorite:hover,
.mascara-module-row-v1 .product:hover .btn-favorite.active{
  background-position:0px -24px;
}

.mascara-module-row-v1 .product:hover .btn-shopnow {
  display:inline-block;
  margin:10px 0px 10px 20%;
}
.mascara-module-row-v1 .product:hover .btn-quickview {
  background-color:#FFF;
  border: 1px solid #989898;
  color: #989898;
  cursor: pointer;
  display: block;
  font-weight: normal;
  left: 20%;
  position: absolute;
  text-transform: uppercase;
  top: 150px;
  z-index: 100;
}

.mascara-module-row-v1 .product:hover .btn-quickview:hover {
  color:$color-cl-green-2;
  border-color:$color-cl-green-2;
}
*/
.mascara-module-row-v1 .product .btn-shopnow {
  display: inline-block;
  margin: 10px 0px 10px 20%;
}

.mascara-module-row-v1 .steps-product-headings {
  color: #231F20;
  font-size: 20px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  font-weight: bold;
  overflow: hidden;
  text-align: center;
}

.mascara-module-row-v1 .step1-product-heading,
.mascara-module-row-v1 .step2-product-heading,
.mascara-module-row-v1 .step3-product-heading {
  display: inline;
  float: left;
  width: 30%;
}

/* Documents link in case JS fails */
.section-mascara-finder .degrade {
  color: #fff;
  cursor: default;
  text-indent: -10000px;
}

.mascara-module-row-v1 .caret {
  background: url("/media/export/images/qs-caret.png") no-repeat scroll 50% 0 transparent;
  display: block;
  height: 12px;
  left: 0;
  padding: 0;
  position: absolute;
  top: 349px;
  width: 182px;
  z-index: 9000;
}

.mascara-module-row-v1 .caret.hidden {
  display: none;
}

.field-item-set-type, .field-content > h2, .module-benefits .field-content > .heading-container, .module-benefits .heading-container .field-content > * {
  display: none;
}

.power_couple {
  width: 100%;
}
.related_content_item .power_couple {
  clear: both;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 0;
  border-top: 1px solid #dbdbdb;
}
.related_content_item .power_couple h1 p, .related_content_item .power_couple h1 span, .related_content_item .power_couple h2 p, .related_content_item .power_couple .module-benefits .heading-container p, .module-benefits .related_content_item .power_couple .heading-container p, .module-benefits .heading-container .related_content_item .power_couple * p, .related_content_item .power_couple h2 span, .related_content_item .power_couple .module-benefits .heading-container span, .module-benefits .related_content_item .power_couple .heading-container span, .module-benefits .heading-container .related_content_item .power_couple * span {
  margin-top: 0;
  line-height: inherit;
}

.power_couple .psection {
  width: 30%;
  height: 350px;
  float: left;
  margin-bottom: 20px;
}

.power_couple .psection .button_area {
  display: inline-block;
  vertical-align: middle;
}

.power_couple h2, .power_couple .module-benefits .heading-container, .module-benefits .power_couple .heading-container, .power_couple .module-benefits .heading-container *, .module-benefits .heading-container .power_couple * {
  color: #5dba98;
  font-size: 36px;
  margin: 0;
}

.power_couple > h3 {
  font-size: 18px;
  padding-bottom: 30px;
  color: #231f20;
}

.power_couple .power_product h3 {
  font-size: 14px;
}

.power_couple img.pplus {
  float: left;
  padding-top: 120px;
}

.power_product {
  display: inline;
  float: left;
}

.power_couple img.pproduct {
  height: 300px;
}

.power_couple .button_area {
  color: #000;
  font-size: 16px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  font-weight: bold;
  padding-top: 150px;
}

.power_couple .button {
  margin-top: 15px;
}

.power_couple .power_product .product-info {
  padding: 0 15%;
}
.power_couple .power_product .product-info a {
  color: #231f20;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  font-weight: 300;
}
.power_couple .power_product .product-info a:hover {
  color: #44a07e;
}
.power_couple .power_product .product-info a, .power_couple .power_product .product-info a:hover {
  text-decoration: none;
}
.power_couple .power_product .product-info h4 {
  color: #231f20;
}

.module-may-we-suggest {
  /* border-bottom: 1px solid #DBDBDB; */
  /* padding: 55px 0 25px; */
}
.related_content_item .module-may-we-suggest {
  clear: both;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 0;
  border-top: 1px solid #dbdbdb;
}
.related_content_item .module-may-we-suggest h1 p, .related_content_item .module-may-we-suggest h1 span, .related_content_item .module-may-we-suggest h2 p, .related_content_item .module-may-we-suggest .module-benefits .heading-container p, .module-benefits .related_content_item .module-may-we-suggest .heading-container p, .module-benefits .heading-container .related_content_item .module-may-we-suggest * p, .related_content_item .module-may-we-suggest h2 span, .related_content_item .module-may-we-suggest .module-benefits .heading-container span, .module-benefits .related_content_item .module-may-we-suggest .heading-container span, .module-benefits .heading-container .related_content_item .module-may-we-suggest * span {
  margin-top: 0;
  line-height: inherit;
}
.spp-extra .module-may-we-suggest {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 40px;
}
.module-may-we-suggest h2, .module-may-we-suggest .module-benefits .heading-container, .module-benefits .module-may-we-suggest .heading-container, .module-may-we-suggest .module-benefits .heading-container *, .module-benefits .heading-container .module-may-we-suggest * {
  color: #5dba98;
  margin: 0 0 15px;
}
.module-may-we-suggest .grid {
  margin-bottom: 0;
}
.module-may-we-suggest .grid ul.product-grid {
  font-size: 0.1px;
  margin-right: -24px;
  position: relative;
  text-align: left;
}
.module-may-we-suggest .grid ul.product-grid:before, .module-may-we-suggest .grid ul.product-grid:after {
  content: " ";
  display: table;
}
.module-may-we-suggest .grid ul.product-grid:after {
  clear: both;
}
.module-may-we-suggest .grid ul.product-grid.view-small {
  margin-right: -12px;
  padding: 0;
}
.module-may-we-suggest .grid ul.product-grid li.box {
  display: inline-block;
  font-size: 13px;
  margin-bottom: 50px;
  position: relative;
  text-align: left;
  vertical-align: top;
}
.module-may-we-suggest .grid ul.product-grid li.box.w_19 {
  width: 19%;
}
.module-may-we-suggest .grid ul.product-grid li.box.w_24 {
  width: 24%;
}
.module-may-we-suggest .grid ul.product-grid li.box.w_32 {
  width: 32%;
}
.module-may-we-suggest .grid ul.product-grid li.box .badge {
  position: absolute;
  top: 30px;
  left: 45px;
  display: table;
  width: 80px;
  height: 80px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  z-index: 1;
  padding: 0;
  line-height: 16px;
  vertical-align: middle;
  margin: 0;
  font-size: 14px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  text-transform: uppercase;
  text-align: center;
}
.module-may-we-suggest .grid ul.product-grid li.box .badge.badge_1, .module-may-we-suggest .grid ul.product-grid li.box .badge.badge_17 {
  background: #fe6cb5;
}
.module-may-we-suggest .grid ul.product-grid li.box .badge.badge_30 {
  background: #5dba98;
}
html.ie7 .module-may-we-suggest .grid ul.product-grid li.box .badge {
  text-align: center;
}
.module-may-we-suggest .grid ul.product-grid li.box .badge .badge-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
html.ie7 .module-may-we-suggest .grid ul.product-grid li.box .badge .badge-inner {
  position: relative;
  margin-top: inherit;
  *clear: expression(style.marginTop = "" + (offsetHeight < parentNode.offsetHeight ? parseInt((parentNode.offsetHeight - offsetHeight) / 2) + "px" : "0"), style.clear = "none", 0 );
}
.module-may-we-suggest .grid ul.product-grid li.box .reviews {
  color: #000000;
  font-size: 12px;
  padding: 3px 50px 0;
}
.module-may-we-suggest .grid ul.product-grid li.box .reviews img {
  vertical-align: middle;
}
.module-may-we-suggest .grid ul.product-grid li.box .tags {
  font-size: 13px;
  padding: 12px 20px 0 50px;
}
.module-may-we-suggest .grid ul.product-grid li.box .tags span {
  color: #000000;
  display: block;
  margin: 0 0 1px;
}
.module-may-we-suggest .grid ul.product-grid li.box .tags span em {
  color: #808080;
  font-style: normal;
}
.module-may-we-suggest .grid ul.product-grid li.box .options {
  padding: 4px 50px 20px;
}
.module-may-we-suggest .grid ul.product-grid li.box .options .btn-primary {
  color: #FFFFFF !important;
}
.module-may-we-suggest .grid ul.product-grid li.box .product {
  font-size: 16px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  position: relative;
}
.module-may-we-suggest .grid ul.product-grid li.box .product a {
  color: #808080;
}
.module-may-we-suggest .grid ul.product-grid li.box .product a .product-image {
  display: block;
  margin: 0 auto;
  width: initial;
}
.module-may-we-suggest .grid ul.product-grid li.box .product a .tag {
  border-radius: 50%;
  color: #FFFFFF;
  display: block;
  font-size: 14px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  font-weight: bold;
  height: 80px;
  left: 45px;
  line-height: 16px;
  margin: 0;
  padding: 24px 0 0;
  position: absolute;
  text-align: center;
  text-rendering: optimizelegibility;
  text-transform: uppercase;
  top: 70px;
  vertical-align: middle;
  width: 80px;
  z-index: 1;
}
.module-may-we-suggest .grid ul.product-grid li.box .product a .tag.new {
  background: none repeat scroll 0 0 #FE6CB5;
  padding-top: 34px;
}
.module-may-we-suggest .grid ul.product-grid li.box .product a .tag.top-seller {
  background: none repeat scroll 0 0 #5dba98;
}
.module-may-we-suggest .grid ul.product-grid li.box .product a h3 {
  color: #1F1F1F;
  font-size: 13px;
  font-family: "HelveticaNeueLTStd55Roman", Arial, Sans-Serif;
  line-height: 21px;
  padding: 0 50px;
  text-decoration: none;
  transition: color 0.2s ease 0s;
}
.module-may-we-suggest .grid ul.product-grid li.box .product a span {
  display: block;
  margin: 0 0 1px;
  padding: 0 50px;
}
.module-may-we-suggest .grid ul.product-grid li.box .product a:hover h3 {
  color: #5dba98;
}
.module-may-we-suggest .grid ul.product-grid.view-large li.box {
  margin-right: 25px;
  min-height: 420px;
  width: 303px;
}
.module-may-we-suggest .grid ul.product-grid.view-small li.box {
  margin: 10px 0 0;
}
.module-may-we-suggest .grid ul.product-grid.view-small li.box .reviews {
  color: #000000;
  padding: 3px 0 0;
}
.module-may-we-suggest .grid ul.product-grid.view-small li.box .product {
  font-size: 13px;
  font-family: "HelveticaNeueLTStd55Roman", Arial, Sans-Serif;
}
.module-may-we-suggest .grid ul.product-grid.view-small li.box .product a h3 {
  line-height: 18px;
  margin-top: -5px;
  padding: 0;
  width: 95%;
}
.module-may-we-suggest .grid ul.product-grid.view-small li.box .product a span {
  margin-bottom: 2px;
  padding: 0;
  /* width: 95%; */
}
.module-may-we-suggest .grid ul.product-grid.view-small li.box .product a .tag {
  font-size: 11px;
  font-family: "HelveticaNeueLTStd55Roman", Arial, Sans-Serif;
  height: 60px;
  left: 18px;
  line-height: 11px;
  padding: 19px 0 0;
  top: 35px;
  width: 60px;
}
.module-may-we-suggest .grid ul.product-grid.view-small li.box .product a .tag.new {
  padding-top: 26px;
}
.module-may-we-suggest .grid ul.product-grid.view-small li.box .tags {
  padding-left: 0;
}
.module-may-we-suggest .grid ul.product-grid.view-small li.box .options {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 960px) {
  /* .module-may-we-suggest .grid ul.product-grid.view-small li.box.end_items { display: none; } */
}
@media screen and (max-width: 768px) {
  .module-may-we-suggest h2, .module-may-we-suggest .module-benefits .heading-container, .module-benefits .module-may-we-suggest .heading-container, .module-may-we-suggest .module-benefits .heading-container *, .module-benefits .heading-container .module-may-we-suggest * {
    margin-bottom: 10px;
  }

  .module-may-we-suggest .grid ul.product-grid.view-small li.box.end_items {
    display: none;
  }

  .module-may-we-suggest .grid ul.product-grid li.box.w_19 {
    width: 32%;
  }

  .module-may-we-suggest .grid ul.product-grid li.box.w_24 {
    width: 32%;
  }
}
@media screen and (max-width: 640px) {
  .module-may-we-suggest h2, .module-may-we-suggest .module-benefits .heading-container, .module-benefits .module-may-we-suggest .heading-container, .module-may-we-suggest .module-benefits .heading-container *, .module-benefits .heading-container .module-may-we-suggest * {
    font-size: 30px;
    line-height: 32px;
    margin: 0 0 5px;
  }
}
@media screen and (max-width: 640px) {
  .module-may-we-suggest .grid ul.product-grid {
    margin-right: -10px;
  }
}
@media screen and (max-width: 640px) {
  .module-may-we-suggest .grid ul.product-grid.view-small {
    margin-right: -10px;
  }
}
.module-how-use {
  /* padding: 60px 0; */
}
.related_content_item .module-how-use {
  clear: both;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 0;
  border-top: 1px solid #dbdbdb;
  background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0.01, #f7f7f7), color-stop(0.89, white));
}
.related_content_item .module-how-use:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
* html .related_content_item .module-how-use {
  zoom: 1;
}
*:first-child + html .related_content_item .module-how-use {
  zoom: 1;
}
.related_content_item .module-how-use h1 p, .related_content_item .module-how-use h1 span, .related_content_item .module-how-use h2 p, .related_content_item .module-how-use .module-benefits .heading-container p, .module-benefits .related_content_item .module-how-use .heading-container p, .module-benefits .heading-container .related_content_item .module-how-use * p, .related_content_item .module-how-use h2 span, .related_content_item .module-how-use .module-benefits .heading-container span, .module-benefits .related_content_item .module-how-use .heading-container span, .module-benefits .heading-container .related_content_item .module-how-use * span {
  margin-top: 0;
  line-height: inherit;
}

#how-use li.box {
  width: 181px;
  display: block;
  float: left;
  margin: 0 13px 15px 0;
  color: #000;
}

#how-use li.box.hidden {
  display: none;
}

#how-use li.box img {
  padding: 15px 0;
}

#how-use li.box.last_step {
  margin: 0 0 15px;
}

.diagnostics-merch-window {
  overflow: hidden;
}
.diagnostics-merch-window.has-image {
  background-color: transparent;
  background-position: top right;
  background-repeat: no-repeat;
}
.diagnostics-merch-window.has-image .content {
  padding: 0 41% 0 0;
}
.diagnostics-merch-window .screenshot {
  float: left;
  margin: 65px 3% 65px 0;
  width: 41%;
}
.diagnostics-merch-window .screenshot img {
  display: block;
  height: auto;
  width: 100%;
}
.diagnostics-merch-window .content {
  margin: 65px 0 0 0;
  overflow: hidden;
}
.diagnostics-merch-window .content h2, .diagnostics-merch-window .content .module-benefits .heading-container, .module-benefits .diagnostics-merch-window .content .heading-container, .diagnostics-merch-window .content .module-benefits .heading-container *, .module-benefits .heading-container .diagnostics-merch-window .content * {
  font-size: 30px;
  line-height: 1;
  margin: 0;
}
.diagnostics-merch-window .content .subtitle {
  font-size: 22px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  line-height: 1;
  margin: 5px 0 0 0;
}
.diagnostics-merch-window .content .button {
  margin: 20px 0 0 0;
}

.foundation-finder-merch-window-v1 .screenshot {
  margin: 29px 3% 5px 0;
}
.foundation-finder-merch-window-v1 .content {
  margin: 29px 0 0 0;
}

.tout-image-v1.tout {
  background: none no-repeat scroll right top/245px auto transparent;
  border-left: 1px solid #BDBDBD;
  padding-left: 20px;
}
.tout-image-v1.tout .product {
  color: #808080;
  float: right;
  font-size: 13px;
  font-family: "HelveticaNeueLTStd55Roman", Arial, Sans-Serif;
  width: 50%;
}
.tout-image-v1.tout.no-tout-info .product {
  float: none;
}
.tout-image-v1.tout .product .product-image {
  float: none;
  text-align: center;
  margin: 0;
  width: 100%;
}
.tout-image-v1.tout .product .product-image img {
  display: block;
  height: auto;
  max-width: 100%;
  width: auto;
}
.tout-image-v1.tout .product .product-info {
  overflow: hidden;
}
.tout-image-v1.tout .product .product-title {
  color: #231f20;
  margin-top: 5px;
}
.tout-image-v1.tout .product .button {
  margin: 10px 0 0 0;
}
.tout-image-v1.tout .product .button a {
  background: #5eb997;
  color: #fff;
  font-size: 12px;
  font-family: "HelveticaNeueLTStd55Roman", Arial, Sans-Serif;
  font-weight: bold;
  line-height: 24px;
  padding: 7px 10px 4px 10px;
  text-transform: uppercase;
}
.tout-image-v1.tout .tout-info {
  font-size: 14px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  line-height: 1.5;
  padding: 15px 0 0;
  width: auto;
}
.tout-image-v1.no-image .tout-info {
  width: 90%;
}
.tout-image-v1.tout .heading {
  color: #5eb997;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  font-size: 21px;
  line-height: 21px;
  text-transform: none;
}
.tout-image-v1.tout .body {
  margin: 5px 0 0;
  width: 43%;
}
.tout-image-v1.tout .body p {
  line-height: 1.2em;
  margin: 0;
}
.tout-image-v1.tout .link {
  margin: 5px 0 0 0;
}
.tout-image-v1.tout .link a {
  color: #5eb997;
}

/* Customer Care Our Consultants PC */
/* 
 * This is breaking the gnav tout image when on the Customer Care Our Consultants page. 
 * Originally the tout_image_v1 template was created to be used with the top header on the 
 * Our Consultants page, but it's not used for it anymore thus commenting it out.
 *
 */
/*
.customer-care-our-online-consultants .tout-image-v1 {
  &.tout {
    border-left: none;
    margin: 0;
    position: relative;
  }
  &.no-image .tout-info {
    margin-top: 20px;
  }
  &.tout .body {
    margin: 0 0 0 -100px;
    p {
      color: #46AB8C;
    }
  }
}
*/
/* iPad Styles */
@media screen and (max-width: 768px) {
  .customer-care-our-online-consultants .tout-image-v1.no-image .tout-info {
    margin-top: 0;
  }
  .customer-care-our-online-consultants .tout-image-v1.tout .body {
    margin-left: -90px;
  }
}
/* node/910 tout image positioning - this should be done differently */
#node-910 .tout-image-v1.tout-image.tout {
  background-position: right 60px;
  background-size: 210px auto;
}

.tout-ff-v1.tout {
  border-left: 1px solid #BDBDBD;
  padding-left: 20px;
}
.tout-ff-v1.tout .tout-info {
  font-size: 14px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  line-height: 1.5;
  padding: 15px 0 0;
  width: auto;
}
.tout-ff-v1.no-image .tout-info {
  width: 90%;
}
.tout-ff-v1.tout .heading {
  color: #5eb997;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  font-size: 21px;
  line-height: 21px;
  text-transform: none;
}
.tout-ff-v1.tout .image {
  float: right;
  margin: 25px 0 0 0;
  text-align: right;
  width: 58%;
}
.tout-ff-v1.tout .image img {
  display: inline;
  max-height: 100%;
  max-width: 100%;
}
.tout-ff-v1.tout .body {
  margin: 5px 0 0;
  width: 43%;
}
.tout-ff-v1.tout .body p {
  line-height: 1.2em;
  margin: 0;
}
.tout-ff-v1.tout .link {
  margin: 5px 0 0 0;
}
.tout-ff-v1.tout .link a {
  color: #5eb997;
}

/* iPad Styles */
@media screen and (max-width: 768px) {
  .customer-care-our-online-consultants .tout-image-v1.no-image .tout-info {
    margin-top: 0;
  }
  .customer-care-our-online-consultants .tout-image-v1.tout .body {
    margin-left: -90px;
  }
}
.tout-image-link-v1.tout {
  border-left: 1px solid #BDBDBD;
  padding-left: 20px;
}
.tout-image-link-v1.tout .tout-info {
  font-size: 14px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  line-height: 1.5;
  padding: 15px 0 0;
  width: auto;
}
.tout-image-link-v1.no-image .tout-info {
  width: 90%;
}
.tout-image-link-v1.tout .heading {
  color: #5eb997;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  font-size: 21px;
  line-height: 21px;
  text-transform: none;
}
.tout-image-link-v1.tout .image {
  float: right;
  margin: 25px 0 0 0;
  text-align: right;
  width: 58%;
}
.tout-image-link-v1.tout .image img {
  display: inline;
  max-height: 100%;
  max-width: 100%;
}
.tout-image-link-v1.tout .body {
  margin: 5px 0 0;
  width: 43%;
}
.tout-image-link-v1.tout .body p {
  line-height: 1.2em;
  margin: 0;
}
.tout-image-link-v1.tout .link {
  margin: 5px 0 0 0;
}
.tout-image-link-v1.tout .link a {
  color: #5eb997;
}

/* iPad Styles */
@media screen and (max-width: 768px) {
  .customer-care-our-online-consultants .tout-image-v1.no-image .tout-info {
    margin-top: 0;
  }
  .customer-care-our-online-consultants .tout-image-v1.tout .body {
    margin-left: -90px;
  }
}
.header-nav-formatter-v1 {
  background: linear-gradient(#ffffff, #f6f6f6) repeat scroll 0 0 transparent;
  border-top-width: 0;
  overflow: hidden;
}
.header-nav-formatter-v1 .outer-wrap, .header-nav-formatter-v1 .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .header-nav-formatter-v1 h3, .header-nav-formatter-v1 .spp-extra .module-may-we-suggest .wrap, .spp-extra .module-may-we-suggest .header-nav-formatter-v1 .wrap {
  -moz-box-sizing: border-box;
  margin: 0 auto;
  max-width: 960px;
  padding: 0;
}
.header-nav-formatter-v1 header {
  border-right: 1px solid #DBDBDB;
  float: left;
  margin: 35px 0 20px;
  padding: 10px 10px 20px 0;
  width: 25%;
}
.header-nav-formatter-v1 header h2, .header-nav-formatter-v1 header .module-benefits .heading-container, .module-benefits .header-nav-formatter-v1 header .heading-container, .header-nav-formatter-v1 header .module-benefits .heading-container *, .module-benefits .heading-container .header-nav-formatter-v1 header * {
  color: #231F20;
  font-size: 2.5em;
  margin: 0 0 3px;
}
.header-nav-formatter-v1 ul.shortcuts {
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 35px 0 20px 20px;
  width: 75%;
}
.header-nav-formatter-v1 ul.shortcuts li {
  float: left;
  width: 210px;
  /*25%*/
}
.header-nav-formatter-v1 ul.shortcuts li a {
  border: 1px solid transparent;
  border-radius: 5px;
  color: #808080;
  display: block;
  overflow: hidden;
  padding: 0.2em 0.4em;
}
.header-nav-formatter-v1 ul.shortcuts li.active a {
  background-color: #FFFFFF;
  border: 1px solid #BEBEBE;
}
.header-nav-formatter-v1 ul.shortcuts li a img {
  display: inline;
  height: 17px;
  margin-right: 0.8em;
  vertical-align: middle;
}
.header-nav-formatter-v1 ul.shortcuts li a span {
  display: inline;
  margin-top: 0.2em;
}
.header-nav-formatter-v1.embedded-menu {
  background: none repeat scroll 0 0 transparent;
}
.header-nav-formatter-v1.embedded-menu header {
  border-right: none;
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.header-nav-formatter-v1.embedded-menu header h2, .header-nav-formatter-v1.embedded-menu header .module-benefits .heading-container, .module-benefits .header-nav-formatter-v1.embedded-menu header .heading-container, .header-nav-formatter-v1.embedded-menu header .module-benefits .heading-container *, .module-benefits .heading-container .header-nav-formatter-v1.embedded-menu header * {
  color: #46AB8C;
  margin: 40px 0 0;
}
.header-nav-formatter-v1.embedded-menu ul.menu {
  padding: 10px 0 20px 10px;
  width: 100%;
}

/* IE */
.ie8 .header-nav-formatter-v1 li.active a {
  background-color: #FFFFFF;
  border: 1px solid #f0f0f0;
  box-shadow: 0 0 12px rgba(50, 50, 50, 0.2);
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#c0c0c0')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#c0c0c0');
}

.ie7 .header-nav-formatter-v1 ul.shortcuts {
  display: inline;
  width: 71%;
}
.ie7 .header-nav-formatter-v1 ul.shortcuts li.active a {
  background-color: #FFFFFF;
  border: 1px solid #f0f0f0;
  box-shadow: 0 0 12px rgba(50, 50, 50, 0.2);
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#c0c0c0')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#c0c0c0');
}

/* embedded menu styles */
/* if browser viewport size is less than 972px */
@media screen and (max-width: 972px) {
  /*@media screen and (max-width: 768px) {*/
  .header-nav-formatter-v1 .outer-wrap, .header-nav-formatter-v1 .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .header-nav-formatter-v1 h3, .header-nav-formatter-v1 .spp-extra .module-may-we-suggest .wrap, .spp-extra .module-may-we-suggest .header-nav-formatter-v1 .wrap {
    padding-left: 10px;
  }
}
.header-nav-row-v1.active a {
  color: #1A1A1A;
}

.cs-page-section-formatter-v1 {
  overflow: hidden;
  padding-bottom: 40px;
  padding-top: 40px;
}
.related_content_item .cs-page-section-formatter-v1 {
  clear: both;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 0;
  border-top: 1px solid #dbdbdb;
}
.related_content_item .cs-page-section-formatter-v1 h1 p, .related_content_item .cs-page-section-formatter-v1 h1 span, .related_content_item .cs-page-section-formatter-v1 h2 p, .related_content_item .cs-page-section-formatter-v1 .module-benefits .heading-container p, .module-benefits .related_content_item .cs-page-section-formatter-v1 .heading-container p, .module-benefits .heading-container .related_content_item .cs-page-section-formatter-v1 * p, .related_content_item .cs-page-section-formatter-v1 h2 span, .related_content_item .cs-page-section-formatter-v1 .module-benefits .heading-container span, .module-benefits .related_content_item .cs-page-section-formatter-v1 .heading-container span, .module-benefits .heading-container .related_content_item .cs-page-section-formatter-v1 * span {
  margin-top: 0;
  line-height: inherit;
}
.cs-page-section-formatter-v1.gradient-bg {
  background-color: #F6F6F6;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F6F6F6', endColorstr='#FFFFFF');
  /* for IE */
  background: -moz-linear-gradient(center top, #f6f6f6, white) repeat scroll 0 0 transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(white));
}
.cs-page-section-formatter-v1 .outer-wrap, .cs-page-section-formatter-v1 .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .cs-page-section-formatter-v1 h3, .cs-page-section-formatter-v1 .spp-extra .module-may-we-suggest .wrap, .spp-extra .module-may-we-suggest .cs-page-section-formatter-v1 .wrap {
  -moz-box-sizing: border-box;
  margin: 0 auto;
  max-width: 960px;
  overflow: hidden;
  padding: 0;
}
.cs-page-section-formatter-v1 .outer-wrap .cs-page-section, .cs-page-section-formatter-v1 .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3 .cs-page-section, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .cs-page-section-formatter-v1 h3 .cs-page-section, .cs-page-section-formatter-v1 .spp-extra .module-may-we-suggest .wrap .cs-page-section, .spp-extra .module-may-we-suggest .cs-page-section-formatter-v1 .wrap .cs-page-section {
  margin-bottom: 40px;
  position: relative;
}
.related_content_item .cs-page-section-formatter-v1 .outer-wrap .cs-page-section, .related_content_item .cs-page-section-formatter-v1 .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3 .cs-page-section, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .related_content_item .cs-page-section-formatter-v1 h3 .cs-page-section, .related_content_item .cs-page-section-formatter-v1 .spp-extra .module-may-we-suggest .wrap .cs-page-section, .spp-extra .module-may-we-suggest .related_content_item .cs-page-section-formatter-v1 .wrap .cs-page-section {
  margin-bottom: 0;
}
.cs-page-section-formatter-v1 h2, .cs-page-section-formatter-v1 .module-benefits .heading-container, .module-benefits .cs-page-section-formatter-v1 .heading-container, .cs-page-section-formatter-v1 .module-benefits .heading-container *, .module-benefits .heading-container .cs-page-section-formatter-v1 * {
  margin: 0;
}
.cs-page-section-formatter-v1 p {
  font-size: 22px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
}
.cs-page-section-formatter-v1 p a {
  /* removing font-size because it looks odd ...
  font-size: 13px; 
  */
  font-family: "HelveticaNeueLTStd65Medium", Verdana, Arial, Sans-Serif;
}

.customer-care-general-info .module {
  border: none;
}

/* Customer Care Our Consultants PC */
.customer-care-our-online-consultants .cs-page-section-formatter-v1 {
  padding-bottom: 0;
}
.customer-care-our-online-consultants .cs-page-section-formatter-v1 .outer-wrap, .customer-care-our-online-consultants .cs-page-section-formatter-v1 .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .customer-care-our-online-consultants .cs-page-section-formatter-v1 h3, .customer-care-our-online-consultants .cs-page-section-formatter-v1 .spp-extra .module-may-we-suggest .wrap, .spp-extra .module-may-we-suggest .customer-care-our-online-consultants .cs-page-section-formatter-v1 .wrap {
  overflow: visible;
}
.customer-care-our-online-consultants .cs-page-section-formatter-v1 p.sub-heading {
  padding-bottom: 40px;
  margin-top: 0;
}

.customer-care-general-info .cs-page-section-formatter-v1 {
  padding-top: 0;
}
.customer-care-general-info .cs-page-section-formatter-v1 h2, .customer-care-general-info .cs-page-section-formatter-v1 .module-benefits .heading-container, .module-benefits .customer-care-general-info .cs-page-section-formatter-v1 .heading-container, .customer-care-general-info .cs-page-section-formatter-v1 .module-benefits .heading-container *, .module-benefits .heading-container .customer-care-general-info .cs-page-section-formatter-v1 * {
  margin: 40px 0 0;
}
.customer-care-general-info .cs-page-section-formatter-v1 p {
  font-size: 13px;
}

/* My Accout Live Chat Our Consultants PC */
#livechat .account-livechat-transcripts .cs-page-section-formatter-v1 {
  padding-bottom: 0px;
}
#livechat .account-livechat-transcripts .cs-page-section-formatter-v1 .outer-wrap, #livechat .account-livechat-transcripts .cs-page-section-formatter-v1 .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 #livechat .account-livechat-transcripts .cs-page-section-formatter-v1 h3, #livechat .account-livechat-transcripts .cs-page-section-formatter-v1 .spp-extra .module-may-we-suggest .wrap, .spp-extra .module-may-we-suggest #livechat .account-livechat-transcripts .cs-page-section-formatter-v1 .wrap {
  overflow: visible;
}
#livechat .account-livechat-transcripts .cs-page-section-formatter-v1 p.sub-heading {
  padding-bottom: 40px;
  margin-top: 0;
}

/* if browser viewport size is less than 972px */
@media screen and (max-width: 972px) {
  /*@media screen and (max-width: 768px) {*/
  .cs-page-section-formatter-v1 {
    padding-left: 10px;
  }
}
/* Mobile */
.device-mobile .cs-page-section-formatter-v1 p {
  font-size: inherit;
}

.cs-page-section-row-v1 {
  float: left;
  margin: 3% 3% 0 0;
  position: relative;
  width: 297.5px;
  /*31%*/
}
.cs-page-section-row-v1.col3.last {
  margin-right: 0;
}
.cs-page-section-row-v1 .row {
  background: none repeat scroll 0 0 #F5F5F6;
  margin: 0;
  overflow: hidden;
  min-height: 250px;
  padding: 30px 5px 30px 25px;
  position: relative;
}
.cs-page-section-row-v1 h2.section-title, .cs-page-section-row-v1 .module-benefits .section-title.heading-container, .module-benefits .cs-page-section-row-v1 .section-title.heading-container, .cs-page-section-row-v1 .module-benefits .heading-container .section-title, .module-benefits .heading-container .cs-page-section-row-v1 .section-title {
  color: #231F20;
  font-size: 34px;
  line-height: 34px;
  padding: 0;
}
.cs-page-section-row-v1 .section-subtitle {
  font-size: 14px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  height: auto;
  margin: 10px 0 0;
  padding: 0 0 0 20px;
}
.cs-page-section-row-v1 .section-cta {
  position: absolute;
  bottom: 25px;
  padding: 0 5px 0 0;
  width: 100%;
}
.cs-page-section-row-v1 .section-icon {
  display: inline;
  float: left;
  margin: 0 10px 0 0;
  width: 34px;
}
.cs-page-section-row-v1 .section-icon img {
  display: block;
  height: auto;
  width: 100%;
}
.cs-page-section-row-v1 .section-details a {
  font-size: 21px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  line-height: 23px;
  margin-top: 3px;
  text-transform: capitalize;
  width: 80%;
}
.cs-page-section-row-v1 .wrapper-link span {
  background-image: url("/media/export/cms/px.gif");
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

/* if browser viewport size is less than 972px */
@media screen and (max-width: 972px) {
  /*@media screen and (max-width: 768px) {*/
  .cs-page-section-row-v1.col3.last {
    margin-right: 3%;
  }
}
/* pc */
.cs-3-col-row-v1 {
  padding: 10px 0;
  position: relative;
}
.cs-3-col-row-v1.row {
  background: none;
}
.cs-3-col-row-v1 ul {
  margin-left: 15px;
}
.cs-3-col-row-v1 ul li {
  list-style: square outside none;
}
.cs-3-col-row-v1 .customer-care-list {
  overflow: hidden;
}
.cs-3-col-row-v1 .customer-care-list .customer-care-list-item {
  border-left: 1px solid #dbdbdb;
  float: left;
  font-family: "HelveticaNeueLTStd45Light",Arial,Sans-Serif;
  height: auto;
  min-height: 280px;
  padding: 10px 5% 10px 2.5%;
  position: relative;
  width: 50%;
}
.cs-3-col-row-v1 .customer-care-list .customer-care-list-item.first {
  border: medium none;
}
.cs-3-col-row-v1 .customer-care-list .customer-care-list-item .label {
  font-size: 22px;
  line-height: 23px;
  text-transform: capitalize;
}
.cs-3-col-row-v1 .customer-care-list .customer-care-list-item .body-content {
  font-size: 15px;
  height: auto;
  max-height: 100px;
  min-height: 80px;
  overflow-x: hidden;
}
.cs-3-col-row-v1 .customer-care-list .customer-care-list-item .text {
  clear: both;
  font-size: 15px;
  line-height: normal;
  padding: 10px 0;
}
.cs-3-col-row-v1 .customer-care-list .customer-care-list-item .bottom {
  left: 25px;
  position: absolute;
  top: 155px;
}

/* iPad Styles */
@media screen and (max-width: 768px) {
  .cs-3-col-row-v1 .customer-care-list .customer-care-list-item {
    padding-right: 1%;
  }
  .cs-3-col-row-v1 .customer-care-list .customer-care-list-item .label {
    font-size: 2.4em;
  }
  .cs-3-col-row-v1 .customer-care-list .customer-care-list-item .body-content {
    max-height: 130px;
    min-height: 130px;
  }
  .cs-3-col-row-v1 .customer-care-list .customer-care-list-item .text {
    font-size: inherit;
  }
}
.cs-qa-page-tab-v1 {
  display: none;
}
.cs-qa-page-tab-v1.active {
  display: block;
}

.cl-tab-list {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.cl-tab-list li {
  color: #4e4e4e;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  font-weight: 300;
  font-size: 15px;
  cursor: pointer;
  display: inline-block;
  padding: 0 15px;
  height: 25px;
  border-left: 1px solid #dbdbdb;
}
.cl-tab-list li:hover {
  color: #44a07e;
}
.cl-tab-list li, .cl-tab-list li:hover {
  text-decoration: none;
}
.cl-tab-list li.first {
  padding-left: 0px;
  border-left: none;
}
.cl-tab-list li.active {
  color: #44a07e;
}

.cs-qa-page-section-row-v1 {
  height: auto;
  overflow: hidden;
}
.cs-qa-page-section-row-v1.last {
  margin-right: 0;
}
.cs-qa-page-section-row-v1 .row {
  margin: 0;
  overflow: hidden;
}
.cs-qa-page-section-row-v1 .question-col {
  display: inline;
  float: left;
  width: 50%;
  /*480px*/
}
.cs-qa-page-section-row-v1 .answer-col {
  display: inline;
  float: left;
  width: 50%;
  /*480px*/
  border-left: 1px solid #ccc;
}
.cs-qa-page-section-row-v1 .answer-col.default {
  display: block;
  position: absolute;
  right: 0px;
}
.cs-qa-page-section-row-v1 .question {
  color: #1f1f1f;
  font-size: 1.0rem;
  line-height: 24px;
  padding: 7px 7px 3px 18px;
}
.cs-qa-page-section-row-v1 .question:hover, .cs-qa-page-section-row-v1 .question.active {
  background: #F5F5F6;
  cursor: pointer;
}
.cs-qa-page-section-row-v1 .answer {
  font-size: 1rem;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  height: auto;
  line-height: 1.25em;
  margin: 10px 10px 10px 20px;
  max-height: 210px;
  overflow-x: hidden;
  padding: 0 10px 0 0;
}
.cs-qa-page-section-row-v1 .answer p {
  font-size: 1rem;
  line-height: 1.25em;
  margin: 0;
}

/* if browser viewport size is less than 972px */
@media screen and (max-width: 972px) {
  /*@media screen and (max-width: 768px) {*/
  .cs-qa-page-section-row-v1 .question {
    font-size: 1.3rem;
  }
  .cs-qa-page-section-row-v1 .answer {
    font-size: 1rem;
  }
}
/* IE */
.ie8 .cs-qa-page-section-row-v1 .question {
  font-size: 24px;
}
.ie8 .cs-qa-page-section-row-v1 .answer {
  font-size: 20px;
}

.cs-internal-page-section-row-v1 h2.section-title, .cs-internal-page-section-row-v1 .module-benefits .section-title.heading-container, .module-benefits .cs-internal-page-section-row-v1 .section-title.heading-container, .cs-internal-page-section-row-v1 .module-benefits .heading-container .section-title, .module-benefits .heading-container .cs-internal-page-section-row-v1 .section-title {
  background: none repeat scroll 0 0 #F5F5F6;
  color: #231F20;
  font-size: 22px;
  margin: 15px 0 20px;
  padding: 5px 5px 5px 15px;
}
.cs-internal-page-section-row-v1 .section-img img {
  display: block;
  height: auto;
  margin: 40px auto 0;
  width: 98%;
}
.cs-internal-page-section-row-v1 .section-body {
  padding: 0 10px 20px;
}
.cs-internal-page-section-row-v1 .section-body ul, .cs-internal-page-section-row-v1 .section-body ol, .cs-internal-page-section-row-v1 .section-body li {
  padding: 5px 0 0;
}
.cs-internal-page-section-row-v1 .section-body p {
  font-size: 13px;
}
.cs-internal-page-section-row-v1 h2.step-title, .cs-internal-page-section-row-v1 .module-benefits .step-title.heading-container, .module-benefits .cs-internal-page-section-row-v1 .step-title.heading-container, .cs-internal-page-section-row-v1 .module-benefits .heading-container .step-title, .module-benefits .heading-container .cs-internal-page-section-row-v1 .step-title {
  color: #231F20;
  font-size: 21px;
}
.cs-internal-page-section-row-v1 .returnexchange {
  display: inline-block;
}
.cs-internal-page-section-row-v1 .returnexchange .returnexchange-step1,
.cs-internal-page-section-row-v1 .returnexchange .returnexchange-step2,
.cs-internal-page-section-row-v1 .returnexchange .returnexchange-step3 {
  float: left;
  width: 245px;
}
.cs-internal-page-section-row-v1 .returnexchange .returnexchange-step1 p,
.cs-internal-page-section-row-v1 .returnexchange .returnexchange-step2 p,
.cs-internal-page-section-row-v1 .returnexchange .returnexchange-step3 p {
  width: 200px;
}
.cs-internal-page-section-row-v1 .returnexchange .returnexchange-step4 {
  float: right;
  width: 200px;
}
.cs-internal-page-section-row-v1 .returnexchange .returnexchange-step4 p {
  width: 200px;
}

.customer-care-general-info .cs-internal-page-section-row-v1 h2.section-title, .customer-care-general-info .cs-internal-page-section-row-v1 .module-benefits .section-title.heading-container, .module-benefits .customer-care-general-info .cs-internal-page-section-row-v1 .section-title.heading-container, .customer-care-general-info .cs-internal-page-section-row-v1 .module-benefits .heading-container .section-title, .module-benefits .heading-container .customer-care-general-info .cs-internal-page-section-row-v1 .section-title {
  margin-top: 0;
}

/* if browser viewport size is less than 972px */
@media screen and (max-width: 972px) {
  /*@media screen and (max-width: 768px) {*/
  .cs-internal-page-section-row-v1 h2.section-title, .cs-internal-page-section-row-v1 .module-benefits .section-title.heading-container, .module-benefits .cs-internal-page-section-row-v1 .section-title.heading-container, .cs-internal-page-section-row-v1 .module-benefits .heading-container .section-title, .module-benefits .heading-container .cs-internal-page-section-row-v1 .section-title {
    margin-right: 10px;
  }
}
.cs-consultant-profile-row-v1 {
  background: none repeat scroll 0 0 #FFFFFF;
  margin-bottom: 40px;
  overflow: hidden;
}
.cs-consultant-profile-row-v1.shadow {
  -moz-box-shadow: 1px 1px 10px #CCCCCC;
  -o-box-shadow: 1px 1px 10px #CCCCCC;
  -webkit-box-shadow: 1px 1px 10px #CCCCCC;
  box-shadow: 1px 1px 10px #CCCCCC;
}
.cs-consultant-profile-row-v1 .row .col-1, .cs-consultant-profile-row-v1 .row .col-2, .cs-consultant-profile-row-v1 .row .col-3 {
  display: inline;
  float: left;
}
.cs-consultant-profile-row-v1 .row .col-2, .cs-consultant-profile-row-v1 .row .col-3 {
  padding-top: 20px;
}
.cs-consultant-profile-row-v1 .row .col-1 {
  width: 200px;
}
.cs-consultant-profile-row-v1 .row .col-2 {
  padding-left: 15px;
  padding-right: 15px;
  width: 430px;
}
.cs-consultant-profile-row-v1 .row .col-3 {
  width: 320px;
}
.cs-consultant-profile-row-v1 .info {
  color: #1a1a1a;
}
.cs-consultant-profile-row-v1 .info p {
  display: inline;
  font-size: 13px;
  margin: 0;
}
.cs-consultant-profile-row-v1 .row .pic-col .pic {
  border: medium none;
  height: 255px;
  margin: 0;
  padding: 0;
  width: auto;
}
.cs-consultant-profile-row-v1 .row .pic-col .pic img {
  border: medium none;
  height: 100%;
  margin: 0 0 0 -7px;
  padding: 0;
  width: auto;
}
.cs-consultant-profile-row-v1 .row .name-col .name h2, .cs-consultant-profile-row-v1 .row .name-col .name .module-benefits .heading-container, .module-benefits .cs-consultant-profile-row-v1 .row .name-col .name .heading-container, .cs-consultant-profile-row-v1 .row .name-col .name .module-benefits .heading-container *, .module-benefits .heading-container .cs-consultant-profile-row-v1 .row .name-col .name * {
  padding-bottom: 15px;
  padding-top: 0;
}
.cs-consultant-profile-row-v1 .row .skin-type-col .skin-type {
  border: medium none;
  padding: 0 0 20px;
}
.cs-consultant-profile-row-v1 .row .fav-tip-col {
  font-size: 12px;
  height: auto;
  max-height: 100px;
  overflow-x: hidden;
  padding: 0 10px 0 0;
}
.cs-consultant-profile-row-v1 .row .col-3 .top-3-product-heading {
  font-size: 1.4rem;
  padding-bottom: 25px;
}
.cs-consultant-profile-row-v1 .row .col-3 .product .product-image, .cs-consultant-profile-row-v1 .row .col-3 .product .product-info {
  display: inline;
  float: left;
}
.cs-consultant-profile-row-v1 .row .col-3 .product .product-image {
  clear: left;
  margin-right: 10px;
  width: 40px;
}
.cs-consultant-profile-row-v1 .row .col-3 .product .product-image img {
  height: auto;
  width: 100%;
}
.cs-consultant-profile-row-v1 .row .col-3 .product .product-info {
  width: 160px;
}
.cs-consultant-profile-row-v1 .row .col-3 .product .product-info .product-title {
  margin: 5px 0 0;
}
.cs-consultant-profile-row-v1 .row .col-3 .product .product-info .product-title a {
  color: #1a1a1a;
}
.cs-consultant-profile-row-v1 .row .product1-col, .cs-consultant-profile-row-v1 .row .product2-col {
  margin: 0 0 10px 10px;
  overflow: hidden;
  position: relative;
}
.cs-consultant-profile-row-v1 .row .product3-col {
  margin: 0 0 10px 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
}
.cs-consultant-profile-row-v1 .row .product1-col .product, .cs-consultant-profile-row-v1 .row .product2-col .product, .cs-consultant-profile-row-v1 .row .product3-col .product {
  overflow: hidden;
  width: 100%;
}
.cs-consultant-profile-row-v1 .product .btn-quickview {
  display: none;
}
.cs-consultant-profile-row-v1 .product:hover .btn-quickview {
  background-color: #FFF;
  border: 1px solid #989898;
  bottom: 15px;
  color: #989898;
  /*color:#808080;*/
  cursor: pointer;
  display: block;
  font-weight: normal;
  right: 0;
  position: absolute;
  text-transform: uppercase;
  z-index: 100;
}
.cs-consultant-profile-row-v1 .product:hover .btn-quickview:hover {
  color: #5dba98;
  border-color: #5dba98;
}

/* IE */
.ie8 .cs-consultant-profile-row-v1.shadow {
  border: 1px solid #f0f0f0;
  -moz-box-shadow: 1px 1px 10px #CCCCCC;
  -o-box-shadow: 1px 1px 10px #CCCCCC;
  -webkit-box-shadow: 1px 1px 10px #CCCCCC;
  box-shadow: 1px 1px 10px #CCCCCC;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#CCCCCC')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#CCCCCC');
}

/* if browser viewport size is less than 972px */
@media screen and (max-width: 972px) {
  .cs-consultant-profile-row-v1 .row .col-2 {
    height: 255px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    width: 535px;
  }
  .cs-consultant-profile-row-v1 .row .col-3 {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    width: 535px;
  }
  .cs-consultant-profile-row-v1 .row .col-3 .product .product-info {
    width: auto;
  }
  .cs-consultant-profile-row-v1 .row .col-3 .product .product-info .product-title {
    margin: 6% 0 0;
  }
}
.taaz-landing {
  margin: 0 auto;
  max-width: 1008px;
  padding: 0 24px;
}
.taaz-landing .taaz-top-container {
  padding-top: 21px;
  position: relative;
  max-width: 650px;
}
.taaz-landing .taaz-top-container .loading-status {
  position: absolute;
  left: 750px;
  top: 200px;
  height: 60px;
  width: 60px;
}
.taaz-landing .taaz-top-container .taaz-product-title {
  color: #231F20;
  font-family: 'Helvetica_Neue_LT_Std_Thin',Sans-Serif;
  font-size: 22px;
  font-weight: 100;
  left: 650px;
  position: absolute;
  top: 60px;
  width: 200px;
}
.taaz-landing .taaz-top-container .taaz-products {
  position: absolute;
  left: 650px;
  top: 90px;
  padding: 10px;
}
.taaz-landing .taaz-top-container .taaz-products .product-tout.selected {
  border: 1px solid #5EB896;
}
.taaz-landing .taaz-top-container .taaz-products .product-tout.selected.first {
  border-bottom: none;
}
.taaz-landing .taaz-top-container .taaz-products .product-tout.selected.last {
  border-top: none;
}
.taaz-landing .taaz-top-container .taaz-products .product-tout.selected.middle {
  border-top: none;
  border-bottom: none;
}
.taaz-landing .taaz-top-container .taaz-products .product-tout {
  border: 1px solid #FFFFFF;
  padding-top: 5px;
  height: 88px;
  width: 300px;
  position: relative;
}
.taaz-landing .taaz-top-container .taaz-products .product-tout .product-name {
  display: inline;
}
.taaz-landing .taaz-top-container .taaz-products .product-tout div.product-image {
  float: left;
}
.taaz-landing .taaz-top-container .taaz-products .product-tout .shades {
  display: inline;
}
.taaz-landing .taaz-top-container .taaz-products .product-tout .shades .shade {
  display: inline;
}
.taaz-landing .taaz-top-container .taaz-products .product-tout .shades .shade .shade-name {
  vertical-align: top;
  display: inline;
}
.taaz-landing .taaz-top-container .taaz-products .product-tout .btn-quickview {
  display: none;
}
.taaz-landing .taaz-top-container .taaz-products .product-tout:hover .btn-quickview {
  background-color: #FFF;
  border: 1px solid #989898;
  bottom: 15px;
  color: #989898;
  cursor: pointer;
  display: block;
  font-weight: normal;
  right: 0;
  position: absolute;
  text-transform: uppercase;
  z-index: 100;
}
.taaz-landing .taaz-top-container .taaz-products .product-tout:hover .btn-quickview:hover {
  color: #5dba98;
  border-color: #5dba98;
}
.taaz-landing .taaz-top-container .taaz-nav {
  padding-left: 20px;
}
.taaz-landing .taaz-top-container .taaz-nav > a {
  font-weight: 600;
}
.taaz-landing .taaz-top-container .taaz-nav a.selected-look {
  color: #808080;
  cursor: default;
}
.taaz-landing .taaz-top-container .taaz-nav div.taaz-banner {
  display: block;
  padding-top: 18px;
}
.taaz-landing .taaz-top-container .taaz-nav div, .taaz-landing .taaz-top-container .taaz-nav div:after {
  display: inline;
}
.taaz-landing .taaz-top-container .taaz-nav div:after {
  display: inline;
  content: none;
}
.taaz-landing .taaz-top-container .taaz-nav div.looks {
  display: block;
  font-size: 22px;
  font-weight: 200;
  padding-top: 16px;
  padding-left: 20px;
  padding-bottom: 46px;
}
.taaz-landing .taaz-top-container .taaz-nav div.looks a {
  border-left: 1px solid #808080;
  padding-left: 15px;
  padding-right: 15px;
}
.taaz-landing .taaz-top-container .taaz-nav div.looks a:first-child {
  border: none;
  padding-left: 0;
}
.taaz-landing .taaz-top-container .taaz-summary {
  float: right;
  border: 1px solid #a9a9a9;
  height: 102px;
  padding: 10px;
}
.taaz-landing .taaz-top-container .taaz-summary .left {
  float: left;
  padding-right: 10px;
}
.taaz-landing .taaz-top-container .taaz-summary .right {
  float: right;
}
.taaz-landing .taaz-top-container .taaz-summary .right p {
  padding: 0;
  margin: 0;
}
.taaz-landing .taaz-top-container .taaz-summary .right price {
  font-weight: 700;
  line-height: 20px;
}

.shoppable-ad-v1 #quickshop {
  width: 400px;
  background-color: white;
}
.shoppable-ad-v1 #quickshop .shades {
  border-top: none;
  padding-top: 0px;
}
.shoppable-ad-v1 #quickshop .shades .col1 {
  width: 41% !important;
  min-height: 150px;
  margin: 0px !important;
  float: left !important;
}
.shoppable-ad-v1 #quickshop .shades .col2 {
  width: 58% !important;
  margin: 0px !important;
  float: right !important;
}
.shoppable-ad-v1 #quickshop .price {
  border-top: none;
}

.shoppable-ad-v1 .sa-product .custom-text {
  display: none;
}
.shoppable-ad-v1 #quickshop.v2 {
  width: 500px;
  background-color: white;
}
.shoppable-ad-v1 #quickshop.v2 .shades {
  border-top: none;
  padding-top: 0px;
}
.shoppable-ad-v1 #quickshop.v2 .shades .shade-dd {
  font-family: "HelveticaNeueLTStd65Medium", Verdana, Arial, Sans-Serif;
}
.shoppable-ad-v1 #quickshop.v2 .shades .col1 {
  width: 29% !important;
  min-height: 150px;
  margin: 0px !important;
  float: left !important;
}
.shoppable-ad-v1 #quickshop.v2 .shades .col2 {
  width: 65% !important;
  margin: 0px !important;
  float: right !important;
}
.shoppable-ad-v1 #quickshop.v2 .shades .col2 .shade-chooser {
  display: none;
}
.shoppable-ad-v1 #quickshop.v2 .custom-text {
  display: block;
}
.shoppable-ad-v1 #quickshop.v2 .price {
  border-top: none;
}

.a-vs-b-module-v1 {
  margin: 0 auto;
}
.related_content_item .a-vs-b-module-v1 {
  clear: both;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 0;
  border-top: 1px solid #dbdbdb;
  padding-bottom: 0;
}
.related_content_item .a-vs-b-module-v1:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
* html .related_content_item .a-vs-b-module-v1 {
  zoom: 1;
}
*:first-child + html .related_content_item .a-vs-b-module-v1 {
  zoom: 1;
}
.related_content_item .a-vs-b-module-v1 h1 p, .related_content_item .a-vs-b-module-v1 h1 span, .related_content_item .a-vs-b-module-v1 h2 p, .related_content_item .a-vs-b-module-v1 .module-benefits .heading-container p, .module-benefits .related_content_item .a-vs-b-module-v1 .heading-container p, .module-benefits .heading-container .related_content_item .a-vs-b-module-v1 * p, .related_content_item .a-vs-b-module-v1 h2 span, .related_content_item .a-vs-b-module-v1 .module-benefits .heading-container span, .module-benefits .related_content_item .a-vs-b-module-v1 .heading-container span, .module-benefits .heading-container .related_content_item .a-vs-b-module-v1 * span {
  margin-top: 0;
  line-height: inherit;
}
.a-vs-b-module-v1 h3 {
  font-size: 24px;
}
.a-vs-b-module-v1 .subheading {
  width: auto;
}
.a-vs-b-module-v1 .subheading p {
  margin: 0;
  font-size: 15px;
  line-height: 1.2;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  color: #231f20;
  line-height: 17px;
}
.a-vs-b-module-v1 .heading h2, .a-vs-b-module-v1 .heading .module-benefits .heading-container, .module-benefits .a-vs-b-module-v1 .heading .heading-container, .a-vs-b-module-v1 .heading .module-benefits .heading-container *, .module-benefits .heading-container .a-vs-b-module-v1 .heading * {
  margin: 0 0 5px;
}
.a-vs-b-module-v1 .heading h2 span, .a-vs-b-module-v1 .heading .module-benefits .heading-container span, .module-benefits .a-vs-b-module-v1 .heading .heading-container span, .module-benefits .heading-container .a-vs-b-module-v1 .heading * span {
  font-size: 36px;
}
.a-vs-b-module-v1 .col1 {
  float: left;
  width: 20%;
  margin-top: 2%;
}
.a-vs-b-module-v1 .col1 ul {
  width: 80%;
}
.a-vs-b-module-v1 .col1 ul li {
  border-bottom: 1px solid #9d9d9d;
  line-height: 21px;
  padding: 5px 0 5px;
}
.a-vs-b-module-v1 .col1 ul li a {
  text-decoration: none;
  color: #231f20;
  font-size: 15px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
}
.a-vs-b-module-v1 .col1 ul li a:hover {
  color: #ff6699;
  text-decoration: none;
}
.a-vs-b-module-v1 .col1 ul li:last-child {
  border: 0;
}
.a-vs-b-module-v1 .col2 {
  float: right;
  width: 76%;
  margin-top: -2%;
  position: relative;
}
.a-vs-b-module-v1 .col2 .product-a, .a-vs-b-module-v1 .col2 .product-b {
  float: left;
  position: relative;
  width: 24%;
  top: 150px;
  font-size: 32px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  color: black;
}
.a-vs-b-module-v1 .col2 .product-a {
  padding-left: 0px;
  text-align: right;
}
.a-vs-b-module-v1 .col2 .img-container {
  display: inline;
  float: left;
  padding: 0 45px;
  max-width: 360px;
}
.a-vs-b-module-v1 .col2 .img-container .product-image1, .a-vs-b-module-v1 .col2 .img-container .product-image2 {
  max-width: 100%;
  vertical-align: bottom;
}
.a-vs-b-module-v1 .col2 .img-container .product-image2 {
  padding-left: 15px;
}
.a-vs-b-module-v1 .col2 p.shop_chubby_stick {
  position: absolute;
  bottom: 43px;
  right: 264px;
  color: #94298c;
}
.a-vs-b-module-v1 .col2 .b-product-link-container {
  position: absolute;
  bottom: 40px;
  right: 0;
  color: #5dba98;
}
.a-vs-b-module-v1 .col2 .b-product-link-container a {
  color: inherit;
}
.a-vs-b-module-v1 span {
  color: #1a1a1a;
}

.module-benefits {
  background: #fbeff8 left top repeat-x;
  margin: 0 auto;
  overflow: hidden;
  padding: 40px 0;
}
.related_content_item .module-benefits {
  clear: both;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 0;
  border-top: 1px solid #dbdbdb;
}
.related_content_item .module-benefits:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
* html .related_content_item .module-benefits {
  zoom: 1;
}
*:first-child + html .related_content_item .module-benefits {
  zoom: 1;
}
.related_content_item .module-benefits h1 p, .related_content_item .module-benefits h1 span, .related_content_item .module-benefits h2 p, .related_content_item .module-benefits .heading-container p, .related_content_item .module-benefits h2 span, .related_content_item .module-benefits .heading-container span {
  margin-top: 0;
  line-height: inherit;
}
.module-benefits h2, .module-benefits .heading-container, .module-benefits .heading-container * {
  margin: 0 0 15px;
}
.module-benefits .view-large li.box {
  width: 320px;
  display: block;
  float: left;
  padding: 5px 90px 0 0;
  color: black;
  font-size: 15px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  margin-right: 0px;
}
.module-benefits li.box.hidden {
  display: none;
}
.module-benefits li.box img {
  padding: 15px 0;
}
.module-benefits li.box.last_step {
  margin: 0 0 15px;
}
.module-benefits ul li.box ul, .module-benefits ul li.box ol {
  list-style: initial;
}

.module-how-use-img {
  margin: 0 auto;
  padding: 0px;
}
.related_content_item .module-how-use-img {
  clear: both;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 0;
  border-top: 1px solid #dbdbdb;
  background: #fff;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 23%, #f7f7f7 89%);
  background: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0.23, white), color-stop(0.89, #f7f7f7));
  background: -webkit-linear-gradient(top, white 23%, #f7f7f7 89%);
  background: -o-linear-gradient(top, white 23%, #f7f7f7 89%);
  background: -ms-linear-gradient(top, white 23%, #f7f7f7 89%);
  background: linear-gradient(to bottom, #ffffff 23%, #f7f7f7 89%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0 );
}
.related_content_item .module-how-use-img:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
* html .related_content_item .module-how-use-img {
  zoom: 1;
}
*:first-child + html .related_content_item .module-how-use-img {
  zoom: 1;
}
.related_content_item .module-how-use-img h1 p, .related_content_item .module-how-use-img h1 span, .related_content_item .module-how-use-img h2 p, .related_content_item .module-how-use-img .module-benefits .heading-container p, .module-benefits .related_content_item .module-how-use-img .heading-container p, .module-benefits .heading-container .related_content_item .module-how-use-img * p, .related_content_item .module-how-use-img h2 span, .related_content_item .module-how-use-img .module-benefits .heading-container span, .module-benefits .related_content_item .module-how-use-img .heading-container span, .module-benefits .heading-container .related_content_item .module-how-use-img * span {
  margin-top: 0;
  line-height: inherit;
}
.module-how-use-img .page-spp {
  padding: 50px 24px 0;
}
.module-how-use-img #how-use-img {
  float: left;
  width: 215px;
}
.module-how-use-img .how-use-head {
  font-size: 35px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
}
.module-how-use-img .how-use-head * {
  margin-top: 0;
  line-height: inherit;
}
.module-how-use-img .how-use-step {
  width: 420px;
  font-size: 15px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  float: left;
}
.module-how-use-img .how-use-step ul {
  list-style: disc;
}
.module-how-use-img .how-use-step ul li {
  margin: 6px 0 0 0;
}
.module-how-use-img .how-use-step ul li:first-child {
  margin: 0px;
}
.module-how-use-img .how-use-step1 {
  font-size: 13px;
  width: 185px;
  margin: 6px 0 0 6px;
}
.module-how-use-img .how-use-step1 ul {
  list-style: disc;
  margin-left: 20px;
}

.meet-clinique-diagnostics-item-v1 h3 {
  color: #231f20;
  font-size: 22px !important;
  line-height: 1 !important;
  margin: 0 0 5px 0 !important;
}
.meet-clinique-diagnostics-item-v1 .subtitle {
  font-size: 15px;
  line-height: 1;
}
.meet-clinique-diagnostics-item-v1 .button {
  margin: 15px 0 0 0;
}
.meet-clinique-diagnostics-item-v1 .tout-image {
  text-align: center;
}
.meet-clinique-diagnostics-item-v1 .tout-image img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
}

.item .meet-clinique-diagnostics-item-v1 {
  padding: 0 5% 0 0;
}
.item .meet-clinique-diagnostics-item-v1 .tout-image {
  float: left;
  width: 65%;
}

.item-last .meet-clinique-diagnostics-item-v1 {
  padding: 0 0 0 5%;
}

.clinique-spp-slider-v1 .slider-thumb {
  width: 412px;
}
.clinique-spp-slider-v1 .slider-thumb .slider-thumb-img {
  float: left;
  width: 115px;
  height: 158px;
}
.clinique-spp-slider-v1 .slider-thumb .slider-thumb-img p {
  line-height: 1.2em;
  font-size: 13px;
  font-family: "HelveticaNeueLTStd55Roman", Arial, Sans-Serif;
}
.clinique-spp-slider-v1 .slider-thumb .slider-thumb-img p b {
  font-family: "HelveticaNeueLTStd65Medium", Verdana, Arial, Sans-Serif;
  color: #111111;
}
.clinique-spp-slider-v1 .slider-large {
  padding: 0 10px;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
}
.clinique-spp-slider-v1 .slider-large .changeable {
  height: 620px;
}
.clinique-spp-slider-v1 .covered {
  position: relative;
}
.clinique-spp-slider-v1 .slider-large1 {
  height: 620px;
  width: 560px;
}
.clinique-spp-slider-v1 .handle:hover, .clinique-spp-slider-v1 .handle .draggable {
  cursor: ew-resize;
}
.clinique-spp-slider-v1 .handle .draggable img {
  -webkit-transition: .1s ease-out;
  -moz-transition: .1s ease-out;
  -ms-transition: .1s ease-out;
  -o-transition: .1s ease-out;
  transition: .1s ease-out;
}

.cl-spp-slider-formatter-v1 {
  background: url("/media/images/SPP_Slider/cc_cream_slider_gradient.png") no-repeat scroll 0 0 transparent;
  background-size: cover;
}
.related_content_item .cl-spp-slider-formatter-v1 {
  clear: both;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 0;
  border-top: 1px solid #dbdbdb;
  padding-top: 0;
  padding-bottom: 0;
}
.related_content_item .cl-spp-slider-formatter-v1 h1 p, .related_content_item .cl-spp-slider-formatter-v1 h1 span, .related_content_item .cl-spp-slider-formatter-v1 h2 p, .related_content_item .cl-spp-slider-formatter-v1 .module-benefits .heading-container p, .module-benefits .related_content_item .cl-spp-slider-formatter-v1 .heading-container p, .module-benefits .heading-container .related_content_item .cl-spp-slider-formatter-v1 * p, .related_content_item .cl-spp-slider-formatter-v1 h2 span, .related_content_item .cl-spp-slider-formatter-v1 .module-benefits .heading-container span, .module-benefits .related_content_item .cl-spp-slider-formatter-v1 .heading-container span, .module-benefits .heading-container .related_content_item .cl-spp-slider-formatter-v1 * span {
  margin-top: 0;
  line-height: inherit;
}
.cl-spp-slider-formatter-v1 h2, .cl-spp-slider-formatter-v1 .module-benefits .heading-container, .module-benefits .cl-spp-slider-formatter-v1 .heading-container, .cl-spp-slider-formatter-v1 .module-benefits .heading-container *, .module-benefits .heading-container .cl-spp-slider-formatter-v1 * {
  width: 400px;
  margin-bottom: 15px;
}
.cl-spp-slider-formatter-v1 p {
  width: 320px;
  margin-bottom: 30px;
  color: black;
}
.cl-spp-slider-formatter-v1 span.slider-formatter-img {
  position: absolute;
  right: 48px;
  top: 100px;
}
.cl-spp-slider-formatter-v1 span.slider-formatter-before-text {
  position: absolute;
  right: 500px;
  bottom: 80px;
  color: #666;
  font-size: 18px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
}
.cl-spp-slider-formatter-v1 .outer-wrap, .cl-spp-slider-formatter-v1 .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .cl-spp-slider-formatter-v1 h3, .cl-spp-slider-formatter-v1 .spp-extra .module-may-we-suggest .wrap, .spp-extra .module-may-we-suggest .cl-spp-slider-formatter-v1 .wrap {
  position: relative;
  padding-top: 56px;
  height: 620px;
}
.cl-spp-slider-formatter-v1 .outer-wrap h2, .cl-spp-slider-formatter-v1 .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3 h2, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .cl-spp-slider-formatter-v1 h3 h2, .cl-spp-slider-formatter-v1 .spp-extra .module-may-we-suggest .wrap h2, .spp-extra .module-may-we-suggest .cl-spp-slider-formatter-v1 .wrap h2, .cl-spp-slider-formatter-v1 .outer-wrap .module-benefits .heading-container, .module-benefits .cl-spp-slider-formatter-v1 .outer-wrap .heading-container, .cl-spp-slider-formatter-v1 .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3 .module-benefits .heading-container, .module-benefits .cl-spp-slider-formatter-v1 .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3 .heading-container, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .cl-spp-slider-formatter-v1 h3 .module-benefits .heading-container, .module-benefits .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .cl-spp-slider-formatter-v1 h3 .heading-container, .cl-spp-slider-formatter-v1 .spp-extra .module-may-we-suggest .wrap .module-benefits .heading-container, .module-benefits .cl-spp-slider-formatter-v1 .spp-extra .module-may-we-suggest .wrap .heading-container, .spp-extra .module-may-we-suggest .cl-spp-slider-formatter-v1 .wrap .module-benefits .heading-container, .module-benefits .spp-extra .module-may-we-suggest .cl-spp-slider-formatter-v1 .wrap .heading-container, .cl-spp-slider-formatter-v1 .outer-wrap .module-benefits .heading-container *, .module-benefits .heading-container .cl-spp-slider-formatter-v1 .outer-wrap *, .cl-spp-slider-formatter-v1 .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3 .module-benefits .heading-container *, .module-benefits .heading-container .cl-spp-slider-formatter-v1 .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3 *, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .cl-spp-slider-formatter-v1 h3 .module-benefits .heading-container *, .module-benefits .heading-container .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .cl-spp-slider-formatter-v1 h3 *, .cl-spp-slider-formatter-v1 .spp-extra .module-may-we-suggest .wrap .module-benefits .heading-container *, .module-benefits .heading-container .cl-spp-slider-formatter-v1 .spp-extra .module-may-we-suggest .wrap *, .spp-extra .module-may-we-suggest .cl-spp-slider-formatter-v1 .wrap .module-benefits .heading-container *, .module-benefits .heading-container .spp-extra .module-may-we-suggest .cl-spp-slider-formatter-v1 .wrap * {
  margin-bottom: 8px;
}
.cl-spp-slider-formatter-v1 .outer-wrap p, .cl-spp-slider-formatter-v1 .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3 p, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .cl-spp-slider-formatter-v1 h3 p, .cl-spp-slider-formatter-v1 .spp-extra .module-may-we-suggest .wrap p, .spp-extra .module-may-we-suggest .cl-spp-slider-formatter-v1 .wrap p {
  font-size: 15px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
}
.cl-spp-slider-formatter-v1 .handle {
  position: absolute;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  margin-top: -23px;
  border-radius: 50%;
  text-align: center;
  left: 895px;
  top: 16px;
}
.cl-spp-slider-formatter-v1 .handle img {
  display: inline-block;
  color: black;
  -webkit-transition: .1s ease-out;
  -moz-transition: .1s ease-out;
  -ms-transition: .1s ease-out;
  -o-transition: .1s ease-out;
  transition: .1s ease-out;
}

.what-people-are-saying-module-v1 {
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
}
.related_content_item .what-people-are-saying-module-v1 {
  clear: both;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 0;
  border-top: 1px solid #dbdbdb;
  padding-bottom: 0;
}
.related_content_item .what-people-are-saying-module-v1 h1 p, .related_content_item .what-people-are-saying-module-v1 h1 span, .related_content_item .what-people-are-saying-module-v1 h2 p, .related_content_item .what-people-are-saying-module-v1 .module-benefits .heading-container p, .module-benefits .related_content_item .what-people-are-saying-module-v1 .heading-container p, .module-benefits .heading-container .related_content_item .what-people-are-saying-module-v1 * p, .related_content_item .what-people-are-saying-module-v1 h2 span, .related_content_item .what-people-are-saying-module-v1 .module-benefits .heading-container span, .module-benefits .related_content_item .what-people-are-saying-module-v1 .heading-container span, .module-benefits .heading-container .related_content_item .what-people-are-saying-module-v1 * span {
  margin-top: 0;
  line-height: inherit;
}
.what-people-are-saying-module-v1 .heading {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.what-people-are-saying-module-v1 .heading h2, .what-people-are-saying-module-v1 .heading .module-benefits .heading-container, .module-benefits .what-people-are-saying-module-v1 .heading .heading-container, .what-people-are-saying-module-v1 .heading .module-benefits .heading-container *, .module-benefits .heading-container .what-people-are-saying-module-v1 .heading * {
  font-size: 36px;
  margin-left: 0;
}
.what-people-are-saying-module-v1 .shades .shade-dd-menu {
  float: left;
  overflow: hidden;
  width: 29%;
}
.what-people-are-saying-module-v1 .shades .col1 {
  float: right;
  margin: 0 10px 0 0;
  width: 146px;
}
.what-people-are-saying-module-v1 .smoosh-wrapper {
  height: 146px;
  width: 146px;
}
.what-people-are-saying-module-v1 .shade-chooser {
  overflow: hidden;
  position: relative;
}
.what-people-are-saying-module-v1 .shade-chooser .slides {
  height: auto;
  max-height: 330px;
  overflow: hidden;
}
.what-people-are-saying-module-v1 .shade-chooser .slides li {
  display: inline-block;
  height: 330px;
}
.what-people-are-saying-module-v1 .shade-chooser .slides li img {
  height: auto;
}
.what-people-are-saying-module-v1 .shade-chooser .shade-box {
  display: inline-block;
  height: 330px;
  position: relative;
}
.what-people-are-saying-module-v1 .shade-chooser .shade-box.active, .what-people-are-saying-module-v1 .shade-chooser .shade-box:hover {
  margin-bottom: 0;
}
.what-people-are-saying-module-v1 .shade-chooser li .shade-box img {
  cursor: pointer;
  position: absolute;
  bottom: -50px;
}
.what-people-are-saying-module-v1 .shade-chooser li .shade-box.active img {
  cursor: default;
}
.what-people-are-saying-module-v1 .manual-reviews {
  color: #231f20;
  float: left;
  font-size: 20px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  height: 185px;
  margin: 10px 10px 10px 10px;
  overflow: hidden;
  width: 58%;
}
.what-people-are-saying-module-v1 .manual-reviews .product-title {
  font-weight: bold;
}
.what-people-are-saying-module-v1 .manual-reviews .manual-review {
  height: auto;
  min-height: 75px;
}
.what-people-are-saying-module-v1 .manual-reviews .wrapper {
  overflow: hidden;
}
.what-people-are-saying-module-v1 .manual-reviews .wrapper .shade-box {
  height: 34px;
  margin: 10px 10px 10px 0;
  width: 34px;
}
.what-people-are-saying-module-v1 .manual-reviews .wrapper .price {
  font-size: 18px;
}
.what-people-are-saying-module-v1 .manual-reviews .wrapper .shade-name {
  font-size: 13px;
  font-family: "HelveticaNeueLTStd55Roman", Arial, Sans-Serif;
  margin: 10px 0 0 0;
  width: 20px;
  float: left;
}
.what-people-are-saying-module-v1 .manual-reviews .left {
  clear: both;
  display: inline;
  float: left;
}
.what-people-are-saying-module-v1 .manual-reviews .right {
  display: inline;
  float: right;
}
.what-people-are-saying-module-v1 .manual-reviews p, .what-people-are-saying-module-v1 .manual-reviews .manual-review-content {
  color: #231f20;
  display: inline;
  font-size: 20px;
  margin: 0;
  width: 57%;
  line-height: 1;
}
.what-people-are-saying-module-v1 .manual-reviews .reviewer {
  color: #666;
  font-size: 16px;
  font-family: "HelveticaNeueLTStd65Medium", Verdana, Arial, Sans-Serif;
  letter-spacing: -1px;
  text-transform: lowercase;
}
.what-people-are-saying-module-v1 a.button.add-to-bag, .what-people-are-saying-module-v1 input.add-to-bag.form-submit,
.what-people-are-saying-module-v1 input.add-to-bag.button[type='submit'] {
  font-size: 0.65em;
  height: auto;
  line-height: 1.6;
}

/* Reviews */
/* Flexslider */
.try-it-on-formatter-v1 {
  position: relative;
}
.related_content_item .try-it-on-formatter-v1 {
  clear: both;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 0;
  border-top: 1px solid #dbdbdb;
  padding: 0;
}
.related_content_item .try-it-on-formatter-v1 h1 p, .related_content_item .try-it-on-formatter-v1 h1 span, .related_content_item .try-it-on-formatter-v1 h2 p, .related_content_item .try-it-on-formatter-v1 .module-benefits .heading-container p, .module-benefits .related_content_item .try-it-on-formatter-v1 .heading-container p, .module-benefits .heading-container .related_content_item .try-it-on-formatter-v1 * p, .related_content_item .try-it-on-formatter-v1 h2 span, .related_content_item .try-it-on-formatter-v1 .module-benefits .heading-container span, .module-benefits .related_content_item .try-it-on-formatter-v1 .heading-container span, .module-benefits .heading-container .related_content_item .try-it-on-formatter-v1 * span {
  margin-top: 0;
  line-height: inherit;
}
.try-it-on-formatter-v1 .try-it-on-image {
  background-position: right top;
  background-repeat: no-repeat;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.try-it-on-formatter-v1 .outer-wrap, .try-it-on-formatter-v1 .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .try-it-on-formatter-v1 h3, .try-it-on-formatter-v1 .spp-extra .module-may-we-suggest .wrap, .spp-extra .module-may-we-suggest .try-it-on-formatter-v1 .wrap {
  padding: 65px 0;
  position: relative;
  z-index: 2;
}
.try-it-on-formatter-v1 .subtitle {
  color: #231f20;
  font-size: 22px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
}
.try-it-on-formatter-v1 .swatches {
  margin: 10px 0 25px 0;
  overflow: hidden;
}
.try-it-on-formatter-v1 .swatches .swatch {
  border: 4px solid transparent;
  cursor: pointer;
  float: left;
  margin: 0 8px 8px 0;
  height: 70px;
  width: 70px;
}
.try-it-on-formatter-v1 .swatches .swatch.active, .try-it-on-formatter-v1 .swatches .swatch:hover {
  border-color: #808080;
}
.try-it-on-formatter-v1 .swatch-button .price {
  font-size: 18px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  color: #231f20;
  margin-bottom: 10px;
}
.try-it-on-formatter-v1 .shade-item {
  display: none;
}

.cl-spp-why-change-v1 {
  font-size: 15px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  margin-bottom: 0px;
  color: black;
}
.related_content_item .cl-spp-why-change-v1 {
  clear: both;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 0;
  border-top: 1px solid #dbdbdb;
  padding-top: 0;
}
.related_content_item .cl-spp-why-change-v1 h1 p, .related_content_item .cl-spp-why-change-v1 h1 span, .related_content_item .cl-spp-why-change-v1 h2 p, .related_content_item .cl-spp-why-change-v1 .module-benefits .heading-container p, .module-benefits .related_content_item .cl-spp-why-change-v1 .heading-container p, .module-benefits .heading-container .related_content_item .cl-spp-why-change-v1 * p, .related_content_item .cl-spp-why-change-v1 h2 span, .related_content_item .cl-spp-why-change-v1 .module-benefits .heading-container span, .module-benefits .related_content_item .cl-spp-why-change-v1 .heading-container span, .module-benefits .heading-container .related_content_item .cl-spp-why-change-v1 * span {
  margin-top: 0;
  line-height: inherit;
}
.cl-spp-why-change-v1 .why-cange-col1 {
  float: left;
  width: 60%;
  margin-top: 64px;
  color: #231f20;
}
.cl-spp-why-change-v1 .why-cange-col1 .why-change-head {
  width: 545px;
}
.cl-spp-why-change-v1 .why-cange-col1 .why-change-head h2, .cl-spp-why-change-v1 .why-cange-col1 .why-change-head .module-benefits .heading-container, .module-benefits .cl-spp-why-change-v1 .why-cange-col1 .why-change-head .heading-container, .cl-spp-why-change-v1 .why-cange-col1 .why-change-head .module-benefits .heading-container *, .module-benefits .heading-container .cl-spp-why-change-v1 .why-cange-col1 .why-change-head * {
  margin: 0px;
}
.cl-spp-why-change-v1 .why-cange-col1 .why-change-head p span {
  font-size: 22px;
  line-height: 1em !important;
}
.cl-spp-why-change-v1 .why-cange-col1 img {
  float: right;
}
.cl-spp-why-change-v1 .why-cange-col1 .why-change-text {
  font-size: 22px;
  padding-bottom: 60px;
}
.cl-spp-why-change-v1 .why-cange-col1 .why-change-text ul li {
  background: url("/media/images/products/cl_dot.png") no-repeat scroll 0 12px transparent;
  padding-left: 20px;
}
.cl-spp-why-change-v1 .why-cange-col1 .why-change-text p {
  margin: 1.1em 0 0;
  font-size: 22px;
}
.cl-spp-why-change-v1 .why-cange-col2 {
  float: right;
  width: 380px;
}

.multi-power-couples-main-v1 {
  margin: 20px auto;
}
.related_content_item .multi-power-couples-main-v1 {
  clear: both;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 0;
  border-top: 1px solid #dbdbdb;
  margin-top: 0;
  margin-bottom: 0;
}
.related_content_item .multi-power-couples-main-v1 .outer-wrap:after, .related_content_item .multi-power-couples-main-v1 .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3:after, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .related_content_item .multi-power-couples-main-v1 h3:after, .related_content_item .multi-power-couples-main-v1 .spp-extra .module-may-we-suggest .wrap:after, .spp-extra .module-may-we-suggest .related_content_item .multi-power-couples-main-v1 .wrap:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
* html .related_content_item .multi-power-couples-main-v1 .outer-wrap, * html .related_content_item .multi-power-couples-main-v1 .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 * html .related_content_item .multi-power-couples-main-v1 h3, * html .related_content_item .multi-power-couples-main-v1 .spp-extra .module-may-we-suggest .wrap, .spp-extra .module-may-we-suggest * html .related_content_item .multi-power-couples-main-v1 .wrap {
  zoom: 1;
}
*:first-child + html .related_content_item .multi-power-couples-main-v1 .outer-wrap, *:first-child + html .related_content_item .multi-power-couples-main-v1 .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 *:first-child + html .related_content_item .multi-power-couples-main-v1 h3, *:first-child + html .related_content_item .multi-power-couples-main-v1 .spp-extra .module-may-we-suggest .wrap, .spp-extra .module-may-we-suggest *:first-child + html .related_content_item .multi-power-couples-main-v1 .wrap {
  zoom: 1;
}
.related_content_item .multi-power-couples-main-v1 h1 p, .related_content_item .multi-power-couples-main-v1 h1 span, .related_content_item .multi-power-couples-main-v1 h2 p, .related_content_item .multi-power-couples-main-v1 .module-benefits .heading-container p, .module-benefits .related_content_item .multi-power-couples-main-v1 .heading-container p, .module-benefits .heading-container .related_content_item .multi-power-couples-main-v1 * p, .related_content_item .multi-power-couples-main-v1 h2 span, .related_content_item .multi-power-couples-main-v1 .module-benefits .heading-container span, .module-benefits .related_content_item .multi-power-couples-main-v1 .heading-container span, .module-benefits .heading-container .related_content_item .multi-power-couples-main-v1 * span {
  margin-top: 0;
  line-height: inherit;
}
.multi-power-couples-main-v1 .col1 {
  float: left;
  width: 30%;
}
.multi-power-couples-main-v1 .col1 h3 {
  color: #999bdc;
  font-size: 35px;
}
.multi-power-couples-main-v1 .col1 .subheading {
  margin: 0 0 11px 0;
  font-size: 23px;
}
.multi-power-couples-main-v1 .col1 .subheading p {
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  line-height: normal;
  font-size: 15px;
}
.multi-power-couples-main-v1 .col2 {
  float: left;
  width: 70%;
}
.multi-power-couples-main-v1 .col2 .promo_product_row {
  border: none;
  height: auto;
  margin-bottom: 52px;
  padding: 0 0 52px;
}
.multi-power-couples-main-v1 .col2 .promo_product_row .row-products {
  width: 100%;
  padding: 0;
}
.multi-power-couples-main-v1 .col2 .promo_product_row .product {
  width: 45%;
  border: none;
  padding: 12px 0 8px 0;
}
.multi-power-couples-main-v1 .col2 .promo_product_row .product:hover {
  border: none;
}
.multi-power-couples-main-v1 .col2 .promo_product_row .product .product-addcart-button {
  padding-left: 63px;
  padding-bottom: 10px;
}
.multi-power-couples-main-v1 .col2 .promo_product_row .product .product-info {
  padding: 0 0 0 57px;
  width: 85%;
}
.multi-power-couples-main-v1 .col2 .promo_product_row .product .product-title {
  font-size: 14px;
  min-height: 0;
}
.multi-power-couples-main-v1 .col2 .promo_product_row .product .product-image img {
  margin: 0;
  width: auto;
}
.multi-power-couples-main-v1 .col2 .promo_product_row .product .product-shade {
  margin: 10px 0;
}
.multi-power-couples-main-v1 .col2 .promo_product_row .product .shade-box {
  display: inline-block;
  height: 20px;
  margin: 0 6px 0 0;
  width: 20px;
  vertical-align: middle;
}
.multi-power-couples-main-v1 .col2 .promo_product_row .product .shade-name {
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  width: 170px;
  vertical-align: middle;
}
.multi-power-couples-main-v1 .col2 .promo_product_row .both {
  float: right;
  position: absolute;
  right: 5px;
  bottom: 0;
}
.multi-power-couples-main-v1 .col2 .promo_product_row a.button, .multi-power-couples-main-v1 .col2 .promo_product_row input.form-submit,
.multi-power-couples-main-v1 .col2 .promo_product_row input.button[type='submit'] {
  background-color: #999bdc;
}
.multi-power-couples-main-v1 .col2 .power_plus {
  float: left;
  width: 10%;
  top: 155px;
  position: relative;
}
.multi-power-couples-main-v1 .col2 .power_plus img {
  max-width: 100%;
}
.multi-power-couples-main-v1 .power-couples-row-anchors a.cl-icon {
  width: 81%;
  text-transform: capitalize;
  padding: 4px 0 0 10px;
  background-image: none;
}
.multi-power-couples-main-v1 .power-couples-row-anchors .cl-icon.daily_care {
  background-position: 10px -67px;
}
.multi-power-couples-main-v1 .power-couples-row-anchors .cl-icon.daily_care.active {
  background-position: 10px -367px;
}

.cl_spp_foundation_tout_v1 {
  font-size: 15px;
  margin-bottom: 0px;
  color: black;
  width: 100%;
}
.cl_spp_foundation_tout_v1 .found_tout_col1 {
  float: left;
  width: 60%;
  margin-top: 0px;
}
.cl_spp_foundation_tout_v1 .found_tout_col1 img {
  width: 100%;
}
.cl_spp_foundation_tout_v1 .found_tout_col2 {
  float: left;
  width: 29%;
  margin-left: 72px;
  margin-top: 98px;
  color: black;
}
.cl_spp_foundation_tout_v1 .found_tout_col2 .found_tout_head {
  width: 246px;
}
.cl_spp_foundation_tout_v1 .found_tout_col2 .found_tout_head h2, .cl_spp_foundation_tout_v1 .found_tout_col2 .found_tout_head .module-benefits .heading-container, .module-benefits .cl_spp_foundation_tout_v1 .found_tout_col2 .found_tout_head .heading-container, .cl_spp_foundation_tout_v1 .found_tout_col2 .found_tout_head .module-benefits .heading-container *, .module-benefits .heading-container .cl_spp_foundation_tout_v1 .found_tout_col2 .found_tout_head * {
  margin: 0px;
}
.cl_spp_foundation_tout_v1 .found_tout_col2 .found_tout_head p span {
  font-size: 22px;
  line-height: 1em !important;
}
.cl_spp_foundation_tout_v1 .found_tout_col2 .found_tout_text {
  font-size: 22px;
  padding-bottom: 0px;
  width: 280px;
}
.cl_spp_foundation_tout_v1 .found_tout_col2 .found_tout_text p {
  margin: 28px 0 22px;
  font-size: 22px;
  line-height: 1;
}
.cl_spp_foundation_tout_v1 .found_tout_col2 .found_tout_text a.button, .cl_spp_foundation_tout_v1 .found_tout_col2 .found_tout_text input.form-submit,
.cl_spp_foundation_tout_v1 .found_tout_col2 .found_tout_text input.button[type='submit'] {
  background-color: #9a9cdb;
  padding: 4.5px 32px 4.5px 35px;
  font-size: 0.8em;
}
.cl_spp_foundation_tout_v1 .found_tout_col2 .found_tout_text a.button:hover, .cl_spp_foundation_tout_v1 .found_tout_col2 .found_tout_text input.form-submit:hover,
.cl_spp_foundation_tout_v1 .found_tout_col2 .found_tout_text input.button[type='submit']:hover {
  background: none repeat scroll 0 0 #9a9cdb;
}

.block-template-cl-spp-foundation-tout-v1 {
  padding: 0;
}

.cl_spp_shades_layer_v1 {
  font-size: 15px;
  margin-bottom: 0px;
  color: black;
  width: 100%;
}
.cl_spp_shades_layer_v1 .shades_layer_col1 {
  float: left;
  width: 43%;
  color: black;
}
.cl_spp_shades_layer_v1 .shades_layer_col1 .shades_layer_head {
  width: 511px;
}
.cl_spp_shades_layer_v1 .shades_layer_col1 .shades_layer_head h2, .cl_spp_shades_layer_v1 .shades_layer_col1 .shades_layer_head .module-benefits .heading-container, .module-benefits .cl_spp_shades_layer_v1 .shades_layer_col1 .shades_layer_head .heading-container, .cl_spp_shades_layer_v1 .shades_layer_col1 .shades_layer_head .module-benefits .heading-container *, .module-benefits .heading-container .cl_spp_shades_layer_v1 .shades_layer_col1 .shades_layer_head * {
  margin: 0px;
}
.cl_spp_shades_layer_v1 .shades_layer_col1 .shades_layer_head p span {
  font-size: 22px;
  line-height: 1em !important;
}
.cl_spp_shades_layer_v1 .shades_layer_col1 .shades_layer_text {
  font-size: 22px;
  padding-bottom: 60px;
}
.cl_spp_shades_layer_v1 .shades_layer_col1 .shades_layer_text p {
  margin: 1.1em 0 0;
  font-size: 22px;
  line-height: 1;
}
.cl_spp_shades_layer_v1 .shades_layer_col2 {
  float: right;
  width: 57%;
  margin-top: 35px;
}

.block-template-cl-spp-shades-layer-v1 {
  background: #fafafd;
  padding: 40px 0 40px 0;
}

.featured-product-carousel-formatter-v1 {
  padding: 60px 0 40px 0;
}
.related_content_item .featured-product-carousel-formatter-v1 {
  clear: both;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 0;
  border-top: 1px solid #dbdbdb;
}
.related_content_item .featured-product-carousel-formatter-v1 h1 p, .related_content_item .featured-product-carousel-formatter-v1 h1 span, .related_content_item .featured-product-carousel-formatter-v1 h2 p, .related_content_item .featured-product-carousel-formatter-v1 .module-benefits .heading-container p, .module-benefits .related_content_item .featured-product-carousel-formatter-v1 .heading-container p, .module-benefits .heading-container .related_content_item .featured-product-carousel-formatter-v1 * p, .related_content_item .featured-product-carousel-formatter-v1 h2 span, .related_content_item .featured-product-carousel-formatter-v1 .module-benefits .heading-container span, .module-benefits .related_content_item .featured-product-carousel-formatter-v1 .heading-container span, .module-benefits .heading-container .related_content_item .featured-product-carousel-formatter-v1 * span {
  margin-top: 0;
  line-height: inherit;
}
.featured-product-carousel-formatter-v1 h2, .featured-product-carousel-formatter-v1 .module-benefits .heading-container, .module-benefits .featured-product-carousel-formatter-v1 .heading-container, .featured-product-carousel-formatter-v1 .module-benefits .heading-container *, .module-benefits .heading-container .featured-product-carousel-formatter-v1 * {
  margin: 0 0 10px 0;
}
.featured-product-carousel-formatter-v1 .subtitle {
  font-size: 15px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  line-height: 17px;
  margin: 0;
  width: 85%;
}
.featured-product-carousel-formatter-v1 .subtitle p {
  line-height: 17px;
  margin: 0;
}
.featured-product-carousel-formatter-v1 .featured-product-carousel-sku {
  display: inline-block;
  margin: 35px 0 0 0;
  padding: 0 0 15px 0;
  vertical-align: bottom;
  width: 35%;
}
.featured-product-carousel-formatter-v1 .featured-product-carousel-sku .product-image img {
  height: auto;
  max-width: 300px;
  width: 100%;
}
.featured-product-carousel-formatter-v1 .featured-product-carousel-sku .product-info {
  padding: 0 15%;
}
.featured-product-carousel-formatter-v1 .featured-product-carousel-sku .product-info .product-title {
  font-size: 15px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  line-height: 17px;
}
.featured-product-carousel-formatter-v1 .featured-product-carousel-sku .product-info .product-title a {
  color: #231f20;
}
.featured-product-carousel-formatter-v1 .featured-product-carousel-sku .product-info .product-title a:hover, .featured-product-carousel-formatter-v1 .featured-product-carousel-sku .product-info .product-title a:focus {
  color: #46ab8c;
}
.featured-product-carousel-formatter-v1 .featured-product-carousel-sku .product-info .product-price {
  font-size: 15px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  line-height: 17px;
}
.featured-product-carousel-formatter-v1 .featured-product-carousel-sku .product-info .shades {
  margin: 10px 0 0 0;
}
.featured-product-carousel-formatter-v1 .featured-product-carousel-sku .product-info .shade-box {
  display: inline-block;
  height: 20px;
  margin: 0 6px 0 0;
  width: 20px;
  vertical-align: middle;
}
.featured-product-carousel-formatter-v1 .featured-product-carousel-sku .product-info .shade-name {
  display: inline-block;
  font-size: 11px;
  white-space: nowrap;
  vertical-align: middle;
}
.featured-product-carousel-formatter-v1 .featured-product-carousel-sku .product-info .button {
  margin: 15px 0 0 0;
}
.featured-product-carousel-formatter-v1 .featured-product-carousel-sku .smoosh {
  display: none;
}
.featured-product-carousel-formatter-v1 .featured-product-carousel {
  border-left: 1px solid lightgrey;
  color: #231f20;
  display: inline-block;
  margin: 35px 0 0 0;
  padding: 0 0 15px 4%;
  vertical-align: top;
  width: 64.5%;
}
.featured-product-carousel-formatter-v1 .featured-product-carousel .flexslider {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 0;
}
.featured-product-carousel-formatter-v1 .featured-product-carousel .flexslider .flex-viewport {
  height: 460px;
  max-height: 460px;
  max-width: 580px;
}
.featured-product-carousel-formatter-v1 .featured-product-carousel .flexslider .flex-direction-nav {
  left: -7%;
  position: absolute;
  top: 50%;
  width: 114%;
}
.featured-product-carousel-formatter-v1 .featured-product-carousel .flexslider .flex-control-nav {
  bottom: -10px;
}
.featured-product-carousel-formatter-v1 .quote-slide {
  padding: 28% 0 0 14%;
  position: relative;
}
.featured-product-carousel-formatter-v1 .quote-slide .smoosh {
  left: 0;
  position: absolute;
  top: 27%;
  z-index: 1;
}
.featured-product-carousel-formatter-v1 .quote-slide .smoosh img {
  height: auto;
  width: auto;
}
.featured-product-carousel-formatter-v1 .quote-slide .quote {
  font-size: 36px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  letter-spacing: -1px;
  line-height: 1;
  position: relative;
  text-indent: -13px;
  z-index: 2;
}
.featured-product-carousel-formatter-v1 .quote-slide .quote p {
  line-height: 1;
  margin: 0;
}
.featured-product-carousel-formatter-v1 .quote-slide .citation {
  font-size: 15px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  margin: 10px 0 0 0;
}
.featured-product-carousel-formatter-v1 .video-slide {
  padding: 3.5% 0 0 0;
  position: relative;
}
.featured-product-carousel-formatter-v1 .video-slide .content-image .content-type-image img {
  display: block;
  height: auto;
  max-height: 380px;
  width: 100%;
}
.featured-product-carousel-formatter-v1 .video-slide .content-image .content-type-video {
  display: none;
  visibility: hidden;
}
.featured-product-carousel-formatter-v1 .video-slide .content-video .content-type-image {
  display: none;
  visibility: hidden;
}
.featured-product-carousel-formatter-v1 .video-slide .content-video .content-type-video {
  max-height: 380px;
}
.featured-product-carousel-formatter-v1 .video-slide .content-video .content-type-video .video_player {
  float: none;
  max-width: 100%;
}
.featured-product-carousel-formatter-v1 .video-slide .content-video .content-type-video .video_player .video_player_poster {
  width: 100%;
}
.featured-product-carousel-formatter-v1 .video-slide .content-video .content-type-video .video_player .video_player_poster img.poster {
  height: auto;
}
.featured-product-carousel-formatter-v1 .video-slide .content-video .content-type-video .video_player video {
  height: auto;
  max-height: 326px;
  max-width: 580px;
  width: 100%;
}
.featured-product-carousel-formatter-v1 .video-slide .content-video .content-type-video .video_player_controls_wrapper {
  width: 100%;
}
.featured-product-carousel-formatter-v1 .video-slide .content-video .content-type-video .video_player_controls_wrapper .video_player_controls {
  height: auto !important;
  width: 100% !important;
}
.featured-product-carousel-formatter-v1 .video-slide .caption {
  clear: both;
  font-size: 22px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  line-height: 1;
  padding: 15px 0 0 0;
}
.featured-product-carousel-formatter-v1 .video-slide .caption p {
  line-height: 1;
  margin: 0;
}
.featured-product-carousel-formatter-v1 .image-slide {
  position: relative;
}
.featured-product-carousel-formatter-v1 .image-slide img {
  height: auto;
  width: auto;
}
.featured-product-carousel-formatter-v1 .image-slide .thumbnail {
  bottom: 2%;
  position: absolute;
  right: 0;
}
.featured-product-carousel-formatter-v1 .image-slide .caption {
  font-size: 13px;
  line-height: 15px;
  margin: 10px 0 0 0;
  padding: 0 0 0 15px;
  width: 40%;
}
.featured-product-carousel-formatter-v1 .image-slide .caption p {
  line-height: 15px;
  margin: 0;
}

.ddml-map-pop-v1 {
  font-size: 36px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  text-indent: -15px;
  width: 560px;
  padding: 52px 52px 54px;
  max-width: 560px;
  line-height: 1;
  overflow: visible;
  color: #111111;
  -moz-box-shadow: 3px 3px 5px 6px #dbdbdb;
  -webkit-box-shadow: 3px 3px 5px 6px #dbdbdb;
  box-shadow: 3px 3px 5px 6px #dbdbdb;
  border: none;
}
.ddml-map-pop-v1 .ddml-close {
  cursor: pointer;
  height: 29px;
  width: 29px;
  position: relative;
  float: right;
  right: -81px;
  top: -75px;
}
.ddml-map-pop-v1 .ddml-close img {
  cursor: pointer;
}
.ddml-map-pop-v1 div:nth-child(2) {
  font-size: 16px;
  padding-top: 28px;
  font-family: "HelveticaNeueLTStd55Roman", Arial, Sans-Serif;
  color: #111111;
  text-indent: 0px;
}

.ddml-map-v1 {
  min-height: 532px;
  font-size: 15px;
  margin-bottom: 0px;
  color: black;
  position: relative;
}
.related_content_item .ddml-map-v1 {
  clear: both;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 0;
  border-top: 1px solid #dbdbdb;
  padding-bottom: 0;
}
.related_content_item .ddml-map-v1:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
* html .related_content_item .ddml-map-v1 {
  zoom: 1;
}
*:first-child + html .related_content_item .ddml-map-v1 {
  zoom: 1;
}
.related_content_item .ddml-map-v1 h1 p, .related_content_item .ddml-map-v1 h1 span, .related_content_item .ddml-map-v1 h2 p, .related_content_item .ddml-map-v1 .module-benefits .heading-container p, .module-benefits .related_content_item .ddml-map-v1 .heading-container p, .module-benefits .heading-container .related_content_item .ddml-map-v1 * p, .related_content_item .ddml-map-v1 h2 span, .related_content_item .ddml-map-v1 .module-benefits .heading-container span, .module-benefits .related_content_item .ddml-map-v1 .heading-container span, .module-benefits .heading-container .related_content_item .ddml-map-v1 * span {
  margin-top: 0;
  line-height: inherit;
}
.ddml-map-v1 .ddml-map-col1 {
  float: left;
  width: 35%;
  margin-top: 66px;
}
.ddml-map-v1 .ddml-map-col1 .ddml-map-head {
  width: 327px;
}
.ddml-map-v1 .ddml-map-col1 .ddml-map-head h2, .ddml-map-v1 .ddml-map-col1 .ddml-map-head .module-benefits .heading-container, .module-benefits .ddml-map-v1 .ddml-map-col1 .ddml-map-head .heading-container, .ddml-map-v1 .ddml-map-col1 .ddml-map-head .module-benefits .heading-container *, .module-benefits .heading-container .ddml-map-v1 .ddml-map-col1 .ddml-map-head * {
  margin: 0px;
}
.ddml-map-v1 .ddml-map-col1 img {
  float: right;
}
.ddml-map-v1 .ddml-map-col1 .ddml-map-desc {
  font-size: 22px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  padding-bottom: 13px;
}
.ddml-map-v1 .ddml-map-col2 {
  left: 50%;
  position: absolute;
  top: 0;
  z-index: 1;
  margin: 0 0 0 -149px;
  float: right;
  width: 50%;
}
.ddml-map-v1 .ddml-map-col2 img {
  margin-top: -1px;
}
.ddml-map-v1 .hotspots {
  left: 50%;
  padding: 0;
  position: absolute;
  margin: 0 0 0 -481px;
  top: 0;
  z-index: 2;
}
.ddml-map-v1 .marker {
  cursor: pointer;
  height: 28px;
  width: 28px;
  position: absolute;
}
.ddml-map-v1 .marker img {
  -webkit-animation-name: pulse;
  -webkit-animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  animation-name: pulse;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-play-state: running;
  -moz-animation-name: pulse;
  -moz-animation-duration: 4s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-play-state: running;
}
.ddml-map-v1 .marker img:hover {
  -webkit-animation-play-state: paused;
  -webkit-transform: scale(0.95);
  -moz-animation-play-state: paused;
  -moz-transform: scale(0.95);
  transform: scale(0.95);
  animation-play-state: paused;
  opacity: 1;
}
.ddml-map-v1 .ddml-map-shop a.button, .ddml-map-v1 .ddml-map-shop input.form-submit,
.ddml-map-v1 .ddml-map-shop input.button[type='submit'] {
  font-size: 12px;
}

.related_content_item .right-for-me-formatter-v1 {
  clear: both;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 0;
  border-top: 1px solid #dbdbdb;
}
.related_content_item .right-for-me-formatter-v1 h1 p, .related_content_item .right-for-me-formatter-v1 h1 span, .related_content_item .right-for-me-formatter-v1 h2 p, .related_content_item .right-for-me-formatter-v1 .module-benefits .heading-container p, .module-benefits .related_content_item .right-for-me-formatter-v1 .heading-container p, .module-benefits .heading-container .related_content_item .right-for-me-formatter-v1 * p, .related_content_item .right-for-me-formatter-v1 h2 span, .related_content_item .right-for-me-formatter-v1 .module-benefits .heading-container span, .module-benefits .related_content_item .right-for-me-formatter-v1 .heading-container span, .module-benefits .heading-container .related_content_item .right-for-me-formatter-v1 * span {
  margin-top: 0;
  line-height: inherit;
}
.right-for-me-formatter-v1 .right-for-me-info {
  display: inline-block;
  padding: 0 4% 0 0;
  vertical-align: top;
  width: 39.2%;
}
.right-for-me-formatter-v1 .right-for-me-info h2, .right-for-me-formatter-v1 .right-for-me-info .module-benefits .heading-container, .module-benefits .right-for-me-formatter-v1 .right-for-me-info .heading-container, .right-for-me-formatter-v1 .right-for-me-info .module-benefits .heading-container *, .module-benefits .heading-container .right-for-me-formatter-v1 .right-for-me-info * {
  color: #999bdc;
  margin: 0 5% 60px 0;
}
.right-for-me-formatter-v1 .right-for-me-info .subtitle {
  font-size: 22px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  letter-spacing: -0.5px;
  line-height: 23px;
  margin: 0;
  width: auto;
}
.right-for-me-formatter-v1 .right-for-me-info .subtitle p {
  font-size: 15px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  line-height: normal;
  margin: 0;
}
.right-for-me-formatter-v1 .right-for-me-info .product-shade {
  margin: 10px 0 0 0;
}
.right-for-me-formatter-v1 .right-for-me-info .shade-box {
  display: inline-block;
  height: 20px;
  margin: 0 6px 0 0;
  width: 20px;
  vertical-align: middle;
}
.right-for-me-formatter-v1 .right-for-me-info .shade-name {
  display: inline-block;
  font-size: 13px;
  white-space: nowrap;
  vertical-align: middle;
}
.right-for-me-formatter-v1 .right-for-me-info .button {
  background-color: #999bdc;
  margin: 15px 0 0 0;
}
.right-for-me-formatter-v1 .right-for-me-image {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 60.2%;
}
.right-for-me-formatter-v1 .right-for-me-image img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}
.right-for-me-formatter-v1 .right-for-me-image .hotspot {
  cursor: pointer;
  height: 8.5%;
  margin: -2.5% 0 0 -2.5%;
  position: absolute;
  width: 5%;
}
.right-for-me-formatter-v1 .right-for-me-image .hotspot.active {
  display: none;
}
.right-for-me-formatter-v1 .right-for-me-products {
  display: none;
  visibility: hidden;
}

.most-popular-v1 {
  padding: 65px 0;
}
.related_content_item .most-popular-v1 {
  clear: both;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 0;
  border-top: 1px solid #dbdbdb;
}
.related_content_item .most-popular-v1 h1 p, .related_content_item .most-popular-v1 h1 span, .related_content_item .most-popular-v1 h2 p, .related_content_item .most-popular-v1 .module-benefits .heading-container p, .module-benefits .related_content_item .most-popular-v1 .heading-container p, .module-benefits .heading-container .related_content_item .most-popular-v1 * p, .related_content_item .most-popular-v1 h2 span, .related_content_item .most-popular-v1 .module-benefits .heading-container span, .module-benefits .related_content_item .most-popular-v1 .heading-container span, .module-benefits .heading-container .related_content_item .most-popular-v1 * span {
  margin-top: 0;
  line-height: inherit;
}
.most-popular-v1 h2, .most-popular-v1 .module-benefits .heading-container, .module-benefits .most-popular-v1 .heading-container, .most-popular-v1 .module-benefits .heading-container *, .module-benefits .heading-container .most-popular-v1 * {
  margin: 0 0 10px 0;
}
.most-popular-v1 .products {
  overflow: hidden;
}
.most-popular-v1 .product {
  float: left;
  margin: 0 2.5% 0 0;
  width: 31%;
}
.most-popular-v1 .product.last {
  margin: 0;
}
.most-popular-v1 .product .product-image img {
  max-height: 100%;
  max-width: 100%;
}
.most-popular-v1 .product .product-title {
  font-size: 15px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  line-height: 17px;
  padding: 0 18%;
}
.most-popular-v1 .product .product-title a {
  color: #231f20;
}
.most-popular-v1 .product .product-title a:hover {
  color: #46ab8c;
}
.most-popular-v1 .product .price {
  font-size: 15px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  line-height: 17px;
  padding: 0 18%;
}
.most-popular-v1 .product .product-shade {
  margin: 10px 0 0 0;
  padding: 0 18%;
}
.most-popular-v1 .product .shade-box {
  display: inline-block;
  height: 20px;
  margin: 0 6px 0 0;
  width: 20px;
  vertical-align: middle;
}
.most-popular-v1 .product .shade-name {
  display: inline-block;
  font-size: 13px;
  white-space: nowrap;
  vertical-align: middle;
}
.most-popular-v1 .product .button {
  margin: 15px 0 0 18%;
}

.image-with-text-v1 {
  margin: 0;
  overflow: hidden;
  padding: 40px 40px 0;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
}
.image-with-text-v1 .info {
  float: left;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 35%;
}
.image-with-text-v1 .info .heading {
  margin: 0 0 10px;
  padding: 0;
}
.image-with-text-v1 .info .body {
  margin: 0;
  overflow: hidden;
}
.image-with-text-v1 .info .body p {
  font-size: 18px;
  line-height: 1.1;
}
.image-with-text-v1 .info .link {
  margin: 0;
  padding: 0;
}
.image-with-text-v1 .image {
  display: inline-flex;
  float: right;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

/* iPad Styles */
.gtl-formatter-v1 {
  overflow: hidden;
  padding: 10px;
}
.gtl-formatter-v1.gradient-bg {
  background-color: #F6F6F6;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F6F6F6', endColorstr='#FFFFFF');
  /* for IE */
  background: -moz-linear-gradient(center top, #f6f6f6, white) repeat scroll 0 0 transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(white));
}
.gtl-formatter-v1 .outer-wrap, .gtl-formatter-v1 .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .gtl-formatter-v1 h3, .gtl-formatter-v1 .spp-extra .module-may-we-suggest .wrap, .spp-extra .module-may-we-suggest .gtl-formatter-v1 .wrap {
  -moz-box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
}
.gtl-formatter-v1 .get-the-look-section {
  padding-bottom: 10px;
}
.gtl-formatter-v1 h2, .gtl-formatter-v1 .module-benefits .heading-container, .module-benefits .gtl-formatter-v1 .heading-container, .gtl-formatter-v1 .module-benefits .heading-container *, .module-benefits .heading-container .gtl-formatter-v1 * {
  margin: 0;
  color: #000;
}
.gtl-formatter-v1 p {
  color: gray;
  font-size: 22px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  line-height: 1;
  padding-bottom: 15px;
}

.gtl-row-v1 {
  float: left;
  height: auto;
  margin: 0 0 60px;
  position: relative;
  width: 33%;
}
.gtl-row-v1.col3.last, .gtl-row-v1.col2.last {
  margin-right: 0;
}
.gtl-row-v1 .row {
  margin: 0;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}
.gtl-row-v1 .image {
  display: block;
  height: auto;
  margin: 0 10px 0 0;
  width: auto;
}
.gtl-row-v1 .image img {
  display: block;
  height: auto;
  max-width: 250px;
  width: auto;
}
.gtl-row-v1 .section-details .link {
  margin-top: 15px;
}
.gtl-row-v1 .section-details a {
  font-size: 22px;
  line-height: 24px;
  text-transform: capitalize;
}

/* Maintenance Page  */
.maintenance-container .maintenance-content {
  float: left;
  margin-top: 50px;
  width: 50%;
}
.maintenance-container .maintenance-content .oops {
  font-weight: bold;
  margin-bottom: 20px;
}
.maintenance-container .maintenance-image {
  float: right;
  width: 50%;
}

/* mobile */
.device-mobile .maintenance-container .maintenance-content {
  margin-top: 20px;
  width: 100%;
}
.device-mobile .maintenance-container .maintenance-content .oops {
  font-weight: bold;
  margin-bottom: 20px;
}
.device-mobile .maintenance-container .maintenance-image {
  width: 100%;
}
.device-mobile .maintenance-container .maintenance-image img {
  width: 100%;
}

.pcg-award-press-quote-v1 {
  background-color: #fff;
  background-position: right bottom;
  background-repeat: no-repeat;
  height: 350px;
  margin-bottom: 30px;
  width: 270px;
}

.pcg-award-press-quote-v1 .quote {
  color: #FFFFFF;
  padding: 15px;
}

.pcg-award-press-quote-v1 .quote p {
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  font-size: 27px;
  line-height: 27px;
  margin: 0;
}

.pcg-award-press-quote-v1 .quote p.source,
.pcg-award-press-quote-v1 .quote p.source a {
  font-size: 22px;
  margin-top: 20px;
  word-break: normal;
}

/* Use the .award-press custom class to override flexslider's */
.flexslider.award-press.item-count-3 .flex-direction-nav {
  display: none;
}

.flexslider.award-press .flex-control-nav {
  bottom: 0;
  width: 88%;
}

@media screen and (max-width: 768px) {
  .pcg-award-press-quote-v1 .quote p,
  .pcg-award-press-quote-v1 .quote span {
    font-size: 22px !important;
    line-height: normal !important;
  }
}
.pcg-award-press-logo-quote-v1 {
  background-color: #FFFFFF;
  background-position: right bottom;
  background-repeat: no-repeat;
  display: table-cell;
  height: 350px;
  margin-bottom: 30px;
  position: relative;
  vertical-align: middle;
  width: 270px;
}

.pcg-award-press-logo-quote-v1 .caption {
  bottom: 30px;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: inherit;
}

.pcg-award-press-logo-quote-v1 .caption p {
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  font-size: 11px;
  line-height: 15px;
  margin: 15px 0 0 0;
}

.pcg-award-press-logo-quote-v1 .wrapper-link span {
  background-image: url("/media/export/cms/px.gif");
  height: 100%;
  position: absolute;
  top: 0;
  width: 270px;
  z-index: 1;
}

/* Use the .award-press custom class to override flexslider's */
.flexslider.award-press.item-count-3 .flex-direction-nav {
  display: none;
}

.flexslider.award-press .flex-control-nav {
  bottom: 0;
  width: 88%;
}

.flexslider.award-press .pcg-award-press-logo-quote-v1 img {
  display: block;
  height: auto;
  margin: 0;
  max-width: 270px;
  width: auto;
}

@media screen and (max-width: 768px) {
  .pcg-award-press-logo-quote-v1 .quote p,
  .pcg-award-press-logo-quote-v1 .quote span {
    font-size: 22px !important;
    line-height: normal !important;
  }
}
.merch-window-pair-formatter-v1 {
  position: relative;
}
.merch-window-pair-formatter-v1 .merch-window-pair-v1 {
  display: none;
  visibility: hidden;
}
.merch-window-pair-formatter-v1 .primary-nodes {
  border-bottom: 1px solid lightgrey;
  position: relative;
}
.merch-window-pair-formatter-v1 .primary-nodes .flex-control-nav {
  bottom: 15px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 9;
}
.merch-window-pair-formatter-v1 .primary-nodes .primary-node {
  display: none;
}
.merch-window-pair-formatter-v1 .primary-nodes .primary-node.active {
  display: block;
}
.merch-window-pair-formatter-v1 .related-nodes .related-node {
  display: none;
}
.merch-window-pair-formatter-v1 .related-nodes .related-node.active {
  display: block;
}

.device-mobile .basic-content-mobile-v1 {
  color: #808080;
  padding: 25px 15px;
}

.device-mobile .product-content-carousel-v1.columns-1 .basic-content-mobile-v1 {
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
}

.device-mobile .basic-content-mobile-v1 .content {
  height: auto;
  /*max-height: 400px;*/
  overflow: hidden;
}

.device-mobile .product-content-carousel-v1.columns-1 .basic-content-mobile-v1 h3 {
  display: block;
  margin: 0 0 15px;
}

.device-mobile .basic-content-mobile-v1 h3 {
  color: #5dba98;
  font-size: 22px;
  margin-bottom: 15px;
}

.device-mobile .basic-content-mobile-v1 h4 {
  /*color: #808080;*/
  font-size: 15px;
  line-height: normal;
  margin: 0 0 10px;
}

.device-mobile .basic-content-mobile-v1 p {
  font-size: 13px;
  margin: 0 0 15px;
}

/* New mobile search styles */
.block-template-gnav-search-mobile-v1 {
  float: left;
}

#overlay-background.overlay-background.page-wrapper {
  width: 100% !important;
}

.gnav-search-mobile-v1 {
  /* Mobile header adjustments */
  border-right: 1px solid #e6e6e6;
  height: 52px;
  overflow: hidden;
  text-align: right;
  /* Mobile predictive search - Perlgem */
  /* New Endeca mobile predictive search custom styles */
}
.gnav-search-mobile-v1 .search-icon {
  /* Mobile header adjustments */
  border-right: none;
  height: inherit;
}
.gnav-search-mobile-v1 .search-icon img {
  display: block;
  /* Mobile header adjustments */
  margin-top: -7px;
}
.gnav-search-mobile-v1 form {
  padding: 10px 0;
}
.gnav-search-mobile-v1 form div {
  width: 100%;
  text-align: left;
}
.gnav-search-mobile-v1 form input {
  border: 0;
  margin: 0;
  padding: 0;
  outline: none;
}
.gnav-search-mobile-v1 form .form-text {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  color: #e6e6e6;
  font-size: 14px;
  line-height: normal;
  margin: 0 auto 0 10px;
  padding: 12px 28px 6px 25px;
  width: 75%;
  z-index: 101;
  /* iPhone 5 portrait */
  /* iPhone 2G-4S in portrait */
}
.gnav-search-mobile-v1 form .form-text.active {
  color: black;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
  .gnav-search-mobile-v1 form .form-text {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    color: #e6e6e6;
    font-size: 14px;
    line-height: normal;
    margin: 0 auto 0 10px;
    padding: 12px 28px 6px 25px;
    width: 67%;
    z-index: 101;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) {
  .gnav-search-mobile-v1 form .form-text {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    color: #e6e6e6;
    font-size: 14px;
    line-height: normal;
    margin: 0 auto 0 10px;
    padding: 12px 28px 6px 25px;
    width: 67%;
    z-index: 101;
  }
}
.gnav-search-mobile-v1 form .form-submit {
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  width: 27px;
  height: 35px;
  text-indent: 1000px;
  overflow: hidden;
  float: right;
  position: relative;
  z-index: 999;
  display: none;
}
.gnav-search-mobile-v1 .form-type-textfield {
  border-radius: 3px;
  display: none;
  width: 100%;
}
.gnav-search-mobile-v1 .search-content {
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.gnav-search-mobile-v1 .cleartext-cancel-wrapper {
  display: inline;
  width: 15%;
}
.gnav-search-mobile-v1 .cleartext {
  cursor: pointer;
  display: inline;
  font-family: "HelveticaNeueLTStd65Medium", Verdana, Arial, Sans-Serif;
  font-size: 20px;
  margin: 0 0 0 -25px;
  vertical-align: middle;
}
.gnav-search-mobile-v1 .cleartext.show {
  visibility: visible;
}
.gnav-search-mobile-v1 .cleartext.hide {
  visibility: hidden;
}
.gnav-search-mobile-v1 .cancel {
  cursor: pointer;
  display: inline;
  margin-left: 10px;
}
.gnav-search-mobile-v1 .typeahead-loader {
  background-color: #FFFFFF;
}
.gnav-search-mobile-v1 #showsearch input.searchInputs {
  background-color: #FFFFFF;
  background-image: url("/media/export/cms/btn_search.png");
  background-position: -8px -16px;
  background-repeat: no-repeat;
  border-radius: 0;
  padding: 10px 28px;
  width: 79%;
}
.gnav-search-mobile-v1 #showsearch input.go {
  display: none;
}
.gnav-search-mobile-v1 #showsearch #sepline {
  border-top: medium none;
  float: none;
  width: auto;
}
.gnav-search-mobile-v1 #global-typeahead-search-box {
  background: none repeat scroll 0 0 #F7F7F7;
  padding: 0 15px;
}
.gnav-search-mobile-v1 #global-typeahead-search-box .result {
  border-bottom: 1px solid #CCCCCC;
  padding: 10px 0;
  /* iPhone 5 portrait */
  /* iPhone 2G-4S in portrait */
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
  .gnav-search-mobile-v1 #global-typeahead-search-box .result {
    padding: 10px 10px 10px 0;
    width: 85%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) {
  .gnav-search-mobile-v1 #global-typeahead-search-box .result {
    padding: 10px 10px 10px 0;
    width: 85%;
  }
}
.gnav-search-mobile-v1 #global-typeahead-search-box .result a {
  color: #9d9d9d;
}
.gnav-search-mobile-v1 #global-typeahead-search-box .result a:hover {
  color: black;
}
.gnav-search-mobile-v1 #typeahead-wrapper {
  background: none repeat scroll 0 0 #F7F7F7;
  padding: 0 0 20px;
  position: absolute;
  text-align: left;
  z-index: 1000;
}
.gnav-search-mobile-v1 #typeahead-wrapper .product-results .result, .gnav-search-mobile-v1 #typeahead-wrapper .term-results .result {
  border-top: 1px solid #CCCCCC;
  overflow: hidden;
  padding: 10px;
  width: auto;
}
.gnav-search-mobile-v1 #typeahead-wrapper .product-results .result.first, .gnav-search-mobile-v1 #typeahead-wrapper .term-results .result.first {
  border-top: none;
}
.gnav-search-mobile-v1 #typeahead-wrapper .product-results .result.last, .gnav-search-mobile-v1 #typeahead-wrapper .term-results .result.last {
  border-bottom: 1px solid #CCCCCC;
}
.gnav-search-mobile-v1 #typeahead-wrapper .product-results .result:hover, .gnav-search-mobile-v1 #typeahead-wrapper .product-results .result:hover a:hover, .gnav-search-mobile-v1 #typeahead-wrapper .term-results .result:hover, .gnav-search-mobile-v1 #typeahead-wrapper .term-results .result:hover a:hover {
  background: none repeat scroll 0 0 #FFFFFF;
  text-decoration: none;
}
.gnav-search-mobile-v1 #typeahead-wrapper .product-results .result a, .gnav-search-mobile-v1 #typeahead-wrapper .term-results .result a {
  color: #231f20;
  vertical-align: -10px;
  white-space: normal;
}
.gnav-search-mobile-v1 #typeahead-wrapper .product-results .result a span.term, .gnav-search-mobile-v1 #typeahead-wrapper .term-results .result a span.term {
  font-weight: "HelveticaNeueLTStd65Medium", Verdana, Arial, Sans-Serif;
}
.gnav-search-mobile-v1 #typeahead-wrapper .product-results .result .image a img, .gnav-search-mobile-v1 #typeahead-wrapper .term-results .result .image a img {
  display: inline;
  float: left;
  margin-right: 15px;
  width: 30px;
}

.device-mobile .block-template-gnav-utility-button-mobile-v1 {
  float: left;
}
.device-mobile .block-template-gnav-utility-button-mobile-v1 .gnav-utility-button-v1 {
  border-right: 1px solid #E6E6E6;
  height: 52px;
}
.device-mobile .block-template-gnav-utility-button-mobile-v1 .gnav-utility-button-v1 .utility-link img {
  margin-top: -7px;
}

.search-mobile-v1 {
  display: none;
}

.footer-top-mobile-v1 {
  margin: 0 auto;
  overflow: hidden;
  padding: 10px 0;
}

.footer-top-mobile-v1 .newsletter-signup h3,
.footer-top-mobile-v1 .mobile-signup h3 {
  font-size: 22px;
  color: #1f1f1f;
  margin-bottom: 10px;
}

.footer-top-mobile-v1 .tel {
  display: none;
}

.footer-top-mobile-v1 .tel a {
  color: #808080;
}

.footer-top-mobile-v1 .tel a:hover {
  color: #000;
  text-decoration: none;
}

.footer-top-mobile-v1 .newsletter-signup,
.footer-top-mobile-v1 .mobile-signup,
.footer-top-mobile-v1 .mobile-newsletter-signup {
  margin: 0 10px 5px;
}

.footer-top-mobile-v1 form label {
  color: #1f1f1f;
  text-transform: none;
}

.footer-top-mobile-v1 form .field {
  padding-bottom: 10px;
}

.footer-top-mobile-v1 .form-text {
  padding: 4px 0;
  margin: 8px 5px 10px 0;
  border-radius: 0;
  text-indent: 8px;
  width: 100%;
  height: 40px;
}

.footer-top-mobile-v1 .extra .success {
  color: #ef6ea8;
}

.footer-top-mobile-v1 select {
  border: 1px solid #ccc;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  font-size: 11px;
  padding: 5px;
  width: 100%;
}

.footer-top-mobile-v1 .form-submit {
  height: auto;
}

.footer-top-mobile-v1 .form-submit:hover {
  background: none repeat scroll 0 0 gray;
  color: #FFFFFF;
}

.footer-top-mobile-v1 .social-links {
  float: none;
  margin-top: 3px;
}

.footer-top-mobile-v1 .social-links a,
.footer-top-mobile-v1 .facebook-like {
  float: left;
  margin: 0 25px 0 5px;
}

.footer-top-mobile-v1 .social-links img {
  height: 21px;
  vertical-align: middle;
  width: 21px;
}

.footer-top-mobile-v1 .facebook {
  margin: 0;
}

/* iPhone 5 landscape & portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  /* STYLES GO HERE */
}
/* iPhone 2G-4S in portrait & landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  /* STYLES GO HERE */
}
.footer-top-mobile-v1 .progress {
  font-weight: bold;
  padding: 8px 0;
}

.footer-top-mobile-v1 .success,
.footer-top-mobile-v1 .error {
  padding: 4px;
  margin-bottom: 8px;
  background: none !important;
}

.footer-top-mobile-v1 .success {
  color: #5dba98;
}

.footer-top-mobile-v1 #mobile-signup .field.hidden-field {
  padding-bottom: 0;
}

.footer-top-mobile-v1 #mobile-signup input[name="PC_EMAIL_ADDRESS"],
.footer-top-mobile-v1 #mobile-signup select[name="CARRIER_CODE"] {
  display: none;
}

.footer-top-mobile-v1 .regular-checkbox {
  display: none;
}

.footer-top-mobile-v1 form label.for-styled-checkbox {
  display: inline;
  float: right;
  font-size: 12px;
  line-height: 12px;
  margin-left: 0;
  width: 89%;
}

.footer-top-mobile-v1 form#mobile-signup label.for-styled-checkbox {
  margin-top: 4px;
}

.footer-top-mobile-v1 .regular-checkbox + label.styled-checkbox {
  border: 1px solid #ccc;
  display: inline-block;
  position: relative;
  vertical-align: bottom;
  width: 21px;
  height: 21px;
}

.footer-top-mobile-v1 .regular-checkbox:checked + label:after {
  background-color: #5dba98;
  color: #FFFFFF;
  content: "✓";
  font-size: 22px;
  height: 22px;
  left: -2px;
  line-height: 22px;
  position: absolute;
  top: -2px;
  width: 22px;
}

.full-width-promo-with-cta-mobile-v1 .hero,
.full-width-promo-with-cta-mobile-v1 .content {
  float: none;
}

.full-width-promo-with-cta-mobile-v1 .hero {
  padding: 0 5%;
  width: 100%;
}

.full-width-promo-with-cta-mobile-v1 .hero img {
  height: auto;
  margin: 0 auto;
  max-height: 300px;
  width: auto;
}

.full-width-promo-with-cta-mobile-v1 .content {
  width: 100%;
  padding: 5% 5% 0;
}

.full-width-promo-with-cta-mobile-v1 .content > h2, .full-width-promo-with-cta-mobile-v1 .module-benefits .content > .heading-container, .module-benefits .full-width-promo-with-cta-mobile-v1 .content > .heading-container, .full-width-promo-with-cta-mobile-v1 .module-benefits .heading-container .content > *, .module-benefits .heading-container .full-width-promo-with-cta-mobile-v1 .content > * {
  color: #231f20;
  font-size: 22px;
  line-height: 1;
  margin: 15px 0 10px;
}

.full-width-promo-with-cta-mobile-v1 .content > .action-button a.button, .full-width-promo-with-cta-mobile-v1 .content > .action-button input.form-submit,
.full-width-promo-with-cta-mobile-v1 .content > .action-button input.button[type='submit'],
.full-width-promo-with-cta-mobile-v1 .content > .action-button input.form-submit,
.full-width-promo-with-cta-mobile-v1 .content > .action-button input.button[type="submit"] {
  font-size: 12px;
  font-weight: bold;
  height: auto;
  line-height: 15px;
  margin: 0 0 10px;
  padding: 5px 10px;
  width: auto;
}

.pcg-product-mobile-v1 .product {
  color: #808080;
  font-size: 15px;
  margin: 0;
  overflow: hidden;
  padding: 0.78% 0.78% 0;
}

.pcg-product-mobile-v1 .product .product-image {
  float: left;
  margin: 0%;
  max-width: 140px;
  text-align: center;
  width: auto;
}

.pcg-product-mobile-v1 .product .product-image img {
  display: block;
  height: auto;
  margin-left: -20px;
  margin-top: 10px;
  width: auto;
}

.pcg-product-mobile-v1 .product .product-info {
  float: right;
  margin-right: 0;
  width: 142px;
}

.pcg-product-mobile-v1 .product .product-heading h2, .pcg-product-mobile-v1 .product .product-heading .module-benefits .heading-container, .module-benefits .pcg-product-mobile-v1 .product .product-heading .heading-container, .pcg-product-mobile-v1 .product .product-heading .module-benefits .heading-container *, .module-benefits .heading-container .pcg-product-mobile-v1 .product .product-heading * {
  color: #000000;
  font-size: 32px;
  margin: 0px;
}

.pcg-product-mobile-v1 .product .product-title {
  margin: 5px 0 0;
}

.pcg-product-mobile-v1 .product .product-title a {
  color: #231F20;
}

.pcg-product-mobile-v1 .product .product-price {
  margin: 5px 0 0;
}

.pcg-product-mobile-v1 .product .button {
  margin: 10px 0 0 0;
}

.pcg-product-mobile-v1 .product a.button, .pcg-product-mobile-v1 .product input.form-submit,
.pcg-product-mobile-v1 .product input.button[type='submit'],
.pcg-product-mobile-v1 .product input.form-submit,
.pcg-product-mobile-v1 .product input.button[type="submit"] {
  background: none repeat scroll 0 0 #5EB997;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  height: auto;
  line-height: 26px;
  padding: 0;
  text-transform: uppercase;
  width: 75%;
}

.pcg-product-mobile-v1 .product .button a:hover {
  text-decoration: none;
}

.pcg-product-mobile-v1 .product .reviews {
  color: #46ab8c;
  font-size: 11px;
  overflow: hidden;
  padding: 7px 0;
}

.pcg-product-mobile-v1 .product .reviews img {
  display: inline;
  float: left;
  height: auto;
  width: 55px;
}

.pcg-product-mobile-v1 .product .reviews span {
  color: #231F20;
  display: inline;
  margin-left: 5px;
}

.pcg-product-mobile-v1 .btn-favorite {
  margin-top: 12px;
}

.power-couples-row-mobile-v1 {
  clear: both;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.accordionItem.power-couples-row-mobile-v1 div.row-products-wrapper.hide {
  display: none;
}

.accordionItem.power-couples-row-mobile-v1 h3 {
  border-top: 1px solid #CCCCCC;
  color: #000000;
  cursor: pointer;
  font-size: 20px;
  height: 100%;
  margin: 0;
  max-height: 70px;
  min-height: 65px;
  padding: 10px;
}

.accordionItem.power-couples-row-mobile-v1.acne-breakout h3:first-child {
  border-top: none;
}

.accordionItem.power-couples-row-mobile-v1.row:last-child h3.selected {
  border-bottom: none;
}

.accordionItem.power-couples-row-mobile-v1 h3 span {
  background: url(/media/export/cms/mobile/3-step-icons-sprite.png) no-repeat 0 0 transparent;
  display: inline-block;
  margin-right: 15px;
  padding: 3px;
  width: 50px;
}

.accordionItem.power-couples-row-mobile-v1 h3 span.heading-text {
  background: none;
  vertical-align: -10px;
  width: auto;
}

.accordionItem.power-couples-row-mobile-v1 h3 span.Acne {
  background-position: -2px 4px;
  height: 40px;
}

.accordionItem.power-couples-row-mobile-v1 h3 span.De-aging,
.accordionItem.power-couples-row-mobile-v1 h3 span.De-Aging {
  background-position: 0 -74px;
  height: 40px;
}

.accordionItem.power-couples-row-mobile-v1 h3 span.Hydration {
  background-position: -2px -155px;
  height: 50px;
}

.accordionItem.power-couples-row-mobile-v1 h3 span.Pores {
  background-position: -2px -233px;
  height: 53px;
}

.accordionItem.power-couples-row-mobile-v1 h3 span.Redness {
  background-position: -2px -312px;
  height: 47px;
}

.accordionItem.power-couples-row-mobile-v1 h3 span.Uneven.Skin.Tone {
  background-position: -2px -392px;
  height: 46px;
}

.accordionItem.power-couples-row-mobile-v1 h3 span.three-step-icon-last {
  background-position: 0 -460px;
  float: right;
  height: 40px;
  margin-right: 0;
}

.accordionItem.power-couples-row-mobile-v1 h3.selected span.three-step-icon-last {
  background-position: 0 -505px;
}

.accordionItem.power-couples-row-mobile-v1 .cta-button-wrapper {
  border-top: 1px solid #CCCCCC;
  padding: 20px 10px;
  text-align: center;
}

.accordionItem.power-couples-row-mobile-v1:last-child .cta-button-wrapper {
  border-bottom: 1px solid #CCCCCC;
}

.accordionItem.power-couples-row-mobile-v1 .cta-button-wrapper a.button, .accordionItem.power-couples-row-mobile-v1 .cta-button-wrapper input.form-submit,
.accordionItem.power-couples-row-mobile-v1 .cta-button-wrapper input.button[type='submit'] {
  font-size: 18px;
  /* padding: 8px 40px 9px; */
  width: 100%;
}

.accordionItem.power-couples-row-mobile-v1 .cta-button-wrapper .both_price {
  color: #231F20;
  font-size: 18px;
  margin: 0 0 15px;
  text-align: left;
}

.power-couples-row-mobile-v1 .row-products {
  float: none;
  padding: 0;
  width: 100%;
}

.power-couples-row-mobile-v1 .row-products .powerplus img {
  margin-left: 127px;
  width: 27px;
}

.power-couples-row-mobile-v1 .product {
  clear: both;
  float: none;
  font-size: 13px;
  overflow: auto;
  padding: 45px 0px 25px;
  width: 100%;
}

.power-couples-row-mobile-v1 .product .product-image {
  clear: left;
  float: left;
  margin: 0 0 10px;
  text-align: center;
  width: 30%;
}

.power-couples-row-mobile-v1 .product .product-image img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  width: auto;
}

.power-couples-row-mobile-v1 .product .product-info {
  float: right;
  padding: 0;
  width: 185px;
}

.power-couples-row-mobile-v1 .product .product-info .product-title a:hover {
  color: #44a07e;
}

.power-couples-row-mobile-v1 .product .product-title {
  color: #231f20;
  font-size: 1.17em;
}

.power-couples-row-mobile-v1 .product .product-title a {
  color: #231f20;
}

.power-couples-row-mobile-v1 a.btn-favorite,
.power-couples-row-mobile-v1 a.btn-shopnow,
.power-couples-row-mobile-v1 a.btn-quickview {
  display: none;
}

.power-couples-row-mobile-v1 .button.continue {
  width: 100%;
  margin-top: 40px;
}

.power-couples-row-mobile-v1 .swatches {
  padding: 0 0 20px 20px;
  width: 185px;
  float: left;
}

.power-couples-row-mobile-v1 .swatches li {
  float: left;
}

.power-couples-row-mobile-v1 .swatches li .swatch:hover,
.power-couples-row-mobile-v1 .swatches li .swatch.active {
  border-color: #515254;
}

.power-couples-row-mobile-v1 .swatches li .swatch {
  display: block;
  width: 40px;
  height: 40px;
  float: left;
  margin: 0 0 1px 1px;
  border: solid 2px #fff;
}

.power-couples-row-mobile-v1 .swatch_image {
  float: left;
  padding: 30px 0 0 15px;
}

.power-couples-row-mobile-v1 .sbHolder {
  width: 100%;
  margin: 20px 0;
}

.power-couples-row-mobile-v1 .product-list span {
  text-align: left;
  display: block;
}

.three-step-formatter-mobile-v1 {
  padding: 0;
  position: relative;
}
.three-step-formatter-mobile-v1 .sbHolder {
  margin-bottom: 20px;
}

.three-step-formatter-mobile-v1 .three-step-formatter-header h3 {
  color: #1a1a1a;
  float: left;
  font-size: 36px;
  line-height: 1;
  padding: 0 1% 0 5.5%;
  width: 40%;
}

.three-step-formatter-mobile-v1 .three-step-formatter-header h3.shop-by-skin-type,
.three-step-formatter-mobile-v1 .three-step-formatter-header h3.shop-by-step {
  background: none repeat scroll 0 0 #F5F5F5;
  border-top: 1px solid #CCCCCC;
  color: #808080;
  font-size: 18px;
  margin-bottom: 0;
  padding: 10px 20px 8px;
  width: 100%;
}

.three-step-formatter-mobile-v1 .three-step-formatter-header .cols {
  float: left;
  padding: 0 5.5% 0 0;
  width: 60%;
}

.three-step-formatter-mobile-v1 .three-step-formatter-header .col {
  float: left;
  padding: 0 10% 0 0;
  width: 33%;
}

.three-step-formatter-mobile-v1 .three-step-formatter-header .col .title {
  color: #1a1a1a;
  font-size: 22px;
  line-height: 1;
  white-space: nowrap;
}

.three-step-formatter-mobile-v1 .three-step-formatter-header .col .description {
  color: #6d6d6d;
  font-size: 15px;
  line-height: 17px;
}

.three-step-formatter-mobile-v1 .three-step-formatter-rows {
  clear: both;
  padding: 0;
  position: relative;
}

@media screen and (max-width: 960px) {
  .three-step-formatter-mobile-v1 .outer-wrap, .three-step-formatter-mobile-v1 .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .three-step-formatter-mobile-v1 h3, .three-step-formatter-mobile-v1 .spp-extra .module-may-we-suggest .wrap, .spp-extra .module-may-we-suggest .three-step-formatter-mobile-v1 .wrap {
    padding: 0;
  }
}
/* Mobile Three-Step Row V1 */
.three-step-row-mobile-v1 {
  background: none;
  border: none;
  clear: both;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.three-step-row-mobile-v1 .product:last-child {
  border-bottom: none;
}

.three-step-row-mobile-v1 .row-products {
  float: none;
  padding: 0;
  width: 100%;
}

.three-step-row-mobile-v1 .product {
  clear: both;
  float: none;
  font-size: 13px;
  overflow: auto;
  padding: 45px 15px 25px;
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
  position: relative;
}

.three-step-row-mobile-v1 .product .product-image {
  clear: left;
  float: left;
  margin: 0 0 10px;
  text-align: center;
  width: 30%;
}

.three-step-row-mobile-v1 .product .product-image img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  width: auto;
}

.three-step-row-mobile-v1 .product .product-info {
  float: right;
  padding: 0;
  width: 185px;
}

.three-step-row-mobile-v1 .product .product-title {
  color: #231f20;
  font-size: 1.17em;
}

.three-step-row-mobile-v1 .product .product-title a {
  color: #231f20;
}

.three-step-row-mobile-v1 .product .product-info .product-title a:hover {
  color: #44a07e;
}

.three-step-row-mobile-v1 .product .hidden-link a span {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.accordionItem.three-step-row-mobile-v1 div.row-products-wrapper.hide {
  display: none;
}

.accordionItem.three-step-row-mobile-v1 h3 {
  border-top: 1px solid #CCCCCC;
  color: #000000;
  cursor: pointer;
  font-size: 20px;
  height: 100%;
  margin: 0;
  max-height: 70px;
  min-height: 65px;
  padding: 10px;
}

.accordionItem.three-step-row-mobile-v1.row:last-child h3 {
  border-bottom: 1px solid #CCCCCC;
  margin: 0 0 10px;
}

.accordionItem.three-step-row-mobile-v1.row:last-child h3.selected {
  border-bottom: none;
}

.accordionItem.three-step-row-mobile-v1 h3 span.step-numbers {
  background: none repeat scroll 0 0 transparent;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -o-border-radius: 25px;
  color: #FFFFFF;
  font-weight: bold;
  height: 30px;
  margin: 5px 20px 0 10px;
  padding: 5px;
  text-align: center;
  width: 30px;
}

.accordionItem.three-step-row-mobile-v1 h3 span.step-numbers {
  background: transparent url("/media/export/cms/mobile/3-step-numbers-sprite.png") no-repeat scroll 0 0;
  text-indent: -10000px;
  height: 36px;
  width: 36px;
}

.accordionItem.three-step-row-mobile-v1 h3 span.item-1 {
  background-color: #8FCBB9;
  background-position: 0 2px;
}

.accordionItem.three-step-row-mobile-v1 h3 span.item-2 {
  background-color: #DAADCC;
  background-position: 0 -48px;
}

.accordionItem.three-step-row-mobile-v1 h3 span.item-3 {
  background-color: #F59E9E;
  background-position: 0 -99px;
}

.accordionItem.three-step-row-mobile-v1 h3 span.item-4 {
  background-color: #93CED6;
  background-position: 0 -151px;
}

.accordionItem.three-step-row-mobile-v1 h3 span.item-5,
.accordionItem.three-step-row-mobile-v1 h3 span.item-6,
.accordionItem.three-step-row-mobile-v1 h3 span.item-7 {
  background: none repeat scroll 0 0 transparent;
  height: 0;
  margin: 0;
  vertical-align: 7px;
  width: 0;
}

.accordionItem.three-step-row-mobile-v1 h3 span {
  background: url(/media/export/cms/mobile/3-step-icons-sprite.png) no-repeat 0 0 transparent;
  display: inline-block;
  margin-right: 15px;
  width: 50px;
}

.accordionItem.three-step-row-mobile-v1 h3 span.heading-text {
  background: none;
  vertical-align: middle;
  width: auto;
}

.accordionItem.three-step-row-mobile-v1 h3 span.Acne {
  background-position: -2px 4px;
  height: 40px;
}

.accordionItem.three-step-row-mobile-v1 h3 span.De-Aging {
  background-position: 0 -74px;
  height: 40px;
}

.accordionItem.three-step-row-mobile-v1 h3 span.Hydration {
  background-position: -2px -155px;
  height: 50px;
}

.accordionItem.three-step-row-mobile-v1 h3 span.Pores {
  background-position: -2px -233px;
  height: 53px;
}

.accordionItem.three-step-row-mobile-v1 h3 span.Redness {
  background-position: -2px -312px;
  height: 47px;
}

.accordionItem.three-step-row-mobile-v1 h3 span.Uneven.Skin.Tone {
  background-position: -2px -392px;
  height: 46px;
}

.accordionItem.three-step-row-mobile-v1 h3 span.three-step-icon-last {
  background-position: 0 -460px;
  float: right;
  height: 40px;
  margin-right: 0;
}

.accordionItem.three-step-row-mobile-v1 h3.selected span.three-step-icon-last {
  background-position: 0 -505px;
}

.accordionItem.three-step-row-mobile-v1 .cta-button-wrapper {
  border-top: 1px solid #CCCCCC;
  padding: 20px;
  text-align: center;
}

.accordionItem.three-step-row-mobile-v1:last-child .cta-button-wrapper {
  border-bottom: 1px solid #CCCCCC;
}

.accordionItem.three-step-row-mobile-v1 .cta-button-wrapper a.button, .accordionItem.three-step-row-mobile-v1 .cta-button-wrapper input.form-submit,
.accordionItem.three-step-row-mobile-v1 .cta-button-wrapper input.button[type='submit'] {
  font-size: 18px;
  padding: 0px 60px 12px;
}

.accordionItem.three-step-row-mobile-v1 .cta-button-wrapper .multi-products-price {
  color: #231F20;
  font-size: 18px;
  margin: 0 0 15px;
  text-align: left;
}

/* Three-Step Shop by Step Mobile V1 */
.three-step-shopbystep-mobile-v1 {
  background: none;
  border: none;
  clear: both;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.accordionItem.three-step-shopbystep-mobile-v1 h3 {
  border-top: 1px solid #CCCCCC;
  color: #000000;
  cursor: pointer;
  font-size: 20px;
  height: 100%;
  margin: 0;
  max-height: 70px;
  min-height: 65px;
  padding: 10px;
}

.accordionItem.three-step-shopbystep-mobile-v1.row:last-child h3 {
  border-bottom: 1px solid #CCCCCC;
  margin: 0 0 10px;
}

.accordionItem.three-step-shopbystep-mobile-v1.row:last-child h3.selected {
  border-bottom: none;
}

.accordionItem.three-step-shopbystep-mobile-v1 h3 span.step-numbers {
  background: none repeat scroll 0 0 transparent;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -o-border-radius: 25px;
  color: #FFFFFF;
  font-weight: bold;
  height: 30px;
  margin: 5px 20px 0 10px;
  padding: 5px;
  text-align: center;
  width: 30px;
}

.accordionItem.three-step-shopbystep-mobile-v1 h3 span.item-5,
.accordionItem.three-step-shopbystep-mobile-v1 h3 span.item-6,
.accordionItem.three-step-shopbystep-mobile-v1 h3 span.item-7 {
  background: none repeat scroll 0 0 transparent;
  height: 0;
  margin: 0;
  vertical-align: 7px;
  width: 0;
}

.accordionItem.three-step-shopbystep-mobile-v1 h3 span {
  background: url(/media/export/cms/mobile/3-step-icons-sprite.png) no-repeat 0 0 transparent;
  display: inline-block;
}

.accordionItem.three-step-shopbystep-mobile-v1 h3 span.step-heading {
  margin-left: 5px;
}

.accordionItem.three-step-shopbystep-mobile-v1 h3 span.heading-text {
  background: none;
  vertical-align: -13px;
  width: auto;
}

.accordionItem.three-step-shopbystep-mobile-v1 h3 span.three-step-icon-last {
  background-position: 0 -460px;
  float: right;
  height: 40px;
  margin-right: 0;
  width: 50px;
}

.accordionItem.three-step-shopbystep-mobile-v1 h3.selected span.three-step-icon-last {
  background-position: 0 -505px;
}

.accordionItem.three-step-shopbystep-mobile-v1 h3.product-name,
.accordionItem.three-step-shopbystep-mobile-v1.row:last-child h3.product-name {
  border: medium none;
  padding: 0;
}

/* From mobile MPP */
.three-step-shopbystep-mobile-v1.mobile_mpp {
  background: url("/media/export/images/gradient_top_border_sm.png") repeat-x;
}

.three-step-shopbystep-mobile-v1 .clr {
  clear: both;
}

.three-step-shopbystep-mobile-v1 h2, .three-step-shopbystep-mobile-v1 .module-benefits .heading-container, .module-benefits .three-step-shopbystep-mobile-v1 .heading-container, .three-step-shopbystep-mobile-v1 .module-benefits .heading-container *, .module-benefits .heading-container .three-step-shopbystep-mobile-v1 * {
  margin: 40px 15px 10px;
  padding-top: 10px;
}

.three-step-shopbystep-mobile-v1 a {
  outline: 0;
}

.three-step-shopbystep-mobile-v1 .lrg_img {
  display: none;
}

.three-step-shopbystep-mobile-v1 a.button, .three-step-shopbystep-mobile-v1 input.form-submit,
.three-step-shopbystep-mobile-v1 input.button[type='submit'] {
  width: 100%;
  margin: 12px 0 0;
  height: 45px;
  font-size: 18px;
  line-height: 44px;
}

.three-step-shopbystep-mobile-v1 a.button.select_shade.active, .three-step-shopbystep-mobile-v1 input.select_shade.active.form-submit,
.three-step-shopbystep-mobile-v1 input.select_shade.active.button[type='submit'] {
  background-color: #bebebe;
}

.three-step-shopbystep-mobile-v1 .button-wrapper span {
  display: none;
  width: 100%;
  height: 45px;
  padding: 20px 0 0;
}

.three-step-shopbystep-mobile-v1 .button-wrapper.loading span {
  display: block;
}

.three-step-shopbystep-mobile-v1 .button-wrapper.loading a {
  display: none;
}

.three-step-shopbystep-mobile-v1.mobile_mpp .product-info {
  width: 185px;
  float: right;
}

.three-step-shopbystep-mobile-v1 .mpp-product {
  padding: 25px 15px;
  border-bottom: solid 1px #ccc;
  overflow: visible;
}

.three-step-shopbystep-mobile-v1 .product-list {
  padding: 0;
  margin: 0;
}

.three-step-shopbystep-mobile-v1 .reviews {
  color: #000;
}

.three-step-shopbystep-mobile-v1 .unit select {
  display: none;
}

/* toggle full width */
.three-step-shopbystep-mobile-v1 .product-list.full_width .product-thumb {
  width: 100%;
  display: block;
  text-align: center;
}

.three-step-shopbystep-mobile-v1 .product-list.full_width .product-info {
  width: 100%;
}

.three-step-shopbystep-mobile-v1 .product-list.full_width .lrg_img {
  display: block;
  margin: 0 auto;
}

.three-step-shopbystep-mobile-v1 .product-list.full_width .sm_img {
  display: none;
}

/* swatches */
.three-step-shopbystep-mobile-v1 .shaded {
  width: 100%;
}

.three-step-shopbystep-mobile-v1 .product-addl-info {
  text-align: right;
  clear: both;
  width: 100%;
}

.three-step-shopbystep-mobile-v1 .swatches {
  padding: 0 0 0 20px;
  width: 185px;
  float: left;
}

.three-step-shopbystep-mobile-v1 .swatches li {
  float: left;
}

.three-step-shopbystep-mobile-v1 .swatches li a {
  display: block;
  width: 40px;
  height: 40px;
  float: left;
  margin: 0 0 1px 1px;
  border: solid 2px #fff;
}

.three-step-shopbystep-mobile-v1 .swatches li a:hover, .swatches li a.active {
  border-color: #515254;
}

.three-step-shopbystep-mobile-v1 .swatch_image {
  float: left;
  padding: 30px 0 0 15px;
}

.three-step-shopbystep-mobile-v1 .sbHolder.sized {
  background: url("/media/export/images/size_icon-1.png") #f1f4f5 no-repeat 10px 5px;
}

.three-step-shopbystep-mobile-v1 .sized .sbOptions li {
  background: url("/media/export/images/size_icon-1.png") no-repeat 10px 5px;
}

/* mobile */
.device-mobile .cs-row-mobile-v1.row {
  padding: 15px;
}

.device-mobile .cs-row-mobile-v1 ul li span.label {
  color: #000;
}

.device-mobile .cs-row-mobile-v1 ul.customer-care-list li.customer-care-list-item.phone a,
.device-mobile .cs-row-mobile-v1 ul.customer-care-list li.customer-care-list-item.sms a {
  margin-left: 5px;
}

.device-mobile .cs-row-mobile-v1 ul.customer-care-list {
  margin: 0;
  padding: 0;
}

.device-mobile .cs-row-mobile-v1 ul.customer-care-list li.customer-care-list-item {
  clear: both;
  margin-bottom: 10px;
}

.device-mobile .cs-row-mobile-v1 ul.customer-care-list li.customer-care-list-item a,
.device-mobile .cs-row-mobile-v1 ul.customer-care-list li.customer-care-list-item span.label {
  margin-left: 5px;
  vertical-align: -3px;
}

.device-mobile .cs-row-mobile-v1 ul.customer-care-list li.customer-care-list-item span.icon {
  background: url("/media/images/mobile/cs_icons_sprite.png") no-repeat 0 0 transparent;
  display: block;
  float: left;
  width: 25px;
}

.device-mobile .cs-row-mobile-v1 ul.customer-care-list li.customer-care-list-item.chat span.icon {
  background-position: 0 3px;
  height: 20px;
}

.device-mobile .cs-row-mobile-v1 ul.customer-care-list li.customer-care-list-item.phone span.icon {
  background-position: 0 -22px;
  height: 23px;
}

.device-mobile .cs-row-mobile-v1 ul.customer-care-list li.customer-care-list-item.contact-us span.icon {
  background-position: 0 -51px;
  height: 20px;
}

.device-mobile .cs-row-mobile-v1 ul.customer-care-list li.customer-care-list-item.sms span.icon {
  background-position: 0 -76px;
  height: 25px;
}

.cs-formatter-menu-mobile-v1 ul {
  margin: 0;
  padding: 0;
}

.cs-formatter-menu-mobile-v1 ul.menu .depth-1 {
  display: none;
  margin-left: 100%;
  margin-top: 0;
  width: 100%;
}

li.cs-menu-mobile-v1 {
  background: none repeat scroll 0 0 #FFF;
  display: block;
  margin: 0;
  position: relative;
  vertical-align: top;
  width: 100%;
}

li.cs-menu-mobile-v1 table {
  font-size: 12px;
  margin: 0 auto 20px;
}

li.cs-menu-mobile-v1 a:hover {
  text-decoration: none;
}

li.cs-menu-mobile-v1 h2, li.cs-menu-mobile-v1 .module-benefits .heading-container, .module-benefits li.cs-menu-mobile-v1 .heading-container, li.cs-menu-mobile-v1 .module-benefits .heading-container *, .module-benefits .heading-container li.cs-menu-mobile-v1 * {
  font-size: 18px;
}

li.cs-menu-mobile-v1 h2 a, li.cs-menu-mobile-v1 .module-benefits .heading-container a, .module-benefits li.cs-menu-mobile-v1 .heading-container a, .module-benefits .heading-container li.cs-menu-mobile-v1 * a {
  width: 100%;
  display: inline-block;
  padding: 5px 15px;
  text-decoration: none;
}

li.cs-menu-mobile-v1 h3 {
  color: #231F20;
  font-size: 12px;
  font-weight: bold;
  padding: 15px 5px 15px 10px;
}

li.cs-menu-mobile-v1 h3.selected {
  border: none;
}

li.cs-menu-mobile-v1 h2, li.cs-menu-mobile-v1 .module-benefits .heading-container, .module-benefits li.cs-menu-mobile-v1 .heading-container, li.cs-menu-mobile-v1 .module-benefits .heading-container *, .module-benefits .heading-container li.cs-menu-mobile-v1 *,
li.cs-menu-mobile-v1 h3 {
  border-bottom: 1px solid #CCC;
  cursor: pointer;
  margin: 0;
}

li.cs-menu-mobile-v1.parent h2.back a span.icon, li.cs-menu-mobile-v1.parent .module-benefits .back.heading-container a span.icon, .module-benefits li.cs-menu-mobile-v1.parent .back.heading-container a span.icon, li.cs-menu-mobile-v1.parent .module-benefits .heading-container .back a span.icon, .module-benefits .heading-container li.cs-menu-mobile-v1.parent .back a span.icon,
li.cs-menu-mobile-v1 h2.cs-slide-menu-heading span.icon-next,
li.cs-menu-mobile-v1 .module-benefits .cs-slide-menu-heading.heading-container span.icon-next,
.module-benefits li.cs-menu-mobile-v1 .cs-slide-menu-heading.heading-container span.icon-next,
li.cs-menu-mobile-v1 .module-benefits .heading-container .cs-slide-menu-heading span.icon-next,
.module-benefits .heading-container li.cs-menu-mobile-v1 .cs-slide-menu-heading span.icon-next {
  background-color: transparent;
  background-image: url("/media/export/cms/mobile/nav_arrows_sprite_mobile.png");
  background-repeat: no-repeat;
  height: 37px;
  width: 27px;
}

li.cs-menu-mobile-v1.parent h2.back a span.icon, li.cs-menu-mobile-v1.parent .module-benefits .back.heading-container a span.icon, .module-benefits li.cs-menu-mobile-v1.parent .back.heading-container a span.icon, li.cs-menu-mobile-v1.parent .module-benefits .heading-container .back a span.icon, .module-benefits .heading-container li.cs-menu-mobile-v1.parent .back a span.icon {
  background-position: 0 0;
  display: inline-block;
  height: 30px;
  margin: 0 10px 0 -5px;
  position: static;
  vertical-align: -11px;
  width: 20px;
}

li.cs-menu-mobile-v1 h2.cs-slide-menu-heading span.icon-next, li.cs-menu-mobile-v1 .module-benefits .cs-slide-menu-heading.heading-container span.icon-next, .module-benefits li.cs-menu-mobile-v1 .cs-slide-menu-heading.heading-container span.icon-next, li.cs-menu-mobile-v1 .module-benefits .heading-container .cs-slide-menu-heading span.icon-next, .module-benefits .heading-container li.cs-menu-mobile-v1 .cs-slide-menu-heading span.icon-next {
  background-position: -18px 8px;
  display: inline-block;
  margin: 0 0 0 80px;
  position: absolute;
  right: 0;
}

li.cs-menu-mobile-v1 h3 span.heading-text {
  padding: 0;
  width: 275px;
  display: inline-block;
}

li.cs-menu-mobile-v1 h3 span.icon-open {
  background: url("/media/export/cms/mobile/3-step-icons-sprite.png") no-repeat scroll -10px -475px transparent;
  float: right;
  height: 30px;
  width: 30px;
}

li.cs-menu-mobile-v1 h3.selected span.icon-open {
  background-position: -10px -520px;
}

li.cs-menu-mobile-v1 .menu-container.depth-1 {
  display: none;
}

li.cs-menu-mobile-v1 .cs-accordion-items-wrapper .row-menu-items .accordion-menu-item .cs-accordion-content {
  padding: 5px 15px;
}

@media only screen and (orientation: landscape) {
  li.cs-menu-mobile-v1 h3 span.heading-text {
    width: 86%;
  }
}
.device-mobile .store-locator-mobile-v1 a:hover, .device-mobile .store-locator-mobile-popup-v1 a:hover {
  text-decoration: none;
}
.device-mobile .store-locator-mobile-v1 > *, .device-mobile .store-locator-mobile-popup-v1 > * {
  margin-left: 10px;
  margin-right: 10px;
}
.device-mobile .store-locator-mobile-v1 h2, .device-mobile .store-locator-mobile-popup-v1 h2, .device-mobile .store-locator-mobile-v1 .module-benefits .heading-container, .module-benefits .device-mobile .store-locator-mobile-v1 .heading-container, .device-mobile .store-locator-mobile-popup-v1 .module-benefits .heading-container, .module-benefits .device-mobile .store-locator-mobile-popup-v1 .heading-container, .device-mobile .store-locator-mobile-v1 .module-benefits .heading-container *, .module-benefits .heading-container .device-mobile .store-locator-mobile-v1 *, .device-mobile .store-locator-mobile-popup-v1 .module-benefits .heading-container *, .module-benefits .heading-container .device-mobile .store-locator-mobile-popup-v1 * {
  font-size: 36px;
  padding-top: 0;
  margin-top: 10px;
  color: #5dba98;
  text-transform: capitalize;
  font-size: 31px;
  font-weight: normal;
}
.device-mobile .store-locator-mobile-v1 h3, .device-mobile .store-locator-mobile-popup-v1 h3 {
  color: #000;
  margin: 0 0 10px 10px;
}
.device-mobile .store-locator-mobile-v1 h4.search_input_header, .device-mobile .store-locator-mobile-popup-v1 h4.search_input_header, .device-mobile .store-locator-mobile-v1 h4.locate_travel_location, .device-mobile .store-locator-mobile-popup-v1 h4.locate_travel_location {
  color: #231f20;
  font-size: 12px;
  font-family: "HelveticaNeueLTStd55Roman", Arial, Sans-Serif;
  text-transform: none;
  margin: 0;
  font-weight: bold;
}
.device-mobile .store-locator-mobile-v1 h2.store_locator, .device-mobile .store-locator-mobile-popup-v1 h2.store_locator, .device-mobile .store-locator-mobile-v1 .module-benefits .store_locator.heading-container, .module-benefits .device-mobile .store-locator-mobile-v1 .store_locator.heading-container, .device-mobile .store-locator-mobile-popup-v1 .module-benefits .store_locator.heading-container, .module-benefits .device-mobile .store-locator-mobile-popup-v1 .store_locator.heading-container, .device-mobile .store-locator-mobile-v1 .module-benefits .heading-container .store_locator, .module-benefits .heading-container .device-mobile .store-locator-mobile-v1 .store_locator, .device-mobile .store-locator-mobile-popup-v1 .module-benefits .heading-container .store_locator, .module-benefits .heading-container .device-mobile .store-locator-mobile-popup-v1 .store_locator {
  margin-top: 50px;
}
.device-mobile .store-locator-mobile-v1 .geo_search.button, .device-mobile .store-locator-mobile-popup-v1 .geo_search.button {
  background: none;
  border: 1px solid #E9E9E9;
  color: #666666;
}
.device-mobile .store-locator-mobile-v1 .geo_search.button:hover, .device-mobile .store-locator-mobile-popup-v1 .geo_search.button:hover {
  background: none;
}
.device-mobile .store-locator-mobile-v1 .map-marker, .device-mobile .store-locator-mobile-popup-v1 .map-marker {
  background-image: url("/sites/clinique/themes/cl_base/template_api/store_locator_v1/result-pin.png");
  width: 29px;
  height: 44px;
  color: #FFF;
  text-align: center;
  padding-top: 10px;
  font-weight: bold;
}
.device-mobile .store-locator-mobile-v1 .search.button.search_by_location, .device-mobile .store-locator-mobile-popup-v1 .search.button.search_by_location {
  margin-bottom: 0;
}
.device-mobile .store-locator-mobile-v1 .map_container, .device-mobile .store-locator-mobile-popup-v1 .map_container, .device-mobile .store-locator-mobile-v1 .locations_table_panel, .device-mobile .store-locator-mobile-popup-v1 .locations_table_panel {
  margin-left: 0;
  margin-right: 0;
}
.device-mobile .store-locator-mobile-v1 .door_row, .device-mobile .store-locator-mobile-popup-v1 .door_row {
  padding: 10px;
  border-bottom: 1px solid #d8d7d7;
}
.device-mobile .store-locator-mobile-v1 .door_row:nth-last-child(1), .device-mobile .store-locator-mobile-popup-v1 .door_row:nth-last-child(1),
.device-mobile .store-locator-mobile-v1 .door_row:nth-child(10),
.device-mobile .store-locator-mobile-popup-v1 .door_row:nth-child(10) {
  border: none;
}
.device-mobile .store-locator-mobile-v1 .store_name a, .device-mobile .store-locator-mobile-popup-v1 .store_name a {
  color: inherit;
  text-decoration: none;
}
.device-mobile .store-locator-mobile-v1 .store_name.actual_store_name a, .device-mobile .store-locator-mobile-popup-v1 .store_name.actual_store_name a {
  font-weight: bold;
}
.device-mobile .store-locator-mobile-v1 .results-count, .device-mobile .store-locator-mobile-popup-v1 .results-count {
  display: none;
}
.device-mobile .store-locator-mobile-v1 .button, .device-mobile .store-locator-mobile-popup-v1 .button {
  margin: 3px 0 15px;
  min-height: 34px;
  height: auto;
  border-radius: 0;
  width: 100%;
  line-height: 23px;
}
.device-mobile .store-locator-mobile-v1 .button.more-results-button, .device-mobile .store-locator-mobile-popup-v1 .button.more-results-button {
  margin-top: 0;
}
.device-mobile .store-locator-mobile-v1 .directions.button, .device-mobile .store-locator-mobile-popup-v1 .directions.button {
  border: 1px solid #5dba98;
  color: #5dba98;
  background-color: #FFF;
  margin: 0;
}
.device-mobile .store-locator-mobile-v1 .event-image, .device-mobile .store-locator-mobile-popup-v1 .event-image {
  float: left;
}
.device-mobile .store-locator-mobile-v1 .button .geo_icon, .device-mobile .store-locator-mobile-popup-v1 .button .geo_icon {
  position: relative;
  top: 3px;
  left: -3px;
  margin-right: 6px;
}
.device-mobile .store-locator-mobile-v1 .search_input, .device-mobile .store-locator-mobile-popup-v1 .search_input {
  background: white;
  border: 1px solid #dcddde;
  vertical-align: middle;
  color: #231f20;
  line-height: 35px;
  font-size: 15px;
  padding: 4px 0;
  border-radius: 0;
  margin: 8px 5px 12px 0;
  text-indent: 8px;
  width: 100%;
  height: 40px;
}
.device-mobile .store-locator-mobile-v1 ul.error_messages li, .device-mobile .store-locator-mobile-popup-v1 ul.error_messages li {
  color: #ef6ea8;
  margin: 0 0 5px;
  display: inline-block;
}
.device-mobile .store-locator-mobile-v1 ul.error_messages li.inactive, .device-mobile .store-locator-mobile-popup-v1 ul.error_messages li.inactive {
  display: none;
}
.device-mobile .store-locator-mobile-v1 .location_info h1, .device-mobile .store-locator-mobile-popup-v1 .location_info h1 {
  color: #5dba98;
  font-size: 14px;
  line-height: normal;
  margin: 10px 0;
}
.device-mobile .store-locator-mobile-v1 .doors_body, .device-mobile .store-locator-mobile-popup-v1 .doors_body {
  font-size: 14px;
}
.device-mobile .store-locator-mobile-v1 .doors_body.store_address, .device-mobile .store-locator-mobile-popup-v1 .doors_body.store_address {
  color: #808080;
  font-weight: normal;
  line-height: 21px;
}
.device-mobile .store-locator-mobile-v1 a.view-details, .device-mobile .store-locator-mobile-popup-v1 a.view-details {
  font-weight: bold;
}
.device-mobile .store-locator-mobile-v1 .map_canvas, .device-mobile .store-locator-mobile-popup-v1 .map_canvas, .device-mobile .store-locator-mobile-v1 .map_container, .device-mobile .store-locator-mobile-popup-v1 .map_container {
  width: 320px;
  height: 320px;
}
.device-mobile .store-locator-mobile-v1 .map_container, .device-mobile .store-locator-mobile-popup-v1 .map_container {
  position: relative;
}
.device-mobile .store-locator-mobile-v1 .map_container .scroll-overlay, .device-mobile .store-locator-mobile-popup-v1 .map_container .scroll-overlay {
  width: 55px;
  height: 320px;
  background: url("http://paulsebastianmusic.com/doubleprimetest/scroll-map-overlay.png") no-repeat right;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  opacity: 0.9;
}
.device-mobile .store-locator-mobile-v1 .search_container, .device-mobile .store-locator-mobile-popup-v1 .search_container {
  border-bottom: 1px solid #DCDDDE;
  margin-bottom: 15px;
}
.device-mobile .store-locator-mobile-v1 input.search_input, .device-mobile .store-locator-mobile-popup-v1 input.search_input {
  width: 100%;
  margin-bottom: 20px;
}
.device-mobile .store-locator-mobile-v1 select.country, .device-mobile .store-locator-mobile-popup-v1 select.country {
  width: 100%;
  padding: 5px 13px;
  margin: 10px 0;
}
.device-mobile .store-locator-mobile-v1 .locator_content label, .device-mobile .store-locator-mobile-popup-v1 .locator_content label {
  font-weight: normal;
}
.device-mobile .store-locator-mobile-v1 .locator_content .button, .device-mobile .store-locator-mobile-popup-v1 .locator_content .button {
  float: right;
}
.device-mobile .store-locator-mobile-v1 .results_header_wrapper, .device-mobile .store-locator-mobile-popup-v1 .results_header_wrapper {
  clear: both;
  padding-bottom: 5px;
  display: inline-block;
  width: 100%;
}
.device-mobile .store-locator-mobile-v1 .event-details, .device-mobile .store-locator-mobile-popup-v1 .event-details {
  margin: 10px 0;
}
.device-mobile .store-locator-mobile-v1 .store_extra, .device-mobile .store-locator-mobile-popup-v1 .store_extra {
  margin: 10px 0 0;
  clear: both;
}
.device-mobile .store-locator-mobile-v1 .results_header_wrapper, .device-mobile .store-locator-mobile-popup-v1 .results_header_wrapper {
  padding: 0;
  margin: 0;
}
.device-mobile .store-locator-mobile-v1 .doors_results_header, .device-mobile .store-locator-mobile-popup-v1 .doors_results_header {
  color: #808080;
  padding: 10px;
  margin-bottom: 10px;
}
.device-mobile .store-locator-mobile-v1 .doors_results_header .query, .device-mobile .store-locator-mobile-popup-v1 .doors_results_header .query {
  color: #000;
}
.device-mobile .store-locator-mobile-v1 input[type="text"].error, .device-mobile .store-locator-mobile-popup-v1 input[type="text"].error, .device-mobile .store-locator-mobile-v1 select.error, .device-mobile .store-locator-mobile-popup-v1 select.error {
  border: 1px solid #B50404;
  background-color: #fff;
  color: #B50404;
}

.store-locator-mobile-popup-v1 > * {
  margin-left: 0;
  margin-right: 0;
}
.store-locator-mobile-popup-v1 .event-popup-header {
  color: #000;
  margin: 12px 0 0;
  font-size: 24px;
}
.store-locator-mobile-popup-v1 h3 {
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
}
.store-locator-mobile-popup-v1 .event-popup-content {
  color: #000;
  font-size: 14px;
  margin: 10px 0 10px 10px;
  min-height: 125px;
}

.gm-style-iw, .gm-style-iw > div {
  overflow: hidden !important;
  height: auto !important;
  width: auto !important;
}

.locations_form_panel h3.store_locator {
  margin: 0 0 7px 0;
}

/* ADD EVENT TO CALENDAR */
.device-mobile .store-locator-mobile-popup-v1 .addthisevent-drop {
  background: none repeat scroll 0 0 #5DBA98;
  border: 0 none;
  color: #FFFFFF !important;
  display: inline-block;
  font-family: "HelveticaNeueLTStd65Medium", Verdana, Arial, Sans-Serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0px;
  line-height: 23px;
  padding: 4px 10px 3px;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}

.device-mobile .store-locator-mobile-popup-v1 .addthisevent-drop:hover {
  background: none repeat scroll 0 0 #44A07E;
  text-decoration: none;
}

/* END ADD EVENT TO CALENDAR */
.mobile_mpp {
  background: url("/media/export/images/gradient_top_border_sm.png") repeat-x;
}

.mobile_mpp > h2, .module-benefits .mobile_mpp > .heading-container, .module-benefits .heading-container .mobile_mpp > * {
  color: #000000;
  margin-left: 15px;
  padding-top: 20px;
}

.clr {
  clear: both;
}

a {
  outline: 0;
}

.mpp_filter {
  padding: 15px;
  background-color: #EFF1F1;
  border: solid 1px #d8d7d7;
  border-width: 1px 0;
  font-size: 15px;
  background: url("/media/export/images/plus_icon.png") no-repeat 285px 15px;
}

.mpp_filter.filter_down {
  background: url("/media/export/images/minus_icon.png") no-repeat 285px 15px;
}

.mpp_filter a {
  color: #000;
  text-decoration: none;
  display: block;
  width: 100%;
}

.mpp_filters form {
  padding: 20px 0;
}

.mpp_filters input[type="submit"] {
  font-size: 12px;
  margin: 12px 0 0;
  background-color: #5dba98;
  border: 0 none;
  color: #FFFFFF;
  display: inline-block;
  font-weight: bold;
  height: 24px;
  letter-spacing: 1px;
  line-height: 27px;
  padding: 0 10px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.mpp_toggle_view {
  text-align: right;
  padding: 15px 15px 0;
  width: 100%;
  color: #000;
}

.mpp_toggle_view a {
  float: right;
  margin-left: 10px;
  display: block;
  width: 39px;
  height: 16px;
  background: url("/media/export/images/rows_icon.png");
}

.mpp_toggle_view a.toggle_on {
  background: url("/media/export/images/stacked_icon.png");
}

.lrg_img {
  display: none;
}

a.button, input.form-submit,
input.button[type='submit'] {
  width: 100%;
  margin: 12px 0 0;
  height: 45px;
  font-size: 18px;
  line-height: 44px;
}

a.button.select_shade.active, input.select_shade.active.form-submit,
input.select_shade.active.button[type='submit'] {
  background-color: #bebebe;
}

.button-wrapper span {
  display: none;
  width: 100%;
  height: 45px;
  padding: 20px 0 0;
}

.button-wrapper.loading span {
  display: block;
}

.button-wrapper.loading a {
  display: none;
}

.product-info {
  width: 185px;
  float: right;
}

.mpp-product {
  padding: 25px 15px;
  border-bottom: solid 1px #ccc;
  overflow: visible;
  position: relative;
}
.mpp-product img.sm_img {
  position: absolute;
  left: 0;
}

.product-list {
  padding: 0;
  margin: 0;
}

.device-mobile .price {
  margin: 0;
}

.reviews {
  color: #000;
}

.mobile_mpp .reviews {
  position: relative;
}

.mobile_mpp .reviews .btn-favorite {
  bottom: 0;
  margin: 0;
  position: absolute;
  right: 0;
}

.unit select {
  display: none;
}

/* toggle full width */
.product-list.full_width .product-thumb {
  width: 100%;
  display: block;
  text-align: center;
}

.product-list.full_width .product-info {
  width: 100%;
}

.product-list.full_width .lrg_img {
  display: block;
  margin: 0 auto;
}

.product-list.full_width .sm_img {
  display: none;
}

/* swatches */
.shaded {
  width: 100%;
}

.product-addl-info {
  text-align: right;
  clear: both;
  width: 100%;
}

.swatches {
  padding: 0 0 0 20px;
  width: 147px;
  float: left;
}

.swatches li {
  float: left;
}

.swatches li .swatch {
  display: block;
  width: 40px;
  height: 40px;
  float: left;
  margin: 0 0 1px 1px;
  border: solid 2px #fff;
}

.swatches li .swatch:hover, .swatches li .swatch.active {
  border-color: #515254;
}

.swatches li .swatch .multi-2 {
  width: 100%;
  height: 50%;
  float: left;
}

.swatches li .swatch .multi-4 {
  width: 50%;
  height: 50%;
  float: left;
}

.swatch_image {
  float: left;
  padding: 20px 0 0 15px;
}

.sbHolder.sized {
  background: url("/media/export/images/size_icon-1.png") #f1f4f5 no-repeat 10px 5px;
}

.sized .sbOptions li {
  background: url("/media/export/images/size_icon-1.png") no-repeat 10px 5px;
}

/* Filters navigation */
.mobile_mpp .mpp-filter {
  position: relative;
}

.mobile_mpp .mpp-filter ul.menu .depth-1,
.mobile_mpp .mpp-filter .menu-container.mpp-filter-content.depth-2 {
  display: none;
  margin-left: 100%;
  width: 100%;
}

.mobile_mpp .mpp-filter ul.menu .depth-1 {
  margin-top: 0;
}

.mobile_mpp .mpp-filter .menu-container.mpp-filter-content.depth-2 {
  margin-top: 0;
}

/* Filter menu items */
.mobile_mpp .mpp-filter ul.menu,
.mobile_mpp .mpp-filter ol,
.mobile_mpp .mpp-filter ul,
.mobile_mpp .mpp-filter .mpp-wrapper ul.menu li.filter-main {
  margin: 0;
  padding: 0;
}

.mobile_mpp .mpp-filter ul li {
  border-top: 1px solid #FFF;
}

.mobile_mpp .mpp-filter ul li,
.mobile_mpp .mpp-filter ul li h2,
.mobile_mpp .mpp-filter ul li .module-benefits .heading-container,
.module-benefits .mobile_mpp .mpp-filter ul li .heading-container,
.mobile_mpp .mpp-filter ul li .module-benefits .heading-container *,
.module-benefits .heading-container .mobile_mpp .mpp-filter ul li * {
  cursor: pointer;
  font-size: 18px;
  margin: 0;
  padding: 5px 15px;
}

.mobile_mpp .mpp-filter ul li h2, .mobile_mpp .mpp-filter ul li .module-benefits .heading-container, .module-benefits .mobile_mpp .mpp-filter ul li .heading-container, .mobile_mpp .mpp-filter ul li .module-benefits .heading-container *, .module-benefits .heading-container .mobile_mpp .mpp-filter ul li * {
  height: 50px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.mobile_mpp .mpp-filter ul li.filter-main h2, .mobile_mpp .mpp-filter ul li.filter-main .module-benefits .heading-container, .module-benefits .mobile_mpp .mpp-filter ul li.filter-main .heading-container, .mobile_mpp .mpp-filter ul li.filter-main .module-benefits .heading-container *, .module-benefits .heading-container .mobile_mpp .mpp-filter ul li.filter-main * {
  padding-right: 5px;
}

.mobile_mpp .mpp-filter ul li.filter-depth-1-main h2, .mobile_mpp .mpp-filter ul li.filter-depth-1-main .module-benefits .heading-container, .module-benefits .mobile_mpp .mpp-filter ul li.filter-depth-1-main .heading-container, .mobile_mpp .mpp-filter ul li.filter-depth-1-main .module-benefits .heading-container *, .module-benefits .heading-container .mobile_mpp .mpp-filter ul li.filter-depth-1-main * {
  border-bottom: 1px solid #FFFFFF;
}

.mobile_mpp .mpp-filter ul li.filter-main h2 a, .mobile_mpp .mpp-filter ul li.filter-main .module-benefits .heading-container a, .module-benefits .mobile_mpp .mpp-filter ul li.filter-main .heading-container a, .module-benefits .heading-container .mobile_mpp .mpp-filter ul li.filter-main * a,
.mobile_mpp .mpp-filter ul li.filter-depth-1-main h2 a,
.mobile_mpp .mpp-filter ul li.filter-depth-1-main .module-benefits .heading-container a,
.module-benefits .mobile_mpp .mpp-filter ul li.filter-depth-1-main .heading-container a,
.module-benefits .heading-container .mobile_mpp .mpp-filter ul li.filter-depth-1-main * a,
.mobile_mpp .mpp-filter ul li.filter-depth-2-main h2 a,
.mobile_mpp .mpp-filter ul li.filter-depth-2-main .module-benefits .heading-container a,
.module-benefits .mobile_mpp .mpp-filter ul li.filter-depth-2-main .heading-container a,
.module-benefits .heading-container .mobile_mpp .mpp-filter ul li.filter-depth-2-main * a {
  color: #1F1F21;
  height: 100%;
  padding-left: 0;
  padding-top: 3px;
  position: absolute;
  text-transform: capitalize;
  width: 100%;
}

.mobile_mpp .mpp-filter ul li.filter-depth-2-main h2.back > a, .mobile_mpp .mpp-filter ul li.filter-depth-2-main .module-benefits .back.heading-container > a, .module-benefits .mobile_mpp .mpp-filter ul li.filter-depth-2-main .back.heading-container > a, .mobile_mpp .mpp-filter ul li.filter-depth-2-main .module-benefits .heading-container .back > a, .module-benefits .heading-container .mobile_mpp .mpp-filter ul li.filter-depth-2-main .back > a {
  width: 60%;
}

.mobile_mpp .mpp-filter ul li h2 a:hover, .mobile_mpp .mpp-filter ul li .module-benefits .heading-container a:hover, .module-benefits .mobile_mpp .mpp-filter ul li .heading-container a:hover, .module-benefits .heading-container .mobile_mpp .mpp-filter ul li * a:hover,
.mobile_mpp .mpp-filter ul li.filter-depth-1-main h2 a:hover,
.mobile_mpp .mpp-filter ul li.filter-depth-1-main .module-benefits .heading-container a:hover,
.module-benefits .mobile_mpp .mpp-filter ul li.filter-depth-1-main .heading-container a:hover,
.module-benefits .heading-container .mobile_mpp .mpp-filter ul li.filter-depth-1-main * a:hover,
.mobile_mpp .mpp-filter ul li.filter-depth-2-main h2 a:hover,
.mobile_mpp .mpp-filter ul li.filter-depth-2-main .module-benefits .heading-container a:hover,
.module-benefits .mobile_mpp .mpp-filter ul li.filter-depth-2-main .heading-container a:hover,
.module-benefits .heading-container .mobile_mpp .mpp-filter ul li.filter-depth-2-main * a:hover {
  text-decoration: none;
}

.mobile_mpp .mpp-filter ul li.back h2, .mobile_mpp .mpp-filter ul li.back .module-benefits .heading-container, .module-benefits .mobile_mpp .mpp-filter ul li.back .heading-container, .mobile_mpp .mpp-filter ul li.back .module-benefits .heading-container *, .module-benefits .heading-container .mobile_mpp .mpp-filter ul li.back *,
.mobile_mpp .mpp-filter ul li.inactive {
  background: none repeat scroll 0 0 #D9D9D9;
  border-top: 1px solid #FFFFFF;
}

.mobile_mpp .mpp-filter ul li.filter-main > h2, .mobile_mpp .mpp-filter ul .module-benefits li.filter-main > .heading-container, .module-benefits .mobile_mpp .mpp-filter ul li.filter-main > .heading-container, .mobile_mpp .mpp-filter ul .module-benefits .heading-container li.filter-main > *, .module-benefits .heading-container .mobile_mpp .mpp-filter ul li.filter-main > * {
  background: none repeat scroll 0 0 #FFFFFF;
  border-bottom: 1px solid #D9D9D9;
  border-top: 1px solid #D9D9D9;
}

.mobile_mpp .mpp-filter ul li.first.filter-main h2 span.plus, .mobile_mpp .mpp-filter ul li.first.filter-main .module-benefits .heading-container span.plus, .module-benefits .mobile_mpp .mpp-filter ul li.first.filter-main .heading-container span.plus, .module-benefits .heading-container .mobile_mpp .mpp-filter ul li.first.filter-main * span.plus {
  background: url("/sites/clinique/themes/cl_base/template_api/power_couples_row_v1/sprite-powercouples.png") no-repeat scroll right -215px transparent;
  display: inline;
  float: right;
  height: 40px;
  width: 40px;
}

.mobile_mpp .mpp-filter ul li.back {
  margin: 0;
  padding: 0;
}

.mobile_mpp .mpp-filter ul li.back h2, .mobile_mpp .mpp-filter ul li.back .module-benefits .heading-container, .module-benefits .mobile_mpp .mpp-filter ul li.back .heading-container, .mobile_mpp .mpp-filter ul li.back .module-benefits .heading-container *, .module-benefits .heading-container .mobile_mpp .mpp-filter ul li.back * {
  border-bottom: 1px solid #FFFFFF;
  margin: 0;
  padding: 5px 15px 5px 0;
}

.mobile_mpp .mpp-filter ul li h2.back a span.icon, .mobile_mpp .mpp-filter ul li .module-benefits .back.heading-container a span.icon, .module-benefits .mobile_mpp .mpp-filter ul li .back.heading-container a span.icon, .mobile_mpp .mpp-filter ul li .module-benefits .heading-container .back a span.icon, .module-benefits .heading-container .mobile_mpp .mpp-filter ul li .back a span.icon,
.mobile_mpp .mpp-filter ul li h2 span.icon-next,
.mobile_mpp .mpp-filter ul li .module-benefits .heading-container span.icon-next,
.module-benefits .mobile_mpp .mpp-filter ul li .heading-container span.icon-next,
.module-benefits .heading-container .mobile_mpp .mpp-filter ul li * span.icon-next {
  background-color: transparent;
  background-image: url("/media/export/cms/mobile/nav_arrows_sprite_mobile.png");
  background-repeat: no-repeat;
  height: 37px;
  width: 27px;
}

.mobile_mpp .mpp-filter ul li h2.back a span.icon, .mobile_mpp .mpp-filter ul li .module-benefits .back.heading-container a span.icon, .module-benefits .mobile_mpp .mpp-filter ul li .back.heading-container a span.icon, .mobile_mpp .mpp-filter ul li .module-benefits .heading-container .back a span.icon, .module-benefits .heading-container .mobile_mpp .mpp-filter ul li .back a span.icon {
  background-position: 5px 8px;
  left: 0;
  position: absolute;
  top: -2px;
}

.mobile_mpp .mpp-filter ul li.filter-depth-2-main h2.back a span.icon, .mobile_mpp .mpp-filter ul li.filter-depth-2-main .module-benefits .back.heading-container a span.icon, .module-benefits .mobile_mpp .mpp-filter ul li.filter-depth-2-main .back.heading-container a span.icon, .mobile_mpp .mpp-filter ul li.filter-depth-2-main .module-benefits .heading-container .back a span.icon, .module-benefits .heading-container .mobile_mpp .mpp-filter ul li.filter-depth-2-main .back a span.icon {
  display: inline-block;
  left: -15px;
  margin-right: 0;
}

.mobile_mpp .mpp-filter ul li.filter-depth-2-main h2.back a span.icon + span, .mobile_mpp .mpp-filter ul li.filter-depth-2-main .module-benefits .back.heading-container a span.icon + span, .module-benefits .mobile_mpp .mpp-filter ul li.filter-depth-2-main .back.heading-container a span.icon + span, .mobile_mpp .mpp-filter ul li.filter-depth-2-main .module-benefits .heading-container .back a span.icon + span, .module-benefits .heading-container .mobile_mpp .mpp-filter ul li.filter-depth-2-main .back a span.icon + span {
  margin-left: 18px;
}

.mobile_mpp .mpp-filter ul li h2 span.icon-next, .mobile_mpp .mpp-filter ul li .module-benefits .heading-container span.icon-next, .module-benefits .mobile_mpp .mpp-filter ul li .heading-container span.icon-next, .module-benefits .heading-container .mobile_mpp .mpp-filter ul li * span.icon-next {
  background-position: -18px 8px;
  display: inline-block;
  margin: 0 0 0 80px;
  position: absolute;
  right: 0;
}

.mobile_mpp .mpp-filter ul li.filter-item,
.mobile_mpp .mpp-filter ul li.filter-depth-1-main,
.mobile_mpp .mpp-filter ul li.filter-depth-2-main {
  background: none repeat scroll 0 0 #EBEBEB;
  display: block;
  margin: 0;
  position: relative;
  vertical-align: top;
  width: 100%;
}

.mobile_mpp .mpp-filter ul li:first-child {
  background: none repeat scroll 0 0 #DADADA;
}

.mobile_mpp .mpp-filter ul li.filter-item {
  padding: 10px 15px;
}

.mobile_mpp .mpp-filter ul li.filter-item.active {
  background: none repeat scroll 0 0 #DFDFDF;
}

.mobile_mpp .mpp-filter ul li.filter-depth-1-main,
.mobile_mpp .mpp-filter ul li.filter-depth-2-main {
  border: medium none;
  padding: 0;
}

.mobile_mpp .mpp-filter ul li.inactive {
  display: none;
}

.mobile_mpp .mpp-filter ul li.hidden {
  display: none !important;
}

.mobile_mpp .mpp-filter ul li.first.back h2.back.hidden, .mobile_mpp .mpp-filter ul li.first.back .module-benefits .back.hidden.heading-container, .module-benefits .mobile_mpp .mpp-filter ul li.first.back .back.hidden.heading-container, .mobile_mpp .mpp-filter ul li.first.back .module-benefits .heading-container .back.hidden, .module-benefits .heading-container .mobile_mpp .mpp-filter ul li.first.back .back.hidden {
  display: block;
}

.mobile_mpp .mpp-filter ul li.filter-item a {
  color: #BBBBBB;
}

.mobile_mpp .mpp-filter ul li.filter-item a.active {
  color: #1F1F1F;
}

.mobile_mpp .mpp-filter ul li.filter-item a.button, .mobile_mpp .mpp-filter ul li.filter-item input.form-submit,
.mobile_mpp .mpp-filter ul li.filter-item input.button[type='submit'] {
  background: none repeat scroll 0 0 #BEBEBE;
  color: #FFFFFF;
  font-size: 13px;
  height: 25px;
  line-height: 18px;
  margin: 5px 0 5px 20px;
  padding: 3px 0;
  position: absolute;
  text-transform: uppercase;
  right: 15px;
  top: 7px;
  width: 27%;
}

.mobile_mpp .mpp-filter ul li.filter-depth-2-main h2.back a.button.active, .mobile_mpp .mpp-filter ul li.filter-depth-2-main .module-benefits .back.heading-container a.button.active, .module-benefits .mobile_mpp .mpp-filter ul li.filter-depth-2-main .back.heading-container a.button.active, .mobile_mpp .mpp-filter ul li.filter-depth-2-main .module-benefits .heading-container .back a.button.active, .module-benefits .heading-container .mobile_mpp .mpp-filter ul li.filter-depth-2-main .back a.button.active, .mobile_mpp .mpp-filter ul li.filter-depth-2-main h2.back input.active.form-submit, .mobile_mpp .mpp-filter ul li.filter-depth-2-main .module-benefits .back.heading-container input.active.form-submit, .module-benefits .mobile_mpp .mpp-filter ul li.filter-depth-2-main .back.heading-container input.active.form-submit, .mobile_mpp .mpp-filter ul li.filter-depth-2-main .module-benefits .heading-container .back input.active.form-submit, .module-benefits .heading-container .mobile_mpp .mpp-filter ul li.filter-depth-2-main .back input.active.form-submit,
.mobile_mpp .mpp-filter ul li.filter-depth-2-main h2.back input.active.button[type='submit'],
.mobile_mpp .mpp-filter ul li.filter-depth-2-main .module-benefits .back.heading-container input.active.button[type='submit'],
.module-benefits .mobile_mpp .mpp-filter ul li.filter-depth-2-main .back.heading-container input.active.button[type='submit'],
.mobile_mpp .mpp-filter ul li.filter-depth-2-main .module-benefits .heading-container .back input.active.button[type='submit'],
.module-benefits .heading-container .mobile_mpp .mpp-filter ul li.filter-depth-2-main .back input.active.button[type='submit'] {
  background: none repeat scroll 0 0 #5dba98;
  z-index: 100;
}

.mobile_mpp .mpp-filter ul li.filter-item a .close-filter {
  background: url("/sites/clinique/themes/cl_base/img/mpp/mpp-remove-filter-x.png") no-repeat scroll 0 0 transparent;
  color: black;
  display: none;
  font-size: 12px;
  font-style: normal;
  height: 11px;
  line-height: 13px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 9px;
  text-align: center;
  text-indent: -9999px;
  top: 15px;
  width: 12px;
}

.mobile_mpp .mpp-filter ul li.filter-item a.active span {
  display: inline-block;
}

.mobile_mpp .spp_product_status {
  padding-top: 10px;
}

/* Relocated "ADD TO BAG" button to be on top of the size/shade select */
.device-mobile .product.mpp-product .shaded .button-wrapper {
  margin: 0 0 20px;
}

.device-mobile .product.mpp-product .shaded .button-wrapper a.button, .device-mobile .product.mpp-product .shaded .button-wrapper input.form-submit,
.device-mobile .product.mpp-product .shaded .button-wrapper input.button[type='submit'] {
  clear: both;
  margin: 0;
}

.sbHolder .shade_icon {
  width: 44px;
  height: 44px;
  float: left;
}

.sbHolder .shade_icon .multi-2 {
  width: 50%;
  height: 100%;
}

.sbHolder .shade_icon .multi-4 {
  width: 50%;
  height: 50%;
}

.sbHolder .sbOptions li.multi-shade .shade_icon {
  width: 44px;
  height: 44px;
  float: left;
}

.sbHolder .sbOptions li.multi-shade .shade_icon .multi-2 {
  width: 50%;
  height: 100%;
}

.sbHolder .sbOptions li.multi-shade .shade_icon .multi-4 {
  width: 50%;
  height: 50%;
}

.sbHolder .sbOptions li.multi-shade a {
  padding-left: 55px;
}

.sbHolder .sbOptions li a {
  padding: 15px 0 15px 12px;
}

.mobile_mpp .sbHolder.sized.Tube {
  background-color: #F1F4F5;
}

.mobile_mpp .product-list .replenishment {
  padding-top: 15px;
  background-position: 0 15px;
  height: 40px;
}

.device-mobile .product-list .replenishment {
  color: #5DBAB1;
  line-height: 13px;
  margin: 0 0 20px;
}

/* Division line & caret */
.device-mobile .mpp-box .shaded.border {
  border-top: 1px solid #CCCCCC;
  margin-top: 5px;
  overflow: visible;
  padding-top: 20px;
  position: relative;
}

.device-mobile .mpp-box .shaded .caret {
  background: url("/media/export/images/qs-caret.png") no-repeat scroll 50% 0 transparent;
  display: block;
  height: 12px;
  padding: 0;
  position: absolute;
  right: 20px;
  top: -12px;
  width: 182px;
  z-index: 9000;
}

.mobile_mpp {
  background: url("/media/export/images/gradient_top_border_sm.png") repeat-x;
}

.clr {
  clear: both;
}

a {
  outline: 0;
}

.mpp_filter {
  padding: 15px;
  background-color: #EFF1F1;
  border: solid 1px #d8d7d7;
  border-width: 1px 0;
  font-size: 15px;
  background: url("/media/export/images/plus_icon.png") no-repeat 285px 15px;
}

.mpp_filter.filter_down {
  background: url("/media/export/images/minus_icon.png") no-repeat 285px 15px;
}

.mpp_filter a {
  color: #000;
  text-decoration: none;
  display: block;
  width: 100%;
}

.mpp_filters form {
  padding: 20px 0;
}

.mpp_filters input[type="submit"] {
  font-size: 12px;
  margin: 12px 0 0;
  background-color: #5dba98;
  border: 0 none;
  color: #FFFFFF;
  display: inline-block;
  font-weight: bold;
  height: 24px;
  letter-spacing: 1px;
  line-height: 27px;
  padding: 0 10px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.lrg_img {
  display: none;
}

a.button, input.form-submit,
input.button[type='submit'] {
  width: 100%;
  margin: 12px 0 0;
  height: 45px;
  font-size: 18px;
  line-height: 44px;
}

a.button.select_shade.active, input.select_shade.active.form-submit,
input.select_shade.active.button[type='submit'] {
  background-color: #bebebe;
}

.button-wrapper span {
  display: none;
  width: 100%;
  height: 45px;
  padding: 20px 0 0;
}

.button-wrapper.loading span {
  display: block;
}

.button-wrapper.loading a {
  display: none;
}

.product-info {
  width: 185px;
  float: right;
}

.spp-product {
  padding: 25px 15px;
  border-bottom: solid 1px #ccc;
}

.product-list {
  padding: 0;
  margin: 0;
}

.reviews {
  color: #000;
}

/* toggle full width */
.product-list.full_width .product-thumb {
  width: 100%;
  display: block;
  text-align: center;
}

.product-list.full_width .product-info {
  width: 100%;
}

.product-list.full_width .lrg_img {
  display: block;
  margin: 0 auto;
}

.product-list.full_width .sm_img {
  display: none;
}

/* swatches */
.shaded {
  width: 100%;
}

.product-addl-info {
  text-align: right;
  clear: both;
  width: 100%;
}
.product-addl-info .smoosh.quad-smoosh div {
  display: inline;
}

.swatches {
  padding: 20px 0 0;
  width: 147px;
  float: left;
}

.spp_view .swatches {
  padding: 0;
}

.btn-favorite {
  height: 20px;
  width: 25px;
  display: inline-block;
  float: right;
  margin: 5px 0 0 5px;
  background: url("/sites/clinique/themes/cl_base/img/btn-favorite-sprite.png") no-repeat 0px 0px;
}
.btn-favorite:hover, .btn-favorite.active {
  background-position: 0px -24px;
}

.full_width .spp-product .btn-favorite {
  margin: 18px 15px 0 5px;
}

.swatches li {
  float: left;
}

.swatches li .swatch {
  display: block;
  width: 40px;
  height: 40px;
  float: left;
  margin: 0 0 1px 1px;
  border: solid 2px #fff;
}

.swatches li .swatch:hover, .swatches li .swatch.active {
  border-color: #515254;
}

.swatches li .swatch .multi-2 {
  width: 100%;
  height: 50%;
  float: left;
}

.swatches li .swatch .multi-4 {
  width: 50%;
  height: 50%;
  float: left;
}

.swatch_image {
  float: left;
  padding: 20px 0 0 15px;
}

.sbHolder.sized {
  background: url("/media/export/images/ddml_pc.png") #f1f4f5 no-repeat -115px 5px;
}
.sbHolder.sized.Jar {
  background: url("/media/export/images/jar_pc.png") no-repeat -115px 5px;
}
.sbHolder.sized.Square {
  background: url("/media/export/images/square_bottle_pc.png") no-repeat -115px 5px;
}
.sbHolder.sized.Tube {
  background: url("/media/export/images/tube_pc.png") no-repeat -115px 5px;
}
.sbHolder.sized.Tall {
  background: url("/media/export/images/tall_bottle_pc.png") no-repeat -115px 5px;
}
.sbHolder.sized.Fragrance {
  background: url("/media/export/images/fragrance_pc.png") no-repeat -115px 5px;
}

.sized .sbOptions li {
  background: url("/media/export/images/ddml_pc.png") no-repeat -115px 5px;
}
.sized .sbOptions li.Jar {
  background: url("/media/export/images/jar_pc.png") no-repeat -115px 5px;
}
.sized .sbOptions li.Square {
  background: url("/media/export/images/square_bottle_pc.png") no-repeat -115px 5px;
}
.sized .sbOptions li.Tube {
  background: url("/media/export/images/tube_pc.png") no-repeat -115px 5px;
}
.sized .sbOptions li.Tall {
  background: url("/media/export/images/tall_bottle_pc.png") no-repeat -115px 5px;
}
.sized .sbOptions li.Fragrance {
  background: url("/media/export/images/fragrance_pc.png") no-repeat -115px 5px;
}

.desc {
  padding: 20px 15px 0;
}
.desc h3 {
  color: #111;
  font-size: 22px;
  padding: 0;
}
.desc p {
  color: #343434;
}
.desc span.more {
  display: none;
}
.desc .view_more .more {
  display: inline;
}
.desc .view_more a.more {
  display: none;
}

.how_to_use h3 {
  color: #111;
  font-size: 22px;
  padding: 0 15px;
}
.how_to_use ul {
  padding: 0 15px 0 30px;
  list-style: initial;
}
.how_to_use ul li {
  line-height: 1.5em;
  color: #343434;
}

.spp_product_status {
  color: #ff3b89;
  padding-top: 0;
  clear: both;
}
.spp_product_status .coming_soon_stock_msg a {
  clear: left;
  float: left;
  margin-bottom: 3px;
}
.spp_product_status .coming_soon_stock_msg a.btn-comingsoon {
  color: #5dba98;
  background-color: #fff;
  border: 1px solid #5dba98;
}
.spp_product_status .coming_soon_stock_msg a.email-me {
  color: #000;
  text-decoration: none;
}

.field-item-set-type, .module-may-we-suggest {
  display: none;
}

/*
.module-how-use { padding: 0; }
.module-how-use h2 { margin-top: 0; }
*/
.module-how-use {
  display: none;
}

/* Bug 170825 - Clinique DrupalGem Redesign/Mobile/Mobile Tweaks from Brand Review 1/16 + one tweak to PC */
.device-mobile .product.spp-product .mpp_product h3 {
  color: #1f1f1f;
  font-size: 23px;
  padding: 15px;
}

.device-mobile .product.spp-product .reviews {
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.device-mobile .product.spp-product .mpp_product {
  position: relative;
}
.device-mobile .product.spp-product .mpp_product p.price {
  color: #111;
  font-size: 18px;
  margin-left: 15px;
}

.device-mobile .product.spp-product .shaded {
  padding: 0 15px;
}

.device-mobile .product.spp-product .shaded .sbHolder {
  margin-bottom: 20px;
}

.device-mobile .product.spp-product .shaded .button-wrapper {
  margin: 0 0 20px;
}

.device-mobile .product.spp-product .shaded .button-wrapper a.button, .device-mobile .product.spp-product .shaded .button-wrapper input.form-submit,
.device-mobile .product.spp-product .shaded .button-wrapper input.button[type='submit'] {
  clear: both;
  margin: 0;
}

.device-mobile .spp-product {
  overflow: visible;
  padding: 0;
}
.device-mobile .spp-product .icons {
  color: #ccc;
  /* display: inline; */
  padding-left: 10px;
}
.device-mobile .spp-product .icons [class^="icon-"]:hover {
  color: #666;
  cursor: pointer;
}
.device-mobile .spp-product .icons .icon-heart:hover {
  color: #fe6cb5;
}
.device-mobile .spp-product .icon-message {
  border: 1px solid #000000;
  display: none;
  float: left;
  margin: 0;
  padding: 5px;
  text-transform: uppercase;
  width: 315px;
}
.device-mobile .spp-product .icon-message > span {
  display: none;
}
.device-mobile .spp-product .icon-message.active {
  display: inline-block;
}
.device-mobile .spp-product .icon-heart-message.favorites-add-success .favorites-added-signedIn {
  display: none;
}
.device-mobile .spp-product .icon-heart-message.favorites-add-success .favorites-added-signedOut {
  display: block;
}
.device-mobile .spp-product .icon-heart-message.favorites-add-success .favorites-exists {
  display: none;
}
.device-mobile .spp-product .icon-heart-message.favorites-add-exists .favorites-exists {
  display: block;
}

.device-mobile .full_width .how_to_use {
  padding: 0 15px;
}

.device-mobile .full_width .how_to_use h3 {
  padding: 0;
}

.sbHolder .shade_icon {
  width: 44px;
  height: 44px;
  float: left;
}

.sbHolder .shade_icon .multi-2 {
  width: 50%;
  height: 100%;
}

.sbHolder .shade_icon .multi-4 {
  width: 50%;
  height: 50%;
}

.sbHolder .sbOptions li.multi-shade .shade_icon {
  width: 44px;
  height: 44px;
  float: left;
}

.sbHolder .sbOptions li.multi-shade .shade_icon .multi-2 {
  width: 50%;
  height: 100%;
}

.sbHolder .sbOptions li.multi-shade .shade_icon .multi-4 {
  width: 50%;
  height: 50%;
}

.sbHolder .sbOptions li.multi-shade a {
  padding-left: 55px;
}

.sbHolder .sbOptions li a {
  padding: 15px 0 15px 12px;
}

.product-list .replenishment {
  background: transparent url("/media/images/global/nav/top/calendar-icon.png") no-repeat scroll 0 0;
  color: #ef6ea8;
  font-size: 13px;
  height: 25px;
  margin: 0;
  padding-left: 35px;
  text-align: left;
  width: auto;
  cursor: pointer;
  clear: both;
}

/* Added to Favorites PopUp */
.device-mobile #foreground-node {
  padding: 20px 25px 20px 20px;
}

.device-mobile #foreground-node .btn-favorite {
  background: url("/sites/clinique/themes/cl_base/img/btn-favorite-sprite.png") no-repeat scroll 0 -24px transparent;
  display: inline-block;
  float: left;
  height: 20px;
  margin: 0;
  width: 25px;
}

.device-mobile #foreground-node .close-container {
  right: 5px;
  top: 5px;
}

.device-mobile #foreground-node .close-container a.close-link {
  background-position: 5px 0;
  background-size: 18px;
}

/* Hide extra cart overlay */
#favorites.device-mobile div > div.overlay, #favorites.device-mobile div > div.cart-dialog.cart-popup {
  display: none !important;
}

.my-account-favorites-mobile-v1 {
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.my-account-favorites-mobile-v1 .tabs {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.my-account-favorites-mobile-v1 .tabs .share-favorites {
  border-bottom: 1px solid #cccccc;
  float: right;
  height: 40px;
  margin: 0;
  padding: 10px 10px 0 0;
  width: 100%;
}
.my-account-favorites-mobile-v1 .tabs .share-favorites .share-button {
  background: url("/media/images/css/icons-share-buttons.png") no-repeat scroll 0 0 transparent;
  float: right;
  height: 20px;
  margin: 0 0 0 20px;
  overflow: hidden;
  text-indent: -9999px;
}
.my-account-favorites-mobile-v1 .tabs .share-favorites .email {
  background-position: -35px 0;
  width: 25px;
}
.my-account-favorites-mobile-v1 .tabs .share-favorites .facebook {
  background-position: -68px 0;
  width: 11px;
}
.my-account-favorites-mobile-v1 .tabs .share-favorites .twitter {
  background-position: -86px 0;
  width: 19px;
}
.my-account-favorites-mobile-v1 .tabs .share-favorites .pin-it-button {
  background-position: -111px 0;
  width: 19px;
}
.my-account-favorites-mobile-v1 .tabs .list .share-favorites {
  border: medium none;
  display: none;
}
.my-account-favorites-mobile-v1 .tabs .panel {
  border-top: 1px solid white;
}
.my-account-favorites-mobile-v1 .tabs ul {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.my-account-favorites-mobile-v1 .tabs ul.tabs-nav li {
  background: url("/sites/clinique/themes/cl_base/img/bg-supercat-header.jpg") repeat-x scroll left bottom white;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-white', endColorstr='#F7F7F7');
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f7f7f7));
  background: -moz-linear-gradient(top, white, #f7f7f7);
  border: none;
  border-bottom: 1px solid #cccccc;
  display: inline;
  float: left;
  margin: 0;
  padding: 0 10px;
  text-align: center;
  width: 50%;
}
.my-account-favorites-mobile-v1 .tabs ul.tabs-nav li.active {
  background: white;
  border: 1px solid #cccccc;
  border-bottom: 1px solid white;
}
.my-account-favorites-mobile-v1 .tabs ul.tabs-nav li.item-0.active {
  border-left: none;
}
.my-account-favorites-mobile-v1 .tabs ul.tabs-nav li.item-1.active {
  border-right: none;
}
.my-account-favorites-mobile-v1 .tabs ul.tabs-nav li a {
  color: #121212;
  display: block;
  font-size: 18px;
  padding: 15px 0;
}
.my-account-favorites-mobile-v1 .tabs ul.tabs-nav li.active a {
  padding: 15px 0 14px;
}
.my-account-favorites-mobile-v1 .tabs ul.tabs-nav li.active a.active {
  padding: 15px 0 14px;
}
.my-account-favorites-mobile-v1 .tabs ul li.no_lists {
  display: none;
}
.my-account-favorites-mobile-v1 .tabs .tabs-content {
  border-top: medium none;
  padding: 0;
  width: 100%;
}
.my-account-favorites-mobile-v1 .tabs.no-favorites #favorites-tab.tabs-content {
  border-bottom: 1px solid #9d9d9d;
}
.my-account-favorites-mobile-v1 .tabs.no-favorites .wishlists-tab {
  background: none repeat scroll 0 0 white;
  border-bottom: 1px solid #9d9d9d;
}
.my-account-favorites-mobile-v1 .tabs.no-favorites .wishlists-tab a {
  cursor: default;
  text-indent: -10000px;
}
.my-account-favorites-mobile-v1 .tabs .tabs-content .favorite-products {
  background: none repeat scroll 0 0 transparent;
  padding: 10px 0 0;
}
.my-account-favorites-mobile-v1 .tabs .favorite {
  border-bottom: 1px solid #cccccc;
  border-top: medium none;
  float: none;
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 30px 0;
  width: 100%;
}
.my-account-favorites-mobile-v1 .tabs .favorite:first-child {
  padding-top: 10px;
}
.my-account-favorites-mobile-v1 .tabs .favorite:last-child {
  padding-bottom: 25px;
}
.my-account-favorites-mobile-v1 .tabs .favorite .my-account-sku {
  margin: 0;
}
.my-account-favorites-mobile-v1 .tabs .tabs-content .product-image {
  display: inline-block;
  overflow: hidden;
  padding: 0 10px 0 0;
  vertical-align: top;
  width: 38%;
}
.my-account-favorites-mobile-v1 .tabs .tabs-content .product-image img {
  width: 128px;
}
.my-account-favorites-mobile-v1 .tabs .tabs-content .product-info {
  padding-left: 10px;
  width: 60%;
}
.my-account-favorites-mobile-v1 .tabs .tabs-content .product-info .product-name a {
  color: #121212;
}
.my-account-favorites-mobile-v1 .tabs .tabs-content .product-info .shades, .my-account-favorites-mobile-v1 .tabs .tabs-content .product-info .sizes {
  margin: 5px 0;
}
.my-account-favorites-mobile-v1 .tabs .tabs-content .product-info .shades .shade.active .search-swatch-container {
  display: inline;
  float: left;
  height: 15px;
  margin: 0 10px 0 0;
  width: 15px;
}
.my-account-favorites-mobile-v1 .tabs .tabs-content .product-info .shades .shade.active .search-swatch-container .single {
  height: 100%;
  width: 100%;
}
.my-account-favorites-mobile-v1 .tabs .tabs-content .product-info .shades .shade.active .shade-name {
  background: none repeat scroll 0 0 transparent;
  font-size: 12px;
  margin-bottom: 10px;
  padding-left: 0;
}
.my-account-favorites-mobile-v1 .tabs .tabs-content .product-info .sizes .size.active {
  background: none repeat scroll 0 0 transparent;
  font-size: 12px;
  margin-bottom: 10px;
  padding-left: 0;
  margin: 0;
}
.my-account-favorites-mobile-v1 .tabs .tabs-content .product-info .reviews {
  margin-top: 5px;
}
.my-account-favorites-mobile-v1 .tabs .tabs-content .product-info .reviews img {
  display: block;
  float: left;
  height: 10px;
  margin-right: 10px;
  margin-top: 3px;
  width: 55px;
}
.my-account-favorites-mobile-v1 .tabs .tabs-content .add-to-bag {
  border-radius: 0;
  float: right;
  margin-right: 10px;
  padding-top: 0;
  width: 55%;
}
.my-account-favorites-mobile-v1 .tabs .tabs-content .share-favorites .print {
  display: none;
}
.my-account-favorites-mobile-v1 .tabs .tabs-content .account-favorites-mylists {
  margin: 10px 0 0;
}
.my-account-favorites-mobile-v1 .tabs .tabs-content .account-favorites-mylists header {
  display: none;
  width: 100%;
}
.my-account-favorites-mobile-v1 .tabs .tabs-content .account-favorites-mylists .lists {
  min-height: 0;
  overflow: hidden;
}
.my-account-favorites-mobile-v1 .tabs .tabs-content .account-favorites-mylists .lists .list {
  border-bottom: 1px solid #cccccc;
  border-left: medium none;
  border-radius: 0;
  border-right: medium none;
  border-top: medium none;
  display: inline-block;
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: static;
  vertical-align: top;
  width: 100%;
}
.my-account-favorites-mobile-v1 .tabs .tabs-content .account-favorites-mylists .lists .list.create-list {
  display: none;
}
.my-account-favorites-mobile-v1 .tabs .tabs-content .account-favorites-mylists .lists .list h3 {
  color: #121212;
  cursor: pointer;
  display: block;
  font-size: 22px;
  line-height: 22px;
  margin: 0;
  padding: 10px 5px 15px 15px;
}
.my-account-favorites-mobile-v1 .tabs .tabs-content .account-favorites-mylists .lists .list h3 img {
  display: none;
}
.my-account-favorites-mobile-v1 .tabs .tabs-content .account-favorites-mylists .lists .list .list-content {
  border-bottom: 1px solid #cccccc;
  display: none;
  padding: 20px 10px;
  overflow: hidden;
}
.my-account-favorites-mobile-v1 .tabs .tabs-content .account-favorites-mylists .lists .list .list-content.active {
  display: block;
}
.my-account-favorites-mobile-v1 .tabs .tabs-content .account-favorites-mylists .lists .list .list-content .product-image, .my-account-favorites-mobile-v1 .tabs .tabs-content .account-favorites-mylists .lists .list .list-content .product-info {
  display: inline;
  float: left;
  overflow: hidden;
}
.my-account-favorites-mobile-v1 .tabs .tabs-content .account-favorites-mylists .lists .list .list-content .product-image {
  clear: both;
  width: 40%;
}
.my-account-favorites-mobile-v1 .tabs .tabs-content .account-favorites-mylists .lists .list .list-content .product-info {
  width: 58%;
}
.my-account-favorites-mobile-v1 .tabs .tabs-content .account-favorites-mylists .lists .list .list-content .product-info a {
  color: #121212;
}
.my-account-favorites-mobile-v1 .tabs .tabs-content .account-favorites-mylists .lists .list .list-content .product-image img {
  display: block;
  margin: 0 10px;
  width: 70%;
}
.my-account-favorites-mobile-v1 .tabs .tabs-content .account-favorites-mylists .lists .list .favorite-actions {
  display: none;
  float: right;
  margin: 0;
  position: static;
  width: 33%;
}
.my-account-favorites-mobile-v1 .tabs .tabs-content .account-favorites-mylists .lists .list .favorite-actions a {
  border-right: medium none;
  margin: 0;
  padding: 0;
}
.my-account-favorites-mobile-v1 .tabs .account-favorites-mylists .lists-msg {
  border-bottom: 1px solid #cccccc;
  color: #cccccc;
  padding: 20px 10px;
}
.my-account-favorites-mobile-v1 .tabs.no-favorites {
  padding: 0;
}
.my-account-favorites-mobile-v1 .tabs .no-favorites {
  background: none repeat scroll 0 0 white;
  padding: 0 0 10px;
}
.my-account-favorites-mobile-v1 .tabs .no-favorites .no-favorites-text {
  float: none;
  font-size: 18px;
  padding: 0;
  width: 100%;
}
.my-account-favorites-mobile-v1 .tabs .no-favorites .no-favorites-text p a:hover {
  text-decoration: none;
}
.my-account-favorites-mobile-v1 .tabs .no-favorites .no-favorites-image {
  display: none;
}
.my-account-favorites-mobile-v1 .tabs .no-favorites .icon-heart:before {
  color: #fd6cb4;
}
.my-account-favorites-mobile-v1 .tabs.no-favorites ul.tabs-nav li, .my-account-favorites-mobile-v1 .tabs ul.tabs-nav li.single {
  background: white;
  border: none;
  padding: 0;
  width: auto;
}
.my-account-favorites-mobile-v1 .tabs.no-favorites ul.tabs-nav li a, .my-account-favorites-mobile-v1 .tabs ul.tabs-nav li.single a {
  color: #5dba98;
  cursor: default;
  font-size: 34px;
  padding-left: 10px;
}
.my-account-favorites-mobile-v1 .tabs.no-favorites ul.tabs-nav li a:hover, .my-account-favorites-mobile-v1 .tabs ul.tabs-nav li.single a:hover {
  text-decoration: none;
}

/* Tabs content */
/* My lists */
/* No favorites */
.device-mobile .diagnostics-header {
  padding: 0;
}
.device-mobile .diagnostics-header .outer-wrap, .device-mobile .diagnostics-header .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .device-mobile .diagnostics-header h3, .device-mobile .diagnostics-header .spp-extra .module-may-we-suggest .wrap, .spp-extra .module-may-we-suggest .device-mobile .diagnostics-header .wrap {
  padding: 0 10px;
}
.device-mobile .diagnostics-header header {
  padding: 1em 0 1em;
}
.device-mobile .diagnostics-header header h1 {
  margin: 0;
}
.device-mobile .diagnostics-header header .subtitle {
  color: #1F1F1F;
  font-size: 22px;
}
.device-mobile .blue-ocean-merch-window.grey-gradient {
  background: none repeat scroll 0 0 #FFFFFF;
  margin-bottom: 15px;
}
.device-mobile .blue-ocean-merch-window.grey-gradient .outer-wrap, .device-mobile .blue-ocean-merch-window.grey-gradient .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .device-mobile .blue-ocean-merch-window.grey-gradient h3, .device-mobile .blue-ocean-merch-window.grey-gradient .spp-extra .module-may-we-suggest .wrap, .spp-extra .module-may-we-suggest .device-mobile .blue-ocean-merch-window.grey-gradient .wrap {
  padding: 0 10px;
}
.device-mobile .foundation-finder {
  padding: 0;
}
.device-mobile .foundation-finder.grey-gradient {
  background: none repeat scroll 0 0 #FFFFFF;
}
.device-mobile .foundation-finder .outer-wrap, .device-mobile .foundation-finder .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .device-mobile .foundation-finder h3, .device-mobile .foundation-finder .spp-extra .module-may-we-suggest .wrap, .spp-extra .module-may-we-suggest .device-mobile .foundation-finder .wrap {
  padding: 0 10px;
}
.device-mobile .foundation-finder .outer-wrap .no-results, .device-mobile .foundation-finder .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3 .no-results, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .device-mobile .foundation-finder h3 .no-results, .device-mobile .foundation-finder .spp-extra .module-may-we-suggest .wrap .no-results, .spp-extra .module-may-we-suggest .device-mobile .foundation-finder .wrap .no-results {
  width: 95%;
}
.device-mobile .foundation-finder .has-results {
  display: none;
  padding: 3em 0 5em;
}

/* VARIABLES */
/* END VARIABLES */
#replenish.device-mobile #main section {
  padding: 0;
}
#replenish.device-mobile #main header {
  padding: 1em 0 2em;
}
#replenish.device-mobile #main header h1 {
  font-size: 34px;
  margin: 0 10px;
}
#replenish.device-mobile #main header .subtitle {
  margin: 0 10px 15px;
  width: auto;
}
#replenish.device-mobile #main header .subtitle label {
  cursor: default;
}
#replenish.device-mobile .products {
  float: none;
}
#replenish.device-mobile .products .product {
  border-bottom: 1px solid #D5D5D5;
  height: auto;
  overflow: hidden;
  padding: 5% 3%;
  width: 100%;
}
#replenish.device-mobile .products .product:first-child {
  border-top: 1px solid #D5D5D5;
}
#replenish.device-mobile .products .product .product-image {
  display: inline-block;
  overflow: hidden;
  padding: 0 10px 0 0;
  vertical-align: top;
  width: 38%;
}
#replenish.device-mobile .products .product .product-image img {
  display: block;
  height: auto;
  width: 128px;
}
#replenish.device-mobile .products .product .product-info {
  padding-bottom: 20px;
  padding-left: 10px;
  width: 60%;
}
#replenish.device-mobile .products .product .product-info .price {
  padding: 0;
}
#replenish.device-mobile .products .product a.button, #replenish.device-mobile .products .product input.form-submit,
#replenish.device-mobile .products .product input.button[type='submit'] {
  border-radius: 0;
}
#replenish.device-mobile.device-mobile .controls .cancel-link.control-btns {
  background: white;
  border: 1px solid #5dba98;
  color: #5dba98;
}
#replenish.device-mobile.device-mobile .auto-replenishment-items .my-account-sku {
  border-bottom: 0;
}
#replenish.device-mobile.device-mobile .auto-replenishment-items .my-account-sku .quantity {
  display: none;
}
#replenish.device-mobile.device-mobile .auto-replenishment-items .my-account-sku .price {
  width: 60%;
}
#replenish.device-mobile.device-mobile .auto-replenishment-items .my-account-sku .last-order-date {
  float: right;
  width: 62%;
  margin: 0 0 10px;
  line-height: inherit;
}
#replenish.device-mobile.device-mobile .auto-replenishment-items .my-account-sku .last-order-date .view-order {
  width: 100%;
  margin-top: 5px;
  display: inline-block;
}
#replenish.device-mobile.device-mobile .auto-replenishment-items .my-account-sku .last-order-date .order-number {
  display: inline-block;
  margin-top: 10px;
  width: 100%;
}
#replenish.device-mobile.device-mobile .auto-replenishment-items .my-account-sku .next-order-date {
  float: right;
  width: 62%;
  margin-bottom: 10px;
}
#replenish.device-mobile.device-mobile .auto-replenishment-items .my-account-sku .frequency {
  width: 100%;
  height: auto;
}
#replenish.device-mobile.device-mobile .auto-replenishment-items .my-account-sku .frequency .auto-replenish-item {
  float: right;
  width: 62%;
}
#replenish.device-mobile.device-mobile .auto-replenishment-items .my-account-sku .frequency .auto-replenish-item #refill_sku {
  width: 100%;
}
#replenish.device-mobile.device-mobile .auto-replenishment-items .products .product {
  padding-left: 0;
  padding-right: 0;
}
#replenish.device-mobile.device-mobile .auto-replenishment-items .products .product .product-info {
  padding-left: 0;
  padding-bottom: 10px;
}
#replenish.device-mobile.device-mobile .auto-replenishment-items products .product .product-image {
  padding-right: 15px;
}
#replenish.device-mobile.device-mobile #shipping-frequency p {
  color: #1f1f1f;
}
#replenish.device-mobile.device-mobile #shipping-frequency strong {
  color: #1f1f1f;
}
#replenish.device-mobile.device-mobile #shipping-frequency .order-info {
  margin-top: 10px;
}
#replenish.device-mobile.device-mobile #shipping-frequency .order-info p {
  margin: 0;
}
#replenish.device-mobile.device-mobile #shipping-frequency .order-info li {
  margin-bottom: 10px;
}
#replenish.device-mobile.device-mobile #shipping-frequency .order-freq p {
  margin: 0;
}
#replenish.device-mobile.device-mobile #shipping-frequency .order-freq li {
  margin-bottom: 10px;
}
#replenish.device-mobile.device-mobile #shipping-address p {
  color: #1f1f1f;
}
#replenish.device-mobile.device-mobile #shipping-address .shipping-address-container fieldset.fs {
  margin: 0;
  padding: 0;
}
#replenish.device-mobile.device-mobile #shipping-address .shipping-address-container .address .address_controls .radio {
  margin-bottom: 10px;
}
#replenish.device-mobile.device-mobile #shipping-address .shipping-address-container .address label {
  color: ar_label_color;
  font-size: 13px;
  font-weight: bold;
}
#replenish.device-mobile.device-mobile #payment-method .payment_methods_container fieldset.fs {
  margin: 0;
  padding: 0;
}
#replenish.device-mobile.device-mobile #payment-method .payment_methods_container .edit-controls {
  margin-bottom: 10px;
}
#replenish.device-mobile.device-mobile #payment-method .payment_methods_container .choose_method .payment_method {
  margin-top: 10px;
}
#replenish.device-mobile.device-mobile #replenishment_update p {
  color: #1f1f1f;
}
#replenish.device-mobile.device-mobile #replenishment_update .my-account-sku {
  border-bottom: 0;
}
#replenish.device-mobile.device-mobile #replenishment_update .my-account-sku .quantity {
  display: none;
}
#replenish.device-mobile.device-mobile #replenishment_update .my-account-sku .price {
  width: 60%;
  vertical-align: top;
  float: left;
  margin-bottom: 5px;
}
#replenish.device-mobile.device-mobile #replenishment_update .my-account-sku .last-order-date {
  display: none;
  float: right;
  width: 62%;
  margin: 0 0 10px;
  line-height: inherit;
}
#replenish.device-mobile.device-mobile #replenishment_update .my-account-sku .last-order-date .view-order {
  width: 100%;
  margin-top: 5px;
  display: inline-block;
}
#replenish.device-mobile.device-mobile #replenishment_update .my-account-sku .next-order-date {
  float: right;
  width: 62%;
  margin-bottom: 10px;
}
#replenish.device-mobile.device-mobile #replenishment_update .my-account-sku .frequency {
  width: 100%;
  height: auto;
}
#replenish.device-mobile.device-mobile #replenishment_update .my-account-sku .frequency .auto-replenish-item {
  display: none;
  float: right;
  width: 62%;
}
#replenish.device-mobile.device-mobile #replenishment_update .my-account-sku .frequency .auto-replenish-item #refill_sku {
  width: 100%;
}
#replenish.device-mobile.device-mobile #replenishment_update .my-account-sku .frequency .auto-replenish-item .replenishment-info {
  margin: 0 0 10px 0;
}
#replenish.device-mobile.device-mobile #replenishment_update #item-details {
  color: #1f1f1f;
}
#replenish.device-mobile.device-mobile #replenishment_update #item-details .product-image {
  display: inline-block;
  overflow: hidden;
  padding: 0 10px 0 0;
  vertical-align: top;
  width: 38%;
  float: left;
  padding-right: 15px;
}
#replenish.device-mobile.device-mobile #replenishment_update #item-details .product-image img {
  display: block;
  height: auto;
  width: 120px;
}
#replenish.device-mobile.device-mobile #replenishment_update #item-details .product-info {
  float: left;
  width: 60%;
  margin-bottom: 10px;
}
#replenish.device-mobile .auto-replenishment-items .products .product-header {
  display: none;
}

/* Products */
#landing.device-mobile #main .contact-preferences {
  border-bottom: 1px solid #D5D5D5;
  padding: 20px 0 0;
}
#landing.device-mobile #main .contact-preferences section {
  padding: 0;
}
#landing.device-mobile #main .contact-preferences form {
  padding: 0 10px;
}
#landing.device-mobile #main .contact-preferences fieldset label {
  padding-top: 3px;
}
#landing.device-mobile #main .contact-preferences form .language-selection label {
  margin: 5px 0 0;
}
#landing.device-mobile #main .contact-preferences form .mobile-promotions label, #landing.device-mobile #main .contact-preferences form .gwp-promotions label {
  padding-top: 5px;
}
#landing.device-mobile #main .contact-preferences form .mobile-promotions input[type="checkbox"], #landing.device-mobile #main .contact-preferences form .gwp-promotions input[type="checkbox"] {
  margin-top: 6px;
}
#landing.device-mobile #main .contact-preferences form section {
  border: medium none;
  border-top: 1px solid #D3D3D3;
  padding: 0 10px;
}
#landing.device-mobile #main .contact-preferences form section.email-promotions, #landing.device-mobile #main .contact-preferences form section h3 {
  border: medium none;
}
#landing.device-mobile #footer h3 {
  border: medium none;
}
#landing.device-mobile #main .contact-preferences form input[type="submit"] {
  margin: 10px 0 20px;
}
#landing.device-mobile #main .contact-preferences form input[type="radio"] {
  width: auto;
}
#landing.device-mobile #main .contact-preferences header {
  padding: 1em 0;
}
#landing.device-mobile #main .contact-preferences header h1 {
  font-size: 33px;
  margin: 0 10px;
}
#landing.device-mobile #main .contact-preferences header .subtitle {
  margin: 0 10px 15px;
}
#landing.device-mobile #main .contact-preferences header .subtitle label {
  cursor: default;
}
#landing.device-mobile #main .contact-preferences .message {
  text-align: center;
}
#landing.device-mobile #main .contact-preferences .error, #landing.device-mobile #main .contact-preferences ul.error li {
  background: none repeat scroll 0 0 #FFFFFF;
  color: #EF6EA8;
}

.offers-landing-mobile-v1 {
  width: 320px;
  margin: 0 auto;
}
.offers-landing-mobile-v1 .drawer.show {
  display: block;
  border-bottom: 1px solid #e6e6e6;
}
.offers-landing-mobile-v1 .drawer h2, .offers-landing-mobile-v1 .drawer .module-benefits .heading-container, .module-benefits .offers-landing-mobile-v1 .drawer .heading-container, .offers-landing-mobile-v1 .drawer .module-benefits .heading-container *, .module-benefits .heading-container .offers-landing-mobile-v1 .drawer * {
  color: black;
  margin: 20px 0px 20px 10px;
  padding: 0;
  font-size: 30px;
}
.offers-landing-mobile-v1 .rows .row {
  display: block;
}
.offers-landing-mobile-v1 .rows .row > .inner {
  position: relative;
}
.offers-landing-mobile-v1 .row.first, .offers-landing-mobile-v1 .rows .row.last {
  border-bottom: 0;
  background-image: -ms-linear-gradient(top, white 0%, #fde5ef 100%);
  background-image: -moz-linear-gradient(top, white 0%, #fde5ef 100%);
  background-image: -o-linear-gradient(top, white 0%, #fde5ef 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, #fde5ef));
  background-image: -webkit-linear-gradient(top, white 0%, #fde5ef 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #fde5ef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-white', endColorstr='$color-light-pink',GradientType=0 );
}
.offers-landing-mobile-v1 .offer-layout1-v1, .offers-landing-mobile-v1 .offer-layout2-v1 {
  display: none;
}

.offer-layout-mobile {
  background: #fff;
  border-bottom: 1px solid #cccccc;
}
.offer-layout-mobile.offer-layout3-mobile-v1 {
  background: #fbeff8;
}
.offer-layout-mobile.offer-layout3-mobile-v1 h2.title, .offer-layout-mobile.offer-layout3-mobile-v1 .module-benefits .title.heading-container, .module-benefits .offer-layout-mobile.offer-layout3-mobile-v1 .title.heading-container, .offer-layout-mobile.offer-layout3-mobile-v1 .module-benefits .heading-container .title, .module-benefits .heading-container .offer-layout-mobile.offer-layout3-mobile-v1 .title {
  color: #ed1e74;
}
.offer-layout-mobile .content {
  padding: 25px 0 30px 0;
}
.offer-layout-mobile h2.title, .offer-layout-mobile .module-benefits .title.heading-container, .module-benefits .offer-layout-mobile .title.heading-container, .offer-layout-mobile .module-benefits .heading-container .title, .module-benefits .heading-container .offer-layout-mobile .title {
  line-height: 1;
  margin: 0 0 10px 0;
  padding: 0 4%;
  font-size: 44px;
  color: #46ab8c;
}
.offer-layout-mobile .subtitle {
  color: #231f20;
  font-size: 26px;
  line-height: 30px;
  margin: 0 0 20px 0;
  padding: 0 0 0 4%;
  width: 80%;
}
.offer-layout-mobile .subtitle p {
  line-height: 30px;
  margin: 0;
}
.offer-layout-mobile .offer-image img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
}
.offer-layout-mobile .teaser {
  font-family: "HelveticaNeueLTStd-UltLt", Arial, Sans-Serif;
}
.offer-layout-mobile .teaser table {
  font-size: 30px;
  line-height: 32px;
  margin: 65px 0 120px 0;
  table-layout: fixed;
  width: 100%;
}
.offer-layout-mobile .teaser table td {
  border-left: 1px solid #cccccc;
  padding: 0 4%;
}
.offer-layout-mobile .teaser table td:first-child {
  border: none;
}
.offer-layout-mobile .teaser table h2, .offer-layout-mobile .teaser table .module-benefits .heading-container, .module-benefits .offer-layout-mobile .teaser table .heading-container, .offer-layout-mobile .teaser table .module-benefits .heading-container *, .module-benefits .heading-container .offer-layout-mobile .teaser table * {
  font-size: 80px;
  color: #46ab8c;
  font-weight: normal;
  font-family: "HelveticaNeueLTStd-UltLt", Arial, Sans-Serif;
  line-height: 1;
  margin: 0;
}
.offer-layout-mobile .teaser table p {
  line-height: 32px;
  margin: 0;
}
.offer-layout-mobile .disclaimer {
  font-size: 26px;
  line-height: 30px;
  padding: 0 4%;
}
.offer-layout-mobile .disclaimer p {
  line-height: 30px;
  margin: 0;
}
.offer-layout-mobile a.button, .offer-layout-mobile input.form-submit,
.offer-layout-mobile input.button[type='submit'] {
  display: block;
  height: 90px;
  font-size: 36px;
  line-height: 90px;
  margin: 0 4%;
  padding: 0;
  width: auto;
}

@media screen and (max-width: 500px) {
  .offer-layout-mobile h2.title, .offer-layout-mobile .module-benefits .title.heading-container, .module-benefits .offer-layout-mobile .title.heading-container, .offer-layout-mobile .module-benefits .heading-container .title, .module-benefits .heading-container .offer-layout-mobile .title {
    font-size: 22px;
  }
  .offer-layout-mobile .subtitle {
    font-size: 13px;
    line-height: 15px;
  }
  .offer-layout-mobile .subtitle p {
    line-height: 15px;
  }
  .offer-layout-mobile .teaser table {
    font-size: 15px;
    margin: 30px 0 60px 0;
  }
  .offer-layout-mobile .teaser table h2, .offer-layout-mobile .teaser table .module-benefits .heading-container, .module-benefits .offer-layout-mobile .teaser table .heading-container, .offer-layout-mobile .teaser table .module-benefits .heading-container *, .module-benefits .heading-container .offer-layout-mobile .teaser table * {
    font-size: 40px;
  }
  .offer-layout-mobile .teaser table p {
    line-height: 1;
  }
  .offer-layout-mobile .disclaimer {
    font-size: 13px;
    line-height: 15px;
  }
  .offer-layout-mobile .disclaimer p {
    line-height: 15px;
  }
  .offer-layout-mobile a.button, .offer-layout-mobile input.form-submit,
  .offer-layout-mobile input.button[type='submit'] {
    height: 45px;
    font-size: 18px;
    line-height: 45px;
  }
}
/* New Clinique Page */
.section-new-clinique.device-mobile .offer-layout-mobile {
  border-bottom: medium none;
}

.section-new-clinique.device-mobile .offer-layout-mobile .subtitle {
  font-size: 12px;
  margin-bottom: 10px;
  width: 100%;
}

.offer-promo-mobile-v1 {
  text-align: center;
  height: 40px;
  cursor: pointer;
}

.offer-promo-mobile-v1 .content {
  height: 100%;
  *position: absolute;
  top: 50%;
  display: table-cell;
  vertical-align: bottom;
  width: auto;
  display: inline;
  font-size: 100%;
}

.offer-promo-carousel-v1 .cycle-carousel-wrap {
  right: 0;
  bottom: 0;
  width: 100%;
}

.offer-promo-mobile-v1 .headline,
.offer-promo-mobile-v1 .cta {
  white-space: nowrap;
  display: inline-table;
  padding: 11px 0 0;
}

.offer-promo-mobile-v1 .headline {
  font-size: 100%;
  font-family: "HelveticaNeueLTStd65Medium", Verdana, Arial, Sans-Serif;
  -webkit-font-smoothing: antialiased;
  color: #5dba98;
  text-transform: uppercase;
  margin-right: 8px;
}

.offer-promo-mobile-v1 .cta,
.offer-promo-mobile-v1 .cta a {
  color: #000;
  font-size: 15px;
  padding-right: 4px;
}

.offer-promo-mobile-v1 .cta span,
.offer-promo-mobile-v1 .cta span a {
  color: inherit;
}

@media screen and (max-width: 640px) {
  #header .top-right .block.block-template-offer-promo-mobile-v1 {
    display: none;
  }
}
@media screen and (min-width: 400px) and (max-width: 640px) {
  .offer-promo-mobile-v1,
  .offer-promo-mobile-v1 .headline,
  .offer-promo-mobile-v1 .cta {
    font-size: 20px;
  }

  .offer-promo-mobile-v1 .cta a {
    font-size: 20px;
  }
}
.gtl-row-mobile-v1 {
  float: left;
  height: 210px;
  margin: 3% 3% 0 0;
  position: relative;
  width: 140px;
}

.gtl-row-mobile-v1.col3.last,
.gtl-row-mobile-v1.col2.last {
  margin-right: 0;
}

.gtl-row-mobile-v1 .row {
  margin: 0;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}

.gtl-row-mobile-v1 .image {
  display: block;
  height: auto;
  margin: 0 10px 0 0;
  width: 100%;
}

.gtl-row-mobile-v1 .image img {
  display: block;
  height: auto;
  width: 100%;
}

.gtl-row-mobile-v1 .section-details .link {
  margin-top: 10px;
}

.gtl-row-mobile-v1 .section-details a {
  font-size: 13px;
  line-height: 13px;
  text-transform: capitalize;
}

.gtl-details-formatter-mobile-v1 {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.gtl-details-formatter-mobile-v1 .outer-wrap, .gtl-details-formatter-mobile-v1 .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .gtl-details-formatter-mobile-v1 h3, .gtl-details-formatter-mobile-v1 .spp-extra .module-may-we-suggest .wrap, .spp-extra .module-may-we-suggest .gtl-details-formatter-mobile-v1 .wrap {
  padding: 0;
}
.gtl-details-formatter-mobile-v1 .breadcrumbs {
  color: black;
  font-size: 20px;
  margin: 0;
  padding: 15px 10px;
}
.gtl-details-formatter-mobile-v1 .breadcrumbs a {
  color: black;
}
.gtl-details-formatter-mobile-v1 .gtl-menu {
  border-bottom: 1px solid #e9e9ea;
  border-top: 1px solid #e9e9ea;
  margin: 0;
  padding: 15px 0 15px 29px;
}
.gtl-details-formatter-mobile-v1 .gtl-menu a {
  color: #9d9d9d;
  font-size: 13px;
  font-weight: bold;
}
.gtl-details-formatter-mobile-v1 .gtl-menu a.active {
  color: black;
  cursor: text;
}
.gtl-details-formatter-mobile-v1 .image {
  margin: 0 auto;
  padding: 0;
  width: 300px;
}
.gtl-details-formatter-mobile-v1 .image img {
  border: 1px solid #e9e9ea;
  display: block;
  height: auto;
  margin: 15px 0 5px;
  max-width: 300px;
  width: auto;
}
.gtl-details-formatter-mobile-v1 .get-the-look-section {
  margin: 0;
  padding: 0;
}

.gtl-details-step-row-mobile-v1 {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.gtl-details-step-row-mobile-v1 .row {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.gtl-details-step-row-mobile-v1 .section-details {
  border-top: 1px solid #e9e9ea;
  margin: 0;
  overflow: hidden;
  padding: 5px;
}
.gtl-details-step-row-mobile-v1 .image {
  display: inline;
  float: left;
  height: auto;
  margin: 0 10px;
  max-width: 80px;
  padding: 0;
  width: auto;
}
.gtl-details-step-row-mobile-v1 .image img {
  display: block;
  height: auto;
  margin: 0;
  width: 100%;
}
.gtl-details-step-row-mobile-v1 .title {
  margin: 0;
  padding: 0;
}
.gtl-details-step-row-mobile-v1 .title h2, .gtl-details-step-row-mobile-v1 .title .module-benefits .heading-container, .module-benefits .gtl-details-step-row-mobile-v1 .title .heading-container, .gtl-details-step-row-mobile-v1 .title .module-benefits .heading-container *, .module-benefits .heading-container .gtl-details-step-row-mobile-v1 .title * {
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  margin: 0 0 5px;
  text-transform: uppercase;
}
.gtl-details-step-row-mobile-v1 .description {
  color: black;
  font-size: 10px;
  margin: 0;
  padding: 0;
}

.gtl-details-product-row-mobile-v1 {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.gtl-details-product-row-mobile-v1 .products {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.gtl-details-product-row-mobile-v1 .product {
  border-top: 1px solid #e9e9ea;
  margin: 0;
  overflow: hidden;
  padding: 10px 5px;
}
.gtl-details-product-row-mobile-v1 .product .loading-status {
  float: right;
  margin: 0 40px 0 0;
}
.gtl-details-product-row-mobile-v1 .product .loading-status img {
  border: none;
}
.gtl-details-product-row-mobile-v1 .product-image {
  display: inline;
  float: left;
  height: auto;
  margin: 0;
  max-width: 80px;
  padding: 0;
  width: auto;
}
.gtl-details-product-row-mobile-v1 .product-image img {
  display: block;
  height: auto;
  width: 100%;
}
.gtl-details-product-row-mobile-v1 .product-info {
  display: inline;
  float: left;
  margin: 10px 0;
  overflow: hidden;
  padding: 0;
}
.gtl-details-product-row-mobile-v1 .product-name {
  margin: 0 0 10px;
  padding: 0;
}
.gtl-details-product-row-mobile-v1 .product-name a {
  color: black;
  font-weight: bold;
}
.gtl-details-product-row-mobile-v1 .price {
  color: #5dba98;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.gtl-details-product-row-mobile-v1 a.button.add-to-bag, .gtl-details-product-row-mobile-v1 input.add-to-bag.form-submit,
.gtl-details-product-row-mobile-v1 input.add-to-bag.button[type='submit'] {
  float: right;
  font-size: 16px;
  height: auto;
  line-height: 16px;
  margin: 0 40px 0 0;
  padding: 4px 10px 5px;
  width: auto;
}

/* iPhone 5 in portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
  .gtl-details-product-row-mobile-v1 .product .loading-status {
    margin-top: -30px;
  }
  .gtl-details-product-row-mobile-v1 a.button.add-to-bag, .gtl-details-product-row-mobile-v1 input.add-to-bag.form-submit,
  .gtl-details-product-row-mobile-v1 input.add-to-bag.button[type='submit'] {
    margin-top: -30px;
  }
}
/* iPhone 2G-4S in portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) {
  .gtl-details-product-row-mobile-v1 .product .loading-status {
    margin-top: -30px;
  }
  .gtl-details-product-row-mobile-v1 a.button.add-to-bag, .gtl-details-product-row-mobile-v1 input.add-to-bag.form-submit,
  .gtl-details-product-row-mobile-v1 input.add-to-bag.button[type='submit'] {
    margin-top: -30px;
  }
}
/* iPhone 5 in landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
  .gtl-details-product-row-mobile-v1 .product {
    position: relative;
  }
  .gtl-details-product-row-mobile-v1 .product-info {
    width: 250px;
  }
  .gtl-details-product-row-mobile-v1 a.button.add-to-bag, .gtl-details-product-row-mobile-v1 input.add-to-bag.form-submit,
  .gtl-details-product-row-mobile-v1 input.add-to-bag.button[type='submit'] {
    bottom: 45px;
    position: absolute;
    right: 20px;
  }
}
/* iPhone 2G-4S in landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) {
  .gtl-details-product-row-mobile-v1 .product {
    position: relative;
  }
  .gtl-details-product-row-mobile-v1 .product-info {
    width: 250px;
  }
  .gtl-details-product-row-mobile-v1 a.button.add-to-bag, .gtl-details-product-row-mobile-v1 input.add-to-bag.form-submit,
  .gtl-details-product-row-mobile-v1 input.add-to-bag.button[type='submit'] {
    bottom: 45px;
    position: absolute;
    right: 20px;
  }
}
.shop-all-products-tout-mobile-v1 {
  background-color: #9d9d9d;
  height: auto;
  margin: 0;
  max-height: 50px;
  padding: 0;
  width: 100%;
}
.shop-all-products-tout-mobile-v1 .container {
  color: white;
  cursor: default;
  display: table;
  overflow: hidden;
  padding: 6px 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.shop-all-products-tout-mobile-v1 .container p.tout {
  display: table-cell;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  font-size: 22px;
  margin: 0;
  vertical-align: middle;
}
.shop-all-products-tout-mobile-v1 .container p.tout a {
  color: white;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  font-size: 22px;
  margin: 0;
}
.shop-all-products-tout-mobile-v1 .container p.tout a:hover {
  text-decoration: none;
}

.account-header-panel {
  border-top-width: 0;
  -moz-box-shadow: 0px 0px 12px rgba(50, 50, 50, 0.2);
  -webkit-box-shadow: 0px 0px 12px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 0px 12px rgba(50, 50, 50, 0.2);
  background: -moz-linear-gradient(#ffffff, #f6f6f6);
  background: -o-linear-gradient(#ffffff, #f6f6f6);
  background: -webkit-linear-gradient(#ffffff, #f6f6f6);
  background: linear-gradient(#ffffff, #f6f6f6);
}
.account-header-panel header {
  width: 30%;
  float: left;
  border-right: 1px solid #dbdbdb;
  padding: 10px 20px 10px 0;
  margin: 35px 0 20px 0;
}
.account-header-panel header #profile_picture-main-container {
  float: left;
  margin: 0 1em 0 0;
  text-align: center;
  width: 100px;
}
.account-header-panel header h3 {
  font-size: 1.7em;
  margin: 0 0 3px 0;
  color: #231f20;
  word-break: break-all;
  margin-left: 116px;
}
.account-header-panel header h4 {
  font-size: 1.2 em;
  margin: 3px;
  color: #231f20;
}
.account-header-panel header #profile-pic-img img {
  display: block;
  margin: 0 auto;
  height: auto;
  width: 54px;
}
.account-header-panel ul.shortcuts {
  width: 70%;
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 35px 0 20px 20px;
}
.account-header-panel ul.shortcuts li {
  float: left;
  margin: 0 0 5px 0;
  width: 33%;
}
.account-header-panel ul.shortcuts li a {
  display: block;
  color: #808080;
  padding: .2em .4em;
  -webkit-border-radius: 5px;
  -mox-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid transparent;
  opacity: 0.8;
  overflow: hidden;
  *zoom: 1;
}
.account-header-panel ul.shortcuts li a img {
  display: inline;
  height: 17px;
  margin-right: .8em;
  opacity: .46;
  vertical-align: middle;
}
.account-header-panel ul.shortcuts li a:hover {
  color: black;
}
.account-header-panel ul.shortcuts li a:hover img {
  opacity: 1;
}
.account-header-panel ul.shortcuts li a div {
  display: inline;
  margin-top: .2em;
}
.account-header-panel ul.shortcuts li.active a {
  background-color: white;
  border-width: 1px;
  -moz-box-shadow: 0px 0px 12px rgba(50, 50, 50, 0.2);
  -webkit-box-shadow: 0px 0px 12px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 0px 12px rgba(50, 50, 50, 0.2);
  color: black;
}
.account-header-panel ul.shortcuts li.active img {
  opacity: 1;
}
.account-header-panel ul.shortcuts li.past_puchases a div, .account-header-panel ul.shortcuts li.contact a div {
  height: 2em;
  margin-top: -0.2em;
  overflow: visible;
}

.account.breadcrumb li a {
  color: black;
}
.account.breadcrumb li a:hover {
  color: #44A07E;
}

.breadcrumb {
  padding: 1.6em 0;
}

.breadcrumb ul {
  list-style-type: none;
}

.breadcrumb ul li {
  float: left;
  padding-top: 2px;
  padding-right: 1em;
  margin-right: 1em;
  border-right: 1px solid #333;
}

.breadcrumb ul li:last-child {
  border-right-width: 0px;
}

.consultant-note .left, .consultant-note .right {
  float: left;
  padding: 0 2em;
}
.consultant-note .left {
  width: 35%;
}
.consultant-note .left h3 {
  color: black;
  font-size: 1.6em;
  margin-bottom: .6em;
}
.consultant-note .left h3 dl {
  margin-top: 1em;
}
.consultant-note .left h3 dt, .consultant-note .left h3 dd {
  display: block;
  font-weight: normal;
  margin-left: 0;
  float: left;
  font-size: 1.1em;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  color: #222;
}
.consultant-note .left h3 dt {
  clear: left;
  color: #808080;
  margin-right: 1em;
}
.consultant-note .right {
  width: 65%;
  color: #808080;
}
.consultant-note .right p {
  margin-bottom: 1em;
}
.consultant-note .right ul {
  margin: 1em 0;
  padding: 0;
}
.consultant-note .right ul em {
  font-style: normal;
  color: #222;
}
.consultant-note a.view-chat-history {
  display: block;
  margin-top: 1em;
}
.consultant-note .outer-wrap div.new-note, .consultant-note .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3 div.new-note, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .consultant-note h3 div.new-note, .consultant-note .spp-extra .module-may-we-suggest .wrap div.new-note, .spp-extra .module-may-we-suggest .consultant-note .wrap div.new-note {
  height: 285px;
  margin: 35px 0 25px 0;
  background-color: white;
  background: linear-gradient(#ffffff, #f6f6f6) repeat scroll 0 0 transparent;
  border-top-width: 0;
  box-shadow: 0 0 12px rgba(50, 50, 50, 0.2);
}
.consultant-note .outer-wrap div.new-note div.left, .consultant-note .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3 div.new-note div.left, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .consultant-note h3 div.new-note div.left, .consultant-note .spp-extra .module-may-we-suggest .wrap div.new-note div.left, .spp-extra .module-may-we-suggest .consultant-note .wrap div.new-note div.left {
  width: 30%;
}
.consultant-note .outer-wrap div.new-note div.left h3, .consultant-note .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3 div.new-note div.left h3, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .consultant-note h3 div.new-note div.left h3, .consultant-note .spp-extra .module-may-we-suggest .wrap div.new-note div.left h3, .spp-extra .module-may-we-suggest .consultant-note .wrap div.new-note div.left h3 {
  margin-top: 1em;
  margin-bottom: 1em;
}
.consultant-note .outer-wrap div.new-note div.left dl dt, .consultant-note .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3 div.new-note div.left dl dt, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .consultant-note h3 div.new-note div.left dl dt, .consultant-note .spp-extra .module-may-we-suggest .wrap div.new-note div.left dl dt, .spp-extra .module-may-we-suggest .consultant-note .wrap div.new-note div.left dl dt {
  display: inline;
  margin-right: 0.5em;
}
.consultant-note .outer-wrap div.new-note div.left dl dd, .consultant-note .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3 div.new-note div.left dl dd, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .consultant-note h3 div.new-note div.left dl dd, .consultant-note .spp-extra .module-may-we-suggest .wrap div.new-note div.left dl dd, .spp-extra .module-may-we-suggest .consultant-note .wrap div.new-note div.left dl dd {
  display: inline;
  clear: left;
  float: none;
}
.consultant-note .outer-wrap div.new-note div.left img.consultant-thumb, .consultant-note .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3 div.new-note div.left img.consultant-thumb, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .consultant-note h3 div.new-note div.left img.consultant-thumb, .consultant-note .spp-extra .module-may-we-suggest .wrap div.new-note div.left img.consultant-thumb, .spp-extra .module-may-we-suggest .consultant-note .wrap div.new-note div.left img.consultant-thumb {
  height: 92px;
}
.consultant-note .outer-wrap div.new-note div.right, .consultant-note .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3 div.new-note div.right, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .consultant-note h3 div.new-note div.right, .consultant-note .spp-extra .module-may-we-suggest .wrap div.new-note div.right, .spp-extra .module-may-we-suggest .consultant-note .wrap div.new-note div.right {
  width: 70%;
  padding-left: 0px;
}
.consultant-note .outer-wrap div.new-note div.right div#consultant-note, .consultant-note .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3 div.new-note div.right div#consultant-note, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .consultant-note h3 div.new-note div.right div#consultant-note, .consultant-note .spp-extra .module-may-we-suggest .wrap div.new-note div.right div#consultant-note, .spp-extra .module-may-we-suggest .consultant-note .wrap div.new-note div.right div#consultant-note {
  height: 216px;
  margin-top: 28px;
  display: block;
}

.consultant-note .outer-wrap div h2, .consultant-note .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3 div h2, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .consultant-note h3 div h2, .consultant-note .spp-extra .module-may-we-suggest .wrap div h2, .spp-extra .module-may-we-suggest .consultant-note .wrap div h2, .consultant-note .outer-wrap div .module-benefits .heading-container, .module-benefits .consultant-note .outer-wrap div .heading-container, .consultant-note .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3 div .module-benefits .heading-container, .module-benefits .consultant-note .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3 div .heading-container, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .consultant-note h3 div .module-benefits .heading-container, .module-benefits .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .consultant-note h3 div .heading-container, .consultant-note .spp-extra .module-may-we-suggest .wrap div .module-benefits .heading-container, .module-benefits .consultant-note .spp-extra .module-may-we-suggest .wrap div .heading-container, .spp-extra .module-may-we-suggest .consultant-note .wrap div .module-benefits .heading-container, .module-benefits .spp-extra .module-may-we-suggest .consultant-note .wrap div .heading-container, .consultant-note .outer-wrap div .module-benefits .heading-container *, .module-benefits .heading-container .consultant-note .outer-wrap div *, .consultant-note .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3 div .module-benefits .heading-container *, .module-benefits .heading-container .consultant-note .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3 div *, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .consultant-note h3 div .module-benefits .heading-container *, .module-benefits .heading-container .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .consultant-note h3 div *, .consultant-note .spp-extra .module-may-we-suggest .wrap div .module-benefits .heading-container *, .module-benefits .heading-container .consultant-note .spp-extra .module-may-we-suggest .wrap div *, .spp-extra .module-may-we-suggest .consultant-note .wrap div .module-benefits .heading-container *, .module-benefits .heading-container .spp-extra .module-may-we-suggest .consultant-note .wrap div * {
  margin: 0 0 32px;
  width: 500px;
  display: inline-block;
}
.consultant-note .outer-wrap div select, .consultant-note .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3 div select, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .consultant-note h3 div select, .consultant-note .spp-extra .module-may-we-suggest .wrap div select, .spp-extra .module-may-we-suggest .consultant-note .wrap div select {
  width: 110px;
  float: right;
  margin-top: 15px;
  height: 28px;
  overflow: hidden;
  border: 1px solid #ccc;
  font-size: 10px;
  font-family: "HelveticaNeueLTStd55Roman", Arial, Sans-Serif;
}
.consultant-note .outer-wrap ul.transcript-header, .consultant-note .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3 ul.transcript-header, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .consultant-note h3 ul.transcript-header, .consultant-note .spp-extra .module-may-we-suggest .wrap ul.transcript-header, .spp-extra .module-may-we-suggest .consultant-note .wrap ul.transcript-header {
  font-size: 11px;
  margin: 0px 0px 2px;
  text-transform: uppercase;
  padding: 0px;
}
.consultant-note .outer-wrap ul.transcript-header .summary, .consultant-note .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3 ul.transcript-header .summary, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .consultant-note h3 ul.transcript-header .summary, .consultant-note .spp-extra .module-may-we-suggest .wrap ul.transcript-header .summary, .spp-extra .module-may-we-suggest .consultant-note .wrap ul.transcript-header .summary {
  display: inline-block;
  width: 45%;
}
.consultant-note .outer-wrap ul.transcript-header .notes, .consultant-note .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3 ul.transcript-header .notes, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .consultant-note h3 ul.transcript-header .notes, .consultant-note .spp-extra .module-may-we-suggest .wrap ul.transcript-header .notes, .spp-extra .module-may-we-suggest .consultant-note .wrap ul.transcript-header .notes {
  display: inline-block;
}
.consultant-note .outer-wrap ul.transcripts li.transcript-entry.default-height, .consultant-note .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3 ul.transcripts li.transcript-entry.default-height, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .consultant-note h3 ul.transcripts li.transcript-entry.default-height, .consultant-note .spp-extra .module-may-we-suggest .wrap ul.transcripts li.transcript-entry.default-height, .spp-extra .module-may-we-suggest .consultant-note .wrap ul.transcripts li.transcript-entry.default-height {
  height: 125px;
}
.consultant-note .outer-wrap ul.transcripts li.transcript-entry ul.transcript-entry-columns, .consultant-note .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3 ul.transcripts li.transcript-entry ul.transcript-entry-columns, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .consultant-note h3 ul.transcripts li.transcript-entry ul.transcript-entry-columns, .consultant-note .spp-extra .module-may-we-suggest .wrap ul.transcripts li.transcript-entry ul.transcript-entry-columns, .spp-extra .module-may-we-suggest .consultant-note .wrap ul.transcripts li.transcript-entry ul.transcript-entry-columns {
  border-top: 1px solid gray;
}
.consultant-note .outer-wrap ul.transcripts li.transcript-entry ul.transcript-entry-columns li.summary, .consultant-note .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3 ul.transcripts li.transcript-entry ul.transcript-entry-columns li.summary, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .consultant-note h3 ul.transcripts li.transcript-entry ul.transcript-entry-columns li.summary, .consultant-note .spp-extra .module-may-we-suggest .wrap ul.transcripts li.transcript-entry ul.transcript-entry-columns li.summary, .spp-extra .module-may-we-suggest .consultant-note .wrap ul.transcripts li.transcript-entry ul.transcript-entry-columns li.summary {
  height: 100%;
  display: inline-block;
  float: left;
  width: 30%;
}
.consultant-note .outer-wrap ul.transcripts li.transcript-entry ul.transcript-entry-columns li.summary h3, .consultant-note .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3 ul.transcripts li.transcript-entry ul.transcript-entry-columns li.summary h3, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .consultant-note h3 ul.transcripts li.transcript-entry ul.transcript-entry-columns li.summary h3, .consultant-note .spp-extra .module-may-we-suggest .wrap ul.transcripts li.transcript-entry ul.transcript-entry-columns li.summary h3, .spp-extra .module-may-we-suggest .consultant-note .wrap ul.transcripts li.transcript-entry ul.transcript-entry-columns li.summary h3 {
  color: #231f20;
  font-size: 20px;
  margin-top: 10px;
}
.consultant-note .outer-wrap ul.transcripts li.transcript-entry ul.transcript-entry-columns li.summary dl dt, .consultant-note .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3 ul.transcripts li.transcript-entry ul.transcript-entry-columns li.summary dl dt, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .consultant-note h3 ul.transcripts li.transcript-entry ul.transcript-entry-columns li.summary dl dt, .consultant-note .spp-extra .module-may-we-suggest .wrap ul.transcripts li.transcript-entry ul.transcript-entry-columns li.summary dl dt, .spp-extra .module-may-we-suggest .consultant-note .wrap ul.transcripts li.transcript-entry ul.transcript-entry-columns li.summary dl dt {
  font-weight: normal;
  display: inline;
  margin-right: 0.5em;
}
.consultant-note .outer-wrap ul.transcripts li.transcript-entry ul.transcript-entry-columns li.summary dl dd, .consultant-note .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3 ul.transcripts li.transcript-entry ul.transcript-entry-columns li.summary dl dd, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .consultant-note h3 ul.transcripts li.transcript-entry ul.transcript-entry-columns li.summary dl dd, .consultant-note .spp-extra .module-may-we-suggest .wrap ul.transcripts li.transcript-entry ul.transcript-entry-columns li.summary dl dd, .spp-extra .module-may-we-suggest .consultant-note .wrap ul.transcripts li.transcript-entry ul.transcript-entry-columns li.summary dl dd {
  display: inline;
  color: #231f20;
  margin: 0px;
}
.consultant-note .outer-wrap ul.transcripts li.transcript-entry ul.transcript-entry-columns li.consultant-headshot, .consultant-note .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3 ul.transcripts li.transcript-entry ul.transcript-entry-columns li.consultant-headshot, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .consultant-note h3 ul.transcripts li.transcript-entry ul.transcript-entry-columns li.consultant-headshot, .consultant-note .spp-extra .module-may-we-suggest .wrap ul.transcripts li.transcript-entry ul.transcript-entry-columns li.consultant-headshot, .spp-extra .module-may-we-suggest .consultant-note .wrap ul.transcripts li.transcript-entry ul.transcript-entry-columns li.consultant-headshot {
  height: 120px;
  display: inline-block;
  float: left;
  width: 15%;
  padding-left: 5px;
}
.consultant-note .outer-wrap ul.transcripts li.transcript-entry ul.transcript-entry-columns li.consultant-headshot img.consultant-thumb, .consultant-note .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3 ul.transcripts li.transcript-entry ul.transcript-entry-columns li.consultant-headshot img.consultant-thumb, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .consultant-note h3 ul.transcripts li.transcript-entry ul.transcript-entry-columns li.consultant-headshot img.consultant-thumb, .consultant-note .spp-extra .module-may-we-suggest .wrap ul.transcripts li.transcript-entry ul.transcript-entry-columns li.consultant-headshot img.consultant-thumb, .spp-extra .module-may-we-suggest .consultant-note .wrap ul.transcripts li.transcript-entry ul.transcript-entry-columns li.consultant-headshot img.consultant-thumb {
  height: 90%;
  margin-top: 5px;
}
.consultant-note .outer-wrap ul.transcripts li.transcript-entry ul.transcript-entry-columns li.notes, .consultant-note .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3 ul.transcripts li.transcript-entry ul.transcript-entry-columns li.notes, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .consultant-note h3 ul.transcripts li.transcript-entry ul.transcript-entry-columns li.notes, .consultant-note .spp-extra .module-may-we-suggest .wrap ul.transcripts li.transcript-entry ul.transcript-entry-columns li.notes, .spp-extra .module-may-we-suggest .consultant-note .wrap ul.transcripts li.transcript-entry ul.transcript-entry-columns li.notes {
  height: 100%;
  display: inline-block;
  float: left;
  padding-left: 10px;
  width: 55%;
}
.consultant-note .outer-wrap ul.transcripts li.transcript-entry ul.transcript-entry-columns li.notes a.view-full-transcript, .consultant-note .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3 ul.transcripts li.transcript-entry ul.transcript-entry-columns li.notes a.view-full-transcript, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .consultant-note h3 ul.transcripts li.transcript-entry ul.transcript-entry-columns li.notes a.view-full-transcript, .consultant-note .spp-extra .module-may-we-suggest .wrap ul.transcripts li.transcript-entry ul.transcript-entry-columns li.notes a.view-full-transcript, .spp-extra .module-may-we-suggest .consultant-note .wrap ul.transcripts li.transcript-entry ul.transcript-entry-columns li.notes a.view-full-transcript {
  display: block;
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 0px;
}
.consultant-note .outer-wrap ul.transcripts li.transcript-entry ul.transcript-entry-columns li.notes a.view-full-transcript.underlined, .consultant-note .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3 ul.transcripts li.transcript-entry ul.transcript-entry-columns li.notes a.view-full-transcript.underlined, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .consultant-note h3 ul.transcripts li.transcript-entry ul.transcript-entry-columns li.notes a.view-full-transcript.underlined, .consultant-note .spp-extra .module-may-we-suggest .wrap ul.transcripts li.transcript-entry ul.transcript-entry-columns li.notes a.view-full-transcript.underlined, .spp-extra .module-may-we-suggest .consultant-note .wrap ul.transcripts li.transcript-entry ul.transcript-entry-columns li.notes a.view-full-transcript.underlined {
  border-bottom: 1px solid #D3D3D3;
}
.consultant-note .outer-wrap ul.transcripts li.transcript-entry ul.transcript-entry-columns li.notes .caret, .consultant-note .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3 ul.transcripts li.transcript-entry ul.transcript-entry-columns li.notes .caret, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .consultant-note h3 ul.transcripts li.transcript-entry ul.transcript-entry-columns li.notes .caret, .consultant-note .spp-extra .module-may-we-suggest .wrap ul.transcripts li.transcript-entry ul.transcript-entry-columns li.notes .caret, .spp-extra .module-may-we-suggest .consultant-note .wrap ul.transcripts li.transcript-entry ul.transcript-entry-columns li.notes .caret {
  display: none;
  background: url("/media/export/images/qs-caret.png") no-repeat scroll 0px 0px transparent;
  right: 40px;
  width: 22px;
  height: 12px;
  margin-top: -12px;
  left: 40px;
  position: relative;
}
.consultant-note .outer-wrap ul.transcripts li.transcript-entry ul.transcript-entry-columns li.notes .close, .consultant-note .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3 ul.transcripts li.transcript-entry ul.transcript-entry-columns li.notes .close, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .consultant-note h3 ul.transcripts li.transcript-entry ul.transcript-entry-columns li.notes .close, .consultant-note .spp-extra .module-may-we-suggest .wrap ul.transcripts li.transcript-entry ul.transcript-entry-columns li.notes .close, .spp-extra .module-may-we-suggest .consultant-note .wrap ul.transcripts li.transcript-entry ul.transcript-entry-columns li.notes .close {
  text-indent: -9999px;
  width: 20px;
  height: 21px;
  cursor: pointer;
  float: right;
  top: 10px;
  display: none;
  background: transparent url("/sites/clinique/themes/cl_base/img/icon-close.png") no-repeat scroll 0 0;
  right: 5px;
  position: relative;
}
.consultant-note .outer-wrap ul.transcripts li.transcript-entry ul.transcript-entry-columns li.notes dl.transcript, .consultant-note .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3 ul.transcripts li.transcript-entry ul.transcript-entry-columns li.notes dl.transcript, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .consultant-note h3 ul.transcripts li.transcript-entry ul.transcript-entry-columns li.notes dl.transcript, .consultant-note .spp-extra .module-may-we-suggest .wrap ul.transcripts li.transcript-entry ul.transcript-entry-columns li.notes dl.transcript, .spp-extra .module-may-we-suggest .consultant-note .wrap ul.transcripts li.transcript-entry ul.transcript-entry-columns li.notes dl.transcript {
  display: none;
}

.recommended-for-you h2, .recommended-for-you .module-benefits .heading-container, .module-benefits .recommended-for-you .heading-container, .recommended-for-you .module-benefits .heading-container *, .module-benefits .heading-container .recommended-for-you * {
  color: #231f20;
  width: 65%;
}
.recommended-for-you h2 span, .recommended-for-you .module-benefits .heading-container span, .module-benefits .recommended-for-you .heading-container span, .module-benefits .heading-container .recommended-for-you * span {
  color: #5DBA98;
}
.recommended-for-you p.last-taken {
  font-size: 1.2em;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  margin: 0 0 30px 0;
}

.diagnostic-info,
.consultant-note,
.most-recent-purchases,
.products-you-love,
.best-sellers,
.recommended-for-you,
.foundation-finder {
  padding: 3em 0 5em 0;
}

.foundation-finder .loading {
  display: block;
}
.foundation-finder .no-results {
  display: none;
}
.foundation-finder .has-results {
  display: none;
}

.products-you-love h2 .icon-heart, .products-you-love .module-benefits .heading-container .icon-heart, .module-benefits .products-you-love .heading-container .icon-heart, .module-benefits .heading-container .products-you-love * .icon-heart {
  color: #FE6CB5;
}
.products-you-love .products {
  float: none;
}

.my-account-lists-and-favorites-v1 h3 .icon-heart {
  color: #FE6CB5;
}

a.button.view-all, input.view-all.form-submit,
input.view-all.button[type='submit'] {
  clear: both;
  display: block;
  font-weight: normal;
  font-size: 1.4em;
  margin-top: 1em;
  letter-spacing: 0;
  float: left;
}

.diagnostic-info {
  border-top-width: 0;
}
.diagnostic-info .column {
  width: 33%;
  float: left;
  border: 0px solid #bdbdbd;
  border-left-width: 1px;
  padding: 0 2em;
}
.diagnostic-info .column h3 {
  text-transform: capitalize;
  font-size: 1.5em;
  margin: 0 0 .4em 0;
}
.diagnostic-info .column select {
  width: 100%;
  background-color: white;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  border-color: #bdbdbd;
  padding: 1em;
  margin-bottom: 1em;
}
.diagnostic-info .column.first {
  border-left-width: 0;
  padding-left: 0;
}

.diagnostics-header header {
  padding: 30px 0 0;
}
.diagnostics-header header h1 {
  margin: 0;
}
.diagnostics-header header .subtitle {
  color: #1F1F1F;
  font-size: 22px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
}

.diagnostic-results h3 {
  color: #1F1F1F;
  text-transform: capitalize;
  font-size: 1.5em;
  margin: 0 0 .4em 0;
}
.diagnostic-results .prod-shelf-row .products {
  float: none;
}

.most-recent-purchases .info {
  width: 20%;
}
.most-recent-purchases .info h3 {
  color: #1f1f1f;
  font-size: 1.6em;
  line-height: 1.1em;
}
.most-recent-purchases .info a.view-order {
  display: block;
  margin-top: 1em;
  font-size: 1.2em;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  text-transform: capitalize;
}
.most-recent-purchases .products {
  width: 80%;
}
.most-recent-purchases .products .product-info {
  padding-right: 1em;
}
.most-recent-purchases .products .product-name a {
  color: #231f20;
}
.most-recent-purchases .products img.product-image {
  width: 190px;
}

.best-sellers .products .product-info {
  padding-right: 1em;
}
.best-sellers .products .product-name a {
  color: #231f20;
}
.best-sellers .products img.product-image {
  width: 190px;
}

.autoship-replenishment {
  padding: 60px 0 30px 0;
}
.autoship-replenishment h2, .autoship-replenishment .module-benefits .heading-container, .module-benefits .autoship-replenishment .heading-container, .autoship-replenishment .module-benefits .heading-container *, .module-benefits .heading-container .autoship-replenishment * {
  margin: 0;
}
.autoship-replenishment .replenish-info {
  color: #131313;
  font-size: 13px;
  margin: 0 0 30px 0;
  width: 50%;
}
.autoship-replenishment table {
  width: 100%;
}
.autoship-replenishment table thead {
  border-bottom: 1px solid lightgray;
  font-size: 11px;
  text-transform: uppercase;
}
.autoship-replenishment table td {
  padding: 10px 0 15px 0;
}

.contact-preferences {
  padding: 20px 0 30px 0;
}
.contact-preferences header h1 {
  font-size: 36px;
  margin: 0;
}
.contact-preferences .message {
  color: #ef6ea8;
  margin-top: 15px;
}
.contact-preferences .section {
  border-bottom: 1px solid lightgray;
  padding: 15px 0 20px 0;
}
.contact-preferences .section h2, .contact-preferences .section .module-benefits .heading-container, .module-benefits .contact-preferences .section .heading-container, .contact-preferences .section .module-benefits .heading-container *, .module-benefits .heading-container .contact-preferences .section * {
  color: #808080;
  font-size: 22px;
  margin: 0;
}
.contact-preferences .section h3 {
  color: #808080;
}
.contact-preferences fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.contact-preferences fieldset div {
  clear: both;
  margin: 0 0 15px 0;
  overflow: hidden;
}
.contact-preferences fieldset .field {
  float: left;
  margin: 1px 8px 0 0;
}
.contact-preferences fieldset input[type="text"] {
  border: 1px solid lightgray;
  height: 34px;
  padding: 0 10px;
}
.contact-preferences fieldset label {
  float: left;
  font-weight: normal;
  text-transform: none;
  width: 90%;
}
.contact-preferences fieldset label p {
  display: inline;
  margin: 0;
}
.contact-preferences fieldset label p label {
  display: inline;
}
.contact-preferences .language-selection label {
  width: 100px;
}
.contact-preferences .form-submit {
  margin: 25px 0 0 0;
}
.contact-preferences .like-on-fb iframe {
  border-width: 0;
  overflow: hidden;
  width: 50px;
  height: 21px;
}
.contact-preferences .like-on-fb .label {
  display: inline-block;
}
.contact-preferences .choose-language label {
  margin: 0 3em 0 .7em;
}

.past-purchases {
  padding: 20px 0 50px 0;
}
.past-purchases .order-header {
  color: #1f1f1f;
  font-size: 15px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.past-purchases .order.accordion-header {
  border-top: 1px solid lightgray;
  padding: 10px 0;
}
.past-purchases .order-header, .past-purchases .order.accordion-header {
  display: block;
  width: 100%;
}
.past-purchases .order-header li, .past-purchases .order.accordion-header li {
  display: inline-block;
  padding-right: 10px;
}
.past-purchases .order-header .created-date, .past-purchases .order.accordion-header .created-date {
  width: 10%;
}
.past-purchases .order-header .trans-id, .past-purchases .order.accordion-header .trans-id {
  width: 16%;
}
.past-purchases .order-header .product-names, .past-purchases .order.accordion-header .product-names {
  width: 37%;
}
.past-purchases .order-header .product-names .optional-header, .past-purchases .order.accordion-header .product-names .optional-header {
  display: none;
}
.past-purchases .order-header .order-status, .past-purchases .order.accordion-header .order-status {
  width: 20%;
}
.past-purchases .order-header .view-details, .past-purchases .order.accordion-header .view-details {
  width: 15%;
  padding-right: 0;
  text-align: right;
}
.past-purchases .order-info.accordion-content {
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
  display: none;
  margin: 10px 0 -1px 0;
  width: 100%;
}
.past-purchases .order-info.accordion-content .outer-wrap, .past-purchases .order-info.accordion-content .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .past-purchases .order-info.accordion-content h3, .past-purchases .order-info.accordion-content .spp-extra .module-may-we-suggest .wrap, .spp-extra .module-may-we-suggest .past-purchases .order-info.accordion-content .wrap {
  display: block;
  padding: 50px 0 40px 0;
  position: relative;
  width: 100%;
}
.past-purchases .order-info.accordion-content .outer-wrap .caret, .past-purchases .order-info.accordion-content .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3 .caret, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .past-purchases .order-info.accordion-content h3 .caret, .past-purchases .order-info.accordion-content .spp-extra .module-may-we-suggest .wrap .caret, .spp-extra .module-may-we-suggest .past-purchases .order-info.accordion-content .wrap .caret {
  background: transparent url("/media/export/images/qs-caret.png") no-repeat scroll 0 0;
  height: 12px;
  position: absolute;
  right: 40px;
  top: -12px;
  width: 22px;
}
.past-purchases .order-info.accordion-content .outer-wrap .close, .past-purchases .order-info.accordion-content .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3 .close, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .past-purchases .order-info.accordion-content h3 .close, .past-purchases .order-info.accordion-content .spp-extra .module-may-we-suggest .wrap .close, .spp-extra .module-may-we-suggest .past-purchases .order-info.accordion-content .wrap .close {
  background: transparent url("/sites/clinique/themes/cl_base/img/icon-close.png") no-repeat scroll 0 0;
  cursor: pointer;
  height: 21px;
  position: absolute;
  right: 5px;
  text-indent: -9999px;
  top: 15px;
  width: 20px;
}
.past-purchases .order-info.accordion-content .outer-wrap > div, .past-purchases .order-info.accordion-content .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3 > div, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .past-purchases .order-info.accordion-content h3 > div, .past-purchases .order-info.accordion-content .spp-extra .module-may-we-suggest .wrap > div, .spp-extra .module-may-we-suggest .past-purchases .order-info.accordion-content .wrap > div {
  display: inline-block;
  vertical-align: top;
}
.past-purchases .order-info.accordion-content .outer-wrap .shipments-list, .past-purchases .order-info.accordion-content .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3 .shipments-list, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .past-purchases .order-info.accordion-content h3 .shipments-list, .past-purchases .order-info.accordion-content .spp-extra .module-may-we-suggest .wrap .shipments-list, .spp-extra .module-may-we-suggest .past-purchases .order-info.accordion-content .wrap .shipments-list {
  width: 75%;
}
.past-purchases .order-info.accordion-content .order-details {
  margin: 0 4% 0 0;
  width: 20%;
}
.past-purchases .order-info.accordion-content .order-details h3 {
  color: #1f1f1f;
  font-size: 22px;
  margin: 0 0 15px 0;
}
.past-purchases .order-info.accordion-content .order-details li {
  color: #1f1f1f;
  font-size: 15px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
}
.past-purchases .order-info.accordion-content .order-details li em {
  color: #808080;
  font-style: normal;
}
.past-purchases .order-info.accordion-content .order-details .button {
  margin: 20px 0 0 0;
}
.past-purchases .order-info.accordion-content .order-details .address h2, .past-purchases .order-info.accordion-content .order-details .address .module-benefits .heading-container, .module-benefits .past-purchases .order-info.accordion-content .order-details .address .heading-container, .past-purchases .order-info.accordion-content .order-details .address .module-benefits .heading-container *, .module-benefits .heading-container .past-purchases .order-info.accordion-content .order-details .address * {
  font-size: 15px;
  line-height: 15px;
  margin: 15px 0 5px;
}
.past-purchases .order-info.accordion-content .samples {
  border-top: 1px solid lightgray;
  overflow: hidden;
  width: 75%;
  padding-top: 5px;
}
.past-purchases .order-info.accordion-content .samples .my_account_sample {
  float: left;
  padding: 10px 3% 10px 0;
  width: 16%;
}
.past-purchases .order-info.accordion-content .samples .my_account_sample .product-image {
  margin: 0 0 5px 0;
}
.past-purchases .order-info.accordion-content .samples .my_account_sample .product-image img {
  display: block;
  height: auto;
  width: 100%;
}
.past-purchases .order-info.accordion-content .samples .my_account_sample .product-info .product-name a {
  color: #1f1f1f;
}
.past-purchases .order-info.accordion-content .products {
  /*width: 75%;*/
}
.past-purchases .order-info.accordion-content .products .product-header div {
  display: inline-block;
  font-size: 11px;
  padding-right: 10px;
  text-transform: uppercase;
}
.past-purchases .order-info.accordion-content .products .product-header .product {
  border: none;
  padding: 0;
  width: 36%;
}
.past-purchases .order-info.accordion-content .products .product-header .quantity {
  text-align: center;
  width: 10.5%;
}
.past-purchases .order-info.accordion-content .products .product-header .price {
  width: 52%;
}
.past-purchases .order-info.accordion-content .products .product {
  border-top: 1px solid lightgray;
  padding: 10px 0;
}
.past-purchases .order-info.accordion-content .products .product .product-image {
  display: inline-block;
  padding: 0 10px 0 0;
  width: 16%;
  vertical-align: top;
}
.past-purchases .order-info.accordion-content .products .product .product-image img {
  display: block;
  height: auto;
  width: 100%;
}
.past-purchases .order-info.accordion-content .products .product .product-info {
  display: inline-block;
  padding: 0 10px 0 0;
  width: 20%;
  vertical-align: top;
}
.past-purchases .order-info.accordion-content .products .product .product-info .product-name {
  font-size: 13px;
}
.past-purchases .order-info.accordion-content .products .product .product-info .product-name a {
  color: #1f1f1f;
}
.past-purchases .order-info.accordion-content .products .product .quantity {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  padding: 0 10px 0 0;
  text-align: center;
  width: 10.5%;
  vertical-align: top;
}
.past-purchases .order-info.accordion-content .products .product .refill {
  margin-left: 16%;
  padding-left: 4px;
}
.past-purchases .order-info.accordion-content .products .product .price {
  display: inline-block;
  padding: 0 10px 0 0;
  width: 51%;
  vertical-align: top;
}
.past-purchases .order-info.accordion-content .products .product .price .price {
  display: block;
  margin: 0 0 10px 0;
  padding: 0;
  width: auto;
}
.past-purchases .order-info.accordion-content .products .product .price .button {
  height: auto;
}
.past-purchases .order-info.accordion-content .products .product-footer {
  border-top: 1px solid lightgray;
  padding: 15px 0 15px 0;
}
.past-purchases .order-info.accordion-content .products .product-footer div {
  display: inline-block;
  padding-right: 10px;
  text-transform: uppercase;
}
.past-purchases .order-info.accordion-content .products .product-footer .total {
  color: #1f1f1f;
  font-size: 11px;
  margin-left: 16.5%;
  width: 20%;
}
.past-purchases .order-info.accordion-content .products .product-footer .total-quantity {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  width: 10.5%;
}
.past-purchases .order-info.accordion-content .products .product-footer .price {
  width: 51%;
}
.past-purchases .order-info.accordion-content .products .product-footer .price .button {
  float: right;
}

.shipping-billing {
  padding: 5px 0 65px 0;
}
.shipping-billing .address-book-info {
  margin-bottom: 15px;
}
.shipping-billing .section-column {
  border-bottom: 1px solid lightgray;
  padding: 0 0 30px 0;
}
.shipping-billing .section-column.last {
  border: none;
  padding: 65px 0 0 0;
}
.shipping-billing .section-column header {
  margin: 0 0 20px 0;
}
.shipping-billing .section-column .section-header {
  font-size: 22px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
}

#address_form_container #address-form-popover .radio-buttons {
  margin: 5px 15px 10px 0;
}
#address_form_container #address-form-popover .radio-buttons label {
  /* display: inline-block;  */
  padding: 0 0 0.3em;
}
#address_form_container #address-form-popover .radio-buttons .required_mark {
  display: inline !important;
}
#address_form_container #address-form-popover .radio-buttons span {
  display: block;
}
#address_form_container #address-form-popover .radio-buttons span input {
  margin: 0 2px 0 8px;
}
#address_form_container #address-form-popover .phone_label_container {
  float: left;
  margin: 5px 15px 1px 0;
  width: 400px;
}
#address_form_container #address-form-popover .ship_type_container {
  float: left;
  margin: 5px 15px 1px 0;
  width: 400px;
}
#address_form_container #address-form-popover .default_ship_container {
  float: left;
  margin: 5px 15px 10px 0;
  width: 350px;
}

.no-favorites {
  overflow: hidden;
  padding: 65px 0;
}
.no-favorites .no-favorites {
  padding: 0;
}
.no-favorites .no-favorites-text {
  float: left;
  padding: 20px 0 10% 0;
  width: 49%;
}
.no-favorites .no-favorites-text p {
  font-size: 36px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  line-height: 1;
  margin: 0 0 15px 0;
}
.no-favorites .no-favorites-image {
  float: right;
  width: 49%;
}
.no-favorites .no-favorites-image img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

.favorites-header-panel {
  -moz-box-shadow: inset 0px -12px 12px -12px rgba(50, 50, 50, 0.2);
  -webkit-box-shadow: inset 0px -12px 12px -12px rgba(50, 50, 50, 0.2);
  box-shadow: inset 0px -12px 12px -12px rgba(50, 50, 50, 0.2);
  background: -moz-linear-gradient(#ffffff, #f6f6f6);
  background: -o-linear-gradient(#ffffff, #f6f6f6);
  background: -webkit-linear-gradient(#ffffff, #f6f6f6);
  background: linear-gradient(#ffffff, #f6f6f6);
}
.favorites-header-panel .account-header-panel {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
}
.favorites-header-panel header {
  color: #231f20;
  margin: 5px 0 65px;
  padding: 0;
  width: auto;
  float: none;
  border-right: none;
}
.favorites-header-panel header h2, .favorites-header-panel header .module-benefits .heading-container, .module-benefits .favorites-header-panel header .heading-container, .favorites-header-panel header .module-benefits .heading-container *, .module-benefits .heading-container .favorites-header-panel header * {
  color: #231f20;
  margin: 0;
}
.favorites-header-panel header .subtitle {
  font-size: 22px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  line-height: 1;
  width: 75%;
}
.favorites-header-panel header .subtitle p {
  line-height: 1;
}

.my-account-sku .product-name a,
.product-tout .product-name a {
  color: #231f20;
}
.my-account-sku .add-to-bag,
.product-tout .add-to-bag {
  height: auto;
  margin: 10px 0;
}
.my-account-sku .shades,
.my-account-sku .sizes,
.product-tout .shades,
.product-tout .sizes {
  margin-top: 10px;
}
.my-account-sku .shades .shade .search-swatch-container,
.product-tout .shades .shade .search-swatch-container {
  height: 20px;
  margin-right: 6px;
  width: 20px;
}
.my-account-sku .shades .shade div,
.product-tout .shades .shade div {
  display: inline;
  vertical-align: middle;
  white-space: nowrap;
}
.my-account-sku .shades .shade .search-swatch-container > div,
.product-tout .shades .shade .search-swatch-container > div {
  display: inline-block;
  height: 20px;
  vertical-align: middle;
  width: 20px;
}

/*AR Pages*/
#replenishment_update .shipping-address, #replenishment_update .payment-method {
  float: left;
  width: 50%;
}

#replenishment_update .payment_method {
  padding-left: 15px;
}

.auto-replenishment-items, .shipping-frequency, .shipping-address, #replenishment_update .payment-method {
  padding: 30px 0 0 0;
}
.auto-replenishment-items h1, .shipping-frequency h1, .shipping-address h1, #replenishment_update .payment-method h1 {
  margin: 0;
}
.auto-replenishment-items h3, .shipping-frequency h3, .shipping-address h3, #replenishment_update .payment-method h3 {
  font-size: 25px;
  color: #1f1f1f;
}
.auto-replenishment-items .my-account-sku, .shipping-frequency .my-account-sku, .shipping-address .my-account-sku, #replenishment_update .payment-method .my-account-sku {
  padding: 0 0 150px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #DBDBDB;
}
.auto-replenishment-items .address-select, .shipping-frequency .address-select, .shipping-address .address-select, #replenishment_update .payment-method .address-select {
  width: 95%;
}
.auto-replenishment-items .address_select,
.auto-replenishment-items .payment_method, .shipping-frequency .address_select,
.shipping-frequency .payment_method, .shipping-address .address_select,
.shipping-address .payment_method, #replenishment_update .payment-method .address_select,
#replenishment_update .payment-method .payment_method {
  width: 45%;
}
.auto-replenishment-items .shipping-address,
.auto-replenishment-items .payment-details, .shipping-frequency .shipping-address,
.shipping-frequency .payment-details, .shipping-address .shipping-address,
.shipping-address .payment-details, #replenishment_update .payment-method .shipping-address,
#replenishment_update .payment-method .payment-details {
  float: left;
  width: 50%;
}
.auto-replenishment-items .shipping-address, .shipping-frequency .shipping-address, .shipping-address .shipping-address, #replenishment_update .payment-method .shipping-address {
  border-right: 1px solid #DBDBDB;
}
.auto-replenishment-items .payment-details, .shipping-frequency .payment-details, .shipping-address .payment-details, #replenishment_update .payment-method .payment-details {
  padding: 0 0 60px 20px;
}
.auto-replenishment-items .action-btn, .shipping-frequency .action-btn, .shipping-address .action-btn, #replenishment_update .payment-method .action-btn {
  padding: 0 0 20px 0;
  float: right;
}
.auto-replenishment-items .container, .shipping-frequency .container, .shipping-address .container, #replenishment_update .payment-method .container {
  padding-top: 45px;
}
.auto-replenishment-items .shipping-frequency, .shipping-frequency .shipping-frequency, .shipping-address .shipping-frequency, #replenishment_update .payment-method .shipping-frequency {
  padding: 40px 0 0 0;
}
.auto-replenishment-items .payment_method_display,
.auto-replenishment-items .payment_method_controls, .shipping-frequency .payment_method_display,
.shipping-frequency .payment_method_controls, .shipping-address .payment_method_display,
.shipping-address .payment_method_controls, #replenishment_update .payment-method .payment_method_display,
#replenishment_update .payment-method .payment_method_controls {
  float: left;
  width: 48%;
}
.auto-replenishment-items .section-info-block1, .shipping-frequency .section-info-block1, .shipping-address .section-info-block1, #replenishment_update .payment-method .section-info-block1 {
  float: left;
  width: 51%;
  color: #1f1f1f;
  padding: 0 0 25px 0;
}
.auto-replenishment-items .section-info-block3, .shipping-frequency .section-info-block3, .shipping-address .section-info-block3, #replenishment_update .payment-method .section-info-block3 {
  float: right;
  width: 23%;
  color: #1f1f1f;
}
.auto-replenishment-items .frequency_question, .shipping-frequency .frequency_question, .shipping-address .frequency_question, #replenishment_update .payment-method .frequency_question {
  font-weight: bold;
  color: #1f1f1f;
}
.auto-replenishment-items .section-info-block2, .shipping-frequency .section-info-block2, .shipping-address .section-info-block2, #replenishment_update .payment-method .section-info-block2 {
  float: left;
  width: 23%;
  color: #1f1f1f;
  padding: 0 0 26px 0;
}
.auto-replenishment-items .address-container,
.auto-replenishment-items .address-controls,
.auto-replenishment-items .payment-container,
.auto-replenishment-items .payment-controls, .shipping-frequency .address-container,
.shipping-frequency .address-controls,
.shipping-frequency .payment-container,
.shipping-frequency .payment-controls, .shipping-address .address-container,
.shipping-address .address-controls,
.shipping-address .payment-container,
.shipping-address .payment-controls, #replenishment_update .payment-method .address-container,
#replenishment_update .payment-method .address-controls,
#replenishment_update .payment-method .payment-container,
#replenishment_update .payment-method .payment-controls {
  float: left;
  width: 50%;
}
.auto-replenishment-items .subtitle, .shipping-frequency .subtitle, .shipping-address .subtitle, #replenishment_update .payment-method .subtitle {
  color: #231f20;
  font-size: 13px;
  line-height: 23px;
  margin: 0 0 15px 0;
  width: 50%;
}
.auto-replenishment-items .replenish_label, .shipping-frequency .replenish_label, .shipping-address .replenish_label, #replenishment_update .payment-method .replenish_label {
  margin: 10px 0 0 0;
}
.auto-replenishment-items .replenish_label label, .shipping-frequency .replenish_label label, .shipping-address .replenish_label label, #replenishment_update .payment-method .replenish_label label {
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  text-transform: none;
}
.auto-replenishment-items .product-header, .shipping-frequency .product-header, .shipping-address .product-header, #replenishment_update .payment-method .product-header {
  text-transform: uppercase;
  float: left;
  width: 100%;
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 12px;
}
.auto-replenishment-items .product-header .product, .shipping-frequency .product-header .product, .shipping-address .product-header .product, #replenishment_update .payment-method .product-header .product {
  float: left;
  width: 33%;
  padding-bottom: 3px;
}
.auto-replenishment-items .product-header .quantity, .shipping-frequency .product-header .quantity, .shipping-address .product-header .quantity, #replenishment_update .payment-method .product-header .quantity {
  float: left;
  width: 9%;
}
.auto-replenishment-items .product-header .price, .shipping-frequency .product-header .price, .shipping-address .product-header .price, #replenishment_update .payment-method .product-header .price {
  float: left;
  width: 10%;
}
.auto-replenishment-items .product-header .last-order-date, .shipping-frequency .product-header .last-order-date, .shipping-address .product-header .last-order-date, #replenishment_update .payment-method .product-header .last-order-date {
  float: left;
  width: 17%;
}
.auto-replenishment-items .product-header .next-order-date, .shipping-frequency .product-header .next-order-date, .shipping-address .product-header .next-order-date, #replenishment_update .payment-method .product-header .next-order-date {
  float: left;
  width: 17%;
}
.auto-replenishment-items .product-header .frequency, .shipping-frequency .product-header .frequency, .shipping-address .product-header .frequency, #replenishment_update .payment-method .product-header .frequency {
  float: left;
  width: 14%;
}
.auto-replenishment-items .my-account-sku .product-image, .shipping-frequency .my-account-sku .product-image, .shipping-address .my-account-sku .product-image, #replenishment_update .payment-method .my-account-sku .product-image {
  padding: 0 10px 0 0;
  width: 16%;
  vertical-align: top;
  float: left;
}
.auto-replenishment-items .my-account-sku .product-image img, .shipping-frequency .my-account-sku .product-image img, .shipping-address .my-account-sku .product-image img, #replenishment_update .payment-method .my-account-sku .product-image img {
  height: auto;
  width: 100%;
}
.auto-replenishment-items .my-account-sku .product-info, .shipping-frequency .my-account-sku .product-info, .shipping-address .my-account-sku .product-info, #replenishment_update .payment-method .my-account-sku .product-info {
  float: left;
  width: 13%;
  vertical-align: top;
  color: #1f1f1f;
}
.auto-replenishment-items .my-account-sku .product-info .product-name, .shipping-frequency .my-account-sku .product-info .product-name, .shipping-address .my-account-sku .product-info .product-name, #replenishment_update .payment-method .my-account-sku .product-info .product-name {
  font-size: 13px;
}
.auto-replenishment-items .my-account-sku .product-info .product-name a, .shipping-frequency .my-account-sku .product-info .product-name a, .shipping-address .my-account-sku .product-info .product-name a, #replenishment_update .payment-method .my-account-sku .product-info .product-name a {
  color: #1f1f1f;
}
.auto-replenishment-items .my-account-sku .quantity, .shipping-frequency .my-account-sku .quantity, .shipping-address .my-account-sku .quantity, #replenishment_update .payment-method .my-account-sku .quantity {
  float: left;
  font-size: 13px;
  font-weight: bold;
  padding: 0 10px 83px 0;
  text-align: center;
  width: 13%;
  vertical-align: top;
}
.auto-replenishment-items .my-account-sku .price, .shipping-frequency .my-account-sku .price, .shipping-address .my-account-sku .price, #replenishment_update .payment-method .my-account-sku .price {
  float: left;
  width: 10%;
  vertical-align: top;
  color: #1f1f1f;
}
.auto-replenishment-items .my-account-sku .price .price, .shipping-frequency .my-account-sku .price .price, .shipping-address .my-account-sku .price .price, #replenishment_update .payment-method .my-account-sku .price .price {
  display: block;
  margin: 0 0 10px 0;
  padding: 0;
  width: auto;
}
.auto-replenishment-items .my-account-sku .price .button, .shipping-frequency .my-account-sku .price .button, .shipping-address .my-account-sku .price .button, #replenishment_update .payment-method .my-account-sku .price .button {
  height: auto;
}
.auto-replenishment-items .my-account-sku .last-order-date, .shipping-frequency .my-account-sku .last-order-date, .shipping-address .my-account-sku .last-order-date, #replenishment_update .payment-method .my-account-sku .last-order-date {
  color: #1f1f1f;
  margin: 0 79px 0 0;
  float: left;
  width: 9%;
  line-height: 31px;
}
.auto-replenishment-items .my-account-sku .next-order-date, .shipping-frequency .my-account-sku .next-order-date, .shipping-address .my-account-sku .next-order-date, #replenishment_update .payment-method .my-account-sku .next-order-date {
  color: #1f1f1f;
  float: left;
  width: 17%;
}
.auto-replenishment-items .my-account-sku .frequency, .shipping-frequency .my-account-sku .frequency, .shipping-address .my-account-sku .frequency, #replenishment_update .payment-method .my-account-sku .frequency {
  float: left;
  width: 13%;
  height: 150px;
}
.auto-replenishment-items .my-account-sku .frequency p, .shipping-frequency .my-account-sku .frequency p, .shipping-address .my-account-sku .frequency p, #replenishment_update .payment-method .my-account-sku .frequency p {
  display: none;
}
.auto-replenishment-items .my-account-sku .replenishment-details, .shipping-frequency .my-account-sku .replenishment-details, .shipping-address .my-account-sku .replenishment-details, #replenishment_update .payment-method .my-account-sku .replenishment-details {
  display: none;
  border-bottom: 1px solid #DBDBDB;
}
.auto-replenishment-items .topBorder, .shipping-frequency .topBorder, .shipping-address .topBorder, #replenishment_update .payment-method .topBorder {
  float: right;
  width: 100%;
}
.auto-replenishment-items .topBorder img, .shipping-frequency .topBorder img, .shipping-address .topBorder img, #replenishment_update .payment-method .topBorder img {
  width: 100%;
}
.auto-replenishment-items .close-icon, .shipping-frequency .close-icon, .shipping-address .close-icon, #replenishment_update .payment-method .close-icon {
  float: right;
  padding: 10px 38px 10px;
}

/*AR Pages*/
.auto-replenishment-header,
.auto-replenishment-description,
.auto-replenishment-upsell {
  padding: 30px 0 0 0;
}
.auto-replenishment-header h1,
.auto-replenishment-description h1,
.auto-replenishment-upsell h1 {
  margin: 0;
}
.auto-replenishment-header h3,
.auto-replenishment-description h3,
.auto-replenishment-upsell h3 {
  font-size: 25px;
  color: #1f1f1f;
}
.auto-replenishment-header .address-select,
.auto-replenishment-description .address-select,
.auto-replenishment-upsell .address-select {
  width: 95%;
}
.auto-replenishment-header .shipping-address,
.auto-replenishment-header .payment-details,
.auto-replenishment-description .shipping-address,
.auto-replenishment-description .payment-details,
.auto-replenishment-upsell .shipping-address,
.auto-replenishment-upsell .payment-details {
  float: left;
  width: 50%;
}
.auto-replenishment-header .shipping-address,
.auto-replenishment-description .shipping-address,
.auto-replenishment-upsell .shipping-address {
  border-right: 1px solid #DBDBDB;
}
.auto-replenishment-header .payment-details,
.auto-replenishment-description .payment-details,
.auto-replenishment-upsell .payment-details {
  padding: 0 0 60px 20px;
}
.auto-replenishment-header .action-btn,
.auto-replenishment-description .action-btn,
.auto-replenishment-upsell .action-btn {
  padding: 0 0 20px 0;
  float: right;
}
.auto-replenishment-header .container,
.auto-replenishment-description .container,
.auto-replenishment-upsell .container {
  padding-top: 45px;
}
.auto-replenishment-header .shipping-frequency,
.auto-replenishment-description .shipping-frequency,
.auto-replenishment-upsell .shipping-frequency {
  padding: 40px 0 0 0;
}
.auto-replenishment-header .payment_method_display,
.auto-replenishment-header .payment_method_controls,
.auto-replenishment-description .payment_method_display,
.auto-replenishment-description .payment_method_controls,
.auto-replenishment-upsell .payment_method_display,
.auto-replenishment-upsell .payment_method_controls {
  float: left;
  width: 48%;
}
.auto-replenishment-header .subtitle,
.auto-replenishment-description .subtitle,
.auto-replenishment-upsell .subtitle {
  color: #231f20;
  font-size: 13px;
  line-height: 23px;
  margin: 0 0 15px 0;
}
.auto-replenishment-header .replenish_label,
.auto-replenishment-description .replenish_label,
.auto-replenishment-upsell .replenish_label {
  margin: 10px 0 0 0;
}
.auto-replenishment-header .replenish_label label,
.auto-replenishment-description .replenish_label label,
.auto-replenishment-upsell .replenish_label label {
  text-transform: none;
}
.auto-replenishment-header .product-header,
.auto-replenishment-description .product-header,
.auto-replenishment-upsell .product-header {
  text-transform: uppercase;
  float: left;
  width: 100%;
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 12px;
}
.auto-replenishment-header .product-header .product,
.auto-replenishment-description .product-header .product,
.auto-replenishment-upsell .product-header .product {
  float: left;
  width: 33%;
  padding-bottom: 3px;
}
.auto-replenishment-header .my-account-sku .quantity,
.auto-replenishment-description .my-account-sku .quantity,
.auto-replenishment-upsell .my-account-sku .quantity {
  float: left;
  font-size: 13px;
  font-weight: bold;
  padding: 0 10px 83px 0;
  text-align: center;
  width: 13%;
  vertical-align: top;
}
.auto-replenishment-header .my-account-sku .price .button,
.auto-replenishment-description .my-account-sku .price .button,
.auto-replenishment-upsell .my-account-sku .price .button {
  height: auto;
}
.auto-replenishment-header .my-account-sku .last-order-date,
.auto-replenishment-description .my-account-sku .last-order-date,
.auto-replenishment-upsell .my-account-sku .last-order-date {
  margin: 0 67px 0 0;
  float: left;
  width: 10%;
  line-height: 22px;
}
.auto-replenishment-header .my-account-sku .next-order-date,
.auto-replenishment-description .my-account-sku .next-order-date,
.auto-replenishment-upsell .my-account-sku .next-order-date {
  float: left;
  width: 17%;
}
.auto-replenishment-header .my-account-sku .frequency,
.auto-replenishment-description .my-account-sku .frequency,
.auto-replenishment-upsell .my-account-sku .frequency {
  float: left;
  width: 13%;
  height: 150px;
}
.auto-replenishment-header .my-account-sku .replenishment-details,
.auto-replenishment-description .my-account-sku .replenishment-details,
.auto-replenishment-upsell .my-account-sku .replenishment-details {
  display: none;
  border-bottom: 1px solid #DBDBDB;
}

#replenishment_update #shipping-address {
  padding-bottom: 20px;
}
#replenishment_update #shipping-address .address-container,
#replenishment_update #shipping-address .address_controls {
  float: left;
  width: 50%;
  padding-right: 2%;
}
#replenishment_update #shipping-address .address-container {
  width: 40%;
}
#replenishment_update #shipping-address .address_controls li#choose-address {
  margin-top: 10px;
}
#replenishment_update #shipping-address .address_controls li#choose-address select {
  margin: 10px 0;
  width: 100%;
}
#replenishment_update #payment-method {
  padding-bottom: 20px;
}
#replenishment_update #payment-method .payment_method_display,
#replenishment_update #payment-method .payment_method_controls {
  float: left;
  width: 50%;
  padding-right: 2%;
}
#replenishment_update #payment-method .payment_method_display li.choose_method,
#replenishment_update #payment-method .payment_method_controls li.choose_method {
  margin-top: 10px;
}
#replenishment_update #payment-method .payment_method_display li.choose_method select,
#replenishment_update #payment-method .payment_method_controls li.choose_method select {
  margin: 10px 0 20px;
  width: 100%;
  padding: 0;
}

#replenish .overlay-container .replenish-cancel-confirm > div {
  margin: 0 10px 0 0 !important;
}
#replenish .auto-replenishment-upsell .prod-shelf-row.five-products li {
  min-height: 425px;
}
#replenish .auto-replenishment-items.panel ul li {
  min-height: 170px;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}

#photo-upload-popup {
  font-size: 15px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
}
#photo-upload-popup ul.photo_notes {
  padding-left: 14px;
  margin-bottom: 15px;
}
#photo-upload-popup ul.photo_notes li {
  list-style-type: disc;
}
#photo-upload-popup p {
  margin: 0 0 15px 0;
}
#photo-upload-popup #profile-pic-upload-field {
  margin-bottom: 15px;
}
#photo-upload-popup .ui-widget-header,
#photo-upload-popup .ui-widget-content {
  border: 0;
}

/*Account - Profile Prefernce page*/
.registration_content {
  width: 100%;
  overflow: auto;
  margin-bottom: 20px;
}
.registration_content h1.myaccount-hdr {
  margin-top: 10px;
}
.registration_content .photo-form-container {
  display: none;
}
.registration_content #registration-wrapper, .registration_content .photo-form-container {
  float: left;
  width: 100%;
  margin: 0;
  color: #000;
}
.registration_content #profile-pic-upload-field,
.registration_content #profile-pic-type-field,
.registration_content #profile-pic-submit-field {
  margin-top: 5px;
}
.registration_content #profile-pic-submit-field {
  font-size: 17px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
}
.registration_content .photo-form-container {
  margin-top: 10px;
}
.registration_content .first-column-wrap {
  float: left;
  width: 50%;
  clear: both;
}
.registration_content .full-width-wrap {
  float: left;
  width: 100%;
  clear: both;
}
.registration_content h3 {
  font-size: 22px;
  color: #46ab8c;
  background: #fff;
  text-align: left;
  margin: 10px 0;
}
.registration_content #isms .sms_promo_container {
  max-width: 570px;
}
.registration_content .email_lang_container {
  margin-top: 10px;
  font-family: HelveticaNeueLTStd65Medium;
}
.registration_content label a {
  font-family: HelveticaNeueLTStd65Medium;
}
.registration_content .first-column-wrap fieldset.fs, .registration_content .full-width-wrap fieldset.fs {
  margin: 0;
  padding: 0;
  width: auto;
  overflow: auto;
  border: none;
}
.registration_content .first-column-wrap fieldset.fs .form_element, .registration_content .full-width-wrap fieldset.fs .form_element {
  float: left;
  margin: 0 16px 12px 0;
  min-width: 215px;
  width: auto;
  min-height: 57px;
}
.registration_content .first-column-wrap fieldset.fs .phone_label_container, .registration_content .full-width-wrap fieldset.fs .phone_label_container {
  float: left;
  width: 100%;
  margin: 5px 0;
  clear: both;
}
.registration_content .first-column-wrap fieldset.demographic.fs .form_element, .registration_content .first-column-wrap fieldset.privacy_policy.fs .form_element, .registration_content .first-column-wrap fieldset.fs.email_promotions .form_element, .registration_content .first-column-wrap fieldset.address.fs .form_element.ship_type_container, .registration_content .full-width-wrap fieldset.demographic.fs .form_element, .registration_content .full-width-wrap fieldset.privacy_policy.fs .form_element, .registration_content .full-width-wrap fieldset.fs.email_promotions .form_element, .registration_content .full-width-wrap fieldset.address.fs .form_element.ship_type_container {
  min-height: 20px;
  min-width: 70px;
  width: 100%;
  margin: 0;
  padding: 0;
}
.registration_content .first-column-wrap fieldset.fs.email_promotions p, .registration_content .full-width-wrap fieldset.fs.email_promotions p {
  margin: 3px 0;
}
.registration_content .first-column-wrap fieldset.demographic.fs .form_element, .registration_content .full-width-wrap fieldset.demographic.fs .form_element {
  margin: 10px 0;
}
.registration_content .first-column-wrap fieldset.demographic.fs .form_element.birth_date_container select, .registration_content .full-width-wrap fieldset.demographic.fs .form_element.birth_date_container select {
  margin-right: 13px;
  width: 160px;
  display: inline;
  padding: 7px 0 6px 14px;
}
.registration_content .first-column-wrap fieldset.demographic.fs .form_element .gender_container, .registration_content .full-width-wrap fieldset.demographic.fs .form_element .gender_container {
  float: left;
  width: 100%;
  margin: 10px 0;
}
.registration_content .demographic-form-container.first-column-wrap fieldset.fs .form_element select {
  width: 150px;
  float: left;
  margin-right: 10px;
}
.registration_content .first-column-wrap fieldset.fs .form_element.set-email-container-height, .registration_content .full-width-wrap fieldset.fs .form_element.set-email-container-height {
  min-height: 37px;
}
.registration_content .first-column-wrap fieldset.fs .form_element label, .registration_content .full-width-wrap fieldset.fs .form_element label {
  text-transform: capitalize;
  display: inline-block;
  margin: 0 20px 5px 5px;
  width: auto;
}
.registration_content .first-column-wrap fieldset.fs .form_element input[type="text"], .registration_content .first-column-wrap fieldset.fs .form_element input[type="password"], .registration_content .full-width-wrap fieldset.fs .form_element input[type="text"], .registration_content .full-width-wrap fieldset.fs .form_element input[type="password"] {
  width: 215px;
  border: 1px solid #bdbdbd !important;
  height: 36px;
  line-height: 36px;
  padding: 0 12px 0 14px;
  display: block;
}
.registration_content .first-column-wrap fieldset.fs .form_element select, .registration_content .full-width-wrap fieldset.fs .form_element select {
  width: 215px;
  border: 1px solid #bdbdbd !important;
  height: 36px;
  line-height: 36px;
  padding: 7px 0 6px 14px;
  display: block;
}
.registration_content .first-column-wrap fieldset.fs.sms_promotions .phone_container input[type="text"], .registration_content .full-width-wrap fieldset.fs.sms_promotions .phone_container input[type="text"] {
  width: 215px;
  border: 1px solid #bdbdbd !important;
  height: 36px;
  line-height: 36px;
  padding: 0 12px 0 14px;
  display: block;
}
.registration_content .first-column-wrap fieldset.fs .form_element.pc_email_promo_container label, .registration_content .first-column-wrap fieldset.fs .form_element.privacy_policy_container label, .registration_content .first-column-wrap fieldset.fs .form_element.sms_promo_container label, .registration_content .full-width-wrap fieldset.fs .form_element.pc_email_promo_container label, .registration_content .full-width-wrap fieldset.fs .form_element.privacy_policy_container label, .registration_content .full-width-wrap fieldset.fs .form_element.sms_promo_container label {
  display: inline;
}
.registration_content .first-column-wrap fieldset.fs.sms_promotions .phone_container input[type="text"], .registration_content .full-width-wrap fieldset.fs.sms_promotions .phone_container input[type="text"] {
  margin: 10px 0;
}
.registration_content .first-column-wrap fieldset.fs.sms_promotions label, .registration_content .full-width-wrap fieldset.fs.sms_promotions label {
  text-transform: capitalize;
}
.registration_content .first-column-wrap fieldset.fs input[type="radio"], .registration_content .first-column-wrap fieldset.fs input[type="checkbox"], .registration_content .full-width-wrap fieldset.fs input[type="radio"], .registration_content .full-width-wrap fieldset.fs input[type="checkbox"] {
  width: auto;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}
.registration_content .first-column-wrap fieldset.fs input[type="radio"]:first-child, .registration_content .first-column-wrap fieldset.fs input[type="checkbox"]:first-child, .registration_content .full-width-wrap fieldset.fs input[type="radio"]:first-child, .registration_content .full-width-wrap fieldset.fs input[type="checkbox"]:first-child {
  margin-left: 0 !important;
}
.registration_content .profile-form-container .full_name_container input {
  min-width: 445px;
}
.registration_content .submit_btn {
  height: 37px;
  font-size: 17px;
  margin-top: 15px;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.registration_content #required-fields, .registration_content .welcome-msg, .registration_content .photo-form-container {
  font-size: 14.5px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
}
.registration_content .welcome-msg {
  margin: 0 0 65px 0;
}
.registration_content ul.error_messages {
  margin: 10px 0 10px 0;
}

#gender-fields {
  border: none;
}

#gender-fields span {
  display: block;
}

#registration #sidebar {
  display: none;
}

/* Payment Page */
.payment_container {
  padding: 35px 0 30px 0;
}
.payment_container .section-column {
  display: inline-block;
  padding: 0 50px 0 0;
  vertical-align: top;
  width: 49%;
}
.payment_container .section-column header {
  margin: 0 0 20px 0;
}
.payment_container .section-column .section-header {
  font-size: 22px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
}

/* Add Payment Page */
.payment-info fieldset.fs {
  border: 0;
  width: 600px;
  padding-left: 0px;
}
.payment-info fieldset.fs .form_element {
  width: 250px;
}
.payment-info fieldset.fs .form_element.default_payment_container {
  width: auto;
}
.payment-info fieldset.fs .form_element.default_payment_container input {
  width: auto !important;
  height: auto;
}
.payment-info fieldset.fs .form_element label {
  text-transform: capitalize;
}
.payment-info fieldset.fs .form_element input {
  height: 36px;
  line-height: 36px;
  width: 215px !important;
  padding: 0 0 0 14px;
}
.payment-info fieldset.fs .form_element select {
  height: 36px;
  line-height: 36px;
  width: 215px !important;
  padding: 0 0 0 14px;
  padding: 9px 2px 6px 14px;
}
.payment-info fieldset.fs .form_element .expiration_month {
  float: left;
  margin-right: 50px;
}

.account-favorites-wishlist .my-account-sku .shades .shade-name {
  display: block;
}
.account-favorites-wishlist .my-account-sku .shades .search-swatch-container {
  margin-bottom: 3px;
}

#viewcart .payment_details_info {
  margin-top: 20px;
}
#viewcart .payment_details_info .payment_methods li, #viewcart .payment_details_info .payment_methods_not_supported li {
  margin-left: 12px;
  list-style: disc;
}
#viewcart #returns_exchanges .return_policies li {
  margin-left: 12px;
  list-style: disc;
}

/* VARIABLES */
/* END OF VARIABLES */
.careers {
  margin: 0 auto;
  width: 965px;
  line-height: 1.5;
  margin-bottom: 35px;
  padding-top: 0 !important;
  /* SUB NAV */
  /* END OF SUB NAV */
}
.careers .cms_layer.career_sub_nav {
  width: 965px;
  height: 228px;
  background-color: #f7f7f7;
  border: 1px solid #bdbdbd;
  position: relative;
  right: 32px;
}
.careers .cms_layer.career_sub_nav .career_subnav_menus {
  margin-left: 45px;
  list-style: none;
}
.careers .cms_layer.career_sub_nav .career_subnav_menus li {
  float: left;
  margin: 5px 0;
  list-style: none;
}
.careers .cms_layer.career_sub_nav .career_subnav_menus li.educationmanager, .careers .cms_layer.career_sub_nav .career_subnav_menus li.countermanager {
  width: 37%;
}
.careers .cms_layer.career_sub_nav .career_subnav_menus li.accountexec, .careers .cms_layer.career_sub_nav .career_subnav_menus li.acctcoordinator {
  width: 29%;
}
.careers .cms_layer.career_sub_nav .career_subnav_menus li.consultant, .careers .cms_layer.career_sub_nav .career_subnav_menus li.regionaleducationexec {
  width: 33%;
}
.careers .cms_layer.career_sub_nav .career_subnav_menus li a {
  font-size: 19px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
}
.careers .cms_layer.career_sub_nav .career_subnav_menus h2, .careers .cms_layer.career_sub_nav .career_subnav_menus .module-benefits .heading-container, .module-benefits .careers .cms_layer.career_sub_nav .career_subnav_menus .heading-container, .careers .cms_layer.career_sub_nav .career_subnav_menus .module-benefits .heading-container *, .module-benefits .heading-container .careers .cms_layer.career_sub_nav .career_subnav_menus * {
  margin: 60px 0 20px;
}
.careers .profile-form-container .cms_layer.career_sub_nav {
  margin: 60px 0 0 0;
  position: relative;
  right: 45px;
}
.careers.career_request {
  margin-bottom: 60px;
}
.careers input.active,
.careers textarea.active {
  color: black;
}
.careers .cms_layer.career_content {
  margin: 60px 0 0 13px;
  padding-right: 30px;
}
.careers .cms_layer.career_content .career_head {
  font-size: 22px;
}
.careers .horizontal-rule {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #bdbdbd -moz-use-text-color -moz-use-text-color;
  border-image: none;
  border-right: 0 none;
  border-style: solid none none;
  border-width: 1px 0 0;
  height: 1px;
  margin: 0 0 15px;
  padding: 0;
}
.careers .small_header {
  font-size: 22px;
  color: #46ab8c;
}
.careers hr {
  margin: 8px auto;
}
.careers ul {
  list-style: disc outside none;
  margin: 0 0 20px 15px;
  padding: 0;
}
.careers ul li {
  margin-bottom: 3px;
  list-style: disc;
}
.careers ol {
  list-style: decimal outside none;
  margin: 0 0 30px 45px;
  padding: 0;
}
.careers ol li {
  margin-bottom: 5px;
  list-style: decimal;
}
.careers p {
  margin: 0 0 20px 0;
}
.careers .interested {
  width: 70%;
}
.careers .apply {
  text-align: right;
}
.careers #careers_right_container {
  width: 100%;
  margin: 60px 0 0 13px;
  float: none;
}
.careers .career_heading {
  font-size: 22px;
  margin: 0 0 15px 12px;
}
.careers fieldset.fs {
  border: 0;
  width: 100%;
}
.careers form label {
  text-transform: none;
}
.careers .user_info {
  border-bottom: 1px solid #bdbdbd;
  padding-bottom: 41px;
}
.careers .user_info fieldset.fs {
  margin: 0;
  padding: 0;
  width: 100%;
}
.careers .user_info .form_element input {
  width: 215px;
  border: 1px solid #bdbdbd;
  height: 36px;
  line-height: 36px;
  padding: 0px 0 0 14px;
}
.careers fieldset.fs .country_container select {
  width: 215px;
  border: 1px solid #bdbdbd;
  height: 36px;
  line-height: 36px;
  padding: 7px 0 6px 14px;
}
.careers .user_info .form_element {
  margin: 10px 50px 1px 1px;
}
.careers .fields_required {
  font-size: 14.5px;
}
.careers .career_screening .screening_left {
  float: left;
  width: 70%;
}
.careers .career_screening .screening_container span.lastchild {
  float: right;
}
.careers .optional_container span.lastchild,
.careers .position_container .lastchild {
  float: right;
}
.careers .career_screening fieldset.fs {
  background: #ffffff;
  margin: 0;
  padding: 13px 24px 13px 17px;
}
.careers .career_screening fieldset.fs:nth-child(even) {
  background: #f5f5f6;
}
.careers .profile-form-container .even {
  background: #f5f5f6 !important;
}
.careers .career_screening fieldset.fs:nth-child(16) {
  background: #fff;
  border-bottom: 1px solid #bdbdbd;
  padding-botttom: 0px;
  margin-bottom: 22px;
}
.careers .career_screening fieldset.fs:nth-child(18) {
  background: #fff;
}
.careers #employment_landing hr {
  margin: 8px auto;
}
.careers .career_applications #privacy_statement,
.careers .career_applications #esignature_statement {
  background-color: white;
  display: none;
  height: 300px;
  left: 332px;
  position: absolute;
  text-align: left;
  top: 0;
  width: 630px;
  z-index: 10001;
}
.careers .career_applications fieldset.fs div span.direct_reports_count input {
  width: 190px;
  height: 36px;
  border: 1px solid #bdbdbd;
  color: gray;
}
.careers .career_applications fieldset.fs div span input {
  border: 0 none;
  margin: 0 0 0 37px;
  vertical-align: middle;
  width: 16px;
}
.careers fieldset.fs .optional_container {
  width: 100%;
}
.careers .avail_weekdays {
  margin: 25px 0 32px 0;
  width: 100%;
  height: 150px;
}
.careers .weekdays_timing {
  float: left;
  width: 80px;
  border-right: 1px solid #bdbdbd;
}
.careers .weekdays_timing div {
  border-bottom: 1px solid #bdbdbd;
  text-align: left;
  height: 37px;
  line-height: 37px;
  padding-left: 15px;
}
.careers .weekdays_right {
  float: left;
  width: 75%;
}
.careers .weekdays_days {
  float: left;
  padding: 6px 0;
  text-align: center;
  width: 90px;
  height: 37px;
  line-height: 37px;
  border-bottom: 1px solid #bdbdbd;
  border-right: 1px solid #bdbdbd;
}
.careers .weekdays_checkbox {
  color: white;
  float: left;
  font-size: 0;
  height: 37px;
  line-height: 37px;
  padding-top: 6px;
  text-align: center;
  width: 90px;
  border-right: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
}
.careers .optional_works label {
  margin-top: 7px;
}
.careers .optional_works input {
  display: block;
  height: 36px;
  line-height: 36px;
  margin: 12px 0 0 23px;
  width: 216px;
  border: 1px solid #bdbdbd;
  padding: 0 0 0 14px;
}
.careers fieldset .position_container select {
  float: right;
  width: 190px;
}
.careers .optional_container select {
  float: right;
  width: 190px;
}
.careers .optional_container .screening_left label {
  float: left;
  width: 63%;
}
.careers .optional_container .screening_left span.qno {
  float: left;
  margin-right: 13px;
}
.careers .optional_licenses {
  display: block;
  margin-bottom: 10px;
}
.careers fieldset.fs .qno {
  margin-right: 10px;
}
.careers .plaining_budget .optional_container input {
  margin: 3px 7px 3px 25px;
  vertical-align: middle;
}
.careers .position_container input {
  vertical-align: middle;
  margin: 3px 7px 3px 32px;
}
.careers .career_coverletter label {
  font-size: 22px;
  font-weight: normal;
}
.careers .career_coverletter textarea {
  display: block;
  margin-top: 17px;
  width: 76.5%;
  height: 267px;
  margin-bottom: 5px;
  padding-top: 15px;
}
.careers .career_coverletter {
  padding-bottom: 25px;
}
.careers .esignature input {
  height: 36px;
  line-height: 36px;
  border: 1px solid #bdbdbd;
  margin-top: 34px;
  width: 215px;
  padding: 0 0 0 14px;
}
.careers input.form-submit:hover {
  background: none repeat scroll 0 0 #5dba98;
}
.careers .upload_resume input {
  margin: 22px 0 0 0;
  width: 250px;
}
.careers .upload_resume .career_heading {
  margin: 0 0 10px 0;
}
.careers .career_screening {
  border-bottom: 1px solid #bdbdbd;
  margin: 41px 0;
  padding-bottom: 41px;
}
.careers .position_block {
  border-bottom: 1px solid #bdbdbd;
  margin-bottom: 27px;
  padding-bottom: 47px;
}
.careers fieldset.fs .weekdays .weekdays_days:last-child {
  border-right: 0;
}
.careers fieldset.fs .week_checkbox .weekdays_checkbox:nth-child(7), .careers fieldset.fs .week_checkbox .weekdays_checkbox:nth-child(14), .careers fieldset.fs .week_checkbox .weekdays_checkbox:nth-child(21) {
  border-right: 0;
}
.careers fieldset.fs .week_checkbox .weekdays_checkbox:nth-child(15), .careers fieldset.fs .week_checkbox .weekdays_checkbox:nth-child(16), .careers fieldset.fs .week_checkbox .weekdays_checkbox:nth-child(17), .careers fieldset.fs .week_checkbox .weekdays_checkbox:nth-child(18), .careers fieldset.fs .week_checkbox .weekdays_checkbox:nth-child(19), .careers fieldset.fs .week_checkbox .weekdays_checkbox:nth-child(20), .careers fieldset.fs .week_checkbox .weekdays_checkbox:nth-child(21) {
  border-bottom: 0;
}
.careers fieldset.fs .weekdays_timing div:last-child {
  border-bottom: 0;
}
.careers .screening_container label {
  float: left;
  width: 95%;
}
.careers .screening_container span {
  float: left;
}
.careers .sign_statement {
  width: 65%;
}
.careers .sign_statement input {
  float: left;
  margin: 3px 3px 0 0;
}
.careers .sign_statement label {
  display: block;
  padding-left: 20px;
}
.careers .sign_statement .sign_statement_required span {
  float: left;
  margin-right: 1px;
  font-size: 14px;
}
.careers.job_request {
  padding: 0 0 0 13px;
}
.careers.job_request .request_content {
  padding-top: 150px;
}
.careers.job_request .request_status {
  margin-bottom: 30px;
}

.removetop {
  padding-top: 0 !important;
}

/* HEADER MODULE */
#careers_header {
  background-image: url("/media/images/pc/career/career_header_bg.jpg");
  padding-top: 115px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 100% 100%;
  margin-bottom: 60px;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/images/pc/career/career_header_bg.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/images/pc/career/career_header_bg.jpg', sizingMethod='scale')";
  line-height: 1.5;
}
#careers_header > #careers_header_container {
  margin: 0 auto;
  padding: 35px 0 0 13px;
  width: 965px;
  overflow: hidden;
}
#careers_header.career_form {
  padding-top: 0;
}
#careers_header #header_module {
  height: 380px;
}
#careers_header #header_module .cms_layer.header_content {
  width: 50%;
  float: left;
  padding-top: 95px;
}
#careers_header #header_module .cms_layer.header_content .career_head {
  margin-bottom: 5px;
}
#careers_header .cms_layer.header_image {
  width: 50%;
  float: left;
}
#careers_header .breadcrumbs {
  padding-bottom: 10px;
}

/* END OF HEADER MODULE */
/*Overlay container in Customer Careers page*/
#customer_service_career .overlay-container {
  overflow: hidden;
}
#customer_service_career .overlay-container h3.header {
  margin-bottom: 10px;
}
#customer_service_career .overlay-container .pop-up-control {
  overflow: scroll;
  overflow-x: hidden;
  border: 1px solid #bdbdbd;
  width: 644px;
  height: 246px;
  padding: 0 10px 10px;
}
#customer_service_career .overlay-container .pop-up-control.privacy-statement {
  min-height: 300px;
  height: auto;
  overflow: hidden;
  padding-top: 10px;
}
#customer_service_career .overlay-container .pop-up-control.esignature-statement {
  height: 300px;
}

#signin .signin_container {
  width: auto;
  margin: 0 auto;
  margin-bottom: 20px;
  padding-top: 35px;
}
#signin .signin_container p a#new-account-link.button, #signin .signin_container p input#new-account-link.form-submit,
#signin .signin_container p input#new-account-link.button[type='submit'],
#signin .signin_container p a#return-user-link.button,
#signin .signin_container p input#return-user-link.form-submit,
#signin .signin_container p input#return-user-link.button[type='submit'] {
  background: none;
  color: #5dba98;
  border: 1px solid #5dba98;
}
#signin .signin_container footer {
  overflow: hidden;
  padding-top: 0;
  width: 100%;
}
#signin .signin_container footer p {
  margin-top: 15px;
}
#signin .signin_container form .form-item {
  margin-bottom: 15px;
}
#signin .signin_container form .form-item.privacy-form-container input[type="checkbox"], #signin .signin_container form .form-item.email_promotions input[type="checkbox"] {
  vertical-align: 13px;
}
#signin .signin_container form .form-item.privacy-form-container span, #signin .signin_container form .form-item.email_promotions span {
  display: inline-block;
  width: 48%;
  margin-left: 7px;
}
#signin .signin_container form .form-item .show input {
  width: auto;
  height: auto;
  padding-left: 0px;
}
#signin .signin_container form .form-item .show label {
  text-transform: none;
}
#signin .signin_container form label {
  padding-bottom: 5px;
  display: inline-block;
}
#signin .signin_container .remember-me {
  float: left;
  margin-top: 10px;
  margin-left: 20px;
}
#signin .signin_container .show,
#signin .signin_container .forgot-pw {
  display: inline-block;
  margin-left: 10px;
  padding-top: 2px;
  vertical-align: middle;
}
#signin .signin_container .sign_text {
  margin-bottom: 15px;
  margin-top: 0;
}
#signin .signin_container fieldset {
  border: medium none;
  height: auto;
  margin-bottom: 0;
  padding: 0px;
}
#signin .signin_container #new-account .signin-header {
  margin-bottom: 0;
}
#signin .signin_container #signin-block form .form-item input[type="text"],
#signin .signin_container #signin-block form .form-item input[type="password"] {
  height: 36px;
  padding-left: 7px;
  width: 235px;
  line-height: 15px;
}
#signin #signin-block h2.myaccount-hdr, #signin #signin-block .module-benefits .myaccount-hdr.heading-container, .module-benefits #signin #signin-block .myaccount-hdr.heading-container, #signin #signin-block .module-benefits .heading-container .myaccount-hdr, .module-benefits .heading-container #signin #signin-block .myaccount-hdr {
  float: left;
}
#signin #signin-block h2.myaccount-hdr + p, #signin #signin-block .module-benefits .myaccount-hdr.heading-container + p, .module-benefits #signin #signin-block .myaccount-hdr.heading-container + p, #signin #signin-block .module-benefits .heading-container .myaccount-hdr + p, .module-benefits .heading-container #signin #signin-block .myaccount-hdr + p {
  float: left;
  margin: 14px 0 0 20px !important;
}
#signin #signin-block h2.myaccount-hdr + p a, #signin #signin-block .module-benefits .myaccount-hdr.heading-container + p a, .module-benefits #signin #signin-block .myaccount-hdr.heading-container + p a, #signin #signin-block .module-benefits .heading-container .myaccount-hdr + p a, .module-benefits .heading-container #signin #signin-block .myaccount-hdr + p a {
  margin-left: 10px;
}
#signin .inner-block {
  width: 75%;
}
#signin .signin_submit {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
}
#signin .submit-note {
  margin-top: 6px;
}
#signin #signin-block input[type="checkbox"] {
  width: auto;
}
#signin .remember-me span {
  margin-left: 5px;
}

body#samples #top,
body#shipping #top,
body#billing #top,
body#review #top,
body#confirm #top {
  height: auto !important;
}
body#samples #top #header .top-right,
body#shipping #top #header .top-right,
body#billing #top #header .top-right,
body#review #top #header .top-right,
body#confirm #top #header .top-right {
  display: none;
  visibility: hidden;
}
body#samples #top #navigation,
body#shipping #top #navigation,
body#billing #top #navigation,
body#review #top #navigation,
body#confirm #top #navigation {
  display: none;
  visibility: hidden;
}
body#samples #sticky-bar .tertiary-nav,
body#samples #sticky-bar #sticky_bar_content,
body#shipping #sticky-bar .tertiary-nav,
body#shipping #sticky-bar #sticky_bar_content,
body#billing #sticky-bar .tertiary-nav,
body#billing #sticky-bar #sticky_bar_content,
body#review #sticky-bar .tertiary-nav,
body#review #sticky-bar #sticky_bar_content,
body#confirm #sticky-bar .tertiary-nav,
body#confirm #sticky-bar #sticky_bar_content {
  display: none;
  visibility: hidden;
}
body#samples.device-mobile #top #header .btn_navigation,
body#samples.device-mobile #top #header .block-nodeblock,
body#shipping.device-mobile #top #header .btn_navigation,
body#shipping.device-mobile #top #header .block-nodeblock,
body#billing.device-mobile #top #header .btn_navigation,
body#billing.device-mobile #top #header .block-nodeblock,
body#review.device-mobile #top #header .btn_navigation,
body#review.device-mobile #top #header .block-nodeblock,
body#confirm.device-mobile #top #header .btn_navigation,
body#confirm.device-mobile #top #header .block-nodeblock {
  display: none;
  visibility: hidden;
}
body#samples.device-mobile #top #header .block-nodeblock-6,
body#samples.device-mobile #top #header .block-template-site-logo-responsive-v1,
body#shipping.device-mobile #top #header .block-nodeblock-6,
body#shipping.device-mobile #top #header .block-template-site-logo-responsive-v1,
body#billing.device-mobile #top #header .block-nodeblock-6,
body#billing.device-mobile #top #header .block-template-site-logo-responsive-v1,
body#review.device-mobile #top #header .block-nodeblock-6,
body#review.device-mobile #top #header .block-template-site-logo-responsive-v1,
body#confirm.device-mobile #top #header .block-nodeblock-6,
body#confirm.device-mobile #top #header .block-template-site-logo-responsive-v1 {
  display: block;
  visibility: visible;
}

/* VARIABLES */
/* END OF VARIABLES */
.m_samples {
  position: relative;
}
.m_samples .sample_close img, .m_samples .back_to_cart {
  display: none;
}
.m_samples .skip_continue {
  border-top: 1px solid #d1d1d1;
  margin: 0 -10px;
  padding: 10px 0;
}
.m_samples .skip_continue .no_thanks img {
  float: right;
  width: 72%;
  margin-right: 10px;
}
.m_samples .right_angle {
  font-size: 32px;
  line-height: 20px;
  padding-top: 8px;
  vertical-align: top;
}
.m_samples .pick_x .sample-products li .product-img {
  text-align: center;
  width: 100%;
  margin: 0px;
  float: none;
}
.m_samples .sample-products li.left {
  margin-right: 12px;
}
.m_samples .sample-products li.right {
  margin-right: 0;
}
.m_samples .pick_x .sample-products li {
  margin-bottom: 15px;
  float: left;
  clear: none;
  width: 48%;
  padding: 1px;
  height: 210px;
}
.m_samples .sample-products li .product-img img {
  margin: 10px 0 0 0;
}
.m_samples .pick_samples .sample-products li {
  float: left;
  width: 48%;
  clear: none;
  padding: 1px;
  border: none;
  height: 210px;
}
.m_samples .sample-products li .sample-product-name {
  font-size: 13px;
  padding: 5px;
}
.m_samples .pick_samples div.sample-products li .product-img {
  float: none;
  margin: 0px;
  text-align: center;
}
.m_samples .pick_samples fieldset {
  display: none;
}
.m_samples div.pick_x fieldset {
  display: none;
}
.m_samples h3 {
  margin: 8px 0px 5px 0px;
  font-size: 22px;
  color: #1f1f1f;
  text-transform: capitalize;
}
.m_samples .samples .pick_samples h2, .m_samples .samples .pick_samples .module-benefits .heading-container, .module-benefits .m_samples .samples .pick_samples .heading-container, .m_samples .samples .pick_samples .module-benefits .heading-container *, .module-benefits .heading-container .m_samples .samples .pick_samples *, .m_samples div.samples div.pick_x h2, .m_samples div.samples div.pick_x .module-benefits .heading-container, .module-benefits .m_samples div.samples div.pick_x .heading-container, .m_samples div.samples div.pick_x .module-benefits .heading-container *, .module-benefits .heading-container .m_samples div.samples div.pick_x * {
  border: none;
  padding: 10px;
}
.m_samples .sample_close img {
  width: 100%;
}
.m_samples .sample-box .sample_close {
  width: 15px;
  position: absolute;
  right: 0;
  margin: 10px 15px 0px 0px;
}
.m_samples .sample-button .btn_checkout {
  background: none;
  border: none;
  color: #5dba98;
  font-size: 15px;
  margin: 0px;
  text-transform: none;
}
.m_samples .sample-button a.clearall {
  color: gray;
  text-decoration: none;
  font-size: 17px;
  padding-left: 10px;
  float: left;
}
.m_samples .sample-skip-bottom a, .m_samples .sample-skip a {
  text-decoration: none;
  font-size: 17px;
  color: gray;
}
.m_samples .sample-skip-bottom {
  padding: 20px 0;
  text-align: right;
}
.m_samples .cat_header_show_skip .cat_header {
  display: inline;
  float: left;
  width: 30%;
}
.m_samples .sample-skip {
  float: left;
  width: 70%;
  text-align: right;
  padding-top: 13px;
}
.m_samples .sample-button {
  border-top: 1px solid #d1d1d1;
  margin: 0 -10px;
}
.m_samples .samples_content {
  padding: 10px;
}
.m_samples .samples_content p {
  font-size: 17px;
  margin: 5px 0;
}
.m_samples .samples-heading {
  font-size: 21px;
  line-height: 22px;
  padding: 20px 10px 0px 10px;
  color: #1f1f1f;
}
.m_samples .sample-products {
  margin-top: 0px;
}
.m_samples .sample-products li.sample_border {
  border: 1px solid #1f1f1f !important;
  padding: 0px;
  position: relative;
}
.m_samples .sample-products .border {
  overflow: auto;
}
.m_samples hr {
  border: none;
  border-top: 1px solid #d1d1d1;
  height: 1px;
  padding: 0;
  margin: 25px 0px 5px 0;
}
.m_samples .freebie .cat_items ul hr {
  display: none;
}
.m_samples .freebie hr {
  margin: 0px -10px;
  display: none;
}
.m_samples .sample-skip-bottom img {
  width: 72%;
  margin-bottom: 5px;
}
.m_samples .sample-skip img {
  width: 102%;
}
.m_samples input#add-samples-bottom, .m_samples input#add-samples {
  height: auto;
  margin: 0 5px;
  border-radius: 0;
  font-size: 12.5px;
  line-height: 17px;
}
.m_samples input#add-samples-bottom.disabled, .m_samples input#add-samples.disabled {
  background-color: #CCCCCC;
}
.m_samples #navigation .sample-button input#add-samples {
  width: 56%;
  float: right;
  margin: 10px 15px 0 0;
  text-align: center;
}
.m_samples input#add-samples-bottom {
  margin-right: 5px;
  width: 59%;
  text-align: center;
}
.m_samples #sample-controls #navigation {
  height: 45px;
  line-height: 45px;
}
.m_samples .cat_items .deactivate {
  color: #cccccc;
}
.m_samples #sample-controls #navigation.sample_fixed {
  height: auto;
  position: fixed;
  top: 0;
  width: auto;
  left: auto;
  right: auto;
  margin: 0px -10px 10px -10px;
  padding: 0px 10px;
}
.m_samples #sample-controls #navigation.sample_static {
  position: static;
}

@media only screen and (orientation: landscape) {
  .m_samples .sample-button .checkout_button {
    width: 39%;
  }
  .m_samples .samples-heading {
    font-size: 36px;
  }
  .m_samples .sample-products li .product-img img {
    width: 100%;
    height: auto;
  }
  .m_samples .sample-skip img {
    width: 75%;
  }
  .m_samples .pick_x .sample-products li, .m_samples .pick_samples .sample-products li {
    height: 370px;
  }
  .m_samples .sample-products li.left {
    margin-right: 18px;
  }
  .m_samples #navigation .sample-button input#add-samples {
    height: auto;
    margin: 10px 10px 0 5px;
    width: 32%;
    border-radius: 0px;
  }
  .m_samples input#add-samples-bottom {
    width: 33%;
    margin-right: 0;
  }
  .m_samples .sample-skip-bottom img, .m_samples .skip_continue .no_thanks img {
    width: 53%;
  }
}
/* PASSWORD RESET STYLES */
.m_passwordreset h1.password_sent {
  font-size: 27px;
}
.m_passwordreset #content {
  padding: 10px 15px 15px 15px;
}
.m_passwordreset #request-info,
.m_passwordreset #pass-sent-info,
.m_passwordreset #change-password {
  padding: 0;
}
.m_passwordreset #request-text {
  margin-bottom: 15px;
}
.m_passwordreset #denotes-required-field {
  padding-top: 10px;
}
.m_passwordreset div.label {
  margin-bottom: 20px;
  text-transform: none;
}
.m_passwordreset #email-address {
  margin-bottom: 15px;
  padding: 0 !important;
}
.m_passwordreset input.submit_button {
  height: auto;
  line-height: 17px;
  margin: 0;
  font-size: 12.5px;
  border-radius: 0;
  padding: 3px;
}

/* PASSWORD RESET STYLES */
/*Mobile : eGift Card*/
/* VARAIBLES */
/* Colors */
/* Font size*/
/* END VARAIBLES */
.egiftcard .about-container h3 {
  color: #231F20;
  font-size: 12px;
  font-weight: bold;
  padding: 15px 0px 15px 0px;
  border-bottom: 1px solid #CCCCCC;
  cursor: pointer;
  margin: 0;
  width: 100%;
  display: inline-block;
}
.egiftcard .about-container h3 span.heading-text {
  padding: 0 7px 0 0;
  float: left;
  width: 90%;
}
.egiftcard .about-container h3 span.icon-open {
  background-image: url("/media/images/mobile/egift/right_arrow.png");
  float: right;
  background-position: 90% 42%;
  background-repeat: no-repeat;
  background-size: 20px auto;
  width: 20px;
}
.egiftcard .about-container h3.selected span.icon-open {
  background-image: url("/media/images/mobile/egift/close_arrow.png");
  height: 25px;
}
.egiftcard .about-container h3.selected {
  border: none;
}
.egiftcard .about-container h3.last {
  border-bottom: none;
}
.egiftcard .about-container h3.first {
  border-top: 1px solid #cccccc;
}
.egiftcard .about-container .last .cs-accordion-content {
  border-bottom: none !important;
}
.egiftcard fieldset.giftcard {
  overflow: hidden;
  width: 100%;
  border: 0px;
  padding: 0px;
}
.egiftcard p#desc, .egiftcard p.question {
  color: #231f20;
  font-size: 14px;
}
.egiftcard span.required_mark, .egiftcard span.balance {
  color: #5db593;
  font-size: 13px;
}
.egiftcard label.ecard_lbl {
  color: #231f20;
  font-size: 13px;
  text-transform: none;
}
.egiftcard div.img_column {
  padding-right: 12px;
  padding-bottom: 7px;
  padding-top: 0px;
}
.egiftcard input.ecard_fields,
.egiftcard select.skuSelect {
  font-size: 13px;
  height: 35px;
  color: #231f20;
  background-color: white;
  padding-left: 5px;
  border-radius: 0;
}
.egiftcard input.card_fields {
  font-size: 13px;
  height: 38px;
  background-color: #D84481;
  color: white;
  border: 1px solid white;
  padding-left: 10px;
  border-radius: 0;
}
.egiftcard #form--egiftcard--field--GIFTCARD_TO::-webkit-input-placeholder,
.egiftcard #form--egiftcard--field--GIFTCARD_FROM::-webkit-input-placeholder,
.egiftcard #form--egiftcard--field--MESSAGE::-webkit-input-placeholder {
  color: white;
}
.egiftcard #form--egiftcard--field--TO_EMAIL_ADDRESS::-webkit-input-placeholder,
.egiftcard #form--egiftcard--field--TO_EMAIL_ADDRESS_VERIFY::-webkit-input-placeholder {
  color: #dcddde;
}
.egiftcard div.card_padding {
  margin-bottom: 18px;
}
.egiftcard img.card_logo {
  padding: 18px 0 39px 2px;
  width: 97px;
}
.egiftcard div#theme {
  padding: 10px 0 10px 0;
}
.egiftcard div.tcolor {
  padding-bottom: 8px;
}
.egiftcard div.hw {
  width: 45px;
  height: 45px;
}
.egiftcard div.card_value {
  float: right;
  padding: 0px 1px 0 0;
  font-size: 56px;
  color: white;
}
.egiftcard div.giftcard {
  border-radius: 1em;
}
.egiftcard div.giftcard_content {
  padding: 0 17px 10px 17px;
}
.egiftcard div.option-1 {
  float: left;
}
.egiftcard div.option-2 {
  float: left;
  position: absolute;
  left: 75px;
}
.egiftcard div.option-3 {
  float: right;
  position: absolute;
  left: 133px;
}
.egiftcard div.option-4 {
  float: right;
  position: absolute;
  left: 192px;
}
.egiftcard p.message_content {
  padding-bottom: 10px;
  line-height: 1.2em;
  font-size: 10px;
  padding-right: 15px;
}
.egiftcard p#balanace_intro {
  color: #1f1f1f;
  padding-bottom: 1px;
  padding-right: 10px;
}
.egiftcard p#abt_qtns {
  font-size: 12px;
  color: #231f20;
  font-weight: bold;
  padding-bottom: 1px;
  padding-top: 3px;
}
.egiftcard p#abt_ans {
  font-size: 12px;
  color: #231f20;
  padding-bottom: 10px;
  padding-right: 0px;
  margin: 0;
}
.egiftcard p#abt_grp {
  padding-bottom: 5px;
  font-size: 12px;
  color: #231f20;
}
.egiftcard ul#terms {
  color: #231f20;
  font-size: 12px;
  margin-top: 5px;
}
.egiftcard ul#terms li {
  list-style-type: disc;
  margin-left: 16px;
}
.egiftcard p#topPadding {
  padding-top: 10px;
}
.egiftcard div.egiftcard .bg_title {
  background-color: #fbfbfb;
}
.egiftcard li {
  list-style-type: none;
}
.egiftcard ul.giftcard_nav .sub_nav {
  display: none;
  padding: 17px;
}
.egiftcard ul.giftcard_nav .sub_nav.about-container {
  padding: 0 17px;
}
.egiftcard ul.giftcard_nav a[href="#"] {
  border-top: 1px solid #DEDDDA;
  color: #1f1f1f;
  display: block;
  font-size: 17px;
  height: 40px;
  line-height: 32px;
  list-style-type: none;
  padding: 5px 0 0 17px;
  text-decoration: none;
}
.egiftcard .giftcard_title {
  color: #5db593;
  font-size: 35px;
  padding: 8px 0 0 17px;
}
.egiftcard .giftcard_subtitle {
  color: #231f20;
  font-size: 13px;
  padding: 2px 0 10px 17px;
}
.egiftcard a.overlay-link {
  color: #5db593;
}
.egiftcard ul.giftcard_nav div.sub_nav select {
  height: 44px;
  border-radius: 0;
  color: #1f1f1f;
  font-size: 14px;
  width: 100%;
  border: 1px solid #dbdcdd;
  margin-top: 7px;
}
.egiftcard #themes {
  margin-top: 7px;
}
.egiftcard div.message {
  color: #808080;
  font-size: 11px;
  padding: 10px 0 0 0;
}
.egiftcard div.message p.message_content {
  padding-bottom: 10px;
  line-height: 1.2em;
}
.egiftcard div#giftcard_terms {
  padding: 10px 2px 5px;
  color: #1f1f1f;
  font-size: 12.2px;
}
.egiftcard div.sub_nav input.input-image {
  margin: 0px !important;
}
.egiftcard .hw {
  width: 45px;
  height: 45px;
}
.egiftcard div#card_value {
  float: right;
  padding: 0px 1px 0 0;
  font-size: 52px;
}
.egiftcard div.theme {
  padding: 10px 0 10px 0;
}
.egiftcard .img_column input[type="radio"] {
  width: 13px;
  position: absolute;
  left: -275px;
}
.egiftcard div.sub_nav {
  padding: 0 17px 0 17px;
  border-bottom: 1px solid #d8d8d8;
}
.egiftcard .form_element,
.egiftcard .img_column {
  font-size: 14px;
}
.egiftcard div.egiftcard .bg_title {
  background-color: #fbfbfb;
  border-bottom: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
}
.egiftcard #content div.sub_nav span.required_mark, .egiftcard #content div.sub_nav span.balance {
  color: #5db593;
  font-size: 13px;
  font-weight: normal;
}
.egiftcard ul.giftcard_nav .sub_nav .img_column .desc {
  padding: 5px 0 22px 0 !important;
  font-size: 14px !important;
}
.egiftcard #desc {
  padding: 5px 0 10px 0 !important;
  font-size: 14px !important;
}
.egiftcard #content div.sub_nav p.question {
  padding-bottom: 1px;
  font-size: 14px;
  word-spacing: -0.09em;
}
.egiftcard #content div.sub_nav div.giftcard_content {
  padding: 0 17px 0 17px;
}
.egiftcard #content div.sub_nav #giftcard {
  background-color: #ec1e74;
  color: white !important;
  border: 1px solid white;
}
.egiftcard div.giftcard_content input {
  background-color: #ec1e74;
  color: white !important;
  border: 1px solid white;
}
.egiftcard div.giftcard_content textarea {
  background-color: #ec1e74;
  color: white !important;
  border: 1px solid white;
  height: 144px;
  border-radius: 0;
  font-size: 14px;
  width: 100%;
}
.egiftcard #content div.sub_nav #giftcard {
  border-radius: 1em;
}
.egiftcard ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: white;
}
.egiftcard .card_padding {
  padding: 0 10px 0 10px;
}
.egiftcard #giftcard_balance {
  padding-bottom: 15px;
}
.egiftcard ul.terms {
  margin-top: 5px;
}
.egiftcard ul.terms li {
  list-style-type: disc;
  margin-left: 16px;
}
.egiftcard .topPadding {
  padding-top: 10px;
}
.egiftcard div.value_container {
  color: #1f1f1f;
  padding: 0 0 5px;
  clear: left;
}

/*Live Chat - Start*/
/* VARIABLES */
/* END VARIABLES */
#live_chat {
  /*Landing*/
  /*Landing */
  /* Thank you*/
  /*Chat Unavailable Page*/
  /*Chat Unavilable Page*/
  /*Placeholder*/
  /* live chat container */
  /* For Android & Iphone device */
}
#live_chat #header {
  height: auto;
  background: white;
}
#live_chat a:hover, #live_chat a:active {
  text-decoration: none;
}
#live_chat input#end_chat {
  width: 245px !important;
}
#live_chat .search_btn {
  width: auto;
}
#live_chat #live_chat_header div.head_logo h3.head {
  margin-right: -8px;
}
#live_chat .live_chat_home {
  padding: 17px 13px 0;
}
#live_chat div#content.live_chat_home h3.chat_title {
  margin-bottom: 15px;
}
#live_chat div#content.live_chat_home h3.chat_title span {
  line-height: 36px;
  padding-left: 0px;
}
#live_chat ul.technical_skill {
  list-style: disc;
  padding-left: 16px;
}
#live_chat ul.technical_skill li {
  padding-left: 3px;
}
#live_chat div#content h3.chat_title {
  margin: 0px;
}
#live_chat div#content h3.chat_title span {
  color: #46ab8c;
  font-size: 36px;
  font-weight: normal;
}
#live_chat div#content .chat_title_desc {
  color: #1f1f1f;
  font-size: 15px;
  font-weight: normal;
  padding: 5px 0 10px;
  line-height: 1.1em;
}
#live_chat div#content h3.chat_title span {
  padding-left: 13px;
}
#live_chat div#chat_unavailable h3.chat_title span {
  padding-left: 0px;
}
#live_chat div#contact_form_fields span.required {
  color: #46ab8c;
}
#live_chat div#contact_form_fields span.label {
  font-weight: normal;
  font-size: 13px;
  color: #1f1f1f;
  display: inline-block;
  margin-bottom: 5px;
}
#live_chat div#contact_form_fields input[type="text"] {
  color: #1f1f1f;
  font-size: 1.1em;
  height: 30px;
  padding: 3px 5px 3px 10px;
  width: 99%;
  -webkit-appearance: none;
  border-radius: 0;
}
#live_chat div#contact_form_fields p.footer_space {
  padding-bottom: 15px;
  margin: 0.5em 0 0;
}
#live_chat div#contact_form_fields select {
  height: 30px;
  width: 100%;
  border: 1px solid #dbdcdd;
  border-radius: 0;
  color: #1f1f1f;
  margin-bottom: 25px;
}
#live_chat div#contact_content p.email_subscription {
  color: #121212;
  margin-top: 20px;
  margin-bottom: 20px;
}
#live_chat input.livechat_input {
  font-size: 12.5px;
  line-height: 17px;
  height: auto;
  border-radius: 0;
  margin-top: 10px !important;
}
#live_chat div.clinique_consultants span.consultants_text {
  color: #1f1f1f;
  font-size: 26px;
  line-height: 1;
}
#live_chat span.chat_beauty_tips {
  color: #1f1f1f;
  font-size: 12px;
}
#live_chat span.chat_now_h {
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  background-color: #5dba98;
  text-transform: uppercase;
  color: white;
  line-height: 1.5;
  font-size: 12.5px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  border: 0;
  padding: 4px 10px 3px;
  display: inline-block;
  zoom: 1;
  margin-top: 10px;
}
#live_chat div.chat_email_queries {
  border-bottom: 1px solid #cccccc;
  clear: both;
  background-color: #f4f5f2;
  font-size: 18px;
  padding: 5px 0;
  text-align: center;
  color: #1f1f1f;
}
#live_chat div.chat_email_queries a {
  text-decoration: underline;
  color: #46ab8c;
}
#live_chat div.chat_continue_shopping a {
  color: #46ab8c;
}
#live_chat span.chat_day_h {
  color: #1f1f1f;
}
#live_chat #chat_unavailable {
  padding: 0 19px 20px 15px;
}
#live_chat #chat_unavailable div.mobile_livechat_freehelp {
  color: #1f1f1f;
  font-size: 21px;
  line-height: 1em;
  padding-bottom: 24px;
}
#live_chat #chat_unavailable div.mobile_livechat_help {
  font-size: 13px;
  padding: 0 0 23px 0;
  color: #231F20;
}
#live_chat #chat_unavailable p {
  padding: 0 30px 2px 0;
  color: #1f1f1f;
}
#live_chat .help_phone,
#live_chat .help_mail,
#live_chat .help_sms {
  padding: 0 0 11px;
}
#live_chat .phone_icon,
#live_chat .mail_icon,
#live_chat .chat_icon {
  float: left;
  width: 13%;
  clear: left;
}
#live_chat div.phone_icon img, #live_chat div.mail_icon img, #live_chat div.chat_icon img {
  width: 59%;
}
#live_chat #chat_unavailable span.highlight,
#live_chat #chat_ended span.highlight,
#live_chat #chat_unavailable a.highlight {
  color: #46ab8c;
  text-decoration: none;
}
#live_chat #contact_content div.mobile_livechat_freehelp_mail p:nth-child(2) {
  padding: 0 0 10px 0px;
  margin: 0px;
}
#live_chat #chat_ended p.user_info {
  color: #1f1f1f;
  font-size: 13px;
  line-height: 1.2em;
  padding: 1px 25px 10px 19px;
}
#live_chat div.chat_end_head {
  color: #1f1f1f;
  background-color: -webkit-linear-gradient(top, whitesmoke 0%, whitesmoke 100%);
  padding: 11px 20px;
  font-size: 16px;
}
#live_chat div.chat_end_head img {
  position: absolute;
  width: 7%;
  left: 274px;
  top: 145px;
}
#live_chat #chat_ended div.chat_thankyou_txt {
  font-size: 21px;
  color: #1f1f1f;
  padding-bottom: 24px;
  line-height: 1.1em;
  padding: 16px 75px 10px 19px;
}
#live_chat p.chat_day_h {
  color: #1f1f1f;
  font-size: 12px;
  font-weight: bold;
}
#live_chat p.chat_beauty_tips {
  color: #1f1f1f;
  font-size: 13px;
  height: 70px;
  margin: 0px;
  letter-spacing: -0.02em;
}
#live_chat ::-webkit-input-placeholder,
#live_chat ::-ms-input-placeholder {
  color: #dbdcdd;
}
#live_chat div#content h2, #live_chat div#content .module-benefits .heading-container, .module-benefits #live_chat div#content .heading-container, #live_chat div#content .module-benefits .heading-container *, .module-benefits .heading-container #live_chat div#content * {
  padding: 10px 0 7px;
  border-bottom: 2px solid #E2E2DF;
  margin-bottom: 10px;
}
#live_chat div#content h2.pg_head p, #live_chat div#content .module-benefits .pg_head.heading-container p, .module-benefits #live_chat div#content .pg_head.heading-container p, #live_chat div#content .module-benefits .heading-container .pg_head p, .module-benefits .heading-container #live_chat div#content .pg_head p {
  font-size: 17px;
  color: #9fa617;
  font-weight: bold;
  padding: 0 14px;
  letter-spacing: -0.06em;
  line-height: 20px;
}
#live_chat div#content h2.pg_head p.live_expert, #live_chat div#content .module-benefits .pg_head.heading-container p.live_expert, .module-benefits #live_chat div#content .pg_head.heading-container p.live_expert, #live_chat div#content .module-benefits .heading-container .pg_head p.live_expert, .module-benefits .heading-container #live_chat div#content .pg_head p.live_expert {
  color: #666666;
  font-size: 15px;
}
#live_chat div#contact_form_fields label {
  color: #000000;
  display: block;
  margin: 13px 0 5px;
}
#live_chat div#contact_form_fields label.error {
  color: #ef6ea8;
  padding-left: 0px;
}
#live_chat div#contact_content p.subcontent {
  color: #737373;
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: bold;
}
#live_chat div#contact_content p.chat_special {
  color: #888888;
  margin-top: -2px;
}
#live_chat div#chat_unavailable a {
  text-decoration: underline;
}
#live_chat #chat_window {
  height: 320px;
  margin-bottom: 10px;
  overflow: auto;
  padding: 18px 0 0;
}
#live_chat #chat_window .server {
  color: #9d9d9d;
}
#live_chat .chat_buttons {
  background-color: #F5F5F5;
  border-bottom: 1px solid #D5D5D5;
  border-top: 1px solid #D5D5D5;
  padding: 14px 12px;
  position: relative;
}
#live_chat div.chat_buttons input#chat_input {
  display: inline;
  float: left;
  width: 73% !important;
  border: 1px solid #c1c0c1;
  height: 30px;
  margin-top: 0px;
  border-radius: 0;
  -webkit-border-radius: 0px;
}
#live_chat div#cust_serv_content h3#Live_Chat {
  margin-top: 4px;
}
#live_chat div#content h3.pg_head {
  margin-bottom: 10px;
  border-bottom: 2px solid black;
}
#live_chat div#chat_container {
  position: relative;
  overflow: auto;
}
#live_chat div.end_chat_win {
  clear: left;
  margin: 20px;
}
#live_chat div#contact_content input.form-submit {
  margin-top: 0px;
}
#live_chat div.chat_buttons input[type="image"] {
  float: right;
  margin-top: 2px;
}
#live_chat div.chat_buttons input[type="text"] {
  height: 17px;
}
#live_chat .end_chat_bt {
  float: left;
}
#live_chat div.end_chat_live {
  margin-top: 30px;
  padding: 0 20px;
}
#live_chat #chat_container, #live_chat #chat_unavailable, #live_chat #chat_ended {
  display: none;
}
#live_chat div.client {
  background-image: url("/media/images/livechat/mobile/chat_client_ballon.png");
  background-position: right 15px;
  background-repeat: no-repeat;
  color: white;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  margin-bottom: 15px;
  margin-left: 47px;
  margin-right: 15px;
  padding-right: 8px;
}
#live_chat div.server {
  border: 1px solid #DBDCDD;
  color: #1f1f1f;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  margin-bottom: 15px;
  margin-left: 22px;
  margin-right: 47px;
  padding-left: 15px;
}
#live_chat div.client .text {
  background-color: #808080;
  background-position: right 15px;
  background-repeat: no-repeat;
  display: inline-block;
  padding: 14px;
  width: 100%;
}
#live_chat div.server .text {
  background-image: url("/media/images/livechat/mobile/chat_server_ballon.png");
  background-position: left 15px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: -23px;
  padding: 13px 14px 14px 22px;
  width: auto;
}
#live_chat div.server .text > span {
  color: black !important;
}
#live_chat div.client .text > span {
  color: white !important;
}
#live_chat div.end_chat_win input#end_chat {
  float: right !important;
  margin: 10px;
}
#live_chat .cart-dialog {
  background: none repeat scroll 0 0 white;
  color: white;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  padding: 20px 10px;
  position: absolute;
  text-align: center;
  width: 270px;
  z-index: 1000;
  border-radius: 0;
}
#live_chat .cart-dialog p {
  margin-bottom: 16px;
  color: #545454;
}
#live_chat .cart-dialog img {
  border-radius: 4px;
}
#live_chat .cart-dialog .block-button {
  background: none;
  display: block;
  margin-right: 13px;
  height: 32px;
  width: 115px;
}
#live_chat .cart-dialog .checkout-btn {
  float: none;
  margin: 0;
}
#live_chat .cart-dialog .continue-button, #live_chat .cart-dialog checkout-btn {
  background: none;
  display: block;
  height: 34px;
  width: 100%;
  padding-bottom: 12px;
}
#live_chat .overlay {
  background: none repeat scroll 0 0 black;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  text-align: center;
  top: 0;
  visibility: visible;
  width: 100%;
  z-index: 1000;
}
#live_chat .bb-cart-dialog {
  background: none repeat scroll 0 0 white;
  border: 5px solid white;
  color: #e6e6e6;
  margin-bottom: 15px;
}
#live_chat .bb-cart-dialog .bb-dialog-close {
  cursor: pointer;
  float: right;
  padding-bottom: 50px;
  padding-left: 30px;
}
#live_chat .bb-checkout-btn {
  margin: 5px 0 0;
}
#live_chat .bb-cart-dialog .header {
  color: black;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
#live_chat #chat_window .server span.by, #live_chat .client span.by {
  font-weight: normal;
  display: none;
}
#live_chat .dialog-btn {
  margin: 15px 0 0;
}
#live_chat .chat_select {
  width: 288px;
}
#live_chat .chat_radio {
  padding: 0;
  width: auto;
  margin-top: 9px;
}
#live_chat img.live_chat_icon {
  float: left;
  position: relative;
  top: 11px;
  left: 7px;
}
#live_chat #live_chat_txt {
  padding-left: 30px;
}
#live_chat #live_chat_content {
  margin: 0px;
  color: black;
  font-weight: normal;
  background: white;
  float: left;
  width: 100%;
}
#live_chat #chat_customer_landing {
  margin: 0px;
  background: white;
}
#live_chat input.start_chat {
  float: left;
}
#live_chat img.live_person {
  float: right;
  padding-top: 5px;
}
#live_chat div.chat_buttons input#chat_submit {
  position: absolute;
  right: 15px;
  padding: 0px 0px 1px 0px;
  width: 22%;
}
#live_chat .prechat_survey {
  display: none;
}
#live_chat div#agent_login_type {
  height: auto;
}
#live_chat .text > span {
  color: #9d9d9d !important;
  font-size: 14px !important;
}
#live_chat div#chat_window span.text a {
  color: white;
  word-break: break-word;
}
#live_chat div.thankyou_back {
  float: right;
  margin-top: 60px;
}
#live_chat div.thankyou_back input.button2 {
  color: white;
  border: none;
}
@media only screen and (max-width: 480px) {
  #live_chat div.chat_buttons input#chat_input {
    width: 74%;
  }
}
@media only screen and (max-width: 320px) {
  #live_chat div.chat_buttons input#chat_input {
    width: 60%;
  }
  #live_chat span.email_form {
    display: block;
    float: left;
  }
  #live_chat span.label__form {
    display: block;
    float: left;
    margin-bottom: 9px;
    width: 266px;
  }
  #live_chat div.prechat_survey input[type='image'] {
    -webkit-border-radius: 0px;
  }
}
#live_chat .agent_typing {
  clear: left;
  color: black;
  display: none;
  font-size: 12px;
  margin-bottom: 5px;
  margin-left: 1px;
}
#live_chat p.mobile_live_chat_required {
  padding: 0 0 0 17px;
  color: #737373;
}
#live_chat .mobile_live_chat_button {
  margin: 20px 0 20px;
  width: 100%;
  float: left;
}
#live_chat .promo-message {
  display: none;
}
#live_chat div#chat_unavailable h3.pg_head {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: 0px !important;
  text-transform: none;
  color: #7f9e90;
}
#live_chat #chat_unavailable div.mobile_livechat_freehelp a {
  color: #7f9e90;
  text-decoration: none;
}
#live_chat p.chat_thankyou_txt {
  text-align: center;
  margin: 60px 0;
}
#live_chat input#chat_submit, #live_chat input#close_chat {
  background-color: #46ab8c;
  color: white;
  border: 0px;
  border-radius: 0px;
  cursor: pointer;
  float: left;
  font-size: 13px;
  font-weight: normal;
  height: 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  width: 48%;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 13px;
}
#live_chat input.live_person {
  height: 21px;
  margin-left: 10px;
  width: 141px;
  float: right;
  margin-top: 4px;
}
#live_chat div.end_chat_win input#close_chat {
  margin-top: 8px;
}
#live_chat div.live_chat_bar {
  border-bottom: 2px solid #9FB6AD;
  background-image: -webkit-linear-gradient(top, #eef5f5 0%, white 100%);
}
#live_chat div#chat_container h3.head, #live_chat div#unavailable_header h3.head, #live_chat div#chat_ended h3.head {
  border-bottom: 1px solid #DCDDDD;
  border-top: 1px solid #DCDDDD;
  font-size: 15px;
  font-weight: normal;
  line-height: 15px;
  padding: 14px 22px;
  background: none repeat scroll 0 0 #F5F5F5;
  color: #1f1f1f;
  margin-bottom: 0px;
}
#live_chat .head span.close {
  background-image: url("/media/images/livechat/mobile/btn_chat_close.png");
  background-repeat: no-repeat;
  cursor: pointer;
  float: right;
  height: auto;
  text-indent: -70000px;
  width: 15px;
}
#live_chat input.live_popupchat {
  background-color: #46ab8c;
  border: 0 solid #666666;
  color: white;
  cursor: pointer;
  float: left;
  font-size: 13px;
  line-height: 13px;
  font-weight: bold;
  height: 30px;
  margin-bottom: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
}
#live_chat div#product_queries, #live_chat div#technical_queries {
  margin: 0 auto;
  padding-top: 5px;
}
#live_chat div#live_chat_header {
  background-image: -webkit-linear-gradient(top, #eef5f5 0%, white 100%);
  padding-top: 10px;
}
#live_chat div.chat_email_queries, #live_chat div#live_chat_section, #live_chat div.chat_continue_shopping {
  border-bottom: 1px solid #cccccc;
  padding: 10px 0;
  text-align: center;
}
#live_chat span.chat_time_h {
  color: #000000;
  font-size: 11px;
}
#live_chat div.chat_continue_shopping a {
  font-size: 13px;
}
#live_chat #header span > a {
  text-transform: uppercase;
}
#live_chat div#live_chat_header h3.head img {
  margin: 0 20px;
}
#live_chat .head_logo {
  float: left;
}
#live_chat .chat_items .chat_product_queries {
  float: left;
  width: 46%;
  text-align: left;
  font-size: 12px;
  border-right: 2px dotted #cccccc;
  margin-right: 10px;
  margin-left: 10px;
  padding: 26px 5px 15px 0;
}
#live_chat div.chat_items {
  padding-bottom: 20px;
  line-height: 1;
  clear: both;
}
#live_chat div.chat_items div.chat_technical_queries {
  padding: 26px 0 0 0;
}

/* Live Chat - End */
/*Sign In */
#return-user h3, #new-account h3 {
  margin: 0 0 5px;
}

ul.error_messages_display {
  background: none;
  color: #ef6ea8;
  font-size: 11px;
  font-weight: normal;
  padding: 5px 0;
}

#form--signin--field--EMAIL_ADDRESS::-webkit-input-placeholder,
#form--signin--field--PASSWORD::-webkit-input-placeholder,
#form--registration_short--field--PC_EMAIL_ADDRESS::-webkit-input-placeholder,
#form--registration_short--field--PASSWORD::-webkit-input-placeholder,
#form--checkout-_-checkout_signin--field--EMAIL_ADDRESS::-webkit-input-placeholder,
#form--checkout-_-checkout_signin--field--PASSWORD::-webkit-input-placeholder,
#form--checkout_signin_new_user--field--PC_EMAIL_ADDRESS::-webkit-input-placeholder,
#form--checkout_signin_new_user--field--PASSWORD::-webkit-input-placeholder {
  color: #dcddde;
}

#signin-block input.field::-webkit-input-placeholder {
  color: #dcddde;
}

#signin #signin-block {
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  background-color: #FFFFFF;
  padding: 10px 18px 18px;
}

#signin #signin-block .title {
  border-top: 0px;
  border-bottom: 0px;
}

#signin #signin-block fieldset {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

#signin-block h3.caps, #signin #signin-block .title h1 {
  color: #1f1f1f;
  font-size: 31px;
  text-transform: none;
  font-weight: normal;
}

label.ecard_lbl {
  color: #231f20;
  font-family: "HelveticaNeueLTStd65Medium", Verdana, Arial, Sans-Serif;
  font-size: 13px;
  text-transform: none;
  padding-bottom: 6px;
}

#signin-block input.return-user-email,
#signin-block input.field,
#new-account input.field {
  border: 1px solid #dcddde;
  padding: 4px 0;
  color: #231f20;
  margin: 8px 5px 12px 0;
  border-radius: 0;
  text-indent: 8px;
  width: 100%;
}

#signin-block a#forgot-password,
#signin-block div.sublabel {
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  color: #bdbdbd;
  float: left;
  font-size: 11px;
}

#signin-block a#forgot-password {
  width: 40%;
  margin: 5px 0 15px 0;
}

#signin-block a#forgot-password {
  color: #5dba98;
}

#signin-block a#forgot-password:hover {
  color: #231F20;
}

#signin-block div.sublabel {
  float: right;
  font-style: italic;
  margin-top: 5px;
}

#signin-block div.newacc_qtn,
#new-account div.return_acc_qtn {
  color: #1f1f1f;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  font-size: 13px;
  text-transform: none;
  padding-top: 19px;
  padding-bottom: 5px;
}

#signin-block input.signin-submit,
#signin-block input.new-account-link,
#new-account input.signup-submit,
#new-account input#return-user-link {
  text-transform: uppercase;
  font-weight: bold;
  color: #fff !important;
  font-size: 18px;
  height: 34px;
  border: 1px solid #5db593;
  margin-top: 3px;
  border-radius: 0;
  width: 100%;
}

#signin-block input#new-account-link,
#new-account input#return-user-link {
  background-color: #bebdbd;
  border: 1px solid #bebdbd;
}

#signin-block input.signin-submit,
#new-account input.signup-submit {
  background-color: #5db593;
  border: 1px solid #5db593;
}

#signin-block span.required {
  color: #5db593;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  font-size: 13px;
}

span.required_mark {
  display: inline-block;
  vertical-align: top;
}

span.required_mark {
  color: #5db593;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  font-size: 13px;
  font-weight: bold;
}

#signin-block div.show-password {
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  font-size: 13px;
  width: 130px;
  margin: 8px -107px 3px 3px;
  height: 26px;
  right: -36px;
  position: absolute;
  text-transform: none;
  color: #1f1f1f;
}

#signin-block input[type="checkbox"] {
  width: 75%;
}

#signin-block div.promotions_checkbox {
  float: left;
  width: 6%;
}

#signin-block div.promotions_desc {
  padding-top: 4px;
  color: #1f1f1f;
  font-size: 13px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
}

/* Sign In */
/* Error Style */
#form--errors li,
#form--errors li.s,
#signin-block #form--errors li {
  background: #fff;
  color: #ef6ea8;
  line-height: 1.3em;
  margin: 1px 0;
  padding-left: 0px;
}

/* Error Style */
/* Toggle Switch Style */
div#component-demo-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
}

.onoffswitch {
  position: relative;
  width: 90px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border-radius: none;
  height: 35px;
}

.onoffswitch-inner {
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
  float: left;
  width: 50%;
  height: 35px;
  padding: 0;
  line-height: 30px;
  font-size: 16px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.onoffswitch-inner:before {
  content: "ON";
  padding: 3px 10px 10px 15px;
  background-color: #5DB694;
  color: #FFFFFF;
}

.onoffswitch-inner:after {
  content: "OFF";
  padding: 3px 10px 10px 15px;
  background-color: #bebdbd;
  color: #FFFFFF;
  text-align: right;
  font-size: 14px;
}

.onoffswitch-switch {
  width: 27px;
  margin: 6px;
  height: 23px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 51px;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

/* Toggle Switch Style */
/* Account: Mobile Sign In */
#signin-block h3.caps, #signin #signin-block .title h1 {
  color: #5dba98;
  padding-left: 0;
  text-transform: capitalize;
}

label.ecard_lbl {
  display: block;
  font-weight: bold;
}

#signin-block .form-item {
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}

#signin-block input.return-user-email, #signin-block input.field {
  width: 100%;
}

#new-account input.field {
  width: 100%;
}

#signin-block a#forgot-password {
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
}

#signin-block fieldset span.required_mark {
  float: none;
}

#signin-block span.required_mark {
  display: inline;
  float: left;
}

#signin-block input.signin-submit {
  width: 100%;
}
#signin-block input#new-account-link {
  background-color: #FFFFFF;
  border: 1px solid #5DB593;
  color: #5DB593 !important;
  width: 100%;
}

/* Account: Mobile Register */
#new-account input.signup-submit {
  width: 100%;
}
#new-account input#return-user-link {
  background-color: #FFFFFF;
  border: 1px solid #5DB593;
  color: #5DB593 !important;
  width: 100%;
}

#signin-block div.show-password {
  font-size: 17px;
}

#signin-block #new-account div.terms_promo_desc {
  display: inline;
  float: left;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-top: 0;
  width: 90%;
}

#signin-block #new-account div.terms_promo_checkbox {
  float: left;
  width: 6%;
}

/* Account: Address Book */
.device-mobile h3, .device-mobile h4, .device-mobile div.address_item_heading {
  color: #121212;
  font-size: 22px;
  margin-bottom: 10px;
}
.device-mobile .page_box_container, .device-mobile .payment_book_container {
  background: none repeat scroll 0 0 #FFFFFF;
  border-bottom: 1px solid #D5D5D5;
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: relative;
}

.device-mobile .payment_book_container {
  border-bottom: 1px solid #D3D3D3;
  padding-bottom: 0;
}
.device-mobile #address_form_container.page_box_container {
  background: none repeat scroll 0 0 #FFFFFF;
  border-bottom: 1px solid #D3D3D3;
  padding: 0;
}
.device-mobile #address_form_container.page_box_container .page_subbox_container {
  border: medium none;
}

.device-mobile #payment_form_container.page_box_container {
  border-bottom: 1px solid #D3D3D3;
}
.device-mobile #payment_form_container.page_box_container .page_subbox_container {
  border: medium none;
}
.device-mobile #payment_form_container.page_box_container .page_subbox_container form input[type="tel"] {
  width: 100%;
}
.device-mobile #payment_form_container.page_box_container .page_subbox_container .radio label {
  font-size: 10px;
}
.device-mobile #payment_form_container.page_box_container .page_subbox_container .address_controls .radio label {
  font-size: 100%;
  color: #000;
}
.device-mobile #payment_form_container.page_box_container .page_subbox_container .address_controls .radio input {
  height: auto;
  position: relative;
  top: 4px;
}

.device-mobile .breadcrumb-wrap {
  padding: 5px 0;
  line-height: 15px;
}
.device-mobile .breadcrumb-wrap a {
  display: inline-block;
  color: #1F1F1F;
  text-decoration: none;
  padding: 0 5px;
  font-size: 14px;
  border-right: 1px solid #1F1F1F;
}
.device-mobile .breadcrumb-wrap a:nth-child(1) {
  padding-left: 0;
}
.device-mobile .breadcrumb-wrap a:nth-last-child(1) {
  border-right: none;
}
.device-mobile .page_box_container .page_subbox_container {
  border: medium none;
  overflow: hidden;
  margin: 0 10px;
  padding: 5px 0;
}
.device-mobile .page_box_container #addresses .page_subbox_container {
  position: relative;
  margin-left: 0;
}
.device-mobile a.add-address-link {
  margin-top: 0;
}
.device-mobile a.add-address-link input {
  width: 60%;
}
.device-mobile a input {
  background-color: #5DBA98;
  border: 0 none;
  border-radius: 0;
  color: #FFFFFF;
  display: inline-block;
  font-size: 0.9em;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1.5;
  padding: 2px 10px 3px;
  text-align: center;
  text-transform: uppercase;
}
.device-mobile a input.default-payment {
  padding-left: 9px;
  padding-right: 9px;
}

.device-mobile a.edit-address input.small-button, .device-mobile a.delete-address input.small-button {
  background: none repeat scroll 0 0 #FFFFFF;
  border-radius: 0;
  padding: 1px 8px 2px;
}
.device-mobile a input.edit-payment, .device-mobile a input.delete-payment {
  background: none repeat scroll 0 0 #FFFFFF;
  border-radius: 0;
  padding: 1px 8px 2px;
}
.device-mobile a input.edit-payment {
  float: left;
  width: 40%;
}
.device-mobile a input.delete-payment {
  float: right;
  width: 50%;
}

.device-mobile .page_box_container .address-book-info {
  overflow: hidden;
  position: relative;
}
.device-mobile .page_box_container .address-book-info a.add-address-link .account-block-container #addresses .address_item .right {
  position: absolute;
  right: 10px;
  top: 43px;
}
.device-mobile .page_box_container .address-book-info a.add-address-link .account-block-container #addresses .address_item .right br {
  display: none;
}
.device-mobile .page_box_container .address-book-info a.add-address-link .account-block-container #addresses .address_item .right a.edit-address input.small-button {
  float: left;
  width: 40%;
}
.device-mobile .page_box_container .address-book-info a.add-address-link .account-block-container #addresses .address_item .right a.delete-address input.small-button {
  float: right;
  width: 50%;
}
.device-mobile .page_box_container .address-book-info a.add-address-link .page_subbox_container.address_item:nth-child(n+3) .right {
  top: 0 !important;
}

.device-mobile a input.edit-payment, .device-mobile a input.delete-payment {
  background: none repeat scroll 0 0 #FFFFFF;
  float: right;
  padding: 1px 8px 2px;
}

.device-mobile .address_but_wrap {
  float: left;
  width: 100%;
  margin: 10px 0;
}

.device-mobile a.edit-address input.small-button,
.device-mobile a input.edit-payment {
  border: 1px solid #5DBA98;
  color: #5DBA98;
  float: left;
  width: 25%;
}

.device-mobile a.delete-address input.small-button,
.device-mobile a input.delete-payment {
  border: 1px solid #999999;
  color: #999999;
  float: left;
  width: 25%;
  margin-left: 12px;
}

.device-mobile a input.delete-payment {
  border: 1px solid #999999;
  color: #999999;
}

.device-mobile .page_box_container .address-book-info .account-block-container #addresses .address_item .address_item_heading {
  font-family: HelveticaNeueLTStd45Light, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

.device-mobile .page_box_container .address-book-info .account-block-container #addresses .address_item .address_data {
  margin: 0;
  overflow: hidden;
  width: 100%;
}
.device-mobile .page_box_container .address-book-info .account-block-container #addresses .address_item .address_data .address_item_heading {
  color: #121212;
  font-size: 22px;
  font-weight: normal;
  margin: 0 0 15px;
  padding: 0;
  text-transform: capitalize;
  font-family: HelveticaNeueLTStd45Light, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.device-mobile .page_box_container .address-book-info .account-block-container #addresses .address_item .address_data .cards, .device-mobile .page_box_container .address-book-info .account-block-container #addresses .address_item .address_data .cards_note {
  margin: 10px 0;
}
.device-mobile .page_box_container .address-book-info .account-block-container #addresses .address_item .address_data .address {
  margin-bottom: 10px;
}

.device-mobile h1.myaccount-hdr {
  font-size: 34px;
  letter-spacing: -1px;
  line-height: 34px;
  padding: 10px 10px 0;
}
.device-mobile #heading_title h1 {
  font-size: 34px;
  letter-spacing: -1px;
  line-height: 34px;
  padding: 5px 0 5px;
  margin: 0;
  text-transform: capitalize;
}
.device-mobile .add_new_address.page_subbox_container ul.error {
  margin-top: 0;
}
.device-mobile .add_new_creditcard.page_subbox_container {
  border: medium none;
  padding: 0 10px;
}
.device-mobile .page_subbox_container.column {
  border: medium none;
  padding-bottom: 0;
}

/* Must be specific and have body ID */
#address_book.device-mobile .payment_book_container .controls {
  float: none;
  margin-bottom: 0;
  width: 100%;
}
#address_book.device-mobile .payment_book_container .controls.left {
  float: left;
  margin-bottom: 20px;
  width: 50%;
}
#address_book.device-mobile .payment_book_container .right {
  bottom: 20px;
  margin: 0;
  position: static;
  right: 10px;
}

#payment_info.device-mobile .payment_book_container {
  border: medium none;
  margin: 0 10px;
  padding: 0;
}
#payment_info.device-mobile .payment_book_container .controls {
  float: none;
  margin-bottom: 0;
  width: 100%;
}
#payment_info.device-mobile .payment_book_container .controls.left {
  float: left;
  margin-bottom: 20px;
  width: 50%;
}
#payment_info.device-mobile .payment_book_container .controls a input.default-payment {
  width: 100%;
}
#payment_info.device-mobile .payment_book_container .right {
  bottom: 20px;
  margin: 0;
  position: static;
  right: 10px;
}
#payment_info.device-mobile .payment_book_container .page_subbox_container.column {
  border: medium none;
  padding-bottom: 0;
}
#payment_info.device-mobile .payment_book_container .page_subbox_container.column h4 {
  font-weight: normal;
}

#edit_address.device-mobile fieldset.fs div.form_element label {
  display: inline;
  vertical-align: 0;
  width: auto;
}
#edit_address.device-mobile fieldset.fs div.form_element span label {
  vertical-align: 3px;
}

#edit_address.device-mobile .form_element, #address_book.device-mobile .form_element, #add_address.device-mobile .form_element {
  float: none !important;
  width: 100% !important;
}

#edit_address.device-mobile fieldset.fs,
#add_address.device-mobile fieldset.fs {
  margin: 0;
  padding: 0;
  border: none;
}

#payment.device-mobile fieldset.fs, #payment.device-mobile fieldset.payment_address {
  margin: 0;
  padding: 0;
  border: none;
}

#edit_address.device-mobile ul.error_messages li,
#add_address.device-mobile ul.error_messages li,
#payment.device-mobile ul.error_messages li {
  padding: 0;
}

#payment.device-mobile .form_element {
  float: none !important;
  width: 100% !important;
}
#payment.device-mobile .form_element label {
  color: #000000;
  text-transform: uppercase;
  font-size: 11px;
}
#payment.device-mobile .form_element.radio input {
  vertical-align: middle;
}
#payment.device-mobile #address_form_container {
  background: none repeat scroll 0 0 #FFFFFF;
  padding: 0;
}
#payment.device-mobile #address_form_container fieldset.fs {
  border: medium none;
  padding: 0;
}
#payment.device-mobile #payment_form_container #choose-address {
  display: none;
}

/* Error messages */
.device-mobile div.error,
#edit_address.device-mobile div.error,
#address_book.device-mobile div.error,
#add_address.device-mobile div.error,
.device-mobile .error_messages.error li,
#edit_address.device-mobile .error li,
#address_book.device-mobile .error li,
#add_address.device-mobile .error li .device-mobile label.error,
#edit_address.device-mobile label.error,
#address_book.device-mobile label.error,
#add_address.device-mobile label.error {
  background: none repeat scroll 0 0 #FFFFFF;
  color: #ef6ea8;
}

.device-mobile input.error, .device-mobile select.error, .device-mobile textarea.error {
  border: 1px solid #ef6ea8;
}

#edit_address.device-mobile input.error, #edit_address.device-mobile select.error, #edit_address.device-mobile textarea.error {
  border: 1px solid #ef6ea8;
}

#address_book.device-mobile input.error, #address_book.device-mobile select.error, #address_book.device-mobile textarea.error {
  border: 1px solid #ef6ea8;
}

#add_address.device-mobile input.error, #add_address.device-mobile select.error, #add_address.device-mobile textarea.error {
  border: 1px solid #ef6ea8;
}

/* Forms: Address & Payment */
.device-mobile fieldset.fs {
  width: 100%;
  border: none;
}
.device-mobile fieldset.fs .form_element {
  float: none;
  width: 100%;
}
.device-mobile fieldset.fs .form_element input[type="text"] {
  width: 100%;
}

/* Forms: Payment */
.device-mobile .account-header-panel {
  display: none;
}
.device-mobile .account-header-panel #payment_form_container fieldset.payment_address {
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  width: 100%;
}
.device-mobile .account-header-panel #payment_form_container fieldset.payment_address select {
  max-width: 270px;
}

.device-mobile fieldset.fs div.form_element input[type="radio"], .device-mobile fieldset.fs div.form_element input[type="checkbox"] {
  border: 0 none;
  height: auto;
  margin-left: 0;
  margin-top: 0;
}

.device-mobile #payment_form_container .form_element.radio label {
  width: 80%;
}

.device-mobile fieldset.fs .form_element select {
  width: 100%;
}
.device-mobile .submit_btn input[type="submit"] {
  background: none repeat scroll 0 0 #5DBA98;
  border: 0 none;
  border-radius: 0;
  color: #FFFFFF;
  cursor: pointer;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: bold;
  height: 29px;
  letter-spacing: 1px;
  line-height: 31px;
  margin: 10px 0;
  padding: 0 10px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: baseline;
  width: 100%;
}

#blue-ocean-quiz-results {
  color: black;
  font-family: HelveticaNeueLTStd45Light;
  -webkit-font-smoothing: antialiased;
  position: relative;
  /* overrides for conflicting css */
}
#blue-ocean-quiz-results header {
  width: 960px;
  margin: auto;
  margin-top: 1px;
}
#blue-ocean-quiz-results header .up-arrow {
  background-color: white;
  border-right: 1px solid #d3d3d3;
  border-top: 1px solid #d3d3d3;
  height: 22px;
  position: absolute;
  top: 27px;
  width: 22px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}
#blue-ocean-quiz-results header.womens_navigation, #blue-ocean-quiz-results header.womens_concerns {
  background-color: #f8f8f8;
  padding-left: 10px;
}
#blue-ocean-quiz-results header.womens_navigation .main-header, #blue-ocean-quiz-results header.womens_concerns .main-header {
  color: black;
  font-size: 22px;
  padding-top: 20px;
}
#blue-ocean-quiz-results header.womens_navigation .sub-header, #blue-ocean-quiz-results header.womens_concerns .sub-header {
  color: #5dba98;
}
#blue-ocean-quiz-results header.womens_navigation .tabs, #blue-ocean-quiz-results header.womens_concerns .tabs {
  margin-top: 10px;
  padding-bottom: 11px;
  position: relative;
}
#blue-ocean-quiz-results header.womens_navigation .tabs .tab, #blue-ocean-quiz-results header.womens_concerns .tabs .tab {
  border-right: 1px solid #bebebe;
  color: #bebebe;
  cursor: pointer;
  float: left;
  font-weight: bold;
  padding: 5px 10px;
}
#blue-ocean-quiz-results header.womens_navigation .tabs .tab:last-child, #blue-ocean-quiz-results header.womens_concerns .tabs .tab:last-child {
  border-right: none;
}
#blue-ocean-quiz-results header.mens_navigation, #blue-ocean-quiz-results header.mens_concerns {
  background-image: -moz-linear-gradient(#000000, #323232);
  background-image: -o-linear-gradient(#000000, #323232);
  background-image: -webkit-linear-gradient(#000000, #323232);
  background-image: linear-gradient(#000000, #323232);
  padding-left: 10px;
}
#blue-ocean-quiz-results header.mens_navigation .main-header, #blue-ocean-quiz-results header.mens_concerns .main-header {
  color: white;
  font-size: 22px;
  padding-top: 20px;
}
#blue-ocean-quiz-results header.mens_navigation .sub-header, #blue-ocean-quiz-results header.mens_concerns .sub-header {
  color: #aaa;
}
#blue-ocean-quiz-results header.mens_navigation .sub-header a, #blue-ocean-quiz-results header.mens_concerns .sub-header a {
  color: #aaa;
}
#blue-ocean-quiz-results header.mens_navigation .tabs, #blue-ocean-quiz-results header.mens_concerns .tabs {
  margin-top: 10px;
  padding-bottom: 11px;
  position: relative;
}
#blue-ocean-quiz-results header.mens_navigation .tabs .tab, #blue-ocean-quiz-results header.mens_concerns .tabs .tab {
  border-right: 1px solid #ccc;
  color: white;
  cursor: pointer;
  float: left;
  font-weight: bold;
  padding: 5px 10px;
}
#blue-ocean-quiz-results header.mens_navigation .tabs .tab:last-child, #blue-ocean-quiz-results header.mens_concerns .tabs .tab:last-child {
  border-right: none;
}
#blue-ocean-quiz-results .diagnostic-results {
  border-top: 1px solid #D3D3D3;
  /*
  &:after
  {
    content: '';
    display: block;
    position: absolute;
    top: 144px;
    left:43px;
    width: 22px;
    height: 22px; 
    background: #FFFFFF;
    border-right:1px solid #CAD5E0;
    border-bottom:1px solid #CAD5E0;
    -moz-transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
  }
  */
}
#blue-ocean-quiz-results .diagnostic-results .concern {
  border-bottom: 1px solid #D3D3D3;
  color: #5dba98;
  font-size: 15px;
  font-weight: 800;
  padding-bottom: 5px;
  margin: 5px 10px 0px 10px;
}
#blue-ocean-quiz-results .diagnostic-results ul {
  margin: auto 10px;
}
#blue-ocean-quiz-results .diagnostic-results ul li {
  border-bottom: 1px solid #D3D3D3;
  border-top: medium none;
  float: none;
  font-size: 18px;
  height: auto;
  margin: 10px 0;
  overflow: hidden;
  padding: 30px 0;
  width: 100%;
}
#blue-ocean-quiz-results .diagnostic-results ul li:last-child {
  margin-bottom: 0;
}
#blue-ocean-quiz-results .diagnostic-results ul li .add-to-bag {
  border-radius: 0;
  float: left;
  font-size: 17px;
  line-height: 38px;
  padding-top: 0;
}
#blue-ocean-quiz-results .diagnostic-results ul li .product-image {
  float: left;
}
#blue-ocean-quiz-results .diagnostic-results ul li .product-info {
  line-height: 18px;
  padding-right: 5px;
  width: 132px;
  float: left;
}
#blue-ocean-quiz-results .diagnostic-results ul li .sizes {
  margin-top: 5px;
}
#blue-ocean-quiz-results .diagnostic-results ul li .reviews {
  margin-top: 7px;
}
#blue-ocean-quiz-results .diagnostic-results ul .product-image img {
  height: 158px;
  width: 158px;
}
#blue-ocean-quiz-results .diagnostic-results ul .reviews span {
  color: #5dba98;
}
#blue-ocean-quiz-results #saveToProfile {
  background-color: #5dba98;
  color: white;
  font-family: 'HelveticaNeueLTStd65Medium';
  font-size: 18px;
  font-weight: 300;
  margin: auto;
  margin-top: 10px;
  padding: 10px 25px 10px 25px;
  text-align: center;
  text-transform: uppercase;
  width: 85%;
}
#blue-ocean-quiz-results #retakeConsultationLink {
  display: block;
  margin: 8px auto;
  text-align: right;
  width: 90%;
}
#blue-ocean-quiz-results .skin_diagnostic_results {
  padding: 0px;
}
#blue-ocean-quiz-results .concern_container {
  width: auto;
  float: none;
}
#blue-ocean-quiz-results .prod-shelf-row {
  width: auto;
  float: none;
}
#blue-ocean-quiz-results .prod-shelf-row .product {
  min-height: 0;
}

/*Registration page-- Account*/
#registration.device-mobile {
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
}
#registration.device-mobile #content.registration_content {
  padding: 10px 10px 0;
}
#registration.device-mobile #content.registration_content,
#registration.device-mobile .page_subbox_container,
#registration.device-mobile .registration_content select {
  width: 100%;
  margin: 0;
}

#registration.device-mobile .registration_content .page_subbox_container #customer-service {
  display: none;
}
#registration.device-mobile .registration_content span.required_mark {
  color: #5db593;
}
#registration.device-mobile .registration_content .phone_container {
  margin-bottom: 10px;
}
#registration.device-mobile .registration_content p#registration-info {
  margin: 0;
}
#registration.device-mobile .registration_content .profile-form-container label,
#registration.device-mobile .registration_content p {
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
}
#registration.device-mobile .registration_content p {
  margin-bottom: 10px;
  color: #1f1f1f;
  font-size: 13px;
  text-transform: none;
  clear: both;
}
#registration.device-mobile .registration_content h3 {
  color: #121212;
  font-size: 22px;
  margin: 0;
}
#registration.device-mobile .registration_content fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
#registration.device-mobile .registration_content .submit_btn {
  height: auto;
  margin: 0;
}
#registration.device-mobile .registration_content .submit_btn input {
  line-height: normal;
}
#registration.device-mobile .registration_content ul.error_messages li {
  padding-left: 0;
  word-wrap: break-word;
}
#registration.device-mobile .registration_content fieldset.demographic .birthday > label {
  display: block;
}
#registration.device-mobile .registration_content fieldset.demographic .birthday > div {
  margin: 0 3% 5px 0;
  float: left;
  width: 31.33%;
}
#registration.device-mobile .registration_content fieldset.demographic .birthday > div:nth-last-child(1) {
  margin-right: 0;
}
#registration.device-mobile .registration_content fieldset.demographic .form_element.radio.gender_container {
  margin-top: 0;
  padding: 0;
}
#registration.device-mobile .registration_content fieldset.demographic .form_element.radio.gender_container .form_element_radio_wrap label {
  margin-right: 7px;
}
#registration.device-mobile .registration_content fieldset.demographic .form_element.radio.gender_container .form_element_radio_wrap label:nth-last-child(1) {
  margin-right: 0;
}
#registration.device-mobile .registration_content fieldset.demographic .form_element.radio.gender_container span {
  float: none;
  width: 100%;
}
#registration.device-mobile .registration_content fieldset.demographic .form_element.radio.gender_container span input {
  float: none;
}
#registration.device-mobile .registration_content fieldset.demographic .form_element.radio.gender_container span label {
  display: inline-block;
  float: none;
  width: auto !important;
}
#registration.device-mobile .registration_content fieldset.demographic .form_element.radio.gender_container span label:nth-last-child(1) {
  margin-right: 0;
}
#registration.device-mobile .registration_content label {
  color: #231f20;
  font-size: 13px;
  text-transform: none;
  margin: 0;
  font-weight: bold;
  width: 90% !important;
  margin-right: 15px;
}
#registration.device-mobile .registration_content label:nth-last-child(1) {
  margin-right: 0;
}
#registration.device-mobile .registration_content span {
  color: #231f20;
}
#registration.device-mobile .registration_content input {
  width: 100% !important;
  vertical-align: middle;
  padding: 4px 0;
  border-radius: 0;
}
#registration.device-mobile .registration_content input[type="radio"], #registration.device-mobile .registration_content input[type="checkbox"] {
  width: auto !important;
  vertical-align: middle;
  height: auto;
  margin-right: 3px;
}
#registration.device-mobile .registration_content input[type="text"], #registration.device-mobile .registration_content input[type="password"] {
  text-indent: 8px;
  border: 1px solid #dcddde;
}
#registration.device-mobile .registration_content select {
  width: 100%;
  padding: 5px 13px;
  margin-bottom: 10px;
  border: 1px solid #dcddde;
}
#registration.device-mobile .registration_content .state_container, #registration.device-mobile .registration_content .postal_code_container {
  float: none !important;
  width: 100% !important;
}
#registration.device-mobile .registration_content .pc_email_promo_containerhidden input + label,
#registration.device-mobile .registration_content .pc_email_promo_container input + label,
#registration.device-mobile .registration_content .sms_promo_container input + label {
  margin-right: 0 !important;
  font-weight: normal;
  float: right;
}
#registration.device-mobile .registration_content .sms-promotions-container {
  margin: 12px 0;
  float: left;
  width: 100%;
}
#registration.device-mobile .registration_content .privacy_policy_container {
  margin: 0;
}
#registration.device-mobile .registration_content .privacy_policy_container input[type="checkbox"] {
  margin-left: 0 !important;
}
#registration.device-mobile .registration_content .privacy_policy_container label {
  font-weight: normal;
}
#registration.device-mobile .registration_content .privacy_policy input + label {
  margin-right: 0 !important;
}
#registration.device-mobile .registration_content .privacy_policy label {
  display: inline-block;
}

/*Customer Service -- Contact Us Mobile*/
.device-mobile #content.contact_us {
  padding: 10px;
}
.device-mobile #content.contact_us p {
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  font-size: 13px;
  color: #1f1f1f;
}
.device-mobile #content.contact_us p span.required {
  color: #5db593;
  margin-right: 5px;
  font-weight: bold;
}
.device-mobile #content.contact_us p.mandatory-fields {
  text-transform: capitalize;
}
.device-mobile #content.contact_us .callus {
  display: inline-block;
}
.device-mobile #content.contact_us .submit_btn input[type="submit"] {
  height: 30px;
}
.device-mobile #content.contact_us .breadcrumbs {
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
}
.device-mobile #content.contact_us .contact_us_thanks {
  margin: 10px 0 0;
}
.device-mobile #content.contact_us .contact_us_thanks_acknowledge {
  font-size: 17px;
}
.device-mobile #contact_form_fields .form_element {
  width: 100%;
  margin: 5px 15px 10px 0;
}
.device-mobile #contact_form_fields .form_element label {
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  color: #231f20;
  font-size: 13px;
  text-transform: none;
  font-weight: bold;
  width: 100%;
  display: block;
}
.device-mobile #contact_form_fields .form_element input[type="radio"], .device-mobile #contact_form_fields .form_element input[type="checkbox"] {
  vertical-align: middle;
}
.device-mobile #contact_form_fields .form_element input[type="text"], .device-mobile #contact_form_fields .form_element select, .device-mobile #contact_form_fields .form_element textarea {
  width: 100%;
  padding: 4px 8px;
  border-radius: 0;
  border: 1px solid #dbdbdb;
}
.device-mobile #contact_form_fields .form_element textarea {
  min-height: 70px;
}
.device-mobile #contact_form_fields .form_element span.alwaysrequired,
.device-mobile #contact_form_fields .form_element span.notalwaysrequired {
  color: #5db593;
  margin-right: 5px;
}
.device-mobile #contact_form_fields .form_element .radio_element {
  margin: 5px 0;
  color: #231f20;
}

/**
 * @file mobile/_mobile.scss
 */
html,
body {
  height: auto;
  min-height: 415px;
}

body {
  font-family: sans-serif;
  font-size: 14px;
  width: 100%;
  background: #ebebeb;
}

.body_container {
  width: 100%;
  min-width: 320px;
  height: 100%;
  min-height: 415px;
  margin: 0 auto;
}

.not_mobile {
  display: none;
}

.main_container {
  width: 100%;
  height: 100%;
  min-height: 415px;
  background: white;
  overflow: hidden;
}

#main {
  padding: 0;
}

.main {
  width: 100%;
  min-width: 320px;
  background: white;
}

.content_container {
  clear: both;
}

#top {
  height: 68px;
  background: whitesmoke;
  border-bottom: solid 1px #e6e6e6;
  position: static;
}

#top,
#header {
  width: 100%;
  min-width: 320px;
}

#header {
  height: 68px;
  overflow: hidden;
  padding-top: 5px;
}
#header .btn_navigation {
  float: left;
  width: 50px;
  height: 56px;
  background: url('../../cl_base/img/mobile/btn_navigation.png') no-repeat 0 0;
  border-right: 1px solid #e6e6e6;
}

/* Mobile header adjustments */
.device-mobile #header {
  padding-top: 8px;
}
.device-mobile #header .btn_navigation {
  background-position: 0 -9px;
  height: 52px;
}

.main_content {
  background: white;
  padding: 10px;
}

.navigation_container {
  position: relative;
  float: left;
  width: 0;
  overflow-x: hidden;
  height: 550px;
  min-height: 450px;
  background: #ebebeb;
}
.navigation_container .navigation {
  position: absolute;
  width: 100%;
  height: 100%;
}
.navigation_container .field-mobile-menu > .menu {
  left: 0;
}
.navigation_container ul.menu {
  position: absolute;
  padding: 0;
  margin: 0;
  width: 100%;
  top: 0;
  left: 100%;
}
.navigation_container ul.nav_lvl2 li:first-child a {
  background: #d9d9d9;
}
.navigation_container ul li a {
  display: block;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  text-decoration: none;
  color: #121212;
  text-indent: 18px;
  white-space: nowrap;
  border-bottom: 1px solid white;
  -webkit-tap-highlight-color: transparent;
}
.navigation_container ul li a:active {
  background: #D9D9D9;
}

#navigation_control {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
  height: 100%;
  background: transparent;
  opacity: 0.3;
  z-index: 3;
}

/* Navigation */
.device-mobile .invisible {
  display: none;
}

.navigation_container .field-mobile-menu ul.menu li {
  list-style-type: none;
}

.navigation_container ul li a {
  height: auto;
  line-height: 38px;
  padding: 4px 30px 4px 18px;
  text-indent: 0;
  white-space: normal;
}
.navigation_container ul li .welcome-user {
  background: none repeat scroll 0 0 #ebebeb;
  border-bottom: 1px solid white;
  color: #121212;
  display: block;
  font-size: 22px;
  height: auto;
  line-height: 38px;
  padding: 4px 30px 4px 18px;
  text-decoration: none;
  text-indent: 0;
  white-space: pre-wrap;
}

.field-mobile-menu li.parent a span {
  vertical-align: top;
}

.parent .icon {
  background: url("/media/export/cms/mobile/prev-next-arrows.png") no-repeat scroll 0 -34px transparent;
  display: inline-block;
  height: 30px;
  margin: 0 0 0 80px;
  position: absolute;
  right: 0;
  width: 27px;
}
.parent .icon img {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  width: 30px;
}

.parent-back a, .depth-1 .first a, .depth-2 .first a {
  padding-left: 20px;
  padding-right: 0;
  text-indent: 18px;
}

.first.parent-back .icon,
.field-mobile-menu ul li.first.parent-my-account .menu-container.depth-1.my-account li.first.parent-back a span.icon,
.depth-1 .first .icon, .depth-2 .first .icon {
  background: transparent url("/media/export/cms/mobile/prev-next-arrows.png") no-repeat scroll 0 5px;
  left: 0;
  margin-left: 0;
}

.navigation_container ul li.parent-my-account a span.my-account {
  padding-left: 0;
  /*padding-left: 15px;*/
}
.navigation_container ul li.parent-checkout a span.checkout {
  padding-left: 15px;
}

.menu-container.depth-1.checkout .checkout-icon {
  display: none;
}

.field-mobile-menu ul li {
  /* A hack to get rid of the duplicated icon */
}
.field-mobile-menu ul li.parent-checkout .checkout-icon:first-child {
  background: url("/media/export/cms/icon-bag.png") no-repeat scroll 0 0 transparent;
  display: inline-block;
  height: 28px;
  margin-left: 3px;
  margin-top: 3px;
  width: 22px;
}
.field-mobile-menu ul li.parent-checkout .checkout-icon:last-child {
  display: none;
}
.field-mobile-menu ul li.parent-my-account .user-pic {
  background: url("/media/export/cms/avatar.png") no-repeat scroll 0 0 transparent;
  display: none;
  /*display: inline-block;*/
  height: 23px;
  margin-left: 3px;
  margin-top: 8px;
  width: 23px;
}

.checkout .parent-back .checkout-icon img {
  display: none;
}

.my-account .welcome {
  margin-left: 45px;
}
.my-account .welcome:after {
  content: "Welcome!";
}

/* Logged in menu items. Hidden for Drupal/PG anonymous users */
.logged-in .parent-login, .elc-user-state-logged-in .parent-login {
  display: none;
}

.elc-user-state-anonymous .parent-logout, .elc-user-state-anonymous .parent-my-purchases, .elc-user-state-anonymous .parent-reorder-from-past-purchases {
  display: none;
}
.elc-user-state-anonymous .parent-login {
  display: inline;
}

.elc-user-state-logged-in .parent-logout {
  display: inline;
}

/* Search and logo */
.device-mobile .block-template-gnav-search-v1, .device-mobile .block-template-search-mobile-v1, .device-mobile .block-template-site-logo-responsive-v1 {
  float: left;
}

/* Footer, bottom, menu, copyright */
.device-mobile #footer .footer-bottom {
  text-align: left;
}
.device-mobile #footer .footer-bottom .field-mobile-menu ul.menu {
  font-size: 11px;
  padding-left: 0;
}
.device-mobile #footer .footer-bottom .field-mobile-menu ul.menu > li {
  border-left: 1px solid #231f20;
  color: #231f20;
  float: left;
  height: 13px;
  line-height: 13px;
  margin: 4px 0 5px;
  padding: 0 10px;
}
.device-mobile #footer .footer-bottom .field-mobile-menu ul.menu > li.first {
  border: none;
  padding: 0 10px 0 0;
  margin-top: 0;
}
.device-mobile #footer .footer-bottom .field-mobile-menu ul.menu > li.last {
  /* clear: both; */
}
.device-mobile #footer .footer-bottom .field-mobile-menu ul.menu > li a {
  color: #231f20;
  font-size: 12px;
  height: 5px;
  margin: 0;
  padding: 0;
}
.device-mobile #footer .footer-bottom .field-mobile-menu ul.menu > li.last a {
  /*color: #5dba98;*/
  display: block;
}
.device-mobile #footer .footer-bottom .block-template-basic-responsive-v1 p {
  clear: both;
  display: block;
  font-size: 11px;
  margin-left: 0;
  padding: 10px 0 0;
}
.device-mobile #footer .footer-bottom .inner {
  padding: 0 10px;
}

/* iPhone 3, 4 and 5 portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) {
  .device-mobile #footer .footer-bottom .field-mobile-menu ul.menu > li {
    margin: 4px 0 5px;
  }

  .device-mobile #footer .footer-bottom .field-mobile-menu ul.menu > li.item-3,
  .device-mobile #footer .footer-bottom .field-mobile-menu ul.menu > li.item-5 {
    border-left: none;
    padding-left: 0;
  }

  .device-mobile #footer .footer-bottom .field-mobile-menu ul.menu > li.item-4 {
    /*padding-right: 30px;*/
  }
}
/* iPhone 3, 4 and 5 landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) {
  .device-mobile #footer .footer-bottom .field-mobile-menu ul.menu > li {
    margin: 0;
	margin-top: 4px;
  }

  .device-mobile #footer .footer-bottom .field-mobile-menu ul.menu > li.item-4 {
    border-left: none;
    padding-left: 0;
  }
}
/* Flexslider mobile */
/* Hide nav arrows on mobile */
.device-mobile .flex-direction-nav {
  display: none;
}
.device-mobile .flex-control-nav {
  bottom: 5.35%;
}
.device-mobile .flex-control-paging li a {
  height: 13px;
  width: 13px;
}

.sbHolder {
  width: 100%;
}

/* Account: Past Purchases */
.account-past-purchases .past-purchases {
  border-bottom: 1px solid #D3D3D3;
  padding-bottom: 0;
  padding-top: 10px;
}

.account-past-purchases header h1 {
  font-size: 35px;
  padding-left: 10px;
}

.account-past-purchases .past-purchases .order-header,
.account-past-purchases .past-purchases .order.accordion-header {
  border-bottom: 1px solid #D3D3D3;
  overflow: hidden;
  padding: 0;
}

.account-past-purchases .past-purchases .order-header .created-date,
.account-past-purchases .past-purchases .order.accordion-header .created-date {
  color: #121212;
  display: inline;
  float: left;
  font-size: 22px;
  line-height: 45px;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  padding: 0 0 0 10px;
  width: 45%;
}

.account-past-purchases .past-purchases .order-header .view-details,
.account-past-purchases .past-purchases .order.accordion-header .view-details {
  float: right;
  padding-right: 0;
  width: 45%;
}

.account-past-purchases .past-purchases .order-header .view-details a.view-details-button,
.account-past-purchases .past-purchases .order.accordion-header .view-details a.view-details-button {
  background: none repeat scroll 0 0 #FFFFFF;
  color: #5dba98;
  font-size: 15px;
  font-weight: normal;
  margin: 0;
  padding: 0 15px 0 0;
  text-align: right;
  text-transform: capitalize;
}

.account-past-purchases ul.order-details {
  padding: 10px;
}
.account-past-purchases ul.order-details li.item {
  color: #231F20;
}
.account-past-purchases ul.order-details li.item span.label {
  color: #808080;
}

/* Account: Past Purchases: View order details */
.account-past-purchases .past-purchases .order-info.accordion-content {
  margin-top: 0;
}

.account-past-purchases .past-purchases .order-info.accordion-content h2, .account-past-purchases .past-purchases .order-info.accordion-content .module-benefits .heading-container, .module-benefits .account-past-purchases .past-purchases .order-info.accordion-content .heading-container, .account-past-purchases .past-purchases .order-info.accordion-content .module-benefits .heading-container *, .module-benefits .heading-container .account-past-purchases .past-purchases .order-info.accordion-content * {
  color: #121212;
  font-size: 22px;
  margin: 15px 0 5px;
  text-transform: capitalize;
  padding: 0;
}

.account-past-purchases .past-purchases .order-info.accordion-content .order-details {
  margin: 0 4%;
  width: auto;
}

.account-past-purchases .past-purchases .order-info.accordion-content .address {
  padding: 0 15px 15px;
}

.account-past-purchases .past-purchases .order-info.accordion-content .address .customer-name {
  color: #121212;
}

.account-past-purchases .past-purchases .order-info.accordion-content .products {
  border-top: 1px solid #D3D3D3;
  padding: 0 10px;
  width: 100%;
}

.account-past-purchases .past-purchases .order-info.accordion-content .products .product {
  border-bottom: 1px solid #D3D3D3;
  border-top: none;
}

.account-past-purchases .past-purchases .order-info.accordion-content .products .my-account-sku {
  margin: 0;
}

.account-past-purchases .past-purchases .order-info.accordion-content .products ul li.product {
  overflow: hidden;
}

a.button, input.form-submit,
input.button[type='submit'] {
  border-radius: 0;
}

.account-past-purchases .past-purchases a.button, .account-past-purchases .past-purchases input.form-submit,
.account-past-purchases .past-purchases input.button[type='submit'],
.account-past-purchases .past-purchases .order-info.accordion-content .products ul li a.button.add-to-bag,
.account-past-purchases .past-purchases .order-info.accordion-content .products ul li input.add-to-bag.form-submit,
.account-past-purchases .past-purchases .order-info.accordion-content .products ul li input.add-to-bag.button[type='submit'] {
  border-radius: 0;
  margin: 20px auto 0;
}

.account-past-purchases .past-purchases .order-info.accordion-content .products .samples {
  border-top: none;
}

.account-past-purchases .past-purchases .order-info.accordion-content .products .samples .my_account_sample {
  float: none;
  width: 100%;
}

.account-past-purchases .past-purchases .order-info.accordion-content .products .samples .my_account_sample .product-image {
  display: none;
}

.account-past-purchases .past-purchases .order-info.accordion-content .products .samples .my_account_sample .product-info {
  float: none;
  width: 100%;
}

.account-past-purchases .past-purchases .order-info.accordion-content .products .samples .my_account_sample .product-info .product-name {
  color: #121212;
}

.account-past-purchases .past-purchases .order-info.accordion-content .products .product-footer {
  color: #121212;
  padding: 0;
}

.account-past-purchases .past-purchases .order-info.accordion-content .products .product-footer .sales_tax,
.account-past-purchases .past-purchases .order-info.accordion-content .products .product-footer .giftcard_redemption,
.account-past-purchases .past-purchases .order-info.accordion-content .products .product-footer .subtotal,
.account-past-purchases .past-purchases .order-info.accordion-content .products .product-footer .shipping,
.account-past-purchases .past-purchases .order-info.accordion-content .products .product-footer .total {
  border-bottom: 1px solid #D3D3D3;
  font-size: inherit;
  margin: 0;
  padding: 5px 0;
  width: 100%;
}

.account-past-purchases .past-purchases .order-info.accordion-content .products .product-footer .total {
  border-bottom: none;
}

.account-past-purchases .past-purchases .order-info.accordion-content .products .product-footer .sales_tax span,
.account-past-purchases .past-purchases .order-info.accordion-content .products .product-footer .giftcard_redemption span,
.account-past-purchases .past-purchases .order-info.accordion-content .products .product-footer .subtotal span,
.account-past-purchases .past-purchases .order-info.accordion-content .products .product-footer .shipping span,
.account-past-purchases .past-purchases .order-info.accordion-content .products .product-footer .total span {
  display: inline;
  float: left;
  margin: 0;
  text-transform: capitalize;
}

.account-past-purchases .past-purchases .order-info.accordion-content .products .product-footer .sales_tax span:last-child,
.account-past-purchases .past-purchases .order-info.accordion-content .products .product-footer .giftcard_redemption span:last-child,
.account-past-purchases .past-purchases .order-info.accordion-content .products .product-footer .subtotal span:last-child,
.account-past-purchases .past-purchases .order-info.accordion-content .products .product-footer .shipping span:last-child,
.account-past-purchases .past-purchases .order-info.accordion-content .products .product-footer .total span:last-child {
  float: right;
}

/* Account: Past Purchases: View order details: Order */
.account-past-purchases .past-purchases .order-info.accordion-content .products .product .product-image {
  overflow: hidden;
  width: 38%;
}

.account-past-purchases .past-purchases .order-info.accordion-content .products .product .product-image img {
  margin-left: -20px;
  width: 158px;
}

.account-past-purchases .past-purchases .order-info.accordion-content .products .product .product-info {
  width: 60%;
}

/* Account: Past Purchases: Product Info: Shades & Sizes */
.account-past-purchases .past-purchases .order-info.accordion-content .products .product .product-info .shades,
.account-past-purchases .past-purchases .order-info.accordion-content .products .product .product-info .sizes {
  margin: 10px 0;
}

.account-past-purchases .past-purchases .order-info.accordion-content .products .product .product-info .shades .shade.active .search-swatch-container {
  display: inline;
  float: left;
  height: 15px;
  margin: 0 10px 0 0;
  width: 15px;
}

.account-past-purchases .past-purchases .order-info.accordion-content .products .product .product-info .shades .shade.active .search-swatch-container .single {
  height: 100%;
  width: 100%;
}

.account-past-purchases .past-purchases .order-info.accordion-content .products .product .product-info .shades .shade.active .shade-name,
.account-past-purchases .past-purchases .order-info.accordion-content .products .product .product-info .sizes .size.active {
  font-size: 12px;
}

.account-past-purchases .past-purchases .order-info.accordion-content .products .product .product-info .sizes .size.active {
  margin: 0;
}

/* Account: Past Purchases: No Orders */
.account-past-purchases .past-purchases .no-orders {
  margin: 0;
  overflow: hidden;
  padding: 0 20px 20px;
}

.account-past-purchases .past-purchases .no-orders h2, .account-past-purchases .past-purchases .no-orders .module-benefits .heading-container, .module-benefits .account-past-purchases .past-purchases .no-orders .heading-container, .account-past-purchases .past-purchases .no-orders .module-benefits .heading-container *, .module-benefits .heading-container .account-past-purchases .past-purchases .no-orders * {
  color: #121212;
  font-size: 22px;
  line-height: 22px;
  margin: 0 0 20px;
  padding: 0;
}

.account-past-purchases .past-purchases .no-orders a.button, .account-past-purchases .past-purchases .no-orders input.form-submit,
.account-past-purchases .past-purchases .no-orders input.button[type='submit'] {
  margin: 0;
  padding: 0;
}

/* Accordion */
.account-past-purchases .past-purchases .order-header-wrapper {
  position: relative;
}

.account-past-purchases .past-purchases .order-header-wrapper .order-details .item.first.caret {
  background: url("/media/export/images/qs-caret.png") no-repeat scroll 50% 0 transparent;
  display: block;
  height: 12px;
  padding: 0;
  position: absolute;
  right: 45px;
  top: 35px;
  width: 22px;
  z-index: 9000;
}

.account-past-purchases .past-purchases .order.accordion-header .view-details a span.close {
  display: none;
}

.account-past-purchases .past-purchases .order.accordion-header.active .view-details a span.close {
  background: url("/sites/clinique/themes/cl_base/img/icon-close.png") no-repeat scroll 0 0 transparent;
  bottom: 35px;
  color: transparent;
  cursor: pointer;
  display: block;
  height: 21px;
  position: absolute;
  right: 15px;
  width: 20px;
}

.nav-promo {
  position: relative;
  height: 40px;
  float: left;
  width: 100%;
  clear: both;
  overflow: hidden;
  -webkit-box-shadow: -2px 8px 7px -5px #DEDEDE;
  box-shadow: -2px 8px 7px -5px #DEDEDE;
}

#main.multi .right {
  float: right;
}
#main.multi .cross_sell_container {
  display: none;
}
#main.multi ul.error {
  margin: 10px;
}
#main.multi input[type="checkbox"],
#main.multi input[type="radio"] {
  height: auto;
}
#main.multi fieldset {
  padding: 0;
  margin-top: 0;
  border: none;
}
#main.multi fieldset.fs div.form_element .radio {
  float: left;
  margin-bottom: 10px;
}
#main.multi fieldset.fs div.form_element input[type=text],
#main.multi fieldset.fs div.form_element input[type=tel],
#main.multi fieldset.fs div.form_element textarea,
#main.multi fieldset.fs div.form_element select {
  padding: 4px 0;
  margin: 8px 5px 10px 0;
  text-indent: 8px;
  height: 40px;
  font-size: 15px;
  width: 100%;
}
#main.multi fieldset.fs div.form_element label {
  text-transform: none;
  font-family: inherit;
  font-size: 15px;
  width: auto;
}
#main.multi h2, #main.multi .module-benefits .heading-container, .module-benefits #main.multi .heading-container, #main.multi .module-benefits .heading-container *, .module-benefits .heading-container #main.multi * {
  font-size: 22px;
  height: auto;
  padding: 5px 15px;
  color: #000;
  margin: 0;
  font-weight: normal;
}
#main.multi h3 {
  font-weight: bold;
  font-family: inherit;
  font-size: 15px;
}
#main.multi .checkout-progress {
  float: right;
}
#main.multi .checkout-progress .step {
  color: #7C988D;
}
#main.multi .button {
  margin-top: 0;
  line-height: 1;
  height: auto;
  padding-bottom: 15px;
  padding-top: 15px;
}
#main.multi .button.alt-button {
  background: #FFF;
  border: 1px solid #5dba98;
  color: #5dba98;
}
#main.multi .left_col {
  border-top: none;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0;
  padding: 5px 10px;
}
#main.multi .checkout-table h1 {
  margin: 10px 10px 25px;
  color: #000;
}
#main.multi .checkout-btns {
  padding: 5px 10px;
}
#main.multi .sub-cart-item-rows {
  border-bottom: 1px solid #ccc;
}
#main.multi .cart-item-rows {
  padding: 10px;
  color: #000;
}
#main.multi .cart-item-rows .thumb {
  float: left;
  width: 35%;
  min-height: 100px;
}
#main.multi .cart-item-rows .thumb img {
  width: 100%;
}
#main.multi .cart-item-rows .prod-info {
  float: left;
  width: 65%;
}
#main.multi .cart-item-rows .prod-info .prod-desc h4 {
  font-size: 21px;
  line-height: 1;
  font-weight: bold;
}
#main.multi .cart-item-rows .prod-info .prod-desc h4 a {
  font-weight: bold;
  font-size: 17px;
}
#main.multi .cart-item-rows .prod-info .item-remove {
  float: right;
}
#main.multi .cart-item-rows .prod-info .prod-details {
  width: 75%;
}
#main.multi .cart-item-rows .prod-info .size {
  font-size: 15px;
}
#main.multi .cart-item-rows .prod-info .price, #main.multi .cart-item-rows .prod-info .qty, #main.multi .cart-item-rows .prod-info .item-total, #main.multi .cart-item-rows .prod-info .sample-desc {
  float: left;
  margin-top: 15px;
  font-size: 15px;
}
#main.multi .cart-item-rows .prod-info .price,
#main.multi .cart-item-rows .prod-info .sample-desc {
  padding-top: 5px;
}
#main.multi .cart-item-rows .prod-info .item-total {
  float: right;
  font-weight: bold;
  padding-top: 5px;
  text-align: right;
}
#main.multi .cart-item-rows .prod-info.sample-item .price, #main.multi .cart-item-rows .prod-info.sample-item .qty, #main.multi .cart-item-rows .prod-info.sample-item .item-total, #main.multi .cart-item-rows .prod-info.sample-item .sample-desc, #main.multi .cart-item-rows .prod-info.giftcard .price, #main.multi .cart-item-rows .prod-info.giftcard .qty, #main.multi .cart-item-rows .prod-info.giftcard .item-total, #main.multi .cart-item-rows .prod-info.giftcard .sample-desc {
  padding-top: 0;
}
#main.multi .cart-item-rows .prod-info.sample-item .qty, #main.multi .cart-item-rows .prod-info.giftcard .qty {
  margin-top: 13px;
}
#main.multi .cart-item-rows .prod-info .qty {
  margin-left: 3%;
}
#main.multi .cart-item-rows .prod-info .qty label {
  text-transform: none;
  color: #808080;
  font-family: "HelveticaNeueLTStd65Medium", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
}
#main.multi .cart-item-rows .prod-info .color {
  margin-top: 15px;
}
#main.multi .cart-item-rows .prod-info .color .shade-container {
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 10px;
}
#main.multi .cart-item-rows .prod-info .color .shade {
  display: block;
  float: left;
  width: 100%;
  height: 100%;
}
#main.multi .cart-item-rows .prod-info .color .shade.shadeCount4 {
  width: 50%;
  height: 50%;
}
#main.multi .cart-item-rows .prod-info .color .shade-name {
  font-size: 15px;
  display: block;
  float: left;
  height: 20px;
  line-height: 1;
  padding: 2px 0;
  margin: 0;
}
#main.multi .auto-replenish-item {
  color: #000;
  margin-left: 110px;
  padding: 10px;
}
#main.multi .auto-replenish-item .replenishment-info {
  margin: 0;
}
#main.multi .auto-replenish-item .replenishment-notice {
  margin: 0;
  color: #808080;
  font-style: normal;
  line-height: 1;
}
#main.multi .auto-replenish-item select {
  margin: 5px 0 10px 0;
}
#main.multi #order-status {
  width: auto;
  margin: 10px;
  border: none;
}
#main.multi #order-status table.checkout-order-status {
  width: 100%;
  color: #000;
}
#main.multi #order-status table.checkout-order-status th {
  width: auto;
}
#main.multi #order-status table.checkout-order-status th.subtotal {
  font-weight: normal;
}
#main.multi .empty-cart p a {
  color: #5DBA98;
}
#main.multi .address_display_container {
  font-size: 15px;
}
#main.multi .gift_form_container {
  border-bottom: 1px solid #DDD;
  border-top: 1px solid #DDD;
  padding: 10px 0;
}
#main.multi .offer_code fieldset.fs div.form_element input {
  float: left;
  margin: 0;
  width: 57%;
  height: 45px;
}
#main.multi .offer_code fieldset.fs div.form_element input.button {
  float: right;
  width: 40%;
}

#confirm #main.multi #content {
  margin: 10px;
}

#viewcart #main.multi .offer-status {
  display: block;
  font-size: 12px;
  margin: 10px;
  padding-left: 5px;
  line-height: 15px;
  font-weight: 700;
  color: #8029A2;
  padding: 5px 0;
}
#viewcart #main.multi .checkout-btns .checkout-paypal-btn {
  float: left;
  width: 45%;
  padding: 10px;
  text-align: center;
}
#viewcart #main.multi .checkout-btns .checkout-paypal-btn img {
  width: 100%;
  max-width: 150px;
}
#viewcart #main.multi .checkout-btns .button {
  float: left;
  width: 40%;
  height: 48px;
}
#viewcart #main.multi .checkout-btns .or_text {
  float: left;
  width: 10%;
  text-align: center;
  margin: 15px 5% 15px 0;
  font-size: 18px;
  line-height: 1;
}

#viewcart #footer {
  border-top: none;
}

#shipping #main.multi .state_container,
#shipping #main.multi .postal_code_container,
#billing #main.multi .state_container,
#billing #main.multi .postal_code_container {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}
#shipping #main.multi fieldset.fs div.form_element label,
#billing #main.multi fieldset.fs div.form_element label {
  width: auto;
}
#shipping #main.multi .use_shipping_address_container label,
#shipping #main.multi .do_not_save_container label,
#billing #main.multi .use_shipping_address_container label,
#billing #main.multi .do_not_save_container label {
  padding: 0;
}

#review .footer-top-mobile-v1 .mobile-signup {
  display: none;
  visibility: hidden;
}
#review .footer-top-mobile-v1 .newsletter-signup {
  display: none;
  visibility: hidden;
}

body#viewcart,
body#samples,
body#shipping,
body#billing,
body#review,
body#confirm {
  min-width: 320px;
  position: relative;
}
body#viewcart .footer-top-mobile-v1 .mobile-signup,
body#samples .footer-top-mobile-v1 .mobile-signup,
body#shipping .footer-top-mobile-v1 .mobile-signup,
body#billing .footer-top-mobile-v1 .mobile-signup,
body#review .footer-top-mobile-v1 .mobile-signup,
body#confirm .footer-top-mobile-v1 .mobile-signup {
  display: none;
  visibility: hidden;
}
body#viewcart .footer-top-mobile-v1 .newsletter-signup,
body#samples .footer-top-mobile-v1 .newsletter-signup,
body#shipping .footer-top-mobile-v1 .newsletter-signup,
body#billing .footer-top-mobile-v1 .newsletter-signup,
body#review .footer-top-mobile-v1 .newsletter-signup,
body#confirm .footer-top-mobile-v1 .newsletter-signup {
  display: none;
  visibility: hidden;
}

#replenish .auto-replenishment-upsell .prod-shelf-row.five-products li {
  min-height: 290px;
}
.language-switcher-elc-l10n-domain li{
  display:inline-block;
  padding-top:20px;
  padding-left:10px;
}
/*The Wink style*/
.eh-product .product {
  color: gray;
  font-size: 13px;
  font-family: "HelveticaNeueLTStd55Roman", Arial, Sans-Serif;
  line-height: 1.2;
  text-align: center;
}
.eh-product .product .product-image {
  text-align: center;
  margin-bottom: 20px;
}
.eh-product .product .product-image.align-left {
  float: none;
}
.eh-product .product .product-image img {
  display: block;
  height: auto;
  max-width: 100%;
  width: auto;
  margin-bottom: -22px;
  padding-top: 6px;
}
.eh-product .product .product-image a {
  background: #ADD8E6;
  border-radius: 80px;
  display: inline-block;
  padding: 0;
  margin-bottom: 20px;
  width: 160px;
  height: 160px;
}
.eh-product .product .product-info {
  overflow: hidden;
  margin-bottom: 7px;
  min-height: 45px;
  float: none;
  margin: auto;
}
.eh-product .product .product-title {
  color: #231f20;
}
.eh-product .product .product-title a {
  color: #222222;
  font-size: 14px;
  font-family: "NeuzeitOffice-Regular", "HelveticaNeueLTStd55Roman", Helvetica, "Segoe UI", sans-serif;
  line-height: 18px;
  height: 52px;
  overflow: hidden;
  display: block;
}
.eh-product .product .reviews {
  color: #46ab8c;
  font-size: 11px;
  overflow: hidden;
  padding: 7px 0;
}
.eh-product .product .reviews img {
  display: inline;
  float: left;
  height: auto;
  width: 55px;
}
.eh-product .product .reviews span {
  display: inline;
  margin-left: 5px;
}
.eh-product .product a.button, .eh-product .product input.form-submit,
.eh-product .product input.button[type='submit'] {
  margin: 10px 0 0 0;
  background: transparent;
  border: 1px solid #e5e5e5;
  color: #222222;
  text-align: center;
  text-rendering: inherit;
  text-transform: capitalize;
  font-family: "GTSectraFineMediumItalic";
  width: 120px;
  height: 35px;
  line-height: 35px;
  padding: 0;
  font-size: 14px;
}
.eh-product .product a.button:hover, .eh-product .product input.form-submit:hover,
.eh-product .product input.button[type='submit']:hover {
  border: 1px solid #222222;
}
@media only screen and (max-width: 767px) {
  .eh-product .product .product-info {
    width: 100%;
  }
  .eh-product .product .product-image a {
    width: 100%;
    height: 0;
    border-radius: 50%;
    padding-bottom: 100%;
  }
}

.eh-zcarousel-slide-formatter-v1 .slider {
  background-color: white;
  margin: 0 auto;
  width: 470px;
  height: 518px;
  position: relative;
}
.eh-zcarousel-slide-formatter-v1 .slider .loadingMask {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  z-index: 1003;
  background-color: #FFF;
}
.eh-zcarousel-slide-formatter-v1 .slider .loadingMask .loadingMaskImg {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  max-width: 100%;
}
.eh-zcarousel-slide-formatter-v1 .slider .slides {
  position: relative;
  top: 0;
  height: 470px;
  width: inherit;
  overflow: hidden;
}
.eh-zcarousel-slide-formatter-v1 .slider .slides .slide {
  z-index: -10;
  text-align: center;
}
.eh-zcarousel-slide-formatter-v1 .slider .slides .slide:nth-child(2n+1) {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
.eh-zcarousel-slide-formatter-v1 .slider .slides .slide:nth-child(2n) {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
.eh-zcarousel-slide-formatter-v1 .slider .slides .slide .artist {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.eh-zcarousel-slide-formatter-v1 .slider .slides .slide .eh_zcarousel_slide_item_v1 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.eh-zcarousel-slide-formatter-v1 .slider .slides .slide img {
  height: 100%;
}
.eh-zcarousel-slide-formatter-v1 .slider .slides .active {
  z-index: 999;
}
.eh-zcarousel-slide-formatter-v1 .slider .slides .next {
  z-index: 998;
}
.eh-zcarousel-slide-formatter-v1 .slider .slides .portrait {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.eh-zcarousel-slide-formatter-v1 .slider .slides .portrait .artist {
  max-width: 390px;
  max-height: 470px;
  height: 100%;
  width: auto;
}
.eh-zcarousel-slide-formatter-v1 .slider .slides .portrait .copy {
  width: 480px;
  bottom: 65px;
  left: 0;
  right: 0;
  margin: auto;
}
.eh-zcarousel-slide-formatter-v1 .slider .slides .landscape {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.eh-zcarousel-slide-formatter-v1 .slider .slides .landscape .artist {
  max-width: 470px;
  max-height: 390px;
  height: auto;
  width: 100%;
}
.eh-zcarousel-slide-formatter-v1 .slider .slides .activecopy {
  z-index: 999;
  display: block;
}
.eh-zcarousel-slide-formatter-v1 .slider .copy {
  display: none;
  position: absolute;
  text-align: center;
  bottom: 65px;
  width: 100%;
}
.eh-zcarousel-slide-formatter-v1 .slider .copy p {
  margin: 0;
  padding: 0;
  font-size: 23px;
}
.eh-zcarousel-slide-formatter-v1 .slider .copy p.hero_msg {
  font-size: 46px;
  font-family: Visuelt Light, "Helvetica Neue", "Segoe UI", sans-serif;
}
.eh-zcarousel-slide-formatter-v1 .slider .copy .artist_name {
  font-size: 56px;
  margin-bottom: 30px;
  font-family: "NeuzeitOffice-Regular", "HelveticaNeueLTStd55Roman", Helvetica, "Segoe UI", sans-serif;
}
.eh-zcarousel-slide-formatter-v1 .slider .copy .read_more {
  background-color: white;
  color: #222222;
  padding: 0;
  text-decoration: none;
  width: 120px;
  height: 35px;
  line-height: 35px;
  font-family: "GTSectraFineMediumItalic";
  display: block;
  margin: auto;
}
.eh-zcarousel-slide-formatter-v1 .slider .nav .dots {
  margin: 0 auto;
  position: relative;
  top: 0 !important;
  text-align: center;
}
.eh-zcarousel-slide-formatter-v1 .slider .nav .dots ul {
  padding: 0;
  list-style: none;
  margin: 20px 0;
  width: 100%;
  line-height: 8px;
}
.eh-zcarousel-slide-formatter-v1 .slider .nav .dots ul li {
  background: #cccccc;
  border-radius: 50%;
  display: inline-block;
  width: 8px;
  height: 8px;
  cursor: pointer;
  margin-right: 22px;
}
.eh-zcarousel-slide-formatter-v1 .slider .nav .dots ul li.selected {
  background: #00d7cc;
  pointer-events: none;
}
.eh-zcarousel-slide-formatter-v1 .slider .nav .dots ul li:last-child {
  margin-right: 0;
}
.eh-zcarousel-slide-formatter-v1 .slider .left_arrow {
  background: url("/media/export/cms/editorial_hub/L_arraow.png") no-repeat scroll right center;
  cursor: pointer;
  height: 56px;
  position: absolute;
  top: 50%;
  left: -80px;
  width: 19px;
  display: none;
  margin-top: -28px;
}
.eh-zcarousel-slide-formatter-v1 .slider .right_arrow {
  background: url("/media/export/cms/editorial_hub/R_arrow.png") no-repeat scroll right center;
  cursor: pointer;
  height: 56px;
  position: absolute;
  top: 50%;
  right: -80px;
  width: 19px;
  display: none;
  margin-top: -28px;
}
@media only screen and (max-width: 767px) {
  .eh-zcarousel-slide-formatter-v1 .outer-wrap, .eh-zcarousel-slide-formatter-v1 .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .eh-zcarousel-slide-formatter-v1 h3, .eh-zcarousel-slide-formatter-v1 .spp-extra .module-may-we-suggest .wrap, .spp-extra .module-may-we-suggest .eh-zcarousel-slide-formatter-v1 .wrap {
    padding: 0;
  }
  .eh-zcarousel-slide-formatter-v1 .slider {
    height: 388px;
    width: 320px;
  }
  .eh-zcarousel-slide-formatter-v1 .slider .slides {
    height: 320px;
    width: inherit;
  }
  .eh-zcarousel-slide-formatter-v1 .slider .slides .slide:nth-child(2n+1) {
    height: 100%;
    width: 100%;
  }
  .eh-zcarousel-slide-formatter-v1 .slider .slides .slide:nth-child(2n) {
    height: 100%;
    width: 100%;
  }
  .eh-zcarousel-slide-formatter-v1 .slider .slides .portrait .artist {
    max-width: 320px;
    max-height: 385px;
  }
  .eh-zcarousel-slide-formatter-v1 .slider .slides .portrait .copy {
    top: auto;
    bottom: 65px;
    width: 240px;
  }
  .eh-zcarousel-slide-formatter-v1 .slider .slides .landscape .artist {
    max-width: 320px;
    max-height: 265px;
  }
  .eh-zcarousel-slide-formatter-v1 .slider .slides .copy {
    top: 130px;
  }
  .eh-zcarousel-slide-formatter-v1 .slider .slides .copy p.hero_msg {
    font-size: 2em;
  }
  .eh-zcarousel-slide-formatter-v1 .slider .slides .copy p.artist_name {
    font-size: 2.5em;
    margin-bottom: 10px;
  }
  .eh-zcarousel-slide-formatter-v1 .slider .nav .arrow {
    display: none;
  }
  .eh-zcarousel-slide-formatter-v1 .slider .nav .dots {
    top: 0;
  }
  .eh-zcarousel-slide-formatter-v1 .slider .nav .dots ul {
    padding: 0;
    margin: 30px 0;
  }
}
.eh-quote-v1 {
  text-align: center;
  position: relative;
}
.eh-quote-v1 .quote-container {
  padding: 80px 0px 80px;
  width: 655px;
  margin: auto;
}
.eh-quote-v1 .quote-container > .author {
  display: none;
}
.eh-quote-v1 .quote-container.highLightBg {
  background-color: #fff3ef;
  background-clip: content-box;
}
.eh-quote-v1 .quote {
  font-size: 46px;
  font-family: "NeuzeitOffice-Regular", "HelveticaNeueLTStd55Roman", Helvetica, "Segoe UI", sans-serif;
  line-height: 50px;
  color: #222222;
}
.eh-quote-v1 .quote .marker {
  color: #000;
}
.eh-quote-v1 .author {
  font-size: 18px;
}

/* Device Styles */
@media only screen and (max-width: 767px) {
  .eh-quote-v1 .quote-container {
    width: auto;
    padding: 10px 0 !important;
  }
  .eh-quote-v1 .quote-container .quote {
    font-size: 25px;
    line-height: 27px;
  }
}
.eh-flip-on-hover-v1 {
  height: 100%;
  min-height: 0;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
  cursor: pointer;
}
.eh-flip-on-hover-v1 .flip_front {
  left: 0;
  position: static;
  top: 0;
  background-color: #FFF;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: perspective(800px) rotateY(0deg);
  -ms-transform: perspective(800px) rotateY(0deg);
  transform: perspective(800px) rotateY(0deg);
}
.eh-flip-on-hover-v1 .flip_front .flipimage {
  display: block;
  height: 150px;
  margin: 0 auto;
  max-width: 100%;
  width: 250px;
}
.eh-flip-on-hover-v1 .flip_front .read_more a {
  pointer-events: none;
}
.eh-flip-on-hover-v1 .flip_back {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: ivory;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: perspective(700px) rotateY(180deg);
  -ms-transform: perspective(700px) rotateY(180deg);
  transform: perspective(700px) rotateY(180deg);
}
.eh-flip-on-hover-v1 .flip_back .read {
  color: black;
  text-decoration: none;
}
.eh-flip-on-hover-v1 .flip_back .read_more {
  background: #FFF;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -60px;
  /* To center align read more div */
}
.eh-flip-on-hover-v1 .flip_back .eye_icon {
  width: auto;
  height: 20px;
}
.eh-flip-on-hover-v1 .flip_back.flip .eye_icon {
  margin-top: 25px;
  display: inline-block;
}
.eh-flip-on-hover-v1 .flip_back .back_content {
  height: 58%;
  overflow: hidden;
  margin: 0.5em 10px 0;
  font-family: "GTSectraFineRegular","HelveticaNeueLTStd55Roman", Helvetica, Arial, Sans-Serif;
  position: relative;
}
.eh-flip-on-hover-v1 .flip_back .back_content p {
  font-size: 18px;
  margin: 0.6em 0.6em 0em 0.6em;
}
.eh-flip-on-hover-v1 .read_more {
  font-family: "GTSectraFineMediumItalic";
  border: 1px solid #e5e5e5;
  color: #222222;
  width: 120px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  margin: 0 auto;
}
.eh-flip-on-hover-v1 .read_more a {
  color: #222222;
  font-family: "GTSectraFineMediumItalic";
}
.eh-flip-on-hover-v1 .flip {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.eh-flip-on-hover-v1 .flip_front.fliped {
  -webkit-transform: perspective(700px) rotateY(-179.9deg);
  -ms-transform: perspective(700px) rotateY(-179.9deg);
  transform: perspective(700px) rotateY(-179.9deg);
}
.eh-flip-on-hover-v1 .flip_back.fliped {
  -webkit-transform: perspective(700px) rotateY(0deg);
  -ms-transform: perspective(700px) rotateY(0deg);
  transform: perspective(700px) rotateY(0deg);
}
.eh-flip-on-hover-v1 .front_content {
  margin: 20px 0 30px;
  padding: 0 15px;
  min-height: 36px;
  font-family: "NeuzeitOffice-Regular", "HelveticaNeueLTStd55Roman", Helvetica, "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 18px;
}
.eh-flip-on-hover-v1 .title {
  margin: 0 0 15px 0;
  padding: 0;
  font-family: "NeuzeitOffice-Regular", "HelveticaNeueLTStd55Roman", Helvetica, "Segoe UI", sans-serif;
  font-size: 14px;
}
.eh-flip-on-hover-v1 .flip_back_middle .read_more {
  border: 1px solid #1edae7;
}

.columns-2 .eh-flip-on-hover-v1 {
  min-height: auto;
}
.columns-2 .eh-flip-on-hover-v1 .flip_front .flipimage {
  width: 390px;
  height: auto;
}
.columns-2 .eh-flip-on-hover-v1 .flip_back .read_more {
  bottom: 10px;
}

.text_gradient {
  height: 75px;
  position: absolute;
  width: 100%;
  left: 0;
  top: auto;
  bottom: 0;
}

div[class*="text_gradient"][data-text_gradient="#fff3ef"] {
  background: url("/media/export/cms/editorial_hub/eh_flip_cover_orange.png");
}

div[class*="text_gradient"][data-text_gradient="#ffffec"] {
  background: url("/media/export/cms/editorial_hub/eh_flip_cover_yellow.png");
}

@media only screen and (max-width: 767px) {
  .columns-2 .eh-flip-on-hover-v1,
  .columns-3 .eh-flip-on-hover-v1,
  .outer-wrap.more_to_explore .eh-flip-on-hover-v1,
  .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3.more_to_explore .eh-flip-on-hover-v1,
  .spp-extra .module-may-we-suggest .more_to_explore.wrap .eh-flip-on-hover-v1 {
    min-height: 0;
    padding-bottom: 10px;
  }
  .columns-2 .eh-flip-on-hover-v1 .title,
  .columns-3 .eh-flip-on-hover-v1 .title,
  .outer-wrap.more_to_explore .eh-flip-on-hover-v1 .title,
  .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3.more_to_explore .eh-flip-on-hover-v1 .title,
  .spp-extra .module-may-we-suggest .more_to_explore.wrap .eh-flip-on-hover-v1 .title {
    margin-bottom: 10px;
    min-height: 18px;
  }
  .columns-2 .eh-flip-on-hover-v1 .flip_front,
  .columns-3 .eh-flip-on-hover-v1 .flip_front,
  .outer-wrap.more_to_explore .eh-flip-on-hover-v1 .flip_front,
  .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3.more_to_explore .eh-flip-on-hover-v1 .flip_front,
  .spp-extra .module-may-we-suggest .more_to_explore.wrap .eh-flip-on-hover-v1 .flip_front {
    position: relative;
  }
  .columns-2 .eh-flip-on-hover-v1 .flip_front .flipimage,
  .columns-3 .eh-flip-on-hover-v1 .flip_front .flipimage,
  .outer-wrap.more_to_explore .eh-flip-on-hover-v1 .flip_front .flipimage,
  .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3.more_to_explore .eh-flip-on-hover-v1 .flip_front .flipimage,
  .spp-extra .module-may-we-suggest .more_to_explore.wrap .eh-flip-on-hover-v1 .flip_front .flipimage {
    max-width: 390px;
    height: auto;
    width: 70%;
  }
  .columns-2 .eh-flip-on-hover-v1 .front_content,
  .columns-3 .eh-flip-on-hover-v1 .front_content,
  .outer-wrap.more_to_explore .eh-flip-on-hover-v1 .front_content,
  .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3.more_to_explore .eh-flip-on-hover-v1 .front_content,
  .spp-extra .module-may-we-suggest .more_to_explore.wrap .eh-flip-on-hover-v1 .front_content {
    line-height: 1;
    height: 36px;
    overflow: hidden;
    padding: 0 40px;
  }
  .columns-2 .eh-flip-on-hover-v1 .flip_back .read_more,
  .columns-3 .eh-flip-on-hover-v1 .flip_back .read_more,
  .outer-wrap.more_to_explore .eh-flip-on-hover-v1 .flip_back .read_more,
  .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3.more_to_explore .eh-flip-on-hover-v1 .flip_back .read_more,
  .spp-extra .module-may-we-suggest .more_to_explore.wrap .eh-flip-on-hover-v1 .flip_back .read_more {
    bottom: 10px;
  }
  .columns-2 .eh-flip-on-hover-v1 .flip_back .eye_icon,
  .columns-3 .eh-flip-on-hover-v1 .flip_back .eye_icon,
  .outer-wrap.more_to_explore .eh-flip-on-hover-v1 .flip_back .eye_icon,
  .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3.more_to_explore .eh-flip-on-hover-v1 .flip_back .eye_icon,
  .spp-extra .module-may-we-suggest .more_to_explore.wrap .eh-flip-on-hover-v1 .flip_back .eye_icon {
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .columns-2 .eh-flip-on-hover-v1 .flip_back .back_content,
  .columns-3 .eh-flip-on-hover-v1 .flip_back .back_content,
  .outer-wrap.more_to_explore .eh-flip-on-hover-v1 .flip_back .back_content,
  .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3.more_to_explore .eh-flip-on-hover-v1 .flip_back .back_content,
  .spp-extra .module-may-we-suggest .more_to_explore.wrap .eh-flip-on-hover-v1 .flip_back .back_content {
    height: 68%;
    overflow: hidden;
    font-family: "GTSectraFineRegular","HelveticaNeueLTStd55Roman", Helvetica, Arial, Sans-Serif;
    padding: 0 10px;
  }

  .columns-3 .eh-flip-on-hover-v1 .title {
    margin-bottom: 45px;
  }
  .columns-3 .eh-flip-on-hover-v1 .flip_front {
    padding-bottom: 10px;
  }
  .columns-3 .eh-flip-on-hover-v1 .flip_back .back_content {
    height: 205px;
    position: absolute;
    top: 50px;
  }
  .columns-3 .eh-flip-on-hover-v1 .flip_back .back_content .text_gradient {
    top: auto;
    bottom: 0;
  }

  .columns-2 .eh-flip-on-hover-v1 .flip_front .flipimage {
    height: auto !important;
  }
  .columns-2 .eh-flip-on-hover-v1 .flip_back .back_content {
    height: 60%;
    position: relative;
  }
  .columns-2 .eh-flip-on-hover-v1 .flip_back .back_content .text_gradient {
    top: auto;
    bottom: 0;
  }

  .outer-wrap.more_to_explore .eh-flip-on-hover-v1, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3.more_to_explore .eh-flip-on-hover-v1, .spp-extra .module-may-we-suggest .more_to_explore.wrap .eh-flip-on-hover-v1 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .columns-3 .eh-flip-on-hover-v1 {
    padding-bottom: 0;
  }

  .columns-2 .eh-flip-on-hover-v1 .flip_back .read_more {
    width: 100%;
    margin-left: auto;
    max-width: 120px;
    left: 0;
    right: 0;
  }
  .columns-2 .eh-flip-on-hover-v1 .flip_back .back_content {
    height: 50%;
  }
}
@media only screen and (max-width: 375px) {
  .columns-3 .eh-flip-on-hover-v1 .title {
    margin-bottom: 22px;
  }
  .columns-3 .eh-flip-on-hover-v1 .front_content {
    margin: 20px auto 15px;
    width: 210px;
    padding: 0;
  }
  .columns-3 .eh-flip-on-hover-v1 .flip_back .back_content {
    height: 175px;
  }
}
@media only screen and (max-width: 320px) {
  .columns-2 .eh-flip-on-hover-v1 .front_content {
    padding: 0 15px;
  }
}
/* flip for IE8,IE9 */
.no-csstransforms3d .eh-flip-on-hover-v1 {
  cursor: pointer;
}
.no-csstransforms3d .eh-flip-on-hover-v1 .flip_back {
  display: none;
}
.no-csstransforms3d .eh-flip-on-hover-v1:hover .flip_back {
  display: block;
  z-index: 2;
}

.eh-flip-on-hover-formatter-v1 {
  min-height: 300px;
  overflow: hidden;
  padding: 40px 0;
  /* @include swap_direction(padding,65px 0 40px 0);*/
  width: 100%;
}
.eh-flip-on-hover-formatter-v1.show-borders li {
  border-right: 1px solid #00d7cc;
}
.eh-flip-on-hover-formatter-v1 .outer-wrap, .eh-flip-on-hover-formatter-v1 .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .eh-flip-on-hover-formatter-v1 h3, .eh-flip-on-hover-formatter-v1 .spp-extra .module-may-we-suggest .wrap, .spp-extra .module-may-we-suggest .eh-flip-on-hover-formatter-v1 .wrap {
  margin: 0 auto;
  max-width: 964px;
}
.eh-flip-on-hover-formatter-v1 ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.eh-flip-on-hover-formatter-v1 li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
  /*margin: 0 0 0 2%;*/
  margin: 0 43px 0;
  /*padding: 15px 2% 15px 0;*/
  padding: 0;
  width: 246px;
  display: inline-block;
}
.eh-flip-on-hover-formatter-v1.columns-2 {
  padding: 0;
  min-height: auto;
}
.eh-flip-on-hover-formatter-v1.columns-2 .row {
  display: block;
}
.eh-flip-on-hover-formatter-v1.columns-2 li {
  /*margin: 0 0 0 1.5%;*/
  margin: 0 0 0 1.5%;
  /*padding: 20px 1.5% 25px 0;*/
  padding: 0 0 0 0;
  width: 50%;
}
.eh-flip-on-hover-formatter-v1.columns-2 .row li {
  min-height: auto;
  margin: 0;
}
.eh-flip-on-hover-formatter-v1.columns-2 .row li:first-child .inner {
  padding: 40px 61px 60px 28px;
}
.eh-flip-on-hover-formatter-v1.columns-2 .row li:last-child .inner {
  padding: 40px 28px 60px 61px;
}
.eh-flip-on-hover-formatter-v1 .row {
  border-top: 1px solid #bdbcbc;
  /*margin: -1px 0 0 0;*/
  margin: -1px 0 0 0;
  overflow: hidden;
  display: inline-block;
}
.eh-flip-on-hover-formatter-v1 .row li {
  min-height: 330px;
}
.eh-flip-on-hover-formatter-v1 .row:first-child {
  border-top: none;
}
.eh-flip-on-hover-formatter-v1 .row li:first-child {
  border-left-color: white;
  margin-left: 0;
}
.eh-flip-on-hover-formatter-v1 .row li:last-child {
  border: none;
  margin-right: 0;
}
.eh-flip-on-hover-formatter-v1.columns-2 .inner {
  padding: 40px 61px 60px 61px;
}
.eh-flip-on-hover-formatter-v1 .inner img {
  display: block;
  height: auto;
  /*margin: 0 auto 10px;*/
  margin: 0 auto 10px;
  max-width: 192px;
  width: 100%;
}

.ie8 .eh-flip-on-hover-formatter-v1 .row li:first-child + li {
  border: none;
}

/* iPhone 3, 4 and 5 portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) {
  .eh-flip-on-hover-formatter-v1.show-borders li {
    margin-right: none;
  }

  .eh-flip-on-hover-formatter-v1.columns-3 li {
    width: 100%;
  }

  .eh-flip-on-hover-formatter-v1.columns-3.show-borders li {
    border-bottom: 1px solid #00d7cc;
    border-right: none;
  }

  .eh-flip-on-hover-formatter-v1.columns-3 .inner {
    padding: 0;
  }
}
/* iPhone Styles */
@media only screen and (max-width: 767px) {
  .eh-flip-on-hover-formatter-v1 li {
    width: 50%;
    margin: 0;
  }
  .eh-flip-on-hover-formatter-v1.columns-2 {
    padding: 25px 0;
    min-height: 237px;
  }
  .eh-flip-on-hover-formatter-v1.columns-2.show-borders li {
    border-right: 0;
  }
  .eh-flip-on-hover-formatter-v1.columns-2 .outer-wrap, .eh-flip-on-hover-formatter-v1.columns-2 .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .eh-flip-on-hover-formatter-v1.columns-2 h3, .eh-flip-on-hover-formatter-v1.columns-2 .spp-extra .module-may-we-suggest .wrap, .spp-extra .module-may-we-suggest .eh-flip-on-hover-formatter-v1.columns-2 .wrap {
    padding: 0;
  }
  .eh-flip-on-hover-formatter-v1.columns-2 .inner {
    padding: 0;
  }
  .eh-flip-on-hover-formatter-v1.columns-2 .row li {
    min-height: 0;
  }
  .eh-flip-on-hover-formatter-v1.columns-2 .row li:first-child .inner {
    padding: 0 25px 25px 25px;
  }
  .eh-flip-on-hover-formatter-v1.columns-2 .row li:last-child .inner {
    padding: 0 25px 25px 25px;
  }
  .eh-flip-on-hover-formatter-v1.columns-3 {
    padding: 0;
  }
  .eh-flip-on-hover-formatter-v1.columns-3 .outer-wrap, .eh-flip-on-hover-formatter-v1.columns-3 .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 .eh-flip-on-hover-formatter-v1.columns-3 h3, .eh-flip-on-hover-formatter-v1.columns-3 .spp-extra .module-may-we-suggest .wrap, .spp-extra .module-may-we-suggest .eh-flip-on-hover-formatter-v1.columns-3 .wrap {
    padding: 0;
  }
  .eh-flip-on-hover-formatter-v1.columns-3 .row li {
    border-top: 1px solid #00d7cc;
    min-height: 0;
    padding: 25px 30px 50px;
    margin-left: 0;
    width: 100%;
  }
  .eh-flip-on-hover-formatter-v1.columns-3 .row li:last-child {
    border-bottom: 0;
  }
  .eh-flip-on-hover-formatter-v1.columns-3 .row li .inner {
    width: 60%;
    margin: auto;
  }
}
@media only screen and (max-width: 480px) {
  .eh-flip-on-hover-formatter-v1.columns-3 .row li .inner {
    width: 100%;
  }
}
.eh-landingpage-formatter-v1 {
  color: #222222;
}
.eh-landingpage-formatter-v1 .eh-zcarousel-slide-formatter-v1 .slider .nav .dots {
  top: 557px;
}
.eh-landingpage-formatter-v1 .eh-canvas-sticky-header {
  display: none;
}
.eh-landingpage-formatter-v1 .eh-module {
  border-top: 1px solid #00d7cc;
}
.eh-landingpage-formatter-v1 .eh-module .eh-image-with-text-v2 > .image {
  width: 390px;
  height: 470px;
}
.eh-landingpage-formatter-v1 .eh-module .eh-image-with-text-v2 > .image img {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.eh-landingpage-formatter-v1 .eh-canvas-default-header {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.eh-landingpage-formatter-v1 .eh-canvas-default-header .canvas-title {
  font-size: 36px;
  padding: 20px 0 15px;
  color: inherit;
}
.eh-landingpage-formatter-v1 .eh-canvas-default-header ul {
  text-align: center;
}
.eh-landingpage-formatter-v1 .eh-canvas-default-header li {
  display: inline-block;
  margin-right: 25px;
}
.eh-landingpage-formatter-v1 .eh-canvas-default-header li:last-child {
  margin-right: 0;
}
.eh-landingpage-formatter-v1 .eh-canvas-default-header a {
  font-size: 14px;
  color: inherit;
}

.eh-canvas-default-header + .eh-module, .eh-canvas-default-header + .eh-module + .eh-module {
  border: none;
}

#sticky-bar #sticky_bar_content .eh-canvas-sticky-header h3 {
  color: #231F20;
  float: left;
  font-size: 22px;
  margin: 0;
  padding: 10px 20px;
}

.eh-canvas-sticky-header ul {
  display: inline-block;
  font-size: 14px;
  margin-left: 8%;
  margin-top: 14px;
  width: 50%;
}
.eh-canvas-sticky-header li {
  display: inline-block;
  width: 21%;
}
.eh-canvas-sticky-header a {
  font-size: 14px;
  color: #222222;
}

.section-editorial-hub #foreground-node .gnav-my-account-v1, .section-thewink #foreground-node .gnav-my-account-v1 {
  float: left;
  width: 50%;
}
.section-editorial-hub #foreground-node .gnav-my-account-v1 .signin_container form .row.privacy-form-container span,
.section-editorial-hub #foreground-node .gnav-my-account-v1 .signin_container form .row.email_promotions span, .section-thewink #foreground-node .gnav-my-account-v1 .signin_container form .row.privacy-form-container span,
.section-thewink #foreground-node .gnav-my-account-v1 .signin_container form .row.email_promotions span {
  width: 90%;
}

/* Device Styles */
@media only screen and (max-width: 767px) {
  .eh-landingpage-formatter-v1 .eh-canvas-default-header h3 {
    margin: 10px 0 17px;
  }
  .eh-landingpage-formatter-v1 .eh-canvas-default-header ul li {
    width: auto;
    margin-right: 5%;
  }
  .eh-landingpage-formatter-v1 .eh-canvas-default-header ul li:last-child {
    margin-right: 0;
  }
  .eh-landingpage-formatter-v1 .eh-zcarousel-slide-formatter-v1 {
    margin-top: 30px;
  }
  .eh-landingpage-formatter-v1 .eh-zcarousel-slide-formatter-v1 .slider .nav {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .eh-landingpage-formatter-v1 .eh-zcarousel-slide-formatter-v1 .slider .nav .dots {
    top: auto;
  }
  .eh-landingpage-formatter-v1 .eh-zcarousel-slide-formatter-v1 .slider .nav .dots ul {
    margin: 30px 0;
  }
  .eh-landingpage-formatter-v1 .eh-content-formatter-v1.more_to_explore .slides {
    margin-bottom: 0;
  }
  .eh-landingpage-formatter-v1 .eh-module .eh-image-with-text-v2 {
    margin-top: 41px;
    margin-bottom: 40px;
  }
  .eh-landingpage-formatter-v1 .eh-module .eh-image-with-text-v2 > .image {
    height: auto;
    max-height: 235px;
  }
  .eh-landingpage-formatter-v1 .eh-module .eh-image-with-text-v2 > .image img {
    position: static;
    max-height: 235px;
    width: auto;
  }
  .eh-landingpage-formatter-v1 .eh-module .eh-image-with-text-v2 .info {
    height: auto;
    margin-top: 16px;
  }
  .eh-landingpage-formatter-v1 .eh-module .eh-image-with-text-v2 .info p, .eh-landingpage-formatter-v1 .eh-module .eh-image-with-text-v2 .info span {
    font-weight: normal;
    font-size: 23px !important;
  }
}
.eh-carousel-v1 {
  margin-top: 30px;
}
.eh-carousel-v1 .slides {
  margin: 0 auto;
  width: 710px;
}
.eh-carousel-v1 .slides > li {
  padding: 0 20px;
  position: relative;
}
.eh-carousel-v1 .loadingMask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  z-index: 1003;
  background-color: #FFF;
}
.eh-carousel-v1 .loadingMask .loadingMaskImg {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 362px;
  height: auto;
}
.eh-carousel-v1 .products {
  display: inline-block;
  margin: 30px 0 0;
}
.eh-carousel-v1 .eh-product {
  float: left;
  margin: auto 25px;
  width: 181px;
  text-align: center;
}
.eh-carousel-v1 .eh-product:first-child {
  margin-left: 0;
}
.eh-carousel-v1 .eh-product:last-child {
  margin-right: 0;
}
.eh-carousel-v1 .video-player-wrapper {
  max-width: 100%;
}
.eh-carousel-v1 .video-player-wrapper video {
  width: 100%;
  height: 100%;
}
.eh-carousel-v1 .video_player_controls_wrapper {
  max-width: 100%;
  display: none;
}
.eh-carousel-v1 .flex-control-nav {
  display: none;
}
.eh-carousel-v1 .video_player {
  max-width: 563px;
  max-height: 317px;
  float: none;
  margin: 0 auto;
}
.eh-carousel-v1.crash-carousel {
  margin: 0 auto 120px;
  max-width: 100%;
}
.eh-carousel-v1.crash-carousel .flexslider.items {
  max-width: 960px;
}
.eh-carousel-v1.crash-carousel .flexslider.items .slides li {
  height: auto !important;
  text-align: center;
}
.eh-carousel-v1.crash-carousel .eh-internet-video-with-products {
  text-align: center;
}
.eh-carousel-v1.crash-carousel h3 {
  border-bottom: 1px solid #00d7cc;
  border-top: 2px solid #00d7cc;
  color: #222222;
  font-size: 18px;
  font-family: "NeuzeitOffice-Regular", "HelveticaNeueLTStd55Roman", Helvetica, "Segoe UI", sans-serif;
  text-align: center;
  margin-bottom: 80px;
  height: 55px;
  line-height: 55px;
}
.eh-carousel-v1.crash-carousel .products {
  margin-top: 40px;
}
.eh-carousel-v1.crash-carousel .products .product-image {
  margin-bottom: 10px;
}
.eh-carousel-v1.crash-carousel .products .product-price {
  color: #222222;
  font-size: 14px;
  font-family: "GTSectraFineRegular","HelveticaNeueLTStd55Roman", Helvetica, Arial, Sans-Serif;
  line-height: 18px;
}

.eh-carousel-v1 .flexslider.items {
  min-height: 130px;
  overflow: hidden;
}
.eh-carousel-v1 .flexslider.item {
  min-height: 130px;
  overflow: hidden;
}
.eh-carousel-v1 .flexslider.item .slides {
  height: auto !important;
}
.eh-carousel-v1 .flexslider.item .slides li {
  height: auto !important;
}

.eh-carousel-v1 .flex-viewport {
  max-height: 100%;
}

.eh-carousel-v1.show-arrows.crash-carousel .flex-direction-nav {
  display: block;
}
.eh-carousel-v1.show-arrows.crash-carousel .flex-direction-nav a.flex-next:hover {
  background: url("/media/export/cms/editorial_hub/lipstick_rollover_R.png") no-repeat 50% !important;
  width: 47px;
}
.eh-carousel-v1.show-arrows.crash-carousel .flex-direction-nav a.flex-prev:hover {
  background: url("/media/export/cms/editorial_hub/lipstick_rollover_L.png") no-repeat 50% !important;
  width: 47px;
}

.eh-quote-v1 .quote {
  position: relative;
}

.eh-carousel-v1.show-dots .flex-control-nav {
  display: block;
  bottom: auto;
  width: 90%;
  margin: 40px 0;
  position: relative;
  padding-bottom: 0;
}

.eh-carousel-v1.show-arrows.crash-carousel .flex-direction-nav a {
  top: 30%;
}

.eh-carousel-v1 .flex-control-paging li {
  width: 8px;
  height: 8px;
  margin: 0 22px 0 0;
}
.eh-carousel-v1 .flex-control-paging li:last-child {
  margin-right: 0;
}
.eh-carousel-v1 .flex-control-paging li a {
  background-color: #dbdbdb;
  -webkit-box-shadow: 0 0 0 1px #dbdbdb inset;
  -moz-box-shadow: 0 0 0 1px #dbdbdb inset;
  -o-box-shadow: 0 0 0 1px #dbdbdb inset;
  box-shadow: 0 0 0 1px #dbdbdb inset;
}
.eh-carousel-v1 .flex-control-paging li a.flex-active {
  background-color: #00D0C1;
  -webkit-box-shadow: 0 0 0 1px #00D0C1 inset;
  -moz-box-shadow: 0 0 0 1px #00D0C1 inset;
  -o-box-shadow: 0 0 0 1px #00D0C1 inset;
  box-shadow: 0 0 0 1px #00D0C1 inset;
}

.ie8 .eh-carousel-v1 .flex-control-paging li a {
  background: url("/media/export/cms/editorial_hub/carousel_pagination.png") no-repeat right top;
  padding: 5px;
}
.ie8 .eh-carousel-v1 .flex-control-paging li a.flex-active {
  background: url("/media/export/cms/editorial_hub/carousel_pagination.png") no-repeat left top;
}

.eh-carousel-v1.article-carousel {
  max-width: 100%;
}

.eh-carousel-v1.hero-carousel h3 {
  color: #222222;
  font-family: "NeuzeitOffice-Regular", "HelveticaNeueLTStd55Roman", Helvetica, "Segoe UI", sans-serif;
  font-size: 38px;
  line-height: 35px;
  position: relative;
  text-align: center;
  z-index: 1000;
}

.eh-carousel-v1.hero-carousel {
  margin-top: 10px;
  overflow: hidden;
}
.eh-carousel-v1.hero-carousel .slides > li .eh-image-share {
  right: 0;
}
.eh-carousel-v1.hero-carousel .slides > li .eh-image-share .share_social_links a {
  width: auto !important;
  display: inline-block;
}

.eh-carousel-v1 .flex-control-nav .pagination {
  display: none;
}

.eh-carousel-v1.show-numbers .flex-control-nav .pagination {
  display: block;
}

.eh-carousel-v1.show-numbers .flex-control-nav {
  bottom: 0px;
  display: block;
}

.eh-carousel-v1.show-numbers .flex-control-nav li {
  display: none;
}

a.back-to-top.hide {
  display: none !important;
}

.article-carousel .flex-viewport .slides img {
  width: auto;
  height: auto;
}

@media only screen and (max-width: 800px) {
  .eh-carousel-v1.crash-carousel {
    padding: 0;
  }
  .eh-carousel-v1.crash-carousel .eh-product:first-child, .eh-carousel-v1.crash-carousel .eh-product:last-child {
    margin-left: 0;
    margin-right: 0;
  }

  #foreground-node.sign-in-overlay {
    max-width: 100%;
  }
  #foreground-node.sign-in-overlay #return-user {
    padding-left: 0;
  }
  #foreground-node.sign-in-overlay #return-user #forgot-password {
    display: block;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .eh-carousel-v1.crash-carousel {
    padding: 0;
    margin-bottom: 0;
  }
  .eh-carousel-v1.crash-carousel h3 {
    margin-bottom: 30px;
    height: 40px;
    line-height: 40px;
  }
  .eh-carousel-v1.crash-carousel .flexslider.items .flex-control-nav li a {
    width: inherit;
    height: inherit;
  }
  .eh-carousel-v1.crash-carousel .slides > li {
    padding: 0;
    text-align: center;
  }
  .eh-carousel-v1.crash-carousel .slides > li .products {
    width: 85%;
  }
  .eh-carousel-v1.crash-carousel .slides > li .products .product-price {
    min-height: 30px;
  }
  .eh-carousel-v1.crash-carousel .slides > li .products .product-title {
    min-height: 60px;
  }
  .eh-carousel-v1.crash-carousel .slides > li .eh-product {
    width: 40%;
  }
  .eh-carousel-v1.crash-carousel .slides > li .eh-product .product-image img {
    width: 100%;
  }
  .eh-carousel-v1.crash-carousel .slides > li .eh-product a.button, .eh-carousel-v1.crash-carousel .slides > li .eh-product input.form-submit,
  .eh-carousel-v1.crash-carousel .slides > li .eh-product input.button[type='submit'] {
    text-align: center;
    height: 35px;
    line-height: 35px;
    width: 100%;
    display: block;
    max-width: 120px;
    margin: auto;
  }
  .eh-carousel-v1.crash-carousel .slides > li .eh-product a.button.btn-quickbuy, .eh-carousel-v1.crash-carousel .slides > li .eh-product input.btn-quickbuy.form-submit,
  .eh-carousel-v1.crash-carousel .slides > li .eh-product input.btn-quickbuy.button[type='submit'] {
    clear: both;
  }
  .eh-carousel-v1.crash-carousel .slides > li .eh-product:first-child {
    margin-right: 10%;
  }
  .eh-carousel-v1.crash-carousel .slides > li .eh-product:nth-child(2) {
    margin: 0;
    float: right;
  }
  .eh-carousel-v1.crash-carousel .slides > li .eh-product:nth-child(n+3) {
    display: none;
  }
  .eh-carousel-v1.crash-carousel .products {
    margin-top: 20px;
  }
  .eh-carousel-v1.crash-carousel .flexslider.items .flex-direction-nav,
  .eh-carousel-v1.crash-carousel .flexslider.item .flex-direction-nav {
    display: none !important;
  }
  .eh-carousel-v1.crash-carousel .flexslider.items .flex-control-nav,
  .eh-carousel-v1.crash-carousel .flexslider.item .flex-control-nav {
    display: block;
    margin: 22px 0;
    position: static;
    padding-bottom: 0;
    overflow: hidden;
  }
  .eh-carousel-v1.hero-carousel {
    width: 100% !important;
  }
  .eh-carousel-v1.hero-carousel .eh_hero_article_images_v1 img.article {
    max-height: 260px;
    margin: auto;
    width: auto;
  }
  .eh-carousel-v1.hero-carousel h3 {
    font-size: 38px;
    line-height: 35px;
  }
  .eh-carousel-v1.hero-carousel .flexslider.items,
  .eh-carousel-v1.hero-carousel .flexslider.item {
    min-height: 0;
    width: 320px;
    padding: 0 10%;
  }
  .eh-carousel-v1.hero-carousel .flexslider.items .slides > li,
  .eh-carousel-v1.hero-carousel .flexslider.item .slides > li {
    padding: 0;
  }
  .eh-carousel-v1.hero-carousel .flexslider.items .flex-control-paging li,
  .eh-carousel-v1.hero-carousel .flexslider.item .flex-control-paging li {
    margin: 0 25px 0 0;
  }
  .eh-carousel-v1.hero-carousel .flexslider.items .flex-direction-nav .flex-next,
  .eh-carousel-v1.hero-carousel .flexslider.item .flex-direction-nav .flex-next {
    right: 0;
  }
  .eh-carousel-v1.hero-carousel .flexslider.items .flex-direction-nav .flex-prev,
  .eh-carousel-v1.hero-carousel .flexslider.item .flex-direction-nav .flex-prev {
    left: 0;
  }
}
.article-image-flexslider-container .flex-control-nav {
  display: block;
  position: static;
}
.article-image-flexslider-container .video_player {
  max-width: 85%;
  float: none;
  margin: 0 auto;
}
.article-image-flexslider-container .products {
  width: 100%;
}
.article-image-flexslider-container .flex-viewport {
  max-height: 100%;
}
.article-image-flexslider-container.show-arrows .flex-direction-nav {
  display: block;
  overflow: auto;
  max-width: 850px;
  width: 100%;
}
.article-image-flexslider-container.show-dots .flex-control-nav {
  display: block;
  bottom: 20px;
}
.article-image-flexslider-container.show-arrows .flex-direction-nav a {
  height: 56px;
  margin-top: 0;
}
.article-image-flexslider-container.show-arrows .flex-direction-nav a.flex-next {
  right: 50px !important;
}
.article-image-flexslider-container.show-arrows .flex-direction-nav a.flex-prev {
  left: 50px !important;
}
.article-image-flexslider-container .flex-control-paging li a {
  background-color: #dbdbdb;
  -webkit-box-shadow: 0 0 0 1px #dbdbdb inset;
  -moz-box-shadow: 0 0 0 1px #dbdbdb inset;
  -o-box-shadow: 0 0 0 1px #dbdbdb inset;
  box-shadow: 0 0 0 1px #dbdbdb inset;
}
.article-image-flexslider-container .flex-control-paging li a.flex-active {
  background-color: #00D0C1;
  -webkit-box-shadow: 0 0 0 1px #00D0C1 inset;
  -moz-box-shadow: 0 0 0 1px #00D0C1 inset;
  -o-box-shadow: 0 0 0 1px #00D0C1 inset;
  box-shadow: 0 0 0 1px #00D0C1 inset;
}
.article-image-flexslider-container.hero-carousel h3 {
  color: #222222;
  font-size: 46px;
  margin-bottom: -25px;
  position: relative;
  text-align: center;
  z-index: 1000;
}
.article-image-flexslider-container.hero-carousel {
  margin-top: 10px;
}
.article-image-flexslider-container .flex-control-nav .pagination {
  display: none;
}
.article-image-flexslider-container.show-numbers .flex-control-nav {
  bottom: 0px;
  display: block;
}
.article-image-flexslider-container.show-numbers .flex-control-nav .pagination {
  display: block;
  padding: 40px 0 60px;
  font-size: 18px;
  color: #222222;
  font-family: "NeuzeitOffice-Regular", "HelveticaNeueLTStd55Roman", Helvetica, "Segoe UI", sans-serif;
}
.article-image-flexslider-container.show-numbers .flex-control-nav li {
  display: none;
}
.article-image-flexslider-container .flex-viewport .slides img.article {
  width: auto;
  height: 415px;
}
.article-image-flexslider-container .flexslider {
  max-width: 100%;
  padding: 80px 0 0 0;
}
.article-image-flexslider-container .flex-viewport {
  max-width: 100%;
}
.article-image-flexslider-container .slides > li {
  margin-right: 60px;
  height: auto !important;
}
.article-image-flexslider-container .flex-direction-nav .flex-disabled {
  opacity: 1 !important;
}
.article-image-flexslider-container .flex-direction-nav .flex-next {
  right: 24%;
}
.article-image-flexslider-container .flex-direction-nav .flex-prev {
  left: 24% !important;
}
.article-image-flexslider-container .eh-article-collage-formatter-v1.carousel {
  padding: 0;
  margin-bottom: 20px;
}

.section-eh-article-page-eye-carol-philips .article-image-flexslider-container.show-numbers .flex-control-nav .pagination {
  padding-top: 0;
  padding-bottom: 58px;
}

.eh-article-formatter-v1 h3.article-title {
  background: #FFFFEC;
  font-size: 30px;
  position: relative;
  text-align: center;
  z-index: 1000;
  color: #222222;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .article-image-flexslider-container .slides > li {
    margin-right: 20px;
  }
}
.eh-content-formatter-v1 {
  /*Recommended For You*/
}
.eh-content-formatter-v1 .slides {
  width: 100%;
  margin: 60px auto 0;
}
.eh-content-formatter-v1 .slides > li {
  float: left;
  width: 33.3%;
  margin-bottom: 80px;
  height: auto !important;
}
.eh-content-formatter-v1 h3 {
  border-bottom: 1px solid #00d0c1;
  text-align: center;
  color: #222222 !important;
  border-top: 3px solid #00d0c1;
  font-size: 18px !important;
  font-family: "NeuzeitOffice-Regular", "HelveticaNeueLTStd55Roman", Helvetica, "Segoe UI", sans-serif;
  height: 55px;
  line-height: 55px;
}
.eh-content-formatter-v1.recommended_for_you {
  max-width: 100%;
}
.eh-content-formatter-v1.recommended_for_you h3 {
  height: 59px;
}
.eh-content-formatter-v1.recommended_for_you .slides {
  max-width: 1006px;
  margin-top: 38px;
  margin-bottom: 40px;
}
.eh-content-formatter-v1.recommended_for_you .slides > li {
  margin-bottom: 40px;
}
.eh-content-formatter-v1.recommended_for_you .eh-flip-on-hover-v1 {
  padding-bottom: 30px;
}
.eh-content-formatter-v1.recommended_for_you .eh-flip-on-hover-v1 .title {
  margin-bottom: 12px;
  min-height: 18px;
}
.eh-content-formatter-v1.recommended_for_you .eh-flip-on-hover-v1 .flip_front .front_content {
  margin: 20px 0 41px;
  padding: 0 55px;
}
.eh-content-formatter-v1.recommended_for_you .eh-flip-on-hover-v1 .flip_front .read_more {
  position: relative;
  top: 10px;
}
.eh-content-formatter-v1.recommended_for_you .eh-flip-on-hover-v1:hover .flip_back {
  width: 312px;
}
.eh-content-formatter-v1.recommended_for_you .eh-flip-on-hover-v1 .flip_back .read_more {
  bottom: 20px;
}
.eh-content-formatter-v1.recommended_for_you .eh-flip-on-hover-v1 .flip_back .back_content {
  height: 56%;
  margin: 25px 40px 0;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: #222222;
}
.eh-content-formatter-v1 .eh-shop-the-story-v1 .product-title {
  padding: 0 23%;
}
.eh-content-formatter-v1.shop_the_story {
  margin-top: 100px;
  max-width: 100%;
}
.eh-content-formatter-v1.shop_the_story .slides {
  max-width: 775px;
  margin-bottom: 20px;
}
.eh-content-formatter-v1.shop_the_story h3 {
  height: 59px;
  text-transform: capitalize;
}
.eh-content-formatter-v1.shop_the_story .eh-product .product .product-title a {
  min-height: 40px;
  height: 40px;
}
.eh-content-formatter-v1.shop_the_story .eh-product .product .product-price {
  font-style: italic;
  font-family: "GTSectraFineRegular","HelveticaNeueLTStd55Roman", Helvetica, Arial, Sans-Serif;
  font-size: 14px;
  line-height: 18px;
  color: #222222;
}
.eh-content-formatter-v1.more_to_explore {
  max-width: 100%;
}
.eh-content-formatter-v1.more_to_explore h3 {
  border-top: 2px solid #00d0c1;
}
.eh-content-formatter-v1.more_to_explore .slides {
  max-width: 936px;
  margin: 40px auto 30px;
}
.eh-content-formatter-v1.more_to_explore .slides > li {
  margin-bottom: 70px;
  width: 312px;
}
.eh-content-formatter-v1.see-all {
  max-width: 100%;
}
.eh-content-formatter-v1.see-all h3 {
  border-top: 1px solid #00d0c1;
}
.eh-content-formatter-v1.see-all .slides {
  max-width: 960px;
  margin: 40px auto 30px;
}
.eh-content-formatter-v1.see-all .slides > li {
  margin-bottom: 70px;
}
.article_overlay .article-prev-content .eh-image-share {
  right: auto;
}
.article_overlay .article-prev-content .eh_article_prev_social_share {
  min-width: 180px;
}
.article_overlay .article-prev-content .eh_article_prev_social_share .mycanvas {
  display: none;
}
.article_overlay .article-prev-content .eh_article_prev_social_share .facebook {
  padding-left: 0;
}

.eh_hero_article_images_v2 {
  padding: 80px 0;
  position: relative;
  text-align: center;
}
.eh_hero_article_images_v2 .eh_hero_article_images_content {
  position: relative;
  margin: 0 auto 0 0;
}
@media only screen and (max-width: 767px) {
  .article_overlay .article-prev-content .eh_article_prev_social_share {
    display: block;
    margin-top: 45px;
  }
}
.eh-content-formatter-v1.shop_the_story .eh-product .product.eh-product-sku-v1 .product-title a {
  height: auto;
  min-height: auto;
}
.eh-content-formatter-v1.shop_the_story .eh-product .product.eh-product-sku-v1 .product-shade {
  /*margin: 5px auto 10px;*/
  margin: 5px auto 10px;
  max-width: 150px;
}
.eh-content-formatter-v1.shop_the_story .eh-product .product.eh-product-sku-v1 .product-shade .shade-box {
  display: inline-block;
  height: 20px;
  /*margin: 0 6px 0 0;*/
  margin: 0 6px 0 0;
  width: 20px;
  vertical-align: middle;
}
.eh-content-formatter-v1.shop_the_story .eh-product .product.eh-product-sku-v1 .product-shade .shade-name {
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  text-align: left;
  width: 80%;
  vertical-align: middle;
}

.eh-image-with-text-v2 {
  margin: 60px 0 90px;
  overflow: hidden;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  position: relative;
}
.eh-image-with-text-v2 .info {
  float: left;
  margin: 0 0 0 -50px;
  overflow: hidden;
  padding: 0;
  display: table;
  height: 470px;
  position: relative;
}
.eh-image-with-text-v2 .info .heading {
  margin: 0 0 10px;
  padding: 0;
}
.eh-image-with-text-v2 .info .body {
  margin: 0;
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
}
.eh-image-with-text-v2 .info .body span {
  font-family: Visuelt Light, "Helvetica Neue", "Segoe UI", sans-serif;
}
.eh-image-with-text-v2 .info .body p {
  font-size: 18px;
  line-height: 1.1;
  font-family: "NeuzeitOffice-Regular", "HelveticaNeueLTStd55Roman", Helvetica, "Segoe UI", sans-serif;
}
.eh-image-with-text-v2 .info .link {
  margin: 0;
  padding: 0;
}
.eh-image-with-text-v2 .image {
  display: block;
  text-align: center;
  float: right;
  position: relative;
  margin: 0 0 0 145px;
  overflow: hidden;
  padding: 0;
}
.eh-image-with-text-v2 .image img {
  max-height: 470px;
}

@media only screen and (max-width: 800px) and (min-width: 768px) {
  body.section-editorial-hub .eh-image-with-text-v2 .image, body.section-thewink .eh-image-with-text-v2 .image {
    margin-left: 30px;
  }
  body.section-editorial-hub .eh-image-with-text-v2 .image img, body.section-thewink .eh-image-with-text-v2 .image img {
    max-height: 400px;
  }
  body.section-editorial-hub .eh-flip-on-hover-formatter-v1.columns-3 .row li, body.section-thewink .eh-flip-on-hover-formatter-v1.columns-3 .row li {
    margin: 0;
    margin-right: 7%;
    width: 46.5%;
  }
  body.section-editorial-hub .eh-flip-on-hover-formatter-v1.columns-3 .row li:nth-child(2n), body.section-thewink .eh-flip-on-hover-formatter-v1.columns-3 .row li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .eh-image-with-text-v2 > .image, .eh-image-with-text-v2 > .info {
    margin: 0 auto;
    float: none !important;
  }
  .eh-image-with-text-v2 span {
    font-weight: bold;
  }
}
/* iPhone Styles */
@media only screen and (max-width: 640px) {
  .eh-image-with-text-v2 {
    margin: 30px 0;
  }
  .eh-image-with-text-v2 .info {
    display: block;
    margin: 32px 0 50px;
    height: auto;
  }
  .eh-image-with-text-v2 .info .body {
    display: block;
  }
  .eh-image-with-text-v2 .info div {
    width: auto !important;
  }
  .eh-image-with-text-v2 .info div.body > div {
    padding: 0 !important;
  }
  .eh-image-with-text-v2 .info span, .eh-image-with-text-v2 .info p {
    font-size: 1.5em !important;
  }
  .eh-image-with-text-v2 .info p {
    max-width: 265px;
    margin: auto;
  }
  .eh-image-with-text-v2 .image {
    margin: 52px auto 0;
    width: 76%;
    max-width: 195px;
  }
  .eh-image-with-text-v2 .image img {
    margin: 0 auto;
    width: 100%;
    max-height: 235px;
  }
}
@media only screen and (max-width: 375px) {
  .eh-image-with-text-v2 .image {
    margin-top: 11px;
  }
  .eh-image-with-text-v2 .info {
    margin: 16px 0 10px;
  }
}
.eh-social-share {
  width: 285px;
  height: 320px;
  position: fixed;
  top: 231px;
  right: 0;
  z-index: 1001;
  transition: all 0.5s ease-in 0s;
}
.eh-social-share.expanded {
  display: block;
}
.eh-social-share.closed {
  right: -273px;
}
.eh-social-share .article {
  overflow: hidden;
  border: 1px solid #C5C5C5;
  border-right: none;
  height: 260px;
  float: right;
  padding: 26px 30px 25px 40px;
  background-color: white;
  font-family: "NeuzeitOffice-Regular", "HelveticaNeueLTStd55Roman", Helvetica, "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 22px;
}
.eh-social-share .social_share_links {
  border: 1px solid #C5C5C5;
  border-left: none;
  border-right: none;
  margin: 0;
  padding: 30px 30px 10px 0;
  width: 58px;
  float: right;
  background-color: white;
}
.eh-social-share .share {
  border: 1px solid #C5C5C5;
  border-right: none;
  position: absolute;
  text-align: center;
  top: 50px;
  left: -62px;
  width: 75px;
  height: 30px;
  line-height: 30px;
  background-color: white;
  cursor: pointer;
  font-family: "GTSectraFineMediumItalic" !important;
  font-size: 15px;
  color: #222222;
}
.eh-social-share .article p {
  line-height: 25px;
  margin: 0;
  padding: 0;
  width: 144px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #222222;
}
.eh-social-share .article img {
  max-width: 144px;
  height: 100%;
}
.eh-social-share .article .artist_name {
  margin-bottom: 10px;
  width: 144px;
}
.eh-social-share .article .artist-img-wrapper {
  height: 87px;
  overflow: hidden;
}
.eh-social-share .social_share_links .social_icons {
  text-align: center;
  margin: 0;
  padding-top: 0;
  padding-bottom: 20px;
}
.eh-social-share .social_share_links .social_icons a {
  display: block;
  height: 28px;
}
.eh-social-share .social_share_links .social_icons_imgs {
  margin: 0;
}
/* Device Styles */
@media only screen and (max-width: 767px) {
  .eh-social-share {
    display: block;
    bottom: 0;
    right: 0 !important;
    top: auto;
    height: auto;
    width: 100%;
  }
  .eh-social-share .social_share_links {
    float: none;
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
  }
  .eh-social-share .social_share_links .social_icons {
    display: inline-block;
    padding: 12px 0;
    width: 19%;
  }
  .eh-social-share .article, .eh-social-share .eh-social-share__tooltip-content {
    display: none;
  }

  .body_container.show-global-footer {
    margin-bottom: 40px;
  }
}
.eh-how-to__step {
  /*  margin: 0 auto 80px;*/
  max-width: 694px;
  position: relative;
}
.eh-how-to__step.has-img-on-left .eh-how-to__step__image {
  float: left;
  max-width: 312px;
  width: 45%;
}
.eh-how-to__step.has-img-on-left .eh-how-to__step__copy {
  float: right;
  width: 44%;
}
.eh-how-to__step .eh-how-to__step__caption {
  font-family: "GTSectraFineRegular","HelveticaNeueLTStd55Roman", Helvetica, Arial, Sans-Serif;
  font-weight: normal;
  font-size: 22px;
}
.eh-how-to__step .eh-how-to__step__caption p {
  line-height: 30px;
  margin-top: 24px;
}
.eh-how-to__step .eh-how-to__step__headline.headline--secondary {
  color: #222222;
  font-family: Visuelt Light, "Helvetica Neue", "Segoe UI", sans-serif;
  font-size: 46px;
  line-height: 46px;
}
.eh-how-to__step .eh-how-to__step__headline.headline--secondary span {
  font-family: "NeuzeitOffice-Regular", "HelveticaNeueLTStd55Roman", Helvetica, "Segoe UI", sans-serif;
}
.eh-how-to__step .eh-how-to__step_content {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .eh-how-to__step {
    margin-bottom: 0px !important;
  }
  .eh-how-to__step .eh-how-to__step__headline.headline--secondary {
    font-size: 40px;
    line-height: 40px;
  }
  .eh-how-to__step .eh-how-to__step_content {
    text-align: center;
  }
  .eh-how-to__step .eh-how-to__step_content .eh-how-to__step__copy {
    clear: both;
    float: none;
    margin: 40px auto 0;
    width: 70%;
  }
  .eh-how-to__step .eh-how-to__step_content .eh-how-to__step__copy .eh-how-to__step__headline,
  .eh-how-to__step .eh-how-to__step_content .eh-how-to__step__copy .eh-how-to__step__caption {
    text-align: left;
  }
  .eh-how-to__step .eh-how-to__step_content .eh-how-to__step__image {
    max-width: 390px;
    max-height: 470px;
    float: none;
  }
}
.eh-article-formatter-v1 {
  min-width: 320px;
}
.eh-article-formatter-v1 .eh-how-to__step,
.eh-article-formatter-v1 .eh_hero_article_images_v2,
.eh-article-formatter-v1 .article-image-flexslider-container.eh_article_color,
.eh-article-formatter-v1 .eh-article-collage-formatter-v1,
.eh-article-formatter-v1 .eh-prdoduct-with-text-v1 {
  margin: 0 auto 80px;
}
.eh-article-formatter-v1 .eh-how-to__step.has-img-on-left .eh-image-share {
  right: auto;
}
.eh-article-formatter-v1 .eh-how-to__step.has-img-on-right .eh-image-share {
  left: auto;
}
.eh-article-formatter-v1 .eh-carousel-v1 .slides > li {
  padding: 0 70px;
}
.eh-article-formatter-v1 .eh-carousel-v1.show-dots .flex-control-nav {
  width: 100%;
  margin: 40px 0;
  line-height: 8px;
}
.eh-article-formatter-v1 h3.article-title {
  color: #222222;
  font-family: Visuelt Light, "Helvetica Neue", "Segoe UI", sans-serif;
  font-size: 30px;
  line-height: 20px;
  margin: 0;
  padding: 30px 0 0 !important;
  position: relative;
  text-align: center;
  z-index: 1000;
  top: 142px;
}
.eh-article-formatter-v1 h3.article-title a {
  font-family: inherit;
}
.eh-article-formatter-v1 .basic-textarea-v1 {
  margin: auto;
  width: 480px;
}
.eh-article-formatter-v1 .basic-textarea-v1 strong {
  font-family: inherit;
  font-weight: bold;
}
.eh-article-formatter-v1 .basic-textarea-v1 p {
  font-family: "GTSectraFineRegular","HelveticaNeueLTStd55Roman", Helvetica, Arial, Sans-Serif;
  font-size: 22px;
  line-height: 30px;
  margin: 0 auto 60px;
  padding: 0;
  color: #222222;
}
.eh-article-formatter-v1 .basic-textarea-v1 p .cont-boldest {
  font-family: "GTSectraFineRegular","HelveticaNeueLTStd55Roman", Helvetica, Arial, Sans-Serif;
  font-weight: 700;
}
.eh-article-formatter-v1 .basic-textarea-v1 p .cont-bold {
  font-family: "GTSectraFineRegular","HelveticaNeueLTStd55Roman", Helvetica, Arial, Sans-Serif;
  font-weight: 700;
}
.eh-article-formatter-v1 .basic-textarea-v1 a {
  font-family: "GTSectraFineRegular","HelveticaNeueLTStd55Roman", Helvetica, Arial, Sans-Serif;
}
.eh-article-formatter-v1 .eh-quote-v1 .quote-container {
  padding: 10px 0 70px;
}
.eh-article-formatter-v1 .eh-quote-v1 .quote-container p {
  margin: 0;
  color: #222222;
}
.eh-article-formatter-v1 .eh_hero_article_images_v2 {
  margin-bottom: 60px;
}
.eh-article-formatter-v1 .basic-elc-nodeblock-noderef-v1.topCarousel {
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .eh-article-formatter-v1 .eh-how-to__step__caption p,
  .eh-article-formatter-v1 .eh-prdoduct-with-text-copy p,
  .eh-article-formatter-v1 .basic-textarea-v1 p {
    font-size: 16px;
    margin-top: 40px !important;
    margin-bottom: 40px !important;
    line-height: 23px;
  }
  .eh-article-formatter-v1 .basic-textarea-v1 {
    width: 70%;
  }
  .eh-article-formatter-v1 h3.article-title {
    font-size: 25px;
  }
  .eh-article-formatter-v1 .eh-carousel-v1.show-dots .flex-control-nav {
    margin: 25px 0;
  }
  .eh-article-formatter-v1 .eh-carousel-v1.hero-carousel .slides > li {
    padding: 0 20px;
  }
  .eh-article-formatter-v1 .basic-elc-nodeblock-noderef-v1.topCarousel {
    margin-bottom: 40px;
  }
  .eh-article-formatter-v1 .eh-how-to__step.has-img-on-left .eh-image-share, .eh-article-formatter-v1 .eh-how-to__step.has-img-on-right .eh-image-share {
    right: 0;
    left: 0;
  }
  .eh-article-formatter-v1 .basic-textarea-v1,
  .eh-article-formatter-v1 .eh-prdoduct-with-text-v1 .eh-prdoduct-with-text-copy {
    float: none !important;
    margin: auto;
    width: 70%;
  }
  .eh-article-formatter-v1 .eh-see-all-v1 .see-all-container > li {
    border-right: none;
    border-bottom: 3px solid #FFF;
    display: block;
    float: none;
    width: 220px;
  }
  .eh-article-formatter-v1 .eh-how-to__step__copy h2 span, .eh-article-formatter-v1 .eh-how-to__step__copy .module-benefits .heading-container span, .module-benefits .eh-article-formatter-v1 .eh-how-to__step__copy .heading-container span, .module-benefits .heading-container .eh-article-formatter-v1 .eh-how-to__step__copy * span {
    margin-top: 10px !important;
  }
  .eh-article-formatter-v1 .article-image-flexslider-container.eh_article_color {
    margin-bottom: 0;
  }
  .eh-article-formatter-v1 .eh_hero_article_images_v2 .eh_hero_article_images_content {
    width: 100% !important;
    height: auto !important;
  }
  .eh-article-formatter-v1 .eh_hero_article_images_v2 .eh_hero_article_images_content .article-content-image {
    max-width: 320px;
    height: auto;
  }
  .eh-article-formatter-v1 .eh_hero_article_images_v2 .eh_hero_article_images_content img {
    max-width: 100%;
  }
  .eh-article-formatter-v1 .eh-product .product .product-image a {
    margin-top: 15px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .eh-content-formatter-v1.outer-wrap, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3.eh-content-formatter-v1, .spp-extra .module-may-we-suggest .eh-content-formatter-v1.wrap {
    padding: 0;
  }
  .eh-content-formatter-v1 .slides {
    padding: 0 20px;
  }
  .eh-content-formatter-v1 .slides > li {
    width: 31%;
    margin-right: 3.5%;
  }
  .eh-content-formatter-v1 .slides > li:nth-last-child(1) {
    margin-right: 0;
  }
  .eh-content-formatter-v1.more_to_explore .slides > li {
    margin-right: 7%;
    width: 46.5%;
  }
  .eh-content-formatter-v1.more_to_explore .slides > li:nth-child(2n) {
    margin-right: 0;
  }
  .eh-content-formatter-v1.add-to-canvas .slides > li {
    margin-right: 0;
  }
  .eh-content-formatter-v1.recommended_for_you .eh-flip-on-hover-v1:hover .flip_back {
    width: 100%;
  }
  .eh-content-formatter-v1.recommended_for_you .eh-flip-on-hover-v1 .flip_front .front_content {
    padding: 0 20px;
  }
  .eh-content-formatter-v1.recommended_for_you .eh-flip-on-hover-v1 .flip_back .back_content {
    margin: 25px 20px 0;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .eh-content-formatter-v1.add-to-canvas .add-to-your-canvas-prod-img {
    width: 80px !important;
    height: 80px !important;
    margin: 0 15px !important;
  }
  .eh-content-formatter-v1.add-to-canvas .add-to-your-canvas-prod-img:nth-child(1) {
    margin-left: 46px !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .eh-content-formatter-v1.add-to-canvas .add-to-your-canvas-prod-img {
    width: 85px !important;
    margin: 0 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .setTitleHeight, .eh-content-formatter-v1.shop_the_story h3, .eh-content-formatter-v1.more_to_explore h3, .eh-content-formatter-v1.recommended_for_you h3, .eh-content-formatter-v1.see-all h3, .eh-content-formatter-v1.add-to-canvas h3 {
    height: 40px !important;
    line-height: 35px;
  }

  .eh-article-formatter-v1 .eh-how-to__step__copy,
  .eh-article-formatter-v1 .eh-prdoduct-with-text-copy {
    margin-top: 0;
  }
  .eh-article-formatter-v1 .eh-how-to__step__copy h2, .eh-article-formatter-v1 .eh-how-to__step__copy .module-benefits .heading-container, .module-benefits .eh-article-formatter-v1 .eh-how-to__step__copy .heading-container, .eh-article-formatter-v1 .eh-how-to__step__copy .module-benefits .heading-container *, .module-benefits .heading-container .eh-article-formatter-v1 .eh-how-to__step__copy *,
  .eh-article-formatter-v1 .eh-prdoduct-with-text-copy h2,
  .eh-article-formatter-v1 .eh-prdoduct-with-text-copy .module-benefits .heading-container,
  .module-benefits .eh-article-formatter-v1 .eh-prdoduct-with-text-copy .heading-container,
  .eh-article-formatter-v1 .eh-prdoduct-with-text-copy .module-benefits .heading-container *,
  .module-benefits .heading-container .eh-article-formatter-v1 .eh-prdoduct-with-text-copy * {
    font-size: 40px !important;
    margin-bottom: 0;
    margin: 20px 0;
    line-height: 26px;
  }
  .eh-article-formatter-v1 .eh-how-to__step__copy h2 span, .eh-article-formatter-v1 .eh-how-to__step__copy .module-benefits .heading-container span, .module-benefits .eh-article-formatter-v1 .eh-how-to__step__copy .heading-container span, .module-benefits .heading-container .eh-article-formatter-v1 .eh-how-to__step__copy * span,
  .eh-article-formatter-v1 .eh-prdoduct-with-text-copy h2 span,
  .eh-article-formatter-v1 .eh-prdoduct-with-text-copy .module-benefits .heading-container span,
  .module-benefits .eh-article-formatter-v1 .eh-prdoduct-with-text-copy .heading-container span,
  .module-benefits .heading-container .eh-article-formatter-v1 .eh-prdoduct-with-text-copy * span {
    display: block;
    margin-top: 20px;
    line-height: 100%;
  }
  .eh-article-formatter-v1 .eh-quote-v1 .quote-container {
    padding: 10px 0 40px !important;
  }
  .eh-article-formatter-v1 .basic-textarea-v1,
  .eh-article-formatter-v1 .eh-prdoduct-with-text-v1 .eh-prdoduct-with-text-copy {
    float: none;
    margin: auto;
    width: 70%;
  }
  .eh-article-formatter-v1 .eh-prdoduct-with-text-v1 .eh-product .product-image a {
    padding-bottom: 160px;
    height: auto;
    width: 160px;
  }
  .eh-article-formatter-v1 .eh-prdoduct-with-text-v1 .eh-product .product-image a img {
    display: block;
    max-width: 100%;
    margin: 10px 0 0;
    width: 165px;
  }
  .eh-content-formatter-v1.outer-wrap, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3.eh-content-formatter-v1, .spp-extra .module-may-we-suggest .eh-content-formatter-v1.wrap {
    padding: 0;
  }
  .eh-content-formatter-v1.shop_the_story {
    margin-top: 70px;
  }
  .eh-content-formatter-v1.shop_the_story h3 {
    margin: 0;
  }
  .eh-content-formatter-v1.shop_the_story .slides {
    padding: 0 5%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .eh-content-formatter-v1.shop_the_story .slides > li {
    margin-right: 10%;
    margin-bottom: 15px;
    width: 45%;
  }
  .eh-content-formatter-v1.shop_the_story .slides > li:nth-child(2n) {
    margin-right: 0;
  }
  .eh-content-formatter-v1.shop_the_story .slides > li .eh-product .product-image a {
    padding-bottom: 160px;
    width: 160px;
  }
  .eh-content-formatter-v1.more_to_explore .slides {
    margin: 25px auto 60px;
  }
  .eh-content-formatter-v1.recommended_for_you .slides, .eh-content-formatter-v1.see-all .slides {
    padding: 0 5%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .eh-content-formatter-v1.recommended_for_you .slides > li, .eh-content-formatter-v1.see-all .slides > li {
    margin-right: 10%;
    margin-bottom: 25px;
    width: 45%;
  }
  .eh-content-formatter-v1.recommended_for_you .slides > li:nth-child(2n), .eh-content-formatter-v1.see-all .slides > li:nth-child(2n) {
    margin-right: 0;
  }
  .eh-content-formatter-v1.recommended_for_you .slides > li .eh-flip-on-hover-v1:hover .flip_back, .eh-content-formatter-v1.see-all .slides > li .eh-flip-on-hover-v1:hover .flip_back {
    right: 0;
    margin: auto;
    width: auto;
  }
  .eh-content-formatter-v1.recommended_for_you .slides > li .eh-flip-on-hover-v1 .flip_front .flipimage, .eh-content-formatter-v1.see-all .slides > li .eh-flip-on-hover-v1 .flip_front .flipimage {
    height: 75px;
    width: 125px;
  }
  .eh-content-formatter-v1.recommended_for_you .slides > li .eh-flip-on-hover-v1 .flip_front .front_content, .eh-content-formatter-v1.see-all .slides > li .eh-flip-on-hover-v1 .flip_front .front_content {
    font-size: 13px;
    padding: 0;
    margin: 0.5em 10px 0;
  }
  .eh-content-formatter-v1.recommended_for_you .slides > li .eh-flip-on-hover-v1 .flip_back .back_content, .eh-content-formatter-v1.see-all .slides > li .eh-flip-on-hover-v1 .flip_back .back_content {
    font-size: 13px;
    padding: 0;
    margin: 0.5em 10px 0;
    line-height: 21px;
  }
  .eh-content-formatter-v1.recommended_for_you .slides > li .eh-flip-on-hover-v1 .flip_back .back_content p, .eh-content-formatter-v1.see-all .slides > li .eh-flip-on-hover-v1 .flip_back .back_content p {
    margin: 0;
    line-height: 21px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 400px) {
  .eh-article-formatter-v1 .eh-prdoduct-with-text-v1 .eh-product .product-image a {
    padding-bottom: 100%;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) and (max-width: 400px) {
  .eh-content-formatter-v1.shop_the_story .slides > li .eh-product .product-image a {
    padding-bottom: 100%;
    width: 100%;
  }
}
.eh-article-collage-formatter-v1 {
  margin: 0 auto;
  max-width: 100%;
  padding: 50px 0;
}
.eh-article-collage-formatter-v1.carousel {
  padding: 50px 0 35px;
}
.eh-article-collage-formatter-v1 .eh-article-collage-items {
  background-repeat: repeat-x;
  height: 585px;
  position: relative;
  width: 760px;
  margin: auto;
}
.eh-article-collage-formatter-v1 .eh-article-collage-items.carousel {
  height: 416px;
}
.eh-article-collage-formatter-v1 .eh-article-collage-items .eh-article-collage-item-v1 {
  height: auto;
  width: auto;
  position: absolute;
}
.eh-article-collage-formatter-v1 .eh-article-collage-items .eh-article-collage-item-v1 .plus {
  height: 23px;
  width: 23px;
  cursor: pointer;
}

.eh-carousel-v2 .eh-article-collage-formatter-v1 .eh-article-collage-items.carousel {
  background-size: 100% 100%;
  height: 416px;
  width: 100%;
}

.eh-see-all-v1 {
  text-align: center;
}
.eh-see-all-v1 .see-all-container {
  display: inline-block;
}
.eh-see-all-v1 .see-all-container > li {
  border-right: 3px solid #FFF;
  display: inline-block;
  float: left;
  padding: 15px 28px;
  text-align: center;
  height: 50px;
}
.eh-see-all-v1 .see-all-container > li:last-child {
  border: none;
}
.eh-see-all-v1 .see-all-container a {
  color: #222222;
  font-size: 14px;
  font-style: italic;
  font-family: "GTSectraFineRegular","HelveticaNeueLTStd55Roman", Helvetica, Arial, Sans-Serif;
}

.eh-prdoduct-with-text-v1 {
  /*  margin: 0 auto 80px;*/
  max-width: 692px;
  position: relative;
}
.eh-prdoduct-with-text-v1 .eh-prdoduct-with-content {
  position: relative;
  display: inline-block;
}
.eh-prdoduct-with-text-v1 .eh-how-to__step__caption {
  font-family: "GTSectraFineRegular","HelveticaNeueLTStd55Roman", Helvetica, Arial, Sans-Serif;
  font-weight: normal;
  font-size: 22px;
}
.eh-prdoduct-with-text-v1 .eh-how-to__step__caption p {
  line-height: 30px;
  color: #222222;
}
.eh-prdoduct-with-text-v1 .headline {
  color: #222222;
  font-family: Visuelt Light, "Helvetica Neue", "Segoe UI", sans-serif;
  font-size: 46px;
  line-height: 46px;
}
.eh-prdoduct-with-text-v1 .headline span {
  font-family: "NeuzeitOffice-Regular", "HelveticaNeueLTStd55Roman", Helvetica, "Segoe UI", sans-serif;
  display: block;
}
.eh-prdoduct-with-text-v1 .eh-prdoduct-with-text-copy {
  width: 100%;
  float: left;
}
.eh-prdoduct-with-text-v1 .eh-product {
  width: 53%;
}
.eh-prdoduct-with-text-v1 .eh-product .product-image {
  margin: 0 auto 40px;
  text-align: center;
}
.eh-prdoduct-with-text-v1 .eh-product .product-price {
  font-family: "GTSectraFineRegular","HelveticaNeueLTStd55Roman", Helvetica, Arial, Sans-Serif;
  font-size: 14px;
  line-height: 18px;
  color: #222222;
}
.eh-prdoduct-with-text-v1 .eh-product .product-title a {
  font-family: "NeuzeitOffice-Regular", "HelveticaNeueLTStd55Roman", Helvetica, "Segoe UI", sans-serif;
  color: #222222;
  min-height: 35px;
  height: auto;
  max-width: 231px;
  margin: auto;
}
.eh-prdoduct-with-text-v1 .eh-product .product-image a {
  border-radius: 209px;
  height: 330px;
  margin-top: 78px;
  text-align: center;
  width: 330px;
}
.eh-prdoduct-with-text-v1 .eh-product .product-image a img {
  height: 349px;
  margin-left: 14px;
  margin-top: 35px;
  position: absolute;
  width: 302px;
}

@media only screen and (max-width: 767px) {
  .eh-article-formatter-v1 .eh-prdoduct-with-text-v1 {
    margin-bottom: 0;
  }
  .eh-article-formatter-v1 .eh-prdoduct-with-text-v1 .eh-product {
    width: 45%;
    float: none !important;
    margin: 0 auto 60px;
  }
  .eh-article-formatter-v1 .eh-prdoduct-with-text-v1 .eh-product .eh-prdoduct-with-content {
    display: block;
  }
  .eh-article-formatter-v1 .eh-prdoduct-with-text-v1 .eh-product .product-image a img {
    height: auto;
    padding: 0;
    max-width: 100%;
    margin: 10px 0 0;
    width: 165px;
  }
}
@media only screen and (max-width: 320px) and (orientation: portrait) {
  .eh-article-formatter-v1 .eh-prdoduct-with-text-v1 .eh-product .product-image a img {
    width: 144px;
  }
}
.eh_hero_article_images_v1 {
  text-align: center;
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .eh_hero_article_images_v1 .article-content-image {
    width: 80%;
    height: auto;
  }
}
.eh-image-share {
  position: absolute;
  top: 0;
  z-index: 1001;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.eh-image-share .share_link {
  position: absolute;
  border: medium none;
  top: 10px;
  right: 10px;
  height: auto !important;
  width: auto !important;
}
.eh-image-share.shrink {
  width: 35px !important;
  height: 35px !important;
}
.eh-image-share .share {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 215, 204, 0.5);
  top: 0px;
}
.eh-image-share .share.hideIcons {
  display: none;
  visibility: initial;
}
.eh-image-share .share.showIconsInDOM {
  display: block;
  visibility: hidden;
}
.eh-image-share .share .share_close {
  float: right;
  width: 24px;
  margin: 10px 10px 0 0;
  border: medium none;
  height: 24px !important;
}
.eh-image-share .share img {
  margin-top: 30px;
  border: medium none;
  height: auto;
  width: auto !important;
}
.eh-image-share .share .share_social_links {
  position: relative;
  width: 30px;
  margin: 0 auto;
}
.eh-image-share .share .share_social_links a {
  display: block;
  margin-bottom: 13px;
  text-align: center;
}
.eh-image-share .share .share_social_links a.quote_links {
  height: 30px;
  width: 30px;
  line-height: 30px;
}
.eh-image-share .share .share_social_links a.quote_links > img {
  margin-top: 0;
}

.image .eh-image-share .share .share_social_links a {
  margin-bottom: 20px;
}

.ie8 .eh-image-share .share {
  background-color: #00d7cc;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
}

@media only screen and (max-width: 767px) {
  .eh-image-share {
    left: 0;
    right: 0;
    margin: auto;
  }
  .eh-image-share .share .share_social_links {
    left: 0;
    right: 0;
    margin: auto;
  }
  .eh-image-share .share .share_social_links a {
    width: 40px;
    height: 40px;
    display: block;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .eh-image-share .share .share_social_links a img {
    margin-top: 0;
  }

  .quote .eh-image-share .share_social_links {
    height: 25px;
    vertical-align: top;
    width: auto;
    left: 0;
    position: absolute;
    right: 0;
  }
  .quote .eh-image-share .share_social_links a {
    font-size: 25px;
    vertical-align: top;
    display: inline-block;
  }
  .quote .eh-image-share .share_social_links a img {
    margin-top: 0;
    vertical-align: text-top;
  }

  .article_overlay .article-prev-content .eh-image-share {
    right: 0;
  }
}
@media only screen and (max-width: 375px) {
  .eh-image-share .share .share_social_links a {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .article-image-flexslider .flex-viewport .slides {
    left: -130px;
  }
  .article-image-flexslider .flex-viewport .slides li .imageContainer {
    margin-right: 0px;
  }
  .article-image-flexslider .flex-viewport .slides li .imageContainer .eh_hero_article_images_v2 {
    margin: 0;
  }
  .article-image-flexslider .flex-viewport .slides li .imageContainer .eh_hero_article_images_v2 .sliderImage {
    width: 100%;
    height: auto;
  }
  .article-image-flexslider .flex-direction-nav {
    width: auto;
  }
  .article-image-flexslider .flex-direction-nav li a {
    padding: 0 !important;
  }
  .article-image-flexslider .flex-direction-nav .flex-next {
    right: 0;
  }
  .article-image-flexslider .flex-control-nav.flex-control-paging {
    margin-top: 0;
  }
}
#index-page-wrapper .eh-social-share .social_share_links .social_icons {
  padding-bottom: 26px;
}
#index-page-wrapper .eh-social-share .social_share_links .social_icons.mycanvas {
  display: none;
}
#index-page-wrapper .eh-social-share .article,
#index-page-wrapper .eh-social-share .social_share_links {
  height: 254px;
}

.indexpage-content.index_active .indexpage-image {
  background-color: white !important;
  border: 1px solid #00d0c1;
}
.indexpage-content.index_active .indexpage-color {
  background-color: white !important;
  border: 1px solid #00d0c1;
}

.indexpage-term-see-also{
	color: #222222;
}

.indexpage-term-share-icons a {
  padding: 0 5px;
}
.indexpage-term-share-icons a.index-canvas {
  display: none;
}

.indexpage-featured-article .eh-flip-on-hover-v1 {
  margin: 0 50px;
  padding: 0;
  width: auto;
}
.indexpage-featured-article .eh-flip-on-hover-v1 .title {
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
}
.indexpage-featured-article .eh-flip-on-hover-v1 .front_content {
  font-size: 14px;
  margin: 10px auto;
  padding: 0;
  text-align: center;
  width: 50%;
}
.indexpage-featured-article .eh-flip-on-hover-v1 img.flipimage {
  text-align: center;
}

#index-page-wrapper .indexpage-featured-product .eh-product .product {
  color: #222222;
  font-size: 14px;
}
#index-page-wrapper .indexpage-featured-product .eh-product .product .product-title a {
  height: auto;
  font-family: "NeuzeitOffice-Regular", "HelveticaNeueLTStd55Roman", Helvetica, "Segoe UI", sans-serif;
}
#index-page-wrapper .indexpage-featured-product .eh-product .product .product-price {
  font-family: Helvetica !important;
}

/********************
 * FEATURE CAROUSEL *
 ********************/
.eh_feature_carousel_formatter {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
  box-sizing: content-box;
  padding-bottom: 50px;
  margin-bottom: 15px;
}
.eh_feature_carousel_formatter #carousel {
  height: auto;
  max-width: 1000px;
  width: 100%;
  position: relative;
  margin-bottom: 0.5em;
  font-size: 12px;
}
.eh_feature_carousel_formatter .carousel-image {
  border: 0;
  display: block;
}
.eh_feature_carousel_formatter .carousel-feature {
  position: absolute;
  top: -1000px;
  left: -1000px;
  cursor: pointer;
}
.eh_feature_carousel_formatter .carousel-feature .carousel-caption {
  height: auto;
  position: absolute;
  right: 7%;
  text-align: center;
  top: 28%;
  width: 324px;
}
.eh_feature_carousel_formatter .carousel-feature .carousel-caption.carousel-caption-left {
  float: left;
  left: 7%;
}
.eh_feature_carousel_formatter .carousel-feature .carousel-caption .caption-container {
  position: relative;
  padding-bottom: 30px;
}
.eh_feature_carousel_formatter .carousel-feature .carousel-caption .caption-content {
  background-color: white;
  width: 100%;
  height: 100%;
  position: absolute;
}
.eh_feature_carousel_formatter .carousel-feature .carousel-caption p {
  color: #222222;
  font-weight: normal;
  font-family: Visuelt Light, "Helvetica Neue", "Segoe UI", sans-serif;
  margin: 0;
  padding: 20px 10px 0px;
  position: relative;
  font-size: 80%;
}
.eh_feature_carousel_formatter .carousel-feature .carousel-caption span {
  clear: both;
  display: block;
  font-size: 130%;
  line-height: 90%;
  font-family: "NeuzeitOffice-Regular", "HelveticaNeueLTStd55Roman", Helvetica, "Segoe UI", sans-serif;
}
.eh_feature_carousel_formatter .carousel-feature .carousel-caption .read-more {
  background-color: white;
  border: 1px solid #e5e5e5;
  color: #222222;
  display: inline-block;
  font-family: "GTSectraFineRegular","HelveticaNeueLTStd55Roman", Helvetica, Arial, Sans-Serif;
  font-size: 38%;
  line-height: 200%;
  margin: 7% auto 0;
  width: 40%;
  position: relative;
}
.eh_feature_carousel_formatter .tracker-summation-container {
  position: absolute;
  color: white;
  right: 48px;
  top: 230px;
  padding: 3px;
  margin: 3px;
  background-color: black;
  display: none;
}
.eh_feature_carousel_formatter .tracker-individual-container {
  color: white;
  left: 40%;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: 106%;
  width: auto;
}
.eh_feature_carousel_formatter .tracker-individual-container li {
  list-style: none;
}
.eh_feature_carousel_formatter .tracker-individual-container .tracker-individual-blip {
  background-color: #dadada;
  color: white;
  margin-left: 25px;
  text-align: center;
  height: 8px;
  width: 8px;
  text-indent: -20000px;
  border-radius: 20px;
}
.eh_feature_carousel_formatter .tracker-individual-container .tracker-individual-blip-selected {
  background-color: #00cec1;
  color: white;
  font-weight: bold;
}
.eh_feature_carousel_formatter #carousel-left {
  bottom: 33px;
  cursor: pointer;
  left: 220px;
  position: absolute;
  top: 38.5%;
  z-index: 1000;
  left: 4.5%;
  background: url(/media/export/cms/editorial_hub/nav-arrows.png);
  background-repeat: no-repeat;
  height: 58px;
  width: 25px;
}
.eh_feature_carousel_formatter #carousel-right {
  bottom: 33px;
  cursor: pointer;
  position: absolute;
  right: 4.5%;
  z-index: 1000;
  top: 38.5%;
  background: url(/media/export/cms/editorial_hub/nav-arrows.png);
  background-repeat: no-repeat;
  height: 58px;
  width: 25px;
  background-position: right;
}
.eh-content-formatter-v1.add-to-canvas{
	display: none;
}
.canvas .canvasContent {
  padding: 20px 0 0;
  list-style: none;
  margin: 0;
  background-color: #FFF;
}
.canvas .canvasContent li {
  width: 33.3%;
  line-height: 0;
  display: inline-block;
  vertical-align: top;
}
.canvas .canvasContent .middleContent .canvasHeader {
  border-color: #FFFFFF;
  border-style: solid;
  border-width: 11px 143px;
  display: inline-block;
  height: 47px;
  width: 100%;
  text-indent: -10000px;
  opacity: 1;
  position: relative;
}
.canvas .canvasContent .middleContent .canvasHeader #logoBG {
  background-color: #000;
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  margin: auto;
}
.canvas .canvasContent .middleContent .canvasHeader a {
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.canvas .canvasContent .middleContent .canvasHeader a img.logo-img {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
.canvas .canvasContent .leftContent {
  vertical-align: top;
  padding-left: 20px;
  float: left;
}
.canvas .canvasContent .leftContent .stickyLeftContent {
  padding: 9px 0;
}
.canvas .canvasContent .rightContent {
  width: 32%;
  float: right;
  padding-right: 20px;
}
.canvas .canvasContent .rightContent .my-canvas-link-sticky {
  display: none;
  font-family: "NeuzeitOffice-Regular", "HelveticaNeueLTStd55Roman", Helvetica, "Segoe UI", sans-serif;
}
.canvas .canvasContent.fixed {
  position: fixed;
  z-index: 9996;
  width: 100%;
  padding: 0;
  background: none;
  opacity: 1;
  top: 47px;
}
.canvas .canvasContent.fixed .stickyLeftContent .canvas-arrow {
  background-position: 0px -8px !important;
}
.canvas .canvasContent.fixed .stickyLeftContent .canvas-arrow.collapse {
  background-position: 0px 1px !important;
}
.canvas .canvasContent.fixed .middleContent {
  background: transparent;
  opacity: 1;
}
.canvas .canvasContent.fixed .middleContent .canvasHeader #logoBG {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.canvas .canvasContent.fixed .stickyRightContent .my-canvas-link-sticky {
  display: inline-block;
  vertical-align: top;
  line-height: 32px;
  margin-right: 12px;
  color: gray;
}
.canvas .canvasContent.fixed li {
  float: left;
  background: #fff;
}
.canvas .canvasContent.fixed .gnav-drop-down-v1 {
  height: 48px;
}
.canvas .middleContent {
  font-size: 38px;
  text-align: center;
}
.canvas .middleContent a {
  color: gray;
}
.canvas .rightContent {
  text-align: right;
}
.canvas .canvas-arrow {
  height: 10px;
  width: 13px;
  background: url(/media/export/cms/editorial_hub/arrow_up.gif) 0 -8px;
  text-indent: -9999px;
  vertical-align: text-top;
  cursor: pointer;
  display: inline-block;
  margin-top: -5px;
}
.canvas .canvas-arrow.collapse {
  background-position: 0px 1px !important;
}
.canvas .cliniqueLogoC {
  cursor: pointer;
}
.canvas .mobileStickyHeaderContent {
  display: none;
  margin: 0;
}
.canvas .mobileStickyHeaderContent li {
  display: inline-block;
  width: 20%;
  float: left;
}
.canvas .mobileStickyHeaderContent.fixed {
  position: fixed;
  z-index: 9999;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  background: #FFF;
  opacity: 1;
  top: 0;
}
.canvas .mobileStickyHeaderContent.fixed .middleContent {
  font-size: 36px;
  line-height: 44px;
  vertical-align: top;
  width: 60%;
}
.canvas .mobileStickyHeaderContent.fixed .rightContent {
  vertical-align: top;
  line-height: 44px;
  float: right;
}

.hub-article-overlay-flexslider .contentAreaUl {
  margin: 0 auto;
  max-width: 950px;
  padding-top: 23px;
}
.hub-article-overlay-flexslider .flex-direction-nav .flex-next, .hub-article-overlay-flexslider .flex-direction-nav .flex-prev {
  background-image: url(/media/images/editorial_hub/nav-arrows.png);
  height: 35px;
  position: absolute;
  top: 185px;
  width: 30px;
  text-indent: -9999px;
  outline: none;
}

.mobileStickyHeaderContent {
  padding: 30px 20px;
  list-style: none;
}
.mobileStickyHeaderContent li {
  width: 32%;
}
.mobileStickyHeaderContent .leftContent .headerImage {
  max-width: 90px;
  max-height: 60px;
}

.canvasNav {
  clear: both;
}
.canvasNav .noArticlesFound {
  font-size: 18px;
  font-family: "NeuzeitOffice-Regular", "HelveticaNeueLTStd55Roman", Helvetica, "Segoe UI", sans-serif;
  margin: auto;
  max-width: 950px;
  padding: 12px 0;
  text-align: center;
}
.canvasNav .beauty-hoverEvent {
  background: url(/media/export/cms/editorial_hub/beauty_rollover.png) no-repeat center;
  text-indent: -9999px;
}
.canvasNav .lifestyle-hoverEvent {
  background: url(/media/export/cms/editorial_hub/lifestyle_rollover.png) no-repeat center;
  text-indent: -9999px;
}
.canvasNav .index-hoverEvent {
  background: url(/media/export/cms/editorial_hub/index_rollover.png) no-repeat center;
  text-indent: -9999px;
}
.canvasNav .mycanvas-hoverEvent {
  background: url(/media/export/cms/editorial_hub/canvas_rollover.png) no-repeat center;
  text-indent: -9999px;
}
.canvasNav .canvasNavUl {
  padding: 0;
  text-align: center;
  margin: 0;
  background-color: #FFF;
}
.canvasNav .canvasNavUl li {
  font-size: 14px;
  padding: 5px 0 30px;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}
.canvasNav .canvasNavUl li.index, .canvasNav .canvasNavUl li.wink-and-nod {
  position: relative;
}
.canvasNav .canvasNavUl li.index a, .canvasNav .canvasNavUl li.wink-and-nod a {
  width: 100%;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
}
.canvasNav .canvasNavUl .headerImage {
  vertical-align: middle;
}
.canvasNav .navName {
  height: 40px;
  width: 71px;
  line-height: 40px;
  font-family: "NeuzeitOffice-Regular", "HelveticaNeueLTStd55Roman", Helvetica, "Segoe UI", sans-serif;
  color: #222222;
}
.canvasNav .wink-and-nod .navName {
  width: 140px;
}
.canvasNav .canvasSubCat {
  position: absolute;
  background-color: #fff3ef;
  display: none;
  width: 100%;
  margin-top: -2px;
  z-index: 9996;
}
.canvasNav .canvasSubCat .closeIcon {
  right: 20px;
  position: absolute;
  top: 30px;
  display: none;
}
.canvasNav .canvasSubCat.mobile {
  position: fixed;
  top: 80px;
  z-index: 9997;
}
.canvasNav .canvasSubCat.mobile ul.subCategory li {
  padding: 5px 0;
  line-height: 40px;
  font-size: 14px;
}
.canvasNav .region-page-bottom {
  position: absolute;
  z-index: 9996;
  width: 100%;
  margin-top: 80px;
}
.canvasNav .headerImage {
  display: none;
}

.canvasSubCat .subCategory {
  padding: 0;
  text-align: center;
  margin: 0;
}
.canvasSubCat .subCategory li {
  margin-right: 45px;
  font-size: 18px;
  font-family: "NeuzeitOffice-Regular", "HelveticaNeueLTStd55Roman", Helvetica, "Segoe UI", sans-serif;
  cursor: pointer;
  display: inline-block;
  color: #222222;
}
.canvasSubCat .subCategory li.lastItem {
  margin-right: 0;
}
.canvasSubCat .closeIcon.showCloseIcon {
  display: block !important;
}
.canvasSubCat ul li {
  padding: 33px 0;
}

.hub-article-overlay-flexslider {
  background-color: #fff3ef;
  position: relative;
  top: -2px;
  display: none;
}
.hub-article-overlay-flexslider .contentAreaUl {
  display: none;
}
.hub-article-overlay-flexslider .contentAreaUl li {
  display: inline-block;
}
.hub-article-overlay-flexslider .prodContainer {
  list-style: none;
  font-size: 14px;
  margin-right: 24px;
  margin-bottom: 55px;
  max-width: 150px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  color: #222222;
}
.hub-article-overlay-flexslider .prodContainer .readMore {
  background-color: white;
  border: 1px solid black;
  color: black;
  padding: 5px;
  text-decoration: none;
  width: 100px;
  margin: 0 auto;
  display: none;
}
.hub-article-overlay-flexslider .prodContainer .prodDescription {
  line-height: 18px;
  min-height: 36px;
}
.hub-article-overlay-flexslider .prodContainer.lastItem {
  margin-right: 0;
}
.hub-article-overlay-flexslider .prodImage {
  width: 150px !important;
  height: 90px !important;
  margin: 10px 0;
}
.hub-article-overlay-flexslider .flex-viewport {
  width: 900px;
  margin: 0 auto;
  height: auto;
}
.hub-article-overlay-flexslider .flex-viewport .slides {
  padding: 0;
  margin: 30px 0 0;
}
.hub-article-overlay-flexslider .flex-viewport .slides li {
  padding: 0 25px;
}
.hub-article-overlay-flexslider .flex-direction-nav {
  position: absolute;
  width: 100%;
  max-width: 1000px;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  list-style: none;
  margin: 0 auto;
}
.hub-article-overlay-flexslider .flex-direction-nav .flex-next {
  background-position: right center;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.hub-article-overlay-flexslider .flex-direction-nav .flex-prev {
  background-position: left center;
  left: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.hub-article-overlay-flexslider img {
  border: none;
}
.hub-article-overlay-flexslider .loadMorecontainer {
  height: 40px;
  text-align: center;
  display: none;
}
.hub-article-overlay-flexslider .loadMorecontainer .loadMoreBtn {
  background-color: white;
  border: 1px solid black;
  color: black;
  margin-bottom: 15px;
  padding: 10px;
  text-decoration: none;
  cursor: pointer;
}
.hub-article-overlay-flexslider .pagination {
  text-align: center;
  font-size: 18px;
}
.hub-article-overlay-flexslider .flex-control-nav {
  margin: 0;
  bottom: 0;
  padding-bottom: 10px;
}
.hub-article-overlay-flexslider .flex-control-nav li {
  display: none;
}

@media only screen and (max-width: 767px) {
  .canvasSubCat {
    background-color: #FFF !important;
  }
  .canvasSubCat .subCategory li {
    margin-right: 20px;
  }
  .canvasSubCat ul li:last-child {
    margin: 0;
  }

  .canvasNav {
    width: 100%;
  }
  .canvasNav .headerImage {
    display: none;
  }
  .canvasNav .canvasNavUl li {
    padding-bottom: 5px;
  }
  .canvasNav .canvasNavUl li:last-child {
    margin: 0;
  }
  .canvasNav .canvasSubCat .closeIcon {
    display: none !important;
  }
  .canvasNav .region-page-bottom {
    margin-top: 0;
  }

  .hub-article-overlay-flexslider .contentAreaUl {
    padding: 20px 0 0 10px;
    max-width: 320px;
    display: none;
  }
  .hub-article-overlay-flexslider .contentAreaUl_mobile {
    padding: 0;
    max-width: 300px;
    margin-top: 59px;
    margin-left: auto;
    margin-right: auto;
  }
  .hub-article-overlay-flexslider .contentAreaUl_mobile li {
    max-width: 125px;
    margin-right: 50px;
    margin-top: 25px;
    float: left;
  }
  .hub-article-overlay-flexslider .contentAreaUl_mobile li .prodContainer {
    margin-bottom: 23px;
    position: relative;
    text-align: center;
  }
  .hub-article-overlay-flexslider .contentAreaUl_mobile li .prodContainer .prodImage {
    height: 75px !important;
    width: 125px !important;
    margin: 10px 0;
  }
  .hub-article-overlay-flexslider .contentAreaUl_mobile li .prodContainer .prodDescription {
    line-height: 16px;
    margin-bottom: 15px;
    height: 48px;
    overflow: hidden;
  }
  .hub-article-overlay-flexslider .contentAreaUl_mobile li.removeRightPadding {
    margin-right: 0;
  }
  .hub-article-overlay-flexslider .flex-viewport, .hub-article-overlay-flexslider .flex-control-paging, .hub-article-overlay-flexslider .flex-direction-nav {
    display: none;
  }
  .hub-article-overlay-flexslider .loadMorecontainer {
    display: block;
  }
  .hub-article-overlay-flexslider li .prodContainer {
    margin-right: 0;
  }

  .canvas .canvasContent li.middleContent {
    width: 100%;
  }
  .canvas .canvasContent li.leftContent, .canvas .canvasContent li.rightContent {
    display: none;
  }
  .canvas .canvasContent.fixed li.middleContent {
    width: 50%;
  }
  .canvas .canvasContent.fixed li.leftContent {
    width: 25%;
    display: block;
  }
  .canvas .canvasContent.fixed li.leftContent .stickyLeftContent {
    width: 65%;
  }
  .canvas .canvasContent.fixed li.rightContent {
    width: 25%;
    display: block;
  }
  .canvas .canvasContent.fixed li.rightContent a {
    color: gray;
    display: block;
    line-height: 29px;
  }

  .prodContainer .readMore {
    display: block;
  }
}
.canvasContent.fixed .leftContent {
  padding-left: 20px;
}
.canvasContent.fixed .middleContent {
  color: black;
  opacity: 0.1;
  font-size: 29px;
}
.canvasContent.fixed .stickyLeftContent {
  width: 65px;
  text-align: left;
  padding: 9px 0;
  height: 47px;
}
.canvasContent.fixed .stickyRightContent {
  display: inline-block;
  padding: 9px 0;
}
.canvasContent.fixed .stickyRightContent .search {
  padding: 15px 0 15px 15px;
  margin-right: 0;
}
.canvasContent.fixed .stickyRightContent .shoppingBag {
  padding: 10px 13px;
}
.canvasContent.fixed .canvasLink {
  display: inline-block;
  padding: 23px 18px 23px 0;
  vertical-align: top;
  font-size: 14px;
}
.canvasContent.fixed .rightContent {
  width: 33.3%;
  padding-right: 20px;
  height: 47px;
}
.canvasContent .rightContent .search {
  margin-right: 15px;
}
.rightContent .eh-search-mobile-container {
  display: inline-block;
  vertical-align: top;
}
.rightContent .shopping_container {
  margin-left: 30px;
  display: inline-block;
  max-height: 48px;
}
.rightContent .icon-search {
  font-size: 20px;
  color: #b0afaf;
}
.rightContent .eh-search-mobile {
  display: inline-block;
  height: 25px;
  margin-top: 0;
  vertical-align: bottom;
}
.rightContent .tertiary-nav li.searchbar {
  position: relative;
}
.rightContent .tertiary-nav > li.searchbar .search-mobile {
  padding: 0;
  color: #b0afaf;
  font-size: 21px;
  display: inline-block;
  margin: 4px 0 0 0;
  position: relative;
  text-decoration: none;
  vertical-align: top;
}
.rightContent .eh-search-mobile-form {
  background: #fff;
  display: inline-block;
  z-index: 9000;
  overflow: hidden;
  width: 0;
  max-width: 260px;
}
.rightContent .eh-search-mobile-form .form-type-textfield {
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -ms-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
.rightContent .eh-search-mobile-form input {
  border: 0;
  margin: 2px 0 0 0;
  padding: 0;
  outline: none;
}
.rightContent .eh-search-mobile-form input.form-submit {
  background-image: none !important;
  background-color: transparent;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  right: 0;
  z-index: 999;
  display: none;
}
.rightContent .eh-search-mobile-form input.form-text {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.4) inset;
  color: gray;
  font-size: 14px;
  font-family: "HelveticaNeueLTStd45Light", Arial, Sans-Serif;
  height: 30px;
  line-height: 30px;
  padding: 0 8px;
  width: 100%;
}
.rightContent .eh-search-mobile-form .form-tablet {
  display: none;
}
@media only screen and (max-width: 479px) {
  .canvasNav .canvasNavUl li.mycanvas {
    display: none;
  }
}
@media (max-width: 1050px) {
  .hub-article-overlay-flexslider .flex-direction-nav .flex-next {
    right: 30px;
  }
  .hub-article-overlay-flexslider .flex-direction-nav .flex-prev {
    left: 10px;
  }
}
@media (min-width: 768px) and (max-width: 870px) {
  .hub-article-overlay-flexslider .flex-viewport {
    width: 850px;
  }
  .hub-article-overlay-flexslider .flex-direction-nav .flex-next {
    right: 10px;
  }
  .hub-article-overlay-flexslider .flex-direction-nav .flex-prev {
    left: 10px;
  }
  .hub-article-overlay-flexslider li .prodContainer {
    max-width: 145px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .hub-article-overlay-flexslider .flex-viewport {
    width: 768px;
    max-height: none;
  }
  .hub-article-overlay-flexslider .flex-viewport .slides li {
    min-width: 768px;
  }
}
@media only screen and (max-width: 320px) {
  .canvasNav .canvasNavUl li {
    margin-rdirection: 0;
  }
  .canvasNav .navName {
    width: 60px;
  }
  .canvasNav .wink-and-nod .navName {
    width: 115px;
  }

  .canvas .canvasContent.fixed .leftContent {
    width: 22% !important;
    padding-left: 0;
  }
  .canvas .canvasContent.fixed .middleContent {
    width: 53% !important;
  }
  .canvas .canvasContent.fixed .rightContent {
    width: 24% !important;
    padding-right: 0;
  }
}
.eh-content-formatter-v1.add-to-canvas {
  max-width: 100%;
}
.eh-content-formatter-v1.add-to-canvas h3 {
  height: 59px;
}
.eh-content-formatter-v1.add-to-canvas #add-to-your-canvas-block {
  width: 100%;
  height: auto;
  max-width: 934px;
  margin: 0 auto;
}
.eh-content-formatter-v1.add-to-canvas .flex-control-nav {
  display: none;
}
.eh-content-formatter-v1.add-to-canvas .slides {
  margin-top: 46px;
  float: left;
}
.eh-content-formatter-v1.add-to-canvas .slides > li {
  margin-bottom: 78px;
}
.eh-content-formatter-v1.add-to-canvas .add-to-your-canvas-prod-img {
  float: left;
  margin: 0 25px;
  position: relative;
  width: 90px;
  height: 90px;
}
.eh-content-formatter-v1.add-to-canvas .add-to-your-canvas-prod-img .plus-image {
  background: url(/media/export/cms/editorial_hub/plus.png) no-repeat right 0;
  cursor: pointer;
  position: absolute;
  right: -16px;
  top: 23px;
  height: 23px;
  width: 23px;
  z-index: 22;
}
.eh-content-formatter-v1.add-to-canvas .add-to-your-canvas-prod-img:nth-child(1) {
  margin-left: 66px;
}
.eh-content-formatter-v1.add-to-canvas .add-to-your-canvas-prod-img img {
  width: 100%;
  height: auto;
}
.eh-content-formatter-v1.add-to-canvas .add-to-your-canvas-prod-img .image-container {
  width: 100%;
  height: inherit;
  overflow: hidden;
}
.eh-content-formatter-v1.add-to-canvas .add-to-your-canvas-prod-img .image-container img.landscape-img {
  width: auto;
  height: 100%;
  max-width: none;
}
.eh-content-formatter-v1.add-to-canvas .add-to-your-canvas-prod-img .image-container img.product-img {
  width: 85%;
  margin: auto;
  margin-top: 10px;
}
.eh-content-formatter-v1.add-to-canvas .flex-direction-nav a {
  top: 85px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .eh-content-formatter-v1.add-to-canvas .flex-control-paging {
    display: none;
  }
  .eh-content-formatter-v1.add-to-canvas .flex-direction-nav {
    display: none;
  }
  .eh-content-formatter-v1.add-to-canvas .canvas-flexslider {
    max-height: none;
  }
  .eh-content-formatter-v1.add-to-canvas .canvas-flexslider .slides {
    margin: 33px 0 25px;
    padding: 0 10%;
    width: auto !important;
  }
  .eh-content-formatter-v1.add-to-canvas .add-to-your-canvas-prod-img {
    margin: 0 auto 13.37% !important;
    margin-right: 30% !important;
    width: 35%;
    max-width: 100%;
    height: 0;
    padding-bottom: 35%;
    text-align: center;
    display: block;
  }
  .eh-content-formatter-v1.add-to-canvas .add-to-your-canvas-prod-img img {
    height: auto;
  }
  .eh-content-formatter-v1.add-to-canvas .add-to-your-canvas-prod-img .plus-image {
    top: -12px;
    right: -12px;
    -webkit-box-shadow: 0px 0px 7px 4px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 7px 4px rgba(0, 0, 0, 0.08);
    border-radius: 50%;
  }
  .eh-content-formatter-v1.add-to-canvas .add-to-your-canvas-prod-img[data-product-id] .plus-image {
    top: 0;
    right: 0;
  }
  .eh-content-formatter-v1.add-to-canvas .add-to-your-canvas-prod-img:nth-child(2n) {
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 420px) and (max-width: 500px) {
  .eh-content-formatter-v1.add-to-canvas .add-to-your-canvas-prod-img[data-product-id] .plus-image {
    right: 10px;
  }
}
@media only screen and (min-width: 501px) and (max-width: 650px) {
  .eh-content-formatter-v1.add-to-canvas .add-to-your-canvas-prod-img[data-product-id] .plus-image {
    right: 20px;
  }
}
@media only screen and (min-width: 651px) and (max-width: 767px) {
  .eh-content-formatter-v1.add-to-canvas .add-to-your-canvas-prod-img[data-product-id] .plus-image {
    right: 30px;
  }
}
#foreground-node.articleCanvasOverlay .article_overlay {
  display: inline-block;
}

#canvas-wrap #canvas-outer-wrap {
  background: #fff3ef;
}
#canvas-wrap #canvas-outer-wrap #tabs_container {
  padding: 60px 0;
  max-width: 984px;
  margin: 0 auto;
}
#canvas-wrap #canvas-outer-wrap #tabs_container ul.tabs {
  margin: 0 auto;
  text-align: center;
}
#canvas-wrap #canvas-outer-wrap #tabs_container ul.tabs li {
  display: inline-block;
  margin-right: 15px;
}
#canvas-wrap #canvas-outer-wrap #tabs_container ul.tabs li:nth-last-child(1) {
  margin-right: 0;
}
#canvas-wrap #canvas-outer-wrap #tabs_container ul.tabs li a {
  background-color: white;
  color: #222222;
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  padding: 20px 30px;
  display: inline-block;
  font-size: 18px;
  font-family: "NeuzeitOffice-Regular", "HelveticaNeueLTStd55Roman", Helvetica, "Segoe UI", sans-serif;
}
#canvas-wrap #canvas-outer-wrap #tabs_container ul.tabs li.active a {
  color: #222222;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#canvas-wrap #canvas-outer-wrap .canvas-home {
  background: white;
  margin: 0 auto;
  max-width: 864px;
  min-height: 600px;
  padding: 44px 15px 50px;
  position: relative;
}
#canvas-wrap #canvas-outer-wrap .canvas-home.tab-clinique, #canvas-wrap #canvas-outer-wrap .canvas-home.tab-canvas {
  padding: 20px;
}
#canvas-wrap #canvas-outer-wrap .canvas-home.tab-clinique .clinique-article, #canvas-wrap #canvas-outer-wrap .canvas-home.tab-canvas .clinique-article {
  cursor: pointer;
}
#canvas-wrap #canvas-outer-wrap .canvas-home.tab-clinique .canvas-img-wrap .prod-img:nth-child(3n-3), #canvas-wrap #canvas-outer-wrap .canvas-home.tab-canvas .canvas-img-wrap .prod-img:nth-child(3n-3) {
  text-align: left;
}
#canvas-wrap #canvas-outer-wrap .canvas-home.tab-clinique .canvas-img-wrap .prod-img.elevated, #canvas-wrap #canvas-outer-wrap .canvas-home.tab-canvas .canvas-img-wrap .prod-img.elevated {
  margin-top: -20px;
}
#canvas-wrap #canvas-outer-wrap .canvas-home.tab-clinique .canvas-img-wrap .prod-img.clinique-product, #canvas-wrap #canvas-outer-wrap .canvas-home.tab-canvas .canvas-img-wrap .prod-img.clinique-product {
  width: 125px;
  height: 125px;
}
#canvas-wrap #canvas-outer-wrap .canvas-home.tab-clinique .canvas-img-wrap .prod-img.clinique-product > div, #canvas-wrap #canvas-outer-wrap .canvas-home.tab-canvas .canvas-img-wrap .prod-img.clinique-product > div {
  height: 125px !important;
  width: 100% !important;
  text-align: center;
  float: left;
  border-radius: 50%;
}
#canvas-wrap #canvas-outer-wrap .canvas-home.tab-clinique .canvas-img-wrap .prod-img.clinique-product > div > img, #canvas-wrap #canvas-outer-wrap .canvas-home.tab-canvas .canvas-img-wrap .prod-img.clinique-product > div > img {
  float: none !important;
  height: 125px;
}
#canvas-wrap #canvas-outer-wrap .canvas-home.tab-clinique .canvas-img-wrap .prod-img.clinique-product .img-plus, #canvas-wrap #canvas-outer-wrap .canvas-home.tab-canvas .canvas-img-wrap .prod-img.clinique-product .img-plus {
  margin-left: -34px;
  margin-top: 0px;
}
#canvas-wrap #canvas-outer-wrap .canvas-home.tab-clinique .canvas-img-wrap .prod-img img, #canvas-wrap #canvas-outer-wrap .canvas-home.tab-canvas .canvas-img-wrap .prod-img img {
  max-width: 97%;
}
#canvas-wrap #canvas-outer-wrap .canvas-home.tab-clinique #contributor-container, #canvas-wrap #canvas-outer-wrap .canvas-home.tab-canvas #contributor-container {
  background: #ffffec;
  color: #222222;
  float: left;
  font-size: 14px;
  font-family: "NeuzeitOffice-Regular", "HelveticaNeueLTStd55Roman", Helvetica, "Segoe UI", sans-serif;
  line-height: 18px;
  min-height: 560px;
  padding: 30px;
  text-align: center;
  width: 27.92%;
}
#canvas-wrap #canvas-outer-wrap .canvas-home.tab-clinique #contributor-container .contr-name, #canvas-wrap #canvas-outer-wrap .canvas-home.tab-canvas #contributor-container .contr-name {
  font-size: 20px;
}
#canvas-wrap #canvas-outer-wrap .canvas-home.tab-clinique #contributor-container .contr-title, #canvas-wrap #canvas-outer-wrap .canvas-home.tab-canvas #contributor-container .contr-title {
  padding-bottom: 30px;
}
#canvas-wrap #canvas-outer-wrap .canvas-home.tab-clinique #contributor-container .contr-photo, #canvas-wrap #canvas-outer-wrap .canvas-home.tab-canvas #contributor-container .contr-photo {
  padding-bottom: 30px;
}
#canvas-wrap #canvas-outer-wrap .canvas-home.tab-clinique #contributor-container .contr-sub-title, #canvas-wrap #canvas-outer-wrap .canvas-home.tab-canvas #contributor-container .contr-sub-title {
  padding-bottom: 30px;
}
#canvas-wrap #canvas-outer-wrap .canvas-home.tab-clinique .canvas-img-wrap, #canvas-wrap #canvas-outer-wrap .canvas-home.tab-canvas .canvas-img-wrap {
  margin-top: 60px;
  padding: 3.7%;
  width: 72.08%;
}
@media only screen and (max-width: 800px) and (min-width: 768px) {
  #canvas-wrap #canvas-outer-wrap .canvas-home.tab-clinique .canvas-img-wrap, #canvas-wrap #canvas-outer-wrap .canvas-home.tab-canvas .canvas-img-wrap {
    padding: 1.7%;
  }
}
#canvas-wrap #canvas-outer-wrap .canvas-home .contr-photo img {
  height: auto;
  max-width: 100%;
}
#canvas-wrap #canvas-outer-wrap .canvas-home.tab-canvas .canvas-img-wrap {
  margin-top: 0;
  width: 100%;
  padding: 0 10%;
}
#canvas-wrap #canvas-outer-wrap .canvas-img-wrap {
  float: left;
  width: 100%;
}
#canvas-wrap #canvas-outer-wrap .canvas-img-wrap .row-wrap {
  float: left;
  width: 100%;
}
#canvas-wrap #canvas-outer-wrap .canvas-img-wrap .prod-img {
  float: left;
  margin: 50px 5% 0;
  position: relative;
  text-align: center;
  width: 22%;
  height: 150px;
}
@media only screen and (max-width: 800px) and (min-width: 768px) {
  #canvas-wrap #canvas-outer-wrap .canvas-img-wrap .prod-img {
    margin: 50px 4.5% 0;
  }
}
#canvas-wrap #canvas-outer-wrap .canvas-img-wrap .prod-img img {
  max-height: 150px;
  max-width: 100%;
}
#canvas-wrap #canvas-outer-wrap .canvas-img-wrap .prod-img .img-plus {
  background: url("/media/export/cms/editorial_hub/canvas/images/plus.png") no-repeat right top;
  -webkit-box-shadow: 0px 0px 7px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 7px 4px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 23px;
  margin-left: -12px;
  margin-top: -12px;
  opacity: 1;
  position: absolute;
  width: 23px;
  z-index: 22;
}
#canvas-wrap #canvas-outer-wrap .canvas-img-wrap .prod-img:nth-child(3n-1) {
  margin-top: 20px;
  text-align: center;
}
#canvas-wrap #canvas-outer-wrap .canvas-img-wrap .prod-img:nth-child(3n-2) {
  text-align: left;
}
#canvas-wrap #canvas-outer-wrap .canvas-img-wrap .prod-img:nth-child(3n-3) {
  text-align: right;
}
#canvas-wrap #canvas-outer-wrap .canvas-img-wrap.flexslider {
  padding: 0 10%;
}
#canvas-wrap #canvas-outer-wrap .btn-customize {
  border: 1px solid gray;
  bottom: 5%;
  color: #222222;
  font-size: 10px;
  left: 50%;
  margin-left: -70px;
  margin-top: -10px;
  position: absolute;
}
#canvas-wrap #canvas-outer-wrap .btn-customize button {
  background-color: #fff;
  border: none;
  font-style: italic;
  font-family: "GTSectraFineMediumItalic";
  font-size: 14px;
  line-height: 35px;
  padding: 0;
  width: 120px;
}
#canvas-wrap #canvas-outer-wrap .canvas-title {
  color: #222222;
  font-size: 30px;
  font-family: "NeuzeitOffice-Regular", "HelveticaNeueLTStd55Roman", Helvetica, "Segoe UI", sans-serif;
  line-height: 36px;
  padding-bottom: 40px;
  text-align: center;
}
#canvas-wrap #canvas-outer-wrap .tab_contents {
  display: none;
}
#canvas-wrap #canvas-outer-wrap .tab_contents_active {
  display: block;
}
#canvas-wrap .arrow-container {
  position: relative;
}
#canvas-wrap .arrow-container .navigate {
  height: 56px;
  position: absolute;
  top: 110px;
  width: 19px;
}
#canvas-wrap .arrow-container .arrow-left {
  background: url("/media/export/cms/editorial_hub/canvas/images/left.png") no-repeat;
  left: -105px;
}
#canvas-wrap .arrow-container .arrow-right {
  background: url("/media/export/cms/editorial_hub/canvas/images/right.png") no-repeat transparent;
  right: -105px;
}

.ie8 #canvas-wrap #canvas-outer-wrap .canvas-home.tab-clinique .canvas-img-wrap .prod-img.clinique-product .img-plus, .ie8 #canvas-wrap #canvas-outer-wrap .canvas-home.tab-canvas .canvas-img-wrap .prod-img.clinique-product .img-plus {
  margin-left: -12px;
  margin-top: -12px;
}

@media only screen and (max-width: 767px) {
  #canvas-wrap #canvas-outer-wrap {
    padding: 0 20px;
  }
  #canvas-wrap #canvas-outer-wrap .canvas-title {
    font-size: 1.5em;
    margin: 0 auto;
    line-height: 30px;
    width: 90%;
  }
  #canvas-wrap #canvas-outer-wrap .canvas-title br {
    display: none;
  }
  #canvas-wrap #canvas-outer-wrap .canvas-home {
    padding: 3.65%;
    font-size: normal;
  }
  #canvas-wrap #canvas-outer-wrap .canvas-home.tab-clinique, #canvas-wrap #canvas-outer-wrap .canvas-home.tab-canvas {
    min-height: 730px;
    overflow: auto;
  }
  #canvas-wrap #canvas-outer-wrap .canvas-home.tab-clinique .canvas-img-wrap .prod-img.elevated, #canvas-wrap #canvas-outer-wrap .canvas-home.tab-canvas .canvas-img-wrap .prod-img.elevated {
    margin-top: 0px;
  }
  #canvas-wrap #canvas-outer-wrap .canvas-home.tab-clinique .canvas-img-wrap .prod-img.clinique-product, #canvas-wrap #canvas-outer-wrap .canvas-home.tab-canvas .canvas-img-wrap .prod-img.clinique-product {
    max-width: 22%;
  }
  #canvas-wrap #canvas-outer-wrap .canvas-home.tab-clinique .canvas-img-wrap .prod-img.clinique-product > div, #canvas-wrap #canvas-outer-wrap .canvas-home.tab-canvas .canvas-img-wrap .prod-img.clinique-product > div {
    width: 100% !important;
    text-align: center;
    float: left;
  }
  #canvas-wrap #canvas-outer-wrap .canvas-home.tab-clinique .canvas-img-wrap .prod-img.clinique-product > div > img, #canvas-wrap #canvas-outer-wrap .canvas-home.tab-canvas .canvas-img-wrap .prod-img.clinique-product > div > img {
    float: none !important;
    height: auto;
  }
  #canvas-wrap #canvas-outer-wrap .canvas-home.tab-clinique .canvas-img-wrap .prod-img img, #canvas-wrap #canvas-outer-wrap .canvas-home.tab-canvas .canvas-img-wrap .prod-img img {
    max-width: 93%;
  }
  #canvas-wrap #canvas-outer-wrap .canvas-home.tab-clinique #contributor-container, #canvas-wrap #canvas-outer-wrap .canvas-home.tab-canvas #contributor-container {
    line-height: 21px;
    min-height: 200px;
    margin-bottom: 23px;
    padding: 4%;
    text-align: left;
    width: 100%;
  }
  #canvas-wrap #canvas-outer-wrap .canvas-home.tab-clinique #contributor-container .contr-title, #canvas-wrap #canvas-outer-wrap .canvas-home.tab-canvas #contributor-container .contr-title {
    padding-bottom: 0;
  }
  #canvas-wrap #canvas-outer-wrap .canvas-home.tab-clinique #contributor-container .contr-photo, #canvas-wrap #canvas-outer-wrap .canvas-home.tab-canvas #contributor-container .contr-photo {
    float: left;
    padding-right: 29px;
    width: 40%;
    max-width: 189px;
  }
  #canvas-wrap #canvas-outer-wrap .canvas-home.tab-clinique #contributor-container .wrap-right-content, #canvas-wrap #canvas-outer-wrap .canvas-home.tab-canvas #contributor-container .wrap-right-content {
    width: 60%;
    float: left;
  }
  #canvas-wrap #canvas-outer-wrap .canvas-home.tab-clinique #contributor-container .contr-sub-title, #canvas-wrap #canvas-outer-wrap .canvas-home.tab-canvas #contributor-container .contr-sub-title {
    padding-bottom: 20px;
  }
  #canvas-wrap #canvas-outer-wrap .canvas-home.tab-clinique .canvas-img-wrap, #canvas-wrap #canvas-outer-wrap .canvas-home.tab-canvas .canvas-img-wrap {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  #canvas-wrap #canvas-outer-wrap #tabs_container ul.tabs li {
    font-size: 15px;
    top: 0;
  }
  #canvas-wrap #canvas-outer-wrap #tabs_container ul.tabs li a {
    font-size: normal;
    padding: 0;
    padding: 13px 20px;
  }
  #canvas-wrap #canvas-outer-wrap .tab_contents_container .canvas-img-wrap {
    margin: 0 auto;
    min-height: 397px;
    position: relative;
  }
}
@media only screen and (max-width: 640px) {
  #canvas-wrap #canvas-outer-wrap .canvas-img-wrap .prod-img img {
    max-width: 90%;
  }
  #canvas-wrap #canvas-outer-wrap .canvas-img-wrap .prod-img::nth-child(3n-2) {
    margin-top: 80px;
  }
  #canvas-wrap #canvas-outer-wrap .canvas-img-wrap .prod-img::nth-child(3n-3) {
    margin-top: 80px;
  }
  #canvas-wrap #canvas-outer-wrap .canvas-home.tab-clinique .canvas-img-wrap .prod-img.clinique-product div, #canvas-wrap #canvas-outer-wrap .canvas-home.tab-canvas .canvas-img-wrap .prod-img.clinique-product div {
    height: auto !important;
  }
  #canvas-wrap #canvas-outer-wrap .canvas-home.tab-clinique .canvas-img-wrap .prod-img.clinique-product div img, #canvas-wrap #canvas-outer-wrap .canvas-home.tab-canvas .canvas-img-wrap .prod-img.clinique-product div img {
    height: auto;
    margin-top: 15% !important;
    margin-bottom: -25%;
  }
  #canvas-wrap #canvas-outer-wrap .canvas-home.tab-clinique .canvas-img-wrap .prod-img.clinique-product .img-plus, #canvas-wrap #canvas-outer-wrap .canvas-home.tab-canvas .canvas-img-wrap .prod-img.clinique-product .img-plus {
    margin-left: -25%;
  }
}
@media only screen and (max-width: 480px) {
  #canvas-wrap #canvas-outer-wrap .canvas-img-wrap .prod-img {
    min-height: 100px;
    max-width: 70%;
  }
  #canvas-wrap #canvas-outer-wrap .canvas-img-wrap .prod-img.clinique-product {
    max-width: 22%;
  }
  #canvas-wrap #canvas-outer-wrap .canvas-img-wrap .prod-img.clinique-product > div {
    text-align: center;
    float: left;
  }
  #canvas-wrap #canvas-outer-wrap .canvas-img-wrap .prod-img.clinique-product > div > img {
    float: none !important;
    height: 80px;
  }
}
@media only screen and (max-width: 480px) {
  #canvas-wrap #canvas-outer-wrap {
    /*.canvas-img-wrap {
      .prod-img img {
        max-width: 90%;
      }
    }*/
  }
  #canvas-wrap #canvas-outer-wrap .canvas-home.tab-clinique #contributor-container {
    text-align: center;
    margin-right: 0;
  }
  #canvas-wrap #canvas-outer-wrap .canvas-home.tab-clinique #contributor-container .contr-photo {
    float: none;
    width: auto;
    padding-right: 0;
    padding-bottom: 15px;
    margin: auto;
  }
  #canvas-wrap #canvas-outer-wrap .canvas-home.tab-clinique #contributor-container .wrap-right-content {
    width: auto;
  }
  #canvas-wrap #canvas-outer-wrap .canvas-title {
    font-size: 1.2em;
    line-height: 24px;
    padding-bottom: 20px;
  }
  #canvas-wrap #canvas-outer-wrap .canvas-home {
    min-height: 560px;
  }
  #canvas-wrap #canvas-outer-wrap #tabs_container {
    padding: 30px 0;
  }
  #canvas-wrap #canvas-outer-wrap #tabs_container ul.tabs li a {
    padding: 6px 10px;
    font-size: 14px;
  }
}
.canvas-article-preview {
  color: grey;
  width: 60em;
  padding: 2em;
  max-height: 40em;
}
.canvas-article-preview .hero {
  float: left;
  margin-right: 4em;
  width: 20em;
}
.canvas-article-preview .info {
  float: left;
  width: 50%;
}
.canvas-article-preview .info .headline {
  font-size: 2em;
  margin-bottom: .5em;
}
.canvas-article-preview .info .description {
  font-size: 1.1em;
  margin: 0 0 1em;
}
.canvas-article-preview .info .remove {
  vertical-align: middle;
}
.canvas-article-preview .info .remove .icon {
  vertical-align: middle;
  margin-right: 1em;
}
.eh_article_prev_social_share {
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.eh_article_prev_social_share p:first-child {
  padding-left: 0px;
}
.eh_article_prev_social_share .social_icons {
  float: left;
  padding-left: 10px;
}
.bgColor1 {
  background-color: #fff3ef;
}

.bgColor2 {
  background-color: #ffffec;
}

.canvasLink {
  display: none;
}

.closeIcon img {
  border: none;
}
.topNav{
	position: relative;
    top: -50px;
}
.eh-social-share .social_share_links .social_icons.mycanvas, .eh-social-share .social_share_links .social_icons.twitter, .eh-social-share .social_share_links .social_icons.pinterest{
	display: none;
}
@media only screen and (min-width: 768px) and (max-width: 800px) {
  .article_overlay .article-prev-text {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .outer-wrap.more_to_explore, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3.more_to_explore, .spp-extra .module-may-we-suggest .more_to_explore.wrap {
    padding: 0;
  }
  .outer-wrap.more_to_explore .slides, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3.more_to_explore .slides, .spp-extra .module-may-we-suggest .more_to_explore.wrap .slides {
    padding: 0 10%;
  }
  .outer-wrap.more_to_explore .slides > li, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3.more_to_explore .slides > li, .spp-extra .module-may-we-suggest .more_to_explore.wrap .slides > li {
    width: 50%;
    float: left;
    margin-bottom: 0;
    margin-right: 0;
  }
  .outer-wrap.more_to_explore .slides > li:nth-child(2n), .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3.more_to_explore .slides > li:nth-child(2n), .spp-extra .module-may-we-suggest .more_to_explore.wrap .slides > li:nth-child(2n) {
    margin-right: 0;
  }
  .outer-wrap.more_to_explore .slides > li:nth-child(2n+1), .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3.more_to_explore .slides > li:nth-child(2n+1), .spp-extra .module-may-we-suggest .more_to_explore.wrap .slides > li:nth-child(2n+1) {
    clear: both;
  }
  .outer-wrap.more_to_explore .slides > li .flip_back.flip .back_content, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3.more_to_explore .slides > li .flip_back.flip .back_content, .spp-extra .module-may-we-suggest .more_to_explore.wrap .slides > li .flip_back.flip .back_content {
    overflow: hidden;
    position: relative;
    height: 60%;
  }
  .outer-wrap.more_to_explore .slides > li .flip_back.flip .back_content .text_gradient, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3.more_to_explore .slides > li .flip_back.flip .back_content .text_gradient, .spp-extra .module-may-we-suggest .more_to_explore.wrap .slides > li .flip_back.flip .back_content .text_gradient {
    top: auto;
    bottom: 0;
    height: 75px;
  }

  .article_overlay {
    padding: 80px 35px;
    height: 100%;
    overflow: auto;
  }
  .article_overlay .article-prev-image {
    float: none;
    height: 167px;
    width: 167px;
    margin: auto;
  }
  .article_overlay .article-prev-text {
    width: 100%;
    float: none;
    text-align: left;
    margin-top: 30px;
  }
  .article_overlay .article-prev-content {
    position: relative;
    text-align: center;
  }
}
.eh-content-formatter.see-all {
  /*Recommended For You*/
  max-width: 100%;
}
.eh-content-formatter.see-all .slides {
  width: 100%;
  margin: 60px auto 0;
}
.eh-content-formatter.see-all .slides > li {
  float: left;
  width: 33.3%;
  margin-bottom: 80px;
  height: auto !important;
}
.eh-content-formatter.see-all h3 {
  border-bottom: 1px solid #00d0c1;
  text-align: center;
  color: #222222 !important;
  border-top: 3px solid #00d0c1;
  font-size: 18px !important;
  font-family: "NeuzeitOffice-Regular", "HelveticaNeueLTStd55Roman", Helvetica, "Segoe UI", sans-serif;
  height: 55px;
  line-height: 55px;
}
.eh-content-formatter.see-all.recommended_for_you {
  max-width: 100%;
}
.eh-content-formatter.see-all.recommended_for_you h3 {
  height: 59px;
}
.eh-content-formatter.see-all.recommended_for_you .slides {
  max-width: 1006px;
  margin-top: 38px;
  margin-bottom: 40px;
}
.eh-content-formatter.see-all.recommended_for_you .slides > li {
  margin-bottom: 40px;
}
.eh-content-formatter.see-all.recommended_for_you .eh-flip-on-hover-v1 {
  padding-bottom: 30px;
}
.eh-content-formatter.see-all.recommended_for_you .eh-flip-on-hover-v1 .title {
  margin-bottom: 12px;
}
.eh-content-formatter.see-all.recommended_for_you .eh-flip-on-hover-v1 .flip_front .front_content {
  margin: 20px 0 41px;
  padding: 0 55px;
}
.eh-content-formatter.see-all.recommended_for_you .eh-flip-on-hover-v1 .flip_front .read_more {
  position: relative;
  top: 10px;
}
.eh-content-formatter.see-all.recommended_for_you .eh-flip-on-hover-v1:hover .flip_back {
  width: 312px;
}
.eh-content-formatter.see-all.recommended_for_you .eh-flip-on-hover-v1 .flip_back .read_more {
  bottom: 20px;
}
.eh-content-formatter.see-all.recommended_for_you .eh-flip-on-hover-v1 .flip_back .back_content {
  height: 56%;
  margin: 25px 40px 0;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: #222222;
}
.eh-content-formatter.see-all .eh-shop-the-story-v1 .product-title {
  padding: 0 23%;
}
.eh-content-formatter.see-all.shop_the_story {
  margin-top: 100px;
  max-width: 100%;
}
.eh-content-formatter.see-all.shop_the_story .slides {
  max-width: 775px;
  margin-bottom: 20px;
}
.eh-content-formatter.see-all.shop_the_story h3 {
  height: 59px;
  text-transform: capitalize;
}
.eh-content-formatter.see-all.shop_the_story .eh-product .product .product-title a {
  min-height: 40px;
  height: 40px;
}
.eh-content-formatter.see-all.shop_the_story .eh-product .product .product-price {
  font-style: italic;
  font-family: "GTSectraFineRegular","HelveticaNeueLTStd55Roman", Helvetica, Arial, Sans-Serif;
  font-size: 14px;
  line-height: 18px;
  color: #222222;
}
.eh-content-formatter.see-all.more_to_explore {
  max-width: 100%;
}
.eh-content-formatter.see-all.more_to_explore h3 {
  border-top: 2px solid #00d0c1;
}
.eh-content-formatter.see-all.more_to_explore .slides {
  max-width: 936px;
  margin: 40px auto 30px;
}
.eh-content-formatter.see-all.more_to_explore .slides > li {
  margin-bottom: 70px;
  width: 312px;
}
.eh-content-formatter.see-all h3 {
  border-top: 2px solid #00d0c1;
}
.eh-content-formatter.see-all .slides {
  max-width: 960px;
  margin: 40px auto 30px;
}
.eh-content-formatter.see-all .slides > li {
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .outer-wrap.more_to_explore, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3.more_to_explore, .spp-extra .module-may-we-suggest .more_to_explore.wrap {
    padding: 0;
  }
  .outer-wrap.more_to_explore .slides, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3.more_to_explore .slides, .spp-extra .module-may-we-suggest .more_to_explore.wrap .slides {
    padding: 0 10%;
  }
  .outer-wrap.more_to_explore .slides > li, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3.more_to_explore .slides > li, .spp-extra .module-may-we-suggest .more_to_explore.wrap .slides > li {
    width: 50%;
    float: left;
    margin-bottom: 0;
    margin-right: 0;
  }
  .outer-wrap.more_to_explore .slides > li:nth-child(2n), .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3.more_to_explore .slides > li:nth-child(2n), .spp-extra .module-may-we-suggest .more_to_explore.wrap .slides > li:nth-child(2n) {
    margin-right: 0;
  }
  .outer-wrap.more_to_explore .slides > li:nth-child(2n+1), .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3.more_to_explore .slides > li:nth-child(2n+1), .spp-extra .module-may-we-suggest .more_to_explore.wrap .slides > li:nth-child(2n+1) {
    clear: both;
  }
  .outer-wrap.more_to_explore .slides > li .flip_back.flip .back_content, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3.more_to_explore .slides > li .flip_back.flip .back_content, .spp-extra .module-may-we-suggest .more_to_explore.wrap .slides > li .flip_back.flip .back_content {
    overflow: hidden;
    position: relative;
    height: 60%;
  }
  .outer-wrap.more_to_explore .slides > li .flip_back.flip .back_content .text_gradient, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3.more_to_explore .slides > li .flip_back.flip .back_content .text_gradient, .spp-extra .module-may-we-suggest .more_to_explore.wrap .slides > li .flip_back.flip .back_content .text_gradient {
    top: auto;
    bottom: 0;
    height: 75px;
  }
  .outer-wrap.eh-content-formatter.see-all, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3.eh-content-formatter.see-all, .spp-extra .module-may-we-suggest .eh-content-formatter.see-all.wrap {
    padding: 0;
  }
  .outer-wrap.eh-content-formatter.see-all h3, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3.eh-content-formatter.see-all h3, .spp-extra .module-may-we-suggest .eh-content-formatter.see-all.wrap h3 {
    height: 40px !important;
    line-height: 35px;
  }
  .outer-wrap.eh-content-formatter.see-all .slides, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3.eh-content-formatter.see-all .slides, .spp-extra .module-may-we-suggest .eh-content-formatter.see-all.wrap .slides {
    padding: 0 5%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .outer-wrap.eh-content-formatter.see-all .slides > li, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3.eh-content-formatter.see-all .slides > li, .spp-extra .module-may-we-suggest .eh-content-formatter.see-all.wrap .slides > li {
    margin-right: 10%;
    margin-bottom: 25px;
    width: 45%;
  }
  .outer-wrap.eh-content-formatter.see-all .slides > li:nth-child(2n), .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3.eh-content-formatter.see-all .slides > li:nth-child(2n), .spp-extra .module-may-we-suggest .eh-content-formatter.see-all.wrap .slides > li:nth-child(2n) {
    margin-right: 0;
  }
  .outer-wrap.eh-content-formatter.see-all .slides > li:nth-child(2n+1), .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3.eh-content-formatter.see-all .slides > li:nth-child(2n+1), .spp-extra .module-may-we-suggest .eh-content-formatter.see-all.wrap .slides > li:nth-child(2n+1) {
    clear: both;
  }
  .outer-wrap.eh-content-formatter.see-all .slides > li .eh-flip-on-hover-v2 .title, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3.eh-content-formatter.see-all .slides > li .eh-flip-on-hover-v2 .title, .spp-extra .module-may-we-suggest .eh-content-formatter.see-all.wrap .slides > li .eh-flip-on-hover-v2 .title {
    margin-bottom: 12px;
    min-height: 18px;
  }
  .outer-wrap.eh-content-formatter.see-all .slides > li .eh-flip-on-hover-v2 .flip_front .flipimage, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3.eh-content-formatter.see-all .slides > li .eh-flip-on-hover-v2 .flip_front .flipimage, .spp-extra .module-may-we-suggest .eh-content-formatter.see-all.wrap .slides > li .eh-flip-on-hover-v2 .flip_front .flipimage {
    height: 75px;
    width: 125px;
  }
}
.eh-flip-on-hover-v2 {
  height: 100%;
  min-height: 0;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
  cursor: pointer;
  color: #222222;
}
.eh-flip-on-hover-v2 .flip_front {
  left: 0;
  position: static;
  top: 0;
  background-color: #FFF;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: perspective(800px) rotateY(0deg);
  -ms-transform: perspective(800px) rotateY(0deg);
  transform: perspective(800px) rotateY(0deg);
}
.eh-flip-on-hover-v2 .flip_front .flipimage {
  display: block;
  height: 150px;
  margin: 0 auto;
  max-width: 100%;
  width: 250px;
}
.eh-flip-on-hover-v2 .flip_back {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: ivory;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: perspective(700px) rotateY(180deg);
  -ms-transform: perspective(700px) rotateY(180deg);
  transform: perspective(700px) rotateY(180deg);
}
.eh-flip-on-hover-v2 .flip_back .read {
  color: black;
  text-decoration: none;
}
.eh-flip-on-hover-v2 .flip_back .read_more {
  border: 1px solid #222222;
  background: #FFF;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -60px;
  /* To center align read more div */
}
.eh-flip-on-hover-v2 .flip_back .eye_icon {
  width: auto;
  height: 20px;
}
.eh-flip-on-hover-v2 .flip_back.flip .eye_icon {
  margin-top: 25px;
  display: inline-block;
}
.eh-flip-on-hover-v2 .flip_back .back_content {
  height: 58%;
  overflow: hidden;
  margin: 0.5em 10px 0;
  font-family: "GTSectraFineRegular","HelveticaNeueLTStd55Roman", Helvetica, Arial, Sans-Serif;
  position: relative;
}
.eh-flip-on-hover-v2 .flip_back .back_content p {
  font-size: 18px;
  margin: 0.6em .6em 0em .6em;
}
.eh-flip-on-hover-v2 .read_more {
  font-family: "GTSectraFineMediumItalic";
  border: 1px solid #e5e5e5;
  color: #222222;
  width: 120px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  margin: 0 auto;
}
.eh-flip-on-hover-v2 .read_more a {
  color: #222;
  font-family: "GTSectraFineMediumItalic";
}
.eh-flip-on-hover-v2 .flip {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.eh-flip-on-hover-v2:hover .flip_front {
  -webkit-transform: perspective(700px) rotateY(-179.9deg);
  -ms-transform: perspective(700px) rotateY(-179.9deg);
  transform: perspective(700px) rotateY(-179.9deg);
}
.eh-flip-on-hover-v2:hover .flip_back {
  -webkit-transform: perspective(700px) rotateY(0deg);
  -ms-transform: perspective(700px) rotateY(0deg);
  transform: perspective(700px) rotateY(0deg);
}
.eh-flip-on-hover-v2 .front_content {
  margin: 20px 0 30px;
  padding: 0 15px;
  min-height: 36px;
  font-family: "NeuzeitOffice-Regular", "HelveticaNeueLTStd55Roman", Helvetica, "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 18px;
}
.eh-flip-on-hover-v2 .title {
  margin: 0 0 15px 0;
  padding: 0;
  font-family: "NeuzeitOffice-Regular", "HelveticaNeueLTStd55Roman", Helvetica, "Segoe UI", sans-serif;
  font-size: 14px;
}
.eh-flip-on-hover-v2 .flip_back_middle .read_more {
  border: 1px solid #1edae7;
}

.columns-2 .eh-flip-on-hover-v2 {
  min-height: 380px;
}
.columns-2 .eh-flip-on-hover-v2 .flip_front .flipimage {
  height: 234px;
  width: 390px;
}
.columns-2 .eh-flip-on-hover-v2 .flip_back .read_more {
  bottom: 10px;
}

.text_gradient {
  height: 75px;
  position: absolute;
  width: 100%;
  left: 0;
  top: auto;
  bottom: 0;
}

div[class*="text_gradient"][data-text_gradient="#fff3ef"] {
  background: url("/media/export/cms/editorial_hub/eh_flip_cover_orange.png");
}

div[class*="text_gradient"][data-text_gradient="#ffffec"] {
  background: url("/media/export/cms/editorial_hub/eh_flip_cover_yellow.png");
}

@media only screen and (max-width: 767px) {
  .columns-2 .eh-flip-on-hover-v2,
  .columns-3 .eh-flip-on-hover-v2,
  .outer-wrap.more_to_explore .eh-flip-on-hover-v2,
  .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3.more_to_explore .eh-flip-on-hover-v2,
  .spp-extra .module-may-we-suggest .more_to_explore.wrap .eh-flip-on-hover-v2 {
    min-height: 0;
    padding-bottom: 10px;
  }
  .columns-2 .eh-flip-on-hover-v2 .title,
  .columns-3 .eh-flip-on-hover-v2 .title,
  .outer-wrap.more_to_explore .eh-flip-on-hover-v2 .title,
  .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3.more_to_explore .eh-flip-on-hover-v2 .title,
  .spp-extra .module-may-we-suggest .more_to_explore.wrap .eh-flip-on-hover-v2 .title {
    margin-bottom: 10px;
    min-height: 18px;
  }
  .columns-2 .eh-flip-on-hover-v2 .flip_front,
  .columns-3 .eh-flip-on-hover-v2 .flip_front,
  .outer-wrap.more_to_explore .eh-flip-on-hover-v2 .flip_front,
  .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3.more_to_explore .eh-flip-on-hover-v2 .flip_front,
  .spp-extra .module-may-we-suggest .more_to_explore.wrap .eh-flip-on-hover-v2 .flip_front {
    position: relative;
  }
  .columns-2 .eh-flip-on-hover-v2 .flip_front .flipimage,
  .columns-3 .eh-flip-on-hover-v2 .flip_front .flipimage,
  .outer-wrap.more_to_explore .eh-flip-on-hover-v2 .flip_front .flipimage,
  .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3.more_to_explore .eh-flip-on-hover-v2 .flip_front .flipimage,
  .spp-extra .module-may-we-suggest .more_to_explore.wrap .eh-flip-on-hover-v2 .flip_front .flipimage {
    max-width: 390px;
    height: auto;
    width: 70%;
  }
  .columns-2 .eh-flip-on-hover-v2 .front_content,
  .columns-3 .eh-flip-on-hover-v2 .front_content,
  .outer-wrap.more_to_explore .eh-flip-on-hover-v2 .front_content,
  .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3.more_to_explore .eh-flip-on-hover-v2 .front_content,
  .spp-extra .module-may-we-suggest .more_to_explore.wrap .eh-flip-on-hover-v2 .front_content {
    line-height: 1;
    height: 36px;
    overflow: hidden;
    padding: 0 40px;
  }
  .columns-2 .eh-flip-on-hover-v2 .flip_back .read_more,
  .columns-3 .eh-flip-on-hover-v2 .flip_back .read_more,
  .outer-wrap.more_to_explore .eh-flip-on-hover-v2 .flip_back .read_more,
  .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3.more_to_explore .eh-flip-on-hover-v2 .flip_back .read_more,
  .spp-extra .module-may-we-suggest .more_to_explore.wrap .eh-flip-on-hover-v2 .flip_back .read_more {
    bottom: 10px;
  }
  .columns-2 .eh-flip-on-hover-v2 .flip_back .eye_icon,
  .columns-3 .eh-flip-on-hover-v2 .flip_back .eye_icon,
  .outer-wrap.more_to_explore .eh-flip-on-hover-v2 .flip_back .eye_icon,
  .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3.more_to_explore .eh-flip-on-hover-v2 .flip_back .eye_icon,
  .spp-extra .module-may-we-suggest .more_to_explore.wrap .eh-flip-on-hover-v2 .flip_back .eye_icon {
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .columns-2 .eh-flip-on-hover-v2 .flip_back .back_content,
  .columns-3 .eh-flip-on-hover-v2 .flip_back .back_content,
  .outer-wrap.more_to_explore .eh-flip-on-hover-v2 .flip_back .back_content,
  .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3.more_to_explore .eh-flip-on-hover-v2 .flip_back .back_content,
  .spp-extra .module-may-we-suggest .more_to_explore.wrap .eh-flip-on-hover-v2 .flip_back .back_content {
    height: 68%;
    overflow: hidden;
    font-family: "GTSectraFineRegular","HelveticaNeueLTStd55Roman", Helvetica, Arial, Sans-Serif;
    padding: 0 10px;
  }

  .columns-3 .eh-flip-on-hover-v2 .title {
    margin-bottom: 45px;
  }
  .columns-3 .eh-flip-on-hover-v2 .flip_front {
    padding-bottom: 10px;
  }
  .columns-3 .eh-flip-on-hover-v2 .flip_back .back_content {
    height: 205px;
    position: absolute;
    top: 50px;
  }
  .columns-3 .eh-flip-on-hover-v2 .flip_back .back_content .text_gradient {
    top: auto;
    bottom: 0;
  }

  .columns-2 .eh-flip-on-hover-v2 .flip_front .flipimage {
    height: auto !important;
  }
  .columns-2 .eh-flip-on-hover-v2 .flip_back .back_content {
    height: 60%;
    position: relative;
  }
  .columns-2 .eh-flip-on-hover-v2 .flip_back .back_content .text_gradient {
    top: auto;
    bottom: 0;
  }

  .outer-wrap.more_to_explore .eh-flip-on-hover-v2, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3.more_to_explore .eh-flip-on-hover-v2, .spp-extra .module-may-we-suggest .more_to_explore.wrap .eh-flip-on-hover-v2 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .columns-3 .eh-flip-on-hover-v2 {
    padding-bottom: 0;
  }

  .columns-2 .eh-flip-on-hover-v2 .flip_back .read_more {
    width: 100%;
    margin-left: auto;
    max-width: 120px;
    left: 0;
    right: 0;
  }
  .columns-2 .eh-flip-on-hover-v2 .flip_back .back_content {
    height: 50%;
  }
}
@media only screen and (max-width: 375px) {
  .columns-3 .eh-flip-on-hover-v2 .title {
    margin-bottom: 22px;
  }
  .columns-3 .eh-flip-on-hover-v2 .front_content {
    margin: 20px auto 15px;
    width: 210px;
    padding: 0;
  }
  .columns-3 .eh-flip-on-hover-v2 .flip_back .back_content {
    height: 175px;
  }
}
@media only screen and (max-width: 320px) {
  .columns-2 .eh-flip-on-hover-v2 .front_content {
    padding: 0 15px;
  }
}
/* flip for IE8,IE9 */
.no-csstransforms3d .eh-flip-on-hover-v2 {
  cursor: pointer;
}
.no-csstransforms3d .eh-flip-on-hover-v2 .flip_back {
  display: none;
}
.no-csstransforms3d .eh-flip-on-hover-v2:hover .flip_back {
  display: block;
  z-index: 2;
}
/*Article Pop Up*/
.article_rollover_popup {
  position: absolute;
  overflow: visible;
  display: none;
}
.article_rollover_popup #article_rollover_popup_wrap {
  background-color: #FFF;
  border: 1px solid #CCC;
  padding: 10px;
  position: absolute;
  overflow: visible;
  bottom: 44px;
  text-indent: 0;
  right: -138px;
  width: 230px;
  z-index: 999;
}
@media only screen and (max-width: 767px) {
  .article_rollover_popup #article_rollover_popup_wrap {
    right: -110px;
  }
}
.article_rollover_popup #article_rollover_popup_wrap:before {
  content: "";
  position: absolute;
  bottom: -33px;
  left: 100px;
  border-style: solid;
  display: block;
  width: 0;
  z-index: 0;
  border-color: #ccc transparent transparent transparent;
  border-width: 16px 10px;
}
@media only screen and (max-width: 767px) {
  .article_rollover_popup #article_rollover_popup_wrap:before {
    left: 126px;
  }
}
.article_rollover_popup #article_rollover_popup_wrap:after {
  content: "";
  position: absolute;
  bottom: -33px;
  left: 100px;
  border-style: solid;
  display: block;
  width: 0;
  z-index: 1;
  border-color: #ccc transparent transparent transparent;
  border-width: 16px 10px;
}
@media only screen and (max-width: 767px) {
  .article_rollover_popup #article_rollover_popup_wrap:after {
    left: 126px;
  }
}
.article_rollover_popup #article_rollover_popup_wrap .article_rollover_content {
  background-color: #00D0C1;
  color: #222222;
  font-family: "NeuzeitOffice-Regular", "HelveticaNeueLTStd55Roman", Helvetica, "Segoe UI", sans-serif;
  font-size: 14px;
  line-height: 18px;
  padding: 25px 10px;
  text-align: center;
  display: block;
}
.article_rollover_popup #article_rollover_popup_wrap .article_rollover_content .heading {
  color: #222;
  font-size: 22px;
  font-weight: bold;
  text-transform: capitalize;
  display: block;
  margin-bottom: 12px;
}
.article_rollover_popup #article_rollover_popup_wrap .article_rollover_content .popup-close .close {
  position: absolute;
  top: 15px;
  right: 15px;
}
.article_rollover_popup #article_rollover_popup_wrap .article_rollover_content .view-more {
  background-color: #fff;
  border: 1px solid #eaeaea;
  color: #222222;
  font-size: 13px;
  padding: 0 10px;
  margin-top: 12px;
  height: 30px;
  display: block;
}

p #article-pop-up {
  display: inline-block;
}
p .article-tooltip-content {
  text-decoration: underline;
}

.article-image-flexslider {
  position: relative;
}
.article-image-flexslider .flex-direction-nav .flex-next, .article-image-flexslider .flex-direction-nav .flex-prev {
  position: absolute;
  top: 250px;
  height: 90px;
  width: 30px;
  background-image: url(/media/export/cms/editorial_hub/nav-arrows.png);
  text-indent: -9999px;
  outline: none;
}
.article-image-flexslider .flex-viewport {
  max-height: 500px;
}
.article-image-flexslider .flex-viewport .slides {
  margin: 0;
  padding: 0;
  left: -300px;
  position: relative;
}
.article-image-flexslider .flex-viewport .slides li .imageContainer {
  position: relative;
  height: 415px;
  width: auto;
  max-width: 643px;
  margin-right: 60px;
  width: 100%;
  height: 100%;
}
.article-image-flexslider .flex-viewport .slides li .imageContainer .eh_hero_article_images_v2 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.article-image-flexslider .flex-viewport .slides li .imageContainer .sliderImage {
  width: auto;
  max-height: 100%;
  max-width: 100%;
}
.article-image-flexslider .flex-viewport .slides .appendClone {
  float: left;
  list-style: none;
}
.article-image-flexslider .flex-direction-nav {
  padding: 0;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 850px;
}
.article-image-flexslider .flex-direction-nav li {
  list-style: none;
}
.article-image-flexslider .flex-direction-nav li a {
  top: 40% !important;
  opacity: 0.7;
}
.article-image-flexslider .flex-direction-nav li a:hover {
  opacity: 1;
}
.article-image-flexslider .flex-direction-nav .flex-next {
  right: 50px;
  background-position: right center;
  padding: 0;
}
.article-image-flexslider .flex-direction-nav .flex-prev {
  left: 0 !important;
  background-position: left center;
  padding: 0;
}
.article-image-flexslider .flex-direction-nav .flex-disabled {
  pointer-events: none;
}
.article-image-flexslider .flex-control-nav.flex-control-paging {
  padding: 0;
  text-align: center;
}
.article-image-flexslider .flex-control-nav.flex-control-paging li {
  display: none;
}

.ie9 .article-image-flexslider .flex-direction-nav .flex-disabled {
  display: none;
}

.ie8 .article-image-flexslider .flex-viewport .slides,
.ie9 .article-image-flexslider .flex-viewport .slides {
  margin-left: 0 !important;
}

/*Device Styles*/
@media only screen and (max-width: 800px) and (min-width: 768px) {
  .article-image-flexslider .flex-viewport .slides li .imageContainer .sliderImage {
    height: auto;
  }
}

#index-page-wrapper .indexed-loading, #index-page-wrapper .indexed-loadmore {
  float: left;
  margin-bottom: 80px;
  margin-top: 50px;
  text-align: center;
  width: 100%;
}

#index-page-wrapper .index-page-term .index-page-term-title, #index-page-wrapper .term-page .index-page-grid, #index-page-wrapper .indexpage-color a {
  height: 228px;
  width: 23.25%;
}

/* page overall width */
#index-page {
  max-width: 1024px;
}

/* index page wrapper container */
#index-page-wrapper {
  float: left;
  height: auto;
  margin-bottom: 30px;
  margin-top: 0;
  width: 100%;
  font-family: "GTSectraFineRegular","HelveticaNeueLTStd55Roman", Helvetica, Arial, Sans-Serif;
}
#index-page-wrapper #page-headline {
  color: #222222;
  float: left;
  font-size: 46px;
  text-align: center;
  width: 100%;
  font-family: "NeuzeitOffice-Regular", "HelveticaNeueLTStd55Roman", Helvetica, "Segoe UI", sans-serif;
}
#index-page-wrapper #select-index-filter {
  display: none;
}
#index-page-wrapper #index-filter {
  color: rgba(128, 128, 128, 0.24);
  float: left;
  font-size: 14px;
  margin: 30px 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
#index-page-wrapper #index-filter a {
  color: #cccccc;
  letter-spacing: 16px;
  text-decoration: none;
  font-family: "NeuzeitOffice-Regular", "HelveticaNeueLTStd55Roman", Helvetica, "Segoe UI", sans-serif;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #index-page-wrapper #index-filter a {
    letter-spacing: 12px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #index-page-wrapper #index-filter a {
    letter-spacing: 12px;
  }
}
#index-page-wrapper #index-filter a.active {
  color: #222222;
}
#index-page-wrapper .indexpage-details {
  display: none;
}
#index-page-wrapper .index-page-term .index-page-term-title {
  color: #00d0c1;
  display: table-cell;
  font-size: 80px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
}
#index-page-wrapper .term-page {
  float: left;
  padding: 0 20px;
  width: 100%;
}
#index-page-wrapper .term-page .anchor {
  display: block;
  height: 40px;
  margin-top: -40px;
  visibility: hidden;
  float: left;
  width: 10px;
}
#index-page-wrapper .term-page .index-page-grid {
  float: left;
  margin: 0 2.33% 20px 0;
}
#index-page-wrapper .term-page .index-page-grid .indexpage-content .indexpage-image {
  text-align: center;
  position: relative;
}
#index-page-wrapper .term-page .index-page-grid .indexpage-content .indexpage-image a.term-slide span {
  font-family: inherit;
  display: block;
  position: relative;
}
#index-page-wrapper .term-page .index-page-grid .indexpage-content .indexpage-image p {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 26px;
  vertical-align: middle;
  display: table;
  padding: 15px;
  color: #222222;
  width: 100%;
  cursor: pointer;
  text-transform: capitalize;
  font-family: "NeuzeitOffice-Regular", "HelveticaNeueLTStd55Roman", Helvetica, "Segoe UI", sans-serif;
}
#index-page-wrapper .term-page .index-page-grid.index-term-4 {
  margin-right: 0;
}
#index-page-wrapper .animated_gif {
  height: 100%;
  width: 100%;
}
#index-page-wrapper .term-slide > .animated_gif {
  position: absolute;
  left: 0;
  top: 0;
}
#index-page-wrapper .indexed-loadmore button {
  background-color: white;
  border: 1px solid rgba(128, 128, 128, 0.34);
}
#index-page-wrapper .indexpage-color a {
  color: #222222;
  display: table-cell;
  font-size: 26px;
  line-height: 30px;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  vertical-align: middle;
  font-family: "NeuzeitOffice-Regular", "HelveticaNeueLTStd55Roman", Helvetica, "Segoe UI", sans-serif;
}
#index-page-wrapper .index-page-selcted-article {
  border: 1px solid #00d0c1;
  display: none;
  float: left;
  height: 100%;
  margin: 0 0 20px;
  position: relative;
  width: 100%;
}

/* Slidedown design */
#index-page-wrapper .index-page-selcted-article {
  clear: both;
}
#index-page-wrapper .index-page-selcted-article .indexpage-contents {
  padding: 10px;
  float: left;
  width: 100%;
}
#index-page-wrapper .index-page-selcted-article.device-mobile {
  padding: 0;
  height: 100%;
  width: 100%;
}
#index-page-wrapper .index-page-selcted-article.device-mobile.overlay-container {
  height: 100% !important;
}
#index-page-wrapper .index-page-selcted-article.device-mobile.setMaxHeight {
  height: 100%;
}
#index-page-wrapper .index-page-selcted-article.device-mobile .indexpage-details-image {
  float: none;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
#index-page-wrapper .index-page-selcted-article.device-mobile .indexpage-details-image .indexpage-image {
  text-align: center;
}
#index-page-wrapper .index-page-selcted-article.device-mobile .indexpage-details-image .indexpage-image img {
  width: auto;
}
#index-page-wrapper .index-page-selcted-article.device-mobile .indexpage-details-content {
  width: auto;
  margin-left: 0;
}
#index-page-wrapper .index-page-selcted-article.device-mobile .indexpage-term-title {
  font-size: 25px;
  line-height: 23px;
  text-transform: capitalize;
}
#index-page-wrapper .index-page-selcted-article.device-mobile .indexpage-term-description {
  font-size: 15px;
  line-height: 15px;
}
#index-page-wrapper .index-page-selcted-article.device-mobile .eh-product .product .product-image a {
  height: 160px !important;
  padding-bottom: 0 !important;
  width: 160px !important;
}
#index-page-wrapper .index-page-selcted-article.device-mobile .indexpage-featured-description.feature-row-2:after {
  border: none;
}
#index-page-wrapper .index-page-selcted-article.device-mobile .indexpage-featured-description .indexpage-featured-content1 {
  width: 100%;
}
#index-page-wrapper .index-page-selcted-article.device-mobile .indexpage-featured-description .indexpage-featured-content2 {
  float: none;
  width: 100%;
}
#index-page-wrapper .index-page-selcted-article.device-mobile .indexpage-featured-description .indexpage-featured-article {
  width: 100%;
}
#index-page-wrapper .index-page-selcted-article.device-mobile .indexpage-contents .indexpage-details-content-container {
  width: 100%;
}
#index-page-wrapper .index-page-selcted-article.device-mobile .indexpage-contents .indexpage-close {
  display: none;
}
#index-page-wrapper .index-page-selcted-article .indexpage-close {
  color: black;
  position: absolute;
  top: 0;
  right: 0;
  text-decoration: none;
}
#index-page-wrapper .index-page-selcted-article .indexpage-close img {
  height: 18px;
  margin-right: 10px;
  margin-top: 10px;
  width: 17px;
}
#index-page-wrapper .index-page-selcted-article .indexpage-details-image {
  float: left;
  height: auto;
  margin: 15px 30px 15px 50px;
  width: 360px;
}
#index-page-wrapper .index-page-selcted-article .indexpage-details-image img {
  width: 100%;
}
#index-page-wrapper .index-page-selcted-article .indexpage-details-content {
  color: #222222;
  float: left;
  font-size: 20px;
  height: auto;
  margin: 40px 0 45px 30px;
  width: 420px;
}
#index-page-wrapper .index-page-selcted-article .indexpage-details-content.indexpage-details-noimage {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#index-page-wrapper .index-page-selcted-article .indexpage-details-content-container {
  margin: 0 auto;
  width: 420px;
}
#index-page-wrapper .index-page-selcted-article .indexpage-term-title {
  color: #222222;
  font-size: 46px;
  text-align: center;
  text-transform: capitalize;
  line-height: 46px;
  font-family: "NeuzeitOffice-Regular", "HelveticaNeueLTStd55Roman", Helvetica, "Segoe UI", sans-serif;
}
#index-page-wrapper .index-page-selcted-article .indexpage-term-description {
  color: #222222;
  font-size: 22px;
  font-family: "GTSectraFineRegular" !important;
  line-height: 30px;
  margin: 40px 0;
  text-align: center;
}
#index-page-wrapper .index-page-selcted-article .indexpage-term-description p {
  line-height: inherit;
}
#index-page-wrapper .index-page-selcted-article .indexpage-related-term {
  font-size: 22px;
  font-family: "GTSectraFineRegular","HelveticaNeueLTStd55Roman", Helvetica, Arial, Sans-Serif;
  text-align: center;
}
#index-page-wrapper .index-page-selcted-article .indexpage-term-share-icons {
  margin-top: 40px;
  text-align: center;
  width: 100%;
}
#index-page-wrapper .index-page-selcted-article .indexpage-term-link a {
  color: #222222;
  margin-right: 5px;
  padding: 2px;
  text-decoration: underline;
}
#index-page-wrapper .indexpage-featured-title {
  border-bottom: 1px solid #00d0c1;
  border-top: 1px solid #00d0c1;
  color: #222222;
  float: left;
  height: 56px;
  text-align: center;
  width: 100%;
}
#index-page-wrapper .indexpage-featured-title p {
  color: #222222;
  float: left;
  font-size: 18px;
  line-height: 54px;
  margin: 0;
  width: 100%;
  font-family: "NeuzeitOffice-Regular", "HelveticaNeueLTStd55Roman", Helvetica, "Segoe UI", sans-serif;
}
#index-page-wrapper .indexpage-featured-description {
  float: left;
  font-size: 14px;
  height: auto;
  position: relative;
  width: 100%;
}
#index-page-wrapper .indexpage-featured-description .indexpage-featured-content1 {
  height: auto;
  margin: 40px auto 45px;
  width: 50%;
}
#index-page-wrapper .indexpage-featured-description .indexpage-featured-content1 .product-info {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
#index-page-wrapper .indexpage-featured-description .indexpage-featured-content2 {
  float: left;
  height: auto;
  margin: 40px 0 45px;
  width: 50%;
}
#index-page-wrapper .indexpage-featured-description.feature-row-2:after {
  border-left: 1px solid #00d0c1;
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  top: 0;
  z-index: -1;
}
#index-page-wrapper .indexpage-featured-description .indexpage-featured-product.indexpage-featured-content2 {
  float: right;
}

@media screen and (max-width: 767px) {
  body.device-mobile .indexpage-contents .indexpage-close {
    display: none;
  }
  body #foreground-node {
    width: 100%;
    overflow: auto;
  }
  body #foreground-node .close-container {
    position: fixed;
  }
  body #foreground-node.mobile-sign-in-overlay .close-container {
    position: absolute;
  }
  body #foreground-node .indexpage-featured-title {
    border-bottom: 1px solid #00d0c1;
    border-top: 1px solid #00d0c1;
    color: #222222;
    height: 40px;
    text-align: center;
    width: 100%;
  }
  body #foreground-node .indexpage-featured-title p {
    color: #222222;
    font-size: 18px;
    line-height: 40px;
    margin: 0;
    width: 100%;
    font-family: "NeuzeitOffice-Regular", "HelveticaNeueLTStd55Roman", Helvetica, "Segoe UI", sans-serif;
  }
  body #foreground-node .indexpage-featured-description {
    margin-bottom: 30px;
  }
  body #foreground-node .indexpage-featured-description .indexpage-featured-article {
    margin-top: 25px;
  }
  body #foreground-node .indexpage-featured-description .indexpage-featured-product {
    margin-top: 30px;
  }
  body #foreground-node .indexpage-featured-description .indexpage-featured-product .product-image {
    width: 181px;
    margin-left: auto;
    margin-right: auto;
  }
  body #foreground-node .indexpage-contents {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  body #foreground-node .indexpage-contents .indexpage-image {
    text-align: center;
  }
  body #foreground-node .indexpage-contents .indexpage-image .animated_gif {
    width: 141px;
  }
  body #foreground-node .indexpage-contents .indexpage-details-content {
    width: 275px;
    margin: auto;
  }
  body #foreground-node .indexpage-contents .indexpage-details-content .indexpage-details-content-container {
    margin: 25px auto 0;
  }
  body #foreground-node .indexpage-contents .indexpage-details-content .indexpage-details-content-container .indexpage-term-title {
    font-family: "NeuzeitOffice-Regular", "HelveticaNeueLTStd55Roman", Helvetica, "Segoe UI", sans-serif;
    font-size: 25px;
    text-align: center;
	color: #222222;
  }
  body #foreground-node .indexpage-contents .indexpage-details-content .indexpage-details-content-container .indexpage-term-description {
    text-align: center;
    margin-top: 27px;
  }
  body #foreground-node .indexpage-contents .indexpage-details-content .indexpage-details-content-container .indexpage-term-description p {
    margin: 0;
	color: #222222;
  }
  body #foreground-node .indexpage-contents .indexpage-details-content .indexpage-details-content-container .indexpage-related-term {
    text-align: center;
    margin-top: 20px;
  }
  body #foreground-node .indexpage-contents .indexpage-details-content .indexpage-details-content-container .indexpage-related-term .indexpage-term-link {
    margin-bottom: 50px;
  }
  body #foreground-node .indexpage-contents .indexpage-details-content .indexpage-details-content-container .indexpage-related-term .indexpage-term-link a {
    color: #222222;
    text-decoration: underline;
  }

  #index-page-wrapper .term-page .index-page-grid {
    margin: 0 4% 4% 0;
  }
  #index-page-wrapper .term-page .index-page-grid.index-term-2, #index-page-wrapper .term-page .index-page-grid.index-term-4 {
    margin-right: 0;
  }
  #index-page-wrapper .eh-social-share .social_share_links {
    height: auto;
  }
  #index-page-wrapper .eh-social-share .social_share_links .social_icons {
    padding-bottom: 12px;
    width: 24%;
  }
  #index-page-wrapper .eh-social-share .social_share_links .social_icons.mycanvas {
    display: none;
  }
  #index-page-wrapper #index-filter {
    display: none;
  }
  #index-page-wrapper #select-index-filter {
    display: block;
    margin: 0 auto;
    width: 180px;
  }
  #index-page-wrapper #select-index-filter select {
    margin: 20px auto;
    text-transform: uppercase;
    text-indent: 44%;
    height: 40px;
    width: 180px;
  }
  #index-page-wrapper .hub-index-page-v1 {
    height: inherit;
    overflow: hidden;
  }
  #index-page-wrapper .hub-index-page-v1 .indexpage-content {
    height: inherit;
  }
  #index-page-wrapper .hub-index-page-v1 .indexpage-content .indexpage-image {
    text-align: center;
    position: relative;
  }
  #index-page-wrapper .hub-index-page-v1 .indexpage-content .indexpage-image p {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 26px;
    vertical-align: middle;
    display: table;
    padding: 15px;
    color: #222222;
    width: 100%;
    cursor: pointer;
    text-transform: capitalize;
  }
  #index-page-wrapper .hub-index-page-v1 .indexpage-content .indexpage-color {
    height: 100%;
    width: 100%;
    display: table;
  }
  #index-page-wrapper .hub-index-page-v1 .indexpage-content .indexpage-color a {
    height: auto;
    font-size: 25px;
    line-height: 28px;
  }
  #index-page-wrapper .term-page .index-page-grid,
  #index-page-wrapper .indexpage-color a {
    width: 48%;
  }
}
/* Max-width 980px */
@media screen and (min-width: 768px) and (max-width: 980px) {
  #index-page-wrapper #page-headline {
    font-size: 70px;
  }
  #index-page-wrapper .term-page {
    padding: 0;
  }
  #index-page-wrapper .index-page-term-title {
    color: #00D7CC;
    font-size: 90px;
  }
  #index-page-wrapper .index-page-term .index-page-term-title,
  #index-page-wrapper .term-page .index-page-grid,
  #index-page-wrapper .indexpage-color a,
  #index-page-wrapper .animated_gif {
    font-size: 22px;
    height: 169px;
  }
  #index-page-wrapper .index-page-selcted-article {
    margin: 10px auto;
  }
  #index-page-wrapper .index-page-selcted-article .indexpage-contents {
    padding: 30px;
  }
  #index-page-wrapper .index-page-selcted-article .indexpage-details-content {
    margin: 0 auto;
    padding: 30px 0;
    float: none;
    width: 550px;
  }
  #index-page-wrapper .index-page-selcted-article .indexpage-details-content-container {
    width: 100%;
  }
  #index-page-wrapper .index-page-selcted-article .indexpage-details-image {
    margin: 0 auto;
    padding: 30px 0;
    float: none;
  }
}
/* Max-width 767px */
@media screen and (min-width: 561px) and (max-width: 767px) {
  #index-page-wrapper #page-headline {
    font-size: 35px;
  }
  #index-page-wrapper .index-page-term-title {
    color: #00D7CC;
    font-size: 90px;
  }
  #index-page-wrapper .index-page-term .index-page-term-title,
  #index-page-wrapper .term-page .index-page-grid {
    height: 240px;
  }
}
/* Max-width 560px */
@media screen and (min-width: 461px) and (max-width: 560px) {
  #index-page-wrapper .index-page-term .index-page-term-title,
  #index-page-wrapper .term-page .index-page-grid {
    height: 170px;
    font-size: 20px;
    line-height: 25px;
  }
}
/* Max-width 460px */
@media screen and (max-width: 460px) {
  #index-page-wrapper .index-page-term .index-page-term-title,
  #index-page-wrapper .term-page .index-page-grid {
    height: 120px;
    font-size: 15px;
    line-height: 20px;
  }

  #index-page-wrapper .indexpage-color a {
    padding: 5px;
  }
  #index-page-wrapper .term-page .index-page-grid {
    margin: 0 4% 4% 0;
  }
  #index-page-wrapper .hub-index-page-v1 .indexpage-content .indexpage-color a {
    font-size: 15px;
    line-height: 18px;
  }
}
iframe#hubIframe {
  overflow: auto;
  display: block;
  position: relative;
  border: 0px;
  margin: 0 auto;
  height: 2600px;
  max-width: 1024px;
  width: 100%;
}

/* Smartphones */
@media only screen and (max-width: 320px) {
  iframe#hubIframe {
    height: 8000px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
  iframe#hubIframe {
    height: 8500px;
  }
}
@media only screen and (min-width: 341px) and (max-width: 365px) {
  iframe#hubIframe {
    height: 8600px;
  }
}
@media only screen and (min-width: 375px) and (max-width: 385px) {
  iframe#hubIframe {
    height: 9100px;
  }
}
@media only screen and (min-width: 410px) and (min-width: 420px) {
  iframe#hubIframe {
    height: 9500px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 567px) {
  iframe#hubIframe {
    height: 10550px;
  }
}
@media only screen and (min-width: 568px) {
  iframe#hubIframe {
    height: 4350px;
  }
}
@media only screen and (min-width: 580px) and (max-width: 600px) {
  iframe#hubIframe {
    height: 4350px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 639px) {
  iframe#hubIframe {
    height: 4500px;
  }
}
@media only screen and (min-width: 640px) {
  iframe#hubIframe {
    height: 4600px;
  }
}
/* Desktops and laptops */
@media only screen and (min-width: 1224px) {
  iframe#hubIframe {
    height: 2570px;
  }
}
/* Large screens */
@media only screen and (min-width: 1824px) {
  iframe#hubIframe {
    height: 2570px;
  }
}
/* iPads (landscape)  */
@media only screen and (min-device-width: 768px) and (max-device-height: 1024px) and (orientation: landscape) {
  iframe#hubIframe {
    height: 2570px;
  }
}
/* iPads (portrait) */
@media only screen and (min-device-width: 768px) and (max-device-height: 1024px) and (orientation: portrait) {
  iframe#hubIframe {
    height: 2500px;
  }
}
/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-height: 480px) and (orientation: portrait) {
  iframe#hubIframe {
    height: 8100px;
  }
}
@media only screen and (min-device-width: 320px) and (min-device-height: 481px) and (max-device-height: 568px) and (orientation: portrait) {
  iframe#hubIframe {
    height: 8100px;
  }
}
@media only screen and (min-device-width: 320px) and (min-device-height: 569px) and (max-device-height: 627px) and (orientation: portrait) {
  iframe#hubIframe {
    height: 8100px;
  }
}
@media only screen and (min-device-width: 375px) and (min-device-height: 628px) and (max-device-height: 667px) and (orientation: portrait) {
  iframe#hubIframe {
    height: 8875px;
  }
}
@media only screen and (min-device-width: 414px) and (min-device-height: 668px) and (max-device-height: 736px) and (orientation: portrait) {
  iframe#hubIframe {
    height: 9550px;
  }
}
/* Landscape */
@media only screen and (max-device-height: 320px) and (max-device-width: 480px) and (orientation: landscape) {
  iframe#hubIframe {
    height: 10550px;
  }
}
@media only screen and (max-device-height: 320px) and (min-device-width: 481px) and (max-device-width: 568px) and (orientation: landscape) {
  iframe#hubIframe {
    height: 4250px;
  }
}
@media only screen and (max-device-height: 627px) and (min-device-width: 569px) and (max-device-width: 627px) and (orientation: landscape) {
  iframe#hubIframe {
    height: 4250px;
  }
}
@media only screen and (max-device-height: 375px) and (min-device-width: 628px) and (max-device-width: 667px) and (orientation: landscape) {
  iframe#hubIframe {
    height: 4650px;
  }
}
@media only screen and (max-device-height: 414px) and (min-device-width: 668px) and (max-device-width: 736px) and (orientation: landscape) {
  iframe#hubIframe {
    height: 4950px;
  }
}
.eh-flip-on-hover-v2 {
  height: 100%;
  min-height: 0;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
  cursor: pointer;
}
.eh-flip-on-hover-v2 .flip_front {
  left: 0;
  position: static;
  top: 0;
  background-color: #FFF;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: perspective(800px) rotateY(0deg);
  -ms-transform: perspective(800px) rotateY(0deg);
  transform: perspective(800px) rotateY(0deg);
}
.eh-flip-on-hover-v2 .flip_front .flipimage {
  display: block;
  height: 150px;
  margin: 0 auto;
  max-width: 100%;
  width: 250px;
}
.eh-flip-on-hover-v2 .flip_back {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: ivory;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: perspective(700px) rotateY(180deg);
  -ms-transform: perspective(700px) rotateY(180deg);
  transform: perspective(700px) rotateY(180deg);
}
.eh-flip-on-hover-v2 .flip_back .read {
  color: black;
  text-decoration: none;
}
.eh-flip-on-hover-v2 .flip_back .read_more {
  border: 1px solid #222222;
  background: #FFF;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -60px;
  /* To center align read more div */
}
.eh-flip-on-hover-v2 .flip_back .eye_icon {
  width: auto;
  height: 20px;
}
.eh-flip-on-hover-v2 .flip_back.flip .eye_icon {
  margin-top: 25px;
  display: inline-block;
}
.eh-flip-on-hover-v2 .flip_back .back_content {
  height: 58%;
  overflow: hidden;
  margin: 0.5em 10px 0;
  font-family: "GTSectraFineRegular","HelveticaNeueLTStd55Roman", Helvetica, Arial, Sans-Serif;
  position: relative;
}
.eh-flip-on-hover-v2 .flip_back .back_content p {
  font-size: 18px;
  margin: 0.6em .6em 0em .6em;
}
.eh-flip-on-hover-v2 .read_more {
  font-family: "GTSectraFineMediumItalic";
  border: 1px solid #e5e5e5;
  color: #222222;
  width: 120px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  margin: 0 auto;
}
.eh-flip-on-hover-v2 .read_more a {
  color: #222;
  font-family: "GTSectraFineMediumItalic";
}
.eh-flip-on-hover-v2 .flip {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.eh-flip-on-hover-v2:hover .flip_front {
  -webkit-transform: perspective(700px) rotateY(-179.9deg);
  -ms-transform: perspective(700px) rotateY(-179.9deg);
  transform: perspective(700px) rotateY(-179.9deg);
}
.eh-flip-on-hover-v2:hover .flip_back {
  -webkit-transform: perspective(700px) rotateY(0deg);
  -ms-transform: perspective(700px) rotateY(0deg);
  transform: perspective(700px) rotateY(0deg);
}
.eh-flip-on-hover-v2 .front_content {
  margin: 20px 0 30px;
  padding: 0 15px;
  min-height: 36px;
  font-family: "NeuzeitOffice-Regular", "HelveticaNeueLTStd55Roman", Helvetica, "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 18px;
}
.eh-flip-on-hover-v2 .title {
  margin: 0 0 15px 0;
  padding: 0;
  font-family: "NeuzeitOffice-Regular", "HelveticaNeueLTStd55Roman", Helvetica, "Segoe UI", sans-serif;
  font-size: 14px;
}
.eh-flip-on-hover-v2 .flip_back_middle .read_more {
  border: 1px solid #1edae7;
}

.columns-2 .eh-flip-on-hover-v2 {
  min-height: 380px;
}
.columns-2 .eh-flip-on-hover-v2 .flip_front .flipimage {
  height: 234px;
  width: 390px;
}
.columns-2 .eh-flip-on-hover-v2 .flip_back .read_more {
  bottom: 10px;
}

.text_gradient {
  height: 75px;
  position: absolute;
  width: 100%;
  left: 0;
  top: auto;
  bottom: 0;
}

div[class*="text_gradient"][data-text_gradient="#fff3ef"] {
  background: url("/media/export/cms/editorial_hub/eh_flip_cover_orange.png");
}

div[class*="text_gradient"][data-text_gradient="#ffffec"] {
  background: url("/media/export/cms/editorial_hub/eh_flip_cover_yellow.png");
}

@media only screen and (max-width: 767px) {
  .columns-2 .eh-flip-on-hover-v2,
  .columns-3 .eh-flip-on-hover-v2,
  .outer-wrap.more_to_explore .eh-flip-on-hover-v2,
  .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3.more_to_explore .eh-flip-on-hover-v2,
  .spp-extra .module-may-we-suggest .more_to_explore.wrap .eh-flip-on-hover-v2 {
    min-height: 0;
    padding-bottom: 10px;
  }
  .columns-2 .eh-flip-on-hover-v2 .title,
  .columns-3 .eh-flip-on-hover-v2 .title,
  .outer-wrap.more_to_explore .eh-flip-on-hover-v2 .title,
  .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3.more_to_explore .eh-flip-on-hover-v2 .title,
  .spp-extra .module-may-we-suggest .more_to_explore.wrap .eh-flip-on-hover-v2 .title {
    margin-bottom: 10px;
    min-height: 18px;
  }
  .columns-2 .eh-flip-on-hover-v2 .flip_front,
  .columns-3 .eh-flip-on-hover-v2 .flip_front,
  .outer-wrap.more_to_explore .eh-flip-on-hover-v2 .flip_front,
  .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3.more_to_explore .eh-flip-on-hover-v2 .flip_front,
  .spp-extra .module-may-we-suggest .more_to_explore.wrap .eh-flip-on-hover-v2 .flip_front {
    position: relative;
  }
  .columns-2 .eh-flip-on-hover-v2 .flip_front .flipimage,
  .columns-3 .eh-flip-on-hover-v2 .flip_front .flipimage,
  .outer-wrap.more_to_explore .eh-flip-on-hover-v2 .flip_front .flipimage,
  .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3.more_to_explore .eh-flip-on-hover-v2 .flip_front .flipimage,
  .spp-extra .module-may-we-suggest .more_to_explore.wrap .eh-flip-on-hover-v2 .flip_front .flipimage {
    max-width: 390px;
    height: auto;
    width: 70%;
  }
  .columns-2 .eh-flip-on-hover-v2 .front_content,
  .columns-3 .eh-flip-on-hover-v2 .front_content,
  .outer-wrap.more_to_explore .eh-flip-on-hover-v2 .front_content,
  .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3.more_to_explore .eh-flip-on-hover-v2 .front_content,
  .spp-extra .module-may-we-suggest .more_to_explore.wrap .eh-flip-on-hover-v2 .front_content {
    line-height: 1;
    height: 36px;
    overflow: hidden;
    padding: 0 40px;
  }
  .columns-2 .eh-flip-on-hover-v2 .flip_back .read_more,
  .columns-3 .eh-flip-on-hover-v2 .flip_back .read_more,
  .outer-wrap.more_to_explore .eh-flip-on-hover-v2 .flip_back .read_more,
  .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3.more_to_explore .eh-flip-on-hover-v2 .flip_back .read_more,
  .spp-extra .module-may-we-suggest .more_to_explore.wrap .eh-flip-on-hover-v2 .flip_back .read_more {
    bottom: 10px;
  }
  .columns-2 .eh-flip-on-hover-v2 .flip_back .eye_icon,
  .columns-3 .eh-flip-on-hover-v2 .flip_back .eye_icon,
  .outer-wrap.more_to_explore .eh-flip-on-hover-v2 .flip_back .eye_icon,
  .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3.more_to_explore .eh-flip-on-hover-v2 .flip_back .eye_icon,
  .spp-extra .module-may-we-suggest .more_to_explore.wrap .eh-flip-on-hover-v2 .flip_back .eye_icon {
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .columns-2 .eh-flip-on-hover-v2 .flip_back .back_content,
  .columns-3 .eh-flip-on-hover-v2 .flip_back .back_content,
  .outer-wrap.more_to_explore .eh-flip-on-hover-v2 .flip_back .back_content,
  .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3.more_to_explore .eh-flip-on-hover-v2 .flip_back .back_content,
  .spp-extra .module-may-we-suggest .more_to_explore.wrap .eh-flip-on-hover-v2 .flip_back .back_content {
    height: 68%;
    overflow: hidden;
    font-family: "GTSectraFineRegular","HelveticaNeueLTStd55Roman", Helvetica, Arial, Sans-Serif;
    padding: 0 10px;
  }

  .columns-3 .eh-flip-on-hover-v2 .title {
    margin-bottom: 45px;
  }
  .columns-3 .eh-flip-on-hover-v2 .flip_front {
    padding-bottom: 10px;
  }
  .columns-3 .eh-flip-on-hover-v2 .flip_back .back_content {
    height: 205px;
    position: absolute;
    top: 50px;
  }
  .columns-3 .eh-flip-on-hover-v2 .flip_back .back_content .text_gradient {
    top: auto;
    bottom: 0;
  }

  .columns-2 .eh-flip-on-hover-v2 .flip_front .flipimage {
    height: auto !important;
  }
  .columns-2 .eh-flip-on-hover-v2 .flip_back .back_content {
    height: 60%;
    position: relative;
  }
  .columns-2 .eh-flip-on-hover-v2 .flip_back .back_content .text_gradient {
    top: auto;
    bottom: 0;
  }

  .outer-wrap.more_to_explore .eh-flip-on-hover-v2, .get-the-look-collection-formatter-v1 .product-content-carousel-v1 h3.more_to_explore .eh-flip-on-hover-v2, .spp-extra .module-may-we-suggest .more_to_explore.wrap .eh-flip-on-hover-v2 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .columns-3 .eh-flip-on-hover-v2 {
    padding-bottom: 0;
  }

  .columns-2 .eh-flip-on-hover-v2 .flip_back .read_more {
    width: 100%;
    margin-left: auto;
    max-width: 120px;
    left: 0;
    right: 0;
  }
  .columns-2 .eh-flip-on-hover-v2 .flip_back .back_content {
    height: 50%;
  }
}
@media only screen and (max-width: 375px) {
  .columns-3 .eh-flip-on-hover-v2 .title {
    margin-bottom: 22px;
  }
  .columns-3 .eh-flip-on-hover-v2 .front_content {
    margin: 20px auto 15px;
    width: 210px;
    padding: 0;
  }
  .columns-3 .eh-flip-on-hover-v2 .flip_back .back_content {
    height: 175px;
  }
}
@media only screen and (max-width: 320px) {
  .columns-2 .eh-flip-on-hover-v2 .front_content {
    padding: 0 15px;
  }
}
/* flip for IE8,IE9 */
.no-csstransforms3d .eh-flip-on-hover-v2 {
  cursor: pointer;
}
.no-csstransforms3d .eh-flip-on-hover-v2 .flip_back {
  display: none;
}
.no-csstransforms3d .eh-flip-on-hover-v2:hover .flip_back {
  display: block;
  z-index: 2;
}
body[class*="section-eh-"], body[class*="section-see-all"], body[class*="section-editorial-hub"], body[class*="section-thewink"] {
  font-family: "GTSectraFineRegular","HelveticaNeueLTStd55Roman", Helvetica, Arial, Sans-Serif;
}
body[class*="section-eh-"] #header .top-right .block[class*="block-template-gnav-search"], body[class*="section-see-all"] #header .top-right .block[class*="block-template-gnav-search"], body[class*="section-editorial-hub"] #header .top-right .block[class*="block-template-gnav-search"], body[class*="section-thewink"] #header .top-right .block[class*="block-template-gnav-search"] {
  padding-right: 0;
}
body[class*="section-eh-"].device-mobile .footer-top, body[class*="section-see-all"].device-mobile .footer-top, body[class*="section-editorial-hub"].device-mobile .footer-top, body[class*="section-thewink"].device-mobile .footer-top {
  display: none;
}
body[class*="section-eh-"].device-mobile #foreground-node, body[class*="section-see-all"].device-mobile #foreground-node, body[class*="section-editorial-hub"].device-mobile #foreground-node, .device-mobile #foreground-node {
  position: fixed;
  top: 0 !important;
}
body[class*="section-eh-"].device-mobile .set-color-grey, body[class*="section-see-all"].device-mobile .set-color-grey, body[class*="section-editorial-hub"].device-mobile .set-color-grey, body[class*="section-thewink"].device-mobile .set-color-grey {
  opacity: .5;
}
body[class*="section-eh-"].device-mobile .reset-color-grey, body[class*="section-see-all"].device-mobile .reset-color-grey, body[class*="section-editorial-hub"].device-mobile .reset-color-grey, body[class*="section-thewink"].device-mobile .reset-color-grey {
  opacity: 1;
}
body[class*="section-eh-"].device-mobile .reset-margin-top, body[class*="section-see-all"].device-mobile .reset-margin-top, body[class*="section-editorial-hub"].device-mobile .reset-margin-top, body[class*="section-thewink"].device-mobile .reset-margin-top {
  margin-top: 0 !important;
}
body[class*="section-eh-"] .flex-direction-nav a, body[class*="section-see-all"] .flex-direction-nav a, body[class*="section-editorial-hub"] .flex-direction-nav a, body[class*="section-thewink"] .flex-direction-nav a {
  background-image: url("/media/export/cms/editorial_hub/nav-arrows.png");
  height: 67px;
}
body[class*="section-eh-"] .flex-direction-nav a.flex-disabled, body[class*="section-see-all"] .flex-direction-nav a.flex-disabled, body[class*="section-editorial-hub"] .flex-direction-nav a.flex-disabled, body[class*="section-thewink"] .flex-direction-nav a.flex-disabled {
  display: none;
}
body[class*="section-eh-"] a.back-to-top, body[class*="section-see-all"] a.back-to-top, body[class*="section-editorial-hub"] a.back-to-top, body[class*="section-thewink"] a.back-to-top {
  font-family: "GTSectraFineMediumItalic";
  font-size: 15px;
  z-index: 1000;
}
body[class*="section-eh-"] .region-page-top, body[class*="section-see-all"] .region-page-top, body[class*="section-editorial-hub"] .region-page-top, body[class*="section-thewink"] .region-page-top {
  height: auto !important;
}
