@-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;
}
body.plp-e2e.color-plp #maincontent.page-main .category-title-mobile h1.page-title,
body.plp-e2e.family-plp #maincontent.page-main .category-title-mobile h1.page-title {
  padding: 0 35px 0 35px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.plp-e2e.color-plp #maincontent.page-main .category-title-mobile h1.page-title,
  html:not(.ipad) body.plp-e2e.family-plp #maincontent.page-main .category-title-mobile h1.page-title {
    padding: 35px 35px 0 35px;
  }
}
html.ipad.landscape body.plp-e2e.color-plp #maincontent.page-main .category-title-mobile h1.page-title,
html.ipad.landscape body.plp-e2e.family-plp #maincontent.page-main .category-title-mobile h1.page-title {
  padding: 35px 35px 0 35px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.plp-e2e.color-plp #maincontent.page-main .category-title-mobile h1.page-title,
  body.plp-e2e.family-plp #maincontent.page-main .category-title-mobile h1.page-title {
    padding: 35px 35px 0 35px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.plp-e2e.color-plp #maincontent.page-main .category-title-mobile h1.page-title,
  body.plp-e2e.family-plp #maincontent.page-main .category-title-mobile h1.page-title {
    padding: 35px 35px 0 35px;
  }
}
body.plp-e2e.color-plp #maincontent.page-main .category-applied-filters-container .filter-current,
body.plp-e2e.family-plp #maincontent.page-main .category-applied-filters-container .filter-current {
  margin: 20px 0 10px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.plp-e2e.color-plp #maincontent.page-main .category-applied-filters-container .filter-current,
  html:not(.ipad) body.plp-e2e.family-plp #maincontent.page-main .category-applied-filters-container .filter-current {
    margin: 35px 0 20px;
  }
}
html.ipad.landscape body.plp-e2e.color-plp #maincontent.page-main .category-applied-filters-container .filter-current,
html.ipad.landscape body.plp-e2e.family-plp #maincontent.page-main .category-applied-filters-container .filter-current {
  margin: 35px 0 20px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.plp-e2e.color-plp #maincontent.page-main .category-applied-filters-container .filter-current,
  body.plp-e2e.family-plp #maincontent.page-main .category-applied-filters-container .filter-current {
    margin: 35px 0 20px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.plp-e2e.color-plp #maincontent.page-main .category-applied-filters-container .filter-current,
  body.plp-e2e.family-plp #maincontent.page-main .category-applied-filters-container .filter-current {
    margin: 35px 0 20px;
  }
}
body.plp-e2e.color-plp #maincontent.page-main .columns .sidebar.sidebar-main h1.page-title,
body.plp-e2e.family-plp #maincontent.page-main .columns .sidebar.sidebar-main h1.page-title {
  padding: 23px 20px 25px 20px;
}
@media (min-width: 768px) {
  body.plp-e2e.color-plp #maincontent.page-main .columns .sidebar.sidebar-main h1.page-title,
  body.plp-e2e.family-plp #maincontent.page-main .columns .sidebar.sidebar-main h1.page-title {
    padding: 23px 20px 25px 20px;
  }
}
body.plp-e2e.color-plp #maincontent.page-main .columns .sidebar.sidebar-main .block.filter .filter-content .filter-options .filter-options-content .items .item .count::before,
body.plp-e2e.family-plp #maincontent.page-main .columns .sidebar.sidebar-main .block.filter .filter-content .filter-options .filter-options-content .items .item .count::before {
  margin-right: 2px !important;
}
body.plp-e2e.color-plp #maincontent.page-main .columns .sidebar.sidebar-main .block.filter .filter-content .filter-options .filter-options-content .items .item .count::after,
body.plp-e2e.family-plp #maincontent.page-main .columns .sidebar.sidebar-main .block.filter .filter-content .filter-options .filter-options-content .items .item .count::after {
  margin-left: 2px !important;
}
body.plp-e2e.color-plp #maincontent.page-main .columns .column.main .toolbar.toolbar-products,
body.plp-e2e.family-plp #maincontent.page-main .columns .column.main .toolbar.toolbar-products {
  display: block;
  margin-bottom: 0;
}
body.plp-e2e.family-plp #maincontent.page-main .columns .sidebar.sidebar-main h1.page-title {
  padding: 7px 20px 25px 20px;
}
body.plp-e2e.family-plp #maincontent.page-main .columns .column.main .products-grid .product-items .product-item .product .product-data .tech-docs {
  margin-top: 15px;
}
body.plp-e2e.catalog-root #maincontent.page-main .columns .column.main {
  margin-top: 0;
}
body.plp-e2e.catalog-root #maincontent.page-main .sidebar.sidebar-main h1.page-title {
  display: none;
}
@media (min-width: 768px) {
  body.plp-e2e.catalog-root #maincontent.page-main .sidebar.sidebar-main h1.page-title {
    padding: 48px 20px 25px 20px;
    display: block;
  }
}
body.plp-e2e.catalog-root #maincontent.page-main .category-title-mobile h1.page-title {
  padding: 35px 40px 20px 40px;
}
body.plp-e2e.catalogsearch-result-index #maincontent.page-main {
  margin-bottom: 0;
  -webkit-filter: none !important;
          filter: none !important;
}
body.plp-e2e.catalogsearch-result-index #maincontent.page-main .columns .sidebar.sidebar-main .page-title-wrapper {
  background: transparent;
  text-align: left;
  padding: 0;
  margin: 0;
  max-width: 100%;
}
body.plp-e2e.catalogsearch-result-index #maincontent.page-main .columns .sidebar.sidebar-main .page-title-wrapper h1.page-title {
  padding: 8px 20px 25px 20px;
  margin: 0 !important;
  text-align: left !important;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 14px;
  color: #000000;
  font-size: 14px !important;
  color: #000000 !important;
}
body.plp-e2e.catalogsearch-result-index #maincontent.page-main .columns .sidebar.sidebar-main #layered-filter-block {
  margin-top: 20px;
}
body.plp-e2e.catalogsearch-result-index #maincontent.page-main .columns dl.suggestions-wrapper {
  display: none !important;
  margin: 0;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  padding: 0;
}
body.plp-e2e.catalogsearch-result-index #maincontent.page-main .columns dl.suggestions-wrapper dt,
body.plp-e2e.catalogsearch-result-index #maincontent.page-main .columns dl.suggestions-wrapper dd {
  display: inline-block;
}
body.plp-e2e.catalogsearch-result-index #maincontent.page-main .columns dl.suggestions-wrapper dt {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 1em;
  color: #000000;
  text-transform: uppercase;
}
body.plp-e2e.catalogsearch-result-index #maincontent.page-main .columns dl.suggestions-wrapper dt:after {
  content: ':';
  display: inline-block;
  margin-right: 5px;
}
body.plp-e2e.catalogsearch-result-index #maincontent.page-main .columns dl.suggestions-wrapper dd {
  margin-right: 5px;
}
body.plp-e2e.catalogsearch-result-index #maincontent.page-main .columns dl.suggestions-wrapper dd a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
}
body.plp-e2e.catalogsearch-result-index #maincontent.page-main .columns dl.suggestions-wrapper dd a:hover {
  text-decoration: none;
  background-size: 100% 1px;
}
body.plp-e2e.catalogsearch-result-index #maincontent.page-main .columns .search.results .amsearch-related-terms {
  display: none;
}
body.plp-e2e.catalogsearch-result-index #els-suggest-results {
  display: none;
}
body.plp-e2e.catalogsearch-result-index.no-results main#maincontent.page-main .page-title-wrapper {
  margin: 0 -15px 30px !important;
}
body.plp-e2e.catalogsearch-result-index.no-results main#maincontent.page-main .page-title-wrapper p {
  font-size: 18px;
  color: #000000;
}
body.plp-e2e.catalogsearch-result-index.no-results main#maincontent.page-main .page-title-wrapper p a {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  transition: background-size 0.3s;
}
body.plp-e2e.catalogsearch-result-index.no-results main#maincontent.page-main .page-title-wrapper #els-suggest-results {
  display: block;
  text-align: center;
}
body.plp-e2e.catalogsearch-result-index.no-results main#maincontent.page-main .products-feed-block {
  margin-bottom: 100px;
}
body.plp-e2e.catalogsearch-result-index.no-results main#maincontent.page-main .products-feed-block h1 {
  text-align: left;
}
body.plp-e2e.catalogsearch-result-index.no-results .e2e-page-container section.products-row .product .product-data .product-data-pricing strong {
  margin-right: 5px;
}

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