.font-base, .font-bold, .font-italic {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }

.font-bold {
  font-weight: 700; }

.font-italic {
  font-style: italic; }

.font-styled-regular {
  font-family: "Univers LT W01 55 Roman", Arial, "Helvetica Neue", Helvetica, sans-serif; }

.font-styled-bold {
  font-family: "Univers LT W01 65 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif; }

.text-transform-none {
  text-transform: none; }

.text-transform-uppercase {
  text-transform: uppercase; }

.text-transform-lowercase {
  text-transform: lowercase; }

.text-transform-capitalize {
  text-transform: capitalize; }

.color-blue {
  color: #00395A; }

.color-blue-accent {
  color: #002A43; }

.color-light-blue-accent {
  color: #005484; }

.color-silver {
  color: #DFE5E8; }

.color-black {
  color: #222222; }

.color-white {
  color: #FFFFFF; }

.color-gray-darker {
  color: #585858; }

.color-gray-dark {
  color: #585858; }

.color-gray {
  color: #CCC; }

.color-gray-light {
  color: #F1F1F1; }

.color-gray-lighter {
  color: #F8F8F8; }

.background-brand-jbl {
  color: #FF3300; }

.background-brand-hk {
  color: #6ba4b8; }

.background-brand-akg {
  background: #F1C40F; }

.background-infinity-yellow {
  background: #FFF163; }

.background-infinity-black {
  background: #222222; }

.background-disabled {
  background: #585858; }

.background-smoke {
  background: #F1F1F1; }

.background-off-white {
  background: #F8F8F8; }

.background-white {
  background: #FFFFFF; }

.background-gray-darker {
  background: #585858; }

.background-gray-dark {
  background: #585858; }

.background-gray {
  background: #CCC; }

.background-gray-light {
  background: #F1F1F1; }

.background-gray-lighter {
  background: #F8F8F8; }

.large-link {
  color: #585858;
  text-transform: capitalize;
  text-decoration: underline; }
  .large-link:hover {
    color: #585858;
    text-decoration: none; }

body {
  overflow-x: hidden; }

.color-bar {
  display: block;
  height: 30px;
  outline: 1px solid #CCC; }

.separator {
  display: inline-block;
  width: 1px;
  min-height: 30px;
  position: relative;
  background-color: #CCC; }
  .separator:before, .separator:after {
    content: '';
    display: block;
    width: 1px;
    height: 30%;
    position: absolute;
    bottom: 100%;
    left: 0; }
  .separator:before {
    background-image: -webkit-linear-gradient(top, rgba(204, 204, 204, 0) 0, #cccccc 100%);
    background-image: -o-linear-gradient(top, rgba(204, 204, 204, 0) 0, #cccccc 100%);
    background-image: linear-gradient(to bottom, rgba(204, 204, 204, 0) 0, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CCCCCC', endColorstr='#FFCCCCCC', GradientType=0); }
  .separator:after {
    top: 100%;
    bottom: auto;
    background-image: -webkit-linear-gradient(top, #cccccc 0, rgba(204, 204, 204, 0) 100%);
    background-image: -o-linear-gradient(top, #cccccc 0, rgba(204, 204, 204, 0) 100%);
    background-image: linear-gradient(to bottom, #cccccc 0, rgba(204, 204, 204, 0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCCCCCC', endColorstr='#00CCCCCC', GradientType=0); }
  .separator.blue {
    background-color: #00395A; }
    .separator.blue:before {
      background-image: -webkit-linear-gradient(top, rgba(0, 57, 90, 0) 0, #00395a 100%);
      background-image: -o-linear-gradient(top, rgba(0, 57, 90, 0) 0, #00395a 100%);
      background-image: linear-gradient(to bottom, rgba(0, 57, 90, 0) 0, #00395a 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000395A', endColorstr='#FF00395A', GradientType=0); }
    .separator.blue:after {
      top: 100%;
      bottom: auto;
      background-image: -webkit-linear-gradient(top, #00395a 0, rgba(0, 57, 90, 0) 100%);
      background-image: -o-linear-gradient(top, #00395a 0, rgba(0, 57, 90, 0) 100%);
      background-image: linear-gradient(to bottom, #00395a 0, rgba(0, 57, 90, 0) 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF00395A', endColorstr='#0000395A', GradientType=0); }
  .separator.horizontal {
    width: 100%;
    height: 1px;
    min-height: 1px; }
    .separator.horizontal:after, .separator.horizontal:before {
      width: 10%;
      height: 1px;
      top: 0; }
    .separator.horizontal:before {
      background-image: -webkit-linear-gradient(left, #ffffff 0, #00395a 100%);
      background-image: -o-linear-gradient(left, #ffffff 0, #00395a 100%);
      background-image: linear-gradient(to right, #ffffff 0, #00395a 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FF00395A', GradientType=1);
      left: 0; }
    .separator.horizontal:after {
      background-image: -webkit-linear-gradient(left, #00395a 0, #ffffff 100%);
      background-image: -o-linear-gradient(left, #00395a 0, #ffffff 100%);
      background-image: linear-gradient(to right, #00395a 0, #ffffff 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF00395A', endColorstr='#FFFFFFFF', GradientType=1);
      right: 0;
      left: initial; }

.cell-align-table {
  display: table;
  height: 100%;
  width: 100%; }

.cell-align-table .cell, .cell-align-top, .cell-align-middle, .cell-align-bottom {
  display: table-cell; }

.cell-align-top {
  vertical-align: top; }

.cell-align-middle {
  vertical-align: middle; }

.cell-align-bottom {
  vertical-align: bottom; }

.brackets:before {
  content: '['; }
.brackets:after {
  content: ']'; }

.gt-arrow:after {
  content: '\203A'; }

.lt-arrow:after {
  content: '\2039'; }

.box-close:before {
  content: '';
  display: block;
  float: right;
  height: 21px;
  width: 21px;
  margin-left: 10px;
  background: #222222 url(../../../images/sprites/headerfooter.png) no-repeat -240px -52px; }
.box-close:hover {
  color: #00395A; }
  .box-close:hover:before {
    background-color: #00395A; }

[content-insert]:before {
  content: attr(content-insert); }
[content-insert].insert-after:before {
  content: none; }
[content-insert].insert-after:after {
  content: attr(content-insert); }

.container-absolute-resize {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.margin-center {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.color-example {
  padding: 0.5em;
  height: 3em; }
  @media (max-width: 0) {
    .color-example {
      height: 3em; } }
  @media (min-width: 600px) {
    .color-example {
      height: 4.5em; } }
  @media (min-width: 1100px) {
    .color-example {
      height: 9em; } }
  .color-example.blue {
    background-color: #00395A; }
  .color-example.blue-accent {
    background-color: #002A43; }
  .color-example.black {
    background-color: #222222; }
  .color-example.light-blue-accent {
    background-color: #005484; }
  .color-example.silver {
    background-color: #DFE5E8; }
  .color-example.gray-darker {
    background-color: #585858; }
  .color-example.disabled-gray {
    background-color: #585858; }
  .color-example.gray {
    background-color: #CCC; }
  .color-example.smoke {
    background-color: #F1F1F1;
    border: 1px solid #CCC; }
  .color-example.off-white {
    background-color: #F8F8F8;
    border: 1px solid #CCC; }
  .color-example.white {
    background-color: #FFFFFF;
    border: 1px solid #CCC; }
  .color-example.jbl {
    background-color: #FF3300; }
  .color-example.harman-kardon {
    background-color: #6ba4b8; }
  .color-example.akg {
    background-color: #F1C40F; }
  .color-example.infinity-yellow {
    background-color: #FFF163; }
  .color-example.infinity-black {
    background-color: #222222; }

hr {
  border-color: #DFE5E8; }

figure {
  color: #585858;
  font-size: 12px;
  text-align: center; }

.price-strikethrough {
  text-decoration: line-through;
  color: #585858; }

a.special-link {
  border-bottom: 1px solid #00395A;
  color: #00395A;
  display: inline-block;
  height: 17px;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.025em;
  text-decoration: none;
  text-transform: uppercase; }
  a.special-link:hover {
    border-bottom: none;
    text-decoration: none; }

/* Headers */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Univers LT W01 65 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: inherit;
  text-transform: uppercase; }
  h1.heading-soft, h2.heading-soft, h3.heading-soft, h4.heading-soft, h5.heading-soft, h6.heading-soft, .h1.heading-soft, .h2.heading-soft, .h3.heading-soft, .h4.heading-soft, .h5.heading-soft, .h6.heading-soft {
    font-family: "Univers LT W01 55 Roman", Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform: capitalize; }
  h1.heading-accent-color, h2.heading-accent-color, h3.heading-accent-color, h4.heading-accent-color, h5.heading-accent-color, h6.heading-accent-color, .h1.heading-accent-color, .h2.heading-accent-color, .h3.heading-accent-color, .h4.heading-accent-color, .h5.heading-accent-color, .h6.heading-accent-color {
    color: #00395A; }
  h1.blue, h2.blue, h3.blue, h4.blue, h5.blue, h6.blue, .h1.blue, .h2.blue, .h3.blue, .h4.blue, .h5.blue, .h6.blue {
    color: #00395A; }
  h1.white, h2.white, h3.white, h4.white, h5.white, h6.white, .h1.white, .h2.white, .h3.white, .h4.white, .h5.white, .h6.white {
    color: #FFFFFF; }

.shipmentTrack {
  float: left;
  margin-right: 20px; }

hr.hr_clear {
  clear: both; }

.zipcodenotfoundinviacep {
  color: #df2100; }

h1, .h1 {
  font-size: 42px;
  letter-spacing: 0.032em; }

/* Lists */
ul.bullet {
  list-style: disc;
  list-style-position: inside; }
  ul.bullet li {
    margin-bottom: 10px; }

.fluid-checkout .slick-carousel-narrow {
  padding-top: 10px; }
  .fluid-checkout .slick-carousel-narrow .product-tile {
    border: 1px solid #ccc; }
.fluid-checkout .product-tile .product-info {
  padding-top: 0px; }
.fluid-checkout .product-tile .product-image {
  margin: 0 22px; }
.fluid-checkout .slider-outer-arrows {
  margin-left: 34px;
  margin-right: 34px; }
.fluid-checkout .swatch-list {
  text-align: center; }
.fluid-checkout .slider-outer-arrows .slick-prev {
  width: 30px;
  border-width: 2px;
  left: -34px; }
.fluid-checkout .slider-outer-arrows .slick-next {
  width: 30px;
  border-width: 2px;
  right: -34px; }

[class^="icon-"], [class*=" icon-"], a.link-onpage:after, a.link-external:after, a.link-offsite:after, .alert-danger p:first-child:before, .alert-danger ul:first-child:before, .social.icons a.facebook:before, .social.icons a.twitter:before, .social.icons a.pinterest:before, .social.icons a.google-plus:before, .social.icons a.instagram:before, .breadcrumbs li a:before, .accordion-arrow:after, .expanded .accordion-arrow:after, .accordion-arrow.expanded:after, .jbl-slider .jbl-direction-nav a.jbl-prev:before, .jbl-slider .jbl-direction-nav a.jbl-next:before, .jbl-slider .jbl-direction-nav.vertical a.jbl-prev:before, .jbl-slider .jbl-direction-nav.vertical a.jbl-next:before, .banner .icon:before, .banner.award .icon:before, .banner.sale .icon:before, .banner.new .icon:before, [id="product"] .pdp.columns .main .product-specs .downloads a:before, [id="product"] .pdp.columns .main .buy-now .locations .view-map:before, [id="product"] .pdp.columns .main .buy-now .locations .driving-directions:before, [id="product"] .pdp.columns .details .why-jbl-direct .feature.free-shipping .icon:before, [id="product"] .pdp.columns .details .why-jbl-direct .feature.free-returns .icon:before, [id="product"] .pdp.columns .details .why-jbl-direct .feature.lifetime-support .icon:before, .generatedcontent [id="product"] .pdp.columns .details .quick-links a[href*="find-a-dealer"]:before, .generatedcontent [id="product"] .pdp.columns .details .quick-links a[href*="product-specifications"]:before, .generatedcontent [id="product"] .pdp.columns .details .quick-links a[href*="product-support"]:before, .selectBox-dropdown .selectBox-arrow:before, .selectBox-dropdown.selectBox-menuShowing-top .selectBox-arrow:before {
  font-family: 'JBL';
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  font-style: normal; }

[class^="icon-"]:before, [class*=" icon-"]:before, a.link-onpage:before:after, a.link-external:before:after, a.link-offsite:before:after, .alert-danger p:first-child:before:before, .alert-danger ul:first-child:before:before, .social.icons a.facebook:before:before, .social.icons a.twitter:before:before, .social.icons a.pinterest:before:before, .social.icons a.google-plus:before:before, .social.icons a.instagram:before:before, .breadcrumbs li a:before:before, .accordion-arrow:before:after, .jbl-slider .jbl-direction-nav a.jbl-prev:before:before, .jbl-slider .jbl-direction-nav a.jbl-next:before:before, .banner .icon:before:before, [id="product"] .pdp.columns .main .product-specs .downloads a:before:before, [id="product"] .pdp.columns .main .buy-now .locations .view-map:before:before, [id="product"] .pdp.columns .main .buy-now .locations .driving-directions:before:before, [id="product"] .pdp.columns .details .why-jbl-direct .feature.free-shipping .icon:before:before, [id="product"] .pdp.columns .details .why-jbl-direct .feature.free-returns .icon:before:before, [id="product"] .pdp.columns .details .why-jbl-direct .feature.lifetime-support .icon:before:before, .generatedcontent [id="product"] .pdp.columns .details .quick-links a[href*="find-a-dealer"]:before:before, .generatedcontent [id="product"] .pdp.columns .details .quick-links a[href*="product-specifications"]:before:before, .generatedcontent [id="product"] .pdp.columns .details .quick-links a[href*="product-support"]:before:before, .selectBox-dropdown .selectBox-arrow:before:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none; }

a [class^="icon-"], a [class*=" icon-"], a a.link-onpage:after, a a.link-external:after, a a.link-offsite:after, a .alert-danger p:first-child:before, .alert-danger a p:first-child:before, a .alert-danger ul:first-child:before, .alert-danger a ul:first-child:before, a .social.icons a.facebook:before, .social.icons a a.facebook:before, a .social.icons a.twitter:before, .social.icons a a.twitter:before, a .social.icons a.pinterest:before, .social.icons a a.pinterest:before, a .social.icons a.google-plus:before, .social.icons a a.google-plus:before, a .social.icons a.instagram:before, .social.icons a a.instagram:before, a .breadcrumbs li a:before, .breadcrumbs li a a:before, a .accordion-arrow:after, a .expanded .accordion-arrow:after, .expanded a .accordion-arrow:after, a .accordion-arrow.expanded:after, a .jbl-slider .jbl-direction-nav a.jbl-prev:before, .jbl-slider .jbl-direction-nav a a.jbl-prev:before, a .jbl-slider .jbl-direction-nav a.jbl-next:before, .jbl-slider .jbl-direction-nav a a.jbl-next:before, a .jbl-slider .jbl-direction-nav.vertical a.jbl-prev:before, .jbl-slider .jbl-direction-nav.vertical a a.jbl-prev:before, a .jbl-slider .jbl-direction-nav.vertical a.jbl-next:before, .jbl-slider .jbl-direction-nav.vertical a a.jbl-next:before, a .banner .icon:before, .banner a .icon:before, a .banner.award .icon:before, .banner.award a .icon:before, a .banner.sale .icon:before, .banner.sale a .icon:before, a .banner.new .icon:before, .banner.new a .icon:before, a [id="product"] .pdp.columns .main .product-specs .downloads a:before, [id="product"] .pdp.columns .main .product-specs .downloads a a:before, a [id="product"] .pdp.columns .main .buy-now .locations .view-map:before, [id="product"] .pdp.columns .main .buy-now .locations a .view-map:before, a [id="product"] .pdp.columns .main .buy-now .locations .driving-directions:before, [id="product"] .pdp.columns .main .buy-now .locations a .driving-directions:before, a [id="product"] .pdp.columns .details .why-jbl-direct .feature.free-shipping .icon:before, [id="product"] .pdp.columns .details .why-jbl-direct .feature.free-shipping a .icon:before, a [id="product"] .pdp.columns .details .why-jbl-direct .feature.free-returns .icon:before, [id="product"] .pdp.columns .details .why-jbl-direct .feature.free-returns a .icon:before, a [id="product"] .pdp.columns .details .why-jbl-direct .feature.lifetime-support .icon:before, [id="product"] .pdp.columns .details .why-jbl-direct .feature.lifetime-support a .icon:before, a .generatedcontent [id="product"] .pdp.columns .details .quick-links a[href*="find-a-dealer"]:before, .generatedcontent [id="product"] .pdp.columns .details .quick-links a a[href*="find-a-dealer"]:before, a .generatedcontent [id="product"] .pdp.columns .details .quick-links a[href*="product-specifications"]:before, .generatedcontent [id="product"] .pdp.columns .details .quick-links a a[href*="product-specifications"]:before, a .generatedcontent [id="product"] .pdp.columns .details .quick-links a[href*="product-support"]:before, .generatedcontent [id="product"] .pdp.columns .details .quick-links a a[href*="product-support"]:before, a .selectBox-dropdown .selectBox-arrow:before, .selectBox-dropdown a .selectBox-arrow:before, a .selectBox-dropdown.selectBox-menuShowing-top .selectBox-arrow:before, .selectBox-dropdown.selectBox-menuShowing-top a .selectBox-arrow:before {
  display: inline; }

.lt-ie8 [class^="icon-"], .lt-ie8 [class*=" icon-"], .lt-ie8 a.link-onpage:after, .lt-ie8 a.link-external:after, .lt-ie8 a.link-offsite:after, .lt-ie8 .alert-danger p:first-child:before, .alert-danger .lt-ie8 p:first-child:before, .lt-ie8 .alert-danger ul:first-child:before, .alert-danger .lt-ie8 ul:first-child:before, .lt-ie8 .social.icons a.facebook:before, .social.icons .lt-ie8 a.facebook:before, .lt-ie8 .social.icons a.twitter:before, .social.icons .lt-ie8 a.twitter:before, .lt-ie8 .social.icons a.pinterest:before, .social.icons .lt-ie8 a.pinterest:before, .lt-ie8 .social.icons a.google-plus:before, .social.icons .lt-ie8 a.google-plus:before, .lt-ie8 .social.icons a.instagram:before, .social.icons .lt-ie8 a.instagram:before, .lt-ie8 .breadcrumbs li a:before, .breadcrumbs li .lt-ie8 a:before, .lt-ie8 .accordion-arrow:after, .lt-ie8 .jbl-slider .jbl-direction-nav a.jbl-prev:before, .jbl-slider .jbl-direction-nav .lt-ie8 a.jbl-prev:before, .lt-ie8 .jbl-slider .jbl-direction-nav a.jbl-next:before, .jbl-slider .jbl-direction-nav .lt-ie8 a.jbl-next:before, .lt-ie8 .banner .icon:before, .banner .lt-ie8 .icon:before, .lt-ie8 [id="product"] .pdp.columns .main .product-specs .downloads a:before, [id="product"] .pdp.columns .main .product-specs .downloads .lt-ie8 a:before, .lt-ie8 [id="product"] .pdp.columns .main .buy-now .locations .view-map:before, [id="product"] .pdp.columns .main .buy-now .locations .lt-ie8 .view-map:before, .lt-ie8 [id="product"] .pdp.columns .main .buy-now .locations .driving-directions:before, [id="product"] .pdp.columns .main .buy-now .locations .lt-ie8 .driving-directions:before, .lt-ie8 [id="product"] .pdp.columns .details .why-jbl-direct .feature.free-shipping .icon:before, [id="product"] .pdp.columns .details .why-jbl-direct .feature.free-shipping .lt-ie8 .icon:before, .lt-ie8 [id="product"] .pdp.columns .details .why-jbl-direct .feature.free-returns .icon:before, [id="product"] .pdp.columns .details .why-jbl-direct .feature.free-returns .lt-ie8 .icon:before, .lt-ie8 [id="product"] .pdp.columns .details .why-jbl-direct .feature.lifetime-support .icon:before, [id="product"] .pdp.columns .details .why-jbl-direct .feature.lifetime-support .lt-ie8 .icon:before, .lt-ie8 .generatedcontent [id="product"] .pdp.columns .details .quick-links a[href*="find-a-dealer"]:before, .generatedcontent [id="product"] .pdp.columns .details .quick-links .lt-ie8 a[href*="find-a-dealer"]:before, .lt-ie8 .generatedcontent [id="product"] .pdp.columns .details .quick-links a[href*="product-specifications"]:before, .generatedcontent [id="product"] .pdp.columns .details .quick-links .lt-ie8 a[href*="product-specifications"]:before, .lt-ie8 .generatedcontent [id="product"] .pdp.columns .details .quick-links a[href*="product-support"]:before, .generatedcontent [id="product"] .pdp.columns .details .quick-links .lt-ie8 a[href*="product-support"]:before, .lt-ie8 .selectBox-dropdown .selectBox-arrow:before, .selectBox-dropdown .lt-ie8 .selectBox-arrow:before {
  margin-right: 0.3em; }

.icon-bust:before {
  content: "\e600"; }

.lt-ie8 .icon-bust {
  zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\e600' ); }

.icon-home:before {
  content: "\e601"; }

.lt-ie8 .icon-home {
  zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\e601' ); }

.icon-angle-left:before {
  font-family: 'FontAwesome';
  content: "\e602"; }

.lt-ie8 .icon-angle-left {
  zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\e602' ); }

.icon-angle-right:before {
  font-family: 'FontAwesome';
  content: "\e603"; }

.lt-ie8 .icon-angle-right {
  zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\e603' ); }

.icon-shopping-cart:before, .icon-bag:before, .icon-bag-large:before {
  content: "\e604"; }

.lt-ie8 .icon-shopping-cart, .lt-ie8 .icon-bag, .lt-ie8 .icon-bag-large {
  zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\e604' ); }

.icon-cart:before {
  font-family: 'FontAwesome';
  content: "\e604"; }

.icon-caret-down:before {
  content: "\e605"; }

.lt-ie8 .icon-caret-down {
  zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\e605' ); }

.icon-caret-left:before {
  content: "\e606"; }

.lt-ie8 .icon-caret-left {
  zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\e606' ); }

.icon-caret-right:before {
  content: "\e607"; }

.lt-ie8 .icon-caret-right {
  zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\e607' ); }

.icon-caret-up:before {
  content: "\e608"; }

.lt-ie8 .icon-caret-up {
  zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\e608' ); }

.icon-checkmark:before {
  content: "\e609"; }

.lt-ie8 .icon-checkmark {
  zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\e609' ); }

.icon-close:before {
  content: "\e60a"; }

.lt-ie8 .icon-close {
  zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\e60a' ); }

.icon-dropdown:before {
  content: "\e60b"; }

.lt-ie8 .icon-dropdown {
  zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\e60b' ); }

.icon-error:before {
  content: "\e60c"; }

.lt-ie8 .icon-error {
  zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\e60c' ); }

.icon-feature:before {
  content: "\e60d"; }

.lt-ie8 .icon-feature {
  zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\e60d' ); }

.icon-locator:before {
  content: "\e60e"; }

.lt-ie8 .icon-locator {
  zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\e60e' ); }

.icon-plus:before, .icon-more:before {
  content: "\e60f"; }

.lt-ie8 .icon-plus, .lt-ie8 .icon-more {
  zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\e60f' ); }

.icon-orders:before {
  content: "\e610"; }

.lt-ie8 .icon-orders {
  zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\e610' ); }

.icon-quote:before {
  content: "\e611"; }

.lt-ie8 .icon-quote {
  zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\e611' ); }

.icon-rating:before, .icon-star:before {
  content: "\e612"; }

.lt-ie8 .icon-rating, .lt-ie8 .icon-star {
  zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\e612' ); }

.icon-returns:before {
  content: "\e613"; }

.lt-ie8 .icon-returns {
  zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\e613' ); }

.icon-search:before {
  content: "\e614"; }

.lt-ie8 .icon-search {
  zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\e614' ); }

.icon-shipping:before, .icon-truck:before {
  content: "\e615"; }

.lt-ie8 .icon-shipping, .lt-ie8 .icon-truck {
  zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\e615' ); }

.icon-support:before {
  content: "\e616"; }

.lt-ie8 .icon-support {
  zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\e616' ); }

.icon-tooltip:before {
  content: "\e617"; }

.lt-ie8 .icon-tooltip {
  zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\e617' ); }

.icon-print:before {
  content: "\e618"; }

.lt-ie8 .icon-print {
  zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\e618' ); }

.icon-contacts:before {
  content: "\e619"; }

.lt-ie8 .icon-contacts {
  zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\e619' ); }

.icon-mail:before {
  content: "\e61a"; }

.lt-ie8 .icon-mail {
  zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\e61a' ); }

.icon-external:before {
  content: "\e61b"; }

.lt-ie8 .icon-external {
  zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\e61b' ); }

.icon-telephone:before {
  content: "\e61c"; }

.lt-ie8 .icon-telephone {
  zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\e61c' ); }

.icon-warning:before {
  content: "\e61e"; }

.lt-ie8 .icon-warning {
  zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\e61e' ); }

.icon-angle-up:before {
  content: "\e627"; }

.lt-ie8 .icon-angle-up {
  zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\e627' ); }

.icon-angle-down:before {
  content: "\e628"; }

.lt-ie8 .icon-angle-down {
  zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\e628' ); }

.icon-tools:before {
  content: "\e629"; }

.lt-ie8 .icon-tools {
  zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\e629' ); }

.icon-upload:before {
  content: "\e62a"; }

.lt-ie8 .icon-upload {
  zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\e62a' ); }

.icon-zoom:before {
  content: "\e62b"; }

.lt-ie8 .icon-zoom {
  zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\e62b' ); }

.icon-zoom:before {
  content: "\e62b"; }

.lt-ie8 .icon-zoom {
  zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\e62b' ); }

.icon-book:before {
  content: "\e634"; }

.lt-ie8 .icon-book {
  zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\e634' ); }

.icon-ribbon:before {
  content: "\e63a"; }

.lt-ie8 .icon-ribbon {
  zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\e63a' ); }

.icon-question-circle:before {
  content: "\67"; }

.lt-ie8 .icon-question-circle {
  zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\67' ); }

.icon-globe:before {
  content: "\6a"; }

.lt-ie8 .icon-globe {
  zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\6a' ); }

.icon-new-circle:before {
  content: "\39"; }

.lt-ie8 .icon-new-circle {
  zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\39' ); }

.icon-trophy:before {
  content: "\76"; }

.lt-ie8 .icon-trophy {
  zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\76' ); }

.icon-trophy-circle:before {
  content: "\77"; }

.lt-ie8 .icon-trophy-circle {
  zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\77' ); }

.icon-dollar-circle:before {
  content: "\0075"; }

.lt-ie8 .icon-dollar-circle {
  zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\0075' ); }

.icon-review:before {
  content: "\e63b"; }

.lt-ie8 .icon-review {
  zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\e63b' ); }

.icon-vk:before {
  content: "\~";
  font-size: 9px; }

.icon-angle-double-up:before {
  content: "\f102";
  font-size: 35px;
  font-family: 'snapchat-ghost'; }

.icon-Secured-page:before {
  content: "\28";
  padding-left: 10px;
  font-family: "JBL"; }

.icon-x-button:before {
  content: "\e60a"; }

.lt-ie8 a [class^="icon-"], .lt-ie8 a [class*=" icon-"] {
  cursor: pointer; }

.icon-thumb-up:before {
  content: "\0052"; }

.lt-ie8 .icon-thumb-up {
  zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\0052' ); }

.icon-thumb-down:before {
  content: "\0053"; }

.lt-ie8 .icon-thumb-down {
  zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\0053' ); }

.icon-degrees:before {
  content: "\e900";
  font-family: 'snapchat-ghost';
  padding: 0px 10px; }

.icon-forward:before {
  content: "\e969";
  font-family: 'snapchat-ghost'; }

.icon-play3:before {
  content: "\ea1c";
  font-family: 'snapchat-ghost'; }

.icon-pause2:before {
  content: "\ea1d";
  font-family: 'snapchat-ghost';
  padding: 0 10px; }

/*!
 *  Modified version of FA using HAR icons
 *  Excludes - spinning, larger, and border-pulled features
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * Note: Moved into cartridge/static/default/css/iconfonts.css 
 * to get around DW XSS issue.
 * -------------------------- */
.ha {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ha-fw {
  width: 1.2857142857em;
  text-align: center; }

.ha-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .ha-ul > li {
    position: relative; }

.ha-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .ha-li.ha-lg {
    left: -1.8571428571em; }

.ha-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.ha-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.ha-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.ha-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.ha-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .ha-rotate-90, :root .ha-rotate-180, :root .ha-rotate-270, :root .ha-flip-horizontal, :root .ha-flip-vertical {
  filter: none; }

.ha-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.ha-stack-1x, .ha-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.ha-stack-1x {
  line-height: inherit; }

.ha-stack-2x {
  font-size: 2em; }

.ha-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.ha-tooltip:before {
  content: "\e618"; }

.ha-support:before {
  content: "\e617"; }

.ha-shipping:before {
  content: "\e616"; }

.ha-search:before {
  content: "\e615"; }

.ha-returns:before {
  content: "\e614"; }

.ha-rating:before {
  content: "\e613"; }

.ha-quote:before {
  content: "\e612"; }

.ha-play:before {
  content: "\e611"; }

.ha-orders:before {
  content: "\e610"; }

.ha-more:before {
  content: "\e60f"; }

.ha-locator:before {
  content: "\e60e"; }

.ha-feature:before {
  content: "\e60d"; }

.ha-error:before {
  content: "\e60c"; }

.ha-dropdown:before {
  content: "\e60b"; }

.ha-close:before {
  content: "\e60a"; }

.ha-checkmark:before {
  content: "\e609"; }

.ha-caret-up:before {
  content: "\e608"; }

.ha-caret-right:before {
  content: "\e607"; }

.ha-caret-left:before {
  content: "\e606"; }

.ha-caret-down:before {
  content: "\e605"; }

.ha-bag:before {
  content: "\e604"; }

.ha-arrow-right:before {
  content: "\e603"; }

.ha-arrow-left:before {
  content: "\e602"; }

.ha-home:before {
  content: "\e601"; }

.ha-account:before {
  content: "\e600"; }

.ha-email:before {
  content: "\e619"; }

/**
 * Label styles
 * Note: Label is bootstrap terminology for badge.
 */
.label-akg.label {
  background: #F1C40F;
  border-radius: 0.2em;
  color: #222222;
  display: inline;
  padding: 0.2em 1.25em 0.2em;
  font-size: 86%;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  width: 20px; }

.label-harman-kardon.label {
  background: #6ba4b8;
  border-radius: 0.2em;
  color: #FFFFFF;
  display: inline;
  padding: 0.2em 1.25em 0.2em;
  font-size: 86%;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  width: 20px; }

.label-jbl.label {
  background: #FF3300;
  border-radius: 0.2em;
  color: #FFFFFF;
  display: inline;
  padding: 0.2em 1.25em 0.2em;
  font-size: 86%;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  width: 20px; }

.label-infinity.label {
  background: #222222;
  border-radius: 0.2em;
  color: #FFF163;
  display: inline;
  padding: 0.2em 1.25em 0.2em;
  font-size: 86%;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  width: 20px; }

.label-dbx.label {
  background: #e2383f;
  border-radius: 0.2em;
  color: #ffffff;
  display: inline;
  padding: 0.2em 1.25em 0.2em;
  font-size: 86%;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  width: 20px; }

.label-lexicon.label {
  background: #1b427d;
  border-radius: 0.2em;
  color: #ffffff;
  display: inline;
  padding: 0.2em 1.25em 0.2em;
  font-size: 86%;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  width: 20px; }

.label-soundcraft.label {
  background: #333333;
  border-radius: 0.2em;
  color: #ffffff;
  display: inline;
  padding: 0.2em 1.25em 0.2em;
  font-size: 86%;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  width: 20px; }

.label-crown.label {
  background: #005991;
  border-radius: 0.2em;
  color: #ffffff;
  display: inline;
  padding: 0.2em 1.25em 0.2em;
  font-size: 86%;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  width: 20px; }

.label-martin.label {
  background: #080808;
  border-radius: 0.2em;
  color: #ffffff;
  display: inline;
  padding: 0.2em 1.25em 0.2em;
  font-size: 86%;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  width: 20px; }

.label-digitech.label {
  background: #002672;
  border-radius: 0.2em;
  color: #ffffff;
  display: inline;
  padding: 0.2em 1.25em 0.2em;
  font-size: 86%;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  width: 20px; }

/**
 * Forms styles
 * Note: Styles that override bootstrap form styles
 */
.error-form {
  color: #df2100; }

/* Custom checkbox based off awesome checkboxes */
/* https://github.com/flatlogic/awesome-bootstrap-checkbox */
.checkbox {
  position: relative;
  padding-left: 20px; }
  .checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
    .checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #585858;
      border-radius: 2px;
      background-color: #FFFFFF;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
    .checkbox label::after {
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 0;
      margin-left: -20px;
      padding-left: 3px;
      padding-top: 1px;
      font-size: 11px;
      color: #555555; }
  .checkbox input[type="checkbox"] {
    position: absolute;
    visibility: hidden;
    width: 0;
    height: 0; }
    .checkbox input[type="checkbox"]:checked + label::after {
      font-family: FontAwesome;
      content: "\e609";
      color: #FFFFFF; }
    .checkbox input[type="checkbox"]:checked + label::before {
      background-color: #00395A;
      border-color: #00395A; }
    .lt-ie9 .checkbox input[type="checkbox"] {
      display: block; }
  .checkbox.checkbox-inline {
    margin-top: 0; }

/* Custom select styles */
span.customSelect {
  height: 40px;
  background: #FFFFFF url('../../images/custom-select-icon.gif') right center no-repeat;
  border: 1px solid #585858;
  color: #222222;
  padding: 7px 9px;
  border-radius: 2px;
  width: 100% !important;
  white-space: nowrap; }
  span.customSelect .customSelectInner {
    width: 100% !important; }

select.hasCustomSelect {
  width: 100% !important; }

.find-in-store-container .padding-0-div {
  padding: 0; }
.find-in-store-container .storelocator-search {
  min-width: 0px;
  padding: 32px 0 0 0; }
  .find-in-store-container .storelocator-search .find-product-stores {
    min-width: 0px;
    padding: 9px; }

.find-in-store-container span.customSelect {
  width: 90% !important; }

.parsley-error-list {
  color: #ff0000; }

label {
  display: block; }

.form-group.with-input-flag .form-control {
  display: inline-block;
  max-width: 90%; }
  @media (min-width: 600px) {
    .form-group.with-input-flag .form-control {
      width: 90%;
      max-width: 500px; } }

.has-success .valid-input-flag {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background: #82c62e;
  border: 0;
  color: #FFFFFF;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  padding: 5px;
  text-rendering: auto;
  outline: none;
  display: inline-block; }
  .has-success .valid-input-flag:before {
    content: "\e609"; }

.has-error .valid-input-flag {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background: #ff0000;
  border: 0;
  color: #FFFFFF;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  padding: 5px;
  text-rendering: auto;
  outline: none;
  display: inline-block; }
  .has-error .valid-input-flag:before {
    content: "\e60c"; }

.text-area-flag {
  vertical-align: top; }

.tooltip-button, button.tooltip-button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background: #00395A;
  border: 0;
  color: #FFFFFF;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  padding: 5px;
  text-rendering: auto;
  outline: none;
  font-size: smaller;
  height: 1.5em;
  margin-bottom: 0.5em;
  padding: 0.25em 0.25em 0.5em;
  text-align: center;
  text-rendering: auto;
  vertical-align: middle;
  width: 1.5em; }
  .tooltip-button:before, button.tooltip-button:before {
    content: "\e618"; }

.inset-button {
  position: relative; }
  .inset-button.input-group, .inset-button .input-group {
    width: 100%; }
    .inset-button.input-group input, .inset-button .input-group input {
      z-index: 1;
      padding-right: 85px; }
  .inset-button input[type=submit], .inset-button .btn {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 2;
    height: 30px;
    line-height: 14px;
    min-width: 0; }

.btn-file {
  position: relative;
  overflow: hidden; }
  .btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    cursor: inherit;
    display: block; }
  .btn-file .form-group, .btn-file label {
    margin: 0;
    padding: 0; }
  .btn-file .valid-input-flag {
    position: absolute;
    right: 5px;
    top: 20%; }

/**
 * Tab styles
 * Should override or extend bootstrap styles
 */
.nav-tabs > li {
  float: none;
  margin: 0 0 5px; }
  .nav-tabs > li > a {
    padding: 5px 20px; }

#tab3 {
  background-color: #FFFFFF;
  padding: 10px; }
  #tab3 h3 {
    color: #999;
    margin-top: 10px; }
  #tab3 .arrow-left {
    position: absolute;
    top: 48%;
    transform: translate(-48%) scale(1.3);
    z-index: 10;
    transform-origin: left;
    cursor: pointer; }
    #tab3 .arrow-left:hover {
      text-decoration: none; }
  #tab3 .arrow-right {
    position: absolute;
    top: 48%;
    right: 0px;
    transform: translate(-48%) scale(1.3);
    z-index: 10;
    transform-origin: right;
    cursor: pointer; }
    #tab3 .arrow-right:hover {
      text-decoration: none; }
  #tab3 #linkedProducts {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    /* Let's get this party started */
    /* Track */
    /* Handle */ }
    #tab3 #linkedProducts::-webkit-scrollbar {
      height: 6px; }
    #tab3 #linkedProducts::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      -webkit-border-radius: 10px;
      border-radius: 10px; }
    #tab3 #linkedProducts::-webkit-scrollbar-thumb {
      -webkit-border-radius: 10px;
      border-radius: 10px;
      background: rgba(0, 57, 90, 0.8);
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }
    #tab3 #linkedProducts::-webkit-scrollbar-thumb:window-inactive {
      background: rgba(0, 57, 90, 0.4); }
  #tab3 .grid-tile {
    width: 40%;
    position: relative;
    display: inline-block;
    margin: 5px 5px 20px 5px;
    padding: 0 10px;
    box-shadow: 1px 1px 1px 1px #f3f7f9; }
    @media screen and (max-width: 484px) {
      #tab3 .grid-tile {
        width: 60%; } }
    #tab3 .grid-tile .product-tile {
      width: 100%; }
      #tab3 .grid-tile .product-tile .product-swatches .swatch-list li {
        display: block;
        transform: scaleX(0.5);
        transform-origin: left;
        margin: 0 0 3px; }
      #tab3 .grid-tile .product-tile .product-swatches {
        position: absolute;
        top: 10px; }
      #tab3 .grid-tile .product-tile .product-badges {
        top: 25px;
        right: 10px; }
        #tab3 .grid-tile .product-tile .product-badges .product-badge {
          font-size: 28px;
          width: 28px;
          height: 28px; }
      #tab3 .grid-tile .product-tile .product-info {
        text-align: left; }
        #tab3 .grid-tile .product-tile .product-info .bv-inline-rating-container2 {
          padding-left: 0; }
        #tab3 .grid-tile .product-tile .product-info .availability-block {
          white-space: normal;
          text-align: left;
          margin: 0; }
        #tab3 .grid-tile .product-tile .product-info .price-off-option {
          position: absolute;
          top: 1px;
          right: 1px; }
        #tab3 .grid-tile .product-tile .product-info .product-pricing {
          height: auto;
          font-size: 13px;
          color: #B12704; }
          #tab3 .grid-tile .product-tile .product-info .product-pricing > div {
            display: inline-block; }
          #tab3 .grid-tile .product-tile .product-info .product-pricing .price-strikethrough {
            padding-left: 5px; }
        #tab3 .grid-tile .product-tile .product-info .product-name {
          min-height: auto;
          white-space: normal; }
          #tab3 .grid-tile .product-tile .product-info .product-name a {
            font-size: 13px; }
        #tab3 .grid-tile .product-tile .product-info .product-description {
          margin: 0;
          white-space: normal; }
        #tab3 .grid-tile .product-tile .product-info .product-rating {
          min-height: auto;
          transform: scale(0.7);
          transform-origin: left; }

.tab-content {
  background-color: #DFE5E8;
  margin-top: 10px; }
  .tab-content .tab-pane {
    position: relative; }
    .tab-content .tab-pane .print-page {
      position: absolute;
      right: 0;
      top: -20px;
      cursor: pointer; }
    .tab-content .tab-pane h5 {
      margin-bottom: 20px; }
    .tab-content .tab-pane dd {
      margin-bottom: 20px; }
    .tab-content .tab-pane ul li {
      margin-bottom: 20px; }
    .tab-content .tab-pane dl {
      border-bottom: #FFFFFF solid 2px;
      padding: 0 0 10px;
      margin: 0 0 10px; }
      .tab-content .tab-pane dl dt, .tab-content .tab-pane dl dd {
        display: inline-block;
        margin: 0;
        white-space: normal;
        font-size: 14px;
        vertical-align: top; }

/* Tabs media queries */
@media (max-width: 599px) {
  .tab-pane {
    padding: 20px; }
    .tab-pane.prod-specs h5 {
      padding-left: 0; }
    .tab-pane.prod-specs dt {
      width: 50%; } }

@media (min-width: 600px) {
  .nav-tabs > li > a {
    padding: 8px; }
  .tab-content {
    margin-top: 20px;
    padding: 20px; }
    .tab-content .prod-specs dt, .tab-content .prod-specs dd {
      display: block;
      width: 100%; } }

@media (min-width: 980px) {
  .tab-content {
    padding: 20px; }
    .tab-content .prod-specs dt, .tab-content .prod-specs dd {
      display: block;
      width: 49%; } }

@media (min-width: 1100px) {
  .nav-tabs > li {
    float: left;
    margin-left: 15px; }
    .nav-tabs > li:before {
      content: '|'; } }

html {
  -ms-overflow-style: scrollbar; }

.icon-cart {
  padding-right: 20px;
  margin-left: -20px;
  font-size: 1.1em; }
  @media screen and (max-width: 991px) {
    .icon-cart {
      padding-right: 10px;
      margin-left: -10px; } }
  @media screen and (max-width: 600px) {
    .icon-cart {
      padding-right: 20px;
      margin-left: -20px; } }

#preloader_1 {
  position: relative; }

#preloader_1 span {
  display: block;
  bottom: 0px;
  width: 9px;
  height: 5px;
  background: #00395A;
  position: absolute;
  animation: preloader_1 1.5s infinite ease-in-out; }

#preloader_1 span:nth-child(2) {
  left: 11px;
  animation-delay: 0.2s; }

#preloader_1 span:nth-child(3) {
  left: 22px;
  animation-delay: 0.4s; }

#preloader_1 span:nth-child(4) {
  left: 33px;
  animation-delay: 0.6s; }

#preloader_1 span:nth-child(5) {
  left: 44px;
  animation-delay: 0.8s; }

@keyframes preloader_1 {
  0% {
    height: 5px;
    transform: translateY(0px);
    background: #00395A; }

  25% {
    height: 30px;
    transform: translateY(15px);
    background: #00395A; }

  50% {
    height: 5px;
    transform: translateY(0px);
    background: #00395A; }

  100% {
    height: 5px;
    transform: translateY(0px);
    background: #00395A; } }

#closeHeaderBanner {
  font-size: 20px;
  padding-top: 10px;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  text-shadow: 0 1px 0 #000;
  font-family: 'FontAwesome';
  color: #ccc; }

.modal-dialog .modal-content .icon-cart {
  padding-right: 10px;
  margin-left: 0px; }

.checkout-header .center-logo {
  right: 0;
  left: 0;
  width: 100px; }
  @media screen and (max-width: 991px) {
    .checkout-header .center-logo {
      position: absolute;
      margin: 0 auto; } }
  .checkout-header .center-logo .header-logo {
    left: 0; }
.checkout-header .header-top-row-inner-checkout {
  height: 60px;
  border-bottom: 1px solid #dfe5e8; }
  .checkout-header .header-top-row-inner-checkout #header-banner-secondary a {
    pointer-events: none; }
    .checkout-header .header-top-row-inner-checkout #header-banner-secondary a u {
      display: none; }
  .checkout-header .header-top-row-inner-checkout .middle-align {
    line-height: 60px;
    text-transform: inherit;
    padding-right: 10px; }
  .checkout-header .header-top-row-inner-checkout .left-space {
    padding-left: 15px; }
  .checkout-header .header-top-row-inner-checkout .right-space {
    padding-right: 15px; }
  .checkout-header .header-top-row-inner-checkout .header-logo {
    top: 0; }

.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 0;
  right: 20px;
  display: none;
  padding: 3px 16px;
  z-index: 99;
  border: 3px solid #FFFFFF; }
  .back-to-top:hover {
    text-decoration: none; }
  @media screen and (max-width: 600px) {
    .back-to-top {
      padding: 2px 10px; }
      .back-to-top .icon-angle-double-up:before {
        font-size: 26px; } }

i.header-icon {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  background-repeat: no-repeat;
  background-image: url(../../images/header-sprites.png); }
  i.header-icon:before {
    content: ""; }
  i.header-icon.icon-caret {
    width: 10px;
    height: 7px;
    background-position: 0 -61px; }
  i.header-icon.icon-back-arrow {
    width: 11px;
    height: 16px;
    background-position: 0 0; }
  i.header-icon.icon-bag {
    width: 15px;
    height: 19px;
    background-position: 0 -40px; }
  i.header-icon.icon-bag-large {
    width: 22px;
    height: 30px;
    background-position: 0 -174px; }
  i.header-icon.icon-store-locator {
    width: 19px;
    height: 30px;
    background-position: 0 -115px; }
  i.header-icon.icon-account {
    width: 23px;
    height: 30px;
    background-position: 0 -144px; }
  i.header-icon.icon-support {
    width: 23px;
    height: 30px;
    background-position: 0 -234px; }
  i.header-icon.icon-search {
    width: 20px;
    height: 18px;
    background-position: -10px -88px; }
  @media (max-width: 599px) {
    i.header-icon {
      transform: scale(0.7); } }

.header {
  position: relative;
  z-index: 1000; }
  @media (max-width: 599px) {
    .header .container-fluid {
      padding: 0; } }
  .header .visually-hidden {
    display: none; }
  .header ul.menu-utility.menu-utility__banner-secondary {
    float: left; }
  .header ul.menu-utility {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    float: right;
    margin: 9px 0 0; }
    @media (max-width: 1099px) {
      .header ul.menu-utility {
        position: relative;
        margin: 0; } }
    .header ul.menu-utility > li {
      display: inline-block;
      zoom: 1;
      *display: inline;
      vertical-align: top;
      font-family: "Univers LT W01 65 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 12px;
      margin: 0; }
      .header ul.menu-utility > li.header-search {
        margin-top: 3px; }
        @media screen and (max-width: 980px) {
          .header ul.menu-utility > li.header-search {
            display: none; } }
      .header ul.menu-utility > li.separator {
        border-left: 1px solid #222222;
        background: none;
        min-height: 12px;
        margin-top: 10px; }
        @media (max-width: 1099px) {
          .header ul.menu-utility > li.separator {
            margin: 12px 0 0; } }
        .header ul.menu-utility > li.separator:before, .header ul.menu-utility > li.separator:after {
          background: none; }
    .header ul.menu-utility a {
      display: block;
      color: #00395A;
      padding: 12px 10px; }
      .header ul.menu-utility a:hover, .open .header ul.menu-utility a {
        background: #00395A;
        color: #FFFFFF;
        text-decoration: none; }
      @media (max-width: 599px) {
        .header ul.menu-utility a {
          padding: 5px 3px; } }
    .header ul.menu-utility.left-menu {
      float: left; }
      .header ul.menu-utility.left-menu .dropdown img {
        height: 16px;
        margin-right: 6px;
        outline: 1px solid #eee;
        vertical-align: baseline; }
      @media (max-width: 1099px) {
        .header ul.menu-utility.left-menu .dropdown a {
          padding-top: 18px; }
        .header ul.menu-utility.left-menu .dropdown:after {
          margin-top: 0; } }
    .header ul.menu-utility .lang-select {
      height: 36px;
      margin-top: -9px;
      padding-top: 15px;
      border-radius: 0 0 4px 4px;
      overflow: hidden;
      transition: background 0.3s, height 0.3s;
      z-index: 10; }
      .header ul.menu-utility .lang-select li {
        white-space: nowrap; }
      .header ul.menu-utility .lang-select:hover {
        height: auto;
        background-color: #FFFFFF;
        box-shadow: 0 1px 3px 0 #ccc; }
        .header ul.menu-utility .lang-select:hover .not-current-lang {
          opacity: 1; }
        .header ul.menu-utility .lang-select:hover a, .header ul.menu-utility .lang-select:hover span {
          padding-left: 10px;
          cursor: pointer; }
      @media (max-width: 1099px) {
        .header ul.menu-utility .lang-select {
          margin-top: 0;
          padding-top: 2px; } }
      .header ul.menu-utility .lang-select a, .header ul.menu-utility .lang-select span {
        display: block;
        padding: 5px 10px 5px 0;
        transition: padding 0.3s; }
      .header ul.menu-utility .lang-select span:after {
        content: "";
        display: inline-block;
        width: 6px;
        height: 6px;
        margin: 5px 0 0 5px;
        background-color: transparent;
        border-color: #ccc;
        border-style: solid;
        border-width: 0 1px 1px 0;
        vertical-align: top;
        transform: rotate(45deg); }
      .header ul.menu-utility .lang-select .not-current-lang {
        opacity: 0;
        transition: opacity 0.3s; }
    .header ul.menu-utility #header-phone {
      display: block;
      color: #00395A;
      padding: 12px 10px; }
    @media (max-width: 480px) {
      .header ul.menu-utility.right-dropdown {
        padding-top: 15px;
        font-size: 0; }
        .header ul.menu-utility.right-dropdown li {
          font-size: "Univers LT W01 65 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif; }
      .header ul.menu-utility #header-phone {
        position: absolute;
        top: 0;
        right: 20px;
        padding: 0; } }
    .header ul.menu-utility .dropdown {
      padding-right: 15px;
      position: relative; }
      .header ul.menu-utility .dropdown:after {
        border-style: solid;
        border-width: 9px 5px 0;
        border-color: #00395A transparent transparent transparent;
        content: '';
        height: 0;
        margin-top: -6px;
        right: 10px;
        position: absolute;
        top: 50%;
        width: 0; }
      @media (max-width: 599px) {
        .header ul.menu-utility .dropdown {
          padding-right: 8px; }
          .header ul.menu-utility .dropdown:after {
            margin-right: -7px;
            border-width: 7px 4px 0; } }
    .header ul.menu-utility .dropdown:hover, .header ul.menu-utility .dropdown.open {
      background: #00395A;
      border: none; }
      .header ul.menu-utility .dropdown:hover:after, .header ul.menu-utility .dropdown.open:after {
        border-width: 0 5px 9px;
        border-color: transparent transparent #FFFFFF transparent; }
      .header ul.menu-utility .dropdown:hover a, .header ul.menu-utility .dropdown.open a {
        background: #00395A;
        color: #FFFFFF;
        text-decoration: none; }
      .header ul.menu-utility .dropdown:hover .dropdown-menu, .header ul.menu-utility .dropdown.open .dropdown-menu {
        background: #00395A;
        border: none; }
    @media (min-width: 1100px) {
      .header ul.menu-utility .dropdown:hover .dropdown-menu {
        display: block; } }
  .header .header-global-banner {
    background: #00395c;
    padding: 8px 0;
    color: #fff;
    text-align: center;
    font-size: 12px; }
    .header .header-global-banner .promoheader-dropdown {
      cursor: pointer; }
      .header .header-global-banner .promoheader-dropdown:after {
        font-family: "JBL";
        content: "\004B";
        font-size: 14px;
        display: inline-block;
        -webkit-transition: 0.2s;
        transition: 0.2s;
        margin-left: 15px;
        text-shadow: 0 1px 0 #000;
        color: #ccc;
        transform: rotate(90deg) translateY(-2px); }
      .header .header-global-banner .promoheader-dropdown.opened:after {
        transform: rotate(270deg) translateY(-2px); }
    .header .header-global-banner .promoheader-body {
      display: none;
      background: #FFFFFF;
      height: 100%;
      margin-bottom: -6px;
      color: #545454;
      padding: 10px;
      margin-top: 10px;
      border-bottom: 1px solid #eee; }
      @media screen and (max-width: 600px) {
        .header .header-global-banner .promoheader-body {
          margin-right: -40px; } }
  .header header {
    background-color: #f8f8f8; }
    .header header .header-logo-link {
      text-decoration: none;
      float: left; }
  .header .header-logo {
    background: url(../../images/logo.png) no-repeat 0 0;
    margin: 6px 0 7px 6px;
    height: 45px;
    text-indent: -5000px;
    width: 110px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top; }
    @media (max-width: 599px) {
      .header .header-logo {
        width: 90px; } }
  .header .mini-cart .mini-cart-total {
    height: 45px; }
    .header .mini-cart .mini-cart-total i.icon-bag, .header .mini-cart .mini-cart-total i.icon-bag-large {
      margin-left: 3px;
      vertical-align: middle; }
    .header .mini-cart .mini-cart-total a {
      text-decoration: none; }
      @media (max-width: 1099px) {
        .header .mini-cart .mini-cart-total a span {
          display: inline-block;
          vertical-align: middle; } }
    .header .mini-cart .mini-cart-total.active {
      background: #00395A;
      color: #FFFFFF; }
      .header .mini-cart .mini-cart-total.active i.icon-bag-large {
        background-position: 0 -204px; }
      .header .mini-cart .mini-cart-total.active i.icon-bag {
        background-position: 0 -19px; }
      .header .mini-cart .mini-cart-total.active a {
        color: #FFFFFF; }
  .header .mini-cart .mini-cart-content {
    width: 412px;
    position: absolute;
    background: #f8f8f8;
    margin-left: -211px;
    display: none; }
    @media (max-width: 1100px) {
      .header .mini-cart .mini-cart-content {
        margin-left: -342px; } }
    @media screen and (max-width: 599px) {
      .header .mini-cart .mini-cart-content {
        right: 0; } }
    .header .mini-cart .mini-cart-content a {
      font-family: "Univers LT W01 65 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-weight: normal;
      max-width: 100%;
      min-width: 100%;
      padding: 0;
      vertical-align: middle; }
    .header .mini-cart .mini-cart-content a.mini-cart-linkCheckout {
      margin: 10px 0;
      padding: 10px 0;
      background-image: none;
      border: 1px solid transparent;
      color: #FFFFFF; }
    .header .mini-cart .mini-cart-content a.mini-cart-linkCart {
      background: none;
      color: #00395A;
      display: inline-block;
      margin: 20px 0 20px 20px;
      min-width: inherit;
      padding: 0;
      text-align: center;
      width: auto; }
    .header .mini-cart .mini-cart-content a.mini-cart-viewCart {
      background: none;
      color: #FFFFFF;
      display: inline-block;
      min-width: inherit;
      padding: 0;
      text-align: center;
      width: auto;
      text-decoration: underline;
      font-size: 12px;
      float: right;
      padding-top: 5px; }
      .header .mini-cart .mini-cart-content a.mini-cart-viewCart:hover, .header .mini-cart .mini-cart-content a.mini-cart-viewCart:active {
        background: #00395A;
        color: #FFFFFF; }
    .header .mini-cart .mini-cart-content .mid-text-minicart {
      padding-top: 18px;
      font-weight: bold; }
      @media (max-width: 599px) {
        .header .mini-cart .mini-cart-content .mid-text-minicart {
          padding: 18px 5px;
          width: auto; } }
    .header .mini-cart .mini-cart-content .paypal-button {
      height: 36px;
      width: 140px; }
      @media (max-width: 599px) {
        .header .mini-cart .mini-cart-content .paypal-button {
          width: 135px; } }
    .header .mini-cart .mini-cart-content .minicart-exp-checkout {
      padding-top: 12px; }
    .header .mini-cart .mini-cart-content .mini-cart-slot {
      margin: 15px 0px; }
      @media (max-width: 599px) {
        .header .mini-cart .mini-cart-content .mini-cart-slot {
          margin: 0px; } }
      @media (max-width: 599px) {
        .header .mini-cart .mini-cart-content .mini-cart-slot h5.blue {
          margin: 0px;
          margin-top: 10px;
          font-size: 12px; } }
    .header .mini-cart .mini-cart-content .mini-cart-header {
      background: #00395A;
      color: #FFFFFF;
      font-family: "Univers LT W01 55 Roman", Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 18px; }
      @media (max-width: 599px) {
        .header .mini-cart .mini-cart-content .mini-cart-header {
          font-size: 15px; } }
      .header .mini-cart .mini-cart-content .mini-cart-header .mini-cart-close {
        display: none; }
    .header .mini-cart .mini-cart-content .mini-cart-products {
      background: #FFFFFF; }
      @media (max-width: 599px) {
        .header .mini-cart .mini-cart-content .mini-cart-products {
          max-height: 90px;
          overflow: hidden; } }
      .header .mini-cart .mini-cart-content .mini-cart-products .mini-cart-product {
        margin-bottom: 20px; }
        .header .mini-cart .mini-cart-content .mini-cart-products .mini-cart-product:before, .header .mini-cart .mini-cart-content .mini-cart-products .mini-cart-product:after {
          content: " ";
          display: table; }
        .header .mini-cart .mini-cart-content .mini-cart-products .mini-cart-product:after {
          clear: both; }
        @media (max-width: 599px) {
          .header .mini-cart .mini-cart-content .mini-cart-products .mini-cart-product {
            margin: 0;
            margin-bottom: 5px; } }
      .header .mini-cart .mini-cart-content .mini-cart-products .mini-cart-image {
        width: 75px;
        float: left; }
        @media screen and (max-width: 599px) {
          .header .mini-cart .mini-cart-content .mini-cart-products .mini-cart-image img {
            width: 75px; } }
      .header .mini-cart .mini-cart-content .mini-cart-products .mini-cart-product-content {
        float: right;
        width: 250px;
        font-size: 14px; }
        .header .mini-cart .mini-cart-content .mini-cart-products .mini-cart-product-content .label, .header .mini-cart .mini-cart-content .mini-cart-products .mini-cart-product-content .value {
          font-family: "Univers LT W01 55 Roman", Arial, "Helvetica Neue", Helvetica, sans-serif;
          font-size: 14px;
          font-weight: normal;
          color: #222222;
          padding: 0px; }
    .header .mini-cart .mini-cart-content .dw-apple-pay-mini-cart {
      width: 130px;
      height: 35px;
      float: left; }
      @media (max-width: 599px) {
        .header .mini-cart .mini-cart-content .dw-apple-pay-mini-cart {
          width: 110px; } }
    .header .mini-cart .mini-cart-content .mini-cart-totals .mini-cart-subtotals .label, .header .mini-cart .mini-cart-content .mini-cart-totals .mini-cart-subtotals .value {
      color: #00395A;
      font-family: "Univers LT W01 55 Roman", Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 18px;
      padding: 0px;
      font-weight: normal; }
      @media (max-width: 599px) {
        .header .mini-cart .mini-cart-content .mini-cart-totals .mini-cart-subtotals .label, .header .mini-cart .mini-cart-content .mini-cart-totals .mini-cart-subtotals .value {
          font-size: 14px;
          font-weight: bold; } }
    @media (max-width: 599px) {
      .header .mini-cart .mini-cart-content .mini-cart-totals .mini-cart-subtotals .value {
        font-size: 16px; } }
    .header .mini-cart .mini-cart-content .mini-cart-header, .header .mini-cart .mini-cart-content .mini-cart-products, .header .mini-cart .mini-cart-content .mini-cart-totals {
      padding: 15px 30px; }
      @media (max-width: 599px) {
        .header .mini-cart .mini-cart-content .mini-cart-header, .header .mini-cart .mini-cart-content .mini-cart-products, .header .mini-cart .mini-cart-content .mini-cart-totals {
          padding: 10px; } }
    @media (max-width: 599px) {
      .header .mini-cart .mini-cart-content {
        width: 300px;
        margin-left: -258px;
        box-shadow: 1px 1px 5px #ccc; }
        .header .mini-cart .mini-cart-content .mini-cart-products .mini-cart-product-content {
          width: 165px; }
        .header .mini-cart .mini-cart-content a.mini-cart-linkCart {
          margin-left: -14px; } }
  .header a {
    color: #585858; }
  .header .btn {
    color: #FFFFFF; }

.header-search {
  border: 1px solid #00395A;
  position: relative;
  margin: 20px 0; }
  .header-search.hidden-xs {
    width: 215px; }
  .header-search .q {
    display: block;
    border: 0;
    height: 32px;
    padding: 10px 40px 10px 10px;
    font-weight: normal;
    width: 100%; }
    .header-search .q:focus {
      background-color: #DFE5E8; }
  .header-search input[type="submit"] {
    background: url(../../images/header-sprites.png) no-repeat;
    background-position: 4px -82px;
    font-size: 0;
    line-height: 0;
    border: 0;
    height: 32px;
    width: 40px;
    position: absolute;
    top: 0;
    right: 0; }
  .header-search .search-suggestions {
    position: absolute;
    top: 100%;
    width: 100%;
    font-size: 12px;
    background-color: #DFE5E8;
    color: #00395A; }
    .header-search .search-suggestions .suggestionrow {
      cursor: pointer;
      padding: 10px; }
      .header-search .search-suggestions .suggestionrow .suggestionterm {
        display: inline; }
      .header-search .search-suggestions .suggestionrow .hits {
        display: inline;
        padding-left: 10px; }
    .header-search .search-suggestions .search-suggestion-header {
      padding: 10px;
      font-weight: bold; }
    .header-search .search-suggestions .search-suggestion-row {
      cursor: pointer;
      padding: 10px 0; }
      .header-search .search-suggestions .search-suggestion-row:hover {
        background-color: #00395A;
        color: #FFFFFF; }
        .header-search .search-suggestions .search-suggestion-row:hover a {
          color: #FFFFFF; }
      .header-search .search-suggestions .search-suggestion-row a {
        padding: 0; }
      .header-search .search-suggestions .search-suggestion-row .search-suggestion-image {
        float: left;
        width: 50px;
        margin: 0 10px; }
      .header-search .search-suggestions .search-suggestion-row .search-suggestion-product {
        float: left;
        padding: 10px 20px; }
      .header-search .search-suggestions .search-suggestion-row .product-brand {
        text-transform: capitalize; }

/**
* Header Media Queries
*/
@media (min-width: 1100px) {
  .header-search.hidden-xs {
    width: 235px; } }

.bottom-content {
  margin-bottom: 50px; }

.pdp-fitGuide-containor {
  background: #FFFFFF url("../../images/Harman_CarFit_PDP_BG.jpg") no-repeat 0 0;
  padding: 20px 15px 10px 15px;
  margin-top: 20px;
  width: 279px;
  font-family: "Univers LT W01 65 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif; }
  .pdp-fitGuide-containor .product-fitguide .header-fitguide {
    font-size: 18px;
    display: block;
    margin-bottom: 5px; }
  .pdp-fitGuide-containor .header-fitguide {
    font-size: 28px;
    color: #fff;
    background: #000; }
  .pdp-fitGuide-containor .fitguide_dropdown {
    font-size: 14px;
    width: 250px;
    height: 36px; }
  .pdp-fitGuide-containor .merge-dropdowns {
    width: 250px; }
  .pdp-fitGuide-containor .fit-info {
    background: url(../../images/tickmark.jpg) no-repeat 0 50%;
    padding-left: 30px;
    font-size: 18px;
    margin-bottom: 5px; }
  .pdp-fitGuide-containor .not-fit-info {
    background: url(../../images/warning.jpg) no-repeat 0 50%;
    padding-left: 30px;
    font-size: 18px;
    margin-bottom: 5px; }
  .pdp-fitGuide-containor .not-fit-msg {
    padding-left: 30px; }

.fitguide-container, .fitguide-category-container {
  background: #222222 url("../../images/Harman_CarFit_PLP_BG.jpg") repeat 0 0;
  padding: 20px 15px 10px 15px;
  font-family: "Univers LT W01 65 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif; }
  @media screen and (max-width: 600px) {
    .fitguide-container, .fitguide-category-container {
      padding: 20px 5px 10px; } }
  .fitguide-container .header-fitguide, .fitguide-category-container .header-fitguide {
    font-size: 28px;
    color: #fff;
    background: #000; }
    @media screen and (max-width: 1099px) {
      .fitguide-container .header-fitguide, .fitguide-category-container .header-fitguide {
        text-align: center;
        display: block; } }
    @media screen and (max-width: 600px) {
      .fitguide-container .header-fitguide, .fitguide-category-container .header-fitguide {
        font-size: 22px;
        text-align: center;
        display: block; } }
  .fitguide-container .no-items-match, .fitguide-category-container .no-items-match {
    background: url(../../images/warn-icon.png) no-repeat 0 5%;
    font-size: 24px;
    text-transform: capitalize;
    padding-left: 36px;
    background-size: 30px; }
    @media screen and (max-width: 600px) {
      .fitguide-container .no-items-match, .fitguide-category-container .no-items-match {
        font-size: 20px;
        padding-left: 26px;
        background-size: 22px; } }
    .fitguide-container .no-items-match .no-display-class, .fitguide-category-container .no-items-match .no-display-class {
      visibility: hidden; }

.fitguide-contant .no-items-match {
  background: url(../../images/warn-icon.png) no-repeat 0 0%;
  width: 44px;
  height: 29px;
  background-size: 30px;
  display: inline-block !important; }
  @media screen and (max-width: 600px) {
    .fitguide-contant .no-items-match {
      background-size: 25px;
      width: 30px; } }
  .fitguide-contant .no-items-match .no-display-class {
    visibility: hidden; }
.fitguide-contant .no-items-match-message {
  font-size: 24px;
  text-transform: capitalize; }
  @media screen and (max-width: 600px) {
    .fitguide-contant .no-items-match-message {
      font-size: 20px; } }

.fitguide-container {
  margin-top: 25px; }

.fitguide-category-container {
  margin-bottom: 14px; }

.color-white {
  color: #222222;
  font-family: "Univers LT W01 65 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif; }

.fitguide_dropdown {
  font-family: "Univers LT W01 65 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  display: block;
  border-radius: 0;
  padding: 5px 20px 5px 5px;
  font-size: 15px;
  width: 285px;
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../../images/dd_big_white.png) no-repeat 95% 50% #00395A;
  border: 2px solid #00395A;
  color: #FFFFFF;
  cursor: pointer;
  margin: auto;
  margin-bottom: 10px; }
  @media screen and (max-width: 600px) {
    .fitguide_dropdown {
      font-size: 12px;
      width: 250px;
      margin: auto;
      margin-bottom: 5px; } }
  .fitguide_dropdown > option {
    font-size: 14px;
    padding: 5px;
    margin: 0 10px;
    background: #fff;
    cursor: pointer;
    color: #00395A; }
    @media screen and (max-width: 600px) {
      .fitguide_dropdown > option {
        font-size: 11px; } }
    .fitguide_dropdown > option:hover {
      background-color: #00395A;
      color: #FFFFFF; }

.fitguide_dropdown.selected {
  background: url(../../images/dd_big_blue.png) no-repeat 95% 50% #FFFFFF;
  border: 2px solid #FFFFFF;
  color: #00395A; }

.fitguide_dropdown.progressing {
  background: url(../../images/progress.gif) no-repeat 95% 50% #FFFFFF;
  border: 2px solid #FFFFFF;
  color: #00395A;
  padding: 5px 20px 5px 5px; }

.merge-dropdowns {
  display: block;
  border-radius: 0;
  padding: 5px;
  font-size: 14px;
  padding-right: 5%;
  width: 285px;
  overflow: hidden;
  background: url(../../images/cross_big_blue.png) no-repeat 95% 50% #FFFFFF;
  border: 2px solid #FFFFFF;
  color: #00395A;
  cursor: pointer;
  margin: auto; }
  @media screen and (max-width: 600px) {
    .merge-dropdowns {
      font-size: 12px;
      width: 250px; } }
  .merge-dropdowns span {
    margin-top: 3px;
    font-size: 12px; }

.fitguide-search-page {
  background: #6f6f6f url("../../images/Harman_CarFit_LandingPage_BG.jpg") repeat 0 0;
  margin-bottom: 20px;
  font-family: "Univers LT W01 65 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding: 0px 10px 0 5px; }
  .fitguide-search-page .breadcrumb {
    position: absolute; }
    .fitguide-search-page .breadcrumb a {
      color: #F1F1F1 !important; }
      .fitguide-search-page .breadcrumb a:hover {
        color: #585858 !important; }
  .fitguide-search-page .fitguide-contant {
    text-align: center;
    color: #FFFFFF;
    padding: 13px 10px 10px 0px; }
    .fitguide-search-page .fitguide-contant span {
      display: block; }
    .fitguide-search-page .fitguide-contant .dropdowns {
      width: 285px;
      margin: auto;
      display: none; }
      @media screen and (max-width: 600px) {
        .fitguide-search-page .fitguide-contant .dropdowns {
          width: 250px; } }
      .fitguide-search-page .fitguide-contant .dropdowns button {
        text-transform: uppercase;
        color: #FFFFFF;
        margin: 0 20px; }
        @media screen and (max-width: 600px) {
          .fitguide-search-page .fitguide-contant .dropdowns button {
            margin: 0 10px; } }
    .fitguide-search-page .fitguide-contant .fitguide-header {
      font-size: 35px;
      padding: 5px 0;
      text-transform: uppercase; }
      @media screen and (max-width: 600px) {
        .fitguide-search-page .fitguide-contant .fitguide-header {
          font-size: 26px;
          padding: 20px 0 0 5px;
          line-height: 28px; } }
    .fitguide-search-page .fitguide-contant .fitguide-textinfo {
      margin-bottom: 15px; }
      @media screen and (max-width: 600px) {
        .fitguide-search-page .fitguide-contant .fitguide-textinfo {
          margin-bottom: 5px; } }

@media (max-width: 750px) {
  .min-cart-redirectParent {
    float: right;
    font-size: 14px;
    line-height: 60px;
    margin-right: 10px; } }

.mini-cart-redirectlink {
  color: #00395A !important;
  text-decoration: underline;
  font-size: 18px;
  display: inline-block; }
  .mini-cart-redirectlink:hover, .mini-cart-redirectlink:active {
    text-decoration: none;
    color: #222222 !important; }

.cart-redirect-modal .modal-header {
  min-height: 49px; }
.cart-redirect-modal .cart-modal-buttons {
  margin-top: 5px; }
  .cart-redirect-modal .cart-modal-buttons .checkout-stay {
    margin-right: 15px; }

/* Cookies popup */
.cookie-modal {
  position: fixed;
  width: 100%;
  padding: 15px 0;
  background-color: #00395A;
  bottom: 0;
  left: 0;
  z-index: 100; }
  .cookie-modal .visible-xs a {
    color: #fff;
    text-decoration: underline; }
  .cookie-modal .mobile-cookie-buttons {
    text-align: center; }
    .cookie-modal .mobile-cookie-buttons .btn-link {
      text-decoration: underline;
      margin-left: 5px;
      color: #FFFFFF; }
    .cookie-modal .mobile-cookie-buttons .btn-xs {
      margin-right: 5px;
      width: 50%;
      max-width: 150px; }
  @media (min-width: 600px) {
    .cookie-modal div + div {
      padding-left: 0; } }
  @media (min-width: 480px) and (max-width: 600px) {
    .cookie-modal div + div {
      text-align: right; } }
  .cookie-modal .btn {
    width: 100%;
    min-width: auto;
    padding-left: 0;
    padding-right: 0;
    background-color: #FFFFFF;
    color: #00395A;
    text-transform: uppercase; }
    @media (min-width: 480px) and (max-width: 600px) {
      .cookie-modal .btn {
        width: auto;
        padding-left: 15px;
        padding-right: 15px; } }
    @media (min-width: 980px) {
      .cookie-modal .btn {
        width: auto;
        padding-left: 15px;
        padding-right: 15px; }
        .cookie-modal .btn + .btn {
          margin-left: 10px; } }
  .cookie-modal .content-asset {
    color: #FFFFFF; }
    @media (min-width: 600px) {
      .cookie-modal .content-asset p {
        margin: 0;
        line-height: 20px; } }

#subscriptionModel {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 2147483647;
  background: rgba(0, 0, 0, 0.5); }
  #subscriptionModel #newsletter-wrapper {
    width: 780px;
    height: 380px;
    position: absolute;
    background-color: #fff;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0; }
    @media screen and (max-width: 978px) {
      #subscriptionModel #newsletter-wrapper {
        width: 320px;
        height: 473px; } }
    #subscriptionModel #newsletter-wrapper .close1 {
      position: absolute;
      z-index: 300;
      right: -8px;
      top: -8px;
      background: white;
      width: 24px;
      height: 24px;
      border-radius: 13px;
      cursor: pointer;
      box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
      line-height: 1.6em;
      font-size: 15px; }
    #subscriptionModel #newsletter-wrapper .leftPanel {
      width: 60%;
      height: 100%;
      position: relative;
      float: left;
      padding: 10px;
      background: #00395A; }
      @media screen and (max-width: 978px) {
        #subscriptionModel #newsletter-wrapper .leftPanel {
          width: 100%;
          height: 55%; } }
      #subscriptionModel #newsletter-wrapper .leftPanel .envelope-container {
        position: relative;
        width: 100%;
        height: 50%; }
        #subscriptionModel #newsletter-wrapper .leftPanel .envelope-container .envelope {
          position: absolute;
          height: 80px;
          width: 150px;
          left: 50%;
          transform: translateX(-50%);
          bottom: 0;
          background: #f9f9f9;
          box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2); }
          @media screen and (max-width: 978px) {
            #subscriptionModel #newsletter-wrapper .leftPanel .envelope-container .envelope {
              width: 130px;
              height: 60px; } }
          #subscriptionModel #newsletter-wrapper .leftPanel .envelope-container .envelope .top {
            width: 112px;
            background: #eaeaea;
            height: 112px;
            margin: auto;
            top: -68%;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            transform: translateX(-50%) rotate(45deg);
            border-radius: 12px;
            box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5); }
            @media screen and (max-width: 978px) {
              #subscriptionModel #newsletter-wrapper .leftPanel .envelope-container .envelope .top {
                width: 98px;
                height: 98px;
                top: -79%;
                border-bottom-right-radius: 40px; } }
          #subscriptionModel #newsletter-wrapper .leftPanel .envelope-container .envelope .bottom {
            position: absolute;
            z-index: 20;
            bottom: 0px;
            left: 0;
            border-left: 75px solid transparent;
            border-right: 75px solid transparent;
            border-bottom: 40px solid #eaeaea; }
            @media screen and (max-width: 978px) {
              #subscriptionModel #newsletter-wrapper .leftPanel .envelope-container .envelope .bottom {
                border-left: 65px solid transparent;
                border-right: 65px solid transparent;
                border-bottom: 30px solid #eaeaea; } }
          #subscriptionModel #newsletter-wrapper .leftPanel .envelope-container .envelope .left {
            position: absolute;
            z-index: 20;
            bottom: 0px;
            left: 0px;
            border-left: 75px solid #fff;
            border-top: 40px solid transparent;
            border-bottom: 40px solid transparent; }
            @media screen and (max-width: 978px) {
              #subscriptionModel #newsletter-wrapper .leftPanel .envelope-container .envelope .left {
                border-left: 65px solid #fff;
                border-top: 30px solid transparent;
                border-bottom: 30px solid transparent; } }
          #subscriptionModel #newsletter-wrapper .leftPanel .envelope-container .envelope .right {
            position: absolute;
            z-index: 20;
            bottom: 0px;
            right: 0px;
            border-right: 75px solid #fff;
            border-top: 40px solid transparent;
            border-bottom: 40px solid transparent;
            border-right-color: linear-gradient(#f30, #fff); }
            @media screen and (max-width: 978px) {
              #subscriptionModel #newsletter-wrapper .leftPanel .envelope-container .envelope .right {
                border-right: 65px solid #fff;
                border-top: 30px solid transparent;
                border-bottom: 30px solid transparent; } }
          #subscriptionModel #newsletter-wrapper .leftPanel .envelope-container .envelope .paper {
            position: absolute;
            height: 101px;
            padding-top: 10px;
            width: 82%;
            top: 10px;
            left: 50%;
            z-index: 10;
            margin-top: -60px;
            transform: translateX(-50%);
            box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
            background: #00598d; }
      #subscriptionModel #newsletter-wrapper .leftPanel .newsletter-title {
        font-size: 22px;
        color: rgba(255, 255, 255, 0.9);
        text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3); }
      #subscriptionModel #newsletter-wrapper .leftPanel .newsletter-description {
        color: rgba(255, 255, 255, 0.8);
        font-size: 16px;
        color: rgba(255, 255, 255, 0.8);
        text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3); }
        @media screen and (max-width: 978px) {
          #subscriptionModel #newsletter-wrapper .leftPanel .newsletter-description {
            font-size: 15px;
            line-height: 1.1em; } }
    #subscriptionModel #newsletter-wrapper .rightpanel {
      width: 40%;
      float: left;
      height: 100%;
      padding: 10px;
      background: white;
      position: relative; }
      @media screen and (max-width: 978px) {
        #subscriptionModel #newsletter-wrapper .rightpanel {
          width: 100%;
          height: 45%;
          padding-top: 0px; } }
      @media screen and (max-width: 978px) {
        #subscriptionModel #newsletter-wrapper .rightpanel h3 {
          margin-top: 0; } }
      #subscriptionModel #newsletter-wrapper .rightpanel .form-containor {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
        left: 15px; }
        @media screen and (max-width: 978px) {
          #subscriptionModel #newsletter-wrapper .rightpanel .form-containor {
            transform: translateY(-60%); } }
        #subscriptionModel #newsletter-wrapper .rightpanel .form-containor form {
          text-align: left; }
          #subscriptionModel #newsletter-wrapper .rightpanel .form-containor form .email-containor {
            position: relative;
            width: 100%;
            height: 60px;
            margin-bottom: 10px;
            border-radius: 4px;
            transition: all 0.3s; }
            #subscriptionModel #newsletter-wrapper .rightpanel .form-containor form .email-containor.has-error {
              margin-bottom: 20px; }
            #subscriptionModel #newsletter-wrapper .rightpanel .form-containor form .email-containor ul {
              position: absolute;
              bottom: -24px; }
            #subscriptionModel #newsletter-wrapper .rightpanel .form-containor form .email-containor label {
              position: absolute;
              z-index: 10;
              margin-bottom: 0;
              top: 50%;
              transform: translateY(-50%);
              font-size: 20px;
              color: #999;
              pointer-events: none;
              transition: all 0.3s; }
              #subscriptionModel #newsletter-wrapper .rightpanel .form-containor form .email-containor label.active {
                transform: translateY(-100%) scale(0.6);
                left: -27px; }
            #subscriptionModel #newsletter-wrapper .rightpanel .form-containor form .email-containor #email {
              position: absolute;
              border: none;
              outline: none;
              height: 30px;
              top: 50%;
              transform: translateY(-30%);
              height: 35px;
              width: 100%;
              border-bottom: 2px solid #ccc;
              font-size: 16px; }
          #subscriptionModel #newsletter-wrapper .rightpanel .form-containor form .btn-newsletter {
            width: 100%;
            max-width: 100%; }
          #subscriptionModel #newsletter-wrapper .rightpanel .form-containor form .close-newsletter {
            width: 100%;
            text-align: center;
            display: inline-block;
            margin-top: 10px;
            color: #666;
            text-decoration: underline;
            cursor: pointer; }
    #subscriptionModel #newsletter-wrapper .newsletter-privacy {
      position: absolute;
      display: block;
      bottom: 0;
      color: #666;
      font-size: 12px;
      text-align: center;
      right: 0;
      left: 0; }

#primary.fluid-checkout .breadcrumb, #primary.fluid-checkout #fluid-cart-header-banner-container, #primary.fluid-checkout .checkout-button-container, #primary.fluid-checkout .cart-order-total, #primary.fluid-checkout .fluid-checkout-faq {
  display: none; }

.cart .grid-cell:first-of-type .template-header .grid-cell:first-of-type h2 .content-asset {
  display: inline-block; }
  @media screen and (max-width: 600px) {
    .cart .grid-cell:first-of-type .template-header .grid-cell:first-of-type h2 .content-asset {
      display: block; } }
  .cart .grid-cell:first-of-type .template-header .grid-cell:first-of-type h2 .content-asset .neadHelpLink {
    font-size: 14px !important;
    padding-left: 15px;
    color: #00395A;
    text-decoration: underline;
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding-right: 50px; }
    @media screen and (max-width: 600px) {
      .cart .grid-cell:first-of-type .template-header .grid-cell:first-of-type h2 .content-asset .neadHelpLink {
        margin-top: 10px;
        padding-left: 0;
        position: inherit;
        padding-right: 0; } }
  .cart .grid-cell:first-of-type .template-header .grid-cell:first-of-type h2 .content-asset .neadHelpLink:hover .needhelp-tooltip {
    display: block; }
  .cart .grid-cell:first-of-type .template-header .grid-cell:first-of-type h2 .content-asset .needhelp-tooltip {
    display: none;
    position: absolute;
    padding-bottom: 0;
    left: 78%;
    top: -20px;
    z-index: 300; }
    @media screen and (max-width: 600px) {
      .cart .grid-cell:first-of-type .template-header .grid-cell:first-of-type h2 .content-asset .needhelp-tooltip {
        top: 63px;
        left: 0; } }
  .cart .grid-cell:first-of-type .template-header .grid-cell:first-of-type h2 .content-asset .tip {
    width: 350px;
    padding: 1em;
    color: black;
    background: white;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.65);
    border-radius: 5px;
    font-weight: normal;
    font-family: "HelveticaNeueW01-55Roma", Helvetica, sans-serif;
    cursor: default;
    margin-left: 0px; }
    @media screen and (max-width: 600px) {
      .cart .grid-cell:first-of-type .template-header .grid-cell:first-of-type h2 .content-asset .tip {
        width: 100%;
        left: 0;
        right: 0;
        padding: 0.5em 0.5em 1em 0.5em; } }
  .cart .grid-cell:first-of-type .template-header .grid-cell:first-of-type h2 .content-asset .tip a {
    cursor: pointer; }
  .cart .grid-cell:first-of-type .template-header .grid-cell:first-of-type h2 .content-asset .needhelp-tooltip:hover .needhelp-tooltip {
    display: block; }
  .cart .grid-cell:first-of-type .template-header .grid-cell:first-of-type h2 .content-asset .tip-title {
    color: #222222;
    font-size: 18px !important;
    margin-bottom: 15px;
    font-family: "HelveticaNeueW01-75Bold", Helvetica, sans-serif; }
  .cart .grid-cell:first-of-type .template-header .grid-cell:first-of-type h2 .content-asset .tip-description {
    padding-bottom: 15px; }
  .cart .grid-cell:first-of-type .template-header .grid-cell:first-of-type h2 .content-asset .tip-hours {
    padding-bottom: 5px; }
  .cart .grid-cell:first-of-type .template-header .grid-cell:first-of-type h2 .content-asset .tip::before {
    content: '';
    border-style: solid;
    border-width: 1rem 1rem 1rem 1rem;
    border-color: transparent transparent transparent transparent;
    position: absolute;
    left: -10px;
    top: 16px;
    transform: rotate(315deg);
    background: white;
    box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.45); }
    @media screen and (max-width: 600px) {
      .cart .grid-cell:first-of-type .template-header .grid-cell:first-of-type h2 .content-asset .tip::before {
        left: 50%;
        transform: translate(-50%) rotate(45deg);
        top: -9px;
        bottom: auto; } }

.linc-optin-widget {
  max-width: 700px; }

#edit-address-form input[type=number]::-webkit-inner-spin-button, #edit-address-form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0; }

a.customizeBtnModel {
  max-width: 100%;
  padding: 3px 10px;
  background: #FFFFFF;
  border: 2px solid #00395A;
  color: #00395A; }
  a.customizeBtnModel:hover {
    background: #00395A;
    color: #FFFFFF; }

.fluid-components-checkout-OrderSummary .image-button .content-asset button.paypal-btn-en {
  height: 36px;
  text-align: left;
  text-indent: -10000px;
  color: #FFBF00;
  background-color: #00395A;
  border-radius: 5px;
  margin-bottom: 20px; }

.header_search_label {
  color: #00395A;
  font-size: 14px;
  font-family: "Univers LT W01 55 Roman", Arial, "Helvetica Neue", Helvetica, sans-serif;
  top: -13px;
  letter-spacing: 0.5px;
  position: absolute;
  top: -9999px; }

.hidden_form_label {
  position: absolute;
  top: -9999px; }

#parallelogram {
  width: 150px;
  height: 100px;
  transform: skew(20deg);
  background: white; }

.promo-short-image-new {
  height: 250px; }
  .promo-short-image-new img {
    max-width: 246px;
    position: absolute;
    right: 2px;
    top: 2px; }
  .promo-short-image-new .triangle-shape {
    width: 0;
    height: 0;
    border-bottom: 246px solid white;
    border-left: 150px solid transparent;
    position: absolute;
    right: 248px;
    top: 2px; }

.promo-short-new .price-strikethrough {
  color: #fff;
  font-size: 0.85em; }
.promo-short-new .price-off-option {
  font-size: 0.65em;
  color: #FFFFFF;
  background-color: #c10000;
  padding: 0 10px;
  margin-left: 5px;
  display: inline-block; }

#navigation .visually-hidden {
  display: none; }
#navigation .full-bleed {
  border-top: 1px solid #dfe5e8;
  border-bottom: 1px solid #dfe5e8;
  padding: 0 20px; }
@media (min-width: 981px) {
  #navigation .nav-item-mobile {
    display: none !important; } }
@media (max-width: 980px) {
  #navigation .nav-item-tablet-desktop {
    display: none !important; } }
@media (max-width: 980px) {
  #navigation .full-bleed {
    padding: 0; }
  #navigation .navigation-table .menu-category {
    position: absolute;
    width: 100%;
    max-width: 600px;
    overflow-y: scroll;
    top: 110px;
    z-index: 999; } }
@media (max-width: 320px) {
  #navigation .navigation-table .menu-category {
    max-height: 360px; } }
#navigation .top-level > li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  border: none;
  height: 33px; }
  #navigation .top-level > li a {
    display: block;
    font-family: "Univers LT W01 65 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-decoration: none;
    color: #222222;
    border: 0;
    text-transform: uppercase; }
#navigation .level-0 {
  height: 33px;
  margin: 0; }
  #navigation .level-0 > li {
    text-align: left; }
    #navigation .level-0 > li.main-menu {
      width: 63%; }
    #navigation .level-0 > li.search-button {
      text-align: right;
      width: 35%; }
    #navigation .level-0 > li a {
      color: #00395A;
      font-family: "Univers LT W01 65 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
      padding: 10px 15px;
      white-space: nowrap; }
      #navigation .level-0 > li a i.icon-caret {
        margin: 5px 0 0 5px; }
      #navigation .level-0 > li a i.search-close {
        width: 20px;
        text-align: left; }
    #navigation .level-0 > li.active {
      background: #dfe5e8; }
      #navigation .level-0 > li.active a i.icon-caret {
        background-position: 0 -72px; }
#navigation .level-1 {
  height: 33px;
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
  margin: 0;
  position: relative; }
  #navigation .level-1 > li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    text-align: center;
    border: none;
    width: auto; }
    #navigation .level-1 > li.stretch {
      height: 0;
      width: 100%;
      display: inline-block;
      font-size: 0;
      line-height: 0; }
    #navigation .level-1 > li > a {
      display: block;
      font-family: "Univers LT W01 65 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 13px;
      text-decoration: none;
      color: #222222;
      border: 0;
      text-transform: uppercase;
      overflow: hidden;
      height: auto;
      line-height: 33px; }
      #navigation .level-1 > li > a:hover span {
        background: #00395A;
        color: #FFFFFF; }
      #navigation .level-1 > li > a span {
        padding: 5px; }
      #navigation .level-1 > li > a .back {
        display: none;
        text-align: right; }
        #navigation .level-1 > li > a .back i.icon-back-arrow {
          margin-right: 5px;
          margin-top: 7px; }
    #navigation .level-1 > li.highlight a span {
      background: #00395A;
      color: #FFFFFF; }
    @media (min-width: 981px) {
      #navigation .level-1 > li:hover div.level-2-holder-desktop {
        display: block; } }
    #navigation .level-1 > li div.level-2-holder-desktop {
      display: none;
      width: 100%;
      height: auto;
      top: 32px;
      position: absolute;
      left: 0;
      z-index: 100;
      padding: 0;
      -webkit-transition: opacity 150ms linear;
      -o-transition: opacity 150ms linear;
      transition: opacity 150ms linear; }
      #navigation .level-1 > li div.level-2-holder-desktop .menu-wrapper {
        background-color: #fff;
        text-align: left;
        border-top: 1px solid #dfe5e8;
        border-bottom: 1px solid #dfe5e8;
        padding: 30px 0; }
        #navigation .level-1 > li div.level-2-holder-desktop .menu-wrapper:before, #navigation .level-1 > li div.level-2-holder-desktop .menu-wrapper:after {
          content: " ";
          display: table; }
        #navigation .level-1 > li div.level-2-holder-desktop .menu-wrapper:after {
          clear: both; }
        #navigation .level-1 > li div.level-2-holder-desktop .menu-wrapper ul.level-2 > li {
          /*Prevent justification inherited from level-1*/
          text-align: center;
          min-height: 155px;
          text-justify: inter-word;
          -ms-text-justify: inter-word; }
          #navigation .level-1 > li div.level-2-holder-desktop .menu-wrapper ul.level-2 > li a {
            font-family: "Univers LT W01 55 Roman", Arial, "Helvetica Neue", Helvetica, sans-serif;
            text-transform: none;
            margin-bottom: 10px; }
            #navigation .level-1 > li div.level-2-holder-desktop .menu-wrapper ul.level-2 > li a img {
              margin: auto;
              display: block;
              height: 101px; }
          #navigation .level-1 > li div.level-2-holder-desktop .menu-wrapper ul.level-2 > li.new-row {
            clear: both; }
      #navigation .level-1 > li div.level-2-holder-desktop .vertical-separator {
        border-right: 1px solid #DFE5E8; }
      #navigation .level-1 > li div.level-2-holder-desktop .custom img {
        max-width: 100%; }
    #navigation .level-1 > li div.level-2-holder-mobile {
      text-align: left;
      display: none; }
      #navigation .level-1 > li div.level-2-holder-mobile li a {
        display: block;
        font-family: "Univers LT W01 65 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
        text-decoration: none;
        color: #222222;
        text-transform: uppercase;
        border-bottom: 1px solid #f7fcff;
        line-height: 33px;
        margin: 0; }
  @media (max-width: 980px) {
    #navigation .level-1 {
      background: #dfe5e8;
      text-align: left;
      display: none;
      height: auto; }
      #navigation .level-1 > li {
        display: block;
        margin: 0;
        width: 100%;
        padding: 0 15px;
        height: auto; }
        #navigation .level-1 > li.active a {
          font-family: "Univers LT W01 55 Roman", Arial, "Helvetica Neue", Helvetica, sans-serif;
          text-transform: none; }
          #navigation .level-1 > li.active a .back {
            display: block;
            text-transform: uppercase;
            font-family: "Univers LT W01 65 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif; }
        #navigation .level-1 > li a {
          display: block;
          font-family: "Univers LT W01 65 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
          text-decoration: none;
          color: #222222;
          text-transform: uppercase;
          border-bottom: 1px solid #f7fcff;
          margin: 0; }
          #navigation .level-1 > li a:hover {
            background: inherit;
            color: #222222; } }

#secondary {
  font-size: 1em;
  /* refinements header */
  /* refinement list */ }
  #secondary .visually-hidden {
    display: none; }
  #secondary .refinement-header, #secondary h1.h2 {
    border-bottom: 1px solid #DFE5E8;
    color: #00395A;
    display: block;
    font: 2.857142857rem "Univers LT W01 55 Roman", Arial, "Helvetica Neue", Helvetica, sans-serif;
    letter-spacing: 0.032em;
    margin: 0 0 10px 0;
    padding-bottom: 13px;
    text-transform: none; }
    @media (max-width: 1100px) {
      #secondary .refinement-header, #secondary h1.h2 {
        font-size: 2.2rem; } }
  #secondary .refinement-link {
    /* active refinement */ }
    #secondary .refinement-link.active {
      background-color: #00395A;
      border-radius: 2px;
      color: #FFFFFF;
      text-decoration: none; }
  #secondary .toggle {
    border-bottom: 1px solid #DFE5E8;
    color: #00395A;
    cursor: pointer;
    font: 1em "Univers LT W01 65 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
    padding-bottom: 13px;
    position: relative;
    overflow: hidden; }
    #secondary .toggle span {
      float: left;
      padding-left: 20px;
      position: relative; }
      #secondary .toggle span:before {
        border-style: solid;
        border-width: 9px 5px 0 5px;
        border-color: #00395A transparent transparent transparent;
        content: '';
        height: 0;
        margin-top: -6px;
        left: 0;
        position: absolute;
        top: 9px;
        width: 0; }
  #secondary .clear-refinement {
    float: right;
    margin-left: 10px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-decoration: underline;
    text-transform: none; }
  #secondary .refinement > ul > li a, #secondary > ul > li a {
    color: #00395A;
    line-height: 2.142857143em;
    padding: 7px 10px; }
    #secondary .refinement > ul > li a:hover, #secondary > ul > li a:hover {
      color: #00395A; }
  #secondary .refinement > ul > li ul, #secondary > ul > li ul {
    margin: 0 0 0 30px; }
  #secondary .refinement > ul > li > a, #secondary > ul > li > a {
    font-family: "Univers LT W01 65 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #00395A; }
    #secondary .refinement > ul > li > a:hover, #secondary > ul > li > a:hover {
      color: #00395A; }
  #secondary .refinement {
    position: relative; }
    #secondary .refinement .refinement-link {
      /* active refinement */ }
      #secondary .refinement .refinement-link.active {
        background-color: #00395A;
        border-radius: 2px;
        color: #FFFFFF;
        text-decoration: none; }
    #secondary .refinement > ul > li a {
      font-family: "Univers LT W01 55 Roman", Arial, "Helvetica Neue", Helvetica, sans-serif; }
    #secondary .refinement > ul > li > ul {
      margin-bottom: 10px;
      margin-top: 10px; }
    #secondary .refinement > ul.selectable li {
      margin-bottom: 14px;
      position: relative; }
      #secondary .refinement > ul.selectable li:before {
        border: 1px solid #585858;
        border-radius: 2px;
        background: url(../../images/checkmark.png) no-repeat center;
        content: '';
        height: 16px;
        left: 0;
        position: absolute;
        top: 0;
        width: 16px; }
      #secondary .refinement > ul.selectable li.selected:before {
        background-color: #00395A;
        border: 0; }
      #secondary .refinement > ul.selectable li a {
        line-height: 1em;
        padding: 0 0 0 27px;
        position: relative; }
    #secondary .refinement > ul.swatches {
      margin-bottom: 4px; }
      #secondary .refinement > ul.swatches li {
        float: left;
        margin: 0 15px 15px 0; }
        #secondary .refinement > ul.swatches li.default a, #secondary .refinement > ul.swatches li.swatch-white a, #secondary .refinement > ul.swatches li.swatch-clear a {
          border: 1px solid #585858; }
        #secondary .refinement > ul.swatches li a {
          display: block;
          height: 30px;
          padding: 0;
          text-indent: -1000em;
          width: 30px; }
          #secondary .refinement > ul.swatches li a[style="background-color: #FFF;"] {
            border: 1px solid #585858; }
        #secondary .refinement > ul.swatches li.selected {
          position: relative; }
          #secondary .refinement > ul.swatches li.selected:before {
            border: 1px solid #222222;
            bottom: 0;
            content: '';
            left: 0;
            position: absolute;
            right: 0;
            top: 0; }
          #secondary .refinement > ul.swatches li.selected:after {
            border: 1px solid #FFFFFF;
            bottom: 1px;
            content: '';
            left: 1px;
            position: absolute;
            right: 1px;
            top: 1px; }

/** Content Templates **/
.page-content #secondary h1 {
  margin-top: 15px; }

/**
 * Footer styles
 */
.footer {
  /**
    * Newsletter
    */
  /**
    * Main Footer
    */
  /**
    * Secondary Footer
    */ }
  .footer span {
    font-family: "Univers LT W01 55 Roman", Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin-top: 10px;
    display: inline-block; }
    .footer span.heading-soft {
      margin-bottom: 13px;
      font-size: 18px;
      pointer-events: auto;
      cursor: pointer;
      /** make click events work nicely with bootstrap & ios */ }
    .footer span::after {
      content: " -"; }
    .footer span.collapsed::after {
      content: " +"; }
  .footer hr {
    width: 42px;
    height: 3px;
    background-color: #FFFFFF;
    color: #FFFFFF;
    border: 0 none;
    margin: 5px auto; }
  .footer .footer-email-signup {
    background-color: #005484;
    color: #FFFFFF; }
    .footer .footer-email-signup .default-wrapper {
      padding: 20px 0; }
      .footer .footer-email-signup .default-wrapper .parsley-error-list {
        position: absolute;
        font-size: 12px;
        text-align: left;
        left: 0;
        top: 100%; }
    .footer .footer-email-signup .signup-container {
      text-align: center; }
    @media (min-width: 600px) {
      .footer .footer-email-signup .signup-label, .footer .footer-email-signup .signup-form {
        display: inline-block;
        vertical-align: top;
        white-space: nowrap; } }
    .footer .footer-email-signup .signup-label {
      font-size: 18px;
      line-height: 40px; }
      @media (max-width: 599px) {
        .footer .footer-email-signup .signup-label {
          margin-bottom: 5px; } }
    .footer .footer-email-signup .input-group, .footer .footer-email-signup .btn {
      display: inline-block;
      vertical-align: top; }
    .footer .footer-email-signup .input-group {
      width: 80%; }
      @media (min-width: 600px) {
        .footer .footer-email-signup .input-group {
          width: 200px; } }
      @media (min-width: 1100px) {
        .footer .footer-email-signup .input-group {
          width: 230px; } }
    .footer .footer-email-signup .btn {
      margin-left: -4px;
      min-width: 20%; }
      @media (min-width: 600px) {
        .footer .footer-email-signup .btn {
          min-width: 60px; } }
      @media (min-width: 1100px) {
        .footer .footer-email-signup .btn {
          min-width: 160px; } }
  .footer footer {
    background-color: #00395A; }
  .footer .footer-container {
    color: #fff;
    min-height: 580px; }
  .footer .footer-logo {
    background: url(../../images/footer-logo.png) no-repeat 50% 50%;
    min-height: 140px;
    width: 148px;
    margin: 0 auto; }
  .footer .links-container {
    background-color: #00395A;
    color: #FFFFFF;
    text-align: center; }
    .footer .links-container a {
      color: #FFFFFF;
      text-decoration: underline; }
    .footer .links-container ul li a {
      font-size: 11px;
      display: block;
      margin-bottom: 12px;
      text-decoration: none; }
    .footer .links-container p {
      margin-bottom: 20px; }
    .footer .links-container .list-3, .footer .links-container .list-4 {
      margin-bottom: 12px; }
    @media (min-width: 600px) and (max-width: 767px) {
      .footer .links-container .list-4 a {
        margin-left: -14px;
        font-size: 12px;
        letter-spacing: -0.3px; } }
    @media (min-width: 768px) and (max-width: 800px) {
      .footer .links-container .list-4 a {
        font-size: 12px; } }
  .footer .brand-icons {
    margin-top: 0;
    text-align: center; }
    .footer .brand-icons ul {
      margin-bottom: 0; }
    .footer .brand-icons li {
      padding-left: 12px;
      padding-right: 12px;
      margin-bottom: 10px; }
  .footer .copyright {
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center; }

/* Signup dialog needs a custom size to accommodate iframe */
.signup-modal .modal-dialog {
  max-width: 100%;
  width: 600px; }
  @media (max-width: 600px) {
    .signup-modal .modal-dialog {
      width: 100%;
      margin: 0;
      padding: 10px; } }
.signup-modal .modal-footer {
  display: none; }

/**
* Footer Media Queries
*/
@media (min-width: 600px) {
  .footer .brand-icons {
    margin-top: 30px; }
  .footer .links-container span.heading-soft, .footer .brand-icons span.heading-soft {
    pointer-events: none; }
    .footer .links-container span.heading-soft::after, .footer .brand-icons span.heading-soft::after {
      content: ""; } }

@media screen and (max-width: 600px) {
  .livechat-container-footer {
    display: none; } }
.livechat-container-footer .chat-button {
  padding-top: 5px;
  min-width: 116px; }

.livechat-container {
  position: relative;
  margin-bottom: 20px; }
  @media screen and (max-width: 600px) {
    .livechat-container {
      display: none; } }
  .livechat-container .row {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    left: 0; }
    .livechat-container .row .chat-header {
      display: table;
      height: 100%; }
      .livechat-container .row .chat-header .chat-content {
        display: table-cell;
        vertical-align: middle; }
        .livechat-container .row .chat-header .chat-content span {
          display: block;
          color: #FFFFFF;
          font-size: 27px;
          font-family: "Univers LT W01 55 Roman", Arial, "Helvetica Neue", Helvetica, sans-serif;
          margin: 20px; }
          @media screen and (max-width: 1260px) {
            .livechat-container .row .chat-header .chat-content span {
              font-size: 23px; } }
          @media screen and (max-width: 1040px) {
            .livechat-container .row .chat-header .chat-content span {
              font-size: 19px; } }
          @media screen and (max-width: 930px) {
            .livechat-container .row .chat-header .chat-content span {
              font-size: 17px;
              margin: 10px; } }
          @media screen and (max-width: 780px) {
            .livechat-container .row .chat-header .chat-content span {
              font-size: 14px;
              margin-top: 10px; } }
          @media screen and (max-width: 680px) {
            .livechat-container .row .chat-header .chat-content span {
              font-size: 13px;
              margin-top: 4px; } }
          @media screen and (max-width: 415px) {
            .livechat-container .row .chat-header .chat-content span {
              font-size: 11px;
              margin: 0; } }
        .livechat-container .row .chat-header .chat-content button {
          margin: 0 20px; }
          @media screen and (max-width: 1260px) {
            .livechat-container .row .chat-header .chat-content button {
              min-width: 90px;
              padding: 3px; } }
          @media screen and (max-width: 1040px) {
            .livechat-container .row .chat-header .chat-content button {
              min-width: 85px;
              font-size: 13px;
              padding: 3px; } }
          @media screen and (max-width: 930px) {
            .livechat-container .row .chat-header .chat-content button {
              min-width: 80px;
              font-size: 12px;
              padding: 0; } }
          @media screen and (max-width: 680px) {
            .livechat-container .row .chat-header .chat-content button {
              min-width: 75px; } }
          @media screen and (max-width: 415px) {
            .livechat-container .row .chat-header .chat-content button {
              min-width: 70px;
              font-size: 11px; } }

.header-logo2-geo {
  padding-top: 8px; }

.heading-geo-text {
  color: #222222;
  font-size: 24px; }

#geo-continue-btn {
  text-transform: initial;
  max-width: 270px; }

#geo-gocountry-btn {
  text-transform: initial;
  max-width: 270px; }

#cookie-hint .content-asset a {
  color: #fff;
  text-decoration: underline; }

.footer_accessibility_message {
  text-align: center;
  padding: 15px 0 0 0;
  letter-spacing: 0.1em; }
  .footer_accessibility_message a {
    text-decoration: underline;
    color: #fff; }
    .footer_accessibility_message a:hover {
      color: #fff;
      text-decoration: none; }

.sr_message {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  margin: -1px;
  clip-path: rect(0, 0, 0, 0);
  border: 0; }

.footer_sub_email {
  position: absolute;
  left: -9999px; }

.breadcrumb {
  background-color: transparent;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding: 10px 0 0; }
  .breadcrumb h2 {
    margin: 0;
    font-size: 14px;
    color: #00395A;
    display: inline;
    text-transform: capitalize;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
  .breadcrumb .breadcrumb-h2 {
    color: #222222;
    font-size: 14px;
    margin: 0;
    display: inline; }
  .breadcrumb .breadcrumb-h2-hover {
    color: #222222;
    font-weight: bold; }
    .breadcrumb .breadcrumb-h2-hover:hover {
      color: #00395A; }
  .breadcrumb div[typeof="ListItem"] {
    display: inline-block;
    vertical-align: middle; }
  .breadcrumb a {
    line-height: 2em;
    margin-right: 10px;
    position: relative;
    text-decoration: underline; }
    .breadcrumb a:not(.breadcrumb-last):not(.breadcrumb-relax) {
      color: #222222; }
      .breadcrumb a:not(.breadcrumb-last):not(.breadcrumb-relax):after {
        content: '/';
        display: inline-block;
        line-height: 1.4em;
        margin-left: 10px;
        vertical-align: baseline; }
    .breadcrumb a.breadcrumb-relax img {
      position: relative;
      top: -2px; }
  .breadcrumb span.breadcrumb-refinement-name, .breadcrumb span.breadcrumb-refinement-value {
    color: #00395A;
    font-weight: bold; }
    .breadcrumb span.breadcrumb-refinement-name a.breadcrumb-relax, .breadcrumb span.breadcrumb-refinement-value a.breadcrumb-relax {
      text-decoration: none; }
  .breadcrumb .breadcrumb-result-text a {
    margin-right: 0; }
    .breadcrumb .breadcrumb-result-text a:after {
      display: none; }
  .breadcrumb .breadcrumb-last {
    font-weight: bold;
    text-decoration: none; }

/**
 *   Carousel styles
 *   Note: har brands use slick carousel.
 */
.hide-slide-on-init {
  display: none; }

.hero-carousel .position-left {
  overflow: hidden;
  text-align: center; }
  @media (max-width: 600px) {
    .hero-carousel .position-left {
      text-align: left; } }
  @media (min-width: 600px) {
    .hero-carousel .position-left {
      text-align: left; }
      .hero-carousel .position-left .slide-text-content .container {
        overflow: hidden;
        padding: 20px;
        float: left; } }
  .hero-carousel .position-left .cell {
    vertical-align: middle; }
.hero-carousel .position-center {
  overflow: hidden;
  text-align: center; }
  .hero-carousel .position-center .slide-text-content .container {
    overflow: hidden;
    padding: 20px; }
  .hero-carousel .position-center .cell {
    vertical-align: middle; }
.hero-carousel .position-right {
  overflow: hidden;
  text-align: center; }
  @media (max-width: 600px) {
    .hero-carousel .position-right {
      text-align: right; } }
  @media (min-width: 600px) {
    .hero-carousel .position-right {
      text-align: right; }
      .hero-carousel .position-right .slide-text-content .container {
        overflow: hidden;
        padding: 20px;
        float: right; } }
  .hero-carousel .position-right .cell {
    vertical-align: middle; }
.hero-carousel .cell .image {
  height: auto;
  min-height: 214px;
  width: 100%;
  z-index: -1; }
.hero-carousel .hero-slide .cell-align-table {
  position: absolute;
  margin: 0;
  top: 20px;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0; }
  @media screen and (max-width: 600px) {
    .hero-carousel .hero-slide .cell-align-table {
      top: auto; } }
  @media (min-width: 800px) {
    .hero-carousel .hero-slide .cell-align-table {
      margin: auto;
      padding: 0 5px;
      top: 0; } }
  @media (min-width: 801px) {
    .hero-carousel .hero-slide .cell-align-table {
      margin: auto;
      padding: 0 75px; } }
.hero-carousel .slide-text-content::after {
  content: '';
  background: #222222;
  display: block;
  width: 100%;
  height: 223px;
  z-index: -1;
  position: absolute;
  top: -20px;
  left: 0;
  opacity: 0.7;
  filter: alpha(opacity=70); }
  @media (min-width: 600px) {
    .hero-carousel .slide-text-content::after {
      display: none; } }
.hero-carousel .slide-text-content .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
.hero-carousel .slide-text-content .container {
  background: none;
  overflow: hidden; }
  .hero-carousel .slide-text-content .container .headline, .hero-carousel .slide-text-content .container .subheadline, .hero-carousel .slide-text-content .container .copy {
    color: #00395A; }
  .hero-carousel .slide-text-content .container .visible-xs h2.headline, .hero-carousel .slide-text-content .container .visible-xs h5.subheadline, .hero-carousel .slide-text-content .container .visible-xs .copy {
    color: #FFFFFF !important;
    padding: 0 20px; }
  @media (max-width: 700px) {
    .hero-carousel .slide-text-content .container h2.headline {
      font-size: 26px; } }
  @media (max-width: 799px) {
    .hero-carousel .slide-text-content .container .hidden-xs h1.headline {
      font-size: 29px; }
    .hero-carousel .slide-text-content .container .hidden-xs h1.headline, .hero-carousel .slide-text-content .container .hidden-xs h4.subheadline, .hero-carousel .slide-text-content .container .hidden-xs p.copy, .hero-carousel .slide-text-content .container .hidden-xs div.btns {
      padding: 0 36px; } }
  @media (min-width: 800px) {
    .hero-carousel .slide-text-content .container h1.headline {
      font-size: 29px; } }
  @media (min-width: 801px) {
    .hero-carousel .slide-text-content .container h1.headline {
      font-size: 42px; } }
.hero-carousel .slick-dots {
  background: none; }
  @media (max-width: 0) { }
  @media (min-width: 600px) {
    .hero-carousel .slick-dots {
      background: transparent url(../../images/hero-slider-dots-sm-bg.png) repeat-x 0 0;
      bottom: -85px;
      padding-top: 4px; } }
  @media (min-width: 1100px) {
    .hero-carousel .slick-dots {
      background: transparent url(../../images/hero-slider-dots-md-bg.png) repeat-x 0 0;
      bottom: -96px;
      padding-top: 0px; } }
  @media (min-width: 600px) {
    .hero-carousel .slick-dots li {
      height: 82px;
      width: 103px; }
      .hero-carousel .slick-dots li .jbl-slide {
        background-position: -41px 0; }
      .hero-carousel .slick-dots li .jbl-slide:hover, .hero-carousel .slick-dots li.slick-active .jbl-slide {
        background-position: -41px -91px; }
      .hero-carousel .slick-dots li .hk-slide {
        background-position: -212px 0;
        margin-left: -11px;
        width: 138px; }
      .hero-carousel .slick-dots li .hk-slide:hover, .hero-carousel .slick-dots li.slick-active .hk-slide {
        background-position: -212px -91px; }
      .hero-carousel .slick-dots li .akg-slide {
        background-position: -422px 0; }
      .hero-carousel .slick-dots li .akg-slide:hover, .hero-carousel .slick-dots li.slick-active .akg-slide {
        background-position: -422px -91px; }
      .hero-carousel .slick-dots li .infinity-slide {
        background-position: -611px 0; }
      .hero-carousel .slick-dots li .infinity-slide:hover, .hero-carousel .slick-dots li.slick-active .infinity-slide {
        background-position: -611px -91px; }
      .hero-carousel .slick-dots li .ha-slide {
        background-position: -803px 0; }
      .hero-carousel .slick-dots li .ha-slide:hover, .hero-carousel .slick-dots li.slick-active .ha-slide {
        background-position: -803px -91px; } }
  @media (min-width: 1100px) {
    .hero-carousel .slick-dots li {
      height: 91px;
      width: 190px; }
      .hero-carousel .slick-dots li .jbl-slide {
        background-position: 0 0; }
      .hero-carousel .slick-dots li .jbl-slide:hover, .hero-carousel .slick-dots li.slick-active .jbl-slide {
        background-position: 0 -91px; }
      .hero-carousel .slick-dots li .hk-slide {
        background-position: -190px 0;
        margin-left: 0;
        width: 190px; }
      .hero-carousel .slick-dots li .hk-slide:hover, .hero-carousel .slick-dots li.slick-active .hk-slide {
        background-position: -190px -91px; }
      .hero-carousel .slick-dots li .akg-slide {
        background-position: -380px 0; }
      .hero-carousel .slick-dots li .akg-slide:hover, .hero-carousel .slick-dots li.slick-active .akg-slide {
        background-position: -380px -91px; }
      .hero-carousel .slick-dots li .infinity-slide {
        background-position: -570px 0; }
      .hero-carousel .slick-dots li .infinity-slide:hover, .hero-carousel .slick-dots li.slick-active .infinity-slide {
        background-position: -570px -91px; }
      .hero-carousel .slick-dots li .ha-slide {
        background-position: -760px 0; }
      .hero-carousel .slick-dots li .ha-slide:hover, .hero-carousel .slick-dots li.slick-active .ha-slide {
        background-position: -760px -91px; } }
  .hero-carousel .slick-dots li > div {
    background-image: url(../../images/hero-carousel-sprite.png);
    background-repeat: no-repeat; }
    @media (max-width: 0) {
      .hero-carousel .slick-dots li > div {
        display: none; } }
    @media (min-width: 600px) {
      .hero-carousel .slick-dots li > div {
        -moz-transform: scale(0.75);
        -moz-transform-origin: 0 0;
        -webkit-transform: scale(0.75);
        -webkit-transform-origin: 0 0;
        height: 100%;
        width: 100%; } }
    @media (min-width: 1100px) {
      .hero-carousel .slick-dots li > div {
        -moz-transform: scale(1);
        -moz-transform-origin: 0 0;
        -webkit-transform: scale(1);
        -webkit-transform-origin: 0 0;
        height: 100%;
        width: 100%; } }

.hero-carousel .hero-cta-xs .btn {
  display: block;
  margin: 8px auto 0;
  width: 300px;
  z-index: 1; }

.footer-hero-container {
  margin-bottom: 20px; }
  .footer-hero-container .footer-hero .position-left {
    text-align: center; }
    @media (max-width: 600px) {
      .footer-hero-container .footer-hero .position-left {
        text-align: left; } }
    .footer-hero-container .footer-hero .position-left .cell {
      vertical-align: middle; }
  .footer-hero-container .footer-hero .position-center {
    text-align: center; }
    .footer-hero-container .footer-hero .position-center .cell {
      vertical-align: middle; }
  .footer-hero-container .footer-hero .position-right {
    text-align: center; }
    @media (max-width: 600px) {
      .footer-hero-container .footer-hero .position-right {
        text-align: right; } }
    @media (min-width: 600px) {
      .footer-hero-container .footer-hero .position-right {
        text-align: right; } }
    .footer-hero-container .footer-hero .position-right .cell {
      vertical-align: middle; }
  .footer-hero-container .footer-hero .cell {
    height: 150px; }
    @media (max-width: 0) {
      .footer-hero-container .footer-hero .cell {
        height: 150px; } }
    @media (min-width: 600px) {
      .footer-hero-container .footer-hero .cell {
        height: 298px; } }
    @media (min-width: 1100px) {
      .footer-hero-container .footer-hero .cell {
        height: 425px; } }
  .footer-hero-container .footer-hero .cell .image {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }
  .footer-hero-container .footer-hero .hero-slide .cell-align-table {
    padding: 0 25px 10px; }
  .footer-hero-container .footer-hero .carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%; }
    .footer-hero-container .footer-hero .carousel-inner .container {
      background: none; }
  .footer-hero-container .footer-hero .hero-cta-xs .btn {
    display: block;
    margin: 8px auto 0;
    width: 300px;
    z-index: 1; }

.bannerContainer_over {
  margin-bottom: 10px; }
  .bannerContainer_over .bannerImageNew {
    overflow: hidden; }
    @media screen and (max-width: 600px) {
      .bannerContainer_over .bannerImageNew .bannerImage {
        max-width: 175%; } }
    @media screen and (max-width: 481px) {
      .bannerContainer_over .bannerImageNew .bannerImage {
        max-width: 200%; } }
  @media screen and (max-width: 600px) {
    .bannerContainer_over .imageData {
      left: 0 !important;
      width: 100% !important;
      right: 0 !important;
      padding: 10px;
      text-align: center;
      transform: none !important;
      text-shadow: 0 1px 0 #000;
      bottom: 0;
      top: inherit !important; }
      .bannerContainer_over .imageData .copy {
        width: 100% !important;
        line-height: 1em;
        padding-bottom: 0;
        font-size: 0.8em; }
      .bannerContainer_over .imageData .headline {
        margin-bottom: 5px;
        line-height: 1em;
        font-size: 1.5em; }
      .bannerContainer_over .imageData .subheadline {
        color: #fff;
        font-size: 1.2em;
        margin: 0 0 5px 0; } }

.bannerContainer {
  margin-bottom: 10px;
  position: relative; }
  @media screen and (max-width: 600px) {
    .bannerContainer .imageData {
      position: relative;
      background: #e8e9ed;
      transform: none !important;
      left: 0 !important;
      width: 100% !important;
      right: 0 !important;
      padding: 10px;
      text-align: center; }
      .bannerContainer .imageData .headline, .bannerContainer .imageData .subheadline, .bannerContainer .imageData .copy {
        color: #000 !important;
        background-color: transparent !important; }
      .bannerContainer .imageData .copy {
        width: 100% !important; } }

.bannerImageNew {
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden; }
  .bannerImageNew .bannerImage {
    visibility: hidden;
    max-width: 100%;
    height: auto; }
    @media screen and (max-width: 600px) {
      .bannerImageNew .bannerImage {
        max-width: 150%; } }
    @media screen and (max-width: 481px) {
      .bannerImageNew .bannerImage {
        max-width: 175%; } }

.bannerImageNew[data-alignment="left"] {
  background-position: right; }

.bannerImageNew[data-alignment="right"] {
  background-position: left; }

.bannerImageNew[data-alignment="center"] {
  background-position: center; }

.imageData {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60%; }
  @media screen and (max-width: 1100px) {
    .imageData br {
      height: 0; } }
  .imageData .copy {
    width: 80%; }
  @media screen and (max-width: 1100px) {
    .imageData .headline {
      font-size: 2em;
      margin: 0; } }

.imageData[data-alignment="left"] {
  left: 50px;
  padding: 10px; }

.imageData[data-alignment="right"] {
  right: 50px;
  width: 50%;
  padding: 10px; }

.imageData[data-alignment="center"] {
  text-align: center;
  left: 50%;
  padding: 10px;
  transform: translate3d(-50%, -50%, 0); }
  .imageData[data-alignment="center"] .copy {
    margin: auto; }

.promo-short {
  background: #00395A;
  color: #FFFFFF;
  margin-bottom: 15px; }
  @media (min-width: 600px) {
    .promo-short {
      margin-top: 75px; } }
  .promo-short img {
    float: right; }
  .promo-short .promo-short-copy {
    padding: 20px;
    text-align: center; }
    .promo-short .promo-short-copy h2 {
      border-bottom: 3px solid #FFFFFF;
      font-size: 11px;
      display: inline-block;
      letter-spacing: 0.124em;
      margin: 0;
      padding-bottom: 5px;
      text-transform: uppercase; }
    .promo-short .promo-short-copy h3 {
      font-family: "Univers LT W01 55 Roman", Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 18px;
      margin: 20px auto 10px; }
    @media (max-width: 0) {
      .promo-short .promo-short-copy {
        padding: 20px;
        text-align: center; }
        .promo-short .promo-short-copy h3 {
          font-size: 18px;
          margin: 20px auto 10px; } }
    @media (min-width: 600px) {
      .promo-short .promo-short-copy {
        padding: 26px 0 28px 16px;
        text-align: center; }
        .promo-short .promo-short-copy h3 {
          font-size: 22px;
          margin: 0.6em 0; }
        .promo-short .promo-short-copy .copy {
          font-size: 11px; } }
    @media (min-width: 1100px) {
      .promo-short .promo-short-copy {
        padding: 2.5em 0 0 2.75em;
        text-align: left; }
        .promo-short .promo-short-copy h3 {
          font-size: 22px; } }
  .promo-short .promo-short-image .image-responsive {
    margin-left: 16px; }
  @media (min-width: 600px) {
    .promo-short .promo-short-image {
      padding-left: 0;
      padding-right: 0; } }

.module-product-feature .product-feature {
  text-align: center; }

.module-product-grid {
  padding: 50px 0;
  position: relative; }
  .module-product-grid:after {
    position: absolute;
    content: "";
    left: 0;
    top: 100%;
    width: 100%;
    height: 1px;
    background: #CCC;
    background-image: -webkit-linear-gradient(left, #FFFFFF, #CCC 50%, #FFFFFF);
    background-image: -o-linear-gradient(left, #FFFFFF, #CCC 50%, #FFFFFF);
    background-image: linear-gradient(to right, #FFFFFF, #CCC 50%, #FFFFFF);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFFFFFFF', GradientType=1);
    z-index: -1; }
  .module-product-grid h4 {
    position: relative;
    text-transform: capitalize; }
    .module-product-grid h4:before {
      content: "";
      position: absolute;
      top: 60%;
      left: 0;
      right: 50%;
      height: 1px;
      background: #CCC;
      background-image: -webkit-linear-gradient(left, #FFFFFF 0%, #CCC 25%);
      background-image: -o-linear-gradient(left, #FFFFFF 0%, #CCC 25%);
      background-image: linear-gradient(to right, #FFFFFF 0%, #CCC 25%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFCCCCCC', GradientType=1);
      z-index: -1; }
    .module-product-grid h4:after {
      content: "";
      position: absolute;
      top: 60%;
      left: 50%;
      right: 0;
      height: 1px;
      background: #CCC;
      background-image: -webkit-linear-gradient(left, #CCC 75%, #FFFFFF 100%);
      background-image: -o-linear-gradient(left, #CCC 75%, #FFFFFF 100%);
      background-image: linear-gradient(to right, #CCC 75%, #FFFFFF 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCCCCCC', endColorstr='#FFFFFFFF', GradientType=1);
      z-index: -1; }
    .module-product-grid h4 span {
      padding: 0 2%;
      background: #FFFFFF; }
  .module-product-grid .product-image img {
    margin: 0 auto; }

.module-product-testimonial {
  margin: 50px 0; }
  .module-product-testimonial h4 {
    position: relative;
    text-transform: capitalize; }
    .module-product-testimonial h4:before {
      content: "";
      position: absolute;
      top: 60%;
      left: 0;
      right: 50%;
      height: 1px;
      background: #CCC;
      background-image: -webkit-linear-gradient(left, #FFFFFF 0%, #CCC 25%);
      background-image: -o-linear-gradient(left, #FFFFFF 0%, #CCC 25%);
      background-image: linear-gradient(to right, #FFFFFF 0%, #CCC 25%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFCCCCCC', GradientType=1);
      z-index: -1; }
    .module-product-testimonial h4:after {
      content: "";
      position: absolute;
      top: 60%;
      left: 50%;
      right: 0;
      height: 1px;
      background: #CCC;
      background-image: -webkit-linear-gradient(left, #CCC 75%, #FFFFFF 100%);
      background-image: -o-linear-gradient(left, #CCC 75%, #FFFFFF 100%);
      background-image: linear-gradient(to right, #CCC 75%, #FFFFFF 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCCCCCC', endColorstr='#FFFFFFFF', GradientType=1);
      z-index: -1; }
    .module-product-testimonial h4 span {
      padding: 0 3%;
      background: #FFFFFF; }
  .module-product-testimonial .module-product-carousel {
    padding: 0 55px; }
    .module-product-testimonial .module-product-carousel .slick-prev {
      left: -30px; }
    .module-product-testimonial .module-product-carousel .slick-next {
      right: -30px; }

.testimonial {
  background-image: url(../../images/blockquote-quote.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 30px auto;
  padding: 42px 0 0;
  text-align: center; }
  @media (max-width: 0) {
    .testimonial {
      background-size: 30px auto; } }
  @media (min-width: 600px) {
    .testimonial {
      background-size: 30px auto; } }
  @media (min-width: 1100px) {
    .testimonial {
      background-size: 40px auto; } }
  .testimonial em {
    border: 0 none;
    color: #666;
    font-family: "Univers LT W01 55 Roman", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 13px;
    margin: 0;
    padding: 34px 0 20px;
    text-align: center; }
    @media (max-width: 0) {
      .testimonial em {
        font-size: 14px;
        padding: 34px 0; } }
    @media (min-width: 600px) {
      .testimonial em {
        font-size: 14px;
        padding: 34px 0; } }
    @media (min-width: 1100px) {
      .testimonial em {
        font-size: 18px;
        padding: 42px 0; } }
  .testimonial hr {
    margin: 10px auto 8px;
    width: 20px; }
  .testimonial strong {
    font-weight: bold; }
  .testimonial .btns {
    text-align: center; }
  .testimonial.with-photo {
    position: relative;
    overflow: hidden;
    width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 30px auto; }
    @media (max-width: 0) {
      .testimonial.with-photo {
        background-position: center top;
        background-size: 30px auto; } }
    @media (min-width: 930px) {
      .testimonial.with-photo {
        background-position: 28% 60px;
        background-size: 40px auto;
        min-height: 432px;
        padding-top: 100px; } }
    @media (min-width: 1100px) {
      .testimonial.with-photo {
        background-position: 28% 60px;
        background-size: 40px auto;
        min-height: 432px;
        padding-top: 100px; } }
    .testimonial.with-photo .image {
      border-bottom: 1px dotted silver;
      position: absolute;
      z-index: -1;
      width: auto;
      height: auto;
      bottom: 0;
      right: auto; }
      @media (max-width: 0) {
        .testimonial.with-photo .image {
          display: none; } }
      @media (min-width: 930px) {
        .testimonial.with-photo .image {
          right: 0; } }
      @media (min-width: 1100px) {
        .testimonial.with-photo .image {
          right: auto; } }
    .testimonial.with-photo .container {
      padding-right: auto;
      width: 100%; }
      @media (max-width: 0) {
        .testimonial.with-photo .container {
          padding-right: 0;
          width: 100%; } }
      @media (min-width: 930px) {
        .testimonial.with-photo .container {
          padding-right: 40%;
          width: 100%; } }
      @media (min-width: 1100px) { }
    .testimonial.with-photo em {
      font-size: 14px; }
      @media (max-width: 0) {
        .testimonial.with-photo em {
          font-size: 14px; } }
      @media (min-width: 930px) {
        .testimonial.with-photo em {
          font-size: 18px; } }
      @media (min-width: 1100px) {
        .testimonial.with-photo em {
          font-size: 18px; } }
    @media (max-width: 930px) {
      .testimonial.with-photo .image {
        display: none; } }
    @media (max-width: 0) {
      .testimonial.with-photo .btns {
        padding: 28px 0 0 35px; } }

.module-product-feature {
  padding-top: 50px; }
  .module-product-feature .product-tile .name-link {
    font-family: "Univers LT W01 65 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 30px;
    color: inherit;
    text-transform: uppercase; }
    .module-product-feature .product-tile .name-link a:hover {
      text-decoration: none; }
  .module-product-feature .product-image img {
    display: block;
    max-width: 100%;
    height: auto !important; }
  .module-product-feature .key-features {
    text-align: center; }
    .module-product-feature .key-features h5 {
      border-bottom: 3px solid #00395A;
      font-size: 11px;
      display: inline-block;
      letter-spacing: 0.124em;
      margin: 0 0 10px 0;
      padding-bottom: 5px;
      text-transform: uppercase; }
    .module-product-feature .key-features p {
      color: #585858;
      margin-bottom: 10px; }
    .module-product-feature .key-features .icon {
      background-image: url(../../images/global-sprites.png);
      background-repeat: no-repeat;
      margin: 0 auto;
      height: 68px;
      width: 68px; }
      .module-product-feature .key-features .icon.feature-radiator {
        background-position: 0 0; }
      .module-product-feature .key-features .icon.feature-charge {
        background-position: -67px 0; }
      .module-product-feature .key-features .icon.feature-share {
        background-position: -138px 0; }

/* PDP Product Recommendations */
.recommendations h4 {
  position: relative;
  text-transform: capitalize; }
  .recommendations h4:before {
    content: "";
    position: absolute;
    top: 60%;
    left: 0;
    right: 50%;
    height: 1px;
    background: #CCC;
    background-image: -webkit-linear-gradient(left, #FFFFFF 0%, #CCC 25%);
    background-image: -o-linear-gradient(left, #FFFFFF 0%, #CCC 25%);
    background-image: linear-gradient(to right, #FFFFFF 0%, #CCC 25%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFCCCCCC', GradientType=1);
    z-index: -1; }
  .recommendations h4:after {
    content: "";
    position: absolute;
    top: 60%;
    left: 50%;
    right: 0;
    height: 1px;
    background: #CCC;
    background-image: -webkit-linear-gradient(left, #CCC 75%, #FFFFFF 100%);
    background-image: -o-linear-gradient(left, #CCC 75%, #FFFFFF 100%);
    background-image: linear-gradient(to right, #CCC 75%, #FFFFFF 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCCCCCC', endColorstr='#FFFFFFFF', GradientType=1);
    z-index: -1; }
.recommendations span {
  padding: 0 2%;
  background: #FFFFFF; }

.pt_product-search-noresult .no-hits-help, .pt_product-search-noresult .no-hits-search, .pt_product-search-noresult .no-hits-footer {
  margin-top: 20px; }

/**
 * Category styles
 */
.category .promo {
  margin: 28px 0;
  text-align: center; }
  .category .promo h3 {
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 3px solid #222222;
    font-size: 11px;
    font-weight: bold; }
    .category .promo h3 a {
      color: #222222; }
      .category .promo h3 a:hover {
        text-decoration: none; }
  .category .promo img {
    display: block;
    max-width: 100%;
    height: auto !important; }

.pt_product-search-result .sort-by-label {
  line-height: 40px;
  margin-bottom: 0;
  text-align: right;
  white-space: nowrap; }

.product-tile {
  padding: 18px 0; }
  .product-tile .product-info {
    text-align: center;
    overflow: hidden;
    padding-top: 18px;
    height: 282px; }
    .product-tile .product-info .bv-inline-rating-container {
      text-align: center !important; }
      .product-tile .product-info .bv-inline-rating-container .bv-stars-container {
        display: inline-block !important; }
        .product-tile .product-info .bv-inline-rating-container .bv-stars-container .bv-rating-stars-off {
          color: #CCC !important; }
  .product-tile .product-info-homepage {
    height: 170px; }
  .product-tile .bv-inline-rating-container2 {
    display: inline-block !important;
    padding-left: 5px; }
  .product-tile .learn-more a {
    border-bottom: 1px solid #00395a;
    color: #00395a;
    display: inline-block;
    height: 17px;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.025em;
    text-decoration: none;
    text-transform: uppercase; }
    .product-tile .learn-more a:hover {
      border-bottom: 1px none #00395a; }
  .product-tile .product-image {
    margin: 0; }
  .product-tile .product-swatches {
    position: relative;
    height: 28px; }
    .product-tile .product-swatches .swatch-list {
      margin: 0;
      padding: 0;
      line-height: 1; }
      .product-tile .product-swatches .swatch-list li {
        display: inline-block;
        width: 20px;
        height: 20px;
        overflow: hidden;
        margin: 0;
        padding: 0;
        vertical-align: top; }
        .product-tile .product-swatches .swatch-list li .swatch-data {
          display: none; }
        .product-tile .product-swatches .swatch-list li a {
          display: block;
          width: 20px;
          height: 20px; }
          .product-tile .product-swatches .swatch-list li a:hover {
            border: 2px solid #000; }
            .product-tile .product-swatches .swatch-list li a:hover img {
              border: 1px solid #FFFFFF; }
        .product-tile .product-swatches .swatch-list li img {
          display: block;
          width: 100%;
          height: 100%; }
        .product-tile .product-swatches .swatch-list li[class*=silver], .product-tile .product-swatches .swatch-list li[class*=white] {
          border: 1px solid #777777; }
          .product-tile .product-swatches .swatch-list li[class*=silver]:hover, .product-tile .product-swatches .swatch-list li[class*=silver].selected, .product-tile .product-swatches .swatch-list li[class*=white]:hover, .product-tile .product-swatches .swatch-list li[class*=white].selected {
            border: none; }
        .product-tile .product-swatches .swatch-list li.selected a, .product-tile .product-swatches .swatch-list li.selected:hover a {
          border: 2px solid #00395A; }
        .product-tile .product-swatches .swatch-list li.selected img, .product-tile .product-swatches .swatch-list li.selected:hover img {
          border: 1px solid #FFFFFF; }
        .product-tile .product-swatches .swatch-list li a:focus {
          outline: none; }
  .product-tile .product-badges {
    position: absolute;
    top: 15px;
    right: 30px;
    margin: 0;
    padding: 0; }
    .product-tile .product-badges .product-badge {
      width: 40px;
      height: 40px;
      margin: 0;
      padding: 0;
      font-size: 40px;
      line-height: 1;
      color: #00395A; }
      .product-tile .product-badges .product-badge + .product-badge {
        margin-top: 15px; }
    .product-tile .product-badges .new-icon {
      background-color: #00395A;
      border-radius: 50%;
      text-align: center; }
      .product-tile .product-badges .new-icon:after {
        content: attr(title);
        display: block;
        font: 12px/40px "Univers LT W01 55 Roman", Arial, "Helvetica Neue", Helvetica, sans-serif;
        color: #FFFFFF;
        text-transform: uppercase; }
    .product-tile .product-badges .sale-icon {
      position: relative;
      width: 40px;
      height: 32px;
      line-height: 26px;
      background-color: #00395A;
      border-radius: 0 3px 3px 0; }
      .product-tile .product-badges .sale-icon:before {
        content: "";
        position: absolute;
        width: 24px;
        height: 24px;
        background-color: #00395A;
        border-radius: 3px;
        left: -12px;
        top: 4px;
        transform: rotate(45deg); }
      .product-tile .product-badges .sale-icon span {
        position: relative;
        display: inline-block;
        width: 4px;
        height: 4px;
        margin: 0 5px 0 -5px;
        background-color: #FFFFFF;
        border-radius: 50%;
        vertical-align: middle; }
      .product-tile .product-badges .sale-icon:after {
        content: attr(title);
        position: relative;
        display: inline-block;
        font-size: 12px;
        font-family: "Univers LT W01 55 Roman", Arial, "Helvetica Neue", Helvetica, sans-serif;
        color: #FFFFFF;
        text-transform: uppercase;
        vertical-align: middle; }
  .product-tile .product-name {
    text-transform: uppercase;
    margin: 0 0 4px;
    min-height: 42px; }
    .product-tile .product-name a {
      font-family: "Univers LT W01 65 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
      color: #000;
      font-size: 14px; }
      .product-tile .product-name a:hover {
        color: #00395A; }
    .product-tile .product-name h2 {
      font-size: 1em;
      margin: 0; }
  .product-tile .product-rating {
    min-height: 40px; }
  .product-tile .product-pricing {
    font-family: "Univers LT W01 65 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin: 0 0 10px;
    font-size: 14px;
    letter-spacing: 0.05em;
    height: 32px;
    color: #00395A;
    line-height: 1.25em; }
    .product-tile .product-pricing .price-each {
      font-size: 14px; }
  .product-tile .defaultCountdown {
    border: 2px solid #00395A;
    padding: 5px 0;
    height: 44px;
    width: 100%;
    max-width: 250px;
    margin: auto;
    margin-top: 20px;
    position: relative;
    float: none; }
    .product-tile .defaultCountdown .timerText {
      width: 100%;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin: 0 -52px;
      font-size: 10px; }
      .product-tile .defaultCountdown .timerText span {
        top: -8px;
        position: absolute;
        background-color: #FFF;
        padding: 0 7px; }
    .product-tile .defaultCountdown .dateValuePart {
      text-align: center;
      width: 24%;
      display: inline-block;
      font-family: 'Century Gothic', Arial;
      color: #555; }
      @media screen and (max-width: 800px) {
        .product-tile .defaultCountdown .dateValuePart {
          width: 23%; } }
      .product-tile .defaultCountdown .dateValuePart .dataValuePart {
        font-size: 1.4em;
        line-height: 1; }
      .product-tile .defaultCountdown .dateValuePart h4 {
        font-size: 6px;
        margin: 0px;
        text-transform: uppercase; }
  .product-tile .price-strikethrough {
    font-size: 0.85em; }
  .product-tile .price-off-option {
    font-size: 0.85em;
    color: #FFFFFF;
    background-color: #c10000;
    padding: 0 10px;
    margin-left: 5px;
    display: inline-block; }
  .product-tile .product-description {
    color: #585858;
    margin: 0 0 8px; }
  .product-tile .product-description, .product-tile .availability-block {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-height: 1;
    /* fallback */
    height: 22px;
    margin: 10px;
    font-size: 11px; }
    .product-tile .product-description .not_available, .product-tile .product-description .unavailable, .product-tile .availability-block .not_available, .product-tile .availability-block .unavailable {
      color: #df2100; }
    .product-tile .product-description .in_stock, .product-tile .availability-block .in_stock {
      display: none; }
    .product-tile .product-description p, .product-tile .availability-block p {
      margin: 0; }
  .product-tile .product-limit {
    color: #df2100; }
  .product-tile .product-promo {
    color: #00395A;
    height: 35px;
    padding: 0 5px;
    font-size: 12px; }
    .product-tile .product-promo .promotional-message {
      display: none; }
    .product-tile .product-promo .promotional-message.first {
      display: block; }
  .product-tile .product-compare-check {
    margin: 0 0 20px; }
    .product-tile .product-compare-check .checkbox {
      margin: 0; }
  .product-tile .quickview {
    display: none;
    position: absolute;
    top: 25%;
    left: 50%;
    width: 190px;
    margin-left: -95px; }
  .product-tile .cartButton_container60 {
    width: 45%;
    margin: 0 5%;
    display: inline-block; }
  .product-tile .cartButton_container90 {
    width: 90%;
    margin: 0 5%;
    display: inline-block; }
  .product-tile .customizeButton_container {
    width: 45%;
    display: inline-block;
    margin-left: -7%; }
    .product-tile .customizeButton_container .plpcustomizeBtn {
      background: transparent;
      color: #00395A;
      border: 2px solid #00395A;
      width: 100%;
      max-width: none;
      min-width: 50px;
      padding-left: 0;
      padding-right: 0;
      letter-spacing: 0;
      position: relative; }
      .product-tile .customizeButton_container .plpcustomizeBtn:hover {
        background-color: #005484;
        color: #FFFFFF;
        text-decoration: none; }
      .product-tile .customizeButton_container .plpcustomizeBtn .customizeLableWithImg {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%; }
        .product-tile .customizeButton_container .plpcustomizeBtn .customizeLableWithImg img, .product-tile .customizeButton_container .plpcustomizeBtn .customizeLableWithImg span {
          display: inline-block; }
  .product-tile .cart-button {
    width: 100%;
    max-width: none;
    min-width: 50px;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    letter-spacing: 0; }
  .product-tile .cart-button-disable {
    width: 90%;
    max-width: none;
    max-height: 50px;
    margin: 0 5%;
    padding-left: 0;
    padding-right: 0;
    letter-spacing: 0;
    background-color: #686868;
    border-color: #686868; }
  .product-tile .cart-button-disable:hover, .product-tile .cart-button-disable:active, .product-tile .cart-button-disable:focus {
    border-color: #3a3a3a !important;
    color: #FFFFFF;
    text-decoration: none; }
  .product-tile .cart-button[disabled] {
    background-color: #686868;
    border-color: #686868; }

.cart-button[disabled] {
  background-color: #686868;
  border-color: #686868; }

/*
 * Styles specific to the search results product tile
 */
#search-result-items .product-tile {
  border: 2px solid #F1F1F1; }
  #search-result-items .product-tile:hover {
    border: 2px solid #00395A; }

/*
 * Styles specific to the recommendations product tile
 */
.module-product-carousel .cart-button {
  min-width: initial;
  text-decoration: none; }
.module-product-carousel div:focus {
  outline: 0; }
.module-product-carousel .cart-button-disable {
  min-width: initial;
  text-decoration: none;
  margin: 0 5%;
  padding-left: 0;
  padding-right: 0;
  letter-spacing: 0;
  background-color: #686868;
  border-color: #686868; }
.module-product-carousel .cart-button-disable:hover, .module-product-carousel .cart-button-disable:active, .module-product-carousel .cart-button-disable:focus {
  border-color: #3a3a3a !important;
  color: #FFFFFF;
  text-decoration: none; }

/*
 * Styles specific to pdp recommendations tile
 */
#pdpMain .product-tile {
  text-align: center; }
  #pdpMain .product-tile .product-info {
    height: initial;
    max-height: 210px; }
  #pdpMain .product-tile .price-strikethrough {
    font-size: 0.9em; }

.touch .product-tile .quickview {
  display: none !important; }

.compareitems {
  padding: 20px;
  background: #DFE5E8;
  margin-bottom: 40px; }
  .compareitems h2 {
    margin: 0;
    font-size: 16px;
    color: #222222;
    padding-bottom: 10px;
    font-weight: bold;
    letter-spacing: 1px; }
  .compareitems .compare-item {
    background-color: #FFFFFF;
    position: relative;
    float: left;
    margin: 10px 10px 10px 0;
    height: 70px;
    width: 70px; }
    .compareitems .compare-item:not(.active) {
      background-image: url('../../images/interface/icon-compare-placeholder-sprite.png'); }
      .compareitems .compare-item:not(.active).compare-item-0 {
        background-position: 0 0; }
      .compareitems .compare-item:not(.active).compare-item-1 {
        background-position: -70px 0; }
      .compareitems .compare-item:not(.active).compare-item-2 {
        background-position: -140px 0; }
      .compareitems .compare-item:not(.active).compare-item-3 {
        background-position: -210px 0; }
      .compareitems .compare-item:not(.active).compare-item-4 {
        background-position: -280px 0; }
      .compareitems .compare-item:not(.active).compare-item-5 {
        background-position: -350px 0; }
    .compareitems .compare-item .compareitemremove {
      display: none;
      position: absolute;
      top: 0;
      right: 0;
      height: 23px;
      width: 23px;
      cursor: pointer; }
    .compareitems .compare-item.active {
      display: block; }
      .compareitems .compare-item.active .compareitemremove {
        display: block; }
  .compareitems .compare-buttons {
    padding: 23px 0 0 30px; }

#search-result-items .modal .modal-dialog, #compare-table .modal .modal-dialog {
  width: 926px; }
#search-result-items .modal #pdpMain, #compare-table .modal #pdpMain {
  padding: 0 40px 10px 40px;
  text-align: left; }
#search-result-items .modal .modal-header, #compare-table .modal .modal-header {
  margin-bottom: 20px;
  padding: 4px 40px;
  position: relative; }
#search-result-items .modal .close, #compare-table .modal .close {
  color: #00395A;
  font-size: 1.571428571em;
  opacity: 1;
  position: absolute;
  right: 15px;
  top: 15px; }

.search-result-options {
  margin-bottom: 14px; }
  @media (min-width: 600px) {
    .search-result-options {
      border-bottom: 1px solid #DFE5E8; }
      .search-result-options.bottom {
        border-top: 1px solid #DFE5E8; } }
  .search-result-options .sort-by {
    margin-bottom: 10px; }
  @media (max-width: 600px) {
    .search-result-options .pagination {
      display: none; } }
  .search-result-options .form-group {
    margin-bottom: 0; }
  .search-result-options.bottom .sort-by {
    margin-top: 10px; }
  .search-result-options.bottom .pagination {
    margin-top: 22px; }

/** Product Details Page styles */
.ups-image {
  display: block;
  float: left;
  margin-right: 10px; }

.atlwdg-trigger.atlwdg-SUBTLE {
  bottom: 100px !important;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  border-right: 1px solid #ccc !important;
  z-index: 99; }

@media screen and (max-width: 600px) {
  .carousel-indicators {
    bottom: -30px; }
  .carousel-indicators li {
    border: 1px solid #999; }
  .carousel-indicators .active {
    background-color: #00395A; }
  .carousel-control.left {
    margin-bottom: 50px;
    background-image: webkit-linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.0001) 100%); }
  .carousel-control.right {
    margin-bottom: 50px;
    background-image: webkit-linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.0001) 100%); } }

#estimateZipCode {
  height: 30px;
  padding-left: 5px; }

.find-ship-estimate {
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 5px;
  margin-top: -1px;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  color: #FFFFFF;
  background-color: #00395A;
  border-color: #00395A;
  border-bottom: 2px solid #002A43;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  background-image: none;
  border: 1px solid transparent;
  cursor: pointer;
  font-family: "Univers LT W01 65 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 0.125em;
  margin-bottom: 0;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle; }
  .find-ship-estimate:hover {
    background-color: #005484;
    color: #FFFFFF;
    text-decoration: none; }
  .find-ship-estimate:focus {
    outline: 0; }

.estimate-header {
  font-weight: bold;
  color: #6d6e71;
  padding-bottom: 5px;
  margin: 0;
  padding: 8px 14px;
  font-size: 13px;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.estimate-template-header {
  color: #00395A; }

.enter-zip-label {
  font-weight: normal;
  margin-bottom: 0; }

.estimate-body {
  font-size: 12px; }

.estimate-footer {
  font-size: 11px;
  color: #28a4c9;
  padding-top: 5px; }

.popover-content {
  padding: 0 14px 9px 14px; }

.popover-left {
  padding: 0 0px 0px 10px; }

.popover-close {
  float: right;
  color: #ef1212;
  padding-right: 8px;
  padding-top: 5px;
  cursor: pointer; }
  .popover-close:hover {
    text-decoration: none;
    color: #000; }

.shipping-estimate-anchor {
  padding-bottom: 10px; }

.ship-estimate-components .cancel-button {
  padding: 0 10px;
  text-decoration: underline;
  font-weight: bold;
  color: #5e5f62;
  cursor: pointer; }
  .ship-estimate-components .cancel-button:hover {
    color: #000; }
.ship-estimate-components .zipcode-error-message {
  display: block;
  color: #ef1212; }

.change-zip-button {
  cursor: pointer; }

.ship-info-button {
  cursor: pointer; }

.pt_product-details, #search-result-items .modal {
  /* Styles from app_fluid */ }
  .pt_product-details .faq-components .enter-faq-label, #search-result-items .modal .faq-components .enter-faq-label {
    width: 70%;
    text-align: center;
    font-size: 26px;
    color: #545454;
    font-family: "Univers LT W01 55 Roman", Arial, "Helvetica Neue", Helvetica, sans-serif; }
    @media screen and (max-width: 600px) {
      .pt_product-details .faq-components .enter-faq-label, #search-result-items .modal .faq-components .enter-faq-label {
        font-size: 18px;
        width: 100%; } }
  .pt_product-details .faq-components .searchedforInfo, #search-result-items .modal .faq-components .searchedforInfo {
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0;
    color: #545454; }
    .pt_product-details .faq-components .searchedforInfo .searchString, #search-result-items .modal .faq-components .searchedforInfo .searchString {
      color: #47484a;
      text-transform: capitalize; }
    @media screen and (max-width: 600px) {
      .pt_product-details .faq-components .searchedforInfo, #search-result-items .modal .faq-components .searchedforInfo {
        font-size: 18px; } }
  .pt_product-details .faq-components #estimateFaqData, .pt_product-details .faq-components #estimateFaqData_mobile, #search-result-items .modal .faq-components #estimateFaqData, #search-result-items .modal .faq-components #estimateFaqData_mobile {
    margin: 0 0 5px;
    padding: 8px 10px;
    display: inline-block;
    border: 2px solid #ddd;
    width: 75%;
    border-radius: 3px 0 0 3px;
    border-width: 2px 0 2px 2px;
    transition: 0.2s; }
    .pt_product-details .faq-components #estimateFaqData:focus, .pt_product-details .faq-components #estimateFaqData_mobile:focus, #search-result-items .modal .faq-components #estimateFaqData:focus, #search-result-items .modal .faq-components #estimateFaqData_mobile:focus {
      border-color: #00395A;
      outline: none; }
    @media screen and (max-width: 600px) {
      .pt_product-details .faq-components #estimateFaqData, .pt_product-details .faq-components #estimateFaqData_mobile, #search-result-items .modal .faq-components #estimateFaqData, #search-result-items .modal .faq-components #estimateFaqData_mobile {
        width: 60%; } }
  .pt_product-details .faq-components .find-faq-data, #search-result-items .modal .faq-components .find-faq-data {
    cursor: pointer;
    background: #00395A;
    color: #FFFFFF;
    text-align: center;
    border: 2px solid #00395A;
    font-weight: bold;
    font-family: "Univers LT W01 65 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: normal;
    width: 20%;
    border-radius: 0 3px 3px 0;
    padding: 8px 10px;
    margin-left: -5px;
    transition: 0.2s; }
    .pt_product-details .faq-components .find-faq-data:hover, #search-result-items .modal .faq-components .find-faq-data:hover {
      background: #FFFFFF;
      color: #00395A; }
    @media screen and (max-width: 600px) {
      .pt_product-details .faq-components .find-faq-data, #search-result-items .modal .faq-components .find-faq-data {
        width: 40%; } }
  .pt_product-details .faq-data .error, #search-result-items .modal .faq-data .error {
    color: #df2100; }
  .pt_product-details .faq-data .pageNavDots, #search-result-items .modal .faq-data .pageNavDots {
    display: inline-block;
    border: 0;
    background: #f7f7f7;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    margin: 5px;
    border-radius: 50%;
    transition: 0.2s;
    border: 1px solid rgba(0, 0, 0, 0.08); }
    .pt_product-details .faq-data .pageNavDots:hover, #search-result-items .modal .faq-data .pageNavDots:hover {
      background-color: #005484; }
  .pt_product-details .faq-data .tabcontent, #search-result-items .modal .faq-data .tabcontent {
    color: #545454; }
    .pt_product-details .faq-data .tabcontent .content, #search-result-items .modal .faq-data .tabcontent .content {
      margin-left: 30px; }
      .pt_product-details .faq-data .tabcontent .content p, #search-result-items .modal .faq-data .tabcontent .content p {
        white-space: pre-wrap; }
    .pt_product-details .faq-data .tabcontent .feedback, #search-result-items .modal .faq-data .tabcontent .feedback {
      display: table;
      padding: 20px 0 10px 0;
      border-top: 1px solid #ddd;
      color: #7c7e81; }
      .pt_product-details .faq-data .tabcontent .feedback .caption, #search-result-items .modal .faq-data .tabcontent .feedback .caption {
        color: #df2d00;
        display: table-cell;
        vertical-align: middle;
        padding-right: 10px;
        font-family: "Univers LT W01 55 Roman", Arial, "Helvetica Neue", Helvetica, sans-serif; }
      .pt_product-details .faq-data .tabcontent .feedback .userFeedback, #search-result-items .modal .faq-data .tabcontent .feedback .userFeedback {
        color: #00395A;
        font-family: "Univers LT W01 55 Roman", Arial, "Helvetica Neue", Helvetica, sans-serif; }
      .pt_product-details .faq-data .tabcontent .feedback .toggle, #search-result-items .modal .faq-data .tabcontent .feedback .toggle {
        border-radius: 15px;
        border: 1px solid #ddd;
        display: inline-block;
        transition: 0.2s;
        overflow: hidden;
        display: table-cell;
        vertical-align: middle; }
      .pt_product-details .faq-data .tabcontent .feedback .yes, .pt_product-details .faq-data .tabcontent .feedback .no, #search-result-items .modal .faq-data .tabcontent .feedback .yes, #search-result-items .modal .faq-data .tabcontent .feedback .no {
        cursor: pointer;
        padding: 5px 13px;
        display: inline-block;
        transition: 0.2s; }
      .pt_product-details .faq-data .tabcontent .feedback .yes, #search-result-items .modal .faq-data .tabcontent .feedback .yes {
        border-right: 1px solid #ddd; }
        .pt_product-details .faq-data .tabcontent .feedback .yes:before, #search-result-items .modal .faq-data .tabcontent .feedback .yes:before {
          color: #00b200;
          font-size: 16px; }
        .pt_product-details .faq-data .tabcontent .feedback .yes:hover, #search-result-items .modal .faq-data .tabcontent .feedback .yes:hover {
          background-color: #e5ffe5; }
          .pt_product-details .faq-data .tabcontent .feedback .yes:hover:before, #search-result-items .modal .faq-data .tabcontent .feedback .yes:hover:before {
            color: #007f00; }
      .pt_product-details .faq-data .tabcontent .feedback .no:before, #search-result-items .modal .faq-data .tabcontent .feedback .no:before {
        font-size: 16px; }
      .pt_product-details .faq-data .tabcontent .feedback .no:hover, #search-result-items .modal .faq-data .tabcontent .feedback .no:hover {
        background-color: #ffe5e5; }
        .pt_product-details .faq-data .tabcontent .feedback .no:hover:before, #search-result-items .modal .faq-data .tabcontent .feedback .no:hover:before {
          color: #e50000; }
    .pt_product-details .faq-data .tabcontent .faqQuestion, #search-result-items .modal .faq-data .tabcontent .faqQuestion {
      cursor: pointer;
      margin-left: 30px;
      margin-bottom: 10px;
      transition: 0.2s;
      text-transform: none; }
      .pt_product-details .faq-data .tabcontent .faqQuestion:hover, #search-result-items .modal .faq-data .tabcontent .faqQuestion:hover {
        color: #00395A; }
      .pt_product-details .faq-data .tabcontent .faqQuestion:before, #search-result-items .modal .faq-data .tabcontent .faqQuestion:before {
        font-family: "JBL";
        content: "\004B";
        font-size: 14px;
        display: inline-block;
        -webkit-transition: 0.2s;
        transition: 0.2s;
        margin-right: 20px;
        margin-left: -34px;
        color: #00395A; }
      .pt_product-details .faq-data .tabcontent .faqQuestion.activeQuestion:before, #search-result-items .modal .faq-data .tabcontent .faqQuestion.activeQuestion:before {
        transform: rotate(90deg) translateY(-2px); }
  .pt_product-details .faq-data .selectedfaqpage, #search-result-items .modal .faq-data .selectedfaqpage {
    background-color: #00395A; }
  .pt_product-details hr, #search-result-items .modal hr {
    margin-top: 30px;
    margin-bottom: 30px;
    height: 1px;
    background-color: #DFE5E8;
    color: #DFE5E8;
    border: 0 none; }
  .pt_product-details #main, #search-result-items .modal #main {
    padding-bottom: 50px; }
  .pt_product-details #product-nav-container, #search-result-items .modal #product-nav-container {
    position: absolute;
    top: -50px;
    right: 10px;
    z-index: 1; }
    .pt_product-details #product-nav-container .divided, #search-result-items .modal #product-nav-container .divided {
      border-right: 2px solid #DFE5E8; }
    .pt_product-details #product-nav-container .product-next, .pt_product-details #product-nav-container .product-previous, #search-result-items .modal #product-nav-container .product-next, #search-result-items .modal #product-nav-container .product-previous {
      float: right;
      padding: 0 10px; }
      .pt_product-details #product-nav-container .product-next span, .pt_product-details #product-nav-container .product-previous span, #search-result-items .modal #product-nav-container .product-next span, #search-result-items .modal #product-nav-container .product-previous span {
        display: block; }
      .pt_product-details #product-nav-container .product-next a, .pt_product-details #product-nav-container .product-previous a, #search-result-items .modal #product-nav-container .product-next a, #search-result-items .modal #product-nav-container .product-previous a {
        display: inline-block;
        text-align: center; }
      .pt_product-details #product-nav-container .product-next img, .pt_product-details #product-nav-container .product-previous img, #search-result-items .modal #product-nav-container .product-next img, #search-result-items .modal #product-nav-container .product-previous img {
        float: right;
        width: 60px !important;
        height: 60px !important; }
  .pt_product-details .breadcrumb, #search-result-items .modal .breadcrumb {
    padding-left: 0; }
    @media (min-width: 600px) {
      .pt_product-details .breadcrumb, #search-result-items .modal .breadcrumb {
        padding-left: 10px; } }
  .pt_product-details #product-content ul.refurbished-detailsIcon li, #search-result-items .modal #product-content ul.refurbished-detailsIcon li {
    padding-bottom: 2px; }
  .pt_product-details #product-content ul.refurbished-detailsIcon .refurbished-detailsLi, #search-result-items .modal #product-content ul.refurbished-detailsIcon .refurbished-detailsLi {
    height: 15px; }
  .pt_product-details #product-content ul.refurbished-detailsIcon .Moreinfotooltipmain, #search-result-items .modal #product-content ul.refurbished-detailsIcon .Moreinfotooltipmain {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    cursor: pointer; }
    .pt_product-details #product-content ul.refurbished-detailsIcon .Moreinfotooltipmain .Moreinfotooltiptext, #search-result-items .modal #product-content ul.refurbished-detailsIcon .Moreinfotooltipmain .Moreinfotooltiptext {
      display: none;
      width: 300px;
      background-color: #fff;
      text-align: center;
      border-radius: 3px;
      padding: 5px 10px;
      z-index: 1;
      bottom: 100%;
      transition: opacity 0.3s;
      position: absolute;
      border: 1px solid #ccc;
      box-shadow: 1px 1px 5px #ccc; }
    .pt_product-details #product-content ul.refurbished-detailsIcon .Moreinfotooltipmain:hover .Moreinfotooltiptext, #search-result-items .modal #product-content ul.refurbished-detailsIcon .Moreinfotooltipmain:hover .Moreinfotooltiptext {
      display: block; }
  .pt_product-details #product-content .product-name, #search-result-items .modal #product-content .product-name {
    margin: 10px 0 0;
    font-size: 30px !important;
    text-transform: uppercase; }
  .pt_product-details #product-content .product-number, #search-result-items .modal #product-content .product-number {
    color: #585858;
    margin-top: 10px; }
  .pt_product-details #product-content .viewDetailsLink, #search-result-items .modal #product-content .viewDetailsLink {
    font-weight: bold; }
  .pt_product-details #product-content .product-rating, #search-result-items .modal #product-content .product-rating {
    min-height: 20px; }
    .pt_product-details #product-content .product-rating .bv-rating-stars-off, #search-result-items .modal #product-content .product-rating .bv-rating-stars-off {
      color: #CCC !important; }
  .pt_product-details #product-content #defaultCountdown, #search-result-items .modal #product-content #defaultCountdown {
    border: 2px solid #00395A;
    padding: 5px;
    height: 60px;
    width: 100%;
    max-width: 360px;
    margin-bottom: 20px;
    position: relative;
    margin-left: 14px; }
    @media screen and (max-width: 600px) {
      .pt_product-details #product-content #defaultCountdown, #search-result-items .modal #product-content #defaultCountdown {
        margin: auto;
        margin-top: 30px;
        margin-bottom: 20px;
        max-width: 280px; } }
    .pt_product-details #product-content #defaultCountdown .timerText, #search-result-items .modal #product-content #defaultCountdown .timerText {
      width: 100%;
      text-transform: uppercase;
      position: absolute;
      top: -12px;
      text-align: center;
      margin-bottom: 0; }
      .pt_product-details #product-content #defaultCountdown .timerText span, #search-result-items .modal #product-content #defaultCountdown .timerText span {
        color: #333;
        padding: 0 5px;
        background: #FFFFFF;
        font-weight: bold;
        font-size: 12px;
        letter-spacing: 1px; }
        @media screen and (max-width: 1100px) {
          .pt_product-details #product-content #defaultCountdown .timerText span, #search-result-items .modal #product-content #defaultCountdown .timerText span {
            letter-spacing: 0;
            font-size: 10px; } }
    .pt_product-details #product-content #defaultCountdown .dateValuePart, #search-result-items .modal #product-content #defaultCountdown .dateValuePart {
      text-align: center;
      width: 24%;
      max-width: 83px;
      display: inline-block;
      padding-top: 2px; }
      @media screen and (max-width: 800px) {
        .pt_product-details #product-content #defaultCountdown .dateValuePart, #search-result-items .modal #product-content #defaultCountdown .dateValuePart {
          width: 23%; } }
      .pt_product-details #product-content #defaultCountdown .dateValuePart .dataValuePart, #search-result-items .modal #product-content #defaultCountdown .dateValuePart .dataValuePart {
        font-size: 2.5em;
        line-height: 1;
        color: #555;
        font-family: 'Century Gothic', Arial; }
      .pt_product-details #product-content #defaultCountdown .dateValuePart h4, #search-result-items .modal #product-content #defaultCountdown .dateValuePart h4 {
        font-size: 6px;
        margin: 0px;
        text-transform: uppercase; }
  .pt_product-details .product-variations, #search-result-items .modal .product-variations {
    margin-top: 25px; }
    .pt_product-details .product-variations .swatch-label, #search-result-items .modal .product-variations .swatch-label {
      font-weight: bold;
      color: #222222;
      text-transform: uppercase; }
    .pt_product-details .product-variations ul.swatches li, #search-result-items .modal .product-variations ul.swatches li {
      font-size: 0px; }
      .pt_product-details .product-variations ul.swatches li a, #search-result-items .modal .product-variations ul.swatches li a {
        width: 36px;
        height: 36px;
        display: inline-block;
        position: relative; }
        .pt_product-details .product-variations ul.swatches li a.color-silver::before, .pt_product-details .product-variations ul.swatches li a.color-white::before, .pt_product-details .product-variations ul.swatches li a.color-white-z::before, .pt_product-details .product-variations ul.swatches li a.white::before, #search-result-items .modal .product-variations ul.swatches li a.color-silver::before, #search-result-items .modal .product-variations ul.swatches li a.color-white::before, #search-result-items .modal .product-variations ul.swatches li a.color-white-z::before, #search-result-items .modal .product-variations ul.swatches li a.white::before {
          content: " ";
          position: absolute;
          top: 0px;
          left: 0px;
          right: 0px;
          bottom: 0px;
          border: 1px solid #CCC; }
      .pt_product-details .product-variations ul.swatches li.selected a::before, #search-result-items .modal .product-variations ul.swatches li.selected a::before {
        content: " ";
        position: absolute;
        top: 1px;
        left: 1px;
        right: 1px;
        bottom: 1px;
        border: 1px solid #FFFFFF; }
      .pt_product-details .product-variations ul.swatches li.selected a::after, #search-result-items .modal .product-variations ul.swatches li.selected a::after {
        content: " ";
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        border: 1px solid #222222; }
      .pt_product-details .product-variations ul.swatches li.selected a.color-silver, .pt_product-details .product-variations ul.swatches li.selected a.color-white, .pt_product-details .product-variations ul.swatches li.selected a.white, #search-result-items .modal .product-variations ul.swatches li.selected a.color-silver, #search-result-items .modal .product-variations ul.swatches li.selected a.color-white, #search-result-items .modal .product-variations ul.swatches li.selected a.white {
        border-color: #CCC; }
      .pt_product-details .product-variations ul.swatches li.selected-value, #search-result-items .modal .product-variations ul.swatches li.selected-value {
        vertical-align: bottom;
        font-size: 14px; }
  .pt_product-details .pdp-applepayBtn.dw-apple-pay-cart, #search-result-items .modal .pdp-applepayBtn.dw-apple-pay-cart {
    width: 100% !important;
    padding: 0.7em 1.46em !important;
    border-radius: 0 !important; }
  .pt_product-details .pdp-applepayBtn.dw-apple-pay-button, #search-result-items .modal .pdp-applepayBtn.dw-apple-pay-button {
    width: 280px !important;
    padding: 0.7em 1.46em !important;
    border-radius: 0 !important;
    margin-top: 10px; }
    @media (max-width: 1100px) {
      .pt_product-details .pdp-applepayBtn.dw-apple-pay-button, #search-result-items .modal .pdp-applepayBtn.dw-apple-pay-button {
        width: 224px !important; } }
    @media screen and (max-width: 599px) {
      .pt_product-details .pdp-applepayBtn.dw-apple-pay-button, #search-result-items .modal .pdp-applepayBtn.dw-apple-pay-button {
        width: 128px !important; } }
  .pt_product-details .product-add-to-cart, #search-result-items .modal .product-add-to-cart {
    margin-top: 30px; }
    .pt_product-details .product-add-to-cart .form-group label, #search-result-items .modal .product-add-to-cart .form-group label {
      margin-right: 15px;
      text-transform: uppercase; }
    .pt_product-details .product-add-to-cart .soldoutHide, #search-result-items .modal .product-add-to-cart .soldoutHide {
      display: none; }
    .pt_product-details .product-add-to-cart .price-off-option, #search-result-items .modal .product-add-to-cart .price-off-option {
      color: #FFFFFF;
      background-color: #c10000;
      padding: 0 10px;
      margin-left: 5px;
      display: inline-block;
      font-size: 14px; }
    .pt_product-details .product-add-to-cart .product-price, #search-result-items .modal .product-add-to-cart .product-price {
      margin-top: 25px;
      font-size: 18px; }
    .pt_product-details .product-add-to-cart .price-sales, #search-result-items .modal .product-add-to-cart .price-sales {
      font-family: "Univers LT W01 55 Roman", Arial, "Helvetica Neue", Helvetica, sans-serif; }
    .pt_product-details .product-add-to-cart .ecocss, #search-result-items .modal .product-add-to-cart .ecocss {
      display: block;
      position: relative;
      top: -8px;
      font-size: 11px;
      color: grey; }
    .pt_product-details .product-add-to-cart .stockqtyinfo, #search-result-items .modal .product-add-to-cart .stockqtyinfo {
      color: red; }
    .pt_product-details .product-add-to-cart .promotion, #search-result-items .modal .product-add-to-cart .promotion {
      margin-top: 15px; }
    .pt_product-details .product-add-to-cart .customizeLink, #search-result-items .modal .product-add-to-cart .customizeLink {
      width: 320px;
      max-width: 320px;
      margin-top: 20px;
      background: transparent;
      color: #00395A;
      border: 2px solid #00395A;
      position: relative; }
      .pt_product-details .product-add-to-cart .customizeLink .customizeLableWithImg, #search-result-items .modal .product-add-to-cart .customizeLink .customizeLableWithImg {
        position: absolute;
        top: 50%;
        left: 40%;
        transform: translate(-50%, -50%); }
        .pt_product-details .product-add-to-cart .customizeLink .customizeLableWithImg img, #search-result-items .modal .product-add-to-cart .customizeLink .customizeLableWithImg img {
          margin: 0 10px; }
      .pt_product-details .product-add-to-cart .customizeLink:hover, #search-result-items .modal .product-add-to-cart .customizeLink:hover {
        background-color: #005484;
        color: #FFFFFF;
        text-decoration: none; }
    .pt_product-details .product-add-to-cart #add-to-cart, #search-result-items .modal .product-add-to-cart #add-to-cart {
      margin-top: 20px;
      width: 320px; }
    .pt_product-details .product-add-to-cart .availability-block, #search-result-items .modal .product-add-to-cart .availability-block {
      margin-top: 20px; }
      .pt_product-details .product-add-to-cart .availability-block .product-restricted, #search-result-items .modal .product-add-to-cart .availability-block .product-restricted {
        color: #df2100;
        max-width: 300px; }
      .pt_product-details .product-add-to-cart .availability-block span, #search-result-items .modal .product-add-to-cart .availability-block span {
        float: left; }
        .pt_product-details .product-add-to-cart .availability-block span p, #search-result-items .modal .product-add-to-cart .availability-block span p {
          margin: 0px; }
        .pt_product-details .product-add-to-cart .availability-block span.avail-label, #search-result-items .modal .product-add-to-cart .availability-block span.avail-label {
          margin-right: 10px; }
    .pt_product-details .product-add-to-cart .product-limit, #search-result-items .modal .product-add-to-cart .product-limit {
      padding-left: 10px;
      color: #df2100; }
  .pt_product-details .product-thumbnails, #search-result-items .modal .product-thumbnails {
    padding-left: 0; }
    .pt_product-details .product-thumbnails .list-inline, #search-result-items .modal .product-thumbnails .list-inline {
      position: relative;
      min-width: 80px;
      padding: 45px 0; }
    .pt_product-details .product-thumbnails .thumb, #search-result-items .modal .product-thumbnails .thumb {
      float: none;
      max-width: 188px;
      padding: 0;
      outline: none;
      position: relative; }
      .pt_product-details .product-thumbnails .thumb .thumbnail-link, #search-result-items .modal .product-thumbnails .thumb .thumbnail-link {
        position: relative;
        display: block;
        width: 60px;
        height: 60px;
        margin: 0 auto 2px;
        background-color: rgba(0, 0, 0, 0.2);
        outline: none; }
      .pt_product-details .product-thumbnails .thumb a.thumbnail-link[data-src*='_360_'], #search-result-items .modal .product-thumbnails .thumb a.thumbnail-link[data-src*='_360_'] {
        background: url(../../images/circularRotateIcon.png) center center no-repeat;
        background-size: 60%; }
      .pt_product-details .product-thumbnails .thumb.slick-slide .thumbnail-link, #search-result-items .modal .product-thumbnails .thumb.slick-slide .thumbnail-link {
        margin: 0 auto; }
      .pt_product-details .product-thumbnails .thumb.selected .thumbnail-link, #search-result-items .modal .product-thumbnails .thumb.selected .thumbnail-link {
        background-color: #fff;
        box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5); }
        .pt_product-details .product-thumbnails .thumb.selected .thumbnail-link:before, .pt_product-details .product-thumbnails .thumb.selected .thumbnail-link:after, #search-result-items .modal .product-thumbnails .thumb.selected .thumbnail-link:before, #search-result-items .modal .product-thumbnails .thumb.selected .thumbnail-link:after {
          content: "";
          position: absolute;
          width: 0;
          height: 0;
          border-right: 0;
          top: 50%; }
        .pt_product-details .product-thumbnails .thumb.selected .thumbnail-link:before, #search-result-items .modal .product-thumbnails .thumb.selected .thumbnail-link:before {
          margin-top: -10px;
          border-left: rgba(0, 0, 0, 0.1) solid 10px;
          border-top: transparent solid 10px;
          border-bottom: transparent solid 10px;
          right: -10px; }
        .pt_product-details .product-thumbnails .thumb.selected .thumbnail-link:after, #search-result-items .modal .product-thumbnails .thumb.selected .thumbnail-link:after {
          margin-top: -8px;
          border-left: #FFFFFF solid 8px;
          border-top: transparent solid 8px;
          border-bottom: transparent solid 8px;
          right: -8px; }
        .pt_product-details .product-thumbnails .thumb.selected .thumbnail-link img, #search-result-items .modal .product-thumbnails .thumb.selected .thumbnail-link img {
          opacity: 1; }
    .pt_product-details .product-thumbnails img, #search-result-items .modal .product-thumbnails img {
      position: relative;
      display: block;
      width: 60px;
      height: 60px;
      opacity: 0.7; }
    .pt_product-details .product-thumbnails .slick-prev, .pt_product-details .product-thumbnails .slick-next, #search-result-items .modal .product-thumbnails .slick-prev, #search-result-items .modal .product-thumbnails .slick-next {
      width: 40px;
      height: 30px;
      background-image: none;
      background-color: #00395A;
      color: transparent;
      border-radius: 3px;
      left: 50%;
      margin: 0 0 0 -20px;
      border: none;
      z-index: 10; }
      .pt_product-details .product-thumbnails .slick-prev i, .pt_product-details .product-thumbnails .slick-next i, #search-result-items .modal .product-thumbnails .slick-prev i, #search-result-items .modal .product-thumbnails .slick-next i {
        display: block;
        font-family: 'JBL';
        font-size: 18px; }
    .pt_product-details .product-thumbnails .slick-prev, #search-result-items .modal .product-thumbnails .slick-prev {
      top: 10px; }
      @media screen and (min-width: 600px) {
        .pt_product-details .product-thumbnails .slick-prev i, #search-result-items .modal .product-thumbnails .slick-prev i {
          transform: rotate(90deg); } }
    .pt_product-details .product-thumbnails .slick-next, #search-result-items .modal .product-thumbnails .slick-next {
      top: 100%;
      margin-top: -40px; }
      @media screen and (min-width: 600px) {
        .pt_product-details .product-thumbnails .slick-next i, #search-result-items .modal .product-thumbnails .slick-next i {
          transform: rotate(90deg); } }
  .pt_product-details .thumb.video, #search-result-items .modal .thumb.video {
    width: 60px;
    text-align: center; }
    .pt_product-details .thumb.video:before, #search-result-items .modal .thumb.video:before {
      position: absolute;
      display: block;
      width: 100%;
      color: #FFFFFF;
      font-size: 1.8em;
      line-height: 2.8em;
      pointer-events: none;
      z-index: 2; }
  .pt_product-details .main-video, #search-result-items .modal .main-video {
    margin-top: 50px; }
    @media screen and (max-width: 1200px) {
      .pt_product-details .main-video, #search-result-items .modal .main-video {
        margin-top: 75px; } }
    @media screen and (max-width: 991px) {
      .pt_product-details .main-video, #search-result-items .modal .main-video {
        margin-top: 100px; } }
  .pt_product-details .recommendations, #search-result-items .modal .recommendations {
    margin-top: 50px; }
  .pt_product-details .zoomPad, #search-result-items .modal .zoomPad {
    position: relative;
    float: left;
    z-index: 99;
    cursor: crosshair;
    width: 100%; }
  .pt_product-details .zoomPreload, #search-result-items .modal .zoomPreload {
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity=80);
    color: #333;
    font-size: 12px;
    font-family: Tahoma;
    text-decoration: none;
    border: 1px solid #CCC;
    background-color: white;
    padding: 8px;
    text-align: center;
    z-index: 110;
    width: 90px;
    height: 43px;
    position: absolute;
    top: 0px;
    left: 0px; }
  .pt_product-details .zoomPup, #search-result-items .modal .zoomPup {
    overflow: hidden;
    background-color: #FFF;
    -moz-opacity: 0.6;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 120;
    position: absolute;
    border: 1px solid #CCC;
    z-index: 101;
    cursor: crosshair; }
  .pt_product-details .zoomOverlay, #search-result-items .modal .zoomOverlay {
    position: absolute;
    left: 0px;
    top: 0px;
    background: #FFF;
    /*opacity: 0.5;*/
    z-index: 5000;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 101; }
  .pt_product-details .zoomWindow, #search-result-items .modal .zoomWindow {
    position: absolute;
    left: 110%;
    top: 40px;
    background: #FFF;
    z-index: 6000;
    height: auto;
    z-index: 10000;
    z-index: 110; }
  .pt_product-details .zoomWrapper, #search-result-items .modal .zoomWrapper {
    position: relative;
    border: 1px solid #999;
    z-index: 110; }
  .pt_product-details .zoomWrapperTitle, #search-result-items .modal .zoomWrapperTitle {
    display: block;
    background: #999;
    color: #FFF;
    height: 18px;
    line-height: 18px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 120;
    -moz-opacity: 0.6;
    opacity: 0.6;
    filter: alpha(opacity=60); }
  .pt_product-details .zoomWrapperImage, #search-result-items .modal .zoomWrapperImage {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 110; }
  .pt_product-details .zoomWrapperImage img, #search-result-items .modal .zoomWrapperImage img {
    border: 0px;
    display: block;
    position: absolute;
    z-index: 101; }
  .pt_product-details .zoomIframe, #search-result-items .modal .zoomIframe {
    z-index: -1;
    filter: alpha(opacity=0);
    -moz-opacity: 0.8;
    opacity: 0.8;
    position: absolute;
    display: block; }
  .pt_product-details .product-main-attributes h5.black, #search-result-items .modal .product-main-attributes h5.black {
    margin-top: 30px; }
  .pt_product-details .product-main-attributes ul, #search-result-items .modal .product-main-attributes ul {
    list-style-type: disc; }
    .pt_product-details .product-main-attributes ul li, #search-result-items .modal .product-main-attributes ul li {
      margin-bottom: 0; }
      .pt_product-details .product-main-attributes ul li .value, #search-result-items .modal .product-main-attributes ul li .value {
        display: block; }
  .pt_product-details .product-main-attributes .product-highlights, #search-result-items .modal .product-main-attributes .product-highlights {
    position: relative; }
    .pt_product-details .product-main-attributes .product-highlights h5.black, #search-result-items .modal .product-main-attributes .product-highlights h5.black {
      display: none; }
    .pt_product-details .product-main-attributes .product-highlights .content-asset:first-child, #search-result-items .modal .product-main-attributes .product-highlights .content-asset:first-child {
      padding-top: 65px; }
    .pt_product-details .product-main-attributes .product-highlights .content-asset + h5.black, #search-result-items .modal .product-main-attributes .product-highlights .content-asset + h5.black {
      position: absolute;
      display: block;
      top: 0;
      left: 0; }

#search-result-items .modal #product-content, #compare-table .modal #product-content {
  padding-top: 40px; }
#search-result-items .modal .product-thumbnails li, #compare-table .modal .product-thumbnails li {
  margin-bottom: 55px; }
#search-result-items .modal .product-detail, #compare-table .modal .product-detail {
  padding-left: 20px; }

/* Product Comparison Page */
.top-link-row {
  padding-top: 10px;
  margin-bottom: 20px; }
  .top-link-row a {
    padding-right: 10px;
    cursor: pointer; }

@media (min-width: 1100px) {
  .product-tabs li {
    margin-left: 5px; }
    .product-tabs li:before {
      left: -4px; } }

.pt_product-details.compare-page {
  overflow-x: scroll; }

.mx-img-width {
  width: 270px;
  margin: 0 auto; }

.comparisontable .product-image {
  height: 180px; }
  .comparisontable .product-image .mx-img-width {
    height: auto !important;
    width: 155px; }
.comparisontable .btn {
  width: 100%;
  min-width: auto;
  letter-spacing: 0; }

.promotion, .pdp-badges, .productDetailsFixedHeader {
  display: none; }

.button {
  background: #00395A;
  font-size: 11px;
  color: white;
  letter-spacing: 0.125em;
  text-align: center;
  text-transform: uppercase;
  font-family: "Univers LT W01 65 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif; }

.h2 {
  font-size: 32px;
  text-transform: none;
  line-height: 32px;
  letter-spacing: 0;
  font-family: "Univers LT W01 65", Arial, "Helvetica Neue", Helvetica, sans-serif; }
  @media (max-width: 1099px) {
    .h2 {
      font-size: 1.3em;
      line-height: 24px; } }

.h3 {
  font-size: 24px;
  text-transform: none;
  line-height: 24px;
  letter-spacing: 0;
  font-family: "Univers LT W01 65", Arial, "Helvetica Neue", Helvetica, sans-serif; }

.h4 {
  font-family: "Univers LT W01 65 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #00395A;
  line-height: 24px;
  font-size: 16px;
  text-transform: none;
  letter-spacing: 0; }

.paragraph {
  font-size: 13px;
  line-height: 20px;
  text-transform: none;
  color: rgba(0, 0, 0, 0.6);
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }

body {
  background: white; }

.product-media .main-360 {
  margin-bottom: 30px; }
  .product-media .main-360 img {
    margin: 0 auto; }
  .product-media .main-360 .rotating-icon {
    background: url(../../images/circularRotateIcon.png) no-repeat 90% 35px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1; }
  .product-media .main-360 .rotating-icon:hover {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .product-media .main-360 .rotating-icon.grabbing {
    cursor: grabbing;
    cursor: -webkit-grabbing; }
.product-media .product-thumbnails .slick-vertical {
  position: relative; }
  .product-media .product-thumbnails .slick-vertical .slick-prev, .product-media .product-thumbnails .slick-vertical .slick-next {
    width: 30px;
    height: 30px;
    background: url("../../images/arrow.svg");
    background-size: 30px;
    padding: 12px;
    position: absolute;
    transition: 0.25s;
    left: 70px; }
    .product-media .product-thumbnails .slick-vertical .slick-prev:hover, .product-media .product-thumbnails .slick-vertical .slick-next:hover {
      opacity: 0.6; }
  .product-media .product-thumbnails .slick-vertical .slick-prev {
    transform: rotate(-0deg);
    top: 0; }
  .product-media .product-thumbnails .slick-vertical .slick-next {
    transform: rotate(180deg); }
.product-media .product-thumbnails .thumb {
  margin: 0 0 12px; }
  .product-media .product-thumbnails .thumb .thumbnail-link {
    background: white;
    border-radius: 3px;
    transition: 0.25s;
    box-shadow: 0 6px 6px -4px rgba(0, 0, 0, 0.16); }
    .product-media .product-thumbnails .thumb .thumbnail-link:hover {
      box-shadow: 0 6px 6px -4px #e7eef0; }
    .product-media .product-thumbnails .thumb .thumbnail-link:before, .product-media .product-thumbnails .thumb .thumbnail-link:after {
      display: none; }
    .product-media .product-thumbnails .thumb .thumbnail-link img {
      width: 100%;
      height: 100%; }
  .product-media .product-thumbnails .thumb.selected .thumbnail-link {
    border: 2px solid #00395A;
    box-shadow: none; }

.pt_product-details #product-content #defaultCountdown, .mobile-promo-timer {
  border: none;
  width: 95%;
  display: flex;
  max-width: none;
  height: auto;
  margin: 0 12px 24px;
  background: #E7EEF0;
  padding: 30px 0 12px; }
  .pt_product-details #product-content #defaultCountdown .timerText, .mobile-promo-timer .timerText {
    padding: 6px;
    top: 0; }
    .pt_product-details #product-content #defaultCountdown .timerText span, .mobile-promo-timer .timerText span {
      background: transparent;
      font-family: "Univers LT W01 65 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
      color: #00395A;
      line-height: 24px;
      font-size: 16px;
      text-transform: none;
      letter-spacing: 0; }
  .pt_product-details #product-content #defaultCountdown .dateValuePart, .mobile-promo-timer .dateValuePart {
    width: 25%;
    max-width: none; }
    .pt_product-details #product-content #defaultCountdown .dateValuePart h4, .mobile-promo-timer .dateValuePart h4 {
      font-family: "Univers LT W01 65 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
      color: #00395A;
      line-height: 24px;
      font-size: 16px;
      text-transform: none;
      letter-spacing: 0; }

html .product-label .label-jbl-contrast {
  background: #df2d00;
  padding: 1px 2px; }
html .product-label .label-harman-kardon-contrast {
  background: #006c93;
  padding: 1px 2px; }

html .product-label .label {
  border-radius: 48px;
  font-size: 10px;
  padding: 5px 30px;
  display: inline-block;
  width: auto; }
  @media (max-width: 599px) {
    html .product-label .label {
      margin-bottom: 12px;
      display: inline-block; } }
  html .product-label .label span[itemprop="brand"] {
    font-size: inherit;
    color: white; }

.product-name {
  font-family: "Univers LT W01 65", Arial, "Helvetica Neue", Helvetica, sans-serif; }

.product-short-description {
  font-size: 13px;
  line-height: 20px;
  text-transform: none;
  color: rgba(0, 0, 0, 0.6);
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin: 6px 0; }

.product-price .price-sales {
  font-size: 32px;
  text-transform: none;
  line-height: 32px;
  letter-spacing: 0;
  font-family: "Univers LT W01 65", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-family: "Univers LT W01 65 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif; }
  @media (max-width: 1099px) {
    .product-price .price-sales {
      font-size: 1.3em;
      line-height: 24px; } }
.product-price .price-each {
  font-family: "Univers LT W01 65 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #00395A;
  line-height: 24px;
  font-size: 16px;
  text-transform: none;
  letter-spacing: 0; }

hr.hidden-xs {
  margin: 6px 0 12px; }

.product-review-links .bv-rating-stars-on .bv-rating-stars {
  color: #00395A !important;
  font-size: 30 !important; }

.pt_product-details .product-add-to-cart .qty-add-to-cart {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #E7EEF0; }
  .pt_product-details .product-add-to-cart .qty-add-to-cart .product-limit {
    position: absolute;
    bottom: -28px; }
  .pt_product-details .product-add-to-cart .qty-add-to-cart .add-to-cart {
    box-shadow: 0 6px 6px -4px rgba(0, 0, 0, 0.16); }

.pt_product-details .ship-estimate-components {
  background: #E7EEF0;
  padding: 12px 12px;
  margin-bottom: 36px;
  margin-top: 12px; }
  .pt_product-details .ship-estimate-components label {
    display: block;
    margin-bottom: 6px; }

.pt_product-details .product-add-to-cart fieldset .customizeLink {
  padding: 12px;
  min-height: 48px;
  width: 100%; }
  .pt_product-details .product-add-to-cart fieldset .customizeLink .customizeLableWithImg {
    left: 50%; }

.pt_product-details .container-fluid > .row {
  margin: 0 auto; }
  .pt_product-details .container-fluid > .row > .col-xs-12 {
    padding: 0; }

.pt_product-details .product-variations {
  margin-top: 12px; }
  .pt_product-details .product-variations .swatch-label {
    display: block;
    margin-bottom: 6px; }
  .pt_product-details .product-variations .selected-value {
    display: none; }
  .pt_product-details .product-variations ul.swatches.list-inline {
    margin: 0; }
  .pt_product-details .product-variations ul.swatches li {
    padding: 0; }
    .pt_product-details .product-variations ul.swatches li.selected {
      border: 2px solid #00395A;
      position: relative; }
      .pt_product-details .product-variations ul.swatches li.selected:before, .pt_product-details .product-variations ul.swatches li.selected a:after {
        display: none; }
      .pt_product-details .product-variations ul.swatches li.selected:after {
        content: "";
        width: 30px;
        height: 2px;
        position: absolute;
        background: #00395A;
        left: 0;
        bottom: -8px; }
    .pt_product-details .product-variations ul.swatches li a {
      height: 30px;
      width: 30px;
      transition: 0.25s; }
      .pt_product-details .product-variations ul.swatches li a:before {
        display: none; }
      .pt_product-details .product-variations ul.swatches li a:hover {
        opacity: 0.6; }
      .pt_product-details .product-variations ul.swatches li a.color-white {
        border: 1px solid #00395A; }

.pt_product-details .product-add-to-cart {
  border-top: 1px solid #E7EEF0;
  padding: 0;
  margin: 24px 0 0;
  display: flex; }
  .pt_product-details .product-add-to-cart .inventory {
    position: relative;
    width: 20%;
    margin: 0 6px 0 0; }
    .pt_product-details .product-add-to-cart .inventory .form-group.quantity {
      margin-bottom: 0; }
    .pt_product-details .product-add-to-cart .inventory .form-control {
      box-shadow: 0 6px 6px -4px rgba(0, 0, 0, 0.16);
      font-size: 13px;
      line-height: 20px;
      text-transform: none;
      color: rgba(0, 0, 0, 0.6);
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      text-align: center;
      width: 100%;
      height: auto;
      border: none;
      padding: 12px; }
      .pt_product-details .product-add-to-cart .inventory .form-control:focus {
        background: white;
        box-shadow: 0 6px 6px -4px #e7eef0; }
    .pt_product-details .product-add-to-cart .inventory .spinner {
      display: none; }
  .pt_product-details .product-add-to-cart form {
    width: 100%; }
  .pt_product-details .product-add-to-cart fieldset .btn {
    min-width: auto;
    max-width: none;
    height: auto;
    padding: 12px; }
  .pt_product-details .product-add-to-cart fieldset #add-to-cart {
    margin: 0 0 0 6px;
    width: 100%; }
.pt_product-details .icon-cart {
  display: none; }

.pt_product-details .product-limit {
  display: block;
  margin: 6px 0 0;
  font-size: 13px;
  line-height: 20px;
  text-transform: none;
  color: rgba(0, 0, 0, 0.6);
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
.pt_product-details .availability-predictiveShip {
  background: #E7EEF0;
  padding: 12px;
  margin: 0 0 24px; }
  .pt_product-details .availability-predictiveShip .in-stock-msg {
    font-family: "Univers LT W01 65 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #00395A;
    line-height: 24px;
    font-size: 16px;
    text-transform: none;
    letter-spacing: 0; }
  .pt_product-details .availability-predictiveShip .ship-estimate-components {
    position: relative; }
    .pt_product-details .availability-predictiveShip .ship-estimate-components .enter-zip-label {
      font-size: 13px;
      line-height: 20px;
      text-transform: none;
      color: rgba(0, 0, 0, 0.6);
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      color: #00395A;
      margin: 6px 0; }
    .pt_product-details .availability-predictiveShip .ship-estimate-components #estimateZipCode {
      box-shadow: 0 6px 6px -4px rgba(0, 0, 0, 0.16);
      font-size: 13px;
      line-height: 20px;
      text-transform: none;
      color: rgba(0, 0, 0, 0.6);
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      width: 75%;
      border: none;
      border-radius: 3px;
      height: auto;
      padding: 12px; }
    .pt_product-details .availability-predictiveShip .ship-estimate-components .cancel-button {
      display: none; }
    .pt_product-details .availability-predictiveShip .ship-estimate-components .find-ship-estimate {
      width: 31px;
      height: 33px;
      background: url("../../images/arrow.svg");
      background-repeat: no-repeat;
      background-size: 30px;
      padding: 12px;
      position: absolute;
      transition: 0.25s;
      transform: rotate(90deg);
      top: 42%;
      left: 65%;
      color: transparent !important; }
      .pt_product-details .availability-predictiveShip .ship-estimate-components .find-ship-estimate:hover {
        opacity: 0.6; }
.pt_product-details .whybuy-link {
  display: none; }
.pt_product-details .product_features_nav {
  background: #E7EEF0;
  padding: 24px;
  margin: 0 12px; }
  .pt_product-details .product_features_nav ul {
    display: flex;
    justify-content: center;
    margin: 0; }
    .pt_product-details .product_features_nav ul li {
      font-family: "Univers LT W01 65 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
      margin: 0 12px; }
    .pt_product-details .product_features_nav ul a:hover {
      text-decoration: none; }
  @media (max-width: 1099px) {
    .pt_product-details .product_features_nav {
      display: none; } }
.pt_product-details .features-tab .slick-track {
  margin: 0 0 44px; }
.pt_product-details .features-tab .feature-leftcontentWithImg, .pt_product-details .features-tab .feature-slide > div {
  display: flex;
  align-items: center; }
.pt_product-details .features-tab .slick-slide img {
  display: inherit; }
.pt_product-details .features-tab .feature-heading {
  text-align: center;
  padding: 24px; }
  .pt_product-details .features-tab .feature-heading p {
    font-size: 13px;
    line-height: 20px;
    text-transform: none;
    color: rgba(0, 0, 0, 0.6);
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
.pt_product-details .features-tab .feature-title {
  font-size: 32px;
  text-transform: none;
  line-height: 32px;
  letter-spacing: 0;
  font-family: "Univers LT W01 65", Arial, "Helvetica Neue", Helvetica, sans-serif; }
  @media (max-width: 1099px) {
    .pt_product-details .features-tab .feature-title {
      font-size: 1.3em;
      line-height: 24px; } }
.pt_product-details .features-tab .slick-dots {
  padding: 12px 0 0;
  bottom: 0; }
  .pt_product-details .features-tab .slick-dots li {
    margin: 0 2px;
    border: 2px solid #00395A;
    border-radius: 50%; }
    .pt_product-details .features-tab .slick-dots li.slick-active {
      background: #00395A;
      color: #fff; }
    .pt_product-details .features-tab .slick-dots li button:before {
      content: none; }
@media (max-width: 599px) {
  .pt_product-details .features-tab {
    overflow: hidden; } }
.pt_product-details .feature-slider {
  padding: 24px; }
  .pt_product-details .feature-slider .slick-prev, .pt_product-details .feature-slider .slick-next {
    width: 30px;
    height: 30px;
    background: url("../../images/arrow.svg");
    background-size: 30px;
    padding: 12px;
    position: absolute;
    transition: 0.25s; }
    .pt_product-details .feature-slider .slick-prev:hover, .pt_product-details .feature-slider .slick-next:hover {
      opacity: 0.6; }
  .pt_product-details .feature-slider .slick-prev {
    transform: rotate(-90deg); }
  .pt_product-details .feature-slider .slick-next {
    transform: rotate(90deg); }
  .pt_product-details .feature-slider .slide {
    text-align: center;
    padding: 24px; }
    .pt_product-details .feature-slider .slide img {
      display: inherit; }
    .pt_product-details .feature-slider .slide .title {
      font-size: 32px;
      text-transform: none;
      line-height: 32px;
      letter-spacing: 0;
      font-family: "Univers LT W01 65", Arial, "Helvetica Neue", Helvetica, sans-serif; }
      @media (max-width: 1099px) {
        .pt_product-details .feature-slider .slide .title {
          font-size: 1.3em;
          line-height: 24px; } }
      .pt_product-details .feature-slider .slide .title.bold {
        font-family: "Univers LT W01 65", Arial, "Helvetica Neue", Helvetica, sans-serif; }
    .pt_product-details .feature-slider .slide p {
      font-size: 13px;
      line-height: 20px;
      text-transform: none;
      color: rgba(0, 0, 0, 0.6);
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
      @media (max-width: 1099px) {
        .pt_product-details .feature-slider .slide p {
          color: inherit; } }
.pt_product-details #primary .content-asset {
  padding: 24px;
  background: #E7EEF0; }
  .pt_product-details #primary .content-asset img {
    width: 100%; }

.pt_product-details .product-top-content .product-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100% !important; }

.pt_product-details #videos_tab {
  background: #222;
  padding: 24px 0;
  margin: 24px 0;
  color: #fff; }
  .pt_product-details #videos_tab iframe {
    border: none; }
  .pt_product-details #videos_tab .video-carousel .slick-dots, .pt_product-details #videos_tab .video-carousel .slick-next, .pt_product-details #videos_tab .video-carousel .slick-prev {
    display: none !important; }
    @media screen and (max-width: 600px) {
      .pt_product-details #videos_tab .video-carousel .slick-dots, .pt_product-details #videos_tab .video-carousel .slick-next, .pt_product-details #videos_tab .video-carousel .slick-prev {
        display: block !important; } }
  .pt_product-details #videos_tab .main-video-tab .productmain-video-link {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0; }
  .pt_product-details #videos_tab .main-video-tab .productmain-video-link iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .pt_product-details #videos_tab .main-video-tab .productmain-video-link {
    cursor: pointer; }
    .pt_product-details #videos_tab .main-video-tab .productmain-video-link span:before {
      content: "\e906";
      font-family: "JBL";
      position: absolute;
      width: 100%;
      color: white;
      font-size: 4em;
      cursor: pointer;
      text-align: center;
      z-index: 2;
      top: 50%;
      transform: translateY(-50%); }
    .pt_product-details #videos_tab .main-video-tab .productmain-video-link:hover span:before {
      color: #00395A; }
  .pt_product-details #videos_tab #thumbnails-video {
    top: 0; }
    .pt_product-details #videos_tab #thumbnails-video .list-inline {
      padding: 0;
      margin-left: 0; }
    .pt_product-details #videos_tab #thumbnails-video .slick-prev, .pt_product-details #videos_tab #thumbnails-video .slick-next {
      margin: 0;
      position: absolute;
      left: 50%;
      transform: translate(-50%, -50%); }
    .pt_product-details #videos_tab #thumbnails-video .slick-prev {
      top: -15px; }
    .pt_product-details #videos_tab #thumbnails-video .slick-next {
      bottom: -45px;
      top: auto; }
    .pt_product-details #videos_tab #thumbnails-video .video-thumb:before {
      content: "\e906";
      font-family: "JBL";
      position: absolute;
      width: 100%;
      color: white;
      font-size: 3em;
      cursor: pointer;
      text-align: center;
      z-index: 2;
      top: 50%;
      transform: translateY(-50%); }
    .pt_product-details #videos_tab #thumbnails-video .video-thumb .thumbnail-link {
      width: 100%;
      height: 100%;
      max-width: 191px;
      max-height: 106px; }
    .pt_product-details #videos_tab #thumbnails-video .video-thumb img.product-video-thumbnail {
      width: 100%;
      height: 100%;
      max-width: 188px;
      max-height: 104px; }
.pt_product-details #spcs_support {
  margin: 0 0 24px; }
  .pt_product-details #spcs_support .specifications-container {
    background: #E7EEF0;
    padding: 12px; }
    .pt_product-details #spcs_support .specifications-container .nav-tabs .spec-menu {
      margin: 0;
      width: 50%;
      background: #E7EEF0;
      padding: 12px 0; }
      .pt_product-details #spcs_support .specifications-container .nav-tabs .spec-menu:before {
        display: none; }
      .pt_product-details #spcs_support .specifications-container .nav-tabs .spec-menu a {
        border: none;
        padding: 0;
        text-align: center;
        background: transparent; }
        .pt_product-details #spcs_support .specifications-container .nav-tabs .spec-menu a span {
          font-family: "Univers LT W01 65 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
          color: #00395A;
          line-height: 24px;
          font-size: 16px;
          text-transform: none;
          letter-spacing: 0; }
        .pt_product-details #spcs_support .specifications-container .nav-tabs .spec-menu a:hover {
          border: none; }
      .pt_product-details #spcs_support .specifications-container .nav-tabs .spec-menu:hover, .pt_product-details #spcs_support .specifications-container .nav-tabs .spec-menu.active {
        border: none;
        background: white; }
        .pt_product-details #spcs_support .specifications-container .nav-tabs .spec-menu:hover a, .pt_product-details #spcs_support .specifications-container .nav-tabs .spec-menu.active a {
          background: transparent; }
    .pt_product-details #spcs_support .specifications-container .tab-content {
      background: white;
      margin: 0; }
      .pt_product-details #spcs_support .specifications-container .tab-content .product-details {
        margin: 0 0 24px;
        font-size: 13px;
        line-height: 20px;
        text-transform: none;
        color: rgba(0, 0, 0, 0.6);
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
      .pt_product-details #spcs_support .specifications-container .tab-content .title {
        font-family: "Univers LT W01 65 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
        color: #00395A;
        line-height: 24px;
        font-size: 16px;
        text-transform: none;
        letter-spacing: 0; }
      .pt_product-details #spcs_support .specifications-container .tab-content .box-content {
        padding: 0; }
        .pt_product-details #spcs_support .specifications-container .tab-content .box-content .col-sm-4 {
          padding: 0; }
        .pt_product-details #spcs_support .specifications-container .tab-content .box-content ul li {
          font-size: 13px;
          line-height: 20px;
          text-transform: none;
          color: rgba(0, 0, 0, 0.6);
          font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
          margin: 0;
          list-style: none; }
      .pt_product-details #spcs_support .specifications-container .tab-content .eachSpec .row {
        font-size: 13px;
        line-height: 20px;
        text-transform: none;
        color: rgba(0, 0, 0, 0.6);
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        background: white; }
        .pt_product-details #spcs_support .specifications-container .tab-content .eachSpec .row:nth-child(2n) {
          background: #fafcfc; }
        .pt_product-details #spcs_support .specifications-container .tab-content .eachSpec .row span {
          padding: 0 12px; }
        .pt_product-details #spcs_support .specifications-container .tab-content .eachSpec .row .rightAlignedItem {
          text-align: right;
          font-family: "Univers LT W01 65 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif; }
      .pt_product-details #spcs_support .specifications-container .tab-content .support-module h3 {
        font-family: "Univers LT W01 65 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
        color: #00395A;
        line-height: 24px;
        font-size: 16px;
        text-transform: none;
        letter-spacing: 0; }
      .pt_product-details #spcs_support .specifications-container .tab-content .support-module p {
        font-size: 13px;
        line-height: 20px;
        text-transform: none;
        color: rgba(0, 0, 0, 0.6);
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
      .pt_product-details #spcs_support .specifications-container .tab-content .support-module .manuals-link {
        display: flex;
        align-items: center; }
        .pt_product-details #spcs_support .specifications-container .tab-content .support-module .manuals-link .icon-book {
          margin: 0 12px 0 0; }
          .pt_product-details #spcs_support .specifications-container .tab-content .support-module .manuals-link .icon-book:before {
            content: url("../../images/document.svg"); }
        .pt_product-details #spcs_support .specifications-container .tab-content .support-module .manuals-link h3, .pt_product-details #spcs_support .specifications-container .tab-content .support-module .manuals-link h4 {
          font-family: "Univers LT W01 65 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
          color: #00395A;
          line-height: 24px;
          font-size: 16px;
          text-transform: none;
          letter-spacing: 0;
          margin: 0; }
        .pt_product-details #spcs_support .specifications-container .tab-content .support-module .manuals-link span {
          font-size: 13px;
          line-height: 20px;
          text-transform: none;
          color: rgba(0, 0, 0, 0.6);
          font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
        .pt_product-details #spcs_support .specifications-container .tab-content .support-module .manuals-link:hover {
          text-decoration: none; }
      .pt_product-details #spcs_support .specifications-container .tab-content .warranty .title {
        font-family: "Univers LT W01 65 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
        color: #00395A;
        line-height: 24px;
        font-size: 16px;
        text-transform: none;
        letter-spacing: 0; }
      .pt_product-details #spcs_support .specifications-container .tab-content .warranty .content-asset {
        background: none;
        padding: 0;
        font-size: 13px;
        line-height: 20px;
        text-transform: none;
        color: rgba(0, 0, 0, 0.6);
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
        .pt_product-details #spcs_support .specifications-container .tab-content .warranty .content-asset ul li {
          margin: 0 0 6px; }
      .pt_product-details #spcs_support .specifications-container .tab-content .warranty .callUs h4 {
        font-family: "Univers LT W01 65 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
        color: #00395A;
        line-height: 24px;
        font-size: 16px;
        text-transform: none;
        letter-spacing: 0; }
      .pt_product-details #spcs_support .specifications-container .tab-content .warranty .warranty-button {
        margin: 0 0 24px; }
      .pt_product-details #spcs_support .specifications-container .tab-content .warranty .support-feature-action-container .icon-mail:before {
        display: none;
        content: none; }
      .pt_product-details #spcs_support .specifications-container .tab-content .enter-faq-label {
        width: auto;
        text-align: left;
        margin: 0 0 0 12px;
        font-family: "Univers LT W01 65 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
        color: #00395A;
        line-height: 24px;
        font-size: 16px;
        text-transform: none;
        letter-spacing: 0; }
      .pt_product-details #spcs_support .specifications-container .tab-content #estimateFaqData, .pt_product-details #spcs_support .specifications-container .tab-content #estimateFaqData_mobile {
        margin: 12px 0 24px 12px;
        padding: 12px;
        border: none;
        box-shadow: 0 6px 6px -4px rgba(0, 0, 0, 0.16); }
      .pt_product-details #spcs_support .specifications-container .tab-content .find-faq-data {
        padding: 12px;
        background: #00395A;
        font-size: 11px;
        color: white;
        letter-spacing: 0.125em;
        text-align: center;
        text-transform: uppercase;
        font-family: "Univers LT W01 65 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif; }
      .pt_product-details #spcs_support .specifications-container .tab-content .searchedforInfo {
        font-family: "Univers LT W01 65 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
        color: #00395A;
        line-height: 24px;
        font-size: 16px;
        text-transform: none;
        letter-spacing: 0;
        margin: 0 0 12px 12px; }
      .pt_product-details #spcs_support .specifications-container .tab-content .faq-data .tabcontent {
        margin: 0 0 6px; }
        .pt_product-details #spcs_support .specifications-container .tab-content .faq-data .tabcontent .faqQuestion {
          font-size: 13px;
          line-height: 20px;
          text-transform: none;
          color: rgba(0, 0, 0, 0.6);
          font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
          font-weight: bold;
          margin: 0 0 0 12px; }
          .pt_product-details #spcs_support .specifications-container .tab-content .faq-data .tabcontent .faqQuestion:before {
            margin: 0 12px 0 0;
            font-size: 12px; }
        .pt_product-details #spcs_support .specifications-container .tab-content .faq-data .tabcontent .content p {
          font-size: 13px;
          line-height: 20px;
          text-transform: none;
          color: rgba(0, 0, 0, 0.6);
          font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
.pt_product-details .additional-product {
  margin: 0 0 24px;
  position: relative; }
  .pt_product-details .additional-product .slick-track {
    padding: 24px 0; }
  .pt_product-details .additional-product .slick-prev, .pt_product-details .additional-product .slick-next {
    width: 30px;
    height: 30px;
    background: url("../../images/arrow.svg");
    background-size: 30px;
    padding: 12px;
    position: absolute;
    top: -50px;
    transition: 0.25s; }
    .pt_product-details .additional-product .slick-prev:hover, .pt_product-details .additional-product .slick-next:hover {
      opacity: 0.6; }
  .pt_product-details .additional-product .slick-prev {
    transform: rotate(-90deg);
    right: 35px;
    left: auto; }
  .pt_product-details .additional-product .slick-next {
    transform: rotate(90deg);
    right: 0; }
  .pt_product-details .additional-product h3 {
    font-size: 32px;
    text-transform: none;
    line-height: 32px;
    letter-spacing: 0;
    font-family: "Univers LT W01 65", Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin: 24px 0; }
    @media (max-width: 1099px) {
      .pt_product-details .additional-product h3 {
        font-size: 1.3em;
        line-height: 24px; } }
  .pt_product-details .additional-product .tiles-container .grid-tile {
    width: 25%; }
  .pt_product-details .additional-product #linkedProducts .cartButton_container.cartButton_container90 {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0; }
.pt_product-details .product-tile {
  width: 100%;
  margin-bottom: 52px;
  box-shadow: 0 12px 24px -6px rgba(0, 0, 0, 0.1); }
  .pt_product-details .product-tile .product-rating {
    display: none; }
  .pt_product-details .product-tile .product-info {
    max-height: none !important; }
  .pt_product-details .product-tile .product-swatches {
    margin-top: 12px; }
    .pt_product-details .product-tile .product-swatches .swatch-list li {
      margin-bottom: 3px; }
  .pt_product-details .product-tile .product-image .img-responsive {
    display: inline-block; }
  .pt_product-details .product-tile .product-name {
    min-height: auto;
    line-height: 1.8;
    height: 3.6em; }
    .pt_product-details .product-tile .product-name .productname-link {
      font-size: 24px;
      text-transform: none;
      line-height: 24px;
      letter-spacing: 0;
      font-family: "Univers LT W01 65", Arial, "Helvetica Neue", Helvetica, sans-serif; }
      .pt_product-details .product-tile .product-name .productname-link:hover {
        text-decoration: none; }
  .pt_product-details .product-tile .product-description {
    height: auto;
    min-height: 40px;
    margin: 0 12px 12px;
    font-size: 13px;
    line-height: 20px;
    text-transform: none;
    color: rgba(0, 0, 0, 0.6);
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    line-height: 20px; }
  .pt_product-details .product-tile .product-pricing {
    font-size: 16px;
    height: 40px; }
    .pt_product-details .product-tile .product-pricing .product-sales-price, .pt_product-details .product-tile .product-pricing .price-each {
      font-family: "Univers LT W01 65 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
      color: #00395A;
      line-height: 24px;
      font-size: 16px;
      text-transform: none;
      letter-spacing: 0;
      font-family: "Univers LT W01 65", Arial, "Helvetica Neue", Helvetica, sans-serif; }
  .pt_product-details .product-tile .cartButton_container {
    position: absolute;
    left: 48px;
    right: 48px;
    bottom: 24px; }
.pt_product-details #pdp_youmayLike .product-listing .slick-track {
  padding: 24px 0; }
.pt_product-details #pdp_youmayLike .product-listing .slick-prev, .pt_product-details #pdp_youmayLike .product-listing .slick-next {
  width: 30px;
  height: 30px;
  background: url("../../images/arrow.svg");
  background-size: 30px;
  padding: 12px;
  position: absolute;
  top: -50px;
  transition: 0.25s; }
  .pt_product-details #pdp_youmayLike .product-listing .slick-prev:hover, .pt_product-details #pdp_youmayLike .product-listing .slick-next:hover {
    opacity: 0.6; }
.pt_product-details #pdp_youmayLike .product-listing .slick-prev {
  transform: rotate(-90deg);
  right: 35px;
  left: auto; }
.pt_product-details #pdp_youmayLike .product-listing .slick-next {
  transform: rotate(90deg);
  right: 0; }
.pt_product-details #pdp_youmayLike .product-listing h3 {
  font-size: 32px;
  text-transform: none;
  line-height: 32px;
  letter-spacing: 0;
  font-family: "Univers LT W01 65", Arial, "Helvetica Neue", Helvetica, sans-serif; }
  @media (max-width: 1099px) {
    .pt_product-details #pdp_youmayLike .product-listing h3 {
      font-size: 1.3em;
      line-height: 24px; } }
.pt_product-details #pdp_youmayLike .product-listing .grid-tile {
  width: 25%; }
.pt_product-details #pdp_youmayLike .product-listing .product-tile {
  padding: 24px;
  /*
            width: 100%;
            position: relative;
            padding: $margin;
            @include shadow;

            .product-image {
                .img-responsive {
                    display: inline-block;
                }
            }

            .product-name {
                min-height: auto;
                .productname-link {
                    @include h3;
                    &:hover {
                        text-decoration: none;
                    }
                }
            }

            .product-description {
                height: auto;
                margin: 0 0 $margin-half;
                @include paragraph;
                line-height: 20px;
            }*/
  /*.product-pricing {
                .product-sales-price, 
                .price-each {
                    font-size: 16px;
                    .h4.light;
                }
            }*/ }
  .pt_product-details #pdp_youmayLike .product-listing .product-tile .product-rating, .pt_product-details #pdp_youmayLike .product-listing .product-tile .product-promo {
    display: none; }

.pt_product-details .pdp-applepayBtn.dw-apple-pay-button {
  width: 100% !important;
  margin-bottom: 12px; }

.pt_product-details .availability-predictiveShip, .pt_product-details .prop_65_messaging {
  margin-bottom: 12px; }
.pt_product-details .module-product-carousel .slick-track, .pt_product-details .additional-product .slick-track {
  display: flex; }
  .pt_product-details .module-product-carousel .slick-track .grid-tile, .pt_product-details .additional-product .slick-track .grid-tile {
    height: auto; }
    .pt_product-details .module-product-carousel .slick-track .grid-tile > *, .pt_product-details .module-product-carousel .slick-track .grid-tile .product-tile, .pt_product-details .additional-product .slick-track .grid-tile > *, .pt_product-details .additional-product .slick-track .grid-tile .product-tile {
      height: 100%; }
.pt_product-details .support-module.warranty {
  margin-bottom: 24px; }
.pt_product-details .row.eachLineItem {
  margin-left: -13px;
  margin-right: -13px; }
@media (max-width: 599px) {
  .pt_product-details .faq-components {
    text-align: center;
    margin-bottom: 24px; }
    .pt_product-details .faq-components .searchedforInfo {
      margin-top: 12px; }
      .pt_product-details .faq-components .searchedforInfo #estimateFaqData, .pt_product-details .faq-components .searchedforInfo .find-faq-data, .pt_product-details .faq-components .searchedforInfo #estimateFaqData_mobile {
        width: 90%; } }
.pt_product-details .faqQuestion {
  position: relative;
  padding-left: 20px; }
  .pt_product-details .faqQuestion:before {
    position: absolute;
    left: 0; }

.pt_product-details #main {
  margin-top: 0 !important; }

.pt_product-details #video_containor_pdp {
  display: flex;
  align-items: center; }
  @media (max-width: 599px) {
    .pt_product-details #video_containor_pdp {
      display: block; } }

.pt_product-details .bv-primarySummary-rating-container .bv-summary-bar {
  display: flex !important;
  justify-content: center;
  align-items: center; }

@media (max-width: 1099px) {
  .pt_product-details .product-media {
    margin: 0 0 24px; }
    .pt_product-details .product-media .slick-prev {
      left: 12px; }
    .pt_product-details .product-media .slick-next {
      right: 12px; }
    .pt_product-details .product-media .carousel .item img {
      margin: 0 auto; }
  .pt_product-details .carousel-control {
    display: none; }
  .pt_product-details .mobile-promo-timer {
    width: 100%;
    margin: 0;
    position: relative; }
    .pt_product-details .mobile-promo-timer .timerText {
      position: absolute;
      width: 100%;
      text-align: center; }
    .pt_product-details .mobile-promo-timer .dateValuePart {
      text-align: center;
      font-size: 24px;
      text-transform: none;
      line-height: 24px;
      letter-spacing: 0;
      font-family: "Univers LT W01 65", Arial, "Helvetica Neue", Helvetica, sans-serif; }
  .pt_product-details .title-price-wrapperclass {
    display: flex;
    align-items: center;
    margin: 12px 0 0; }
    .pt_product-details .title-price-wrapperclass .product-name {
      margin: 0;
      font-family: "Univers LT W01 65 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
      color: #00395A;
      line-height: 24px;
      font-size: 16px;
      text-transform: none;
      letter-spacing: 0;
      font-size: 20px; }
    .pt_product-details .title-price-wrapperclass .product-price {
      margin-left: auto; }
  .pt_product-details .product-short-description {
    display: none !important; }
  .pt_product-details #product-content {
    text-align: left; }
  .pt_product-details .availability-predictiveShip {
    margin: 6px 0; }
    .pt_product-details .availability-predictiveShip .ship-estimate-components {
      text-align: left; }
      .pt_product-details .availability-predictiveShip .ship-estimate-components #estimateZipCode {
        width: 100%; }
      .pt_product-details .availability-predictiveShip .ship-estimate-components .find-ship-estimate {
        left: auto;
        right: 12px; }
  .pt_product-details .product-add-to-cart {
    border-top: none;
    margin: 0; }
    .pt_product-details .product-add-to-cart .pdpForm {
      width: 100%; }
      .pt_product-details .product-add-to-cart .pdpForm fieldset {
        width: 98%; }
  .pt_product-details .product-limit {
    margin: 0;
    text-align: left; }
  .pt_product-details .feature-slider .feature-slide {
    padding: 48px 24px 0; }
  .pt_product-details .feature-slider .slick-dots {
    margin-left: 0;
    position: static;
    /*li {
                    border: 1px solid white;
                    &.slick-active {
                        background: white;
                        border: 1px solid white;
                    }
                }*/ }
  .pt_product-details .content-asset {
    padding: 12px; }
  .pt_product-details #video_containor_pdp {
    padding: 12px; }
    .pt_product-details #video_containor_pdp .product-video {
      width: 100%; }
    .pt_product-details #video_containor_pdp .col-sm-offset-1 {
      margin-left: 0; }
  .pt_product-details .feature-slider {
    padding: 0 24px; }
  .pt_product-details .slick-dots {
    margin-left: -30px;
    bottom: 20px; }
  .pt_product-details #spcs_support {
    background: #E7EEF0;
    padding: 12px;
    margin: 24px 0; }
    .pt_product-details #spcs_support .support-container {
      background: white;
      margin: 12px;
      padding: 12px; }
      .pt_product-details #spcs_support .support-container .panel {
        border: none; }
      .pt_product-details #spcs_support .support-container .panel-body {
        font-size: 13px;
        line-height: 20px;
        text-transform: none;
        color: rgba(0, 0, 0, 0.6);
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        padding: 12px 0; }
        .pt_product-details #spcs_support .support-container .panel-body .title {
          font-family: "Univers LT W01 65 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
          color: #00395A;
          line-height: 24px;
          font-size: 16px;
          text-transform: none;
          letter-spacing: 0; }
      .pt_product-details #spcs_support .support-container .specs .body .rightAlignedItem {
        text-align: right;
        color: #00395A;
        font-weight: bold; }
      .pt_product-details #spcs_support .support-container .spec-manual h4 {
        font-family: "Univers LT W01 65 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
        color: #00395A;
        line-height: 24px;
        font-size: 16px;
        text-transform: none;
        letter-spacing: 0; }
      .pt_product-details #spcs_support .support-container .spec-manual span {
        font-size: 13px;
        line-height: 20px;
        text-transform: none;
        color: rgba(0, 0, 0, 0.6);
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
      .pt_product-details #spcs_support .support-container .box-content {
        padding: 12px 0; }
        .pt_product-details #spcs_support .support-container .box-content li {
          list-style-type: none; }
      .pt_product-details #spcs_support .support-container .support-heading {
        background: white;
        border-bottom: 2px solid #00395A;
        padding: 6px 0; }
        .pt_product-details #spcs_support .support-container .support-heading .panel-title {
          font-family: "Univers LT W01 65 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
          color: #00395A;
          line-height: 24px;
          font-size: 16px;
          text-transform: none;
          letter-spacing: 0; }
      .pt_product-details #spcs_support .support-container .warranty-button {
        margin: 0 12px; }
      .pt_product-details #spcs_support .support-container #estimateFaqData, .pt_product-details #spcs_support .support-container #estimateFaqData_mobile {
        margin: 12px 0 24px 12px;
        padding: 12px;
        border: none;
        text-align: left;
        box-shadow: 0 6px 6px -4px rgba(0, 0, 0, 0.16); }
      .pt_product-details #spcs_support .support-container .find-faq-data {
        padding: 12px;
        background: #00395A;
        font-size: 11px;
        color: white;
        letter-spacing: 0.125em;
        text-align: center;
        text-transform: uppercase;
        font-family: "Univers LT W01 65 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif; }
      .pt_product-details #spcs_support .support-container .searchedforInfo {
        font-family: "Univers LT W01 65 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
        color: #00395A;
        line-height: 24px;
        font-size: 16px;
        text-transform: none;
        letter-spacing: 0;
        margin: 0 0 12px 12px; }
      .pt_product-details #spcs_support .support-container .faq-data .tabcontent {
        margin: 0 0 6px; }
        .pt_product-details #spcs_support .support-container .faq-data .tabcontent .faqQuestion {
          font-size: 13px;
          line-height: 20px;
          text-transform: none;
          color: rgba(0, 0, 0, 0.6);
          font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
          font-weight: bold;
          margin: 0 0 0 12px; }
          .pt_product-details #spcs_support .support-container .faq-data .tabcontent .faqQuestion:before {
            margin: 0 12px 0 0;
            font-size: 12px; }
        .pt_product-details #spcs_support .support-container .faq-data .tabcontent .content p {
          font-size: 13px;
          line-height: 20px;
          text-transform: none;
          color: rgba(0, 0, 0, 0.6);
          font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
      .pt_product-details #spcs_support .support-container .eachSpec .row {
        font-size: 13px;
        line-height: 20px;
        text-transform: none;
        color: rgba(0, 0, 0, 0.6);
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        background: white; }
        .pt_product-details #spcs_support .support-container .eachSpec .row:nth-child(2n) {
          background: #fafcfc; }
        .pt_product-details #spcs_support .support-container .eachSpec .row span {
          padding: 0 12px; }
        .pt_product-details #spcs_support .support-container .eachSpec .row .rightAlignedItem {
          text-align: right;
          font-family: "Univers LT W01 65 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif; }
      .pt_product-details #spcs_support .support-container .support-module h3 {
        font-family: "Univers LT W01 65 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
        color: #00395A;
        line-height: 24px;
        font-size: 16px;
        text-transform: none;
        letter-spacing: 0; }
      .pt_product-details #spcs_support .support-container .support-module p {
        font-size: 13px;
        line-height: 20px;
        text-transform: none;
        color: rgba(0, 0, 0, 0.6);
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
      .pt_product-details #spcs_support .support-container .support-module .manuals-link {
        display: flex;
        align-items: center; }
        .pt_product-details #spcs_support .support-container .support-module .manuals-link .icon-book {
          margin: 0 12px 0 0; }
          .pt_product-details #spcs_support .support-container .support-module .manuals-link .icon-book:before {
            content: url("../../images/document.svg"); }
        .pt_product-details #spcs_support .support-container .support-module .manuals-link h3, .pt_product-details #spcs_support .support-container .support-module .manuals-link h4 {
          font-family: "Univers LT W01 65 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
          color: #00395A;
          line-height: 24px;
          font-size: 16px;
          text-transform: none;
          letter-spacing: 0;
          margin: 0; }
        .pt_product-details #spcs_support .support-container .support-module .manuals-link span {
          font-size: 13px;
          line-height: 20px;
          text-transform: none;
          color: rgba(0, 0, 0, 0.6);
          font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
        .pt_product-details #spcs_support .support-container .support-module .manuals-link:hover {
          text-decoration: none; } }

@media (max-width: 599px) {
  .pt_product-details #product-content {
    text-align: center; } }

.pt_product-details img.product-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100% !important; }

.rotationTool {
  display: none; }

.rotating-icon {
  height: calc(100% - 60px); }

.rotationButtons {
  position: absolute;
  top: 50px;
  left: 50%;
  right: 50%;
  width: 185px;
  transform: translateX(-50%);
  z-index: 2; }
  .rotationButtons button {
    background: #00395A;
    color: #FFFFFF;
    border: 1px solid #FFFFFF; }
    .rotationButtons button i:before {
      padding-top: 2px;
      padding-bottom: 2px; }
    .rotationButtons button:hover {
      background: #005484;
      color: #FFFFFF;
      border: 1px solid #FFFFFF; }

.spinner1 {
  position: relative;
  width: 6rem;
  height: 6rem;
  margin: auto;
  top: 50%;
  transform: translateY(-50%); }

div[class^='curve_'] {
  position: absolute;
  transform: rotate(135deg);
  animation: spin 4s infinite; }

.curve_top_left {
  width: 3rem;
  height: 3rem;
  border-top: 0.5rem solid #00395A;
  border-left: 0.5rem solid #00395A;
  border-top-left-radius: 200%;
  top: 0;
  left: 0;
  transform-origin: 100% 100%; }

.curve_bottom_right {
  width: 3rem;
  height: 3rem;
  border-bottom: 0.5rem solid #00395A;
  border-right: 0.5rem solid #00395A;
  border-bottom-right-radius: 200%;
  bottom: 0;
  right: 0;
  transform-origin: 0% 0%; }

.curve_top_right {
  width: 2rem;
  height: 2rem;
  border-top: 0.5rem solid #00395A;
  border-right: 0.5rem solid #00395A;
  border-top-right-radius: 200%;
  top: 1rem;
  right: 1rem;
  transform-origin: 0% 100%; }

.curve_bottom_left {
  width: 2rem;
  height: 2rem;
  border-bottom: 0.5rem solid #00395A;
  border-left: 0.5rem solid #00395A;
  border-bottom-left-radius: 200%;
  bottom: 1rem;
  left: 1rem;
  transform-origin: 100% 0%; }

.center_circle {
  width: 1.5rem;
  height: 1.5rem;
  background: #00395A;
  border-radius: 50%;
  position: absolute;
  top: 2.25rem;
  left: 2.25rem;
  animation: pulse 2s infinite; }

@keyframes spin {
  0% {
    transform: rotate(135deg);
    opacity: 1; }

  25% {
    opacity: 0.75; }

  50% {
    transform: rotate(675deg);
    opacity: 1; }

  75% {
    opacity: 0.75; }

  100% {
    transform: rotate(135deg);
    opacity: 1; } }

@keyframes pulse {
  0% {
    opacity: 1; }

  50% {
    opacity: 0.3; }

  100% {
    opacity: 1; } }

.search-result-content .product-tile {
  margin: 0 0 28px; }
  @media (min-width: 1100px) {
    .search-result-content .product-tile {
      margin: 0 0 75px; } }

/** Product Details Page styles */
.pt_vip .vip-container {
  padding-top: 90px;
  padding-bottom: 90px; }
  .pt_vip .vip-container-logos {
    text-align: center; }
  .pt_vip .vip-container .login-box-content {
    margin-bottom: 20px; }
    .pt_vip .vip-container .login-box-content .form-group {
      width: 50%; }
  .pt_vip .vip-container .h5.heading-soft {
    text-transform: none; }
.pt_vip hr.vip-hr {
  width: 42px;
  height: 3px;
  background-color: #222222;
  color: #FFFFFF;
  border: 0 none;
  margin: 5px auto 15px; }
.pt_vip .program-icon .img-responsive {
  margin: 0 auto; }
.pt_vip .vip-blurb img {
  display: block;
  max-width: 100%;
  height: auto !important; }
.pt_vip .vip-logos {
  padding: 20px 0 0; }
.pt_vip .section-header {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #CCC; }
.pt_vip .password-reset {
  float: left;
  margin-top: 20px; }
.pt_vip .account-remember ul li {
  margin: 1em;
  list-style: disc; }
.pt_vip .about-registration {
  background: #dfe5e8; }
.pt_vip .toggle span {
  padding-left: 20px;
  position: relative; }
  .pt_vip .toggle span:before {
    border-style: solid;
    border-width: 5px 5px 5px 10px;
    border-color: transparent transparent transparent #00395A;
    content: '';
    height: 0;
    margin-top: -6px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 0; }

.vip-welcome-modal .header {
  padding-top: 50px; }
.vip-welcome-modal .modal-header {
  border-bottom: none; }
.vip-welcome-modal .modal-body {
  padding-bottom: 50px; }
.vip-welcome-modal .vip-buttons {
  padding-top: 40px; }
  .vip-welcome-modal .vip-buttons .btn {
    margin-bottom: 20px; }
.vip-welcome-modal .close {
  color: #00395A;
  font-size: 1.571428571em;
  opacity: 1;
  position: absolute;
  right: 15px;
  top: 15px; }
.vip-welcome-modal .latestakghedfone {
  font-weight: bold; }
.vip-welcome-modal .notemsg {
  font-style: italic; }

.pagination {
  display: block;
  font: bold 1em Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin: 12px 0 0;
  text-align: right; }
  .pagination .results-hits, .pagination .results-pages {
    height: 30px;
    line-height: 30px; }
  .pagination .results-hits {
    max-width: 45%; }
    @media (max-width: 600px) {
      .pagination .results-hits {
        display: none; } }
    .pagination .results-hits.short-hits {
      float: right; }
    .pagination .results-hits.long-hits {
      float: left; }
  .pagination .results-pages {
    max-width: 55%;
    float: right; }
    @media (max-width: 600px) {
      .pagination .results-pages {
        max-width: 100%; } }
  .pagination .results-pages li {
    float: left;
    text-align: center; }
  .pagination .results-pages li, .pagination .results-pages a {
    height: 30px;
    min-width: 30px;
    display: inline-block; }
  .pagination .results-pages li:hover, .pagination .results-pages li:focus {
    background-color: #005484; }
    .pagination .results-pages li:hover a, .pagination .results-pages li:focus a {
      color: white;
      text-decoration: none; }
  .pagination .first-last {
    padding: 0 5px; }
  .pagination .first {
    margin-right: 10px; }
  .pagination .last {
    margin-left: 10px; }
  .pagination .current-page {
    background-color: #00395A;
    color: white; }
  .pagination a.page-next, .pagination a.page-previous {
    text-transform: uppercase;
    border-bottom: 1px solid #00395A;
    color: #00395A;
    height: 26px; }

.asset-sub-title {
  font-size: 14px;
  text-transform: none;
  margin-top: 40px;
  margin-bottom: 17px; }
  .asset-sub-title:before {
    content: "";
    display: block;
    height: 135px;
    /* fixed header height*/
    margin: -135px 0 0;
    /* negative fixed header height */ }
  .asset-sub-title + p .link-special {
    padding-top: 10px; }
  .asset-sub-title + p .contact-us {
    color: #222222; }

#faqs-list-question {
  margin-bottom: -17px;
  margin-top: -3px; }
  #faqs-list-question li {
    padding-bottom: 14px; }

.error-page-search {
  margin-top: 20px; }

/* Cookies popup */
.cookie-modal {
  position: fixed;
  width: 100%;
  padding: 15px 0;
  background-color: #00395A;
  bottom: 0;
  left: 0;
  z-index: 100; }
  .cookie-modal .visible-xs a {
    color: #fff;
    text-decoration: underline; }
  .cookie-modal .mobile-cookie-buttons {
    text-align: center; }
    .cookie-modal .mobile-cookie-buttons .btn-link {
      text-decoration: underline;
      margin-left: 5px;
      color: #FFFFFF; }
    .cookie-modal .mobile-cookie-buttons .btn-xs {
      margin-right: 5px;
      width: 50%;
      max-width: 150px; }
  @media (min-width: 600px) {
    .cookie-modal div + div {
      padding-left: 0; } }
  @media (min-width: 480px) and (max-width: 600px) {
    .cookie-modal div + div {
      text-align: right; } }
  .cookie-modal .btn {
    width: 100%;
    min-width: auto;
    padding-left: 0;
    padding-right: 0;
    background-color: #FFFFFF;
    color: #00395A;
    text-transform: uppercase; }
    @media (min-width: 480px) and (max-width: 600px) {
      .cookie-modal .btn {
        width: auto;
        padding-left: 15px;
        padding-right: 15px; } }
    @media (min-width: 980px) {
      .cookie-modal .btn {
        width: auto;
        padding-left: 15px;
        padding-right: 15px; }
        .cookie-modal .btn + .btn {
          margin-left: 10px; } }
  .cookie-modal .content-asset {
    color: #FFFFFF; }
    @media (min-width: 600px) {
      .cookie-modal .content-asset p {
        margin: 0;
        line-height: 20px; } }

h3.underlined {
  border-bottom: #222222 solid 3px; }

.link-special {
  font-size: 11px;
  line-height: 1.4;
  border-bottom: 1px solid #00395A;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block; }
  .link-special:hover {
    text-decoration: none;
    border: none; }

.asset-sub-title + p .contact-us, #faqs-list-question li a, .login-box a, #addresses .address-create, .account-nav-asset a, #store-location-results a {
  text-decoration: underline; }
  .asset-sub-title + p .contact-us:hover, #faqs-list-question li a:hover, .login-box a:hover, #addresses .address-create:hover, .account-nav-asset a:hover, #store-location-results a:hover {
    text-decoration: none; }

.modal-dialog .hide-dialog {
  display: none; }

#secondary, #primary {
  padding-bottom: 45px; }

.primary-content hr {
  margin-top: 13px;
  margin-bottom: 30px; }
.primary-content h1 {
  margin-top: 4px; }

.vip-message + .row .primary-content {
  padding-top: 37px; }

.login-box {
  padding-bottom: 30px; }
  .login-box #password-reset {
    display: block;
    margin-top: 20px; }
  .login-box form {
    margin-top: 20px; }
  .login-box a {
    color: #222222; }
  .login-box.login-order-track .h4 {
    text-transform: none; }

#RegistrationForm {
  margin-top: -10px; }
  #RegistrationForm .legend {
    margin-bottom: 20px; }
  #RegistrationForm .dialog-required {
    padding-top: 10px; }
  #RegistrationForm .form-row-button {
    margin-top: 20px; }

.account-logout a {
  margin-left: 10px; }

#addresses .address-create {
  float: right; }
#addresses li {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #DFE5E8; }
  #addresses li.last {
    border: none; }
#addresses .mini-address-title {
  font-weight: bold; }

.address-list h5 {
  font-weight: 400;
  text-transform: none; }

.create-account-benefits-asset {
  margin-top: 35px; }
  .create-account-benefits-asset h5 {
    margin-bottom: 15px; }
  .create-account-benefits-asset ul {
    list-style: disc outside; }
  .create-account-benefits-asset li {
    margin: 0 0 10px 16px; }
    .create-account-benefits-asset li span {
      margin-left: -5px;
      display: block; }

.account-landing-asset {
  padding-top: 6px; }
  .account-landing-asset li {
    overflow: hidden;
    margin-bottom: 21px;
    padding-left: 9px; }
  .account-landing-asset .ha {
    font-size: 48px;
    color: #00395A;
    float: left;
    width: 48px;
    margin-right: 26px; }
    .account-landing-asset .ha.ha-account {
      font-size: 40px;
      text-align: center;
      padding-top: 2px; }
  .account-landing-asset a {
    color: #222222;
    @expend %link-underline;
    font-size: 18px;
    letter-spacing: 0.07em; }
  .account-landing-asset p {
    margin-top: 5px;
    padding-left: 74px; }

.account-nav-asset {
  background: #005484;
  padding: 30px 20px 36px;
  margin-top: 38px;
  text-align: center;
  color: #FFFFFF; }
  .account-nav-asset hr {
    border: 1px solid #FFFFFF;
    width: 40px;
    margin: 15px auto 21px;
    border-radius: 2px; }
  .account-nav-asset .title {
    font-size: 18px;
    letter-spacing: 0.07em; }
  .account-nav-asset p {
    margin-bottom: 25px; }
  .account-nav-asset a {
    color: #FFFFFF; }
  @media (max-width: 1024px) {
    .account-nav-asset {
      padding-right: 5px;
      padding-left: 5px; }
      .account-nav-asset p a {
        font-size: 11px; } }

@media (max-width: 599px) {
  #primary {
    padding-bottom: 0;
    margin-botton: 20px; }
  .login-create-account {
    padding-top: 20px;
    border-top: 1px solid #DFE5E8;
    margin-top: 13px; } }

#edit-address-form .btn {
  margin-bottom: 5px; }

.vip-popup {
  text-align: center; }
  .vip-popup h1 {
    margin-top: 0; }
  .vip-popup .modal-header {
    padding: 0; }
  .vip-popup .modal-header, .vip-popup .modal-footer {
    border: 0; }
  .vip-popup .modal-footer {
    padding-bottom: 30px;
    text-align: center; }

#RegistrationForm .notacceptablepassword {
  position: relative;
  top: -20px; }

.pt_order .search-result-options {
  border: none; }
  .pt_order .search-result-options .pagination {
    text-align: left; }
.pt_order .search-result-items > li {
  margin-bottom: 30px;
  border: 1px solid #DFE5E8; }
  .pt_order .search-result-items > li > div {
    padding: 30px 20px; }
.pt_order .search-result-items .order-info dl {
  margin-bottom: 8px; }
.pt_order .search-result-items .order-info dt, .pt_order .search-result-items .order-info dd {
  display: inline; }
.pt_order .search-result-items .order-history-header {
  background-color: #DFE5E8;
  color: #222222; }
.pt_order .search-result-items .order-history-items {
  padding-bottom: 40px;
  padding-top: 20px; }
  .pt_order .search-result-items .order-history-items dt {
    margin-top: 20px; }
.pt_order .search-result-items .order-actions {
  text-align: right; }
  .pt_order .search-result-items .order-actions .btn {
    padding: 6px; }
.pt_order table.table th, .pt_order table.table td {
  border: none; }
.pt_order table.table th {
  font-weight: bold; }
.pt_order table.table td {
  padding: 0; }
.pt_order table.table dl {
  margin-bottom: 0; }
.pt_order table.table dd, .pt_order table.table dt {
  display: inline; }
.pt_order table.table dt {
  font-weight: normal; }
.pt_order .order-detail-options {
  text-align: right; }
  .pt_order .order-detail-options .inlineBlockStyle {
    display: inline-block; }
    @media screen and (max-width: 600px) {
      .pt_order .order-detail-options .inlineBlockStyle {
        display: block;
        float: right;
        margin-top: 10px; } }
  .pt_order .order-detail-options a {
    margin-left: 40px; }
    @media screen and (max-width: 600px) {
      .pt_order .order-detail-options a {
        margin-left: 0; } }

.homepage-content-grid {
  position: relative; }
  @media (min-width: 1100px) {
    .homepage-content-grid {
      margin: 50px 0; } }
  .homepage-content-grid .content-cell {
    padding: 0 0 28px; }

.homepage-product-tile {
  position: relative;
  padding: 40px 18px 40px 0;
  height: 375px;
  overflow: hidden;
  border: 3px solid #f2f2f2; }
  .homepage-product-tile .container-fluid.product-tile {
    padding: 0; }
    .homepage-product-tile .container-fluid.product-tile .product-image {
      margin: 0 45px 20px 40px; }
    .homepage-product-tile .container-fluid.product-tile .product-info {
      height: auto; }
      .homepage-product-tile .container-fluid.product-tile .product-info .product-name a {
        font-size: 1.25em; }
  .homepage-product-tile .cart-button {
    width: 100%;
    max-height: 55px;
    max-width: 200px;
    min-width: 150px;
    margin: 0 20px; }
  .homepage-product-tile .featured-content {
    margin: 0 0 25px 0; }
    .homepage-product-tile .featured-content h5 {
      font-size: 1.5em;
      font: "Univers LT W01 55 Roman", Arial, "Helvetica Neue", Helvetica, sans-serif; }
    .homepage-product-tile .featured-content p {
      color: #585858;
      margin: 0 0 8px 0;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 4;
      /* number of lines to show */
      line-height: 1.15em;
      /* fallback */
      height: 4.6em; }

.homepage-content-tile {
  height: 375px;
  overflow: hidden; }

@media only screen and (max-width: 1100px) {
  .homepage-product-tile, .homepage-content-tile {
    height: 450px; } }

.pt_flagship #main {
  margin-bottom: 70px; }
.pt_flagship .module-hero-slides .hero-carousel .slide-text-content h1.headline {
  font-size: 27px; }
  @media (min-width: 600px) {
    .pt_flagship .module-hero-slides .hero-carousel .slide-text-content h1.headline {
      font-size: 38px; } }
.pt_flagship .hero-carousel .slide-text-content .container h2.headline {
  font-size: 17px; }
  @media (min-width: 600px) {
    .pt_flagship .hero-carousel .slide-text-content .container h2.headline {
      font-size: 24px; } }
.pt_flagship .fs-explore, .pt_flagship .fs-store-info {
  margin-top: 30px; }
  @media (min-width: 600px) {
    .pt_flagship .fs-explore, .pt_flagship .fs-store-info {
      margin-top: 50px; } }
  @media (min-width: 1100px) {
    .pt_flagship .fs-explore, .pt_flagship .fs-store-info {
      margin-top: 70px; } }
.pt_flagship .fs-explore {
  text-align: center; }
  @media (min-width: 600px) {
    .pt_flagship .fs-explore {
      text-align: left; } }
.pt_flagship .fs-explore .btn {
  margin-bottom: 10px; }
  @media (min-width: 600px) {
    .pt_flagship .fs-explore .btn {
      margin-top: 13px;
      float: right; } }
.pt_flagship .fs-explore hr {
  margin-top: 0; }
.pt_flagship .fs-store-info h2, .pt_flagship .fs-map h2 {
  text-align: center; }
.pt_flagship .fs-store-info hr, .pt_flagship .fs-map hr {
  width: 42px;
  height: 3px;
  background-color: #000;
  border: 0 none;
  margin: 20px auto 0; }
.pt_flagship .fs-store-grid {
  margin-top: 40px; }
  .pt_flagship .fs-store-grid img {
    max-width: 100%; }
    @media (min-width: 1100px) {
      .pt_flagship .fs-store-grid img {
        width: 100%; } }
.pt_flagship .fs-store-grid-item {
  margin-bottom: 28px;
  text-align: center; }
  @media (min-width: 600px) {
    .pt_flagship .fs-store-grid-item {
      text-align: left; } }
  @media (min-width: 1100px) {
    .pt_flagship .fs-store-grid-item:nth-child(odd), .pt_flagship .fs-store-grid-item .align-left {
      margin-left: 0;
      padding-left: 0; }
    .pt_flagship .fs-store-grid-item:nth-child(even), .pt_flagship .fs-store-grid-item .align-right {
      margin-right: 0;
      padding-right: 0; } }
.pt_flagship .fs-store-grid-item h5 {
  margin-bottom: 0; }
  @media (min-width: 1100px) {
    .pt_flagship .fs-store-grid-item h5:first-child {
      margin-top: 0;
      padding-top: 0; } }
.pt_flagship .fs-social {
  text-align: center; }
  .pt_flagship .fs-social img {
    width: 32px;
    margin-top: 50px; }
    @media (min-width: 1100px) {
      .pt_flagship .fs-social img {
        margin-top: 0; } }
.pt_flagship .fs-email-signup-form {
  width: 300px;
  height: 75px;
  margin: 0 auto; }
.pt_flagship .fs-map {
  margin-top: 60px; }
  .pt_flagship .fs-map img {
    max-width: 100%; }
  .pt_flagship .fs-map h5, .pt_flagship .fs-map h6 {
    margin-bottom: 0; }
.pt_flagship .fs-map-slot {
  margin-top: 30px;
  overflow: hidden; }
.pt_flagship .fs-store-list {
  margin-top: 40px; }
.pt_flagship .fs-find-retailer .btn {
  display: block;
  margin: 0 auto; }
.pt_flagship .module-flagship-promo hr {
  margin-bottom: 20px; }
.pt_flagship .flagship-promo-copy {
  text-align: center;
  margin: 0 auto;
  padding: 40px; }

i.store-icon.icon-back-arrow {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 11px;
  height: 16px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-image: url(../../images/header-sprites.png); }

.store-landing-title .h2, .store-landing-content .h4 {
  text-transform: none; }

.store-landing-content h5 {
  margin-top: 40px; }
  .store-landing-content h5:first-child {
    margin-top: 20px; }
.store-landing-content .form-caption {
  margin-top: 20px;
  font-size: 13px; }
.store-landing-content .required-indicator:before {
  content: "*"; }

.back-to-store-block {
  margin: 15px 0 20px; }

.back-to-store, .back-to-store:hover, .back-to-store:active {
  color: #222222;
  padding-left: 10px; }

#store-location-results {
  margin-top: 40px;
  width: 100%;
  border: 1px solid #DFE5E8; }
  #store-location-results th {
    background: #DFE5E8;
    text-transform: uppercase;
    font-weight: bold;
    padding: 25px 0; }
  #store-location-results .table-item-spacer {
    width: 20px;
    padding: 0;
    border-top: 0; }
  #store-location-results td {
    border-top: 1px solid #d5d5d5;
    vertical-align: top;
    padding: 35px 0 25px; }
  #store-location-results tr:first-child td {
    border-top: 0; }
  #store-location-results .store-hours, #store-location-results .store-events {
    padding-top: 10px; }

.store-locator-details img, .store-locator-details-map img {
  min-width: 100%;
  height: auto;
  display: inline-block; }

.store-locator-details-map img {
  margin-bottom: 20px; }

@media (min-width: 1100px) {
  .pt_store-locator .form-group.with-input-flag .form-control {
    max-width: 320px; } }
@media (min-width: 1401px) {
  .pt_store-locator .form-group.with-input-flag .form-control {
    max-width: 415px; } }
