@-webkit-keyframes bounce2 {
  0%,
  20%,
  53%,
  80%,
  100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce2 {
  0%,
  20%,
  53%,
  80%,
  100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
}
.bounce2 {
  -webkit-animation-name: bounce2;
          animation-name: bounce2;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
/*
 * Sample HTML structure
 * <div class="select-option">
 * 	<div class="option-item">
 * 		<input class="option-input" type="radio" name="optname" /><span class="option-item-name">Option 1</span>
 * 	</div>
 * 	<div class="option-item">
 * 		<input class="option-input" type="radio" name="optname" /><span class="option-item-name">Option 2</span>
 * 	</div>
 * 	<i class="arrow glyphicon glyphicon-chevron"></i>
 * </div>
 */
.select-option {
  border: 1px solid #333333;
  color: #333333;
  display: block;
  font-size: 10px;
  line-height: 1.2;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.select-option .option-item {
  position: relative;
}
.select-option .option-item .option-input {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.select-option .option-item .option-name {
  position: relative;
  width: 100%;
}
.select-option .arrow {
  position: absolute;
  right: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
select.form-control {
  padding: 8px 14px;
}
select.form-control + .fa-angle-right {
  display: block;
  color: #666666;
  font-size: 25px;
  position: absolute;
  top: 6px;
  right: 13px;
  pointer-events: none;
  z-index: 2;
  transition: -webkit-transform 400ms linear;
  transition: transform 400ms linear;
  transition: transform 400ms linear, -webkit-transform 400ms linear;
}
select.form-control:focus + .fa-angle-right {
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.wcrumb:before,
.wcrumb:after {
  content: " ";
  display: table;
}
.wcrumb:after {
  clear: both;
}
.error-text {
  color: #a94442;
}
textarea::-webkit-input-placeholder {
  color: #333333;
  transition: color 200ms linear;
}
textarea::-moz-placeholder {
  color: #333333;
  transition: color 200ms linear;
}
textarea::-ms-input-placeholder {
  color: #333333;
  transition: color 200ms linear;
}
textarea::placeholder {
  color: #333333;
  transition: color 200ms linear;
}
textarea:focus {
  box-shadow: none;
}
.btn-white {
  background: #ffffff;
  border: 1px solid #999999;
  border-radius: 0;
  color: #333333;
  font-weight: 300;
}
.btn-white:focus,
.btn-white:hover {
  color: #333333;
}
.btn-black {
  background: #333333;
  border: 1px solid #333333;
  border-radius: 0;
  color: #ffffff;
  font-weight: 300;
}
.btn-black:focus,
.btn-black:hover {
  color: #ffffff;
}
.page-main .action.primary {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #444444;
  color: #ffffff;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
  font-size: 12px;
  padding: 8px 14px;
  margin: 0 auto;
  text-transform: uppercase;
  vertical-align: baseline;
}
.page-main .action.primary:hover,
.page-main .action.primary:focus,
.page-main .action.primary:active {
  border: none;
  background: #333333;
  text-decoration: none;
}
@media only screen and (min-width: 992px) {
  .actions-toolbar .secondary .page-main .action.primary {
    margin-top: 0;
  }
}
.font-weight-300 {
  font-weight: 300 !important;
}
.font-weight-400 {
  font-weight: 400 !important;
}
.ves-widget,
.vesbuilder-block,
.block-product-link.widget,
.block-category-link.widget {
  margin-top: 60px;
}
.block-category-link.widget {
  margin-bottom: 0;
}
.block-category-link.widget .category-name {
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
}
.block-category-link.widget a {
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .block-category-link.widget {
    text-align: center;
  }
}
.ves-widget.widget-slider .block-title {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-transform: uppercase;
}
.ves-widget.widget-slider .slick-dots li {
  margin: 0;
}
.ves-widget.widget-slider .slick-dots li button:before {
  font-size: 24px;
}
.widget-images {
  margin-bottom: 0;
}
.widget-images .block-title {
  display: none;
}
.widget-images .image-description {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 35px;
}
.widget-images .image-description h2,
.widget-images .image-description h3 {
  margin: 0;
}
.widget-images .image-description hr {
  margin: 25px 0;
  max-width: 100px;
  border-top-color: #999999;
}
.waterworks-newsletter-block > .block-title {
  display: none;
}
.scrollup {
  background-color: #333333 !important;
  border-radius: 0;
}
.scrollup .fa.fa-angle-up {
  color: #ffffff !important;
  font-size: 18px;
  line-height: 33px;
}
.scrollup .fa.fa-angle-up:before {
  content: "\e621";
  font-family: 'luma-icons';
  font-size: 18px !important;
  color: #ffffff !important;
}
.modal-popup .modal-inner-wrap {
  max-width: 320px;
}
.modal-popup .modal-inner-wrap .modal-content,
.modal-popup .modal-inner-wrap .modal-footer {
  padding: 15px;
}
.modal-popup .modal-inner-wrap .modal-content > button,
.modal-popup .modal-inner-wrap .modal-footer > button {
  width: 50%;
  float: left;
  text-transform: uppercase;
  font-size: 12px;
}
.modal-popup .modal-inner-wrap .modal-content > button:after,
.modal-popup .modal-inner-wrap .modal-footer > button:after {
  display: none !important;
}
.modal-popup .modal-inner-wrap .modal-content > button.action-dismiss,
.modal-popup .modal-inner-wrap .modal-footer > button.action-dismiss {
  background-color: transparent;
}
.modal-popup .modal-inner-wrap .modal-content > button.action-dismiss > span,
.modal-popup .modal-inner-wrap .modal-footer > button.action-dismiss > span {
  color: #333333;
}
.modal-popup .modal-inner-wrap .modal-content > button.action-accept > span,
.modal-popup .modal-inner-wrap .modal-footer > button.action-accept > span {
  color: #ffffff;
}
.modal-popup .modal-inner-wrap .modal-content > button:only-child,
.modal-popup .modal-inner-wrap .modal-footer > button:only-child {
  width: 100%;
}
.mt-150 {
  margin-top: 150px;
}
.mt-145 {
  margin-top: 145px;
}
.mt-140 {
  margin-top: 140px;
}
.mt-135 {
  margin-top: 135px;
}
.mt-130 {
  margin-top: 130px;
}
.mt-125 {
  margin-top: 125px;
}
.mt-120 {
  margin-top: 120px;
}
.mt-115 {
  margin-top: 115px;
}
.mt-110 {
  margin-top: 110px;
}
.mt-105 {
  margin-top: 105px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-95 {
  margin-top: 95px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-85 {
  margin-top: 85px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-75 {
  margin-top: 75px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-65 {
  margin-top: 65px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-55 {
  margin-top: 55px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-45 {
  margin-top: 45px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-0 {
  margin-top: 0px;
}
.mb-150 {
  margin-bottom: 150px;
}
.mb-145 {
  margin-bottom: 145px;
}
.mb-140 {
  margin-bottom: 140px;
}
.mb-135 {
  margin-bottom: 135px;
}
.mb-130 {
  margin-bottom: 130px;
}
.mb-125 {
  margin-bottom: 125px;
}
.mb-120 {
  margin-bottom: 120px;
}
.mb-115 {
  margin-bottom: 115px;
}
.mb-110 {
  margin-bottom: 110px;
}
.mb-105 {
  margin-bottom: 105px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mb-95 {
  margin-bottom: 95px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-85 {
  margin-bottom: 85px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-75 {
  margin-bottom: 75px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-65 {
  margin-bottom: 65px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-55 {
  margin-bottom: 55px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-0 {
  margin-bottom: 0px;
}
.ml-150 {
  margin-left: 150px;
}
.ml-145 {
  margin-left: 145px;
}
.ml-140 {
  margin-left: 140px;
}
.ml-135 {
  margin-left: 135px;
}
.ml-130 {
  margin-left: 130px;
}
.ml-125 {
  margin-left: 125px;
}
.ml-120 {
  margin-left: 120px;
}
.ml-115 {
  margin-left: 115px;
}
.ml-110 {
  margin-left: 110px;
}
.ml-105 {
  margin-left: 105px;
}
.ml-100 {
  margin-left: 100px;
}
.ml-95 {
  margin-left: 95px;
}
.ml-90 {
  margin-left: 90px;
}
.ml-85 {
  margin-left: 85px;
}
.ml-80 {
  margin-left: 80px;
}
.ml-75 {
  margin-left: 75px;
}
.ml-70 {
  margin-left: 70px;
}
.ml-65 {
  margin-left: 65px;
}
.ml-60 {
  margin-left: 60px;
}
.ml-55 {
  margin-left: 55px;
}
.ml-50 {
  margin-left: 50px;
}
.ml-45 {
  margin-left: 45px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-35 {
  margin-left: 35px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-25 {
  margin-left: 25px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-5 {
  margin-left: 5px;
}
.ml-0 {
  margin-left: 0px;
}
.mr-150 {
  margin-right: 150px;
}
.mr-145 {
  margin-right: 145px;
}
.mr-140 {
  margin-right: 140px;
}
.mr-135 {
  margin-right: 135px;
}
.mr-130 {
  margin-right: 130px;
}
.mr-125 {
  margin-right: 125px;
}
.mr-120 {
  margin-right: 120px;
}
.mr-115 {
  margin-right: 115px;
}
.mr-110 {
  margin-right: 110px;
}
.mr-105 {
  margin-right: 105px;
}
.mr-100 {
  margin-right: 100px;
}
.mr-95 {
  margin-right: 95px;
}
.mr-90 {
  margin-right: 90px;
}
.mr-85 {
  margin-right: 85px;
}
.mr-80 {
  margin-right: 80px;
}
.mr-75 {
  margin-right: 75px;
}
.mr-70 {
  margin-right: 70px;
}
.mr-65 {
  margin-right: 65px;
}
.mr-60 {
  margin-right: 60px;
}
.mr-55 {
  margin-right: 55px;
}
.mr-50 {
  margin-right: 50px;
}
.mr-45 {
  margin-right: 45px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-35 {
  margin-right: 35px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-25 {
  margin-right: 25px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-5 {
  margin-right: 5px;
}
.mr-0 {
  margin-right: 0px;
}
/* ---------------------------------- Mixin --------------------------------------- */
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.underline {
  text-decoration: underline;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-top {
  vertical-align: text-top;
}
.text-middle,
.v-middle {
  vertical-align: middle;
}
.v-bottom,
.text-bottom {
  vertical-align: bottom;
}
.v-top {
  vertical-align: top;
}
.v-super {
  vertical-align: super;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.f-none {
  float: none;
}
.hidden {
  display: none !important;
}
.full-width {
  width: 100%;
}
.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-margin-left {
  margin-left: 0 !important;
}
.no-margin-right {
  margin-right: 0 !important;
}
.font-alt1 {
  font-family: "Mercury Display A", "Mercury Display B", Georgia, serif !important;
}
.vat-label {
  font-size: 12px;
  line-height: 1.2;
}
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after {
  clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1;
}
.generic-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: block;
  font-size: 11px;
  font-weight: inherit;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  width: 280px;
  border-radius: 0;
}
.ctas-block.cms .button.cta {
  margin: 0 10px;
}
.ctas-block.cms .button.cta.black {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: block;
  font-size: 11px;
  font-weight: inherit;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  width: 280px;
  border-radius: 0;
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.ctas-block.cms .button.cta.black:hover {
  background-color: #ffffff;
  color: #000000;
}
.ctas-block.cms .button.cta:first-of-type {
  margin-left: 0;
}
.ctas-block.cms .button.cta:last-of-type {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ctas-block.cms .flex-block {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .ctas-block.cms .flex-block a {
    margin: 0;
    margin-top: 10px;
  }
}
html.ipad.portrait  .ctas-block.cms .flex-block {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
html.ipad.portrait  .ctas-block.cms .flex-block a {
  margin: 0;
  margin-top: 10px;
}
html.legacy-ipad  .ctas-block.cms .flex-block {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
html.legacy-ipad  .ctas-block.cms .flex-block a {
  margin: 0;
  margin-top: 10px;
}
/* E2E Products Preview widget*/
@media only screen and (max-width: 1200px) {
  .e2e-page-container .products-scrollable {
    overflow-x: scroll;
  }
  html.ipad.portrait .e2e-page-container .products-scrollable {
    -webkit-overflow-scrolling: touch;
  }
  html.legacy-ipad .e2e-page-container .products-scrollable {
    -webkit-overflow-scrolling: touch;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 768px) {
  .e2e-page-container .products-scrollable {
    -webkit-overflow-scrolling: touch;
  }
}
.e2e-page-container .products-block.row {
  margin: 0 !important;
  padding-top: 10px;
  padding-bottom: 20px;
}
.e2e-page-container .products-block.row > div {
  padding: 0;
}
.e2e-page-container .products-scrollable {
  margin-left: -3.5px;
  margin-right: -3.5px;
}
.e2e-page-container section.products-row,
.e2e-page-container div.products-row.legacy {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}
.e2e-page-container section.products-row.normal-size,
.e2e-page-container div.products-row.legacy.normal-size {
  -ms-flex-pack: center;
      justify-content: center;
}
.e2e-page-container section.products-row.over-size,
.e2e-page-container div.products-row.legacy.over-size {
  -ms-flex-pack: left;
      justify-content: left;
}
@media (min-width: 768px) {
  .e2e-page-container section.products-row,
  .e2e-page-container div.products-row.legacy {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.e2e-page-container section.products-row.align-center,
.e2e-page-container div.products-row.legacy.align-center {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
@media only screen and (min-width: 1360px) {
  .e2e-page-container section.products-row,
  .e2e-page-container div.products-row.legacy {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.e2e-page-container section.products-row .product,
.e2e-page-container div.products-row.legacy .product {
  margin: 0 3.5px;
  text-align: center;
  min-width: 76vw;
  max-width: 480px;
  flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media (min-width: 768px) {
  .e2e-page-container section.products-row .product,
  .e2e-page-container div.products-row.legacy .product {
    min-width: calc((100% / 4) - 7px);
    width: calc((100% / 4) - 7px);
    max-width: calc((100% / 4) - 7px);
    float: left;
  }
}
.e2e-page-container section.products-row .product:last-of-type,
.e2e-page-container div.products-row.legacy .product:last-of-type {
  margin-right: 0;
}
.e2e-page-container section.products-row .product:first-of-type .product-data,
.e2e-page-container div.products-row.legacy .product:first-of-type .product-data {
  padding-left: 5px;
}
.e2e-page-container section.products-row .product.visible,
.e2e-page-container div.products-row.legacy .product.visible {
  visibility: visible;
}
.e2e-page-container section.products-row .product .full-link-container,
.e2e-page-container div.products-row.legacy .product .full-link-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.e2e-page-container section.products-row .product .product-img,
.e2e-page-container div.products-row.legacy .product .product-img {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.e2e-page-container section.products-row .product .product-img img,
.e2e-page-container div.products-row.legacy .product .product-img img {
  width: 100%;
}
.e2e-page-container section.products-row .product .product-img .add-to-wishlist,
.e2e-page-container div.products-row.legacy .product .product-img .add-to-wishlist {
  text-align: right;
  padding-right: 10px;
  padding-top: 10px;
  display: none;
  position: absolute;
  right: 0;
  top: 0;
}
.e2e-page-container section.products-row .product .product-img .add-to-wishlist a.actions-btn.action.towishlist:before,
.e2e-page-container div.products-row.legacy .product .product-img .add-to-wishlist a.actions-btn.action.towishlist:before {
  content: none !important;
}
.e2e-page-container section.products-row .product .product-img .add-to-wishlist a.actions-btn.action.towishlist .add-to-folder,
.e2e-page-container div.products-row.legacy .product .product-img .add-to-wishlist a.actions-btn.action.towishlist .add-to-folder {
  float: right;
  width: 20px;
  height: 20px;
}
.e2e-page-container section.products-row .product .product-img .add-to-wishlist a.actions-btn.action.towishlist .add-to-folder img.projects-folder,
.e2e-page-container div.products-row.legacy .product .product-img .add-to-wishlist a.actions-btn.action.towishlist .add-to-folder img.projects-folder {
  display: block;
}
.e2e-page-container section.products-row .product .product-img .add-to-wishlist a.actions-btn.action.towishlist .add-to-folder img.projects-folder-rollover,
.e2e-page-container div.products-row.legacy .product .product-img .add-to-wishlist a.actions-btn.action.towishlist .add-to-folder img.projects-folder-rollover {
  display: none;
  margin-top: 0;
}
.e2e-page-container section.products-row .product .product-img .add-to-wishlist a.actions-btn.action.towishlist:hover img.projects-folder,
.e2e-page-container div.products-row.legacy .product .product-img .add-to-wishlist a.actions-btn.action.towishlist:hover img.projects-folder {
  display: none;
}
.e2e-page-container section.products-row .product .product-img .add-to-wishlist a.actions-btn.action.towishlist:hover img.projects-folder-rollover,
.e2e-page-container div.products-row.legacy .product .product-img .add-to-wishlist a.actions-btn.action.towishlist:hover img.projects-folder-rollover {
  display: block;
}
.e2e-page-container section.products-row .product .product-img .add-to-wishlist a.add-to-project-folder-btn,
.e2e-page-container div.products-row.legacy .product .product-img .add-to-wishlist a.add-to-project-folder-btn {
  width: 20px;
  height: 20px;
}
.e2e-page-container section.products-row .product .product-img .add-to-wishlist a.add-to-project-folder-btn img.projects-folder-rollover,
.e2e-page-container div.products-row.legacy .product .product-img .add-to-wishlist a.add-to-project-folder-btn img.projects-folder-rollover {
  display: none;
}
.e2e-page-container section.products-row .product .product-img .marked-new,
.e2e-page-container div.products-row.legacy .product .product-img .marked-new {
  background-color: #ffffff;
  padding: 6px 28px;
  display: inline-block;
  width: auto;
  margin-top: 10px;
  margin-left: 10px;
}
.e2e-page-container section.products-row .product .product-img .marked-new span.new,
.e2e-page-container div.products-row.legacy .product .product-img .marked-new span.new {
  text-transform: uppercase;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  color: #000000;
  position: relative;
  display: inline-block;
}
.e2e-page-container section.products-row .product .product-img button.cta,
.e2e-page-container div.products-row.legacy .product .product-img button.cta {
  color: #ffffff;
  background-color: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  width: 96%;
  padding: 13px 0;
  margin: 0 auto;
  display: none;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}
.e2e-page-container section.products-row .product .product-img .cta,
.e2e-page-container div.products-row.legacy .product .product-img .cta {
  position: absolute;
  bottom: 11px;
  width: 100%;
  padding: 0 10px;
}
.e2e-page-container section.products-row .product .product-img .cta a,
.e2e-page-container div.products-row.legacy .product .product-img .cta a {
  width: 100%;
  display: none;
  margin: 0 auto;
  padding: 13px 0;
  color: #ffffff;
  background-color: #000000;
  border: 1px solid #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}
.e2e-page-container section.products-row .product .product-img .cta a:hover,
.e2e-page-container div.products-row.legacy .product .product-img .cta a:hover {
  background: #ffffff;
  color: #000000;
}
.e2e-page-container section.products-row .product .product-data,
.e2e-page-container div.products-row.legacy .product .product-data {
  font-size: 10px;
  padding-top: 20px;
  text-align: left;
}
@media only screen and (min-width: 820px) {
  .e2e-page-container section.products-row .product .product-data,
  .e2e-page-container div.products-row.legacy .product .product-data {
    padding-left: 0;
  }
}
.e2e-page-container section.products-row .product .product-data span,
.e2e-page-container div.products-row.legacy .product .product-data span,
.e2e-page-container section.products-row .product .product-data p,
.e2e-page-container div.products-row.legacy .product .product-data p {
  display: block;
}
.e2e-page-container section.products-row .product .product-data .product-data-desc,
.e2e-page-container div.products-row.legacy .product .product-data .product-data-desc {
  margin: 0 0 13px;
  padding-right: 50px;
  line-height: 1.8;
  color: #000000;
}
.e2e-page-container section.products-row .product .product-data .product-data-name strong,
.e2e-page-container div.products-row.legacy .product .product-data .product-data-name strong {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: bold;
}
.e2e-page-container section.products-row .product .product-data .product-data-pricing,
.e2e-page-container div.products-row.legacy .product .product-data .product-data-pricing {
  margin: 5px 0 0 0;
}
.e2e-page-container section.products-row .product .product-data .product-data-pricing .from-pricing,
.e2e-page-container div.products-row.legacy .product .product-data .product-data-pricing .from-pricing {
  margin: 0;
}
.e2e-page-container section.products-row .product .product-data .product-data-pricing .price-box,
.e2e-page-container div.products-row.legacy .product .product-data .product-data-pricing .price-box {
  color: #000000;
  padding: 0;
  margin: 0;
}
.e2e-page-container section.products-row .product .product-data .product-data-pricing .price-box span > span,
.e2e-page-container div.products-row.legacy .product .product-data .product-data-pricing .price-box span > span {
  display: inline-block;
  font-size: 10px;
}
.e2e-page-container section.products-row .product .product-data .product-data-pricing .price-box > div,
.e2e-page-container div.products-row.legacy .product .product-data .product-data-pricing .price-box > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
.e2e-page-container section.products-row .product .product-data .product-data-pricing .price-box > div .price-label strong,
.e2e-page-container div.products-row.legacy .product .product-data .product-data-pricing .price-box > div .price-label strong,
.e2e-page-container section.products-row .product .product-data .product-data-pricing .price-box > div .price-label span,
.e2e-page-container div.products-row.legacy .product .product-data .product-data-pricing .price-box > div .price-label span {
  display: inline;
}
.e2e-page-container section.products-row .product .product-data .product-data-pricing .price-box > div .price-label span,
.e2e-page-container div.products-row.legacy .product .product-data .product-data-pricing .price-box > div .price-label span {
  margin-left: 3px;
  margin-right: 3px;
}
.e2e-page-container section.products-row .product .product-data .product-data-pricing .price-label,
.e2e-page-container div.products-row.legacy .product .product-data .product-data-pricing .price-label,
.e2e-page-container section.products-row .product .product-data .product-data-pricing .price-box,
.e2e-page-container div.products-row.legacy .product .product-data .product-data-pricing .price-box {
  font-weight: 300;
}
.e2e-page-container section.products-row .product .product-data .product-data-pricing .price-label,
.e2e-page-container div.products-row.legacy .product .product-data .product-data-pricing .price-label,
.e2e-page-container section.products-row .product .product-data .product-data-pricing strong,
.e2e-page-container div.products-row.legacy .product .product-data .product-data-pricing strong,
.e2e-page-container section.products-row .product .product-data .product-data-pricing .price-box,
.e2e-page-container div.products-row.legacy .product .product-data .product-data-pricing .price-box {
  display: inline-block;
  float: left;
  color: #000000;
}
.e2e-page-container section.products-row .product .product-data .product-data-pricing .price-label,
.e2e-page-container div.products-row.legacy .product .product-data .product-data-pricing .price-label {
  font-size: 10px;
}
.e2e-page-container section.products-row .product .product-data .product-data-pricing .price-label:after,
.e2e-page-container div.products-row.legacy .product .product-data .product-data-pricing .price-label:after {
  content: none;
}
.e2e-page-container section.products-row .product .product-data .product-data-pricing .price-container,
.e2e-page-container div.products-row.legacy .product .product-data .product-data-pricing .price-container {
  display: inline-block;
}
.e2e-page-container section.products-row .product .product-data .product-data-pricing .price-container span,
.e2e-page-container div.products-row.legacy .product .product-data .product-data-pricing .price-container span {
  font-weight: 400;
}
.e2e-page-container section.products-row .product:hover .product-img .add-to-wishlist,
.e2e-page-container div.products-row.legacy .product:hover .product-img .add-to-wishlist {
  display: block !important;
}
.e2e-page-container section.products-row .product:hover .product-img .add-to-wishlist .add-to-folder:hover img:nth-of-type(1),
.e2e-page-container div.products-row.legacy .product:hover .product-img .add-to-wishlist .add-to-folder:hover img:nth-of-type(1) {
  display: none;
}
.e2e-page-container section.products-row .product:hover .product-img .add-to-wishlist .add-to-folder:hover img:nth-of-type(2),
.e2e-page-container div.products-row.legacy .product:hover .product-img .add-to-wishlist .add-to-folder:hover img:nth-of-type(2) {
  display: block;
}
.e2e-page-container section.products-row .product:hover .product-img .cta a,
.e2e-page-container div.products-row.legacy .product:hover .product-img .cta a {
  display: block;
}
@media (max-width: 768px) {
  .e2e-page-container section.products-row,
  .e2e-page-container div.products-row.legacy {
    overflow-x: scroll;
    width: 200vw;
  }
  .e2e-page-container section.products-row .product,
  .e2e-page-container div.products-row.legacy .product {
    max-width: 50vw;
    width: 50vw;
  }
  .e2e-page-container section.products-row .product .product-img .cta a,
  .e2e-page-container div.products-row.legacy .product .product-img .cta a {
    line-height: 32px;
  }
}
html.ipad.portrait .e2e-page-container section.products-row,
html.ipad.portrait .e2e-page-container div.products-row.legacy {
  overflow-x: scroll;
  width: 200vw;
}
html.ipad.portrait .e2e-page-container section.products-row .product,
html.ipad.portrait .e2e-page-container div.products-row.legacy .product {
  max-width: 50vw;
  width: 50vw;
}
html.ipad.portrait .e2e-page-container section.products-row .product .product-img .cta a,
html.ipad.portrait .e2e-page-container div.products-row.legacy .product .product-img .cta a {
  line-height: 32px;
}
html.legacy-ipad .e2e-page-container section.products-row,
html.legacy-ipad .e2e-page-container div.products-row.legacy {
  overflow-x: scroll;
  width: 200vw;
}
html.legacy-ipad .e2e-page-container section.products-row .product,
html.legacy-ipad .e2e-page-container div.products-row.legacy .product {
  max-width: 50vw;
  width: 50vw;
}
html.legacy-ipad .e2e-page-container section.products-row .product .product-img .cta a,
html.legacy-ipad .e2e-page-container div.products-row.legacy .product .product-img .cta a {
  line-height: 32px;
}
.e2e-page-container section.products-row strong,
.e2e-page-container div.products-row.legacy strong {
  color: #000000;
}
.e2e-page-container section.products-row button,
.e2e-page-container div.products-row.legacy button,
.e2e-page-container section.products-row strong,
.e2e-page-container div.products-row.legacy strong,
.e2e-page-container section.products-row span.product-data-style,
.e2e-page-container div.products-row.legacy span.product-data-style {
  text-transform: uppercase;
  font-size: 10px;
}
.e2e-page-container section.featured-products div.cta {
  position: relative;
  margin: 0 auto;
  margin-top: 6vh;
  text-align: center;
  max-width: inherit;
  width: 100%;
}
.e2e-page-container section.featured-products div.cta a {
  width: 280px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  color: #ffffff;
  background-color: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #000000;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  -moz-appearance: inherit;
  -webkit-appearance: inherit;
  appearance: button;
}
.e2e-page-container section.featured-products div.cta a:hover {
  color: #000000;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .e2e-page-container section.featured-products div.cta a {
    margin-bottom: 10px;
  }
  .e2e-page-container section.featured-products div.cta a:last-of-type {
    margin-bottom: 0;
  }
}
.e2e-page-container section.featured-products .products-row:nth-of-type(2) {
  margin-top: 50px;
}
.e2e-page-container section.featured-products .products-row .product .product-img > div.cta {
  margin: 0 !important;
}
.multiple-inline-buttons {
  text-align: center;
  margin-top: 50px;
}
.multiple-inline-buttons .cta {
  margin-left: auto;
  margin-right: auto;
  width: auto !important;
  display: inline-block;
  max-width: inherit;
}
.multiple-inline-buttons .cta a {
  display: inline-block;
  width: 280px;
  max-width: 100%;
  margin: 0 10px 10px;
}
.multiple-inline-buttons .cta a:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .e2e-page-container.lateral-margins-style .products-scrollable {
    margin-left: 4px;
  }
}
@media (min-width: 768px) {
  .e2e-page-container.lateral-margins-style section.products-row,
  .e2e-page-container.lateral-margins-style div.products-row.legacy {
    overflow-x: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
  }
  .e2e-page-container.lateral-margins-style section.products-row.normal-size,
  .e2e-page-container.lateral-margins-style div.products-row.legacy.normal-size {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .e2e-page-container.lateral-margins-style section.products-row.over-size,
  .e2e-page-container.lateral-margins-style div.products-row.legacy.over-size {
    -ms-flex-pack: left;
        justify-content: left;
  }
  html.ipad.portrait .e2e-page-container.lateral-margins-style section.products-row,
  html.ipad.portrait .e2e-page-container.lateral-margins-style div.products-row.legacy {
    -webkit-overflow-scrolling: touch;
  }
  html.legacy-ipad .e2e-page-container.lateral-margins-style section.products-row,
  html.legacy-ipad .e2e-page-container.lateral-margins-style div.products-row.legacy {
    -webkit-overflow-scrolling: touch;
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  .e2e-page-container.lateral-margins-style section.products-row,
  .e2e-page-container.lateral-margins-style div.products-row.legacy {
    -webkit-overflow-scrolling: touch;
  }
}
@media (min-width: 1350px) {
  .e2e-page-container.lateral-margins-style section.products-row,
  .e2e-page-container.lateral-margins-style div.products-row.legacy {
    overflow-x: inherit;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
@media (min-width: 768px) {
  .e2e-page-container.lateral-margins-style section.products-row .product,
  .e2e-page-container.lateral-margins-style div.products-row.legacy .product {
    min-width: 30vw;
    width: inherit;
    max-width: inherit;
  }
}
@media (min-width: 1350px) {
  .e2e-page-container.lateral-margins-style section.products-row .product,
  .e2e-page-container.lateral-margins-style div.products-row.legacy .product {
    min-width: calc((100% / 4) - 7px);
    width: calc((100% / 4) - 7px);
    max-width: calc((100% / 4) - 7px);
    float: left;
  }
}
.product-modal-wrapper {
  position: fixed;
  z-index: 99999;
  background: #ffffff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: auto;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .product-modal-wrapper {
    background: rgba(0, 0, 0, 0.75);
  }
}
html.ipad.landscape .product-modal-wrapper {
  background: rgba(0, 0, 0, 0.75);
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .product-modal-wrapper {
    background: rgba(0, 0, 0, 0.75);
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .product-modal-wrapper {
    background: rgba(0, 0, 0, 0.75);
  }
}
.product-modal-wrapper .product-modal-content-wrapper {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .product-modal-wrapper .product-modal-content-wrapper {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    background: #ffffff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 800px;
    max-width: 85%;
  }
}
html.ipad.landscape .product-modal-wrapper .product-modal-content-wrapper {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  background: #ffffff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 800px;
  max-width: 85%;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .product-modal-wrapper .product-modal-content-wrapper {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    background: #ffffff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 800px;
    max-width: 85%;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .product-modal-wrapper .product-modal-content-wrapper {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    background: #ffffff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 800px;
    max-width: 85%;
  }
}
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body {
  position: relative;
  width: 100%;
}
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .close-modal {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 0;
  width: 22px;
  height: 22px;
  cursor: pointer;
  z-index: 99999;
  background: url('../Waterworks_E2E/images/modal/close_black.png');
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .close-modal {
    right: -40px;
    top: -30px;
    background: url('../Waterworks_E2E/images/modal/close_white.png');
    background-size: contain;
  }
}
html.ipad.landscape .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .close-modal {
  right: -40px;
  top: -30px;
  background: url('../Waterworks_E2E/images/modal/close_white.png');
  background-size: contain;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .close-modal {
    right: -40px;
    top: -30px;
    background: url('../Waterworks_E2E/images/modal/close_white.png');
    background-size: contain;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .close-modal {
    right: -40px;
    top: -30px;
    background: url('../Waterworks_E2E/images/modal/close_white.png');
    background-size: contain;
  }
}
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper {
  display: block;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper {
    display: -ms-flexbox;
    display: flex;
  }
}
html.ipad.landscape .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper {
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper {
    display: -ms-flexbox;
    display: flex;
  }
}
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-img {
  width: 100%;
  margin: 60px auto 0;
  position: relative;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-img {
    width: 46%;
    max-width: inherit;
    margin: 0;
    position: inherit;
  }
}
html.ipad.landscape .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-img {
  width: 46%;
  max-width: inherit;
  margin: 0;
  position: inherit;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-img {
    width: 46%;
    max-width: inherit;
    margin: 0;
    position: inherit;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-img {
    width: 46%;
    max-width: inherit;
    margin: 0;
    position: inherit;
  }
}
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-img ul {
  margin: 0;
  padding: 0;
}
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-img img {
  width: 100%;
  height: auto;
}
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper {
  width: 100%;
  text-align: center;
  position: relative;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper {
    width: 54%;
  }
}
html.ipad.landscape .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper {
  width: 54%;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper {
    width: 54%;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper {
    width: 54%;
  }
}
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .product-data {
  margin: 0 auto;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .product-data {
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    max-width: 100%;
  }
}
html.ipad.landscape .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .product-data {
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .product-data {
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .product-data {
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    max-width: 100%;
  }
}
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .product-data .product-data-name {
  margin-bottom: 10px;
  display: block;
}
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .product-data .product-data-name strong {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: inherit;
  color: #000000;
  text-transform: uppercase;
}
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .product-data .product-data-desc {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 1.8em;
  color: #000000;
  margin: 0 auto 20px auto;
  max-width: 320px;
}
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .product-data .product-data-style {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
  text-transform: uppercase;
}
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .product-data span.product-data-pricing .from-pricing,
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .product-data span.product-data-pricing .from-pricing .price-label,
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .product-data span.product-data-pricing .from-pricing .price-label strong,
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .product-data span.product-data-pricing .from-pricing .price,
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .product-data span.product-data-pricing .from-pricing .price .price-wrapper {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
  text-transform: uppercase;
  display: inline-block;
}
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .product-data span.product-data-pricing div.from-pricing {
  display: block;
  margin-bottom: 5px;
}
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .product-data span.product-data-pricing div.from-pricing:last-of-type {
  margin-bottom: 0;
}
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .product-data span.product-data-pricing .from-pricing .price-label {
  margin-right: -5px;
}
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .product-data span.product-data-pricing .from-pricing .price-label strong {
  font-weight: 700;
}
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .product-data span.product-data-pricing .price-box {
  margin: 10px 0 25px;
}
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .product-data span.product-data-pricing .price-container {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
}
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .product-data .cta {
  margin-top: 40px;
  margin-bottom: 60px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .product-data .cta {
    margin-bottom: 0;
  }
}
html.ipad.landscape .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .product-data .cta {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .product-data .cta {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .product-data .cta {
    margin-bottom: 0;
  }
}
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .product-data .cta a {
  display: block;
  padding: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px !important;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
  -moz-appearance: inherit;
  -webkit-appearance: inherit;
  appearance: inherit;
  position: relative;
  width: 260px;
  height: 58px;
  line-height: 58px;
  text-decoration: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  background: #000000 !important;
  color: white !important;
  border: 1px solid #000000;
}
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .product-data .cta a:hover {
  background: #ffffff !important;
  color: #000000 !important;
}
@media (max-width: 480px) {
  .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .product-data .cta a {
    width: 100%;
  }
}
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .design-by {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
  text-align: left;
  margin: 10px auto 20px auto;
  max-width: 100%;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .design-by {
    height: auto;
    margin: 0;
    max-width: inherit;
    position: absolute;
    bottom: 10px;
    left: 10px;
  }
}
html.ipad.landscape .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .design-by {
  height: auto;
  margin: 0;
  max-width: inherit;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .design-by {
    height: auto;
    margin: 0;
    max-width: inherit;
    position: absolute;
    bottom: 10px;
    left: 10px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .design-by {
    height: auto;
    margin: 0;
    max-width: inherit;
    position: absolute;
    bottom: 10px;
    left: 10px;
  }
}
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .design-by span {
  display: block;
  margin-bottom: 10px;
}
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .design-by span strong {
  font-weight: 300;
}
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .design-by span:last-of-type {
  margin-bottom: 0;
}
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .slick-slider {
  position: inherit;
  padding: 0;
}
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .slick-slider .slick-list {
  max-width: 75%;
  margin: 0 auto;
  /* Landscape */
}
html.legacy-ipad .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .slick-slider .slick-list {
  max-width: 50%;
}
@media (min-width: 768px) {
  html:not(.ipad) .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .slick-slider .slick-list {
    max-width: 100%;
  }
}
html.ipad.landscape .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .slick-slider .slick-list {
  max-width: 100%;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .slick-slider .slick-list {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .slick-slider .slick-list {
    max-width: 100%;
  }
}
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .slick-slider button.slick-next,
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .slick-slider button.slick-prev {
  width: 25px;
  height: 46px;
  border: 0;
  box-shadow: none;
}
@media (max-width: 768px) {
  .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .slick-slider button.slick-next,
  .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .slick-slider button.slick-prev {
    top: 31%;
  }
}
html.ipad.portrait .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .slick-slider button.slick-next,
html.ipad.portrait .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .slick-slider button.slick-prev {
  top: 31%;
}
html.legacy-ipad .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .slick-slider button.slick-next,
html.legacy-ipad .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .slick-slider button.slick-prev {
  top: 31%;
}
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .slick-slider button.slick-next:before,
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .slick-slider button.slick-prev:before {
  content: none;
}
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .slick-slider button.slick-next {
  right: 25px;
  background: url('../Waterworks_E2E/images/modal/arrow_right_black.png');
  /* Landscape */
}
@media (max-width: 480px) {
  .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .slick-slider button.slick-next {
    right: 10px;
  }
}
@media (min-width: 768px) {
  html:not(.ipad) .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .slick-slider button.slick-next {
    right: -50px;
    background: url('../Waterworks_E2E/images/modal/arrow_right_white.png');
  }
}
html.ipad.landscape .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .slick-slider button.slick-next {
  right: -50px;
  background: url('../Waterworks_E2E/images/modal/arrow_right_white.png');
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .slick-slider button.slick-next {
    right: -50px;
    background: url('../Waterworks_E2E/images/modal/arrow_right_white.png');
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .slick-slider button.slick-next {
    right: -50px;
    background: url('../Waterworks_E2E/images/modal/arrow_right_white.png');
  }
}
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .slick-slider button.slick-prev {
  left: 25px;
  background: url('../Waterworks_E2E/images/modal/arrow_left_black.png');
  /* Landscape */
}
@media (max-width: 480px) {
  .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .slick-slider button.slick-prev {
    left: 10px;
  }
}
@media (min-width: 768px) {
  html:not(.ipad) .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .slick-slider button.slick-prev {
    left: -50px;
    background: url('../Waterworks_E2E/images/modal/arrow_left_white.png');
  }
}
html.ipad.landscape .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .slick-slider button.slick-prev {
  left: -50px;
  background: url('../Waterworks_E2E/images/modal/arrow_left_white.png');
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .slick-slider button.slick-prev {
    left: -50px;
    background: url('../Waterworks_E2E/images/modal/arrow_left_white.png');
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .slick-slider button.slick-prev {
    left: -50px;
    background: url('../Waterworks_E2E/images/modal/arrow_left_white.png');
  }
}
body.no-scroll {
  overflow: hidden;
}
.products-row-variablewidth .product-list {
  display: -ms-flexbox;
  display: flex;
  position: relative !important;
  border-bottom: 1px solid #f6f6f6;
}
.products-row-variablewidth .product-list .product {
  border: 1px solid #ffffff;
}
.products-row-variablewidth .product-list .product.wide {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .products-row-variablewidth .product-list .product.wide {
    min-width: calc((100% / 2) - 21px) !important;
  }
}
html.ipad.landscape .products-row-variablewidth .product-list .product.wide {
  min-width: calc((100% / 2) - 21px) !important;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .products-row-variablewidth .product-list .product.wide {
    min-width: calc((100% / 2) - 21px) !important;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .products-row-variablewidth .product-list .product.wide {
    min-width: calc((100% / 2) - 21px) !important;
  }
}
.products-row-variablewidth .product-list .product .product-img {
  width: 100%;
  position: relative;
}
.products-row-variablewidth .product-list .product .product-img ul {
  margin: 0;
  padding: 0;
}
.products-row-variablewidth .product-list .product .product-img img {
  width: 100%;
  height: auto;
}
.products-row-variablewidth .product-list .product .product-img img.desktop-only {
  display: none;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .products-row-variablewidth .product-list .product .product-img img.desktop-only {
    display: block;
  }
}
html.ipad.landscape .products-row-variablewidth .product-list .product .product-img img.desktop-only {
  display: block;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .products-row-variablewidth .product-list .product .product-img img.desktop-only {
    display: block;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .products-row-variablewidth .product-list .product .product-img img.desktop-only {
    display: block;
  }
}
.products-row-variablewidth .product-list .product .product-img img.mobile-only {
  display: block;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .products-row-variablewidth .product-list .product .product-img img.mobile-only {
    display: none;
  }
}
html.ipad.landscape .products-row-variablewidth .product-list .product .product-img img.mobile-only {
  display: none;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .products-row-variablewidth .product-list .product .product-img img.mobile-only {
    display: none;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .products-row-variablewidth .product-list .product .product-img img.mobile-only {
    display: none;
  }
}
.products-row-variablewidth .product-list .product .product-data-wrapper {
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  border: 1px solid #f6f6f6;
  border-top: 0;
}
.products-row-variablewidth .product-list .product .product-data-wrapper .product-data {
  margin: 0 auto;
  text-align: center;
}
.products-row-variablewidth .product-list .product .product-data-wrapper .product-data .product-data-desc {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 22px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
  margin: 0 auto;
  padding: 25px 10px 20px;
}
.products-row-variablewidth .product-list .product .product-data-wrapper .product-data .product-data-pricing .from-pricing,
.products-row-variablewidth .product-list .product .product-data-wrapper .product-data .product-data-pricing .from-pricing .price-label,
.products-row-variablewidth .product-list .product .product-data-wrapper .product-data .product-data-pricing .from-pricing .price-label strong,
.products-row-variablewidth .product-list .product .product-data-wrapper .product-data .product-data-pricing .from-pricing .price,
.products-row-variablewidth .product-list .product .product-data-wrapper .product-data .product-data-pricing .from-pricing .price .price-wrapper {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 16px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
  text-transform: initial;
  display: inline-block;
}
.products-row-variablewidth .product-list .product .product-data-wrapper .product-data .product-data-pricing .from-pricing {
  display: block;
}
.products-row-variablewidth .product-list .product .product-data-wrapper .product-data .product-data-pricing .from-pricing .price-label {
  margin-right: -5px;
}
.products-row-variablewidth .product-list .product .product-data-wrapper .product-data .product-data-pricing .from-pricing .price-label strong {
  font-weight: 100;
}
.products-row-variablewidth .product-list .product .product-data-wrapper .product-data .product-data-pricing .from-label {
  font-size: 0;
}
.products-row-variablewidth .product-list .product .product-data-wrapper .product-data .product-data-pricing .from-label:after {
  content: 'From ';
  padding-right: 5px;
  display: inline-block;
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 16px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
}
.products-row-variablewidth .product-list .product .product-data-wrapper .product-data .product-data-pricing .price-box {
  margin: 0 auto 20px;
  text-align: center;
  width: 100%;
}
.products-row-variablewidth .product-list .product .product-data-wrapper .product-data .product-data-pricing .price-box > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
}
.products-row-variablewidth .product-list .product .product-data-wrapper .product-data .product-data-pricing .price-box > div .price-label strong,
.products-row-variablewidth .product-list .product .product-data-wrapper .product-data .product-data-pricing .price-box > div .price-label span {
  display: inline;
  font-size: 16px;
}
.products-row-variablewidth .product-list .product .product-data-wrapper .product-data .product-data-pricing .price-box > div .price-label span {
  margin-left: 3px;
  margin-right: 3px;
}
.products-row-variablewidth .product-list .product .product-data-wrapper .product-data .product-data-pricing .price-container {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 16px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
}
.products-row-variablewidth .product-list .product .product-data-wrapper .product-data .cta {
  margin-top: 20px;
  margin-bottom: 20px;
}
.products-row-variablewidth .product-list .product .product-data-wrapper .product-data .cta a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 200;
  line-height: 1em;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  transition: background-size 0.3s;
}
.products-row-variablewidth .product-list .product .product-data-wrapper .product-data .product-data-finish {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
  margin-bottom: 10px;
}
.products-row-variablewidth .slick-slider {
  position: inherit;
}
.products-row-variablewidth .slick-slider .slick-track {
  display: -ms-flexbox !important;
  display: flex !important;
}
.products-row-variablewidth .slick-slider .slick-slide {
  height: inherit !important;
}
.products-row-variablewidth .slick-slider button.slick-next,
.products-row-variablewidth .slick-slider button.slick-prev {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  position: absolute;
  top: 36%;
  background-color: #000000 !important;
  background-size: 12px !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  z-index: 1;
}
.products-row-variablewidth .slick-slider button.slick-next:before,
.products-row-variablewidth .slick-slider button.slick-prev:before {
  content: none;
}
.products-row-variablewidth .slick-slider button.slick-next {
  right: 20px;
  background: url('../Waterworks_E2E/images/modal/arrow_right_white.png');
}
.products-row-variablewidth .slick-slider button.slick-prev {
  left: 20px;
  background: url('../Waterworks_E2E/images/modal/arrow_left_white.png');
}
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-data-wrapper .product-data .product-data-pricing .price-box > div {
  display: inline-block;
}
@media (max-width: 768px) {
  body.pdp-surfaces .e2e-page-container section.products-row,
  body.pdp-surfaces .e2e-page-container div.products-row.legacy {
    width: initial;
  }
}
html.ipad.portrait body.pdp-surfaces .e2e-page-container section.products-row,
html.ipad.portrait body.pdp-surfaces .e2e-page-container div.products-row.legacy {
  width: initial;
}
html.legacy-ipad body.pdp-surfaces .e2e-page-container section.products-row,
html.legacy-ipad body.pdp-surfaces .e2e-page-container div.products-row.legacy {
  width: initial;
}
.additional-actions.wrapper .wishlist .items {
  box-shadow: unset;
  margin-top: 0;
  position: relative;
  top: unset;
}
.additional-actions.wrapper .wishlist .items::before,
.additional-actions.wrapper .wishlist .items::after {
  display: none;
}
.additional-actions.wrapper .wishlist .items .item {
  box-sizing: border-box;
  border: 1px solid #000000;
  border-top: unset;
  cursor: pointer;
  display: block;
  padding: 17px 5px;
  top: -1px;
  width: 100%;
}
.additional-actions.wrapper .wishlist .items .item span {
  font-size: 11px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  text-overflow: ellipsis;
}
.additional-actions.wrapper .dropdown-container {
  position: relative;
}
.additional-actions.wrapper .dropdown-container__button {
  cursor: pointer;
  position: relative;
  z-index: 999;
}
.additional-actions__initialized {
  -moz-text-align-last: center;
       text-align-last: center;
}
.no-scroll {
  overflow: hidden;
}
.no-scroll #top {
  display: none !important;
}
#top .scrollup {
  cursor: pointer;
  box-shadow: none !important;
  border-radius: 0 !important;
  background: #333333;
}
#top .scrollup .fa.fa-angle-up:before {
  font-family: 'luma-icons' !important;
  font-size: 18px !important;
  color: #e5e5e5 !important;
  line-height: 36px;
}
.catalog-product-view i {
  font-family: FontAwesome !important;
}
.catalog-product-view .page-main {
  display: block !important;
  -ms-flex: none !important;
      flex: none !important;
  float: none !important;
  -ms-flex-order: 0;
      order: 0;
}
@media (min-width: 768px) {
  .catalog-product-view .page-main {
    max-width: none;
    width: 100%;
  }
}
.catalog-product-view .page-main .columns {
  display: block !important;
  -ms-flex: none !important;
      flex: none !important;
  float: none !important;
  -ms-flex-order: 0;
      order: 0;
}
.catalog-product-view .page-main .columns .column.main {
  display: block !important;
  -ms-flex: none !important;
      flex: none !important;
  float: none !important;
  -ms-flex-order: 0;
      order: 0;
}
.catalog-product-view #maincontent {
  padding: 0 20px !important;
}
.catalog-product-view .border-special {
  background: transparent;
}
.catalog-product-view .product-main-info-wrapper {
  display: block;
}
@media (min-width: 768px) {
  .catalog-product-view .product-main-info-wrapper {
    display: -ms-flexbox;
    display: flex;
  }
}
.catalog-product-view .product-info-wrap {
  margin: 20px 0 !important;
}
@media (min-width: 768px) {
  .catalog-product-view .product-info-wrap {
    margin: 20px auto 40px !important;
    max-width: 845px;
    float: none !important;
  }
}
.catalog-product-view .product-info-wrap .product.media {
  padding: 0 40px;
  width: 100% !important;
  float: none;
}
@media (max-width: 320px) {
  .catalog-product-view .product-info-wrap .product.media {
    padding: 0 20px !important;
  }
}
@media (min-width: 768px) {
  .catalog-product-view .product-info-wrap .product.media {
    padding: 0;
    width: 50% !important;
    margin-bottom: 0;
    float: none;
  }
}
@media (min-width: 768px) {
  .catalog-product-view .product-info-wrap .product.media .gallery-placeholder {
    visibility: hidden;
    opacity: 0;
    height: 0;
    width: 0;
    position: absolute;
    left: -999em;
  }
}
.catalog-product-view .product-info-wrap .product.media .gallery-placeholder .fotorama-item .fotorama__wrap .fotorama__nav-wrap .fotorama__nav__shaft .fotorama__nav__frame .fotorama__dot {
  border: 1px solid #999999;
  background: #999999;
  height: 8px;
  width: 8px;
  left: 4px;
  top: 10px;
}
.catalog-product-view .product-info-wrap .product.media .gallery-placeholder .fotorama-item .fotorama__wrap .fotorama__nav-wrap .fotorama__nav__shaft .fotorama__nav__frame.fotorama__active .fotorama__dot {
  border: 1px solid #333333;
  background: #333333;
}
.catalog-product-view .product-info-wrap .product.media .desktop-gallery .product-image .cylindo-viewer .pdp-zoom {
  cursor: url("../images/icons/Zoom_Close.png"), auto !important;
}
.catalog-product-view .product-info-wrap .product.media .desktop-gallery .product-image .cylindo-viewer .pdp-zoom:not(.activated) {
  cursor: url("../images/icons/Zoom_Icon.png"), auto !important;
}
.catalog-product-view .product-info-wrap .product.media .desktop-gallery.mobile-gallery {
  margin-bottom: 40px !important;
  opacity: 0;
  position: absolute;
}
@media (min-width: 768px) {
  .catalog-product-view .product-info-wrap .product.media .desktop-gallery.mobile-gallery {
    opacity: 1;
    position: inherit;
  }
}
.catalog-product-view .product-info-wrap .product.media .desktop-gallery.mobile-gallery.disabled {
  opacity: 0;
  position: absolute;
}
.catalog-product-view .product-info-wrap .product.media .desktop-gallery.mobile-gallery .product-image {
  width: 100%;
  margin: 0 0 10px;
  position: relative;
  top: 0 !important;
}
.catalog-product-view .product-info-wrap .product.media .desktop-gallery.mobile-gallery .product-image .view-360 {
  display: none;
  position: absolute;
  bottom: 25px;
  right: 25px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .catalog-product-view .product-info-wrap .product.media .desktop-gallery.mobile-gallery .product-image .view-360 {
    display: block;
  }
}
html.ipad.landscape .catalog-product-view .product-info-wrap .product.media .desktop-gallery.mobile-gallery .product-image .view-360 {
  display: block;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .catalog-product-view .product-info-wrap .product.media .desktop-gallery.mobile-gallery .product-image .view-360 {
    display: block;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .catalog-product-view .product-info-wrap .product.media .desktop-gallery.mobile-gallery .product-image .view-360 {
    display: block;
  }
}
.catalog-product-view .product-info-wrap .product.media .desktop-gallery.mobile-gallery .product-image .view-360 a {
  display: block;
  font-size: 0;
  width: 40px;
  height: 40px;
}
.catalog-product-view .product-info-wrap .product.media .desktop-gallery.mobile-gallery .product-image .view-360 a:hover {
  opacity: 0.6;
}
.catalog-product-view .product-info-wrap .product.media .desktop-gallery.mobile-gallery .product-image .view-360 a:before {
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  background: url('../images/icons/360_icon.png') center center no-repeat;
}
.catalog-product-view .product-info-wrap .product.media .desktop-gallery.mobile-gallery .product-image .metal_finish_label {
  display: none;
  position: absolute;
  bottom: 25px;
  right: 25px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .catalog-product-view .product-info-wrap .product.media .desktop-gallery.mobile-gallery .product-image .metal_finish_label {
    display: block;
  }
}
html.ipad.landscape .catalog-product-view .product-info-wrap .product.media .desktop-gallery.mobile-gallery .product-image .metal_finish_label {
  display: block;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .catalog-product-view .product-info-wrap .product.media .desktop-gallery.mobile-gallery .product-image .metal_finish_label {
    display: block;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .catalog-product-view .product-info-wrap .product.media .desktop-gallery.mobile-gallery .product-image .metal_finish_label {
    display: block;
  }
}
.catalog-product-view .product-info-wrap .product.media .desktop-gallery.mobile-gallery .product-image .metal_finish_label a {
  display: block;
  font-size: 0;
  width: 40px;
  height: 40px;
}
.catalog-product-view .product-info-wrap .product.media .desktop-gallery.mobile-gallery .product-image .metal_finish_label a:hover {
  opacity: 0.6;
}
.catalog-product-view .product-info-wrap .product.media .desktop-gallery.mobile-gallery .product-image .metal_finish_label a:before {
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  background: url('../images/icons/360_icon.png') center center no-repeat;
}
.catalog-product-view .product-info-wrap .product.media .desktop-gallery.mobile-gallery .product-image {
  background: #f6f6f6;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.catalog-product-view .product-info-wrap .product.media .desktop-gallery.mobile-gallery .product-image .pdp-zoom {
  width: 100% !important;
  height: 100% !important;
  margin: 0 auto;
}
.catalog-product-view .product-info-wrap .product.media .desktop-gallery.mobile-gallery .product-image .original-image {
  margin: 0 auto;
  display: block;
  text-align: center;
  opacity: 0;
}
.catalog-product-view .product-info-wrap .product.media .desktop-gallery.mobile-gallery .product-image img {
  height: auto;
  width: auto;
}
.catalog-product-view .product-info-wrap .product.media .desktop-gallery.mobile-gallery .product-image .is-stacked .cylindo-viewer-container,
.catalog-product-view .product-info-wrap .product.media .desktop-gallery.mobile-gallery .product-image .is-stacked .cylindo-threesixty-list,
.catalog-product-view .product-info-wrap .product.media .desktop-gallery.mobile-gallery .product-image .is-stacked .cylindo-threesixty-list > li {
  height: 100% !important;
}
.catalog-product-view .product-info-wrap .product.media .desktop-gallery.mobile-gallery .product-image.pdp-video {
  background: white;
}
.catalog-product-view .product-info-wrap .product.media .desktop-gallery.mobile-gallery .product-image.pdp-video span {
  font-size: 11px;
  line-height: 1em;
  padding: 20px;
  display: block;
}
@media (max-width: 768px) {
  .catalog-product-view .product-info-wrap .product.media .desktop-gallery.mobile-gallery .slick-dots {
    display: none;
  }
}
.catalog-product-view .product-info-wrap .product.media .desktop-gallery.mobile-gallery .slick-dots li {
  width: 8px;
  height: 8px;
}
.catalog-product-view .product-info-wrap .product.media .desktop-gallery.mobile-gallery .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
  background: #999;
  border-radius: 50%;
}
.catalog-product-view .product-info-wrap .product.media .desktop-gallery.mobile-gallery .slick-dots li button:before {
  display: none;
  content: "";
}
.catalog-product-view .product-info-wrap .product.media .desktop-gallery.mobile-gallery .slick-dots li.slick-active button {
  background: #333;
}
.catalog-product-view .product-info-wrap .product.media .tag-metal-finish-text {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: #ffffff;
  padding: 5px 10px;
  border-radius: 4px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  color: #000000;
  text-transform: uppercase;
}
.catalog-product-view .product-info-wrap .product.media .mobile-viewer-wrapper {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .catalog-product-view .product-info-wrap .product.media .mobile-viewer-wrapper {
    display: none;
  }
}
.catalog-product-view .product-info-wrap .product.media .mobile-viewer-wrapper .slick-list {
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
}
.catalog-product-view .product-info-wrap .product.media .mobile-viewer-wrapper .slick-list .slick-track {
  height: 100%;
}
.catalog-product-view .product-info-wrap .product.media .mobile-viewer-wrapper .slick-list div.item {
  background-color: #f6f6f6;
  position: relative;
  height: inherit !important;
}
.catalog-product-view .product-info-wrap .product.media .mobile-viewer-wrapper .slick-list div.item img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.catalog-product-view .product-info-wrap .product.media .mobile-viewer-wrapper .slick-dots {
  display: none;
  bottom: -25px;
}
.catalog-product-view .product-info-wrap .product.media .mobile-viewer-wrapper .slick-dots li {
  width: 8px;
  height: 8px;
}
.catalog-product-view .product-info-wrap .product.media .mobile-viewer-wrapper .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
  background: #999;
  border-radius: 50%;
}
.catalog-product-view .product-info-wrap .product.media .mobile-viewer-wrapper .slick-dots li button:before {
  display: none;
  content: "";
}
.catalog-product-view .product-info-wrap .product.media .mobile-viewer-wrapper .slick-dots li.slick-active button {
  background: #333;
}
.catalog-product-view .product-info-wrap .product.media .mobile-viewer-wrapper .pdp-zoom-mobile {
  display: block;
  width: 100%;
  height: 100%;
}
.catalog-product-view .product-info-wrap .product.media .mobile-viewer-wrapper .pdp-zoom-mobile img.original-image {
  opacity: 0;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap {
  width: 100% !important;
  float: none;
}
@media screen and (max-width: 768px) {
  .catalog-product-view .product-info-wrap .sticky-scroll-wrap {
    height: auto !important;
  }
}
@media (min-width: 768px) {
  .catalog-product-view .product-info-wrap .sticky-scroll-wrap {
    position: sticky;
    width: 50% !important;
    float: none;
    margin-top: 20px;
    padding: 0 10px;
    top: 140px;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main {
  border: none;
  padding: 0 0 20px !important;
  margin-bottom: 0 !important;
  transition: top 300ms linear, bottom 200ms linear, -webkit-transform 200ms linear;
  transition: top 300ms linear, bottom 200ms linear, transform 200ms linear;
  transition: top 300ms linear, bottom 200ms linear, transform 200ms linear, -webkit-transform 200ms linear;
}
@media (min-width: 768px) {
  .catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main {
    padding: 0 0 20px 10px;
    /*
					&.fixed-scroll {
						position: fixed;
						top: 20px;

						&.scrolling-up {
							transform: translateY(88px);
						}
					}

					&.bottom-stick {
						position: absolute;
						bottom: 0;
					}
					*/
  }
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .family-name strong {
  display: none;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .family-name .value {
  font-family: "Mercury Display A", "Mercury Display B", Georgia, serif;
  font-size: 20px;
  color: #333333;
}
@media (min-width: 768px) {
  .catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .family-name .value {
    line-height: 32px;
    font-size: 24px;
  }
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .page-title-wrapper .page-title,
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .page-title-wrapper .page-title span {
  font-size: 14px;
  font-family: "Mercury Display A", "Mercury Display B", Georgia, serif;
  font-weight: 400;
  color: #666;
}
@media (min-width: 768px) {
  .catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .page-title-wrapper .page-title,
  .catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .page-title-wrapper .page-title span {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .page-title-wrapper {
    margin: 0 0 10px;
  }
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .brand-label,
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .brand-image {
  display: none;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .finish-share-actions .has-hover {
  position: relative;
  cursor: pointer;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .finish-share-actions .has-hover .hover-trigger + .hover-option {
  display: none;
}
@media (min-width: 768px) {
  .catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .finish-share-actions .has-hover .hover-trigger + .hover-option {
    display: block;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    background: #333333;
    padding: 20px 15px;
    font-size: 10px;
    color: #ffffff;
    letter-spacing: 1px;
    bottom: 38px;
    text-align: center;
    min-width: 155px;
    right: -21px;
  }
  .catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .finish-share-actions .has-hover .hover-trigger + .hover-option:after {
    opacity: 0;
    visibility: hidden;
    content: "";
    display: inline-block;
    height: 0;
    width: 0;
    border: 10px solid transparent;
    border-top-color: #333333;
    position: absolute;
    bottom: -20px;
    right: 22px;
  }
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .finish-share-actions .has-hover .hover-trigger:hover + .hover-option {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .finish-share-actions .has-hover .hover-trigger:hover + .hover-option:after {
  opacity: 1;
  visibility: visible;
  transition: all 0.2s ease-in-out;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-info-price .from-pricing {
  display: inline-block;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-info-price .price {
  color: #000000;
  font-size: 18px;
  font-family: "Mercury Display A", "Mercury Display B", Georgia, serif;
  margin-right: 0;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-info-price .trade-price-old {
  display: inline-block !important;
  text-decoration: inherit;
  margin-bottom: 5px;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-info-price .trade-price-old .price-label {
  display: none;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-info-price .trade-price-final {
  display: block;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-info-price .trade-price-final .price-label {
  display: inline-block;
  color: #000000;
  font-size: 16px;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-info-price.no-trade-price .view-trade-price {
  margin-top: 20px;
  display: block;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-info-price.no-trade-price .view-trade-price a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1em;
  color: #000000;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  transition: background-size 0.3s;
  cursor: pointer;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-info-price .price-box {
  display: none;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-info-stock-sku {
  padding: 5px 0;
  line-height: 18px;
}
@media (min-width: 768px) {
  .catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-info-stock-sku {
    padding: 0;
    margin-bottom: 10px;
  }
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-info-stock-sku .product.attribute.sku strong {
  display: none;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-info-stock-sku .product.attribute.sku .value {
  display: inline-block;
  color: #444;
  font-size: 10px;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-info-stock-sku .product.attribute.sku .value:before {
  color: #444;
  content: "Style:";
  display: inline-block;
  margin-right: 2px;
  font-size: 12px;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-info-stock-sku .product.attribute.sku-2 {
  margin-top: 0;
  line-height: 14px;
  margin-bottom: 3px;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-info-stock-sku .product.attribute.sku-2 strong {
  font-weight: 400;
  display: inline-block;
  color: #444;
  font-size: 12px;
  text-transform: lowercase;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-info-stock-sku .product.attribute.sku-2 strong::first-letter {
  text-transform: uppercase;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-info-stock-sku .product.attribute.sku-2 .value {
  display: inline-block;
  margin-left: 2px;
  color: #444;
  font-weight: 400;
  font-size: 10px;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-info-stock-sku .stock {
  color: #444;
  line-height: 14px;
  font-size: 10px;
  margin-top: 0;
  display: none;
  font-weight: 700;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-info-stock-sku .stock.unavailable {
  display: none;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-info-stock-sku .stock span {
  font-size: 10px;
  font-weight: 700;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-info-price {
  display: inline-block;
  z-index: 1;
  position: relative;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-info-price .price-box.price-final_price {
  padding: 10px 0 20px;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-info-price .price-box.price-final_price .unit-text {
  font-size: 9px;
  text-transform: uppercase;
  font-weight: 700;
  margin-left: 3px;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .price-box.price-tier_price {
  display: none;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .finish-share-actions {
  display: inline-block;
  height: 22px;
  padding: 10px 0 20px;
  position: relative;
  top: -3px;
  width: 100%;
  text-align: right;
}
@media (min-width: 768px) {
  .catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .finish-share-actions {
    top: -1px;
  }
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .finish-share-actions .finish-options-trigger {
  display: inline-block;
  margin-top: 5px;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .finish-share-actions .finish-options-trigger img {
  width: 20px;
  height: 20px;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .finish-share-actions .finish-options-trigger img.rollover {
  display: none;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .finish-share-actions .finish-options-trigger:hover img {
  display: none;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .finish-share-actions .finish-options-trigger:hover img.rollover {
  display: inline;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .finish-share-actions .add-to-project-folder {
  display: inline-block;
  margin-right: 0;
  margin-bottom: 0;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .finish-share-actions .add-to-project-folder a img {
  width: 20px;
  height: 20px;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .finish-share-actions .add-to-project-folder a img.projects-folder-rollover {
  display: none;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .finish-share-actions .add-to-project-folder a:hover img.projects-folder-rollover {
  display: inline;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .finish-share-actions .add-to-project-folder a:hover img.projects-folder {
  display: none;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .finish-share-actions .add-to-project-folder .myfolder-list {
  display: none;
  position: absolute;
  background: #333333;
  top: 40px;
  padding: 15px !important;
  margin-left: -20px;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .finish-share-actions .add-to-project-folder .myfolder-list:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -26px;
  border: 15px solid transparent;
  border-bottom-color: #333;
  left: 15px;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .finish-share-actions .add-to-project-folder .myfolder-list li {
  cursor: pointer;
  margin-bottom: 5px;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .finish-share-actions .add-to-project-folder .myfolder-list li span {
  color: #ffffff;
  font-size: 10px;
  text-transform: uppercase;
}
@media only screen and (max-width: 850px) {
  .catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .finish-share-actions .add-to-project-folder ul.items {
    right: 0;
    top: 30px;
    z-index: 99999;
  }
  .catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .finish-share-actions .add-to-project-folder ul.items::before {
    right: 10px;
    left: unset;
    top: -11px;
  }
  .catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .finish-share-actions .add-to-project-folder ul.items::after {
    right: 9px;
    left: unset;
    top: -14px;
  }
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .finish-share-actions .print {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .finish-share-actions .print {
    margin-right: 10px;
  }
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .finish-share-actions .print img {
  width: 20px;
  height: 20px;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .finish-share-actions .location-marker {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .finish-share-actions .location-marker img {
  width: 20px;
  height: 20px;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form {
  border-top: 1px solid #999999;
  margin-bottom: 0px;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form form .product-options-wrapper {
  background: #ffffff;
  margin-bottom: 15px;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form form .product-options-wrapper .fieldset .field.qty {
  display: none;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form form .product-options-wrapper .fieldset > .field {
  background: #ffffff;
  margin-top: 15px;
  margin-bottom: 15px;
  /*border: 1px solid #333;*/
  padding: 0;
  text-align: center;
  position: relative;
  clear: both;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form form .product-options-wrapper .fieldset > .field:before,
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form form .product-options-wrapper .fieldset > .field:after {
  content: " ";
  display: table;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form form .product-options-wrapper .fieldset > .field:after {
  clear: both;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form form .product-options-wrapper .fieldset > .field > label {
  display: none;
  vertical-align: top;
  font-size: 12px;
  margin: 10px 0;
  color: #333333;
  position: relative;
  z-index: 2;
  width: 45%;
  text-align: right;
  float: left;
  pointer-events: none;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form form .product-options-wrapper .fieldset > .field > label:after {
  content: ":";
  display: none;
  color: #333333;
  margin: 0;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form form .product-options-wrapper .fieldset > .field .control {
  display: block;
  vertical-align: top;
  letter-spacing: inherit;
  position: relative;
  max-width: none;
  top: 0;
  width: 100%;
  float: left;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form form .product-options-wrapper .fieldset > .field .control select {
  background: #ffffff;
  border: none;
  display: none;
  font-size: 12px;
  padding: 0;
  font-style: normal;
  color: #333333;
  text-transform: uppercase;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0;
  padding-left: 3px;
  opacity: 0;
  visibility: hidden;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form form .product-options-wrapper .fieldset > .field .control select:focus,
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form form .product-options-wrapper .fieldset > .field .control select:hover {
  border: none !important;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form form .product-options-wrapper .fieldset > .field .control select:focus + .fa {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: all 0.25s ease-in-out;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form form .product-options-wrapper .fieldset > .field .control select + .fa {
  display: none;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form form .product-options-wrapper .fieldset > .field .control .fa {
  position: absolute;
  top: 8px;
  right: 12px;
  font-family: FontAwesome !important;
  font-size: 20px;
  transition: all 0.25s ease-in-out;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  color: #747474;
}
@media (min-width: 768px) {
  .catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form form .product-options-wrapper .fieldset > .field {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form form .product-options-wrapper {
    margin-bottom: 20px;
  }
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form form .product-options-bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form form .product-options-bottom .product-addcart-wrap {
  padding-top: 0;
  background: #ffffff;
  margin-top: 0;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form form .product-options-bottom .product-addcart-wrap .box-tocart {
  display: block;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form form .product-options-bottom .product-addcart-wrap .box-tocart .actions {
  display: block;
  margin: 0;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form form .product-options-bottom .product-addcart-wrap .box-tocart .fieldset {
  margin-bottom: 0;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form form .product-options-bottom .product-addcart-wrap .product-addto-links {
  display: none;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form form .product-options-bottom #request-info-btn {
  background: #000000;
  text-align: center;
  padding: 16px 15px 17px;
  margin: 0;
  font-size: 11px;
  cursor: pointer;
  -ms-flex-order: 2;
      order: 2;
  border: 1px solid #000000;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form form .product-options-bottom #request-info-btn span {
  color: #ffffff;
  letter-spacing: 1px;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form form .product-options-bottom #request-info-btn:hover,
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form form .product-options-bottom #request-info-btn:focus,
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form form .product-options-bottom #request-info-btn:active {
  background: #ffffff !important;
  color: #000000 !important;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form form .product-options-bottom #request-info-btn:hover span,
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form form .product-options-bottom #request-info-btn:focus span,
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form form .product-options-bottom #request-info-btn:active span {
  color: #000000 !important;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form form .product-options-bottom #request-info-btn.eligibleEcommerce {
  background: #ffffff;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form form .product-options-bottom #request-info-btn.eligibleEcommerce span {
  color: #000000;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form form .product-options-bottom #request-info-btn.eligibleEcommerce:hover,
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form form .product-options-bottom #request-info-btn.eligibleEcommerce:focus,
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form form .product-options-bottom #request-info-btn.eligibleEcommerce:active {
  background: #000000 !important;
  color: #ffffff !important;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form form .product-options-bottom #request-info-btn.eligibleEcommerce:hover span,
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form form .product-options-bottom #request-info-btn.eligibleEcommerce:focus span,
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form form .product-options-bottom #request-info-btn.eligibleEcommerce:active span {
  color: #ffffff !important;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form form .product-options-bottom #collection-tearsheet-btn {
  margin-bottom: 0;
  margin-top: 0;
  -ms-flex-order: 2;
      order: 2;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form form .product-options-bottom #collection-tearsheet-btn a {
  background: #000000;
  text-align: center;
  padding: 15px 15px 16px;
  color: #ffffff;
  letter-spacing: 1px;
  text-decoration: none;
  display: block;
  border: 1px solid #000000;
  transition: all 0.3s ease-in-out 0s;
  font-size: 11px;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form form .product-options-bottom #collection-tearsheet-btn a:hover,
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form form .product-options-bottom #collection-tearsheet-btn a:focus,
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form form .product-options-bottom #collection-tearsheet-btn a:active {
  background: #ffffff !important;
  color: #000000 !important;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form form .product-options-bottom #collection-tearsheet-btn a:hover a,
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form form .product-options-bottom #collection-tearsheet-btn a:focus a,
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form form .product-options-bottom #collection-tearsheet-btn a:active a {
  color: #000000 !important;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form #product-options-wrapper {
  margin-top: 20px;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form #product-options-wrapper .dynamic-select {
  border: 1px solid #999999;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form #product-options-wrapper .dynamic-select:first-child ul {
  z-index: 2;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form #product-options-wrapper .dynamic-select:nth-child(2) ul {
  z-index: 3;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form #product-options-wrapper .dynamic-select:nth-child(3) ul {
  z-index: 4;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form #product-options-wrapper .dynamic-select:nth-child(4) ul {
  z-index: 5;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form #product-options-wrapper .dynamic-select.active {
  background: #000000;
  color: #ffffff;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form #product-options-wrapper .dynamic-select.active span {
  color: #ffffff;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form #product-options-wrapper .dynamic-select.active span span {
  color: #ffffff;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form #product-options-wrapper .dynamic-select .current-option-wrap {
  display: block;
  padding: 11px 10px;
  position: relative;
  cursor: pointer;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form #product-options-wrapper .dynamic-select .current-option-wrap span {
  display: inline-block;
  vertical-align: top;
  margin-left: 3px;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form #product-options-wrapper .dynamic-select .current-option-wrap i {
  position: absolute;
  top: 11px;
  right: 12px;
  font-family: FontAwesome !important;
  font-size: 20px;
  transition: all 0.25s ease-in-out;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  color: #000000;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form #product-options-wrapper .dynamic-select .current-option-wrap.open i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: all 0.25s ease-in-out;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form #product-options-wrapper .dynamic-select ul {
  display: none;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999999;
  margin-bottom: 0;
  position: absolute;
  width: calc(100% + 2px);
  background: #ffffff;
  top: 48px;
  margin-left: -1px;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form #product-options-wrapper .dynamic-select ul li {
  display: block;
  font-size: 11px;
  color: #000000;
  width: calc(100% + 1px);
  padding: 17px 5px;
  border-bottom: 1px solid #999999;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  margin: 0;
  background: #ffffff;
  cursor: pointer;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form #product-options-wrapper .dynamic-select ul li.finish-options-trigger {
  background: #000000;
  color: #ffffff;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form #product-options-wrapper .dynamic-select ul li:hover {
  background: #000000;
  color: #ffffff;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form #product-options-wrapper .dynamic-select ul li:last-child {
  border-bottom: none;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form #product-options-wrapper .dynamic-select ul li.disabled {
  /*display: none;*/
  background-color: #999999;
  pointer-events: none;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .collection-tab .toggle-area {
  border-top: 1px solid #000000;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .collection-tab .toggle-area > h4 {
  cursor: pointer;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif !important;
  font-weight: 700;
  color: #444;
  font-size: 10px;
  padding: 10px 0 20px;
  margin: 0;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .collection-tab .toggle-area > h4:after {
  content: "+";
  display: inline-block;
  float: right;
  font-weight: 300;
  margin-right: 5px;
  font-size: 14px;
  line-height: 12px;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .collection-tab .toggle-area .toggle-content {
  display: none;
  margin: 0;
  padding: 0 0 25px;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .collection-tab .toggle-area .toggle-content * {
  color: #333;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .collection-tab .toggle-area .toggle-content h2,
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .collection-tab .toggle-area .toggle-content h3,
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .collection-tab .toggle-area .toggle-content h4,
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .collection-tab .toggle-area .toggle-content h5,
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .collection-tab .toggle-area .toggle-content h6 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif !important;
  font-size: 10px;
  font-weight: 700;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .collection-tab .toggle-area .toggle-content ul {
  list-style: none;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .collection-tab .toggle-area .toggle-content ul li {
  margin-bottom: 5px;
  font-size: 10px;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .collection-tab .toggle-area .toggle-content ul li a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif !important;
  color: #444;
  margin: 5px 0;
  font-size: 10px;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .collection-tab .toggle-area .toggle-content ul.item-details h2,
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .collection-tab .toggle-area .toggle-content ul.item-details h3,
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .collection-tab .toggle-area .toggle-content ul.item-details h4,
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .collection-tab .toggle-area .toggle-content ul.item-details h5,
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .collection-tab .toggle-area .toggle-content ul.item-details h6 {
  margin-bottom: 3px;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .collection-tab .toggle-area .toggle-content ul.item-details > li {
  margin-bottom: 20px;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .collection-tab .toggle-area .toggle-content ul.item-details > li:last-child {
  margin-bottom: 0 !important;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .collection-tab .toggle-area .toggle-content ul.feature-statement li {
  position: relative;
  padding-left: 7px;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .collection-tab .toggle-area .toggle-content ul.feature-statement li:before {
  content: "";
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #333;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 6px;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .collection-tab .toggle-area .toggle-content .view-full-collection {
  display: block;
  margin: 20px 0 0;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .collection-tab .toggle-area .toggle-content .download-full-collection {
  display: block;
  margin: 20px 0 0;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .collection-tab .toggle-area .toggle-content .gradient-read-more {
  display: none;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .collection-tab .toggle-area .toggle-content.read-more {
  height: 400px;
  overflow: hidden;
  position: relative;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .collection-tab .toggle-area .toggle-content.read-more .gradient-read-more {
  display: block;
  position: absolute;
  top: 250px;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  /* Old browsers */
  background: linear-gradient(transparent, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.9));
  padding: 150px 0 0 0;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .collection-tab .toggle-area .toggle-content.read-more .gradient-read-more .read-more-btn {
  display: block;
  cursor: pointer;
  background: #333333;
  color: #ffffff;
  left: calc(50% - 50px);
  position: absolute;
  z-index: 9;
  bottom: 20px;
  padding: 7px 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .collection-tab .toggle-area.open h4:after {
  content: "-";
  display: inline-block;
  float: right;
  font-weight: 300;
  margin-right: 5px;
  font-size: 14px;
  line-height: 12px;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .collection-tab .toggle-area:last-of-type {
  border-bottom: 1px solid #999999;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .collection-tab #item-technical-details .toggle-content ul.specifiation li ul {
  display: none;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .collection-tab #item-technical-details .toggle-content ul.specifiation li ul:first-of-type {
  display: block;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .share-container h5 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif !important;
  font-weight: 700;
  color: #444;
  letter-spacing: 1px;
  font-size: 10px;
  margin-bottom: 15px;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .share-container .share-btn-list li {
  display: inline-block;
  cursor: pointer;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .share-container .share-btn-list li img {
  height: 24px;
  width: 24px;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .share-container .share-btn-list li img.rollover {
  display: none;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .share-container .share-btn-list li:hover img {
  display: none;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .share-container .share-btn-list li:hover img.rollover {
  display: inline;
}
.catalog-product-view .product-info-wrap > .product.info.detailed {
  display: none !important;
}
.catalog-product-view #request-info-form {
  margin-left: -20px;
  margin-right: -20px;
  border-top: 1px solid #999999;
  padding: 30px 0;
  clear: both;
}
@media (min-width: 768px) {
  .catalog-product-view #request-info-form {
    padding: 65px 0;
    width: calc(100% + 40px);
  }
}
.catalog-product-view #request-info-form .notification_response_msg {
  font-size: 12px;
  color: #444;
  text-transform: uppercase;
  font-weight: 700;
}
.catalog-product-view #request-info-form .container {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 845px !important;
}
@media (min-width: 768px) {
  .catalog-product-view #request-info-form .container {
    width: 100%;
    max-width: 885px !important;
    margin-left: auto;
    margin-right: auto;
  }
}
.catalog-product-view #request-info-form .container h4 {
  text-align: center;
  letter-spacing: 0;
  font-size: 12px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif !important;
  font-weight: 200;
}
.catalog-product-view #request-info-form .container .product-info h2 {
  font-family: "Mercury Display A", "Mercury Display B", Georgia, serif !important;
  font-size: 24px;
  color: #000000;
  margin-bottom: 5px;
  font-weight: 400;
}
.catalog-product-view #request-info-form .container .product-info .title {
  font-family: "Mercury Display A", "Mercury Display B", Georgia, serif !important;
  color: #999999;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}
@media (min-width: 768px) {
  .catalog-product-view #request-info-form .container .product-info .title {
    width: 100%;
  }
}
.catalog-product-view #request-info-form .container .product-info .details {
  font-size: 10px;
  line-height: 14px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif !important;
  color: #000000;
  margin: 15px 0 20px;
  font-weight: 400;
  letter-spacing: .5px;
}
.catalog-product-view #request-info-form .container .product-info .details span {
  display: none;
  color: #000000;
}
@media (min-width: 768px) {
  .catalog-product-view #request-info-form .container .product-info .details span {
    display: block;
  }
}
.catalog-product-view #request-info-form .container .product-info .details span.stock-status {
  font-weight: 700;
  color: #000000;
}
.catalog-product-view #request-info-form .container .more-info .notification_msg {
  font-size: 10px;
  font-weight: 700;
  color: #000000;
}
.catalog-product-view #request-info-form .container .more-info .form-error {
  font-size: 10px;
  font-weight: 200;
  color: #e02b27;
  margin: 0 0 10px;
}
.catalog-product-view #request-info-form .container .more-info li {
  position: relative;
}
.catalog-product-view #request-info-form .container .more-info li select + .fa {
  position: absolute;
  font-family: FontAwesome !important;
  font-size: 18px;
  right: 11px;
  top: 11px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  transition: all 0.25s ease-in-out;
}
.catalog-product-view #request-info-form .container .more-info li.has-error input,
.catalog-product-view #request-info-form .container .more-info li.has-error select,
.catalog-product-view #request-info-form .container .more-info li.has-error textarea,
.catalog-product-view #request-info-form .container .more-info li.has-error .fancy-form-select {
  border-color: #a94442 !important;
  color: #a94442 !important;
}
.catalog-product-view #request-info-form .container .more-info li.has-error input::-webkit-input-placeholder,
.catalog-product-view #request-info-form .container .more-info li.has-error select::-webkit-input-placeholder,
.catalog-product-view #request-info-form .container .more-info li.has-error textarea::-webkit-input-placeholder,
.catalog-product-view #request-info-form .container .more-info li.has-error .fancy-form-select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a94442 !important;
}
.catalog-product-view #request-info-form .container .more-info li.has-error input::-moz-placeholder,
.catalog-product-view #request-info-form .container .more-info li.has-error select::-moz-placeholder,
.catalog-product-view #request-info-form .container .more-info li.has-error textarea::-moz-placeholder,
.catalog-product-view #request-info-form .container .more-info li.has-error .fancy-form-select::-moz-placeholder {
  /* Firefox 19+ */
  color: #a94442 !important;
}
.catalog-product-view #request-info-form .container .more-info li.has-error input:-ms-input-placeholder,
.catalog-product-view #request-info-form .container .more-info li.has-error select:-ms-input-placeholder,
.catalog-product-view #request-info-form .container .more-info li.has-error textarea:-ms-input-placeholder,
.catalog-product-view #request-info-form .container .more-info li.has-error .fancy-form-select:-ms-input-placeholder {
  /* IE 10+ */
  color: #a94442 !important;
}
.catalog-product-view #request-info-form .container .more-info li.has-error input:-moz-placeholder,
.catalog-product-view #request-info-form .container .more-info li.has-error select:-moz-placeholder,
.catalog-product-view #request-info-form .container .more-info li.has-error textarea:-moz-placeholder,
.catalog-product-view #request-info-form .container .more-info li.has-error .fancy-form-select:-moz-placeholder {
  /* Firefox 18- */
  color: #a94442 !important;
}
.catalog-product-view #request-info-form .container .more-info li.has-error .fancy-form-select .current-opt {
  color: #a94442;
}
.catalog-product-view #request-info-form .container .more-info li.has-error p.form-error {
  height: auto;
  overflow: hidden;
}
.catalog-product-view #request-info-form .container .more-info input,
.catalog-product-view #request-info-form .container .more-info select,
.catalog-product-view #request-info-form .container .more-info textarea {
  margin-bottom: 10px;
  color: #000000;
  border: 1px solid #000000 !important;
  background: #ffffff;
  text-transform: uppercase;
  border-radius: 0 !important;
  font-size: 11px;
  font-weight: 300;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
}
.catalog-product-view #request-info-form .container .more-info input::-webkit-input-placeholder,
.catalog-product-view #request-info-form .container .more-info select::-webkit-input-placeholder,
.catalog-product-view #request-info-form .container .more-info textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
  font-weight: normal;
  font-weight: 300;
}
.catalog-product-view #request-info-form .container .more-info input::-moz-placeholder,
.catalog-product-view #request-info-form .container .more-info select::-moz-placeholder,
.catalog-product-view #request-info-form .container .more-info textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
  font-weight: normal;
  font-weight: 300;
}
.catalog-product-view #request-info-form .container .more-info input:-ms-input-placeholder,
.catalog-product-view #request-info-form .container .more-info select:-ms-input-placeholder,
.catalog-product-view #request-info-form .container .more-info textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
  font-weight: normal;
  font-weight: 300;
}
.catalog-product-view #request-info-form .container .more-info input:-moz-placeholder,
.catalog-product-view #request-info-form .container .more-info select:-moz-placeholder,
.catalog-product-view #request-info-form .container .more-info textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
  font-weight: normal;
  font-weight: 300;
}
@media (min-width: 768px) {
  .catalog-product-view #request-info-form .container .more-info textarea {
    height: 93px;
  }
}
.catalog-product-view #request-info-form .container .more-info select {
  height: 40px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  font-size: 11px;
  font-weight: 300;
}
.catalog-product-view #request-info-form .container .more-info select:after {
  content: "\f0dc";
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 20px;
}
.catalog-product-view #request-info-form .container .more-info .btn-wrap #showbox_submit {
  display: block;
  width: 100%;
  background: #000000;
  color: #ffffff;
  font-weight: 300;
  padding: 10px;
  font-size: 12px;
  border: none !important;
}
.catalog-product-view #request-info-form .container .more-info .support {
  margin: 16px 0;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 10px;
  line-height: 2.4em;
}
.catalog-product-view #request-info-form .container .more-info .support a {
  font-weight: 300;
  font-size: 10px;
  color: #000000;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
}
.catalog-product-view #request-info-form .container .more-info .support a:hover {
  text-decoration: none;
  background-size: 100% 1px;
}
.catalog-product-view #request-info-form .container .more-info input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 1px solid #999999 !important;
  margin: 0 5px 0 0;
  padding: 0;
  position: relative;
  width: 14px;
  height: 14px;
  display: inline-table;
  float: none;
  transition: border-color 200ms linear;
  top: 0;
}
.catalog-product-view #request-info-form .container .more-info input[type="checkbox"]:before {
  opacity: 0;
  content: '\f00c';
  font-family: "FontAwesome";
  font-size: 12px;
  pointer-events: none;
  display: block;
  transition: opacity 200ms linear;
}
.catalog-product-view #request-info-form .container .more-info input[type="checkbox"]:checked {
  border-color: #999999;
}
.catalog-product-view #request-info-form .container .more-info input[type="checkbox"]:checked:before {
  opacity: 1;
}
.catalog-product-view #request-info-form .fancy-form-select {
  border: 1px solid #000000;
  margin-bottom: 20px;
  position: relative;
}
.catalog-product-view #request-info-form .fancy-form-select span {
  display: block;
  cursor: pointer;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 11px;
  padding: 11px 10px 12px;
}
.catalog-product-view #request-info-form .fancy-form-select ul {
  position: absolute;
  display: none;
  width: calc(100% + 2px);
  margin-left: -1px;
  border: 1px solid #000000;
  z-index: 9;
}
.catalog-product-view #request-info-form .fancy-form-select ul li {
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
  border-bottom: 1px solid #000000;
  color: #000000;
  background: #ffffff;
  display: block;
  padding: 8px 10px;
  margin: 0;
  cursor: pointer;
}
.catalog-product-view #request-info-form .fancy-form-select ul li:hover {
  background: #000000;
  color: #ffffff;
}
.catalog-product-view #request-info-form .fancy-form-select ul li:last-child {
  border-bottom: none;
}
.catalog-product-view #request-info-form .fancy-form-select + i {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  z-index: -1;
}
.catalog-product-view #request-info-form .fancy-form-select + i + .form-error {
  position: relative;
  top: -10px;
  margin-bottom: 0 !important;
  height: 5px;
}
.catalog-product-view #request-info-form .fancy-form-select.open + i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: all 0.25s ease-in-out;
}
.catalog-product-view #more-from {
  margin-left: -20px;
  margin-right: -20px;
  border-top: 1px solid #999999;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .catalog-product-view #more-from {
    padding: 65px 0;
    width: calc(100% + 40px);
  }
}
.catalog-product-view #more-from .ww-container {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .catalog-product-view #more-from .ww-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 885px;
    padding: 0 20px;
  }
}
.catalog-product-view #more-from .ww-container h5 {
  padding: 0;
  margin-bottom: 50px;
}
.catalog-product-view #more-from .ww-container h5 > span {
  display: block;
}
.catalog-product-view #more-from .ww-container h5 > span.uppercase {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif !important;
  font-size: 11px;
  text-align: center;
  font-weight: 200;
  margin-bottom: 10px;
}
.catalog-product-view #more-from .ww-container h5 > span.family {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 22px;
  font-weight: 200;
  text-align: center;
}
.catalog-product-view #more-from .ww-container .scrollable-container {
  width: 100%;
  overflow-x: scroll;
}
@media (min-width: 768px) {
  .catalog-product-view #more-from .ww-container .scrollable-container {
    overflow: hidden;
    margin-top: 40px;
  }
}
.catalog-product-view #more-from .ww-container .scrollable-container ul {
  display: block;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .catalog-product-view #more-from .ww-container .scrollable-container ul {
    width: 100% !important;
    text-align: center;
    padding: 0;
  }
}
.catalog-product-view #more-from .ww-container .scrollable-container ul li {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  margin-right: 20px;
}
@media (min-width: 768px) {
  .catalog-product-view #more-from .ww-container .scrollable-container ul li {
    text-align: left;
    width: calc(25% - 19px);
  }
}
.catalog-product-view #more-from .ww-container .scrollable-container ul li img {
  display: block;
  margin: 0 auto 20px;
}
.catalog-product-view #more-from .ww-container .scrollable-container ul li:last-child {
  margin-right: 0;
}
.catalog-product-view #more-from .ww-container .scrollable-container ul li p {
  font-size: 10px;
}
.catalog-product-view #more-from .ww-container .scrollable-container ul li p span {
  display: block;
  font-weight: 700;
}
.catalog-product-view #more-from .ww-container .btn-wrap {
  display: block;
  margin: 15px 0 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .catalog-product-view #more-from .ww-container .btn-wrap {
    margin: 40px 0 30px;
  }
}
.catalog-product-view #more-from .ww-container .btn-wrap a {
  font-size: 12px;
  background: #333333;
  border-color: #333333;
  color: #fff;
  padding: 10px 25px;
  text-align: center;
  display: inline-block;
  font-weight: 300;
  letter-spacing: 1px;
}
.catalog-product-view #more-colors {
  margin-left: -20px;
  margin-right: -20px;
  border-top: 1px solid #999999;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .catalog-product-view #more-colors {
    padding: 70px 0;
    width: calc(100% + 40px);
  }
}
.catalog-product-view #more-colors .ww-container {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .catalog-product-view #more-colors .ww-container {
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
  }
}
.catalog-product-view #more-colors .ww-container h5 {
  padding: 0;
  margin-bottom: 50px;
}
.catalog-product-view #more-colors .ww-container h5 > span {
  display: block;
}
.catalog-product-view #more-colors .ww-container h5 > span.uppercase {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif !important;
  font-size: 11px;
  text-align: center;
  font-weight: 200;
  margin-bottom: 10px;
}
.catalog-product-view #more-colors .ww-container h5 > span.family {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 22px;
  font-weight: 200;
  text-align: center;
}
.catalog-product-view #more-colors .ww-container .scrollable-container {
  width: 100%;
  overflow-x: scroll;
}
@media (min-width: 768px) {
  .catalog-product-view #more-colors .ww-container .scrollable-container {
    overflow: hidden;
    margin-top: 40px;
  }
}
.catalog-product-view #more-colors .ww-container .scrollable-container ul {
  display: block;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .catalog-product-view #more-colors .ww-container .scrollable-container ul {
    width: 100% !important;
    text-align: center;
    padding: 0;
  }
}
.catalog-product-view #more-colors .ww-container .scrollable-container ul li {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  margin-right: 20px;
}
@media (min-width: 768px) {
  .catalog-product-view #more-colors .ww-container .scrollable-container ul li {
    text-align: left;
    width: 353px;
  }
}
.catalog-product-view #more-colors .ww-container .scrollable-container ul li img {
  display: block;
  margin: 0 auto 20px;
}
.catalog-product-view #more-colors .ww-container .scrollable-container ul li:last-child {
  margin-right: 0;
}
.catalog-product-view #more-colors .ww-container .scrollable-container ul li p {
  font-size: 10px;
  background: #ffffff;
  margin: -40px 30px 0;
  position: absolute;
  width: 290px;
  height: 76px;
  padding-top: 10px;
}
.catalog-product-view #more-colors .ww-container .scrollable-container ul li p span {
  display: block;
  font-weight: 700;
}
.catalog-product-view #more-colors .ww-container .scrollable-container ul li p span.uppercase {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif !important;
  font-size: 14px;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom: 20px;
}
.catalog-product-view #more-colors .ww-container .scrollable-container ul li p span.family {
  font-family: "Mercury Display A", "Mercury Display B", Georgia, serif !important;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.catalog-product-view #more-colors .ww-container .btn-wrap {
  display: block;
  margin: 15px 0 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .catalog-product-view #more-colors .ww-container .btn-wrap {
    margin: 100px 0 100px;
  }
}
.catalog-product-view #more-colors .ww-container .btn-wrap a {
  font-size: 12px;
  background: #333333;
  border-color: #333333;
  color: #fff;
  padding: 15px 25px;
  text-align: center;
  display: inline-block;
  font-weight: 300;
  letter-spacing: 1px;
  width: 260px;
  height: 45px;
}
.catalog-product-view #tile-types {
  margin-left: -20px;
  margin-right: -20px;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .catalog-product-view #tile-types {
    padding: 70px 0;
    width: calc(100% + 40px);
  }
}
.catalog-product-view #tile-types .ww-container {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .catalog-product-view #tile-types .ww-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 885px;
    padding: 0 20px;
  }
}
.catalog-product-view #tile-types .ww-container h5 {
  padding: 0;
  margin-bottom: 50px;
}
.catalog-product-view #tile-types .ww-container h5 > span {
  display: block;
}
.catalog-product-view #tile-types .ww-container h5 > span.uppercase {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif !important;
  font-size: 11px;
  text-align: center;
  font-weight: 200;
  margin-bottom: 10px;
}
.catalog-product-view #tile-types .ww-container h5 > span.family {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 22px;
  font-weight: 200;
  text-align: center;
}
.catalog-product-view #tile-types .ww-container .scrollable-container {
  width: 100%;
  overflow-x: scroll;
}
@media (min-width: 768px) {
  .catalog-product-view #tile-types .ww-container .scrollable-container {
    overflow: hidden;
    margin-top: 50px;
  }
}
.catalog-product-view #tile-types .ww-container .scrollable-container ul {
  display: block;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .catalog-product-view #tile-types .ww-container .scrollable-container ul {
    width: 100% !important;
    text-align: center;
    padding: 0;
  }
}
.catalog-product-view #tile-types .ww-container .scrollable-container ul li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-right: 20px;
}
@media (min-width: 768px) {
  .catalog-product-view #tile-types .ww-container .scrollable-container ul li {
    width: 260px !important;
  }
}
.catalog-product-view #tile-types .ww-container .scrollable-container ul li:last-child {
  margin-right: 0;
}
.catalog-product-view #tile-types .ww-container .scrollable-container ul li p {
  font-size: 10px;
}
.catalog-product-view #tile-types .ww-container .scrollable-container ul li p span {
  display: block;
  font-weight: 700;
}
.catalog-product-view #tile-types .ww-container .btn-wrap {
  display: block;
  margin: 15px 0 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .catalog-product-view #tile-types .ww-container .btn-wrap {
    margin: 20px 0 0;
  }
}
.catalog-product-view #tile-types .ww-container .btn-wrap a {
  font-size: 14px;
  background: #333333;
  border-color: #333333;
  color: #fff;
  padding: 15px 25px;
  text-align: center;
  display: inline-block;
  font-weight: 300;
  letter-spacing: 1px;
  width: 260px;
  height: 45px;
}
.catalog-product-view #similar-products {
  margin-left: -20px;
  margin-right: -20px;
  padding: 30px 0;
  border-top: 1px solid #999999;
}
@media (min-width: 768px) {
  .catalog-product-view #similar-products {
    padding: 65px 0;
    width: calc(100% + 40px);
  }
}
.catalog-product-view #similar-products .ww-container {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .catalog-product-view #similar-products .ww-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 885px;
    padding: 0 20px;
  }
}
.catalog-product-view #similar-products .ww-container h5 {
  padding: 0;
  margin-bottom: 50px;
}
.catalog-product-view #similar-products .ww-container h5 > span {
  display: block;
}
.catalog-product-view #similar-products .ww-container h5 > span.uppercase {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif !important;
  font-size: 11px;
  text-align: center;
  font-weight: 200;
  margin-bottom: 10px;
}
.catalog-product-view #similar-products .ww-container h5 > span.family {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 22px;
  font-weight: 200;
  text-align: center;
}
.catalog-product-view #similar-products .ww-container .scrollable-container {
  width: 100%;
  overflow-x: scroll;
}
@media (min-width: 768px) {
  .catalog-product-view #similar-products .ww-container .scrollable-container {
    overflow: hidden;
    margin-top: 40px;
  }
}
.catalog-product-view #similar-products .ww-container .scrollable-container ul {
  display: block;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .catalog-product-view #similar-products .ww-container .scrollable-container ul {
    width: 100% !important;
    text-align: center;
    padding: 0;
  }
}
.catalog-product-view #similar-products .ww-container .scrollable-container ul li {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  margin-right: 20px;
}
@media (min-width: 768px) {
  .catalog-product-view #similar-products .ww-container .scrollable-container ul li {
    text-align: left;
    width: calc(25% - 19px);
  }
}
.catalog-product-view #similar-products .ww-container .scrollable-container ul li img {
  display: block;
  margin: 0 auto 20px;
}
.catalog-product-view #similar-products .ww-container .scrollable-container ul li:last-child {
  margin-right: 0;
}
.catalog-product-view #similar-products .ww-container .scrollable-container ul li p {
  font-size: 10px;
}
.catalog-product-view #similar-products .ww-container .scrollable-container ul li p span {
  display: block;
  font-weight: 700;
}
.catalog-product-view #similar-products .ww-container .btn-wrap {
  display: block;
  margin: 15px 0 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .catalog-product-view #similar-products .ww-container .btn-wrap {
    margin: 40px 0 30px;
  }
}
.catalog-product-view #similar-products .ww-container .btn-wrap a {
  font-size: 12px;
  background: #333333;
  color: #fff;
  padding: 10px 25px;
  text-align: center;
  display: inline-block;
  font-weight: 300;
  letter-spacing: 1px;
}
.catalog-product-view .lb-content {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
.catalog-product-view .lb-content > div {
  position: absolute;
  z-index: 15;
  background: white;
  left: 2.5%;
  top: 20px;
  bottom: 20px;
  width: 95%;
}
@media (min-width: 768px) {
  .catalog-product-view .lb-content > div {
    top: 0%;
    bottom: auto;
    left: 10%;
    width: 80%;
    height: auto;
  }
}
@media only screen and (min-width: 1000px) {
  .catalog-product-view .lb-content > div {
    width: 900px;
    left: calc(50% - 450px);
  }
}
.catalog-product-view .lb-content > div p {
  color: #333333;
  padding: 10px 20px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  margin: 40px 0;
  font-weight: 300;
  letter-spacing: .1rem;
}
.catalog-product-view .lb-content > div ul {
  padding: 0px 20px 20px;
  overflow-y: scroll;
  text-align: center;
}
.catalog-product-view .lb-content > div ul li {
  display: inline-block;
  float: left;
  width: 48%;
  margin-bottom: 15px;
}
.catalog-product-view .lb-content > div ul li img {
  display: block;
  margin: 0 auto;
}
.catalog-product-view .lb-content > div ul li:nth-child(2n-1) {
  margin-right: 4%;
}
.catalog-product-view .lb-content > div ul li span {
  color: #333333;
  display: block;
  text-align: center;
  font-size: 12px;
  margin-top: 5px;
  text-transform: uppercase;
  height: 36px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .catalog-product-view .lb-content > div ul li span {
    height: 36px;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 480px) {
  .catalog-product-view .lb-content > div ul li {
    width: 29%;
    margin-right: 6% !important;
  }
  .catalog-product-view .lb-content > div ul li:nth-child(3n) {
    margin-right: 0 !important;
  }
}
.catalog-product-view .lb-content > div .lb-close {
  cursor: pointer;
  position: absolute;
  top: -35px;
  right: 0px;
  color: #666;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  font-size: 40px;
  font-weight: 100;
}
@media (min-width: 768px) {
  .catalog-product-view .lb-content > div .lb-close {
    top: -40px;
  }
}
.catalog-product-view .cpe-content {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
.catalog-product-view .cpe-content > div {
  position: absolute;
  z-index: 15;
  background: #ffffff;
  width: 95%;
  max-width: 540px;
  overflow: hidden;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  max-height: 95%;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .catalog-product-view .cpe-content > div {
    height: auto;
  }
}
.catalog-product-view .cpe-content > div #request-info-form {
  margin-left: -20px;
  margin-right: -20px;
  border-top: 1px solid #999999;
  padding: 0;
  clear: both;
  height: 100%;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .catalog-product-view .cpe-content > div #request-info-form {
    padding: 0;
    width: calc(100% + 40px);
    height: inherit;
    overflow-y: auto;
  }
}
.catalog-product-view .cpe-content > div #request-info-form .notification_response_msg {
  font-size: 12px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 50px;
}
.catalog-product-view .cpe-content > div #request-info-form .container {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 90% !important;
  overflow-y: auto;
  max-height: 910px;
}
@media (min-width: 768px) {
  .catalog-product-view .cpe-content > div #request-info-form .container {
    width: 100%;
    max-width: 500px !important;
    margin-left: auto;
    margin-right: auto;
  }
}
.catalog-product-view .cpe-content > div #request-info-form .container h5 {
  text-align: center;
  letter-spacing: 0;
  font-size: 11px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif !important;
  text-transform: uppercase;
  font-weight: 200;
  padding: 0;
  margin: 50px 0 10px;
}
.catalog-product-view .cpe-content > div #request-info-form .container h4 {
  text-align: center;
  letter-spacing: 0;
  font-size: 20px;
  font-family: "Chronicle Display A", "Chronicle Display B", serif !important;
  font-weight: 200;
  padding: 0;
  margin: 0 0 30px;
}
.catalog-product-view .cpe-content > div #request-info-form .container .product-info h2 {
  font-family: "Chronicle Display A", "Chronicle Display B", serif !important;
  font-size: 14px;
  color: #000000;
  padding: 0;
  margin-top: 0;
  margin-bottom: 13px;
  font-weight: 200;
}
.catalog-product-view .cpe-content > div #request-info-form .container .product-info .title {
  font-family: "Chronicle Display A", "Chronicle Display B", serif !important;
  color: #000000 !important;
  font-size: 14px;
  font-weight: 200;
  line-height: 18px;
  display: none;
}
@media (min-width: 768px) {
  .catalog-product-view .cpe-content > div #request-info-form .container .product-info .title {
    width: 100%;
  }
}
.catalog-product-view .cpe-content > div #request-info-form .container .product-info .details {
  font-size: 10px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif !important;
  color: #000000;
  margin: 0 0 26px 0;
  font-weight: 100;
  letter-spacing: 0;
  line-height: 2em;
}
.catalog-product-view .cpe-content > div #request-info-form .container .product-info .details span {
  display: block;
  color: #000000;
}
.catalog-product-view .cpe-content > div #request-info-form .container .product-info .details span.stock-status {
  font-weight: 100;
  color: #000000;
}
.catalog-product-view .cpe-content > div #request-info-form .container .more-info .notification_msg {
  font-size: 10px;
  font-weight: 700;
  color: #000000;
}
.catalog-product-view .cpe-content > div #request-info-form .container .more-info .form-error {
  font-size: 10px;
  font-weight: 200;
  color: #a94442;
  margin: 0 0 10px;
}
.catalog-product-view .cpe-content > div #request-info-form .container .more-info li {
  position: relative;
}
.catalog-product-view .cpe-content > div #request-info-form .container .more-info li.phone-field {
  width: calc(50% - 5px);
  display: inline-block;
}
.catalog-product-view .cpe-content > div #request-info-form .container .more-info li.email-field {
  width: calc(50% - 5px);
  display: inline-block;
  float: right;
}
.catalog-product-view .cpe-content > div #request-info-form .container .more-info li.privacy-field {
  margin-top: 31px;
  margin-bottom: 31px;
}
.catalog-product-view .cpe-content > div #request-info-form .container .more-info li.privacy-field p,
.catalog-product-view .cpe-content > div #request-info-form .container .more-info li.privacy-field label,
.catalog-product-view .cpe-content > div #request-info-form .container .more-info li.privacy-field a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  font-weight: 200;
  line-height: 1.8em;
  margin: 0;
}
.catalog-product-view .cpe-content > div #request-info-form .container .more-info li.privacy-field p .form-error,
.catalog-product-view .cpe-content > div #request-info-form .container .more-info li.privacy-field label .form-error,
.catalog-product-view .cpe-content > div #request-info-form .container .more-info li.privacy-field a .form-error {
  color: #a94442;
}
.catalog-product-view .cpe-content > div #request-info-form .container .more-info li.privacy-field a {
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
}
.catalog-product-view .cpe-content > div #request-info-form .container .more-info li.privacy-field a:hover {
  text-decoration: none;
  background-size: 100% 1px;
}
.catalog-product-view .cpe-content > div #request-info-form .container .more-info li.field-wrapper select + .fa {
  position: absolute;
  font-family: FontAwesome !important;
  font-size: 18px;
  right: 11px;
  top: 11px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  transition: all 0.25s ease-in-out;
}
.catalog-product-view .cpe-content > div #request-info-form .container .more-info li.field-wrapper .fancy-form-select {
  margin-bottom: 10px;
  border: 0 !important;
  border-bottom: 1px solid #000000 !important;
  padding-left: 0;
  padding-right: 0;
}
.catalog-product-view .cpe-content > div #request-info-form .container .more-info li.field-wrapper .fancy-form-select span {
  padding-left: 0;
  padding-right: 0;
}
.catalog-product-view .cpe-content > div #request-info-form .container .more-info li.field-wrapper i.fa.fa-angle-down {
  background: url('../images/icon-down-arrow.png');
  width: 15px;
  height: 15px;
  right: 0;
  background-repeat: no-repeat;
  background-position: center center;
}
.catalog-product-view .cpe-content > div #request-info-form .container .more-info li.field-wrapper i.fa.fa-angle-down::before {
  content: '';
}
.catalog-product-view .cpe-content > div #request-info-form .container .more-info li.has-error input,
.catalog-product-view .cpe-content > div #request-info-form .container .more-info li.has-error select,
.catalog-product-view .cpe-content > div #request-info-form .container .more-info li.has-error textarea,
.catalog-product-view .cpe-content > div #request-info-form .container .more-info li.has-error .fancy-form-select {
  border-color: #a94442 !important;
  color: #a94442 !important;
}
.catalog-product-view .cpe-content > div #request-info-form .container .more-info li.has-error .fancy-form-select .current-opt {
  color: #a94442;
}
.catalog-product-view .cpe-content > div #request-info-form .container .more-info li.has-error p.form-error {
  height: auto;
  overflow: hidden;
}
.catalog-product-view .cpe-content > div #request-info-form .container .more-info input,
.catalog-product-view .cpe-content > div #request-info-form .container .more-info select,
.catalog-product-view .cpe-content > div #request-info-form .container .more-info textarea {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  color: #000000;
  border: 0 !important;
  border-bottom: 1px solid #000000 !important;
  background: #ffffff;
  text-transform: uppercase;
  border-radius: 0 !important;
  font-size: 11px;
  font-weight: 300;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 40px;
  width: 460px;
  max-width: 100%;
}
.catalog-product-view .cpe-content > div #request-info-form .container .more-info input::-webkit-input-placeholder,
.catalog-product-view .cpe-content > div #request-info-form .container .more-info select::-webkit-input-placeholder,
.catalog-product-view .cpe-content > div #request-info-form .container .more-info textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
  font-weight: normal;
  font-weight: 300;
}
.catalog-product-view .cpe-content > div #request-info-form .container .more-info input::-moz-placeholder,
.catalog-product-view .cpe-content > div #request-info-form .container .more-info select::-moz-placeholder,
.catalog-product-view .cpe-content > div #request-info-form .container .more-info textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
  font-weight: normal;
  font-weight: 300;
}
.catalog-product-view .cpe-content > div #request-info-form .container .more-info input:-ms-input-placeholder,
.catalog-product-view .cpe-content > div #request-info-form .container .more-info select:-ms-input-placeholder,
.catalog-product-view .cpe-content > div #request-info-form .container .more-info textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
  font-weight: normal;
  font-weight: 300;
}
.catalog-product-view .cpe-content > div #request-info-form .container .more-info input:-moz-placeholder,
.catalog-product-view .cpe-content > div #request-info-form .container .more-info select:-moz-placeholder,
.catalog-product-view .cpe-content > div #request-info-form .container .more-info textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
  font-weight: normal;
  font-weight: 300;
}
.catalog-product-view .cpe-content > div #request-info-form .container .more-info textarea {
  box-shadow: none;
}
@media (min-width: 768px) {
  .catalog-product-view .cpe-content > div #request-info-form .container .more-info textarea {
    height: 40px;
  }
}
.catalog-product-view .cpe-content > div #request-info-form .container .more-info textarea:focus {
  box-shadow: none;
  outline: none;
}
.catalog-product-view .cpe-content > div #request-info-form .container .more-info select {
  height: 40px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  font-size: 11px;
  font-weight: 300;
}
.catalog-product-view .cpe-content > div #request-info-form .container .more-info select:after {
  content: "\f0dc";
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 20px;
}
.catalog-product-view .cpe-content > div #request-info-form .container .more-info input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 1px solid #999999 !important;
  margin: 0 5px 0 0;
  padding: 0;
  position: relative;
  width: 14px;
  height: 14px;
  display: inline-table;
  float: none;
  transition: border-color 200ms linear;
  top: 0;
}
.catalog-product-view .cpe-content > div #request-info-form .container .more-info input[type="checkbox"]:focus {
  box-shadow: none;
  outline: none;
}
.catalog-product-view .cpe-content > div #request-info-form .container .more-info input[type="checkbox"]:before {
  opacity: 0;
  content: '\f00c';
  font-family: "FontAwesome";
  font-size: 12px;
  pointer-events: none;
  display: block;
  transition: opacity 200ms linear;
}
.catalog-product-view .cpe-content > div #request-info-form .container .more-info input[type="checkbox"]:checked {
  border-color: #999999;
}
.catalog-product-view .cpe-content > div #request-info-form .container .more-info input[type="checkbox"]:checked:before {
  opacity: 1;
}
.catalog-product-view .cpe-content > div #request-info-form .container .more-info .btn-wrap #showbox_submit {
  display: block;
  width: 100%;
  height: 60px;
  background: #000000;
  padding: 10px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
  border: none !important;
}
.catalog-product-view .cpe-content > div #request-info-form .container .more-info .support {
  margin: 16px 0;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 10px;
  line-height: 2.4em;
}
.catalog-product-view .cpe-content > div #request-info-form .container .more-info .support a {
  font-weight: 300;
  font-size: 10px;
  color: #000000;
}
.catalog-product-view .cpe-content > div .cpe-close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 10px;
  color: #666;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  font-size: 40px;
  font-weight: 100;
}
@media (min-width: 768px) {
  .catalog-product-view .cpe-content > div .cpe-close {
    top: 0;
    right: 10px;
    font-size: 40px;
    font-weight: 100;
  }
}
.catalog-product-view .olapic_mobile_widget {
  display: block;
  clear: both;
}
@media (min-width: 1200px) {
  .catalog-product-view .product-image.single.slickugc div#cylindo-custom-zoom-forced {
    display: none !important;
  }
  .catalog-product-view .product-image.single.slickugc .cylindo-threesixty-list,
  .catalog-product-view .product-image.single.slickugc .cylindo-static-list {
    display: block !important;
    opacity: 1 !important;
    cursor: default !important;
  }
  .catalog-product-view .product-image.single.slickugc .cylindo-zoom-canvas,
  .catalog-product-view .product-image.single.slickugc .cylindo-loader {
    display: none;
  }
}
.widget-newsletter.custom-subscribe .block-title.h3 strong span {
  font-family: "Mercury Display A", "Mercury Display B", Georgia, serif !important;
}
.widget-newsletter.custom-subscribe #accept[aria-invalid=true] + span:after {
  content: "This is a required field.";
  display: block;
  color: #e02b27;
  font-size: 1.2rem;
  text-transform: none;
  margin-top: 2px;
}
body.catalog-product-view #olapic_viewer_overlay .viewer-container a.viewer-close {
  width: 45px;
  height: 40px;
  font-size: 40px;
  line-height: 40px;
}
body.catalog-product-view #olapic_viewer_overlay .viewer-column-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 47.7%;
  padding-left: 0;
}
body.catalog-product-view #olapic_viewer_overlay .viewer-column-right .author {
  -ms-flex-order: 1;
      order: 1;
}
body.catalog-product-view #olapic_viewer_overlay .viewer-column-right .author a .author-names {
  padding-top: 0;
}
body.catalog-product-view #olapic_viewer_overlay .viewer-column-right .author a .author-names span.author-realname {
  font-size: 16px;
  font-family: "Mercury Display A", "Mercury Display B", Georgia, serif;
}
body.catalog-product-view #olapic_viewer_overlay .viewer-column-right .photo-caption {
  word-break: keep-all;
  padding-top: 20px;
  padding-bottom: 15px;
}
body.catalog-product-view #olapic_viewer_overlay .viewer-column-right .sharing {
  -ms-flex-order: 3;
      order: 3;
  margin-top: 15px;
}
body.catalog-product-view #olapic_viewer_overlay .viewer-column-right .sharing ul {
  text-align: left;
}
body.catalog-product-view #olapic_viewer_overlay .viewer-column-right .sharing ul li:first-child {
  display: block;
  padding-left: 0;
  text-transform: uppercase;
  font-size: 11px;
}
body.catalog-product-view #olapic_viewer_overlay .viewer-column-right .sharing ul li a {
  background-size: initial;
  background-repeat: no-repeat;
}
body.catalog-product-view #olapic_viewer_overlay .viewer-column-right .sharing ul li a::before {
  display: none;
}
body.catalog-product-view #olapic_viewer_overlay .viewer-column-right .sharing ul li a.sharing-fb {
  background-image: url('../images/olapic/shop-the-look/Facebook.png');
}
body.catalog-product-view #olapic_viewer_overlay .viewer-column-right .sharing ul li a.sharing-tw {
  background-image: url('../images/olapic/shop-the-look/Twitter.png');
}
body.catalog-product-view #olapic_viewer_overlay .viewer-column-right .sharing ul li a.sharing-email {
  background-image: url('../images/olapic/shop-the-look/Email.png');
}
body.catalog-product-view #olapic_viewer_overlay .viewer-column-right .sharing ul li a.sharing-pi {
  background-image: url('../images/olapic/shop-the-look/Pinterest.png');
}
body.catalog-product-view #olapic_viewer_overlay .viewer-column-right .products {
  -ms-flex-order: 2;
      order: 2;
}
body.catalog-product-view #olapic_viewer_overlay .viewer-column-right .products h3 {
  padding: 15px;
}
body.catalog-product-view #olapic_viewer_overlay .viewer-column-right .products .middle ul.products-list {
  width: 100%;
}
body.catalog-product-view #olapic_viewer_overlay .viewer-column-right .products .middle ul.products-list li {
  width: 100px;
  margin: 0 5px;
}
body.catalog-product-view #olapic_viewer_overlay .viewer-column-left {
  width: 52.3%;
}
body.catalog-product-view #olapic_viewer_overlay .newcopyright-olapic a {
  margin-right: 15px;
  color: #333333;
  font-family: "Mercury Display A", "Mercury Display B", Georgia, serif;
}
body.catalog-product-view #olapic_viewer_overlay .newcopyright-olapic a b {
  font-family: "Mercury Display A", "Mercury Display B", Georgia, serif;
}
body.catalog-product-view #olapic_viewer_overlay .newcopyright-olapic a::after {
  display: none;
}
.pdptitlebanner.tubevent {
  background-color: #333333;
  height: 85px;
  text-align: center;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: 133px;
}
.pdptitlebanner.tubevent::before {
  content: ' ';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.pdptitlebanner.tubevent span {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
}
.pdptitlebanner.tubevent span a {
  color: #ffffff;
  text-decoration: underline;
  padding-left: 10px;
  display: block;
  margin-top: 8px;
}
.pdptitlebanner.tubevent span a:hover {
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .pdptitlebanner.tubevent {
    height: 50px;
    margin-top: 0;
  }
  .pdptitlebanner.tubevent span a {
    display: inline;
    margin-top: 0;
  }
}
body.catalog-product-view .page-wrapper.e2e-page-container .breadcrumbs {
  padding-top: 20px;
  margin: 0;
}
body.catalog-product-view .page-wrapper.e2e-page-container .breadcrumbs .page-main {
  max-width: inherit !important;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent {
  padding: 0 !important;
  color: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap {
  max-width: inherit;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper {
  margin: 0 auto;
  float: none;
  max-width: 100%;
}
@media (min-width: 768px) {
  body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper {
    width: 443px;
  }
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main {
  padding: 0 40px !important;
  text-align: left;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 320px) {
  body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main {
    padding: 0 20px !important;
  }
}
@media (min-width: 768px) {
  body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main {
    width: 443px;
    padding: 0 !important;
  }
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .family-name {
  margin-bottom: 16px;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .family-name .value {
  font-size: 24px;
  line-height: 24px;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  color: #000000;
  font-weight: 200;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .page-title-wrapper {
  margin-bottom: 20px;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .page-title-wrapper .page-title {
  margin: 0;
  line-height: inherit;
  font-size: 12px;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .page-title-wrapper .page-title span {
  font-size: 12px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  line-height: 1.8em;
  color: #000000;
  font-weight: 300;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .product-info-stock-sku {
  margin-bottom: 20px;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .product-info-stock-sku .product.attribute,
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .product-info-stock-sku .stock,
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .product-info-stock-sku .value,
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .product-info-stock-sku span {
  font-size: 12px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  line-height: 1.8em;
  color: #000000;
  font-weight: 300;
  margin-bottom: 0;
  text-transform: capitalize;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .product-info-stock-sku .product.attribute::before,
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .product-info-stock-sku .stock::before,
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .product-info-stock-sku .value::before,
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .product-info-stock-sku span::before {
  color: #000000;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .product-info-stock-sku .stock span {
  font-weight: 600;
  text-transform: capitalize;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .product-info-stock-sku .stock a.contact-product-expert-wrapper {
  color: #000000;
  text-decoration: underline;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .product-info-price .price-box.price-final_price {
  margin: 0;
  padding: 0;
  font-weight: 200;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .product-info-price .price-box.price-final_price::before {
  content: 'List: ';
  font-size: 16px;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  color: #000000;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .product-info-price .price-box.price-final_price .price {
  font-size: 16px !important;
  font-family: "Chronicle Display A", "Chronicle Display B", serif !important;
  color: #000000 !important;
  font-weight: 200 !important;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .product-info-price .price-box.price-final_price .unit-text {
  text-transform: lowercase;
  font-size: 16px;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  color: #000000;
  font-weight: 200;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .commercial-messaging-wrapper {
  font-size: 10px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  line-height: 1.8em;
  color: #000000;
  font-weight: 300;
  max-width: 300px;
  margin: 20px auto 0 auto;
  position: relative;
  z-index: 2;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .commercial-messaging-wrapper a {
  color: #000000;
  text-decoration: underline;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .finish-share-actions {
  float: none;
  width: 100%;
  height: 22px;
  display: block;
  top: 0;
  margin: -20px 0 23px 0;
  padding: 0;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .product-add-form {
  border: 0;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .product-add-form #product-options-wrapper {
  margin: 0;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .product-add-form #product-options-wrapper .dynamic-select .current-option-wrap {
  padding: 16px 10px 16px;
  line-height: 1;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .product-add-form #product-options-wrapper .dynamic-select .current-option-wrap i {
  top: 13px;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .product-add-form #product-options-wrapper .fieldset,
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .product-add-form #product-options-wrapper .fieldset .field {
  margin-top: 0;
  margin-bottom: 10px;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .product-add-form #product-options-wrapper .fieldset:last-of-type,
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .product-add-form #product-options-wrapper .fieldset .field:last-of-type {
  margin-bottom: 0;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .product-add-form form .product-options-bottom .product-addcart-wrap .box-tocart .actions #product-addtocart-button.primary {
  margin-top: 12px;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .share-container .share-btn-list li {
  margin-bottom: 0;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .pdp-waste-overflow-container {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 800;
  line-height: inherit;
  color: #333333;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  margin-top: 8px;
  display: inline-block;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .pdp-waste-overflow-container:hover {
  text-decoration: none;
  background-size: 100% 1px;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .pdp-carved-sinks-messages {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 800;
  line-height: inherit;
  color: #333333;
  text-transform: uppercase;
  margin-top: 8px;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  margin-bottom: 8px;
  display: inline-block;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .pdp-carved-sinks-messages:hover {
  text-decoration: none;
  background-size: 100% 1px;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .pdp-carved-sinks-messages-with-link {
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .pdp-carved-sinks-messages-with-link:hover {
  text-decoration: none;
  background-size: 100% 1px;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .complete-required-parts {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: inherit;
  color: #000000;
  padding: 30px 0 10px;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .complete-required-parts a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: inherit;
  color: #333333;
  text-transform: uppercase;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  transition: background-size 0.3s;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-details-tabbed-wrapper {
  clear: both;
  margin: 40px auto 0 auto;
  max-width: 500px;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-details-tabbed-wrapper::after {
  content: '';
  display: block;
  clear: both;
}
@media (min-width: 768px) {
  body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-details-tabbed-wrapper {
    max-width: 100%;
  }
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-details-tabbed-wrapper .product-tabs-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (min-width: 768px) {
  body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-details-tabbed-wrapper .product-tabs-container {
    margin: 0 auto;
  }
  body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-details-tabbed-wrapper .product-tabs-container.has-metal-finishes {
    max-width: 100%;
  }
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-details-tabbed-wrapper .product-tabs-container .tab-item-wrapper {
  border-bottom: 1px solid #F2F2F2;
  color: #000000;
  cursor: pointer;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  padding: 10px 0;
  position: relative;
  width: 100%;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-details-tabbed-wrapper .product-tabs-container .tab-item-wrapper:first-of-type {
  padding-top: 0;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-details-tabbed-wrapper .product-tabs-container .tab-item-wrapper:after {
  background-size: 13px !important;
  display: block;
  content: '';
  position: absolute;
  height: 20px;
  left: auto;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  width: 13px;
  transition: -webkit-transform 400ms linear;
  transition: transform 400ms linear;
  transition: transform 400ms linear, -webkit-transform 400ms linear;
  -webkit-transform: rotateZ(90deg);
  content: "\e608";
  font-family: 'luma-icons';
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-details-tabbed-wrapper .product-tabs-container .tab-item-wrapper__content {
  box-sizing: border-box;
  height: 0;
  overflow: hidden;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-details-tabbed-wrapper .product-tabs-container .tab-item-wrapper__content * {
  color: #000000;
  font-size: 12px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 300;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-details-tabbed-wrapper .product-tabs-container .tab-item-wrapper__content a {
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-details-tabbed-wrapper .product-tabs-container .tab-item-wrapper__content a:hover {
  text-decoration: none;
  background-size: 100% 1px;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-details-tabbed-wrapper .product-tabs-container .tab-item-wrapper__content #item-details-area .content-row h5,
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-details-tabbed-wrapper .product-tabs-container .tab-item-wrapper__content #item-details-area .content-row ul:not(.list-type-circle) {
  margin: 0;
  padding: 20px 0 10px 0;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-details-tabbed-wrapper .product-tabs-container .tab-item-wrapper__content #item-details-area .content-row h5 li.uppercase,
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-details-tabbed-wrapper .product-tabs-container .tab-item-wrapper__content #item-details-area .content-row ul:not(.list-type-circle) li.uppercase {
  margin: 0;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-details-tabbed-wrapper .product-tabs-container .tab-item-wrapper__content .proposition-65-wrapper {
  margin: 0;
  padding: 20px 0 10px 0;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-details-tabbed-wrapper .product-tabs-container .tab-item-wrapper__content .proposition-65-wrapper li {
  margin: 0;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-details-tabbed-wrapper .product-tabs-container .tab-item-wrapper:not(.active):after {
  -webkit-transform: translateY(-50%) rotateZ(90deg);
          transform: translateY(-50%) rotateZ(90deg);
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-details-tabbed-wrapper .product-tabs-container .tab-item-wrapper.active:after {
  top: 2vh;
  -webkit-transform: translateY(-50%) rotateZ(-90deg);
          transform: translateY(-50%) rotateZ(-90deg);
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-details-tabbed-wrapper .product-tabs-container .tab-item-wrapper.active .tab-item-wrapper__content {
  padding-top: 20px;
  height: auto;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-details-tabbed-wrapper .tab-content-container {
  position: relative;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-details-tabbed-wrapper .tab-content-container .tab-content-wrapper {
  padding-top: 23px;
  float: left;
  width: 100%;
  opacity: 0;
  transition: all 0.45s;
  -moz-transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -ms-transition: all 0.45s;
  -o-transition: all 0.45s;
  display: none;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-details-tabbed-wrapper .tab-content-container .tab-content-wrapper.technical-docs,
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-details-tabbed-wrapper .tab-content-container .tab-content-wrapper.metal-finishes {
  margin-left: 0;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-details-tabbed-wrapper .tab-content-container .tab-content-wrapper.technical-docs a,
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-details-tabbed-wrapper .tab-content-container .tab-content-wrapper.metal-finishes a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  color: #000000;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  line-height: 2em;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-details-tabbed-wrapper .tab-content-container .tab-content-wrapper.technical-docs a:hover,
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-details-tabbed-wrapper .tab-content-container .tab-content-wrapper.metal-finishes a:hover {
  text-decoration: none;
  background-size: 100% 1px;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-details-tabbed-wrapper .tab-content-container .tab-content-wrapper.technical-docs ul li,
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-details-tabbed-wrapper .tab-content-container .tab-content-wrapper.metal-finishes ul li {
  margin-bottom: 0;
  font-size: 11px;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-details-tabbed-wrapper .tab-content-container .tab-content-wrapper.item-details {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  color: #000000;
  line-height: 1.8em;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-details-tabbed-wrapper .tab-content-container .tab-content-wrapper.item-details a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  color: #000000;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-details-tabbed-wrapper .tab-content-container .tab-content-wrapper.item-details a:hover {
  text-decoration: none;
  background-size: 100% 1px;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-details-tabbed-wrapper .tab-content-container .tab-content-wrapper.item-details h5 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-details-tabbed-wrapper .tab-content-container .tab-content-wrapper.item-details .content-row {
  margin-bottom: 30px;
  color: #000000;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-details-tabbed-wrapper .tab-content-container .tab-content-wrapper.item-details .content-row:last-of-type {
  margin-bottom: 0;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-details-tabbed-wrapper .tab-content-container .tab-content-wrapper.item-details .content-row ul.list-type-circle li {
  margin-bottom: 0;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-details-tabbed-wrapper .tab-content-container .tab-content-wrapper.item-details .content-row ul.list-type-circle li:before {
  content: '•';
  display: inline;
  font-size: 12px;
  color: #000000;
  margin-right: 5px;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-details-tabbed-wrapper .tab-content-container .tab-content-wrapper.item-details .proposition-65-wrapper {
  margin-top: 10px;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-details-tabbed-wrapper .tab-content-container .tab-content-wrapper.opened {
  opacity: 1;
  transition: all 0.45s;
  -moz-transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -ms-transition: all 0.45s;
  -o-transition: all 0.45s;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-help-wrapper {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  color: #000000;
  line-height: 1.8em;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-help-wrapper span {
  display: block;
  color: #000000;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-help-wrapper a {
  color: #000000;
  display: inline-block;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-collection-block {
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 100px;
  clear: both;
}
@media (min-width: 768px) {
  body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-collection-block {
    display: -ms-flexbox;
    display: flex;
  }
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-collection-block .product-collection-media {
  margin: 0;
  padding: 0;
  color: #ffffff;
  text-align: center;
  vertical-align: center;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-collection-block .product-collection-media a {
  display: block;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-collection-block .product-collection-media img {
  width: 100%;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-collection-block .product-collection-media .content-middle {
  color: #ffffff;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-collection-block .product-collection-info {
  margin: 0;
  padding: 0;
  text-align: center;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-collection-block .product-collection-info .content-middle {
  vertical-align: middle;
  padding: 50px 40px;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 1200px) {
  body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-collection-block .product-collection-info .content-middle {
    padding: 0 40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (min-width: 1200px) {
  body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-collection-block .product-collection-info .content-middle {
    padding: 0 100px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-collection-block .product-collection-info .content-middle h4 {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 18px;
  color: #000000;
  font-weight: 200;
  margin-top: 0;
  margin-bottom: 23px;
  padding: 0;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-collection-block .product-collection-info .content-middle p {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 16px;
  color: #000000;
  font-weight: 200;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-collection-block .product-collection-info .content-middle a.link-btn {
  display: inline-block;
  margin-top: 50px;
  display: block;
  padding: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px !important;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
  -moz-appearance: inherit;
  -webkit-appearance: inherit;
  appearance: inherit;
  position: relative;
  width: 280px;
  height: 60px;
  line-height: 60px;
  text-decoration: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  border-radius: 0;
  background: #000000 !important;
  color: #ffffff !important;
  border: 1px solid #ffffff;
  height: 58px;
  line-height: 58px;
}
@media only screen and (min-width: 768px) {
  body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-collection-block .product-collection-info .content-middle a.link-btn:hover {
    background: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #000000;
    height: 58px;
    line-height: 58px;
  }
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .contact-expert-wrapper {
  margin-bottom: 20px;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .contact-expert-wrapper a {
  display: block;
  padding: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px !important;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
  -moz-appearance: inherit;
  -webkit-appearance: inherit;
  appearance: inherit;
  position: relative;
  width: 280px;
  height: 60px;
  line-height: 60px;
  text-decoration: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  border-radius: 0;
  background: #ffffff !important;
  color: #000000 !important;
  border: 1px solid #000000;
  height: 50px;
  line-height: 50px;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .contact-expert-wrapper a:hover {
  background: #000000 !important;
  color: #ffffff !important;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .additional-actions.wrapper,
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-details-additional {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .additional-actions.wrapper {
  margin-top: 16px;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .additional-actions.wrapper > * {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .additional-actions.wrapper .button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: block;
  font-size: 11px;
  font-weight: inherit;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  width: 280px;
  border-radius: 0;
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #333333;
  border-radius: unset;
  height: 50px;
  line-height: 50px;
  width: 100%;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .additional-actions.wrapper .button:hover {
  background-color: #ffffff;
  color: #000000;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .additional-actions.wrapper .button:hover {
  background-color: #000000;
  color: #ffffff;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .additional-actions.wrapper .contact-product-expert-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (max-width: 768px) {
  body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .additional-actions.wrapper {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .additional-actions.wrapper .contact-product-expert-wrapper {
    margin-top: 10px;
  }
  body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .additional-actions.wrapper .contact-product-expert-wrapper .button {
    margin-left: 0;
  }
}
html.ipad.portrait body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .additional-actions.wrapper {
  -ms-flex-direction: column;
      flex-direction: column;
}
html.ipad.portrait body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .additional-actions.wrapper .contact-product-expert-wrapper {
  margin-top: 10px;
}
html.ipad.portrait body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .additional-actions.wrapper .contact-product-expert-wrapper .button {
  margin-left: 0;
}
html.legacy-ipad body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .additional-actions.wrapper {
  -ms-flex-direction: column;
      flex-direction: column;
}
html.legacy-ipad body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .additional-actions.wrapper .contact-product-expert-wrapper {
  margin-top: 10px;
}
html.legacy-ipad body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .additional-actions.wrapper .contact-product-expert-wrapper .button {
  margin-left: 0;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .additional-actions__folder {
  margin-right: 7.5px;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .additional-actions__contact {
  margin-left: 7.5px;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-details-additional {
  margin-top: 24px;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-details-additional .product-info-help-wrapper {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  text-align: left;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-details-additional .product-info-help-wrapper span {
  font-weight: 300;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-details-additional .product-info-help-wrapper a {
  font-weight: 400;
  text-decoration: underline;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-details-additional .share-container {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-details-additional .share-container .share-btn-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent #more-from {
  margin: 0;
  padding: 0;
  border: 0;
  width: inherit;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .products-e2e-wrapper {
  clear: both;
  margin-top: 50px;
  margin-bottom: 100px;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .products-e2e-wrapper h1 {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 22px;
  font-weight: 200;
  text-align: center;
  padding: 0;
  margin: 0 0 50px 0;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .products-e2e-wrapper h4 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  padding: 0;
  margin: 0 0 10px 0;
}
.rc-imageselect-instructions {
  height: 75px;
}
.rc-imageselect-desc-wrapper {
  padding: 10px;
  height: 56px;
  font-size: 16px;
}
.products-insituation-wrapper {
  padding: 50px 0 50px 0;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .products-insituation-wrapper {
    padding: 100px 100px 50px 100px;
  }
}
html.ipad.landscape .products-insituation-wrapper {
  padding: 100px 100px 50px 100px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .products-insituation-wrapper {
    padding: 100px 100px 50px 100px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .products-insituation-wrapper {
    padding: 100px 100px 50px 100px;
  }
}
.products-insituation-wrapper .desktop-container .item .body,
.products-insituation-wrapper .mobile-container .item .body {
  text-align: left;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
  padding: 0 10px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .products-insituation-wrapper .desktop-container .item .body,
  html:not(.ipad) .products-insituation-wrapper .mobile-container .item .body {
    padding: 0;
  }
}
html.ipad.landscape .products-insituation-wrapper .desktop-container .item .body,
html.ipad.landscape .products-insituation-wrapper .mobile-container .item .body {
  padding: 0;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .products-insituation-wrapper .desktop-container .item .body,
  .products-insituation-wrapper .mobile-container .item .body {
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .products-insituation-wrapper .desktop-container .item .body,
  .products-insituation-wrapper .mobile-container .item .body {
    padding: 0;
  }
}
.products-insituation-wrapper .desktop-container .item .body span,
.products-insituation-wrapper .mobile-container .item .body span {
  display: block;
  margin-bottom: 5px;
}
.products-insituation-wrapper .desktop-container .item .body span:first-of-type,
.products-insituation-wrapper .mobile-container .item .body span:first-of-type {
  margin-top: 10px;
}
.products-insituation-wrapper .desktop-container .item .body span:last-of-type,
.products-insituation-wrapper .mobile-container .item .body span:last-of-type {
  margin-bottom: 0;
}
.products-insituation-wrapper .desktop-container {
  display: none;
  margin-bottom: 0;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .products-insituation-wrapper .desktop-container {
    display: block;
  }
}
html.ipad.landscape .products-insituation-wrapper .desktop-container {
  display: block;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .products-insituation-wrapper .desktop-container {
    display: block;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .products-insituation-wrapper .desktop-container {
    display: block;
  }
}
.products-insituation-wrapper .desktop-container .item {
  padding: 0;
  text-align: center;
}
.products-insituation-wrapper .desktop-container .item .item-container {
  margin: 0 auto;
  vertical-align: top;
}
.products-insituation-wrapper .desktop-container .item .item-container:not(.wide) {
  width: calc(50% -  63px);
  display: inline-block;
}
.products-insituation-wrapper .desktop-container .item .item-container:not(.wide):nth-of-type(2) {
  margin-left: 120px;
}
.products-insituation-wrapper .mobile-container {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .products-insituation-wrapper .mobile-container {
    display: none;
  }
}
html.ipad.landscape .products-insituation-wrapper .mobile-container {
  display: none;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .products-insituation-wrapper .mobile-container {
    display: none;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .products-insituation-wrapper .mobile-container {
    display: none;
  }
}
.products-insituation-wrapper .mobile-container .item {
  margin-bottom: 50px;
}
.products-insituation-wrapper .mobile-container .item:last-of-type {
  margin: 0;
}
.products-insituation-wrapper .slick-arrow {
  height: 50px;
  width: 50px;
  border-radius: 0;
  border: 0;
  background: #000000;
  top: calc(50% - 40px);
}
.products-insituation-wrapper .slick-arrow:before {
  content: '';
  text-align: center;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 auto;
  opacity: 1;
  background-size: contain !important;
}
.products-insituation-wrapper .slick-arrow.slick-prev {
  left: -75px;
}
.products-insituation-wrapper .slick-arrow.slick-prev:before {
  background: url('../images/icons/arrow_left_white.png') center center no-repeat;
}
.products-insituation-wrapper .slick-arrow.slick-next {
  right: -75px;
}
.products-insituation-wrapper .slick-arrow.slick-next:before {
  background: url('../images/icons/arrow_right_white.png') center center no-repeat;
}
.catalog-product-view .cylindo-modal-wrapper {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
@media (max-width: 768px) {
  .catalog-product-view .cylindo-modal-wrapper {
    display: none;
  }
}
html.ipad.portrait .catalog-product-view .cylindo-modal-wrapper {
  display: none;
}
html.legacy-ipad .catalog-product-view .cylindo-modal-wrapper {
  display: none;
}
.catalog-product-view .cylindo-modal-wrapper .modal-close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 10px;
  color: #666;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  font-size: 40px;
  font-weight: 100;
  z-index: 9999;
}
.catalog-product-view .cylindo-modal-wrapper #cylindo-viewer-wrapper {
  height: 100% !important;
  position: absolute;
  z-index: 15;
  background: #ffffff;
  max-width: 700px;
  min-width: 480px;
  max-height: 95%;
  overflow: hidden;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  overflow-y: auto;
}
@media (min-width: 768px) {
  .catalog-product-view .cylindo-modal-wrapper #cylindo-viewer-wrapper {
    height: auto;
  }
}
.catalog-product-view .cylindo-modal-wrapper #cylindo-viewer-wrapper-body {
  max-height: 100%;
}
.catalog-product-view .cylindo-modal-wrapper .cylindo-drag-tooltip {
  color: #000000;
  background-color: #f6f6f6;
}
.catalog-product-view .cylindo-modal-wrapper .cylindo-drag-tooltip:before,
.catalog-product-view .cylindo-modal-wrapper .cylindo-drag-tooltip:after {
  color: #f6f6f6;
}
.catalog-product-view .cylindo-modal-wrapper .cylindo-tooltip-not-available {
  display: none;
}
.catalog-product-view .cylindo-modal-wrapper .cylindo-viewer-container::-webkit-full-screen,
.catalog-product-view .cylindo-modal-wrapper .cylindo-viewer-container.has-thumbs::-webkit-full-screen {
  background-color: #f6f6f6;
}
.catalog-product-view .cylindo-modal-wrapper .cylindo-viewer-container::-moz-full-screen,
.catalog-product-view .cylindo-modal-wrapper .cylindo-viewer-container.has-thumbs::-moz-full-screen {
  background-color: #f6f6f6;
}
.catalog-product-view .cylindo-modal-wrapper ul li {
  background-color: #f6f6f6;
}
body.catalog-product-view .zoomContainer {
  left: 0 !important;
}
.mobile-viewer-wrapper-zoom {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 99999;
  display: none;
  overflow: hidden;
}
.mobile-viewer-wrapper-zoom .close-modal-zoom {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 10px;
  color: #666;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  font-size: 40px;
  font-weight: 100;
  z-index: 99999;
}
.mobile-viewer-wrapper-zoom .close-modal-zoom:before {
  content: '+';
}
.mobile-viewer-wrapper-zoom .content {
  overflow-y: scroll;
  height: 100%;
}
.mobile-viewer-wrapper-zoom .content .slick-list {
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
}
.mobile-viewer-wrapper-zoom .content .slick-list .slick-track {
  height: 100%;
}
.mobile-viewer-wrapper-zoom .content .slick-list div.item {
  background-color: #f6f6f6;
  position: relative;
  height: inherit;
}
.mobile-viewer-wrapper-zoom .content .slick-list div.item img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mobile-viewer-wrapper-zoom .content .slick-prev,
.mobile-viewer-wrapper-zoom .content .slick-next {
  width: 28px;
  height: 48px;
  z-index: 999999;
  border: 0;
  border-radius: 0;
  display: block !important;
}
.mobile-viewer-wrapper-zoom .content .slick-prev {
  left: 0;
  background: url('../images/icons/arrow_left_black.png') center center no-repeat;
}
.mobile-viewer-wrapper-zoom .content .slick-next {
  right: 0;
  background: url('../images/icons/arrow_right_black.png') center center no-repeat;
}
body.modal-zoom-opened {
  overflow: hidden !important;
}
body.modal-zoom-opened .zoomContainer {
  left: 0 !important;
  top: 0 !important;
  z-index: 15;
}
body.modal-zoom-opened .zoomContainer .zoomWindow {
  z-index: 15 !important;
}
.catalog-product-view .lb-content#lb-content_color {
  z-index: 9999999999;
}
#required-parts-wrapper .products-scrollable .products-row .product {
  min-width: calc((100% / 4) - 7px);
}
#required-parts-wrapper .products-scrollable .products-row .product .product-item-inner {
  position: absolute;
  bottom: 10px;
  width: 100%;
  padding: 0 10px;
  display: none;
}
#required-parts-wrapper .products-scrollable .products-row .product .product-item-inner .product-item-actions {
  width: 100%;
  float: none;
  min-width: 100%;
}
#required-parts-wrapper .products-scrollable .products-row .product .product-item-inner .product-item-actions .actions-primary {
  display: block;
  width: 100%;
}
#required-parts-wrapper .products-scrollable .products-row .product .product-item-inner .product-item-actions .actions-primary .field.configurable.required label {
  display: none;
}
#required-parts-wrapper .products-scrollable .products-row .product .product-item-inner .product-item-actions .actions-primary .field.configurable.required .control select {
  display: none;
}
#required-parts-wrapper .products-scrollable .products-row .product .product-item-inner .product-item-actions .actions-primary .field.configurable.required .control .dynamic-select {
  background: #ffffff;
  border: 1px solid #999999;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
}
#required-parts-wrapper .products-scrollable .products-row .product .product-item-inner .product-item-actions .actions-primary .field.configurable.required .control .dynamic-select:first-child ul {
  z-index: 2;
}
#required-parts-wrapper .products-scrollable .products-row .product .product-item-inner .product-item-actions .actions-primary .field.configurable.required .control .dynamic-select:nth-child(2) ul {
  z-index: 3;
}
#required-parts-wrapper .products-scrollable .products-row .product .product-item-inner .product-item-actions .actions-primary .field.configurable.required .control .dynamic-select:nth-child(3) ul {
  z-index: 4;
}
#required-parts-wrapper .products-scrollable .products-row .product .product-item-inner .product-item-actions .actions-primary .field.configurable.required .control .dynamic-select:nth-child(4) ul {
  z-index: 5;
}
#required-parts-wrapper .products-scrollable .products-row .product .product-item-inner .product-item-actions .actions-primary .field.configurable.required .control .dynamic-select.active {
  background: #000000;
  color: #ffffff;
}
#required-parts-wrapper .products-scrollable .products-row .product .product-item-inner .product-item-actions .actions-primary .field.configurable.required .control .dynamic-select.active span {
  color: #ffffff;
}
#required-parts-wrapper .products-scrollable .products-row .product .product-item-inner .product-item-actions .actions-primary .field.configurable.required .control .dynamic-select.active span span {
  color: #ffffff;
}
#required-parts-wrapper .products-scrollable .products-row .product .product-item-inner .product-item-actions .actions-primary .field.configurable.required .control .dynamic-select .current-option-wrap {
  display: block;
  padding: 11px 10px;
  position: relative;
  cursor: pointer;
}
#required-parts-wrapper .products-scrollable .products-row .product .product-item-inner .product-item-actions .actions-primary .field.configurable.required .control .dynamic-select .current-option-wrap span {
  display: inline-block;
  vertical-align: top;
  margin-left: 3px;
}
#required-parts-wrapper .products-scrollable .products-row .product .product-item-inner .product-item-actions .actions-primary .field.configurable.required .control .dynamic-select .current-option-wrap i {
  position: absolute;
  top: 8px;
  right: 12px;
  font-family: FontAwesome !important;
  font-size: 20px;
  transition: all 0.25s ease-in-out;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  color: #000000;
}
#required-parts-wrapper .products-scrollable .products-row .product .product-item-inner .product-item-actions .actions-primary .field.configurable.required .control .dynamic-select .current-option-wrap.open i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: all 0.25s ease-in-out;
}
#required-parts-wrapper .products-scrollable .products-row .product .product-item-inner .product-item-actions .actions-primary .field.configurable.required .control .dynamic-select ul {
  display: none;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999999;
  margin-bottom: 0;
  position: absolute;
  width: calc(100% + 2px);
  background: #ffffff;
  top: 37px;
  margin-left: -1px;
  max-height: 150px;
  overflow-y: auto;
  overflow-x: hidden;
}
#required-parts-wrapper .products-scrollable .products-row .product .product-item-inner .product-item-actions .actions-primary .field.configurable.required .control .dynamic-select ul li {
  display: block;
  font-size: 11px;
  color: #000000;
  width: calc(100% + 1px);
  padding: 17px 5px;
  border-bottom: 1px solid #999999;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  margin: 0;
  background: #ffffff;
  cursor: pointer;
}
#required-parts-wrapper .products-scrollable .products-row .product .product-item-inner .product-item-actions .actions-primary .field.configurable.required .control .dynamic-select ul li.finish-options-trigger {
  background: #000000;
  color: #ffffff;
}
#required-parts-wrapper .products-scrollable .products-row .product .product-item-inner .product-item-actions .actions-primary .field.configurable.required .control .dynamic-select ul li:hover {
  background: #000000;
  color: #ffffff;
}
#required-parts-wrapper .products-scrollable .products-row .product .product-item-inner .product-item-actions .actions-primary .field.configurable.required .control .dynamic-select ul li:last-child {
  border-bottom: none;
}
#required-parts-wrapper .products-scrollable .products-row .product .product-item-inner .product-item-actions .actions-primary .field.configurable.required .control .dynamic-select ul li.disabled {
  /*display: none;*/
  background-color: #999999;
  pointer-events: none;
}
#required-parts-wrapper .products-scrollable .products-row .product .product-item-inner .product-item-actions .actions-primary button.action.primary.tocart {
  width: 100%;
  margin: 5px auto 0;
  padding: 13px 0;
  color: #ffffff;
  background-color: #000000;
  border: 1px solid #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}
#required-parts-wrapper .products-scrollable .products-row .product .product-item-inner .product-item-actions .actions-primary button.action.primary.tocart:hover {
  background: #ffffff;
  color: #000000;
}
#required-parts-wrapper .products-scrollable .products-row .product:hover .product-item-inner {
  display: block;
}
#required-parts-wrapper .products-scrollable .products-row .product .product-data .attribute.sku-2 strong {
  font-weight: 400;
}
#required-parts-wrapper .products-scrollable .products-row .product .product-data .attribute.sku-2 .value {
  display: inline-block;
  margin-left: 3px;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .products-e2e-wrapper.products-ymal-container {
  margin-bottom: 0;
}
body.catalog-product-view .page-main .columns .column.main {
  padding-bottom: 100px;
}
.catalog-product-view .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form #product-options-wrapper .control.has-special-order-finishes .dynamic-select ul li:last-of-type {
  border-bottom: 0;
}
.special-order-finishes,
.transition-options {
  display: none;
}
.dynamic-select .special-order-finishes {
  position: sticky;
  bottom: 0;
  display: block;
  z-index: 9;
  height: 50px;
  line-height: 50px;
  background: white;
  border-left: 1px solid #999999;
  border-top: 1px solid #999999;
  cursor: pointer;
  /* Workaround specifically for small screens */
}
@media (max-width: 480px) {
  .dynamic-select .special-order-finishes {
    font-size: 9px;
  }
}
.dynamic-select .special-order-finishes:hover {
  background: #000000;
  color: #ffffff;
}
.dynamic-select .transition-option {
  display: block;
  position: initial;
  z-index: 9;
  height: 50px;
  line-height: 50px;
  background: white;
  border-left: 1px solid #999999;
  border-top: 1px solid #999999;
  cursor: pointer;
  /* Workaround specifically for small screens */
}
@media (max-width: 480px) {
  .dynamic-select .transition-option {
    font-size: 9px;
  }
}
.dynamic-select .transition-option:hover {
  background: #000000;
  color: #ffffff;
}
#pdp-waste-overflow-modal-wrapper {
  display: none;
}
aside.modal-product-waste-overflow .action-close {
  z-index: 3;
  padding: 25px;
}
aside.modal-product-waste-overflow .action-close:before {
  color: #666;
}
aside.modal-product-waste-overflow .modal-inner-wrap {
  /* Landscape */
}
@media (max-width: 768px) {
  aside.modal-product-waste-overflow .modal-inner-wrap {
    min-height: initial !important;
    bottom: 0 !important;
    position: absolute !important;
    top: initial !important;
    max-width: 100% !important;
  }
}
@media (min-width: 768px) {
  html:not(.ipad) aside.modal-product-waste-overflow .modal-inner-wrap {
    width: 520px;
    max-width: 520px;
    top: 40%;
    -webkit-transform: translateY(-47%);
            transform: translateY(-47%);
  }
}
html.ipad.landscape aside.modal-product-waste-overflow .modal-inner-wrap {
  width: 520px;
  max-width: 520px;
  top: 40%;
  -webkit-transform: translateY(-47%);
          transform: translateY(-47%);
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  aside.modal-product-waste-overflow .modal-inner-wrap {
    width: 520px;
    max-width: 520px;
    top: 40%;
    -webkit-transform: translateY(-47%);
            transform: translateY(-47%);
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  aside.modal-product-waste-overflow .modal-inner-wrap {
    width: 520px;
    max-width: 520px;
    top: 40%;
    -webkit-transform: translateY(-47%);
            transform: translateY(-47%);
  }
}
aside.modal-product-waste-overflow .modal-inner-wrap .modal-content {
  margin-top: -30px;
}
aside.modal-product-waste-overflow .modal-inner-wrap .modal-content #pdp-waste-overflow-modal-wrapper {
  display: block;
}
aside.modal-product-waste-overflow .modal-inner-wrap .modal-content #pdp-waste-overflow-modal-wrapper .pdp-waste-overflow-modal-content-wrapper {
  width: 100%;
  height: initial;
  max-width: 100% !important;
  min-height: initial;
  max-height: 90%;
  bottom: 0;
  padding-top: 5px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) aside.modal-product-waste-overflow .modal-inner-wrap .modal-content #pdp-waste-overflow-modal-wrapper .pdp-waste-overflow-modal-content-wrapper {
    padding: 0;
  }
}
html.ipad.landscape aside.modal-product-waste-overflow .modal-inner-wrap .modal-content #pdp-waste-overflow-modal-wrapper .pdp-waste-overflow-modal-content-wrapper {
  padding: 0;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  aside.modal-product-waste-overflow .modal-inner-wrap .modal-content #pdp-waste-overflow-modal-wrapper .pdp-waste-overflow-modal-content-wrapper {
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  aside.modal-product-waste-overflow .modal-inner-wrap .modal-content #pdp-waste-overflow-modal-wrapper .pdp-waste-overflow-modal-content-wrapper {
    padding: 0;
  }
}
aside.modal-product-waste-overflow .modal-inner-wrap .modal-content #pdp-waste-overflow-modal-wrapper .pdp-waste-overflow-modal-content-wrapper .pdp-waste-overflow-modal-header h1 {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 18px;
  font-weight: 325;
  line-height: 22px;
  color: #000000;
  text-align: center;
  margin: 0;
  padding: 0;
}
aside.modal-product-waste-overflow .modal-inner-wrap .modal-content #pdp-waste-overflow-modal-wrapper .pdp-waste-overflow-modal-content-wrapper .pdp-waste-overflow-modal-content {
  text-align: center;
  padding: 30px 20px 30px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) aside.modal-product-waste-overflow .modal-inner-wrap .modal-content #pdp-waste-overflow-modal-wrapper .pdp-waste-overflow-modal-content-wrapper .pdp-waste-overflow-modal-content {
    padding: 30px 50px 30px;
  }
}
html.ipad.landscape aside.modal-product-waste-overflow .modal-inner-wrap .modal-content #pdp-waste-overflow-modal-wrapper .pdp-waste-overflow-modal-content-wrapper .pdp-waste-overflow-modal-content {
  padding: 30px 50px 30px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  aside.modal-product-waste-overflow .modal-inner-wrap .modal-content #pdp-waste-overflow-modal-wrapper .pdp-waste-overflow-modal-content-wrapper .pdp-waste-overflow-modal-content {
    padding: 30px 50px 30px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  aside.modal-product-waste-overflow .modal-inner-wrap .modal-content #pdp-waste-overflow-modal-wrapper .pdp-waste-overflow-modal-content-wrapper .pdp-waste-overflow-modal-content {
    padding: 30px 50px 30px;
  }
}

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