/* Pop up */

.js-popup {
  display: block;
  position: fixed;
  visibility: hidden;
  opacity: 0;
  z-index: -2;
  left: -1000%;
  top: 0;
  max-width: 100%;
  max-height: 100%;
  transition: opacity 0.3s ease-out;
}

.js-popup:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #102429;
  opacity: 1;
  z-index: 100;
}

.js-popup.close,
.js-popup.active {
  visibility: visible;
  opacity: 1;
  z-index: 500;
  left: 50%;
  top: 50%;
}

.js-popup.close {
  opacity: 0;
}

.js-popup .popup-content {
  position: relative;
  z-index: 101;
}

.js-popup .popup-overlay {
  display: block;
  position: fixed;
  visibility: hidden;
  opacity: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  left: -1000%;
  top: -1000%;
  transition: opacity 0.3s ease-out;
  background: #102429;
}

.js-popup.close .popup-overlay,
.js-popup.active .popup-overlay {
  visibility: visible;
  top: 0;
  left: 0;
  opacity: 0.95;
  z-index: 99;
}

.js-popup.close .popup-overlay {
  opacity: 0;
}

.js-popup a.close {
  position: absolute;
  left: -3.6em;
  top: 0;
  margin: 3em 0 0 100%;
  z-index: 102;
  cursor: pointer;
}

.touch .js-popup a.close {
  padding: 5px;
  left: -4.1em;
  top: -5px;
}

.js-popup a.close > span {
  position: absolute;
  visibility: hidden;
  left: -1000%;
}

.js-popup a.close:before {
  content: "";
  display: block;
  width: 1.8em;
  height: 1.8em;
  background: url("../../../images/common/close-c94db021a04a028de0b91c4738fffd3a.png") 0 0;
  width: 20px;
  height: 20px;
  background-size: contain;
}

.js-popup a.close:hover:before,
.js-popup a.close:active:before {
  background: url("../../../images/common/close-hover-f808c63db87f1983009f80e79e8917db.png") 0 0;
  background-size: contain;
}

/* Color selector */

.select-product {
  text-align: center;
}

.select-product .popup-content {
  padding: 3.2em 2.5em 5em 2.5em;
}

.select-product a {
  outline: none !important;
}

.select-product h2 {
  font-family: "Proxima Nova Light", Helvetica, Arial, san-serif;
  font-size: 4.7em;
  line-height: 1em;
  color: #4ac1c0;
  text-align: center;
}

.select-product ul.product-list,
.select-product ul.product-list > li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.select-product ul.product-list > li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 2em 0.5em 0 0.5em;
}

.select-product ul.product-list > li .color-name {
  font-family: "Proxima Nova Semibold", Helvetica, Arial, san-serif;
  font-size: 1.2em;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
}

.select-product ul.product-list > li .product {
  display: block;
  margin: 2em 0 0 0;
}

.select-product ul.product-list > li .product img {
  float: left;
  display: block;
  margin-right: -100%;
}

.select-product ul.product-list > li .message {
  font-family: "Proxima Nova Bold", Helvetica, Arial, san-serif;
  font-size: 1.2em;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  text-align: center;
  margin: 1em 0 0 0;
  padding: 0.5em 0;
}

.select-product ul.product-list > li .buy {
  font-size: 1.2em;
  line-height: normal;
  margin: 1.5em 0 0 0;
  padding: 0.8em;
  min-width: 10em;
}

.select-product ul.product-list > li ul.switch-group,
.select-product ul.product-list > li ul.switch-group li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.select-product ul.product-list > li ul.switch-group {
  text-align: center;
}

.select-product ul.product-list > li ul.switch-group li {
  display: inline-block;
  vertical-align: middle;
  margin: 1.3em 0.5em 0 0.5em;
}

.select-product ul.product-list > li ul.switch-group li a {
  display: block;
  font-family: "Proxima Nova Semibold", Helvetica, Arial, san-serif;
  font-size: 1.2em;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  color: #c3c8c9;
  text-align: center;
  padding: 0.18em 0;
  width: 2.2em;
  border: 0.1em solid #334146;
  background: #334146;
}

.select-product ul.product-list > li ul.switch-group li a:hover {
  background: none;
}

.select-product ul.product-list > li ul.switch-group li a.active {
  border: 0.1em solid #4ac1c0;
  background: none;
}

/* Notify me */

.notify-me {
  text-align: center;
}

.notify-me:before {
  background: #4ac1c0;
}

.notify-me .popup-content {
  padding: 5.5em 2.5em 0 2.5em;
  overflow: hidden;
  width: 59em;
}

.notify-me h2 {
  font-family: "Proxima Nova ThinT", san-serif;
  font-size: 4.8em;
  line-height: normal;
  color: #ffffff;
}

.notify-me h3 {
  font-family: "Proxima Nova Bold", san-serif;
  font-size: 1.4em;
  line-height: normal;
  color: #102429;
  margin-top: 3.857142857em;
  text-transform: uppercase;
}

.notify-me h3 a {
  color: #102429;
}

/* Video */

.video-product.js-popup {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0 !important;
}

.video-product.inline.js-popup {
  position: absolute;
}

.video-product .popup-content {
  width: 100%;
  height: 100%;
}

.video-product .popup-content .mejs-container {
  width: 100% !important;
  height: 100% !important;
}

.video-product .popup-content .mejs-container .mejs-overlay {
  width: 100% !important;
  height: 100% !important;
}

.video-product .popup-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}

.video-product.inline.active .popup-overlay {
  position: absolute;
}