/**
 * @title Connected Watch V2 Global styles
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

.view-view-pages-default-display.view-display-id-block_1 {
  padding-top: 5.25rem; }

.custom-breadcrumb > .breadcrumb {
  padding-top: 1rem;
  margin-left: 8.33333333%; }

/* breadcrumb pages Product */
.watch-attributes-action-ctas nav.breadcrumb {
  width: 30%;
  margin: 0; }

.watch-attributes-action-ctas .breadcrumb ol {
  display: inline; }

.watch-attributes-action-ctas .breadcrumb ol li {
  display: inline;
  white-space: nowrap; }

/* Intro */
.intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 83.33333%;
  margin: 0 auto;
  padding-bottom: 4.375rem; }

.intro .title {
  width: 58.33333vw;
  padding-top: 6rem; }

.intro .nav {
  width: 25vw;
  padding-top: 6rem;
  padding-left: 4.16667vw;
  position: relative; }
  .intro .nav:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-left: 1px #D5D5D5 solid; }

.intro .title h1 {
  font-size: 2.8125rem;
  font-family: ProximaBold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding-right: 4.16667vw; }

.intro .title div {
  font-size: 1.5625rem;
  font-family: ProximaLight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0 5vw; }

.intro .title strong {
  font-size: 1.25rem;
  font-family: ProximaBold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #E5222F; }

.intro .nav .more a {
  display: inline-block;
  padding: .5rem 1.25rem;
  font-size: 0.875rem;
  font-family: ProximaRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #E5222F;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.5; }

.intro .nav .more a:hover, .intro .nav .more a:focus {
  text-decoration: underline; }

.intro .nav .back a {
  display: inline-block;
  padding-left: 2rem;
  background: url(/themes/custom/sapient_classy/images/cw2/picto-back.png) no-repeat 0 50%/1.5rem;
  font-size: 0.875rem;
  font-family: ProximaBold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 2; }

.intro .nav .back a:hover, .intro .nav .back a:focus {
  text-decoration: none; }

.view-content .views-row .intro .title div {
  font-family: ProximaRegular,Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-size: 1.25rem; }
  .view-content .views-row .intro .title div .strong {
    font-weight: bolder; }

/* Nav */
abbr, abbr[title] {
  text-decoration: none;
  border-bottom: 0; }

.cw2-nav-wrapper {
  background-color: #ffffff;
  position: relative; }

#cw2-nav {
  background-color: #1F1F1F;
  width: 100%;
  position: relative; }

#cw2-nav button {
  display: none; }

#cw2-nav button > span {
  display: none; }

#cw2-nav.sticky {
  position: fixed;
  top: 0;
  z-index: 25; }

#cw2-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none; }

#cw2-nav a {
  display: block;
  padding: 1rem;
  border-bottom: 3px solid #1F1F1F;
  color: #ffffff;
  font-size: 0.875rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.5;
  font-weight: bold; }

#cw2-nav .selected a {
  border-bottom: 3px solid #E5222F;
  color: #1F1F1F;
  background-color: #ffffff;
  cursor: default; }
  #cw2-nav .selected a svg {
    fill: #1F1F1F !important; }
    #cw2-nav .selected a svg * {
      fill: #1F1F1F !important; }

#cw2-nav .selected a:hover, #cw2-nav .selected a:focus {
  border-bottom: 3px solid #E5222F;
  text-decoration: none; }

#cw2-nav li a:hover, #cw2-nav li a:focus {
  border-bottom: 1px solid #1F1F1F;
  color: #1F1F1F;
  background-color: #ffffff;
  text-decoration: underline; }

#cw2-nav a svg {
  position: relative;
  top: -.25rem;
  float: left;
  margin-right: .5rem;
  width: 1.75rem;
  height: 1.75rem;
  fill: #ffffff !important; }
  #cw2-nav a svg * {
    fill: #ffffff !important; }
#cw2-nav a:hover svg, #cw2-nav a:focus svg {
  fill: #1F1F1F !important; }
  #cw2-nav a:hover svg *, #cw2-nav a:focus svg * {
    fill: #1F1F1F !important; }

#cw2-nav .cls-1 {
  fill: none;
  stroke: #1F1F1F; }

#cw2-nav li {
  display: block; }

/* RTE */
.cw2-rte {
  font-size: 1.125rem;
  line-height: 1.5; }
  .cw2-rte h1 {
    font-family: ProximaLight, "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .cw2-rte h1 b, .cw2-rte h1 strong {
      font-family: ProximaBold, "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: bold; }
  .cw2-rte img {
    max-width: 100%;
    height: auto;
    margin: 1.875rem 0; }
    .cw2-rte img:last-child {
      margin-bottom: 0; }
  .cw2-rte p {
    width: 80%;
    margin-bottom: 0.9375rem;
    margin-top: 0; }
    .cw2-rte p:last-child {
      margin-bottom: 0; }

/* svg collection, watch-selector */
#cw2-nav .collection .cls-1, #cw2-nav .collection .cls-2,
#cw2-nav .watch-selector .cls-1, #cw2-nav .watch-selector .cls-2 {
  fill: none;
  stroke: #6E6E6E;
  stroke-linecap: round;
  stroke-width: 3px; }

#cw2-nav .collection.selected .cls-1, #cw2-nav .collection.selected .cls-2,
#cw2-nav .watch-selector.selected .cls-1, #cw2-nav .watch-selector.selected .cls-2 {
  stroke: #1F1F1F; }

#cw2-nav .collection .cls-1, #cw2-nav .watch-selector .cls-1 {
  stroke-linejoin: round; }

#cw2-nav .collection .cls-2, #cw2-nav .watch-selector .cls-2 {
  stroke-miterlimit: 10; }

/* svg accessoires */
#cw2-nav .accessories .cls-1, #cw2-nav .accessories .cls-2 {
  fill: none;
  stroke: #6E6E6E;
  stroke-miterlimit: 10; }

#cw2-nav .accessories.selected .cls-1, #cw2-nav .accessories.selected .cls-2 {
  stroke: #1F1F1F; }

#cw2-nav .accessories .cls-2 {
  stroke-linecap: round; }

/* svg my app */
#cw2-nav .companion-app .cls-1 {
  fill: #6E6E6E; }

#cw2-nav .companion-app.selected .cls-1 {
  fill: #1F1F1F; }

/* section */
.section h2:empty {
  display: none; }

/* centered */
.vm-wrapper {
  display: table;
  width: 100%;
  height: 100%; }
  .vm-wrapper .vm {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle; }

/* button play */
.cw2-img-btn-wrapper .cw2-open-video .play-video {
  position: relative;
  width: 10.75em;
  top: 5rem;
  left: 8.33333333%;
  padding: 0.75rem 3rem .75rem 4rem; }

/* background-color button */
.cta-wrapper.connected-watch .cta.dark {
  background-color: #E5222F;
  border-radius: 0;
  border: none; }
  .cta-wrapper.connected-watch .cta.dark:hover, .cta-wrapper.connected-watch .cta.dark:focus {
    text-decoration: underline;
    background-color: #E5222F;
    color: #ffffff; }

.page-content .view-content .add-to-cart,
.page-content .view-content .non-sellable .add-to-cart,
.page-content .view-content .not-sellable .add-to-cart {
  display: none; }

.page-content .view-content .sellable .add-to-cart {
  display: inline-block; }

.page-content .view-content .not-sellable .not-available,
.page-content .view-content .non-sellable .not-available,
.page-content .view-content .not-available {
  display: inline-block; }

.page-content .view-content .sellable .not-available {
  display: none; }

/* Addthis */
.addthis_native_toolbox {
  position: absolute;
  top: 87px;
  right: 98px; }

.addthis_native_toolbox .addthis_counter {
  float: right;
  overflow: visible; }

.addthis_native_toolbox .addthis_counter .atc_s.addthis_button_compact {
  background: #D5D5D5 url("../images/icons/icon-share.svg") center 24px no-repeat;
  background-size: 30px 30px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  height: 53px;
  overflow: visible;
  position: absolute;
  width: 66px;
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  padding: 6px 0 0 16px !important; }

.addthis_native_toolbox .addthis_counter .atc_s.addthis_button_compact:after {
  content: '';
  position: absolute;
  left: 0;
  top: 52.5px;
  width: 0;
  height: 0;
  border-left: 32px solid transparent;
  border-right: 32px solid transparent;
  border-top: 16px solid #D5D5D5;
  clear: both; }

.addthis_native_toolbox .addthis_counter .atc_s.addthis_button_compact:hover, .addthis_native_toolbox .addthis_counter .atc_s.addthis_button_compact:focus {
  background: #ff3643 url("../images/icons/icon-share-sticky-nav.png") center 28px no-repeat;
  color: #fff; }

.addthis_native_toolbox .addthis_counter .atc_s.addthis_button_compact:hover:after, .addthis_native_toolbox .addthis_counter .atc_s.addthis_button_compact:focus:after {
  border-top: 15px solid #ff3643; }

button.print {
  border: 0;
  margin: 1rem 0 0;
  padding: 0 0 0 1.5rem;
  background-color: transparent;
  background-image: url(/themes/custom/sapient_classy/images/cw2/print.svg);
  background-repeat: no-repeat;
  background-position: 0 50%;
  font-size: .875rem;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: underline; }

button.print:hover, button.print:focus {
  text-decoration: none; }

/* Watch list sapient fix*/
.product-list .product-tile img {
  margin-top: 40px; }

/* Tablet */
@media only screen and (max-width: 78.0625em) {
  .cw2-img-btn-wrapper .cw2-open-video .play-video {
    position: absolute;
    top: 2rem; }

  .view-view-pages-default-display.view-display-id-block_1 {
    padding-top: 2.25rem; }

  /* Intro */
  .intro {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0; }

  .intro .title {
    padding-top: 2.8125rem;
    width: 100%; }

  .intro .title h1 {
    /* font-family:$font-light;*/
    line-height: 1.2;
    padding-right: 10%; }

  .intro .title div {
    margin: 1.25rem 0;
    padding-right: 10%;
    padding-left: 0; }

  .view-content .views-row .intro .title div {
    font-size: 1.125rem; }

  .intro .nav {
    width: 100%;
    padding: 0; }
    .intro .nav:before {
      content: none; }

  .intro .nav p {
    text-align: center; }

  .intro .nav .more a {
    font-size: 1rem; }

  /* Nav */
  .js #cw2-nav {
    position: relative;
    z-index: 20;
    top: 0; }

  .cw2-nav-wrapper {
    padding: 2rem 6.25%; }

  #cw2-nav {
    background-color: #ffffff; }

  .js #cw2-nav button {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    padding: 0 1.875rem;
    border: 1px solid #1F1F1F;
    width: 100%;
    height: 100%;
    background: transparent; }

  .js #cw2-nav button > span {
    display: inline-block;
    text-indent: -1000rem; }

  .js #cw2-nav button + ul {
    overflow: hidden; }

  .js #cw2-nav .expand + ul {
    overflow: visible; }

  #cw2-nav button svg {
    position: relative;
    top: .25rem;
    float: right;
    width: 1.25rem;
    height: auto; }

  #cw2-nav.sticky {
    position: static; }

  #cw2-nav a {
    height: 3.375rem;
    color: #1F1F1F;
    border-bottom: 1px solid #D5D5D5; }

  #cw2-nav .selected a {
    border-bottom: 0;
    text-decoration: none; }

  #cw2-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    height: 3.375rem; }

  #cw2-nav li {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -moz-order: 5;
    -ms-flex-order: 5;
    order: 5;
    background: #ffffff;
    height: 3.375rem;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }

  #cw2-nav .selected {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1; }

  #mm-introduction.collection-details p {
    margin-left: 0; } }
/* Mobile */
@media only screen and (max-width: 43.125em) {
  .intro .title {
    padding-top: 0.625rem; }

  .intro .title h1 {
    font-size: 1.6875rem; }

  .intro .title div,
  .intro .title div strong {
    font-size: 1rem;
    font-family: ProximaRegular, "Helvetica Neue", Helvetica, Arial, sans-serif; }

  .intro .title div p strong {
    font-weight: bolder; }

  .view-content .views-row .intro .title div {
    font-size: 1rem; }

  .intro .nav .more a {
    font-size: 0.625rem; }

  .intro .nav .back a {
    font-size: 0.6875rem; }

  .js #cw2-nav a {
    font-size: 0.75rem;
    font-weight: bold;
    line-height: 1.8333; }

  /*
  #cw2-nav a svg {
    top: -.5rem;
  }
  */
  #mm-introduction .cta-wrapper.connected-watch {
    white-space: normal; }

  #mm-introduction p {
    max-width: 100%; }

  .connected-watch .cta {
    line-height: 1.4; } }

/*# sourceMappingURL=rzf-cw2.css.map */
