a.mobile-only.no-animate {
  background-image: none !important;
  background: none;
}
a.hover-all {
  display: none;
}
a.hover-all .link-effect {
  cursor: pointer;
  display: initial !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
a.hover-all.show-on-mobile {
  cursor: pointer;
  display: initial !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
@media (min-width: 768px) {
  a.hover-all.only-on-mobile {
    display: none !important;
  }
}
@media (min-width: 768px) {
  a.hover-all {
    cursor: pointer;
    display: initial !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
  }
}
.scrollable-menu {
  background: #000000;
  height: 60px;
  overflow-x: auto;
  padding: 10px 0 10px 40px;
  margin: 0;
  /* Landscape */
}
@media (max-width: 768px) {
  .scrollable-menu {
    top: 146px;
  }
}
html.ipad.portrait .scrollable-menu {
  top: 146px;
}
html.legacy-ipad .scrollable-menu {
  top: 146px;
}
@media (min-width: 768px) {
  html:not(.ipad) .scrollable-menu {
    top: 131px;
  }
}
html.ipad.landscape .scrollable-menu {
  top: 131px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .scrollable-menu {
    top: 131px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .scrollable-menu {
    top: 131px;
  }
}
.scrollable-menu ul {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: row;
      flex-direction: row;
  padding: 0;
  margin: 0;
  -ms-flex-pack: justify;
      justify-content: space-between;
  list-style: none;
  max-width: unset !important;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .scrollable-menu ul {
    width: 230vw !important;
  }
}
html.ipad.portrait .scrollable-menu ul {
  width: 230vw !important;
}
html.legacy-ipad .scrollable-menu ul {
  width: 230vw !important;
}
html.ipad .scrollable-menu ul {
  width: 200vw !important;
}
html.ipad.portrait .scrollable-menu ul {
  width: 180vw;
}
.scrollable-menu ul li {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  color: #ffffff;
  display: inline-block;
  padding: 0;
  position: relative;
  margin: 0 0 0 0 !important;
  line-height: 40px;
  z-index: 1;
}
.scrollable-menu ul li a {
  color: #ffffff;
  text-transform: uppercase;
}
.tnc-products-widget-section h1,
.tnc-products-widget-section h4 {
  text-align: center;
  color: #000000;
}
.tnc-products-widget-section h1 {
  font-size: 24px;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  margin: 0;
  margin-bottom: 30px;
  font-weight: 200;
}
.tnc-products-widget-section h4 {
  font-size: 11px;
  margin-top: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-transform: uppercase;
  font-weight: 100;
}
.tnc-products-widget-section > .cta {
  position: relative;
  width: 260px;
  margin: 0 auto;
  margin-top: 6vh;
}
.tnc-products-widget-section > .cta a {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 13px 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;
}
.tnc-products-widget-section > .cta a:hover {
  color: #000000;
  background-color: #ffffff;
}
.tnc-products-widget-section .products-row:nth-of-type(2) {
  margin-top: 50px;
}
.tnc-products-widget-section .products-row .product .product-img > div.cta {
  margin: 0 !important;
}
.tnc-products-widget-section #products-row .product .product-data-pricing .price-box > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
.tnc-products-widget-section #products-row .product .product-data-pricing .price-box > div .price-label strong,
.tnc-products-widget-section #products-row .product .product-data-pricing .price-box > div .price-label span {
  display: inline;
}
.tnc-products-widget-section #products-row .product .product-data-pricing .price-box > div .price-label span {
  margin-left: 3px;
  margin-right: 3px;
}
.cta-styles-black {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
  -moz-appearance: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -webkit-appearance: none;
}
.cta-styles-black:hover {
  color: #000000;
  background-color: #ffffff;
}
.cta-styles-white {
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
  -moz-appearance: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -webkit-appearance: none;
}
.cta-styles-white:hover {
  color: #ffffff;
  background-color: #000000;
}
@media (max-width: 768px) {
  .invert-positions {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .invert-positions > div:first-of-type {
    -ms-flex-order: 2;
        order: 2;
  }
  .invert-positions > div:last-of-type {
    -ms-flex-order: 1;
        order: 1;
  }
}
html.ipad.portrait  .invert-positions {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column;
      flex-direction: column;
}
html.ipad.portrait  .invert-positions > div:first-of-type {
  -ms-flex-order: 2;
      order: 2;
}
html.ipad.portrait  .invert-positions > div:last-of-type {
  -ms-flex-order: 1;
      order: 1;
}
html.legacy-ipad  .invert-positions {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column;
      flex-direction: column;
}
html.legacy-ipad  .invert-positions > div:first-of-type {
  -ms-flex-order: 2;
      order: 2;
}
html.legacy-ipad  .invert-positions > div:last-of-type {
  -ms-flex-order: 1;
      order: 1;
}
html.ipad.portrait  .invert-positions {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column;
      flex-direction: column;
}
html.ipad.portrait  .invert-positions > div:first-of-type {
  -ms-flex-order: 2;
      order: 2;
}
html.ipad.portrait  .invert-positions > div:last-of-type {
  -ms-flex-order: 1;
      order: 1;
}
@media (max-width: 768px) {
  .padding-top-mobile-50 {
    padding-top: 50px !important;
  }
}
html.ipad.portrait .padding-top-mobile-50 {
  padding-top: 50px !important;
}
html.legacy-ipad .padding-top-mobile-50 {
  padding-top: 50px !important;
}
@media (max-width: 768px) {
  .margin-top-mobile-50 {
    margin-top: 50px !important;
  }
}
html.ipad.portrait .margin-top-mobile-50 {
  margin-top: 50px !important;
}
html.legacy-ipad .margin-top-mobile-50 {
  margin-top: 50px !important;
}
@media (max-width: 768px) {
  .margin-bottom-mobile-50 {
    margin-bottom: 50px !important;
  }
}
html.ipad.portrait .margin-bottom-mobile-50 {
  margin-bottom: 50px !important;
}
html.legacy-ipad .margin-bottom-mobile-50 {
  margin-bottom: 50px !important;
}
@media (max-width: 768px) {
  .padding-bottom-mobile-50 {
    padding-bottom: 50px !important;
  }
}
html.ipad.portrait .padding-bottom-mobile-50 {
  padding-bottom: 50px !important;
}
html.legacy-ipad .padding-bottom-mobile-50 {
  padding-bottom: 50px !important;
}
@media (max-width: 768px) {
  .padding-bottom-mobile-0 {
    padding-bottom: 0 !important;
  }
}
html.ipad.portrait .padding-bottom-mobile-0 {
  padding-bottom: 0 !important;
}
html.legacy-ipad .padding-bottom-mobile-0 {
  padding-bottom: 0 !important;
}
@-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;
}
@media (min-width: 768px) {
  body.pdp-surfaces .page-wrapper.e2e-page-container #maincontent .product-info-wrap .product.media {
    width: 51% !important;
  }
}
@media (min-width: 768px) {
  body.pdp-surfaces .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap {
    width: 49% !important;
  }
}
@media (min-width: 768px) {
  body.pdp-surfaces .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper {
    width: 100%;
    max-width: 450px;
    padding: 0 !important;
  }
}
body.pdp-surfaces .modal-slide.modal-tile {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: 3s translate ease-in-out;
  left: 100% !important;
  width: 100%;
  z-index: 903;
}
body.pdp-surfaces .modal-slide.modal-tile._show {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
body.pdp-surfaces .modal-slide.modal-tile .modal-inner-wrap {
  width: 100%;
  height: 72%;
  float: right;
  background: #ffffff;
  position: relative;
  margin: 0;
  max-height: inherit;
  max-width: 100%;
  /* Landscape */
}
@media (max-width: 768px) {
  body.pdp-surfaces .modal-slide.modal-tile .modal-inner-wrap {
    -webkit-transform: translateY(40%);
            transform: translateY(40%);
  }
}
html.ipad.portrait body.pdp-surfaces .modal-slide.modal-tile .modal-inner-wrap {
  -webkit-transform: translateY(40%);
          transform: translateY(40%);
}
html.legacy-ipad body.pdp-surfaces .modal-slide.modal-tile .modal-inner-wrap {
  -webkit-transform: translateY(40%);
          transform: translateY(40%);
}
@media screen and (orientation: landscape) and (max-width: 992px) {
  html:not(.ipad) body.pdp-surfaces .modal-slide.modal-tile .modal-inner-wrap {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    height: 100%;
  }
}
@media (min-width: 768px) {
  html:not(.ipad) body.pdp-surfaces .modal-slide.modal-tile .modal-inner-wrap {
    width: 850px;
    height: 100%;
  }
}
html.ipad.landscape body.pdp-surfaces .modal-slide.modal-tile .modal-inner-wrap {
  width: 850px;
  height: 100%;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-surfaces .modal-slide.modal-tile .modal-inner-wrap {
    width: 850px;
    height: 100%;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-surfaces .modal-slide.modal-tile .modal-inner-wrap {
    width: 850px;
    height: 100%;
  }
}
body.pdp-surfaces .modal-slide.modal-tile .modal-inner-wrap .modal-header {
  padding: 0;
  margin: 0;
  border: 0;
  background: #000000;
  line-height: 35px;
  width: 100%;
  height: 35px;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.pdp-surfaces .modal-slide.modal-tile .modal-inner-wrap .modal-header {
    line-height: 80px;
    width: 100%;
    height: 80px;
  }
}
html.ipad.landscape body.pdp-surfaces .modal-slide.modal-tile .modal-inner-wrap .modal-header {
  line-height: 80px;
  width: 100%;
  height: 80px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-surfaces .modal-slide.modal-tile .modal-inner-wrap .modal-header {
    line-height: 80px;
    width: 100%;
    height: 80px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-surfaces .modal-slide.modal-tile .modal-inner-wrap .modal-header {
    line-height: 80px;
    width: 100%;
    height: 80px;
  }
}
@media screen and (orientation: landscape) and (max-width: 992px) {
  html:not(.ipad) body.pdp-surfaces .modal-slide.modal-tile .modal-inner-wrap .modal-header {
    line-height: 35px;
    width: 100%;
    height: 35px;
  }
}
@media (max-width: 992px) {
  html:not(.ipad) body.pdp-surfaces .modal-slide.modal-tile .modal-inner-wrap .modal-header {
    line-height: 35px;
    width: 100%;
    height: 35px;
  }
}
body.pdp-surfaces .modal-slide.modal-tile .modal-inner-wrap .modal-header .back-btn {
  background: url(../images/icons/tile-modal-back.png) center center no-repeat;
  width: 37px;
  height: 37px;
  margin: 0 0 0 4px;
  cursor: pointer;
  display: block;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.pdp-surfaces .modal-slide.modal-tile .modal-inner-wrap .modal-header .back-btn {
    width: 80px;
    height: 80px;
    margin: 0 0 0 15px;
  }
}
html.ipad.landscape body.pdp-surfaces .modal-slide.modal-tile .modal-inner-wrap .modal-header .back-btn {
  width: 80px;
  height: 80px;
  margin: 0 0 0 15px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-surfaces .modal-slide.modal-tile .modal-inner-wrap .modal-header .back-btn {
    width: 80px;
    height: 80px;
    margin: 0 0 0 15px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-surfaces .modal-slide.modal-tile .modal-inner-wrap .modal-header .back-btn {
    width: 80px;
    height: 80px;
    margin: 0 0 0 15px;
  }
}
html.ipad.portrait body.pdp-surfaces .modal-slide.modal-tile .modal-inner-wrap .modal-header .back-btn {
  display: block;
  width: 37px;
  height: 37px;
  margin: 0 0 0 4px;
}
@media (max-width: 992px) {
  html:not(.ipad) body.pdp-surfaces .modal-slide.modal-tile .modal-inner-wrap .modal-header .back-btn {
    display: block;
    width: 37px;
    height: 37px;
    margin: 0 0 0 4px;
  }
}
body.pdp-surfaces .modal-slide.modal-tile .modal-inner-wrap .modal-header .tile-modal-title {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 37px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0;
  margin-left: 10px;
  display: block;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.pdp-surfaces .modal-slide.modal-tile .modal-inner-wrap .modal-header .tile-modal-title {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 80px;
    color: #ffffff;
  }
}
html.ipad.landscape body.pdp-surfaces .modal-slide.modal-tile .modal-inner-wrap .modal-header .tile-modal-title {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 80px;
  color: #ffffff;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-surfaces .modal-slide.modal-tile .modal-inner-wrap .modal-header .tile-modal-title {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 80px;
    color: #ffffff;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-surfaces .modal-slide.modal-tile .modal-inner-wrap .modal-header .tile-modal-title {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 80px;
    color: #ffffff;
  }
}
html.ipad.portrait body.pdp-surfaces .modal-slide.modal-tile .modal-inner-wrap .modal-header .tile-modal-title {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 37px;
  color: #ffffff;
}
@media (max-width: 992px) {
  html:not(.ipad) body.pdp-surfaces .modal-slide.modal-tile .modal-inner-wrap .modal-header .tile-modal-title {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 37px;
    color: #ffffff;
  }
}
body.pdp-surfaces .modal-slide.modal-tile .modal-inner-wrap .modal-header .action-close {
  opacity: 1;
  padding: 0;
  text-align: center;
  height: 35px;
  width: 15px;
  margin-right: 15px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.pdp-surfaces .modal-slide.modal-tile .modal-inner-wrap .modal-header .action-close {
    height: 80px;
    width: 80px;
    margin-right: 15px;
  }
}
html.ipad.landscape body.pdp-surfaces .modal-slide.modal-tile .modal-inner-wrap .modal-header .action-close {
  height: 80px;
  width: 80px;
  margin-right: 15px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-surfaces .modal-slide.modal-tile .modal-inner-wrap .modal-header .action-close {
    height: 80px;
    width: 80px;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-surfaces .modal-slide.modal-tile .modal-inner-wrap .modal-header .action-close {
    height: 80px;
    width: 80px;
    margin-right: 15px;
  }
}
@media screen and (orientation: landscape) and (max-width: 992px) {
  html:not(.ipad) body.pdp-surfaces .modal-slide.modal-tile .modal-inner-wrap .modal-header .action-close {
    height: 35px;
    width: 15px;
    margin-right: 15px;
  }
}
body.pdp-surfaces .modal-slide.modal-tile .modal-inner-wrap .modal-header .action-close:before {
  content: '';
  background: url('../images/icons/tile-modal-close.png') center center no-repeat;
  width: 14px;
  height: 14px;
  margin-top: 10px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.pdp-surfaces .modal-slide.modal-tile .modal-inner-wrap .modal-header .action-close:before {
    width: 16px;
    height: 16px;
    margin-top: 30px;
  }
}
html.ipad.landscape body.pdp-surfaces .modal-slide.modal-tile .modal-inner-wrap .modal-header .action-close:before {
  width: 16px;
  height: 16px;
  margin-top: 30px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-surfaces .modal-slide.modal-tile .modal-inner-wrap .modal-header .action-close:before {
    width: 16px;
    height: 16px;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-surfaces .modal-slide.modal-tile .modal-inner-wrap .modal-header .action-close:before {
    width: 16px;
    height: 16px;
    margin-top: 30px;
  }
}
@media screen and (orientation: landscape) and (max-width: 992px) {
  html:not(.ipad) body.pdp-surfaces .modal-slide.modal-tile .modal-inner-wrap .modal-header .action-close:before {
    width: 14px;
    height: 14px;
    margin-top: 10px;
  }
}
body.pdp-surfaces .modal-slide.modal-tile .modal-inner-wrap .modal-content {
  padding: 20px 0 0 0;
  height: 100%;
  position: relative;
  overflow: hidden;
  /*.isDesktopOrLandscape({
                    padding: 80px 0 0 0;
                    height: ~"calc(100% - 80px)";
                });

                .isLandscapeNotIpad({
                    padding: 20px 0 0 0;
                    height: 100%;
                });*/
}
body.pdp-surfaces .modal-slide.modal-tile .modal-inner-wrap .modal-content .tile-modal-tab-content {
  overflow: auto;
}
body.pdp-surfaces .modal-slide.modal-tile .modal-inner-wrap .modal-content .tile-modal-title {
  display: none;
}
body.pdp-surfaces .modal-slide.modal-tile .modal-inner-wrap .modal-content .tile-modal-subtitle {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 18px;
  font-weight: 325;
  line-height: 21px;
  color: #000000;
  padding: 0 0 0 30px;
  margin-bottom: 10px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.pdp-surfaces .modal-slide.modal-tile .modal-inner-wrap .modal-content .tile-modal-subtitle {
    padding: 0 0 0 125px;
    margin-bottom: 50px;
  }
}
html.ipad.landscape body.pdp-surfaces .modal-slide.modal-tile .modal-inner-wrap .modal-content .tile-modal-subtitle {
  padding: 0 0 0 125px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-surfaces .modal-slide.modal-tile .modal-inner-wrap .modal-content .tile-modal-subtitle {
    padding: 0 0 0 125px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-surfaces .modal-slide.modal-tile .modal-inner-wrap .modal-content .tile-modal-subtitle {
    padding: 0 0 0 125px;
    margin-bottom: 50px;
  }
}
@media screen and (orientation: landscape) and (max-width: 992px) {
  html:not(.ipad) body.pdp-surfaces .modal-slide.modal-tile .modal-inner-wrap .modal-content .tile-modal-subtitle {
    margin-bottom: 20px;
  }
}
body.pdp-surfaces .modal-swatch-selector-wrapper .modal-content .swatch-modal-choose-btn {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 41px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  background: #000000;
  cursor: pointer;
  width: 385px;
  height: 41px;
  margin: 0 auto 0;
  position: absolute;
  bottom: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.pdp-surfaces .modal-swatch-selector-wrapper .modal-content .swatch-modal-choose-btn {
    bottom: 45px;
  }
}
html.ipad.landscape body.pdp-surfaces .modal-swatch-selector-wrapper .modal-content .swatch-modal-choose-btn {
  bottom: 45px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-surfaces .modal-swatch-selector-wrapper .modal-content .swatch-modal-choose-btn {
    bottom: 45px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-surfaces .modal-swatch-selector-wrapper .modal-content .swatch-modal-choose-btn {
    bottom: 45px;
  }
}
@media screen and (orientation: landscape) and (max-width: 992px) {
  html:not(.ipad) body.pdp-surfaces .modal-swatch-selector-wrapper .modal-content .swatch-modal-choose-btn {
    bottom: 16px;
  }
}
body.pdp-surfaces .modal-swatch-selector-wrapper .modal-content .swatch-options-scroll {
  overflow-y: scroll;
  height: calc(100% - 120px);
}
@media (min-width: 768px) {
  html:not(.ipad) body.pdp-surfaces .modal-swatch-selector-wrapper .modal-content .swatch-options-scroll {
    height: calc(100% - 180px);
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-surfaces .modal-swatch-selector-wrapper .modal-content .swatch-options-scroll {
    height: calc(100% - 180px);
  }
}
body.pdp-surfaces .modal-swatch-selector-wrapper .modal-content .swatch-options-scroll ul.swatch-options {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 20px 0 30px;
}
@media (min-width: 768px) {
  html:not(.ipad) body.pdp-surfaces .modal-swatch-selector-wrapper .modal-content .swatch-options-scroll ul.swatch-options {
    padding: 0 70px 0 95px;
    overflow-y: hidden;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-surfaces .modal-swatch-selector-wrapper .modal-content .swatch-options-scroll ul.swatch-options {
    padding: 0 70px 0 95px;
    overflow-y: hidden;
  }
}
@media screen and (orientation: landscape) and (max-width: 992px) {
  html:not(.ipad) body.pdp-surfaces .modal-swatch-selector-wrapper .modal-content .swatch-options-scroll ul.swatch-options {
    overflow-y: scroll;
  }
}
body.pdp-surfaces .modal-swatch-selector-wrapper .modal-content .swatch-options-scroll ul.swatch-options li {
  width: 100px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border: 1px solid #ffffff;
  text-align: center;
  border-radius: 8px;
  padding: 13px 7px 7px;
  cursor: pointer;
  margin: 0 3px;
}
@media screen and (orientation: landscape) and (max-width: 992px) {
  html:not(.ipad) body.pdp-surfaces .modal-swatch-selector-wrapper .modal-content .swatch-options-scroll ul.swatch-options li {
    width: 100px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 13px 7px 7px;
  }
}
@media (min-width: 768px) {
  html:not(.ipad) body.pdp-surfaces .modal-swatch-selector-wrapper .modal-content .swatch-options-scroll ul.swatch-options li {
    width: 165px;
    padding: 25px 0;
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-surfaces .modal-swatch-selector-wrapper .modal-content .swatch-options-scroll ul.swatch-options li {
    width: 165px;
    padding: 25px 0;
    margin: 0;
  }
}
html.ipad body.pdp-surfaces .modal-swatch-selector-wrapper .modal-content .swatch-options-scroll ul.swatch-options li {
  width: 165px;
  padding: 25px 0;
  margin: 0;
}
body.pdp-surfaces .modal-swatch-selector-wrapper .modal-content .swatch-options-scroll ul.swatch-options li img {
  width: 60px;
  height: 60px;
  border-radius: 90px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  html:not(.ipad) body.pdp-surfaces .modal-swatch-selector-wrapper .modal-content .swatch-options-scroll ul.swatch-options li img {
    width: 100px;
    height: 100px;
    margin-bottom: 33px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-surfaces .modal-swatch-selector-wrapper .modal-content .swatch-options-scroll ul.swatch-options li img {
    width: 100px;
    height: 100px;
    margin-bottom: 33px;
  }
}
@media screen and (orientation: landscape) and (max-width: 992px) {
  html:not(.ipad) body.pdp-surfaces .modal-swatch-selector-wrapper .modal-content .swatch-options-scroll ul.swatch-options li img {
    width: 60px;
    height: 60px;
    margin-bottom: 12px;
  }
}
html.ipad body.pdp-surfaces .modal-swatch-selector-wrapper .modal-content .swatch-options-scroll ul.swatch-options li img {
  width: 100px;
  height: 100px;
  margin-bottom: 33px;
}
body.pdp-surfaces .modal-swatch-selector-wrapper .modal-content .swatch-options-scroll ul.swatch-options li span {
  display: block;
  text-align: center;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #000000;
}
body.pdp-surfaces .modal-swatch-selector-wrapper .modal-content .swatch-options-scroll ul.swatch-options li.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
body.pdp-surfaces .modal-swatch-selector-wrapper .modal-content .swatch-options-scroll ul.swatch-options li.selected {
  border: 1px solid #e1e1e1;
}
body.pdp-surfaces .coordinating-products-btn-wrapper {
  margin-top: 16px;
  padding: 0;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.pdp-surfaces .coordinating-products-btn-wrapper {
    padding: 0 0;
  }
}
html.ipad.landscape body.pdp-surfaces .coordinating-products-btn-wrapper {
  padding: 0 0;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-surfaces .coordinating-products-btn-wrapper {
    padding: 0 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-surfaces .coordinating-products-btn-wrapper {
    padding: 0 0;
  }
}
html.ipad.portrait body.pdp-surfaces .coordinating-products-btn-wrapper {
  padding: 0 0;
}
body.pdp-surfaces .coordinating-products-btn-wrapper .btn {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 41px;
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  height: 41px;
  padding: 0;
  background: #333333;
  cursor: pointer;
  border: 0;
  border-radius: 0;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap .modal-content {
  padding: 0;
}
@media screen and (orientation: landscape) and (max-width: 992px) {
  html:not(.ipad) body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap .modal-content {
    padding: 0;
  }
}
html.ipad.landscape body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap .modal-content {
  padding: 0;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap .modal-content .tile-modal-subtitle {
  padding: 0 0 0 37px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap .modal-content .tile-modal-subtitle {
    padding: 0 0 0 112px;
  }
}
html.ipad.landscape body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap .modal-content .tile-modal-subtitle {
  padding: 0 0 0 112px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap .modal-content .tile-modal-subtitle {
    padding: 0 0 0 112px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap .modal-content .tile-modal-subtitle {
    padding: 0 0 0 112px;
  }
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap .modal-content .coordinating-products-modal-container {
  height: calc(100% - 40px);
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap .modal-content .coordinating-products-modal-container {
    height: inherit;
  }
}
html.ipad.landscape body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap .modal-content .coordinating-products-modal-container {
  height: inherit;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap .modal-content .coordinating-products-modal-container {
    height: inherit;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap .modal-content .coordinating-products-modal-container {
    height: inherit;
  }
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap .modal-content .tile-modal-tabs {
  border-bottom: 1px solid #e1e1e1;
  display: none;
}
@media (max-width: 768px) {
  body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap .modal-content .tile-modal-tabs {
    display: none !important;
  }
}
html.ipad.portrait body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap .modal-content .tile-modal-tabs {
  display: none !important;
}
html.legacy-ipad body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap .modal-content .tile-modal-tabs {
  display: none !important;
}
@media screen and (orientation: landscape) and (max-width: 992px) {
  html:not(.ipad) body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap .modal-content .tile-modal-tabs {
    display: none !important;
  }
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap .modal-content .tile-modal-tabs ul {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap .modal-content .tile-modal-tabs ul li {
  width: 25%;
  margin: 0;
  text-align: center;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap .modal-content .tile-modal-tabs ul li a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 14px;
  font-weight: 325;
  line-height: 20px;
  color: #A4A4A4;
  text-transform: uppercase;
  text-align: center;
  padding: 27px 0;
  width: 100%;
  display: block;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap .modal-content .tile-modal-tabs ul li a:hover,
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap .modal-content .tile-modal-tabs ul li a:active {
  color: #000000;
  text-decoration: none;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap .modal-content .tile-modal-tabs ul li.selected a {
  color: #000000;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap .modal-content .tile-modal-tab-content {
  margin-top: 30px;
  display: none;
  height: 100%;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap .modal-content .tile-modal-tab-content {
    margin-top: 80px;
    height: inherit;
  }
}
html.ipad.landscape body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap .modal-content .tile-modal-tab-content {
  margin-top: 80px;
  height: inherit;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap .modal-content .tile-modal-tab-content {
    margin-top: 80px;
    height: inherit;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap .modal-content .tile-modal-tab-content {
    margin-top: 80px;
    height: inherit;
  }
}
@media screen and (orientation: landscape) and (max-width: 992px) {
  html:not(.ipad) body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap .modal-content .tile-modal-tab-content {
    margin-top: 30px;
  }
}
html.ipad.portrait body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap .modal-content .tile-modal-tab-content {
  padding-left: 30px;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap .modal-content .tile-modal-tab-content.coordinating-products {
  display: block;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap .modal-content ul.products-list {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0;
  height: auto;
  overflow: hidden;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap .modal-content ul.products-list {
    padding: 0 30px 0 75px;
    margin: 0;
    overflow: hidden;
    max-height: inherit;
  }
}
html.ipad.landscape body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap .modal-content ul.products-list {
  padding: 0 30px 0 75px;
  margin: 0;
  overflow: hidden;
  max-height: inherit;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap .modal-content ul.products-list {
    padding: 0 30px 0 75px;
    margin: 0;
    overflow: hidden;
    max-height: inherit;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap .modal-content ul.products-list {
    padding: 0 30px 0 75px;
    margin: 0;
    overflow: hidden;
    max-height: inherit;
  }
}
@media screen and (orientation: landscape) and (max-width: 992px) {
  html:not(.ipad) body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap .modal-content ul.products-list {
    padding: 0;
    margin: 0;
  }
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap .modal-content ul.products-list li {
  width: calc(50% - 18px);
  border: 1px solid #ffffff;
  text-align: center;
  padding: 0;
  margin: 0 9px 9px 9px;
  cursor: pointer;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap .modal-content ul.products-list li {
    width: calc(25% - 19px);
  }
}
html.ipad.landscape body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap .modal-content ul.products-list li {
  width: calc(25% - 19px);
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap .modal-content ul.products-list li {
    width: calc(25% - 19px);
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap .modal-content ul.products-list li {
    width: calc(25% - 19px);
  }
}
html.ipad.portrait body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap .modal-content ul.products-list li {
  width: calc(25% - 19px);
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap .modal-content ul.products-list li a {
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  padding: 25px 0;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 12px;
  font-weight: 325;
  line-height: 14px;
  color: #000000;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap .modal-content ul.products-list li a img {
  width: 100px;
  height: 100px;
  border-radius: 90px;
  margin-top: 23px;
  padding: 7px;
  border: 1px solid #e1e1e1;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap .modal-content ul.products-list li a span {
  display: block;
  text-align: center;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap .modal-content ul.products-list li a:hover {
  text-decoration: none;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap .modal-content ul.products-list li:hover,
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap .modal-content ul.products-list li.selected {
  border: 1px solid #e1e1e1;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap .modal-content ul.products-list.secondary-products li {
  border-radius: 8px;
  width: calc(50% - 18px);
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap .modal-content ul.products-list.secondary-products li {
    width: 157px;
  }
}
html.ipad.landscape body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap .modal-content ul.products-list.secondary-products li {
  width: 157px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap .modal-content ul.products-list.secondary-products li {
    width: 157px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap .modal-content ul.products-list.secondary-products li {
    width: 157px;
  }
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap .modal-content ul.products-list.secondary-products li a img {
  border-radius: 0;
  width: 109px;
  height: auto !important;
  padding: 0;
  margin-top: 0;
  margin-bottom: 24px;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap .modal-content ul.products-list.secondary-products li a span {
  padding: 0 20px;
}
body.pdp-surfaces .e2e-page-container section.products-row.over-size {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.pdp-surfaces .e2e-page-container section.products-row.over-size {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
html.ipad.landscape body.pdp-surfaces .e2e-page-container section.products-row.over-size {
  -ms-flex-pack: center;
      justify-content: center;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-surfaces .e2e-page-container section.products-row.over-size {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-surfaces .e2e-page-container section.products-row.over-size {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
body:not(.color-modal-opened) .modals-overlay {
  z-index: 900 !important;
}
.ww-tooltip {
  background: #ededed;
  border: 1px solid #C4C4C4;
  padding: 16px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  color: #000000;
  display: none;
}
.ww-tooltip.mobile {
  display: block;
  margin-top: 8px;
}
@media (min-width: 768px) {
  html:not(.ipad) .ww-tooltip.mobile {
    display: none;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .ww-tooltip.mobile {
    display: none;
  }
}
@media (max-width: 768px) {
  .ww-tooltip.mobile {
    display: block !important;
  }
}
@media screen and (orientation: landscape) and (max-width: 992px) {
  html:not(.ipad) .ww-tooltip.mobile {
    display: block !important;
  }
}
html.ipad .ww-tooltip.mobile {
  display: block !important;
}
.ww-tooltip:not(.mobile):after,
.ww-tooltip:not(.mobile):before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.ww-tooltip:not(.mobile):after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ededed;
  border-width: 8px;
  right: 11px;
  margin-left: -8px;
}
.ww-tooltip:not(.mobile):before {
  border-color: rgba(113, 158, 206, 0);
  border-bottom-color: #C4C4C4;
  border-width: 9px;
  right: 10px;
  margin-left: -9px;
}
.ww-tooltip span {
  display: inline-block;
}
.ww-tooltip span.icon-info {
  margin-right: 12px;
  width: 16px;
  height: 16px;
  background: url('../images/icons/tile-info.png') center center no-repeat;
  background-size: contain;
  vertical-align: top;
}
.ww-tooltip span.text {
  width: calc(100% - 32px);
  margin-top: -2px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  color: #000000;
}
.not-visible {
  visibility: hidden;
  opacity: 0;
}
.icon-with-tooltip {
  position: relative;
}
.icon-with-tooltip .ww-tooltip {
  display: none;
}
.icon-with-tooltip:hover .ww-tooltip {
  display: block;
}
.icon-with-tooltip span.text {
  width: 100%;
  margin-top: 0;
}
.ui-tooltip .ui-tooltip-content {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  color: #000000;
  background: #ededed;
  padding: 10px;
  margin-top: -15px;
}
body.pdp-surfaces .e2e-page-container section#ymal-products-container.products-row .product .product-img .cta a span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
body.pdp-surfaces .e2e-page-container section#ymal-products-container.products-row .product .product-img .cta a:hover span,
body.pdp-surfaces .e2e-page-container section#ymal-products-container.products-row .product .product-img .cta a.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
body.pdp-surfaces .e2e-page-container section#ymal-products-container.products-row .product .product-img .cta a:hover {
  background: #000000 !important;
  color: #ffffff !important;
}
.surfaces-addtocart-calculator-container {
  border: 1px solid #F2F2F2;
  padding: 14px;
  margin-top: 14px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .surfaces-addtocart-calculator-container {
    padding: 24px;
  }
}
html.ipad.landscape .surfaces-addtocart-calculator-container {
  padding: 24px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .surfaces-addtocart-calculator-container {
    padding: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .surfaces-addtocart-calculator-container {
    padding: 24px;
  }
}
.surfaces-addtocart-calculator-container h3 {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 18px;
  font-weight: 325;
  line-height: 22px;
  color: #000000;
  padding: 0;
  margin: 0 0 25px 0;
}
.surfaces-addtocart-calculator-container ul {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.surfaces-addtocart-calculator-container ul li {
  width: 42%;
  margin-bottom: 24px;
  padding-left: 7px;
  position: relative;
}
.surfaces-addtocart-calculator-container ul li:nth-child(odd) {
  width: 58%;
  padding-right: 7px;
  padding-left: 0;
}
.surfaces-addtocart-calculator-container ul li label {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 3rem;
  color: #000000;
  padding: 0;
  margin: 0 0 4px 0;
  display: inline;
  position: relative;
}
.surfaces-addtocart-calculator-container ul li span.help {
  display: inline-block;
  background: url('../images/icons/tile-help.png') center center no-repeat;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.surfaces-addtocart-calculator-container ul li span.help.not-visible {
  display: none !important;
}
.surfaces-addtocart-calculator-container ul li input,
.surfaces-addtocart-calculator-container ul li select {
  border: 1px solid #EAEAEA;
  border-radius: 4px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 25px;
  color: #000000;
  padding: 0 10px;
  margin: 0;
  box-shadow: none;
  opacity: 1;
}
.surfaces-addtocart-calculator-container ul li:nth-child(3),
.surfaces-addtocart-calculator-container ul li:nth-child(4) {
  margin-bottom: 0;
}
.surfaces-addtocart-calculator-container ul li#zero_disclaimer {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
  padding: 0;
}
.surfaces-addtocart-calculator-container ul li#zero_disclaimer label {
  display: inline;
  height: inherit;
}
.surfaces-addtocart-calculator-container ul li#increments_label {
  width: 100%;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 25px;
  color: #000000;
  margin-top: 24px;
  margin-bottom: 0;
  padding: 0;
}
.surfaces-addtocart-calculator-container ul li#increments_label:before {
  content: '.';
  display: inline-block;
  margin-right: 10px;
  margin-top: -8px;
  font-size: 25px;
  vertical-align: top;
  line-height: 25px;
}
.product-info-main .product-coordinating-products-wrapper {
  display: none;
}
body.pdp-surfaces:not(.pdp-coordinating) .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap .modal-content .tile-modal-tabs label {
  display: none !important;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap {
    height: 92%;
    -webkit-transform: translateY(9%);
            transform: translateY(9%);
  }
}
html.ipad.portrait body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap {
  height: 92%;
  -webkit-transform: translateY(9%);
          transform: translateY(9%);
}
html.legacy-ipad body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap {
  height: 92%;
  -webkit-transform: translateY(9%);
          transform: translateY(9%);
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap.loading {
  position: relative;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap.loading:before {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.8) url('../images/loading.gif') center center no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  text-align: center;
  content: '';
}
html.ipad.portrait body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .coordinating-products-modal-container {
  overflow: auto;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .products-scrollable.active {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .products-scrollable.active {
    overflow: auto;
    height: 100%;
  }
}
html.ipad.landscape body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .products-scrollable.active {
  overflow: auto;
  height: 100%;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .products-scrollable.active {
    overflow: auto;
    height: 100%;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .products-scrollable.active {
    overflow: auto;
    height: 100%;
  }
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp {
  display: block;
  margin-top: 0;
}
html.ipad.portrait body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp {
  padding-left: 0;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product {
  padding: 18px 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product {
    padding: 0 64px 0 64px;
    display: table;
  }
}
html.ipad.landscape body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product {
  padding: 0 64px 0 64px;
  display: table;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product {
    padding: 0 64px 0 64px;
    display: table;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product {
    padding: 0 64px 0 64px;
    display: table;
  }
}
html.ipad.portrait body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product {
  padding: 40px 24px 30px;
  display: table;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-img {
  max-width: 137px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-img {
    width: 300px;
    max-width: 300px;
    display: table-cell;
    vertical-align: top;
  }
}
html.ipad.landscape body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-img {
  width: 300px;
  max-width: 300px;
  display: table-cell;
  vertical-align: top;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-img {
    width: 300px;
    max-width: 300px;
    display: table-cell;
    vertical-align: top;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-img {
    width: 300px;
    max-width: 300px;
    display: table-cell;
    vertical-align: top;
  }
}
html.ipad.portrait body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-img {
  width: 300px;
  max-width: 300px;
  display: table-cell;
  vertical-align: top;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-img .product-image-container {
  position: relative;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-img .product-image-container .add-to-wishlist {
  margin: 0 12px;
  position: absolute;
  bottom: 15px;
  width: calc(100% - 24px);
  display: none;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-img .product-image-container .add-to-wishlist {
    display: block;
  }
}
html.ipad.landscape body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-img .product-image-container .add-to-wishlist {
  display: block;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-img .product-image-container .add-to-wishlist {
    display: block;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-img .product-image-container .add-to-wishlist {
    display: block;
  }
}
html.ipad.portrait body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-img .product-image-container .add-to-wishlist {
  display: block;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-img .product-image-container .add-to-wishlist select {
  height: 41px;
  border: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-img .product-image-container .add-to-wishlist .actions-btn.towishlist {
  display: block;
  height: 41px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 41px;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #000000;
  text-align: center;
  text-decoration: none !important;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-img .product-image-container .add-to-wishlist .actions-btn.towishlist span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-img .product-image-container .add-to-wishlist .actions-btn.towishlist:hover span,
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-img .product-image-container .add-to-wishlist .actions-btn.towishlist.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-img .btn-view-more-details {
  border: 1px solid #A4A4A4;
  width: 100%;
  height: 41px;
  margin-top: 8px;
  text-align: center;
  display: none;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-img .btn-view-more-details {
    display: block;
  }
}
html.ipad.landscape body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-img .btn-view-more-details {
  display: block;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-img .btn-view-more-details {
    display: block;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-img .btn-view-more-details {
    display: block;
  }
}
html.ipad.portrait body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-img .btn-view-more-details {
  display: block;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-img .btn-view-more-details a {
  display: block;
  width: 100%;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 41px;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-img .btn-view-more-details a span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-img .btn-view-more-details a:hover span,
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-img .btn-view-more-details a.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data {
  width: calc(100% - 153px);
  padding: 0 0 0 16px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data {
    width: calc(100% - 45px);
    padding: 0 0 0 45px;
  }
}
html.ipad.landscape body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data {
  width: calc(100% - 45px);
  padding: 0 0 0 45px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data {
    width: calc(100% - 45px);
    padding: 0 0 0 45px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data {
    width: calc(100% - 45px);
    padding: 0 0 0 45px;
  }
}
html.ipad.portrait body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data {
  width: calc(100% - 45px);
  padding: 0 0 0 45px;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data.product-data-bottom {
  width: 100%;
  padding: 0;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data.product-data-bottom {
    width: calc(100% - 45px);
    padding: 0 0 0 45px;
  }
}
html.ipad.landscape body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data.product-data-bottom {
  width: calc(100% - 45px);
  padding: 0 0 0 45px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data.product-data-bottom {
    width: calc(100% - 45px);
    padding: 0 0 0 45px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data.product-data-bottom {
    width: calc(100% - 45px);
    padding: 0 0 0 45px;
  }
}
html.ipad.portrait body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data.product-data-bottom {
  width: calc(100% - 45px);
  padding: 0 0 0 45px;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data .product-info-wrap {
  height: 100%;
  margin: 0 !important;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data .product-info-wrap .sticky-scroll-wrap {
  width: 100% !important;
  height: 100% !important;
  margin: 0;
}
html.ipad.portrait body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data .product-info-wrap .sticky-scroll-wrap {
  padding: 0;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data .product-info-wrap .sticky-scroll-wrap .product-info-main {
  float: initial !important;
  height: 100%;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data .product-info-wrap .sticky-scroll-wrap .product-info-main .product-data-name {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 26px;
  color: #000000;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data .product-info-wrap .sticky-scroll-wrap .product-info-main .product-data-name {
    font-size: 36px;
  }
}
html.ipad.landscape body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data .product-info-wrap .sticky-scroll-wrap .product-info-main .product-data-name {
  font-size: 36px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data .product-info-wrap .sticky-scroll-wrap .product-info-main .product-data-name {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data .product-info-wrap .sticky-scroll-wrap .product-info-main .product-data-name {
    font-size: 36px;
  }
}
html.ipad.portrait body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data .product-info-wrap .sticky-scroll-wrap .product-info-main .product-data-name {
  font-size: 36px;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data .product-info-wrap .sticky-scroll-wrap .product-info-main .product-data-desc {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 21px;
  color: #707070;
  margin: 10px 0 15px 0;
  padding: 0;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data .product-info-wrap .sticky-scroll-wrap .product-info-main .product-data-desc {
    font-size: 14px;
  }
}
html.ipad.landscape body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data .product-info-wrap .sticky-scroll-wrap .product-info-main .product-data-desc {
  font-size: 14px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data .product-info-wrap .sticky-scroll-wrap .product-info-main .product-data-desc {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data .product-info-wrap .sticky-scroll-wrap .product-info-main .product-data-desc {
    font-size: 14px;
  }
}
html.ipad.portrait body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data .product-info-wrap .sticky-scroll-wrap .product-info-main .product-data-desc {
  font-size: 14px;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data .product-info-wrap .sticky-scroll-wrap .product-info-main .product-info-container {
  position: absolute;
  bottom: 0;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data .product-info-wrap .sticky-scroll-wrap .product-info-main .product-info-container {
    position: initial;
  }
}
html.ipad.landscape body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data .product-info-wrap .sticky-scroll-wrap .product-info-main .product-info-container {
  position: initial;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data .product-info-wrap .sticky-scroll-wrap .product-info-main .product-info-container {
    position: initial;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data .product-info-wrap .sticky-scroll-wrap .product-info-main .product-info-container {
    position: initial;
  }
}
html.ipad.portrait body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data .product-info-wrap .sticky-scroll-wrap .product-info-main .product-info-container {
  position: initial;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data .product-info-wrap .sticky-scroll-wrap .product-info-main .product-info-container .product-info-price .price-box {
  padding: 0;
  display: block;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data .product-info-wrap .sticky-scroll-wrap .product-info-main .product-info-container .product-info-price .price-box .from-pricing {
  display: block;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data .product-info-wrap .sticky-scroll-wrap .product-info-main .product-info-container .product-info-price .price-box .from-pricing .price-label,
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data .product-info-wrap .sticky-scroll-wrap .product-info-main .product-info-container .product-info-price .price-box .from-pricing .price-label strong {
  display: inline;
  text-transform: uppercase;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #BCBCBC;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data .product-info-wrap .sticky-scroll-wrap .product-info-main .product-info-container .product-info-price .price-box .from-pricing .unit-text {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #BCBCBC;
  text-transform: initial;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data .product-info-wrap .sticky-scroll-wrap .product-info-main .product-info-container .product-info-price .price-box .from-pricing .price {
  font-size: 16px !important;
  font-weight: 300;
}
@media (max-width: 768px) {
  body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data .product-info-wrap .sticky-scroll-wrap .product-info-main .product-info-container .product-info-price .price-box .from-pricing.has-discount .price-container:before {
    display: block;
  }
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data .product-info-wrap .sticky-scroll-wrap .product-info-main .product-info-container .product-info-price .price-box .from-pricing.has-discount .price-container .price-wrapper .price {
  text-decoration: line-through;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data .product-info-wrap .sticky-scroll-wrap .product-info-main .product-info-container .product-info-price .price-box .from-pricing.has-discount .discount-price .price-container:before {
  content: '';
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data .product-info-wrap .sticky-scroll-wrap .product-info-main .product-info-container .product-info-price .price-box .from-pricing.has-discount .discount-price .price-container .price-wrapper .price {
  color: #5b616b !important;
  text-decoration: none !important;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data .product-info-wrap .sticky-scroll-wrap .product-info-main .product-info-container .product-info-availability {
  margin-top: 5px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 20px;
  color: #333333;
  text-transform: uppercase;
  width: calc(100% - 140px);
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data .product-info-wrap .sticky-scroll-wrap .product-info-main .product-info-container .product-info-availability .stock.available {
  margin-bottom: 0;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data .product-info-wrap .sticky-scroll-wrap .product-info-main .product-info-container .product-info-availability a.contact-product-expert-wrapper {
  color: #333333;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data .product-info-wrap .sticky-scroll-wrap .product-info-main .product-info-sku {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
  color: #333333;
  text-transform: uppercase;
  border-top: 1px solid #F2F2F2;
  padding-top: 15px;
  margin-top: 20px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data .product-info-wrap .sticky-scroll-wrap .product-info-main .product-info-sku {
    margin-top: 0;
  }
}
html.ipad.landscape body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data .product-info-wrap .sticky-scroll-wrap .product-info-main .product-info-sku {
  margin-top: 0;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data .product-info-wrap .sticky-scroll-wrap .product-info-main .product-info-sku {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data .product-info-wrap .sticky-scroll-wrap .product-info-main .product-info-sku {
    margin-top: 0;
  }
}
html.ipad.portrait body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data .product-info-wrap .sticky-scroll-wrap .product-info-main .product-info-sku {
  margin-top: 0;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data .product-info-wrap .sticky-scroll-wrap .product-info-main .product-info-sku .attribute.sku-2 {
  margin-left: 50px;
  display: inline-block;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data .product-info-wrap .sticky-scroll-wrap .product-info-main .product-info-sku .attribute.sku-2 strong {
  font-weight: 400;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data .product-info-wrap .sticky-scroll-wrap .product-info-main .product-info-sku .attribute.sku-2 .value {
  display: inline;
  margin-left: 5px;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data .product-info-wrap .sticky-scroll-wrap .product-info-main .view-trade-price {
  margin-top: 5px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
  color: #333333;
  text-transform: uppercase;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data .product-info-wrap .sticky-scroll-wrap .product-info-main .view-trade-price a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 20px;
  color: #333333;
  text-transform: uppercase;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form {
  border-top: 1px solid #F2F2F2;
  margin-top: 15px;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form .product-item-actions {
  display: block !important;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form .product-item-actions .actions-primary {
  width: 100%;
  display: block;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form .product-item-actions .actions-primary .product-addcart-wrap {
  background: 0;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form .product-item-actions .actions-primary .product-addcart-wrap .box-tocart {
  display: block;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form .product-item-actions .actions-primary .product-addcart-wrap .box-tocart .fieldset {
  margin: 0;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form .product-item-actions .actions-primary .product-addcart-wrap .box-tocart .fieldset .actions {
  display: block;
  padding: 0;
  margin: 0;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form .product-item-actions .actions-primary .product-addcart-wrap .box-tocart .fieldset .actions .action.tocart {
  display: none;
  width: 100%;
  height: 41px;
  padding: 0;
  margin: 0;
  background: #000000;
  border: 0;
  border-radius: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 41px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form .product-options-wrapper {
  margin: 0;
  padding: 0;
  border: 0;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form .product-options-wrapper .field.configurable.required .dynamic-select .current-option-wrap {
  padding: 16px 10px 16px;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form .product-options-wrapper .field.configurable.required .dynamic-select .current-option-wrap i {
  top: 13px;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .modal-inner-wrap div.modal-content .tile-modal-tab-content.mini-pdp .product .product-item-details.product-data .product-info-wrap .sticky-scroll-wrap .product-info-main .product-add-form .product-options-wrapper .field.configurable.required .dynamic-select ul.dynamic-dropdown {
  padding-left: 0;
  margin-left: -1px;
  top: 38px !important;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .calculator-disclaimer {
  margin: 20px 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #000000;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .calculator-disclaimer input {
  display: inline;
  margin-right: 5px;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .calculator-disclaimer label {
  display: inline;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #000000;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .btn-view-more-details.mobile-only {
  border: 1px solid #A4A4A4;
  height: 41px;
  margin: 16px 12px 12px 12px;
  text-align: center;
  display: block;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .btn-view-more-details.mobile-only {
    display: none;
  }
}
html.ipad.landscape body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .btn-view-more-details.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) {
  body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .btn-view-more-details.mobile-only {
    display: none;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .btn-view-more-details.mobile-only {
    display: none;
  }
}
html.ipad.portrait body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .btn-view-more-details.mobile-only {
  margin: 16px 0 12px 0;
  display: none;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .btn-view-more-details.mobile-only a {
  display: block;
  width: 100%;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 41px;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .btn-view-more-details.mobile-only a span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .btn-view-more-details.mobile-only a:hover span,
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .btn-view-more-details.mobile-only a.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .add-to-wishlist.mobile-only {
  margin: 0 12px;
  display: block;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .add-to-wishlist.mobile-only {
    display: none;
  }
}
html.ipad.landscape body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .add-to-wishlist.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) {
  body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .add-to-wishlist.mobile-only {
    display: none;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .add-to-wishlist.mobile-only {
    display: none;
  }
}
html.ipad.portrait body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .add-to-wishlist.mobile-only {
  margin: 0;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .add-to-wishlist.mobile-only select {
  height: 41px;
  border: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #333333;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .add-to-wishlist.mobile-only .actions-btn.towishlist {
  display: block;
  height: 41px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 41px;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #333333;
  text-align: center;
  text-decoration: none !important;
  padding: 0;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .add-to-wishlist.mobile-only .actions-btn.towishlist span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .add-to-wishlist.mobile-only .actions-btn.towishlist:hover span,
body.pdp-surfaces .modal-slide.modal-tile.modal-coordinating-products-wrapper .add-to-wishlist.mobile-only .actions-btn.towishlist.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}

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