@charset "UTF-8";
.font-base,
.font-bold,
.font-italic {
  font-family: Helvetica, sans-serif; }

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

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

.font-styled-regular {
  font-family: "sofia-proN", Helvetica, sans-serif; }

.font-styled-semi-bold {
  font-family: "ProximaNovaB", Helvetica, sans-serif; }

.font-styled-bold {
  font-family: "sofia-pro", "Sofia Pro Web", "Helvetica Neue", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
  font-weight: 700; }

.font-styled-light {
  font-family: "sofia-pro", "Sofia Pro Web", "Helvetica Neue", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
  font-weight: 100; }

.font-styled-heading {
  font-family: "sofia-pro", "Sofia Pro Web", "Helvetica Neue", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
  font-weight: 100; }

.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: #959595; }

.color-orange {
  color: #959595; }

.color-silver {
  color: #DFE5E8; }

.color-black {
  color: #000000; }

.color-white {
  color: #ffffff; }

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

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

.color-gray {
  color: #959595; }

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

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

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

.background-brand-hk {
  color: #00ADEE; }

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

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

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

.background-disabled {
  background: #474747; }

.background-smoke {
  background: #DEDEDE; }

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

.background-white {
  background: #ffffff; }

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

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

.background-gray {
  background: #959595; }

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

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

.buttons-section {
  background: #f3f3f3;
  padding: 0 0 20px 0; }
  .buttons-section h5 {
    margin: 24px 0 0 0; }
  .buttons-section pre {
    background: #fff; }

.font-section code {
  margin: 12px; }

.font-section .font-example {
  font-size: 20px; }

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

body {
  font-family: Helvetica, sans-serif;
  overflow-x: hidden; }

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

.separator {
  display: inline-block;
  width: 1px;
  min-height: 30px;
  position: relative;
  background-color: #959595; }
  .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(149, 149, 149, 0) 0, #959595 100%);
    background-image: -o-linear-gradient(top, rgba(149, 149, 149, 0) 0, #959595 100%);
    background-image: linear-gradient(to bottom, rgba(149, 149, 149, 0) 0, #959595 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00959595', endColorstr='#FF959595', GradientType=0); }
  .separator:after {
    top: 100%;
    bottom: auto;
    background-image: -webkit-linear-gradient(top, #959595 0, rgba(149, 149, 149, 0) 100%);
    background-image: -o-linear-gradient(top, #959595 0, rgba(149, 149, 149, 0) 100%);
    background-image: linear-gradient(to bottom, #959595 0, rgba(149, 149, 149, 0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF959595', endColorstr='#00959595', GradientType=0); }
  .separator.blue {
    background-color: #959595; }
    .separator.blue:before {
      background-image: -webkit-linear-gradient(top, rgba(149, 149, 149, 0) 0, #959595 100%);
      background-image: -o-linear-gradient(top, rgba(149, 149, 149, 0) 0, #959595 100%);
      background-image: linear-gradient(to bottom, rgba(149, 149, 149, 0) 0, #959595 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00959595', endColorstr='#FF959595', GradientType=0); }
    .separator.blue:after {
      top: 100%;
      bottom: auto;
      background-image: -webkit-linear-gradient(top, #959595 0, rgba(149, 149, 149, 0) 100%);
      background-image: -o-linear-gradient(top, #959595 0, rgba(149, 149, 149, 0) 100%);
      background-image: linear-gradient(to bottom, #959595 0, rgba(149, 149, 149, 0) 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF959595', endColorstr='#00959595', 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, white 0, #959595 100%);
      background-image: -o-linear-gradient(left, white 0, #959595 100%);
      background-image: linear-gradient(to right, white 0, #959595 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FF959595', GradientType=1);
      left: 0; }
    .separator.horizontal:after {
      background-image: -webkit-linear-gradient(left, #959595 0, white 100%);
      background-image: -o-linear-gradient(left, #959595 0, white 100%);
      background-image: linear-gradient(to right, #959595 0, white 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF959595', 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: #000000 url(../../../images/sprites/headerfooter.png) no-repeat -240px -52px; }

.box-close:hover {
  color: #959595; }
  .box-close:hover:before {
    background-color: #959595; }

[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: 3.0em; }
  @media (max-width: 0) {
    .color-example {
      height: 3.0em; } }
  @media (min-width: 600px) {
    .color-example {
      height: 4.5em; } }
  @media (min-width: 1100px) {
    .color-example {
      height: 9.0em; } }
  .color-example.brand-primary {
    background-color: #959595; }
  .color-example.brand-secondary {
    background-color: #000000; }
  .color-example.blue {
    background-color: #959595; }
  .color-example.blue-darker {
    background-color: #0096CE; }
  .color-example.blue-light {
    background-color: #00B9FF; }
  .color-example.blue-lighter {
    background-color: #fff163; }
  .color-example.black {
    background-color: #000000; }
  .color-example.black-lighter {
    background-color: #222222; }
  .color-example.red {
    background-color: #ef1212; }
  .color-example.red-lighter {
    background-color: #ff7f7f; }
  .color-example.silver {
    background-color: #DFE5E8; }
  .color-example.gray-darker {
    background-color: #474747; }
  .color-example.gray-dark {
    background-color: #515151; }
  .color-example.gray-light {
    background-color: #fff; }
  .color-example.disabled-gray {
    background-color: #474747; }
  .color-example.gray {
    background-color: #959595; }
  .color-example.smoke {
    background-color: #DEDEDE;
    border: 1px solid #959595; }
  .color-example.off-white {
    background-color: #F8F8F8;
    border: 1px solid #959595; }
  .color-example.white {
    background-color: #ffffff;
    border: 1px solid #959595; }
  .color-example.jbl {
    background-color: #FF6600; }
  .color-example.harman-kardon {
    background-color: #00ADEE; }
  .color-example.akg {
    background-color: #F1C40F; }
  .color-example.infinity-yellow {
    background-color: #ffbba2; }
  .color-example.infinity-black {
    background-color: #000000; }

hr {
  border-color: #DFE5E8; }

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

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

a.special-link {
  border-bottom: 1px solid #959595;
  color: #959595;
  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; }

.ico-example i {
  padding-right: 20px; }

.ico-example .ico-label {
  margin-left: 20px; }

.hero-carousel .slide-text-content .container h1.headline,
.hero-carousel .slide-text-content .container h2.headline {
  font-family: "sofia-pro", Helvetica, sans-serif;
  letter-spacing: 0.00125em;
  line-height: 0.925em; }

.hero-carousel .slide-text-content .container h4.subheadline {
  font-family: "sofia-pro-light", Helvetica, sans-serif;
  text-transform: uppercase; }

.homepage-promos .homepage-promos-3up {
  background: #525252;
  margin: -8px 14px;
  text-align: center; }
  .homepage-promos .homepage-promos-3up ul.promo-list li {
    display: inline-block;
    height: 56px;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 0 15px;
    width: 28%; }
    @media (max-width: 659px) {
      .homepage-promos .homepage-promos-3up ul.promo-list li {
        height: 46px;
        margin-bottom: 15px;
        margin-top: 15px;
        padding: 0 13px; } }
    @media (max-width: 891px) {
      .homepage-promos .homepage-promos-3up ul.promo-list li {
        width: 30%; } }
    .homepage-promos .homepage-promos-3up ul.promo-list li.promo-cell-center {
      border-left: 1px solid #ffffff;
      border-right: 1px solid #ffffff; }
    .homepage-promos .homepage-promos-3up ul.promo-list li a {
      display: block;
      color: #7e3c24;
      font-size: 15px;
      margin: 0 auto;
      text-align: left;
      max-width: 200px; }
      @media (max-width: 781px) {
        .homepage-promos .homepage-promos-3up ul.promo-list li a {
          font-size: 12px; } }
      @media (max-width: 659px) {
        .homepage-promos .homepage-promos-3up ul.promo-list li a {
          text-align: center;
          max-width: 150px; } }
      .homepage-promos .homepage-promos-3up ul.promo-list li a .promo-icon,
      .homepage-promos .homepage-promos-3up ul.promo-list li a .promo-text {
        display: inline-block;
        padding: 0; }
      .homepage-promos .homepage-promos-3up ul.promo-list li a .promo-icon {
        margin-top: -10px; }
        @media (max-width: 659px) {
          .homepage-promos .homepage-promos-3up ul.promo-list li a .promo-icon {
            display: none; } }
      .homepage-promos .homepage-promos-3up ul.promo-list li a .promo-text {
        margin: 0 0 42px 0;
        vertical-align: middle; }
        @media (max-width: 629px) {
          .homepage-promos .homepage-promos-3up ul.promo-list li a .promo-text {
            margin-left: auto;
            margin-right: auto; } }
      .homepage-promos .homepage-promos-3up ul.promo-list li a i {
        font-size: 55px; }

.theme-dark, .pt_account,
.pt_store-locator,
.pt_error,
.pt_customer-service {
  background: #f1f1f1;
  color: #ffffff; }
  .theme-dark h1, .pt_account h1, .pt_store-locator h1, .pt_error h1, .pt_customer-service h1, .theme-dark h2, .pt_account h2, .pt_store-locator h2, .pt_error h2, .pt_customer-service h2, .theme-dark h3, .pt_account h3, .pt_store-locator h3, .pt_error h3, .pt_customer-service h3, .theme-dark h4, .pt_account h4, .pt_store-locator h4, .pt_error h4, .pt_customer-service h4, .theme-dark h5, .pt_account h5, .pt_store-locator h5, .pt_error h5, .pt_customer-service h5, .theme-dark h6, .pt_account h6, .pt_store-locator h6, .pt_error h6, .pt_customer-service h6,
  .theme-dark .h1,
  .pt_account .h1,
  .pt_store-locator .h1,
  .pt_error .h1,
  .pt_customer-service .h1, .theme-dark .h2, .pt_account .h2, .pt_store-locator .h2, .pt_error .h2, .pt_customer-service .h2, .theme-dark .h3, .pt_account .h3, .pt_store-locator .h3, .pt_error .h3, .pt_customer-service .h3, .theme-dark .h4, .pt_account .h4, .pt_store-locator .h4, .pt_error .h4, .pt_customer-service .h4, .theme-dark .h5, .pt_account .h5, .pt_store-locator .h5, .pt_error .h5, .pt_customer-service .h5, .theme-dark .h6, .pt_account .h6, .pt_store-locator .h6, .pt_error .h6, .pt_customer-service .h6 {
    color: #959595; }
    .theme-dark h1.heading-accent-color, .pt_account h1.heading-accent-color, .pt_store-locator h1.heading-accent-color, .pt_error h1.heading-accent-color, .pt_customer-service h1.heading-accent-color, .theme-dark h1.blue, .pt_account h1.blue, .pt_store-locator h1.blue, .pt_error h1.blue, .pt_customer-service h1.blue, .theme-dark h2.heading-accent-color, .pt_account h2.heading-accent-color, .pt_store-locator h2.heading-accent-color, .pt_error h2.heading-accent-color, .pt_customer-service h2.heading-accent-color, .theme-dark h2.blue, .pt_account h2.blue, .pt_store-locator h2.blue, .pt_error h2.blue, .pt_customer-service h2.blue, .theme-dark h3.heading-accent-color, .pt_account h3.heading-accent-color, .pt_store-locator h3.heading-accent-color, .pt_error h3.heading-accent-color, .pt_customer-service h3.heading-accent-color, .theme-dark h3.blue, .pt_account h3.blue, .pt_store-locator h3.blue, .pt_error h3.blue, .pt_customer-service h3.blue, .theme-dark h4.heading-accent-color, .pt_account h4.heading-accent-color, .pt_store-locator h4.heading-accent-color, .pt_error h4.heading-accent-color, .pt_customer-service h4.heading-accent-color, .theme-dark h4.blue, .pt_account h4.blue, .pt_store-locator h4.blue, .pt_error h4.blue, .pt_customer-service h4.blue, .theme-dark h5.heading-accent-color, .pt_account h5.heading-accent-color, .pt_store-locator h5.heading-accent-color, .pt_error h5.heading-accent-color, .pt_customer-service h5.heading-accent-color, .theme-dark h5.blue, .pt_account h5.blue, .pt_store-locator h5.blue, .pt_error h5.blue, .pt_customer-service h5.blue, .theme-dark h6.heading-accent-color, .pt_account h6.heading-accent-color, .pt_store-locator h6.heading-accent-color, .pt_error h6.heading-accent-color, .pt_customer-service h6.heading-accent-color, .theme-dark h6.blue, .pt_account h6.blue, .pt_store-locator h6.blue, .pt_error h6.blue, .pt_customer-service h6.blue,
    .theme-dark .h1.heading-accent-color,
    .pt_account .h1.heading-accent-color,
    .pt_store-locator .h1.heading-accent-color,
    .pt_error .h1.heading-accent-color,
    .pt_customer-service .h1.heading-accent-color,
    .theme-dark .h1.blue,
    .pt_account .h1.blue,
    .pt_store-locator .h1.blue,
    .pt_error .h1.blue,
    .pt_customer-service .h1.blue, .theme-dark .h2.heading-accent-color, .pt_account .h2.heading-accent-color, .pt_store-locator .h2.heading-accent-color, .pt_error .h2.heading-accent-color, .pt_customer-service .h2.heading-accent-color, .theme-dark .h2.blue, .pt_account .h2.blue, .pt_store-locator .h2.blue, .pt_error .h2.blue, .pt_customer-service .h2.blue, .theme-dark .h3.heading-accent-color, .pt_account .h3.heading-accent-color, .pt_store-locator .h3.heading-accent-color, .pt_error .h3.heading-accent-color, .pt_customer-service .h3.heading-accent-color, .theme-dark .h3.blue, .pt_account .h3.blue, .pt_store-locator .h3.blue, .pt_error .h3.blue, .pt_customer-service .h3.blue, .theme-dark .h4.heading-accent-color, .pt_account .h4.heading-accent-color, .pt_store-locator .h4.heading-accent-color, .pt_error .h4.heading-accent-color, .pt_customer-service .h4.heading-accent-color, .theme-dark .h4.blue, .pt_account .h4.blue, .pt_store-locator .h4.blue, .pt_error .h4.blue, .pt_customer-service .h4.blue, .theme-dark .h5.heading-accent-color, .pt_account .h5.heading-accent-color, .pt_store-locator .h5.heading-accent-color, .pt_error .h5.heading-accent-color, .pt_customer-service .h5.heading-accent-color, .theme-dark .h5.blue, .pt_account .h5.blue, .pt_store-locator .h5.blue, .pt_error .h5.blue, .pt_customer-service .h5.blue, .theme-dark .h6.heading-accent-color, .pt_account .h6.heading-accent-color, .pt_store-locator .h6.heading-accent-color, .pt_error .h6.heading-accent-color, .pt_customer-service .h6.heading-accent-color, .theme-dark .h6.blue, .pt_account .h6.blue, .pt_store-locator .h6.blue, .pt_error .h6.blue, .pt_customer-service .h6.blue {
      color: #ffffff !important; }
  .theme-dark i, .pt_account i, .pt_store-locator i, .pt_error i, .pt_customer-service i {
    color: #ffffff; }
  .theme-dark a, .pt_account a, .pt_store-locator a, .pt_error a, .pt_customer-service a {
    color: #959595; }
    .theme-dark a:hover, .pt_account a:hover, .pt_store-locator a:hover, .pt_error a:hover, .pt_customer-service a:hover, .theme-dark a:active, .pt_account a:active, .pt_store-locator a:active, .pt_error a:active, .pt_customer-service a:active, .theme-dark a:focus, .pt_account a:focus, .pt_store-locator a:focus, .pt_error a:focus, .pt_customer-service a:focus, .theme-dark a.hover-example, .pt_account a.hover-example, .pt_store-locator a.hover-example, .pt_error a.hover-example, .pt_customer-service a.hover-example {
      color: #fff163 !important; }
    .theme-dark a.disabled, .pt_account a.disabled, .pt_store-locator a.disabled, .pt_error a.disabled, .pt_customer-service a.disabled, .theme-dark a[disabled], .pt_account a[disabled], .pt_store-locator a[disabled], .pt_error a[disabled], .pt_customer-service a[disabled] {
      color: #898989; }
    #secondary .secondary-navigation ul li .theme-dark a, #secondary .secondary-navigation ul li .pt_account a, #secondary .secondary-navigation ul li .pt_store-locator a, #secondary .secondary-navigation ul li .pt_error a, #secondary .secondary-navigation ul li .pt_customer-service a {
      color: #000000; }
  .theme-dark .form-group .form-control, .pt_account .form-group .form-control, .pt_store-locator .form-group .form-control, .pt_error .form-group .form-control, .pt_customer-service .form-group .form-control {
    background-color: #000000 !important;
    color: #959595 !important; }

.theme-mid-gray, .pt_product-search-noresult,
.compare-page {
  background: #f1f1f1;
  color: #ffffff; }
  .theme-mid-gray h1, .pt_product-search-noresult h1, .compare-page h1, .theme-mid-gray h2, .pt_product-search-noresult h2, .compare-page h2, .theme-mid-gray h3, .pt_product-search-noresult h3, .compare-page h3, .theme-mid-gray h4, .pt_product-search-noresult h4, .compare-page h4, .theme-mid-gray h5, .pt_product-search-noresult h5, .compare-page h5, .theme-mid-gray h6, .pt_product-search-noresult h6, .compare-page h6,
  .theme-mid-gray .h1,
  .pt_product-search-noresult .h1,
  .compare-page .h1, .theme-mid-gray .h2, .pt_product-search-noresult .h2, .compare-page .h2, .theme-mid-gray .h3, .pt_product-search-noresult .h3, .compare-page .h3, .theme-mid-gray .h4, .pt_product-search-noresult .h4, .compare-page .h4, .theme-mid-gray .h5, .pt_product-search-noresult .h5, .compare-page .h5, .theme-mid-gray .h6, .pt_product-search-noresult .h6, .compare-page .h6 {
    color: #959595; }
    .theme-mid-gray h1.heading-accent-color, .pt_product-search-noresult h1.heading-accent-color, .compare-page h1.heading-accent-color, .theme-mid-gray h1.blue, .pt_product-search-noresult h1.blue, .compare-page h1.blue, .theme-mid-gray h2.heading-accent-color, .pt_product-search-noresult h2.heading-accent-color, .compare-page h2.heading-accent-color, .theme-mid-gray h2.blue, .pt_product-search-noresult h2.blue, .compare-page h2.blue, .theme-mid-gray h3.heading-accent-color, .pt_product-search-noresult h3.heading-accent-color, .compare-page h3.heading-accent-color, .theme-mid-gray h3.blue, .pt_product-search-noresult h3.blue, .compare-page h3.blue, .theme-mid-gray h4.heading-accent-color, .pt_product-search-noresult h4.heading-accent-color, .compare-page h4.heading-accent-color, .theme-mid-gray h4.blue, .pt_product-search-noresult h4.blue, .compare-page h4.blue, .theme-mid-gray h5.heading-accent-color, .pt_product-search-noresult h5.heading-accent-color, .compare-page h5.heading-accent-color, .theme-mid-gray h5.blue, .pt_product-search-noresult h5.blue, .compare-page h5.blue, .theme-mid-gray h6.heading-accent-color, .pt_product-search-noresult h6.heading-accent-color, .compare-page h6.heading-accent-color, .theme-mid-gray h6.blue, .pt_product-search-noresult h6.blue, .compare-page h6.blue,
    .theme-mid-gray .h1.heading-accent-color,
    .pt_product-search-noresult .h1.heading-accent-color,
    .compare-page .h1.heading-accent-color,
    .theme-mid-gray .h1.blue,
    .pt_product-search-noresult .h1.blue,
    .compare-page .h1.blue, .theme-mid-gray .h2.heading-accent-color, .pt_product-search-noresult .h2.heading-accent-color, .compare-page .h2.heading-accent-color, .theme-mid-gray .h2.blue, .pt_product-search-noresult .h2.blue, .compare-page .h2.blue, .theme-mid-gray .h3.heading-accent-color, .pt_product-search-noresult .h3.heading-accent-color, .compare-page .h3.heading-accent-color, .theme-mid-gray .h3.blue, .pt_product-search-noresult .h3.blue, .compare-page .h3.blue, .theme-mid-gray .h4.heading-accent-color, .pt_product-search-noresult .h4.heading-accent-color, .compare-page .h4.heading-accent-color, .theme-mid-gray .h4.blue, .pt_product-search-noresult .h4.blue, .compare-page .h4.blue, .theme-mid-gray .h5.heading-accent-color, .pt_product-search-noresult .h5.heading-accent-color, .compare-page .h5.heading-accent-color, .theme-mid-gray .h5.blue, .pt_product-search-noresult .h5.blue, .compare-page .h5.blue, .theme-mid-gray .h6.heading-accent-color, .pt_product-search-noresult .h6.heading-accent-color, .compare-page .h6.heading-accent-color, .theme-mid-gray .h6.blue, .pt_product-search-noresult .h6.blue, .compare-page .h6.blue {
      color: #ffffff !important; }
  .theme-mid-gray i, .pt_product-search-noresult i, .compare-page i {
    color: #ffffff; }
  .theme-mid-gray a, .pt_product-search-noresult a, .compare-page a {
    color: #959595; }
    .theme-mid-gray a:hover, .pt_product-search-noresult a:hover, .compare-page a:hover, .theme-mid-gray a:active, .pt_product-search-noresult a:active, .compare-page a:active, .theme-mid-gray a:focus, .pt_product-search-noresult a:focus, .compare-page a:focus, .theme-mid-gray a.hover-example, .pt_product-search-noresult a.hover-example, .compare-page a.hover-example {
      color: #fff163 !important; }
    .theme-mid-gray a.disabled, .pt_product-search-noresult a.disabled, .compare-page a.disabled, .theme-mid-gray a[disabled], .pt_product-search-noresult a[disabled], .compare-page a[disabled] {
      color: #898989; }
    #secondary .secondary-navigation ul li .theme-mid-gray a, #secondary .secondary-navigation ul li .pt_product-search-noresult a, #secondary .secondary-navigation ul li .compare-page a {
      color: #000000; }
  .theme-mid-gray .form-group .form-control, .pt_product-search-noresult .form-group .form-control, .compare-page .form-group .form-control {
    background-color: #ffffff !important;
    color: #000000 !important; }

.theme-light, .pt_content {
  background: #f1f1f1;
  color: #000000; }
  .theme-light h1, .pt_content h1, .theme-light h2, .pt_content h2, .theme-light h3, .pt_content h3, .theme-light h4, .pt_content h4, .theme-light h5, .pt_content h5, .theme-light h6, .pt_content h6,
  .theme-light .h1,
  .pt_content .h1, .theme-light .h2, .pt_content .h2, .theme-light .h3, .pt_content .h3, .theme-light .h4, .pt_content .h4, .theme-light .h5, .pt_content .h5, .theme-light .h6, .pt_content .h6 {
    color: #959595; }
    .theme-light h1.heading-accent-color, .pt_content h1.heading-accent-color, .theme-light h1.blue, .pt_content h1.blue, .theme-light h2.heading-accent-color, .pt_content h2.heading-accent-color, .theme-light h2.blue, .pt_content h2.blue, .theme-light h3.heading-accent-color, .pt_content h3.heading-accent-color, .theme-light h3.blue, .pt_content h3.blue, .theme-light h4.heading-accent-color, .pt_content h4.heading-accent-color, .theme-light h4.blue, .pt_content h4.blue, .theme-light h5.heading-accent-color, .pt_content h5.heading-accent-color, .theme-light h5.blue, .pt_content h5.blue, .theme-light h6.heading-accent-color, .pt_content h6.heading-accent-color, .theme-light h6.blue, .pt_content h6.blue,
    .theme-light .h1.heading-accent-color,
    .pt_content .h1.heading-accent-color,
    .theme-light .h1.blue,
    .pt_content .h1.blue, .theme-light .h2.heading-accent-color, .pt_content .h2.heading-accent-color, .theme-light .h2.blue, .pt_content .h2.blue, .theme-light .h3.heading-accent-color, .pt_content .h3.heading-accent-color, .theme-light .h3.blue, .pt_content .h3.blue, .theme-light .h4.heading-accent-color, .pt_content .h4.heading-accent-color, .theme-light .h4.blue, .pt_content .h4.blue, .theme-light .h5.heading-accent-color, .pt_content .h5.heading-accent-color, .theme-light .h5.blue, .pt_content .h5.blue, .theme-light .h6.heading-accent-color, .pt_content .h6.heading-accent-color, .theme-light .h6.blue, .pt_content .h6.blue {
      color: #000000 !important; }
  .theme-light i, .pt_content i {
    color: #000000; }
  .theme-light a, .pt_content a {
    color: #959595; }
    .theme-light a:hover, .pt_content a:hover, .theme-light a:active, .pt_content a:active, .theme-light a:focus, .pt_content a:focus, .theme-light a.hover-example, .pt_content a.hover-example {
      color: #fff163 !important; }
    .theme-light a.disabled, .pt_content a.disabled, .theme-light a[disabled], .pt_content a[disabled] {
      color: #898989; }
    #secondary .secondary-navigation ul li .theme-light a, #secondary .secondary-navigation ul li .pt_content a {
      color: #000000; }
  .theme-light .form-group .form-control, .pt_content .form-group .form-control {
    background-color: #ffffff !important;
    color: #000000 !important; }

.themes-section .button-group .btn {
  display: block;
  margin-bottom: 10px; }

.link-styles {
  font-family: "sofia-pro", Helvetica, sans-serif;
  padding: 12px 0; }

#secondary h3 {
  text-transform: uppercase; }

#secondary .toggle {
  padding-bottom: 17px; }
  #secondary .toggle span {
    color: #000000; }
    #secondary .toggle span:before {
      border-color: #000000 transparent transparent transparent !important; }

#secondary .secondary-navigation {
  background-color: #ffffff;
  padding: 10px; }
  #secondary .secondary-navigation span {
    color: #000000;
    font-family: "ProximaNovaB", Helvetica, sans-serif; }
  #secondary .secondary-navigation ul {
    margin-left: 10px;
    margin-top: 8px; }
  #secondary .secondary-navigation ul li {
    padding-bottom: 12px; }
  #secondary .secondary-navigation ul li a {
    color: #000000; }
    #secondary .secondary-navigation ul li a:active, #secondary .secondary-navigation ul li a:focus, #secondary .secondary-navigation ul li a:hover {
      color: #959595; }

.icon-font-examples i {
  font-size: 28px; }

.icon-font-examples span {
  font-family: Helvetica, sans-serif; }

.svg-pdp-download {
  height: 30px;
  width: 37px;
  fill: #515151; }
  @media (max-width: 1099px) {
    .svg-pdp-download {
      width: 43px;
      height: 35px;
      padding-left: 1px;
      fill: #515151; } }
  @media (max-width: 600px) {
    .svg-pdp-download {
      width: 37px;
      height: 28px;
      padding-left: 0;
      fill: #515151; } }

a.black {
  color: #000000; }

a.heading-accent-color {
  color: #222222; }

a.gray {
  color: #515151; }
  a.gray:hover, a.gray:focus {
    color: #000000; }

a.white {
  color: #ffffff; }
  a.white:hover, a.white:focus {
    color: #000000; }

a:disabled, a.disabled {
  color: #898989;
  cursor: default;
  pointer-events: none; }

a:hover, a:focus {
  text-decoration: none !important; }
  a:hover .svg-pdp-download, a:focus .svg-pdp-download {
    fill: #000000; }

a.arrow:after {
  -webkit-font-smoothing: antialiased;
  content: "\e603";
  display: inline;
  font-family: HK;
  font-size: 75%;
  margin-top: 4px;
  padding-left: 7px;
  position: absolute;
  speak: none;
  text-decoration: inherit; }

a.link-offsite:after {
  -webkit-font-smoothing: antialiased;
  content: "\e61b";
  display: inline;
  font-family: "HK";
  margin-left: 0.25em;
  margin-top: 2px;
  position: absolute;
  speak: none;
  text-decoration: inherit; }

.fluid-checkout a {
  font-family: "sofia-pro", Helvetica, sans-serif; }

/* Headers */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "sofia-pro", "Sofia Pro Web", "Helvetica Neue", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
  font-weight: 700;
  color: inherit;
  text-transform: none;
  /* 	&.heading-accent-color,
	&.blue {
		color:$brand-black-lighter;
	} */ }
  h1.bold, h2.bold, h3.bold, h4.bold, h5.bold, h6.bold,
  .h1.bold, .h2.bold, .h3.bold, .h4.bold, .h5.bold, .h6.bold {
    font-family: "sofia-pro", "Sofia Pro Web", "Helvetica Neue", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
    font-weight: 700; }
  h1.light, h2.light, h3.light, h4.light, h5.light, h6.light,
  .h1.light, .h2.light, .h3.light, .h4.light, .h5.light, .h6.light {
    font-family: "sofia-pro", "Sofia Pro Web", "Helvetica Neue", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
    font-weight: 100; }
  h1.semi-bold, h2.semi-bold, h3.semi-bold, h4.semi-bold, h5.semi-bold, h6.semi-bold,
  .h1.semi-bold, .h2.semi-bold, .h3.semi-bold, .h4.semi-bold, .h5.semi-bold, .h6.semi-bold {
    font-family: "ProximaNovaB", Helvetica, sans-serif; }
  h1.regular, h2.regular, h3.regular, h4.regular, h5.regular, h6.regular,
  .h1.regular, .h2.regular, .h3.regular, .h4.regular, .h5.regular, .h6.regular {
    font-family: "sofia-proN", Helvetica, sans-serif; }
  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: "sofia-pro", "Sofia Pro Web", "Helvetica Neue", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
    font-weight: 700;
    text-transform: none; }
  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 !important; }
    @media screen and (max-width: 600px) {
      h1.white, h2.white, h3.white, h4.white, h5.white, h6.white,
      .h1.white, .h2.white, .h3.white, .h4.white, .h5.white, .h6.white {
        text-shadow: 1px 1px #000; } }

@media screen and (max-width: 600px) {
  h2.white, .h2.white {
    font-size: 22px; } }

@media screen and (max-width: 600px) {
  h1.white, .h1.white {
    font-size: 28px; } }

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

/* Lists */
ul.bullet {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.bullet li {
    margin-bottom: 0;
    padding-left: 1em;
    text-indent: -0.7em; }
    ul.bullet li:before {
      content: "\002022 ";
      color: #959595;
      margin-right: 0.3em; }

[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: HK;
  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 {
  content: "\e602"; }

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

.icon-angle-right:before {
  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, .icon-cart: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-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-plane:before {
  content: "\61"; }

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

.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: "\e62c"; }

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

.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 {
  font-family: 'JBL';
  content: "\28";
  padding-left: 10px; }

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

.icon-minus:before {
  content: "\ea0b"; }

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

.icon-google-plus:before {
  content: "\0041";
  font-family: "JBL"; }

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

.icon-instagram:before {
  content: "\0042";
  font-family: "JBL"; }

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

.icon-twitter:before {
  content: "\0043";
  font-family: "JBL"; }

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

.icon-pinterest:before {
  content: "\0044";
  font-family: "JBL"; }

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

.icon-facebook:before {
  content: "\0045";
  font-family: "JBL"; }

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

.icon-vine:before {
  content: "\e800";
  font-family: "JBL"; }

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

.icon-youtube:before {
  content: "\0046";
  font-family: "JBL"; }

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

/*!
 *  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: ""; }

.ha-support:before {
  content: ""; }

.ha-shipping:before {
  content: ""; }

.ha-search:before {
  content: ""; }

.ha-returns:before {
  content: ""; }

.ha-rating:before {
  content: ""; }

.ha-quote:before {
  content: ""; }

.ha-play:before {
  content: ""; }

.ha-orders:before {
  content: ""; }

.ha-more:before {
  content: ""; }

.ha-locator:before {
  content: ""; }

.ha-feature:before {
  content: ""; }

.ha-error:before {
  content: ""; }

.ha-dropdown:before {
  content: ""; }

.ha-close:before {
  content: ""; }

.ha-checkmark:before {
  content: ""; }

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

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

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

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

.ha-bag:before {
  content: ""; }

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

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

.ha-home:before {
  content: ""; }

.ha-account:before {
  content: ""; }

.ha-email:before {
  content: ""; }

/**
 * Label styles
 * Note: Label is bootstrap terminology for badge.
 */
.label-akg.label {
  background: #F1C40F;
  border-radius: .2em;
  color: #000000;
  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: #00ADEE;
  border-radius: .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: #FF6600;
  border-radius: .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: #000000;
  border-radius: .2em;
  color: #ffbba2;
  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: .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: .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: .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: .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: .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: .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: #ef1212; }

/* 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 #959595;
      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: HK;
      content: "";
      color: #ffffff; }
    .checkbox input[type="checkbox"]:checked + label::before {
      background-color: #959595;
      border-color: #959595; }
    .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 #474747;
  color: #000000;
  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: #ef1212; }

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: ""; }

.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: #ef1212;
  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: ""; }

.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: #959595;
  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: ""; }

.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 {
  background: #DEDEDE; }

.trackingPixel {
  display: none; }

#buynow {
  color: #959595; }

.nav-tabs > li {
  float: left;
  text-align: center;
  margin: 0 0 1px 0;
  background: #DEDEDE; }
  .nav-tabs > li:first-child {
    width: 40%; }
  .nav-tabs > li:last-child {
    width: 60%; }
  .nav-tabs > li > a {
    background: #DEDEDE;
    border: 0 !important;
    border-radius: 0;
    color: #000000;
    display: block;
    line-height: 1;
    padding: 1.5em 2em;
    text-transform: uppercase; }
    .nav-tabs > li > a:hover, .nav-tabs > li > a:active {
      background: #DEDEDE url(../../images/tab-arrow-notch-bg.png) center bottom no-repeat;
      color: #959595; }
  .nav-tabs > li.active > a {
    background: #DEDEDE url(../../images/tab-arrow-notch-bg.png) center bottom no-repeat;
    color: #959595;
    cursor: default; }
    .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      background: #DEDEDE url(../../images/tab-arrow-notch-bg.png) center bottom no-repeat;
      color: #959595 !important; }

.buynow-container .tab-content {
  float: left;
  width: 100%; }

.tab-content {
  background-color: #ffffff;
  margin-top: 0;
  padding: 0px 30px 10px 30px; }
  .tab-content .border-line {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px; }
  .tab-content .retailer {
    padding: 10px;
    border-bottom: 1px solid #DDD;
    margin-bottom: 10px; }
    .tab-content .retailer .padding-0-div {
      padding: 0; }
  .tab-content .pagination {
    float: right; }
    .tab-content .pagination a {
      border-color: #959595; }
      .tab-content .pagination a:hover {
        border-color: #FECC08;
        background-color: #ffffff;
        color: #FECC08; }
    .tab-content .pagination .disabled.active {
      border-color: #959595;
      background-color: #ffbba2;
      color: #959595; }
    .tab-content .pagination .disabled {
      border-color: #ccc;
      background-color: #ccc;
      color: #ffffff; }
  .tab-content .markerPop .shop {
    font-weight: bold;
    color: #FF6600;
    font-size: 1.2em; }
  .tab-content .markerPop .price {
    float: right; }
  .tab-content .markerPop .street-address, .tab-content .markerPop .distance, .tab-content .markerPop .phone, .tab-content .markerPop .city-st-zip, .tab-content .markerPop .route, .tab-content .markerPop .country {
    margin: 3px; }
  .tab-content .markerPop .marker-go-btn {
    height: 30px;
    min-width: 30px;
    padding: 0;
    width: 20%;
    margin-top: -1px; }
  .tab-content .markerPop .saddr {
    width: 80%;
    height: 30px;
    padding: 0 10px;
    margin-top: 1px; }
    .tab-content .markerPop .saddr:focus {
      background: #fff;
      transition: padding .25s;
      outline: none; }
  .tab-content .markerPop .distance {
    font-weight: bold; }
  .tab-content .tab-pane {
    position: relative; }
    .tab-content .tab-pane .stores .infoIcon {
      background: url(../../images/info.png) no-repeat 50% 50%;
      width: 16px;
      height: 16px;
      display: inline-block;
      padding: 0px 10px 0px 10px; }
    .tab-content .tab-pane .stores .storelocator-containor {
      display: none; }
      @media only screen and (max-width: 991px) {
        .tab-content .tab-pane .stores .storelocator-containor {
          height: 100%; } }
      .tab-content .tab-pane .stores .storelocator-containor .info-class {
        margin-bottom: 2px; }
    .tab-content .tab-pane .stores #map-canvas {
      height: 500px; }
    .tab-content .tab-pane #offerGroups {
      max-height: 500px;
      overflow: auto;
      padding: 2px;
      border-top: 1px solid #E7E7E7;
      border-bottom: 1px solid #E7E7E7; }
      @media only screen and (max-width: 991px) {
        .tab-content .tab-pane #offerGroups {
          max-height: 100%; } }
      .tab-content .tab-pane #offerGroups .active {
        background-color: #EEE; }
    .tab-content .tab-pane .offer {
      cursor: pointer;
      padding: 10px;
      box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 2px #E7E7E7; }
      .tab-content .tab-pane .offer .shop {
        font-weight: bold; }
      .tab-content .tab-pane .offer .table {
        font-size: 9px; }
      .tab-content .tab-pane .offer .less-pad {
        padding: 1px;
        border: 1px solid #999;
        background-color: #fff;
        text-align: center; }
      .tab-content .tab-pane .offer .shop, .tab-content .tab-pane .offer .street-address, .tab-content .tab-pane .offer .distance, .tab-content .tab-pane .offer .phone {
        margin: 0; }
      .tab-content .tab-pane .offer .shop {
        color: #FF6600;
        text-shadow: 0 1px 0 #FFF; }
      .tab-content .tab-pane .offer .price {
        float: right; }
      .tab-content .tab-pane .offer .sl-hide {
        display: none; }
      .tab-content .tab-pane .offer:hover {
        background-color: #E7E7E7; }
    .tab-content .tab-pane .offer .selected {
      background-color: #E7E7E7; }
    .tab-content .tab-pane .print-page {
      position: absolute;
      right: 0;
      top: -20px;
      cursor: pointer; }
    .tab-content .tab-pane h5 {
      margin-top: 35px;
      margin-bottom: 20px; }
    .tab-content .tab-pane p {
      margin-bottom: 20px; }
    .tab-content .tab-pane dd {
      margin-bottom: 20px; }
    .tab-content .tab-pane ul li {
      margin-bottom: 20px; }
    .tab-content .tab-pane .table-responsive .table-bordered {
      border: none; }
      .tab-content .tab-pane .table-responsive .table-bordered tbody > tr > td {
        border-width: 2px;
        border-color: #ffffff;
        border-left: none;
        border-right: none; }

/* Tabs media queries */
@media (min-width: 600px) {
  .nav-tabs > li > a {
    padding: 1.5em 2em; }
  .tab-content {
    margin-bottom: 30px;
    margin-top: 0; } }

@media (min-width: 1100px) {
  .nav-tabs > li {
    float: left; } }

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

.icon-cart {
  padding-right: 10px;
  margin-left: -10px; }

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

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

.checkout-header .center-logo {
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  width: 100px;
  height: 50px; }
  .checkout-header .center-logo .header-logo {
    left: 0; }

.checkout-header .header-top-row-inner-checkout {
  height: 50px; }
  .checkout-header .header-top-row-inner-checkout .header-logo {
    top: 8px; }
  .checkout-header .header-top-row-inner-checkout #header-banner-secondary a {
    display: none; }
  .checkout-header .header-top-row-inner-checkout .middle-align {
    line-height: 40px;
    padding-right: 10px;
    color: #ffffff; }
    .checkout-header .header-top-row-inner-checkout .middle-align a {
      color: #ffbba2; }
      .checkout-header .header-top-row-inner-checkout .middle-align a:hover {
        color: #ffffff; }
  .checkout-header .header-top-row-inner-checkout .left-space {
    padding-left: 61px; }
  .checkout-header .header-top-row-inner-checkout .right-space {
    padding-right: 61px; }

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

html, body {
  -webkit-text-size-adjust: 100%; }

::selection {
  background-color: #ffbba2;
  color: #000; }

::-moz-selection {
  background-color: #ffbba2;
  color: #000; }

.cartButton_container {
  height: 60px; }

body {
  background-color: #f1f1f1;
  font-family: "Helvetica Web", "Helvetica Neue", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
  line-height: 1.428571429 !important; }
  @media only screen and (max-width: 600px) {
    body {
      font-size: 12px !important; }
      body h1 {
        font-size: 20px !important; }
      body h2 {
        font-size: 18px !important; }
      body h3 {
        font-size: 16px !important; }
      body h4 {
        font-size: 14px !important; }
      body h5 {
        font-size: 13px !important; }
      body h6 {
        font-size: 12px !important; } }
  @media only screen and (max-width: 480px) {
    body {
      font-size: 11px !important; }
      body h1 {
        font-size: 19px !important; }
      body h2 {
        font-size: 17px !important; }
      body h3 {
        font-size: 15px !important; }
      body h4 {
        font-size: 13px !important; }
      body h5 {
        font-size: 12px !important; }
      body h6 {
        font-size: 11px !important; } }
  body .btn-default {
    color: #000000;
    background-color: #ffbba2;
    border: 2px solid #959595;
    border-radius: 4px;
    margin-top: 0 !important; }
    body .btn-default:hover, body .btn-default:active, body .btn-default:focus {
      background-color: #ffffff;
      color: #FECC08;
      border-color: #FECC08;
      /*background-color:$brand-white;
			border-color: $brand-primary !important;
			color: $brand-primary;*/
      text-decoration: none; }
    body .btn-default:disabled, body .btn-default.btn-disabled, body .btn-default[disabled] {
      border-color: #474747 !important;
      background-color: #474747 !important;
      color: #898989 !important; }
  body a {
    text-decoration: none; }

.header-placeholder {
  position: relative;
  z-index: 111; }

.header {
  -webkit-box-shadow: 0 0 68px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0 0 68px rgba(0, 0, 0, 0.45);
  box-shadow: 0 0 68px rgba(0, 0, 0, 0.45);
  background: #000000;
  border-bottom: 1px solid #fff;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 110; }
  .header .minicartButtons {
    padding-top: 10px; }
    .header .minicartButtons .inlineBlockContent {
      float: left; }
    .header .minicartButtons div.inlineBlock_buttons {
      width: 40%; }
      .header .minicartButtons div.inlineBlock_buttons .paypal-button {
        width: 100%; }
      .header .minicartButtons div.inlineBlock_buttons a.mini-cart-linkCheckout {
        width: 100%;
        padding: 7px 20px;
        margin: 0;
        vertical-align: baseline; }
    .header .minicartButtons .inlineBlock_midText {
      width: 18%;
      padding-top: 6px;
      text-align: center; }
  .header .visually-hidden {
    display: none; }
  .header .header-top-row {
    background: #000000;
    border-bottom: 1px solid #474747; }
    @media screen and (max-width: 600px) {
      .header .header-top-row {
        padding: 5px 5px 0 5px; } }
    .header .header-top-row .header-top-row-inner {
      margin: 0 auto;
      max-width: 1400px;
      height: 42px;
      position: relative; }
      @media (max-width: 600px) {
        .header .header-top-row .header-top-row-inner {
          height: 64px; } }
      @media screen and (max-width: 600px) {
        .header .header-top-row .header-top-row-inner {
          height: 47px; } }
  @media (max-width: 1399px) {
    .header ul.menu-utility > li.separator:first-child {
      display: none; } }
  .header ul.menu-utility.left-menu {
    float: right;
    padding: 0 10px;
    max-width: 460px; }
    @media screen and (max-width: 600px) {
      .header ul.menu-utility.left-menu {
        padding: 0; } }
    .header ul.menu-utility.left-menu .dropdown:hover,
    .header ul.menu-utility.left-menu .dropdown.open {
      background: #f1f1f1;
      border: none; }
      .header ul.menu-utility.left-menu .dropdown:hover:after,
      .header ul.menu-utility.left-menu .dropdown.open:after {
        border-width: 0 6px 7px 6px;
        border-color: transparent transparent #000000 transparent; }
      .header ul.menu-utility.left-menu .dropdown:hover a,
      .header ul.menu-utility.left-menu .dropdown.open a {
        background: #f1f1f1;
        color: #000000;
        text-decoration: none; }
      .header ul.menu-utility.left-menu .dropdown:hover .dropdown-menu,
      .header ul.menu-utility.left-menu .dropdown.open .dropdown-menu {
        display: block;
        background: #f1f1f1;
        border: none; }
      .header ul.menu-utility.left-menu .dropdown:hover ul a,
      .header ul.menu-utility.left-menu .dropdown.open ul a {
        color: #000000; }
        .header ul.menu-utility.left-menu .dropdown:hover ul a:hover,
        .header ul.menu-utility.left-menu .dropdown.open ul a:hover {
          color: #ffbba2;
          background-color: #000000; }
    .header ul.menu-utility.left-menu a {
      color: #ffbba2;
      display: inline-block;
      font-size: 11px;
      line-height: 22px;
      padding: 9px 10px; }
      @media screen and (max-width: 600px) {
        .header ul.menu-utility.left-menu a {
          padding: 9px 0px 9px 5px;
          line-height: 10px; } }
      .header ul.menu-utility.left-menu a:hover {
        background-color: #ffbba2;
        color: #525252; }
    .header ul.menu-utility.left-menu .name.country-US:before {
      content: '';
      background: url(../../../images/sprites/flags.png) no-repeat;
      background-position: -80px -44px;
      width: 16px;
      height: 11px;
      float: left;
      margin: 3px 5px 0 0; }
    .header ul.menu-utility.left-menu > li.separator,
    .header ul.menu-utility.left-menu #header-banner-secondary-container {
      display: none;
      text-align: right; }
      @media (min-width: 1100px) {
        .header ul.menu-utility.left-menu > li.separator,
        .header ul.menu-utility.left-menu #header-banner-secondary-container {
          display: inline-block;
          overflow: hidden;
          white-space: nowrap; } }
  .header ul.menu-utility {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    float: right;
    margin: 0; }
    @media (max-width: 1099px) {
      .header ul.menu-utility {
        margin-top: 2px; } }
    @media (min-width: 1400px) {
      .header ul.menu-utility {
        margin-right: -14px; } }
    .header ul.menu-utility > li {
      display: inline-block;
      zoom: 1;
      *display: inline;
      vertical-align: top;
      font-family: "sofia-pro", "Sofia Pro Web", "Helvetica Neue", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
      font-weight: 700;
      font-size: 11px;
      margin: 0px; }
      .header ul.menu-utility > li.header-search {
        margin-right: 36px;
        margin-top: 7px; }
        @media (max-width: 715px) {
          .header ul.menu-utility > li.header-search {
            margin-top: 5px;
            width: 156px;
            margin-right: 36px; } }
        @media (min-width: 1100px) {
          .header ul.menu-utility > li.header-search {
            margin-right: 46px; } }
      @media (max-width: 822px) {
        .header ul.menu-utility > li.store-locator-link {
          display: none; } }
      .header ul.menu-utility > li.store-locator-link a {
        line-height: 36px;
        padding: 5px 10px; }
        @media (min-width: 1099px) {
          .header ul.menu-utility > li.store-locator-link a {
            line-height: 22px;
            margin: 0;
            padding: 9px; } }
        .header ul.menu-utility > li.store-locator-link a:hover {
          background: #959595;
          color: #ffbba2;
          text-decoration: none; }
      .header ul.menu-utility > li.separator {
        border-left: 1px solid #fff;
        background: none;
        min-height: 10px;
        margin-top: 12px; }
        @media (max-width: 1099px) {
          .header ul.menu-utility > li.separator {
            margin-top: 18px; } }
        @media screen and (max-width: 600px) {
          .header ul.menu-utility > li.separator {
            margin-top: 10px; } }
        .header ul.menu-utility > li.separator:before, .header ul.menu-utility > li.separator:after {
          display: none; }
    .header ul.menu-utility a {
      display: block;
      color: #fff;
      padding: 12px 13px 12px 7px; }
      @media screen and (max-width: 600px) {
        .header ul.menu-utility a {
          padding: 5px 10px 5px 5px; } }
      .header ul.menu-utility a:hover,
      .open .header ul.menu-utility a {
        background: #959595;
        color: #ffbba2;
        text-decoration: none; }
    .header ul.menu-utility #header-phone {
      display: block;
      color: #fff;
      padding: 12px 10px; }
    .header ul.menu-utility .dropdown {
      padding-right: 15px;
      position: relative; }
      .header ul.menu-utility .dropdown:after {
        border-style: solid;
        border-width: 7px 6px 0 6px;
        border-color: #fff transparent transparent transparent;
        content: '';
        height: 0;
        margin-top: -4px;
        right: 10px;
        position: absolute;
        top: 50%;
        width: 0; }
    .header ul.menu-utility .dropdown:hover,
    .header ul.menu-utility .dropdown.open {
      background: #959595;
      border: none; }
      .header ul.menu-utility .dropdown:hover:after,
      .header ul.menu-utility .dropdown.open:after {
        border-width: 0 6px 7px 6px;
        border-color: transparent transparent #ffffff transparent; }
      .header ul.menu-utility .dropdown:hover a,
      .header ul.menu-utility .dropdown.open a {
        background: #959595;
        color: #ffffff;
        text-decoration: none; }
      .header ul.menu-utility .dropdown:hover .dropdown-menu,
      .header ul.menu-utility .dropdown.open .dropdown-menu {
        display: block;
        background: #000000;
        border: none; }
      .header ul.menu-utility .dropdown:hover ul a,
      .header ul.menu-utility .dropdown.open ul a {
        color: #ffffff; }
        .header ul.menu-utility .dropdown:hover ul a:hover,
        .header ul.menu-utility .dropdown.open ul a:hover {
          color: #ffbba2; }
    .header ul.menu-utility .icon-support, .header ul.menu-utility .icon-account {
      font-family: "HK";
      font-size: 18px; }
    .header ul.menu-utility .icon-account:before {
      content: "\e600"; }
  .header #header-phone-link a, .header #header-phone-link p {
    color: #000000;
    display: block;
    font-weight: bold;
    line-height: 36px;
    padding: 12px 13px 12px 7px; }
    @media (min-width: 1099px) {
      .header #header-phone-link a, .header #header-phone-link p {
        line-height: 22px;
        margin: 0;
        padding: 11px 9px; } }
  .header #header-banner,
  .header .header-global-banner {
    background: #959595;
    color: #ffffff;
    font-family: "sofia-pro", "Sofia Pro Web", "Helvetica Neue", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
    font-weight: 700;
    font-size: 12px;
    margin-left: -14px;
    margin-right: -14px;
    min-height: 33px;
    padding: 8px 0;
    text-align: center; }
    .header #header-banner .promoheader-dropdown,
    .header .header-global-banner .promoheader-dropdown {
      cursor: pointer; }
      .header #header-banner .promoheader-dropdown:after,
      .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-banner .promoheader-dropdown.opened:after,
      .header .header-global-banner .promoheader-dropdown.opened:after {
        transform: rotate(270deg) translateY(-2px); }
    .header #header-banner .promoheader-body,
    .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-banner .promoheader-body,
        .header .header-global-banner .promoheader-body {
          margin-right: -40px; } }
  .header header {
    background-color: #000000; }
  .header .header-logo {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    background: url(../../images/logo-infinity.png) no-repeat 0 0;
    background-size: auto 100%;
    height: 35px;
    left: 0;
    position: absolute;
    text-indent: -5000px;
    top: 7px;
    width: 156px;
    z-index: 101; }
    @media screen and (max-width: 600px) {
      .header .header-logo {
        height: 25px;
        width: 80px; } }
    @media (min-width: 600px) {
      .header .header-logo {
        left: 30px; } }
    @media (min-width: 635px) {
      .header .header-logo {
        left: 40px;
        top: 7px;
        width: 156px; } }
    @media (min-width: 801px) {
      .header .header-logo {
        left: 40px;
        top: 8px; } }
    @media (min-width: 846px) {
      .header .header-logo {
        left: 40px;
        top: 61px; } }
    @media (min-width: 1100px) {
      .header .header-logo {
        left: 40px;
        top: 57px; } }
    @media (min-width: 1100px) {
      .header .header-logo {
        left: 80px; } }
  .header .mini-cart {
    margin-left: 9px;
    margin-right: 11px; }
    .header .mini-cart .mini-cart-total {
      height: 45px; }
      .header .mini-cart .mini-cart-total a {
        color: #ffbba2;
        text-decoration: none;
        line-height: 25px;
        padding: 12px; }
        @media screen and (max-width: 600px) {
          .header .mini-cart .mini-cart-total a {
            padding: 5px; } }
        @media (min-width: 1099px) {
          .header .mini-cart .mini-cart-total a {
            line-height: 15px; } }
        @media (max-width: 1099px) {
          .header .mini-cart .mini-cart-total a span {
            display: inline-block;
            zoom: 1;
            *display: inline;
            vertical-align: top; } }
      .header .mini-cart .mini-cart-total.active, .header .mini-cart .mini-cart-total:hover {
        background: #959595;
        color: #ffffff; }
        .header .mini-cart .mini-cart-total.active a, .header .mini-cart .mini-cart-total:hover a {
          color: #ffffff; }
      .header .mini-cart .mini-cart-total .icon-bag, .header .mini-cart .mini-cart-total .icon-bag-large {
        font-size: 18px; }
    .header .mini-cart .mini-cart-content {
      display: none;
      margin-left: -211px;
      position: absolute;
      width: 412px;
      z-index: 102; }
      .header .mini-cart .mini-cart-content a {
        padding: 0px; }
      .header .mini-cart .mini-cart-content a.mini-cart-linkCheckout {
        display: inline-block;
        zoom: 1;
        *display: inline;
        vertical-align: top;
        background-image: none;
        border: 1px solid transparent;
        cursor: pointer;
        color: #ffffff;
        font-family: "sofia-pro", "Sofia Pro Web", "Helvetica Neue", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
        font-weight: 700;
        font-weight: normal;
        margin: 10px 0;
        min-width: 200px;
        padding: 10px 20px;
        text-align: center;
        vertical-align: middle;
        background-color: #2ecc71; }
        .header .mini-cart .mini-cart-content a.mini-cart-linkCheckout:hover {
          background-color: #1e854a;
          color: #ffffff !important;
          border-color: #2ecc71 !important; }
      .header .mini-cart .mini-cart-content a.mini-cart-linkCheck-forExp {
        min-width: 125px; }
      .header .mini-cart .mini-cart-content a.mini-cart-linkCart {
        background: none;
        display: inline-block;
        zoom: 1;
        *display: inline;
        vertical-align: top;
        color: #959595;
        font-family: "sofia-pro", "Sofia Pro Web", "Helvetica Neue", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
        font-weight: 700;
        margin: 15px 0 15px 20px;
        padding: 0;
        text-align: center;
        vertical-align: middle; }
        .header .mini-cart .mini-cart-content a.mini-cart-linkCart:hover, .header .mini-cart .mini-cart-content a.mini-cart-linkCart:active {
          background-color: #1e854a !important;
          color: #ffffff; }
      .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: #959595;
          color: #ffffff; }
      .header .mini-cart .mini-cart-content .mid-text-minicart {
        padding-top: 12px;
        font-weight: bold; }
      .header .mini-cart .mini-cart-content .minicart-exp-checkout {
        padding-top: 2px; }
      .header .mini-cart .mini-cart-content .mini-cart-slot {
        margin: 15px 0px; }
      .header .mini-cart .mini-cart-content .mini-cart-header {
        background: #959595;
        color: #ffffff;
        font-family: "sofia-pro", "Sofia Pro Web", "Helvetica Neue", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
        font-weight: 700;
        font-size: 18px; }
        .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;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        box-sizing: content-box; }
        .header .mini-cart .mini-cart-content .mini-cart-products .mini-cart-product {
          background: url(../../images/mini-cart-item-border.png) repeat-x 0 bottom;
          padding-bottom: 10px;
          padding-top: 10px; }
          .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; }
        .header .mini-cart .mini-cart-content .mini-cart-products .mini-cart-product:first-child {
          border-top: none;
          padding-top: 0; }
        .header .mini-cart .mini-cart-content .mini-cart-products .mini-cart-product:last-child {
          margin-bottom: 0; }
        .header .mini-cart .mini-cart-content .mini-cart-products .mini-cart-image {
          width: 75px;
          float: left; }
          .header .mini-cart .mini-cart-content .mini-cart-products .mini-cart-image img {
            width: 70px;
            height: 70px; }
        .header .mini-cart .mini-cart-content .mini-cart-products .mini-cart-product-content {
          float: right;
          width: 240px;
          font-size: 14px; }
          .header .mini-cart .mini-cart-content .mini-cart-products .mini-cart-product-content .mini-cart-name a {
            color: #000000 !important; }
            .header .mini-cart .mini-cart-content .mini-cart-products .mini-cart-product-content .mini-cart-name a:hover {
              color: #ffffff !important;
              background-color: #1e854a !important; }
          .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: "sofia-proN", Helvetica, sans-serif;
            font-size: 14px;
            font-weight: normal;
            color: #000000;
            padding: 0px; }
          .header .mini-cart .mini-cart-content .mini-cart-products .mini-cart-product-content .mini-cart-attributes .attribute span {
            color: #000000;
            font-weight: normal; }
      .header .mini-cart .mini-cart-content .mini-cart-totals {
        background-color: #ffffff;
        border-bottom: 1px solid #fff;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        color: #000000; }
        .header .mini-cart .mini-cart-content .mini-cart-totals .mini-cart-subtotals .dw-apple-pay-mini-cart {
          width: 80px;
          height: 25px;
          float: right; }
        .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: #000000;
          font-family: "sofia-pro", "Sofia Pro Web", "Helvetica Neue", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
          font-weight: 700;
          font-size: 18px;
          font-weight: normal;
          padding: 0px; }
      .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 {
        max-height: 266px;
        overflow-x: auto;
        padding: 15px 36px 15px 26px; }
      .header .mini-cart .mini-cart-content .mini-cart-linkCheckout:hover {
        background-color: #ffffff;
        color: #959595;
        border: 1px solid #959595; }
  .header a {
    color: #474747; }
  .header .btn {
    color: #ffffff; }

.header-search {
  border: none;
  border-radius: 4px;
  position: relative;
  margin: 20px 0px; }
  .header-search.hidden-xs {
    width: 215px; }
  .header-search #search-form {
    border: none;
    outline: none; }
  .header-search .q {
    display: block;
    border: 0px;
    border-radius: 4px;
    height: 32px;
    padding: 10px 40px 10px 10px;
    font-weight: normal;
    width: 100%;
    background-color: #ffffff;
    color: #959595; }
    .header-search .q:focus {
      background-color: #ffffff;
      color: #959595;
      outline: none; }
  .header-search input[type="submit"] {
    border: 0px;
    border-radius: 4px;
    height: 32px;
    width: 40px;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ffffff; }
  .header-search form:after {
    content: "\e614";
    font-family: "HK";
    font-size: 17px;
    position: absolute;
    right: 5px;
    top: 5px;
    color: #000000;
    pointer-events: none; }
  .header-search .search-suggestions {
    position: absolute;
    top: 100%;
    width: 100%;
    font-size: 12px;
    background-color: #DFE5E8;
    color: #000000;
    z-index: 103; }
    .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: #000000;
        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; }

/**
  *Fixed Header styles for header and main
  **/
.fixed {
  position: fixed; }

#main {
  color: #474747; }

.header ul.menu-utility #search-suggestions .search-suggestion-contents a {
  background: #DEDEDE;
  color: #000000; }
  .header ul.menu-utility #search-suggestions .search-suggestion-contents a:hover {
    background: #000000;
    color: #ffbba2; }

.lt-ie9 .header-search input[type="submit"] {
  background: #ffffff url(../../images/search-icon.png) no-repeat 64% 4px;
  border: 0px;
  height: 32px;
  font-size: 0;
  line-height: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px; }

.lt-ie9 .header .header-logo {
  width: 183px; }
  @media (min-width: 635px) {
    .lt-ie9 .header .header-logo {
      width: 183px; } }
  @media (min-width: 801px) {
    .lt-ie9 .header .header-logo {
      width: 183px; } }
  @media (min-width: 846px) {
    .lt-ie9 .header .header-logo {
      width: 183px; } }

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

@media screen and (max-width: 600px) {
  .homepage-content-grid {
    margin: 0 !important; } }

@media screen and (max-width: 600px) {
  .content-cell {
    padding: 0 !important; } }

.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: "sofia-pro", "Sofia Pro Web", "Helvetica Neue", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
  font-weight: 700; }
  .pdp-fitGuide-containor .product-fitguide .header-fitguide {
    font-size: 18px;
    display: block;
    margin-bottom: 5px; }
  .pdp-fitGuide-containor .header-fitguide {
    font-size: 28px; }
  .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, .fitguide-container-subcat {
  background: #000000 url("../../images/Harman_CarFit_PLP_BG.jpg") repeat 0 0;
  padding: 20px 15px 15px 30px;
  font-family: "sofia-pro", "Sofia Pro Web", "Helvetica Neue", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
  font-weight: 700; }
  @media screen and (max-width: 600px) {
    .fitguide-container, .fitguide-category-container, .fitguide-container-subcat {
      padding: 20px 5px 10px 5px; } }
  .fitguide-container .header-fitguide, .fitguide-category-container .header-fitguide, .fitguide-container-subcat .header-fitguide {
    font-size: 26px;
    text-transform: uppercase; }
    @media screen and (max-width: 1099px) {
      .fitguide-container .header-fitguide, .fitguide-category-container .header-fitguide, .fitguide-container-subcat .header-fitguide {
        text-align: center;
        display: block; } }
    @media screen and (max-width: 600px) {
      .fitguide-container .header-fitguide, .fitguide-category-container .header-fitguide, .fitguide-container-subcat .header-fitguide {
        font-size: 22px;
        text-align: center;
        display: block; } }
  .fitguide-container .no-items-match, .fitguide-category-container .no-items-match, .fitguide-container-subcat .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, .fitguide-container-subcat .no-items-match {
        font-size: 20px;
        padding-left: 44px;
        background: url(../../images/warn-icon.png) no-repeat 5% 5%;
        background-size: 22px; } }
    .fitguide-container .no-items-match .no-display-class, .fitguide-category-container .no-items-match .no-display-class, .fitguide-container-subcat .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-subcat {
  margin-bottom: 0; }

.fitguide-container {
  margin: 0 -46px; }
  @media screen and (max-width: 600px) {
    .fitguide-container {
      margin: 0; } }

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

.color-white {
  color: #ffffff;
  font-family: "sofia-proN", Helvetica, sans-serif; }

.fitguide_dropdown {
  font-family: "sofia-pro", "Sofia Pro Web", "Helvetica Neue", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
  font-weight: 700;
  display: block;
  border-radius: 0;
  padding: 3px 20px 3px 5px;
  font-size: 15px;
  width: 285px;
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../../images/dd_big_black.png) no-repeat 95% 50% white;
  border: 2px solid white;
  color: #000000;
  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: #000000; }
    @media screen and (max-width: 600px) {
      .fitguide_dropdown > option {
        font-size: 11px; } }
    .fitguide_dropdown > option:hover {
      background-color: #ffbba2;
      color: #000000; }

.fitguide_dropdown.selected {
  background: url(../../images/dd_big_grey.png) no-repeat 95% 50% #ffffff;
  border: 2px solid #ffffff;
  color: #000000; }

.fitguide_dropdown.progressing {
  background: url(../../images/progress.gif) no-repeat 95% 50% #ffffff;
  border: 2px solid #ffffff;
  color: #000000;
  padding: 3px 20px 3px 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_yellow.png) no-repeat 95% 50% #ffffff;
  border: 2px solid #ffffff;
  color: #000000;
  cursor: pointer;
  margin: auto;
  margin-top: 5px;
  margin-bottom: 10px; }
  @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: "sofia-pro", "Sofia Pro Web", "Helvetica Neue", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
  font-weight: 700;
  padding: 0px 10px 0 5px; }
  .fitguide-search-page .fitguide-contant {
    text-align: center;
    color: #ffffff;
    padding: 10px; }
    .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: 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: 10px; }
      @media screen and (max-width: 600px) {
        .fitguide-search-page .fitguide-contant .fitguide-textinfo {
          margin-bottom: 5px; } }

.min-cart-redirectParent {
  color: #ffffff; }
  @media (max-width: 750px) {
    .min-cart-redirectParent {
      float: right;
      font-size: 14px; } }

.mini-cart-redirectlink {
  color: #959595 !important;
  text-decoration: underline;
  font-size: 18px;
  display: inline-block; }
  .mini-cart-redirectlink:hover {
    color: #ffffff !important;
    text-decoration: none; }

.cart-redirect-modal .heading-cart-text {
  font-family: Helvetica, sans-serif; }

.cart-redirect-modal .cart-modal-buttons {
  margin-top: 5px; }
  .cart-redirect-modal .cart-modal-buttons .checkout-stay {
    margin-right: 15px;
    color: #1e854a; }
    .cart-redirect-modal .cart-modal-buttons .checkout-stay:hover, .cart-redirect-modal .cart-modal-buttons .checkout-stay:active {
      background-color: #1e854a !important;
      color: #ffffff; }

/* Cookies popup */
.cookie-modal {
  position: fixed;
  width: 100%;
  padding: 15px 0;
  background-color: #959595;
  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: #959595;
    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 .dialogify-close {
    display: none; }
  #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: auto;
        height: 240px;
        top: auto;
        left: 10px;
        right: 10px;
        bottom: 0;
        transform: none;
        padding: 10px 10px 0 0;
        border: 2px solid #444; } }
    #subscriptionModel #newsletter-wrapper .close1 {
      position: absolute;
      z-index: 300;
      right: 3px;
      top: -5px;
      cursor: pointer;
      font-size: 36px; }
    #subscriptionModel #newsletter-wrapper .leftPanel {
      width: 60%;
      height: 100%;
      position: relative;
      float: left;
      padding: 10px;
      background: #959595; }
      @media screen and (max-width: 978px) {
        #subscriptionModel #newsletter-wrapper .leftPanel {
          display: none; } }
      #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: #afaeae; }
      #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%;
      background: white;
      position: relative; }
      @media screen and (max-width: 978px) {
        #subscriptionModel #newsletter-wrapper .rightpanel {
          width: 100%;
          height: 100%;
          padding-top: 0px; } }
      #subscriptionModel #newsletter-wrapper .rightpanel .title_block {
        text-align: left;
        padding-left: 15px; }
      @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(-40%);
        right: 10px;
        left: 15px; }
        #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 .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 .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;
              outline: none;
              height: 30px;
              top: 50%;
              transform: translateY(-30%);
              height: 35px;
              width: 100%;
              font-size: 16px;
              border: 1px solid #000;
              padding: 5px; }
              #subscriptionModel #newsletter-wrapper .rightpanel .form-containor form .email-containor #email::placeholder {
                /* Chrome, Firefox, Opera, Safari 10.1+ */
                color: #000;
                opacity: 1;
                /* Firefox */ }
              #subscriptionModel #newsletter-wrapper .rightpanel .form-containor form .email-containor #email::-ms-input-placeholder {
                /* Internet Explorer 10-11 */
                color: #000; }
              #subscriptionModel #newsletter-wrapper .rightpanel .form-containor form .email-containor #email::-ms-input-placeholder {
                /* Microsoft Edge */
                color: #000; }
          #subscriptionModel #newsletter-wrapper .rightpanel .form-containor form .btn-newsletter {
            width: 100%;
            max-width: 100%; }
            @media screen and (max-width: 978px) {
              #subscriptionModel #newsletter-wrapper .rightpanel .form-containor form .btn-newsletter {
                width: auto;
                max-width: 320px; } }
          #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; }
            @media screen and (max-width: 978px) {
              #subscriptionModel #newsletter-wrapper .rightpanel .form-containor form .close-newsletter {
                display: none; } }
    #subscriptionModel #newsletter-wrapper .newsletter-privacy {
      position: absolute;
      display: block;
      bottom: 0;
      color: #666;
      font-size: 12px;
      text-align: left;
      right: 10px;
      left: 15px; }
      #subscriptionModel #newsletter-wrapper .newsletter-privacy a {
        color: #666;
        text-decoration: underline; }

#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: #000000;
    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: .5em .5em 1em .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: #000000;
    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; } }

.btn, button, .primary-button, .secondary-button {
  text-transform: uppercase !important; }

#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; }

.hidden_form_label {
  position: absolute;
  top: -99999px;
  color: #000; }

.readable {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  border: 0; }

.warranty-exchange-step1 .form-row-button .content-asset {
  display: inline-block; }

/*  =======================
    2020 Branding Update
    ======================= */
body [color*="fff163"],
body [style*="color:#fff163;"],
body [style*="color:#FFF163;"] {
  color: #ffbba2 !important; }

body .progress-bar-info {
  background-color: #7e3c24; }

@media (min-width: 601px) {
  body #main {
    margin-top: 128px !important; } }

body .header .header-top-row {
  background: white;
  color: black; }
  body .header .header-top-row * {
    color: inherit; }
  body .header .header-top-row .header-banner-secondary {
    filter: contrast(0); }
  body .header .header-top-row .header-search .q {
    background-color: rgba(0, 0, 0, 0.08);
    color: black; }
  body .header .header-top-row .header-search input[type="submit"] {
    background-color: transparent; }
  body .header .header-top-row ul.menu-utility a {
    color: inherit;
    text-decoration-color: #7e3c24; }
    body .header .header-top-row ul.menu-utility a:hover {
      background-color: transparent;
      text-decoration: underline;
      color: #7e3c24; }
  body .header .header-top-row ul.menu-utility #header-phone {
    color: inherit; }
  body .header .header-top-row ul.menu-utility .dropdown:after {
    border-color: #000 transparent transparent transparent; }
  body .header .header-top-row ul.menu-utility .dropdown:hover,
  body .header .header-top-row ul.menu-utility .dropdown.open {
    background: #ddd; }
    body .header .header-top-row ul.menu-utility .dropdown:hover:after,
    body .header .header-top-row ul.menu-utility .dropdown.open:after {
      border-color: transparent transparent #000 transparent; }
    body .header .header-top-row ul.menu-utility .dropdown:hover a,
    body .header .header-top-row ul.menu-utility .dropdown.open a {
      color: black; }
    body .header .header-top-row ul.menu-utility .dropdown:hover ul a,
    body .header .header-top-row ul.menu-utility .dropdown.open ul a {
      background: #ddd;
      color: black; }
      body .header .header-top-row ul.menu-utility .dropdown:hover ul a:hover,
      body .header .header-top-row ul.menu-utility .dropdown.open ul a:hover {
        background: #ccc;
        color: black; }

body .header .mini-cart .mini-cart-total a {
  color: #000000; }

body .header .mini-cart .mini-cart-total:hover {
  background: #ddd;
  color: #000000; }

body .header .header-logo {
  width: 150px;
  height: 50px;
  background: url(../../images/logo-darkmode.svg) no-repeat 0 0;
  background-size: contain; }
  @media (max-width: 845px) {
    body .header .header-logo {
      background: url(../../images/logo.svg) no-repeat 0 0;
      width: 118px;
      height: 40px;
      background-size: contain;
      top: 1px;
      left: 8px; } }

body .header #navigation [style*="color:#fff163;"],
body .header #navigation [style*="color:#FFF163;"] {
  color: #ffbba2 !important; }

@media (min-width: 601px) {
  body .header #navigation .full-bleed {
    min-height: 78px; }
  body .header #navigation .level-1 {
    height: 78px;
    text-align: left;
    top: 6px; }
    body .header #navigation .level-1 > li > a {
      height: 80px;
      text-transform: none; }
      body .header #navigation .level-1 > li > a span {
        padding: 35px 16px; }
    body .header #navigation .level-1 > li div.level-2-holder-desktop {
      top: 74px; } }

.fluid-checkout .tax-cal-header {
  font-size: 15px; }

#navigation {
  margin: 0 auto;
  max-width: 1400px; }
  #navigation .visually-hidden {
    display: none; }
  #navigation .full-bleed {
    background: #000000;
    margin: 0 -11px;
    min-height: 56px;
    padding: 0 20px 3px; }
    @media screen and (max-width: 600px) {
      #navigation .full-bleed {
        min-height: 40px; } }
  @media (max-width: 600px) {
    #navigation .full-bleed {
      padding: 0 0; } }
  #navigation .top-level > li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    border: none;
    height: 33px;
    padding-left: 15px; }
    #navigation .top-level > li a {
      border: 0px;
      color: #999;
      display: block;
      font-family: "Helvetica Web", "Helvetica Neue", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
      font-weight: 700;
      font-size: 12px;
      text-decoration: none;
      text-transform: uppercase; }
  #navigation .level-0 {
    margin: 0px; }
    #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: #ffffff;
        font-family: "Helvetica Web", "Helvetica Neue", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
        font-weight: 700;
        padding: 10px 15px; }
        #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 {
          color: #000000; }
          #navigation .level-0 > li.active a i.icon-caret {
            background-position: 0px -72px; }
  #navigation .level-1 {
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
    margin: 0px;
    height: 45px;
    position: relative; }
    #navigation .level-1 > li {
      display: inline-block;
      zoom: 1;
      *display: inline;
      vertical-align: top;
      text-align: center;
      border: none;
      height: 33px;
      width: auto; }
      #navigation .level-1 > li.stretch {
        height: 0px;
        width: 100%;
        display: inline-block;
        font-size: 0;
        line-height: 0; }
      #navigation .level-1 > li > a {
        border: 0px;
        color: #ffffff;
        display: block;
        font-family: "Helvetica Web", "Helvetica Neue", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
        font-weight: 700;
        font-size: 14px;
        height: 56px;
        line-height: 44px;
        padding-top: 3px;
        overflow: hidden;
        text-decoration: none;
        text-transform: uppercase; }
        #navigation .level-1 > li > a:hover span {
          background: #f1f1f1;
          color: #000000; }
        #navigation .level-1 > li > a span {
          line-height: 49px;
          padding: 1.25em 0.25em; }
          @media (max-width: 675px) {
            #navigation .level-1 > li > a span {
              padding: 1.25em 0.25em; } }
          @media (min-width: 676px) {
            #navigation .level-1 > li > a span {
              padding: 1.25em 0.6875em; } }
        #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 {
        color: #ffbba2; }
      @media (min-width: 600px) {
        #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: 53px;
        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: #f1f1f1;
          text-align: left;
          border: 1px solid #fff;
          border-top: #f1f1f1;
          padding: 30px 0px; }
          #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; }
          @media (min-width: 1400px) {
            #navigation .level-1 > li div.level-2-holder-desktop .menu-wrapper {
              margin: 0 -20px; } }
          #navigation .level-1 > li div.level-2-holder-desktop .menu-wrapper .top-nav-stacked-ad > a {
            display: block;
            height: 65px;
            margin-bottom: 20px;
            width: 284px; }
          #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: 150px;
            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: "Helvetica Web", "Helvetica Neue", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
              font-weight: 700;
              text-transform: uppercase;
              margin-bottom: 10px;
              color: #515151; }
              #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 .menu-wrapper ul.level-2 > li:hover a, #navigation .level-1 > li div.level-2-holder-desktop .menu-wrapper ul.level-2 > li:focus a {
              color: #000000;
              font-weight: bold; }
        #navigation .level-1 > li div.level-2-holder-desktop .vertical-separator {
          border-right: 1px solid #DFE5E8; }
      #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: "Helvetica Web", "Helvetica Neue", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
          font-weight: 700;
          font-weight: 700;
          text-decoration: none;
          color: #000000;
          text-transform: uppercase;
          border-bottom: 1px solid #f7fcff;
          padding: 15px 0px;
          margin: 0px; }
    @media (max-width: 600px) {
      #navigation .level-1 > li.first {
        padding-right: 30px; } }
    @media (min-width: 845px) {
      #navigation .level-1 > li.first {
        padding-left: 193px; } }
    @media (min-width: 1100px) {
      #navigation .level-1 > li.first {
        padding-left: 266px; } }
    @media (max-width: 599px) {
      #navigation .level-1 {
        background: #dfe5e8;
        text-align: left;
        display: none;
        height: auto; }
        #navigation .level-1 > li {
          display: block;
          margin: 0px;
          width: 100%;
          padding: 0px 15px;
          height: auto; }
          #navigation .level-1 > li.active a {
            font-family: "sofia-proN", Helvetica, sans-serif;
            text-transform: uppercase; }
            #navigation .level-1 > li.active a .back {
              display: block;
              text-transform: uppercase;
              font-family: "sofia-pro", "Sofia Pro Web", "Helvetica Neue", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
              font-weight: 700; }
          #navigation .level-1 > li a {
            display: block;
            font-family: "Helvetica Web", "Helvetica Neue", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
            font-weight: 700;
            font-weight: 700;
            text-decoration: none;
            color: #000000;
            text-transform: uppercase;
            border-bottom: 1px solid #f7fcff;
            padding: 15px 0px;
            margin: 0px; }
            #navigation .level-1 > li a:hover {
              background: inherit;
              color: #000000; } }

@media (max-width: 676px) {
  .header .mini-cart .mini-cart-content {
    width: 320px;
    margin-left: -244px; }
    .header .mini-cart .mini-cart-content .mini-cart-products .mini-cart-product-content {
      width: 185px; }
    .header .mini-cart .mini-cart-content a.mini-cart-linkCart {
      float: left; } }

#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: #ffffff;
    display: block;
    font: 2.857142857rem "sofia-proN", 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: #ffffff;
      border-radius: 2px;
      color: #ffffff;
      text-decoration: none; }
  #secondary .toggle {
    border-bottom: 1px solid #fff;
    color: #ffffff;
    cursor: pointer;
    font: 1em "sofia-pro", Helvetica, sans-serif;
    padding-bottom: 13px;
    position: relative; }
    #secondary .toggle span {
      padding-left: 20px;
      position: relative; }
      #secondary .toggle span:before {
        border-style: solid;
        border-width: 9px 5px 0 5px;
        border-color: #ffffff transparent transparent transparent;
        content: '';
        height: 0;
        margin-top: -6px;
        left: 0;
        position: absolute;
        top: 9px;
        width: 0; }
  #secondary .clear-refinement {
    position: absolute;
    right: 0;
    top: 0; }
    #secondary .clear-refinement a {
      font: Helvetica, sans-serif;
      text-decoration: underline; }
  #secondary .refinement > ul > li a,
  #secondary > ul > li a {
    color: #ffffff;
    line-height: 2.142857143em;
    padding: 7px 10px; }
    #secondary .refinement > ul > li a:hover,
    #secondary > ul > li a:hover {
      color: #959595; }
  #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: "sofia-pro", Helvetica, sans-serif;
    color: #ffffff; }
    #secondary .refinement > ul > li > a:hover,
    #secondary > ul > li > a:hover {
      color: #959595; }
  #secondary .refinement {
    position: relative; }
    #secondary .refinement .refinement-link {
      /* active refinement */ }
      #secondary .refinement .refinement-link.active {
        background-color: #ffffff;
        border-radius: 2px;
        color: #ffffff;
        text-decoration: none; }
    #secondary .refinement > ul > li a {
      font-family: "sofia-proN", 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 #474747;
        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: #ffffff;
        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 #474747; }
        #secondary .refinement > ul.swatches li a {
          display: block;
          height: 16px;
          padding: 0;
          text-indent: -1000em;
          width: 30px; }
        #secondary .refinement > ul.swatches li.selected {
          position: relative; }
          #secondary .refinement > ul.swatches li.selected:before {
            border: 1px solid #000000;
            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
 */
.helper-source {
  background: transparent url(../../images/footer-pattern.png) repeat 0 0;
  display: none; }

.footer {
  margin-top: 10px;
  /**
	* Newsletter
	*/
  /**
	 * Main Footer
	 */
  /**
		* Secondary Footer
		*/ }
  .footer span {
    font-family: "sofia-pro", "Sofia Pro Web", "Helvetica Neue", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
    font-weight: 700;
    margin-top: 10px;
    display: inline-block; }
    .footer span.heading-soft {
      margin-bottom: 13px;
      font-size: 20px;
      pointer-events: auto;
      cursor: pointer;
      /** make click events work nicely with bootstrap & ios */ }
    .footer span::after {
      content: " -"; }
    .footer span.collapsed::after {
      content: " +"; }
  .footer hr {
    background-color: #959595;
    border: 0 none;
    color: #959595;
    height: 3px;
    margin: 5px auto;
    width: 42px; }
  .footer .footer-email-signup {
    background: transparent url(../../images/footer-pattern.png) repeat 0 0;
    color: #ffffff;
    height: 110px; }
    .footer .footer-email-signup .default-wrapper {
      margin: 0 46px;
      padding-top: 10px; }
      @media screen and (max-width: 600px) {
        .footer .footer-email-signup .default-wrapper {
          margin: 0; } }
    .footer .footer-email-signup .signup-label {
      font-family: "sofia-pro", "Sofia Pro Web", "Helvetica Neue", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
      font-weight: 700;
      font-size: 18px;
      margin-bottom: 0;
      margin-top: 17px;
      text-align: right; }
      @media screen and (max-width: 338px) {
        .footer .footer-email-signup .signup-label {
          margin-top: 0; } }
    .footer .footer-email-signup .signup-form {
      height: 60px;
      margin-top: 13px;
      overflow: hidden;
      text-align: left; }
    .footer .footer-email-signup input[type="text"] {
      border: 1px solid rgba(0, 0, 0, 0);
      border-radius: 4px;
      box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 0 0 rgba(0, 0, 0, 0.3) inset !important; }
    .footer .footer-email-signup .input-group {
      display: inline-block;
      min-width: 65%;
      max-width: 73%; }
      .footer .footer-email-signup .input-group .form-control {
        background: #000000;
        border-color: #000000;
        color: #959595;
        height: 40px;
        min-width: 218px; }
    .footer .footer-email-signup .btn {
      height: 40px;
      margin-left: 12px;
      min-width: 40px;
      padding: 0 10px;
      vertical-align: top;
      width: auto; }
      .footer .footer-email-signup .btn:after {
        content: "\e603";
        font-family: "HK";
        margin-left: 5px; }
  .footer ul.menu-utility {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    margin: 0; }
    @media (max-width: 1099px) {
      .footer ul.menu-utility {
        margin-top: 2px; } }
    .footer ul.menu-utility > li {
      display: inline-block;
      zoom: 1;
      *display: inline;
      vertical-align: top;
      font-family: "sofia-pro", Helvetica, sans-serif;
      font-size: 11px;
      margin: 0px;
      text-transform: uppercase; }
      .footer ul.menu-utility > li.header-search {
        margin-right: 36px;
        margin-top: 7px; }
        @media (max-width: 715px) {
          .footer ul.menu-utility > li.header-search {
            margin-top: 5px;
            width: 156px;
            margin-right: 36px; } }
        @media (min-width: 1100px) {
          .footer ul.menu-utility > li.header-search {
            margin-right: 46px; } }
      @media (max-width: 822px) {
        .footer ul.menu-utility > li.store-locator-link {
          display: none; } }
      .footer ul.menu-utility > li.store-locator-link a {
        line-height: 36px;
        padding: 5px 10px; }
        @media (min-width: 1099px) {
          .footer ul.menu-utility > li.store-locator-link a {
            line-height: 22px;
            margin: 0;
            padding: 9px; } }
        .footer ul.menu-utility > li.store-locator-link a:hover {
          background: #959595;
          color: #ffbba2;
          text-decoration: none; }
      .footer ul.menu-utility > li.separator {
        border-left: 1px solid #fff;
        background: none;
        min-height: 10px;
        margin-top: 12px; }
        @media (max-width: 1099px) {
          .footer ul.menu-utility > li.separator {
            margin-top: 18px; } }
        @media screen and (max-width: 600px) {
          .footer ul.menu-utility > li.separator {
            margin-top: 10px; } }
        .footer ul.menu-utility > li.separator:before, .footer ul.menu-utility > li.separator:after {
          display: none; }
    .footer ul.menu-utility a {
      display: block;
      color: #fff;
      padding: 2px 13px 2px 7px; }
      .footer ul.menu-utility a img {
        margin-top: 5px; }
      .footer ul.menu-utility a span {
        color: #ffffff;
        margin-top: 5px;
        margin-bottom: 5px; }
        .footer ul.menu-utility a span::after {
          content: none !important; }
      @media screen and (max-width: 600px) {
        .footer ul.menu-utility a {
          padding: 5px 10px 5px 5px; } }
      .footer ul.menu-utility a:hover,
      .open .footer ul.menu-utility a {
        background: #959595;
        color: #ffbba2;
        text-decoration: none; }
    .footer ul.menu-utility #header-phone {
      display: block;
      color: #fff;
      padding: 12px 10px; }
    .footer ul.menu-utility .dropdown {
      padding-right: 15px;
      position: relative; }
      .footer ul.menu-utility .dropdown:after {
        border-style: solid;
        border-width: 7px 6px 0 6px;
        border-color: #fff transparent transparent transparent;
        content: '';
        height: 0;
        right: 10px;
        position: absolute;
        top: 40%;
        width: 0; }
    .footer ul.menu-utility .dropdown:hover,
    .footer ul.menu-utility .dropdown.open {
      background: #959595;
      border: none; }
      .footer ul.menu-utility .dropdown:hover:after,
      .footer ul.menu-utility .dropdown.open:after {
        border-width: 0 6px 7px 6px;
        border-color: transparent transparent #ffffff transparent; }
      .footer ul.menu-utility .dropdown:hover a,
      .footer ul.menu-utility .dropdown.open a {
        background: #959595;
        color: #ffffff;
        text-decoration: none; }
      .footer ul.menu-utility .dropdown:hover .dropdown-menu,
      .footer ul.menu-utility .dropdown.open .dropdown-menu {
        display: block;
        background: #000000;
        border: none; }
        .footer ul.menu-utility .dropdown:hover .dropdown-menu .dropdown-toggle-menuitem,
        .footer ul.menu-utility .dropdown.open .dropdown-menu .dropdown-toggle-menuitem {
          margin-bottom: 0px; }
      .footer ul.menu-utility .dropdown:hover ul a,
      .footer ul.menu-utility .dropdown.open ul a {
        color: #ffffff; }
        .footer ul.menu-utility .dropdown:hover ul a:hover,
        .footer ul.menu-utility .dropdown.open ul a:hover {
          color: #ffbba2; }
    .footer ul.menu-utility .icon-support, .footer ul.menu-utility .icon-account {
      font-family: "HK";
      font-size: 18px; }
    .footer ul.menu-utility .icon-account:before {
      content: "\e600"; }
  .footer footer {
    background-color: #000000; }
  .footer .footer-container {
    color: #959595;
    min-height: 580px;
    padding-top: 74px; }
    @media screen and (max-width: 600px) {
      .footer .footer-container {
        padding-top: 0; } }
    .footer .footer-container a:hover,
    .footer .footer-container a:focus,
    .footer .footer-container a:active {
      color: #959595 !important; }
  .footer .footer-logo {
    background: url(../../images/footer-logo.png) no-repeat 50% 50%;
    margin: 0 auto;
    min-height: 130px;
    width: 148px; }
    @media screen and (max-width: 600px) {
      .footer .footer-logo {
        min-height: 92px; } }
  .footer .links-container {
    background-color: transparent;
    color: #959595;
    font-size: 14px;
    text-align: center; }
    .footer .links-container span {
      color: #959595; }
    .footer .links-container a {
      color: #959595;
      text-decoration: underline; }
      .footer .links-container a:hover {
        color: #ffbba2 !important; }
    .footer .links-container ul li a {
      display: block;
      margin-bottom: 12px;
      text-decoration: none; }
      @media screen and (max-width: 600px) {
        .footer .links-container ul li a {
          margin-bottom: 0; } }
      .footer .links-container ul li a:hover {
        color: #ffbba2 !important; }
    .footer .links-container p {
      margin-bottom: 20px; }
    .footer .links-container .list-3, .footer .links-container .list-4 {
      margin-bottom: 12px; }
  .footer .brand-icons {
    margin-top: 0px;
    text-align: center; }
    @media screen and (max-width: 600px) {
      .footer .brand-icons {
        padding: 14px; } }
    .footer .brand-icons ul {
      margin-bottom: 0px; }
    .footer .brand-icons li {
      padding-left: 12px;
      padding-right: 12px;
      margin-bottom: 10px; }
      @media screen and (max-width: 600px) {
        .footer .brand-icons li a img {
          width: 90px; } }
      @media screen and (max-width: 600px) {
        .footer .brand-icons li {
          padding-left: 0;
          padding-right: 0;
          margin-bottom: 0; } }
  .footer a .copyright {
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center; }
    .footer a .copyright p {
      color: #474747;
      font-family: sans-serif;
      font-size: 14px; }
      .footer a .copyright p:hover, .footer a .copyright p:active, .footer a .copyright p:focus {
        color: #474747; }
  .footer .footer-social-links {
    border-bottom: 1px solid #474747;
    border-top: 1px solid #474747;
    margin: 32px auto 0;
    padding: 12px 0;
    text-align: center;
    min-height: 61px; }
    .footer .footer-social-links h5,
    .footer .footer-social-links .social-icons {
      display: inline-block;
      text-align: center;
      vertical-align: middle; }
    .footer .footer-social-links h5 {
      padding: 0 20px; }
    .footer .footer-social-links .social-icons ul li {
      display: inline-block;
      float: left; }
      .footer .footer-social-links .social-icons ul li a {
        background: #ffffff;
        color: #222;
        display: block;
        height: 25px;
        margin-left: 20px;
        padding-top: 0.125em;
        text-decoration: none;
        width: 25px;
        border-radius: 25px;
        transform: scale(1.3);
        line-height: 20px; }
        @media screen and (max-width: 450px) {
          .footer .footer-social-links .social-icons ul li a {
            margin-left: 15px; } }
        .footer .footer-social-links .social-icons ul li a:hover {
          background: #ffbba2;
          color: #222 !important; }
      .footer .footer-social-links .social-icons ul li:first-child a {
        margin-left: 0; }

/* Signup dialog needs a custom size */
.signup-modal .modal-dialog {
  max-width: 100%;
  width: 600px; }

.signup-modal .modal-footer {
  display: none; }

/**
* Footer Media Queries
*/
@media (max-width: 600px) {
  .footer .footer-email-signup {
    height: 120px; }
    .footer .footer-email-signup .signup-container {
      text-align: center; }
    .footer .footer-email-signup .input-group {
      margin-right: -4px; }
    .footer .footer-email-signup .signup-label {
      text-align: center !important; }
    .footer .footer-email-signup .signup-form {
      margin-bottom: 13px;
      overflow: hidden;
      text-align: center; }
    .footer .footer-email-signup .btn {
      height: 40px; } }

@media (min-width: 600px) {
  .footer .signup-container {
    text-align: center; }
  .footer .footer-email-signup {
    height: 120px; }
    .footer .footer-email-signup .signup-label {
      margin-bottom: 0px;
      margin-top: 17px;
      text-align: center; }
    .footer .footer-email-signup .signup-form {
      margin-bottom: 13px;
      margin-top: 13px;
      overflow: hidden;
      text-align: center; }
    .footer .footer-email-signup .input-group {
      margin-right: -4px;
      min-width: 0; }
    .footer .footer-email-signup .btn {
      height: 40px;
      margin-left: 12px;
      color: #000000; }
  .footer .brand-icons {
    min-height: 55px; }
    .footer .brand-icons a {
      opacity: 1.0;
      /* Firefox */
      -moz-transition-property: opacity;
      -moz-transition-duration: 250ms;
      -moz-transition-delay: 100ms;
      /* WebKit */
      -webkit-transition-property: opacity;
      -webkit-transition-duration: 250ms;
      -webkit-transition-delay: 100ms;
      /* Opera */
      -o-transition-property: opacity;
      -o-transition-duration: 250ms;
      -o-transition-delay: 100ms;
      /* Standard */
      transition-property: opacity;
      transition-duration: 250ms;
      transition-delay: 100ms; }
      .footer .brand-icons a :hover {
        opacity: 0.5; }
  .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 (min-width: 1100px) {
  .footer .footer-email-signup {
    height: 97px; }
    .footer .footer-email-signup .signup-label {
      margin-bottom: 0;
      margin-top: 17px;
      text-align: right; }
    .footer .footer-email-signup .signup-form {
      height: 57px;
      margin-bottom: 0;
      margin-top: 13px;
      overflow: hidden;
      text-align: left; }
    .footer .footer-email-signup .input-group {
      margin-right: -4px;
      width: 230px; }
      .footer .footer-email-signup .input-group.has-error {
        height: 58px; }
    .footer .footer-email-signup .input-group .form-control {
      height: 40px; }
    .footer .footer-email-signup .btn {
      height: 40px;
      margin-left: 12px;
      min-width: 40px;
      padding: 0 10px;
      width: auto;
      color: #000000; } }

@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;
          margin-right: 20px;
          font-family: "sofia-proN", Helvetica, sans-serif; }
          @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: 0px; } }
        .livechat-container .row .chat-header .chat-content button {
          margin: 10px 0; }
          @media screen and (max-width: 1260px) {
            .livechat-container .row .chat-header .chat-content button {
              min-width: 90px;
              padding: 3px 3px; } }
          @media screen and (max-width: 1040px) {
            .livechat-container .row .chat-header .chat-content button {
              min-width: 85px;
              font-size: 13px;
              padding: 3px 3px; } }
          @media screen and (max-width: 930px) {
            .livechat-container .row .chat-header .chat-content button {
              min-width: 80px;
              font-size: 12px;
              padding: 0px 0px; } }
          @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; }

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

.footer_accessibility_message {
  text-align: center;
  color: #959595;
  background-color: transparent;
  padding: 15px 0 0 0;
  letter-spacing: 0.1em;
  font-size: 14px; }
  .footer_accessibility_message a {
    color: #959595;
    text-decoration: underline; }
    .footer_accessibility_message a:hover {
      color: #959595;
      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; }

#dwfrm_newslettersubscription_emailAddress {
  margin-top: -15px; }

#dwfrm_newslettersubscription {
  display: inline-flex; }

#dwfrm_newslettersubscription_emailAddress {
  box-shadow: none !important;
  border-color: #aaa !important; }

.fup_agree .terms-privacy-policy {
  padding: 10px; }

.exclusions-apply {
  font-size: 8px;
  padding-left: 50px;
  text-decoration: underline;
  margin: -10px 0; }

.breadcrumb {
  background-color: transparent;
  padding: 10px 0 0;
  color: #999; }
  .breadcrumb h2 {
    margin: 0;
    font-size: 14px;
    color: #ffbba2;
    display: inline; }
    .breadcrumb h2:hover {
      color: #FECC08; }
  .breadcrumb h2.breadcrumb-last {
    color: #ffbba2; }
    .breadcrumb h2.breadcrumb-last:hover {
      color: #ffbba2; }
  .breadcrumb h2.breadcrumb-last.breadcrumb-h2 {
    color: #959595;
    font-size: 14px;
    margin: 0;
    display: inline; }
  .breadcrumb .breadcrumb-h2-hover {
    color: #959595; }
    .breadcrumb .breadcrumb-h2-hover:hover {
      color: #FECC08; }
  .breadcrumb div[typeof="ListItem"] {
    display: inline-block;
    vertical-align: middle; }
  .breadcrumb a {
    line-height: 2em;
    margin-right: 14px;
    position: relative;
    text-decoration: none;
    color: #999; }
    .breadcrumb a:hover, .breadcrumb a:focus {
      color: #FECC08; }
    .breadcrumb a:not(.breadcrumb-last):not(.breadcrumb-relax):after {
      bottom: 0;
      content: '/';
      line-height: 1.2em;
      position: absolute;
      right: -10px;
      top: 0; }
    .breadcrumb a.breadcrumb-relax img {
      position: relative;
      top: -2px; }
  .breadcrumb span.breadcrumb-refinement-name, .breadcrumb span.breadcrumb-refinement-value {
    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;
    color: #999; }

.pt_content .breadcrumb a, .pt_content .breadcrumb span {
  color: #999 !important; }

.pt_content .breadcrumb a:hover, .pt_content .breadcrumb a:focus {
  color: #FECC08; }

.subcatgrid-breadcrumbs .breadcrumb a, .subcatgrid-breadcrumbs .breadcrumb span {
  color: #ffbba2; }
  .subcatgrid-breadcrumbs .breadcrumb a:hover, .subcatgrid-breadcrumbs .breadcrumb span:hover {
    color: #FECC08; }

.product-search-breadcrumbs .breadcrumb a, .product-search-breadcrumbs .breadcrumb span {
  color: #000000; }
  .product-search-breadcrumbs .breadcrumb a:hover, .product-search-breadcrumbs .breadcrumb span:hover {
    color: #FECC08; }

/**
 *   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 .cell {
    vertical-align: top; }

.hero-carousel .position-center {
  overflow: hidden;
  text-align: center; }
  .hero-carousel .position-center .cell {
    vertical-align: middle; }

.hero-carousel .position-right {
  overflow: hidden;
  text-align: center; }
  .hero-carousel .position-right .container p.copy {
    float: right;
    text-align: right; }
  @media (max-width: 0) {
    .hero-carousel .position-right {
      text-align: center; } }
  @media (min-width: 600px) {
    .hero-carousel .position-right {
      text-align: 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 {
  bottom: 0;
  left: 0;
  margin: 0 auto;
  padding: 0;
  right: 0;
  top: 50%; }
  .hero-carousel .hero-slide .cell-align-table .btns .btn.visible-xs {
    margin: 0px 10px; }
  @media (max-width: 599px) {
    .hero-carousel .hero-slide .cell-align-table .container {
      text-align: center; }
    .hero-carousel .hero-slide .cell-align-table .btns .btn.visible-xs {
      margin: 0px auto; } }
  @media (max-width: 1100px) {
    .hero-carousel .hero-slide .cell-align-table h1, .hero-carousel .hero-slide .cell-align-table h2, .hero-carousel .hero-slide .cell-align-table h3, .hero-carousel .hero-slide .cell-align-table h4, .hero-carousel .hero-slide .cell-align-table font, .hero-carousel .hero-slide .cell-align-table .copy {
      color: #000000 !important; } }
  @media (min-width: 600px) {
    .hero-carousel .hero-slide .cell-align-table {
      margin: 12px auto 0;
      padding: 0 5px; } }
  @media (min-width: 801px) {
    .hero-carousel .hero-slide .cell-align-table {
      margin: 2% auto 2%;
      padding: 0 75px; } }
  @media (min-width: 1100px) {
    .hero-carousel .hero-slide .cell-align-table {
      position: absolute;
      transform: translateY(-50%);
      margin-bottom: 0;
      height: auto; } }

.hero-carousel .slide-text-content::after {
  content: '';
  background: #000000;
  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 em {
    font-style: normal !important; }
  .hero-carousel .slide-text-content .container .headline,
  .hero-carousel .slide-text-content .container .subheadline,
  .hero-carousel .slide-text-content .container .copy {
    color: #959595; }
  .hero-carousel .slide-text-content .container p.copy {
    max-width: 466px; }
  .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 {
      clear: both;
      padding: 0 36px; } }
  @media (min-width: 600px) {
    .hero-carousel .slide-text-content .container h1.headline {
      font-size: 29px; }
    .hero-carousel .slide-text-content .container h1.headline,
    .hero-carousel .slide-text-content .container h4.subheadline,
    .hero-carousel .slide-text-content .container p.copy,
    .hero-carousel .slide-text-content .container div.btns {
      clear: both;
      padding: 0 60px; } }
  @media (min-width: 801px) {
    .hero-carousel .slide-text-content .container h1.headline {
      font-size: 42px;
      padding: 0; }
    .hero-carousel .slide-text-content .container h1.headline,
    .hero-carousel .slide-text-content .container h4.subheadline,
    .hero-carousel .slide-text-content .container p.copy,
    .hero-carousel .slide-text-content .container div.btns {
      clear: both;
      padding: 0; } }

.hero-carousel .slick-dots {
  background: none;
  display: none !important; }
  @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; }

.hero-carousel .slick-prev,
.hero-carousel .slick-next {
  opacity: 0.3;
  filter: alpha(opacity=30);
  background: #000000;
  border: none;
  cursor: pointer;
  height: 70px !important;
  line-height: 0;
  margin-top: -10px;
  outline: none;
  padding: 0;
  position: absolute;
  width: 30px !important;
  z-index: 9; }
  .hero-carousel .slick-prev:hover,
  .hero-carousel .slick-next:hover {
    opacity: 1;
    filter: alpha(opacity=100); }

.hero-carousel .slick-prev {
  border-radius: 0 4px 4px 0; }

.hero-carousel .slick-next {
  border-radius: 4px 0 0 4px; }

.hero-carousel .slick-prev .icon-angle-left,
.hero-carousel .slick-next .icon-angle-right {
  color: #959595;
  top: auto;
  vertical-align: middle; }

.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; } }
    @media (min-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: top; }
  .footer-hero-container .footer-hero .position-right {
    text-align: center; }
    @media (max-width: 0) {
      .footer-hero-container .footer-hero .position-right {
        text-align: center; } }
    @media (min-width: 600px) {
      .footer-hero-container .footer-hero .position-right {
        text-align: right; } }
    .footer-hero-container .footer-hero .position-right .cell {
      vertical-align: top; }
  .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; }

.slick-prev i:before,
.slick-next i:before {
  display: block; }

.slider-outer-arrows {
  margin-left: 34px;
  margin-right: 34px; }
  .slider-outer-arrows .slick-prev {
    width: 30px;
    border-width: 2px;
    left: -34px; }
  .slider-outer-arrows .slick-next {
    width: 30px;
    border-width: 2px;
    right: -34px; }

.slider-footer {
  position: absolute;
  bottom: 5px;
  width: 100%;
  height: 25px;
  color: #aeaeae;
  margin-bottom: 0px;
  margin: 0;
  padding: 5px; }
  .slider-footer p {
    font-family: "HelveticaNeueW01-75Bold", Helvetica, sans-serif;
    font-size: 7px;
    position: absolute;
    bottom: 0px;
    padding: 0px;
    margin-bottom: 0; }
    .slider-footer p a {
      color: #aeaeae; }

.slider-promo {
  position: absolute;
  bottom: 35px;
  height: 50px;
  padding: 0;
  width: 100%; }
  .slider-promo p {
    padding: 20px;
    font-size: 18px;
    font-family: "HelveticaNeueW01-75Bold",Helvetica,sans-serif;
    color: #00ADEE; }
    .slider-promo p span {
      color: #FFFFFF; }

.slider-click-here {
  min-width: 20px;
  color: #00ADEE;
  font-size: 7px;
  padding: 0; }
  .slider-click-here:hover {
    color: #00ADEE; }

.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: .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; }
  @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; }
      .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; }

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

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

.promo-short {
  background: #525252;
  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: "sofia-proN", 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: #959595;
    background-image: -webkit-linear-gradient(left, #ffffff, #959595 50%, #ffffff);
    background-image: -o-linear-gradient(left, #ffffff, #959595 50%, #ffffff);
    background-image: linear-gradient(to right, #ffffff, #959595 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: #959595;
      background-image: -webkit-linear-gradient(left, #ffffff 0%, #959595 25%);
      background-image: -o-linear-gradient(left, #ffffff 0%, #959595 25%);
      background-image: linear-gradient(to right, #ffffff 0%, #959595 25%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FF959595', GradientType=1);
      z-index: -1; }
    .module-product-grid h4:after {
      content: "";
      position: absolute;
      top: 60%;
      left: 50%;
      right: 0;
      height: 1px;
      background: #959595;
      background-image: -webkit-linear-gradient(left, #959595 75%, #ffffff 100%);
      background-image: -o-linear-gradient(left, #959595 75%, #ffffff 100%);
      background-image: linear-gradient(to right, #959595 75%, #ffffff 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF959595', 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: #959595;
      background-image: -webkit-linear-gradient(left, #ffffff 0%, #959595 25%);
      background-image: -o-linear-gradient(left, #ffffff 0%, #959595 25%);
      background-image: linear-gradient(to right, #ffffff 0%, #959595 25%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FF959595', GradientType=1);
      z-index: -1; }
    .module-product-testimonial h4:after {
      content: "";
      position: absolute;
      top: 60%;
      left: 50%;
      right: 0;
      height: 1px;
      background: #959595;
      background-image: -webkit-linear-gradient(left, #959595 75%, #ffffff 100%);
      background-image: -o-linear-gradient(left, #959595 75%, #ffffff 100%);
      background-image: linear-gradient(to right, #959595 75%, #ffffff 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF959595', 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: "sofia-proN", 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%; } }
    .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: "sofia-pro", 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 #525252;
      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: #474747;
      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: #959595;
    background-image: -webkit-linear-gradient(left, #ffffff 0%, #959595 25%);
    background-image: -o-linear-gradient(left, #ffffff 0%, #959595 25%);
    background-image: linear-gradient(to right, #ffffff 0%, #959595 25%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FF959595', GradientType=1);
    z-index: -1; }
  .recommendations h4:after {
    content: "";
    position: absolute;
    top: 60%;
    left: 50%;
    right: 0;
    height: 1px;
    background: #959595;
    background-image: -webkit-linear-gradient(left, #959595 75%, #ffffff 100%);
    background-image: -o-linear-gradient(left, #959595 75%, #ffffff 100%);
    background-image: linear-gradient(to right, #959595 75%, #ffffff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF959595', 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 Grid Page
 */
.pt_product-search-result {
  /*
	.subcatgrid-breadcrumbs {
		position: absolute;
		z-index: 2;
		top:0
	}
	*/ }
  .pt_product-search-result .subcatgrid-header,
  .pt_product-search-result .slot-grid-header {
    position: relative; }
    .pt_product-search-result .subcatgrid-header .hero-carousel .slide-text-content .container,
    .pt_product-search-result .slot-grid-header .hero-carousel .slide-text-content .container {
      margin-top: 7%; }
      .pt_product-search-result .subcatgrid-header .hero-carousel .slide-text-content .container h1.headline,
      .pt_product-search-result .subcatgrid-header .hero-carousel .slide-text-content .container h2.headline,
      .pt_product-search-result .subcatgrid-header .hero-carousel .slide-text-content .container p.copy,
      .pt_product-search-result .slot-grid-header .hero-carousel .slide-text-content .container h1.headline,
      .pt_product-search-result .slot-grid-header .hero-carousel .slide-text-content .container h2.headline,
      .pt_product-search-result .slot-grid-header .hero-carousel .slide-text-content .container p.copy {
        padding: 0; }
      @media (max-width: 1099px) {
        .pt_product-search-result .subcatgrid-header .hero-carousel .slide-text-content .container h1.headline,
        .pt_product-search-result .subcatgrid-header .hero-carousel .slide-text-content .container h2.headline,
        .pt_product-search-result .slot-grid-header .hero-carousel .slide-text-content .container h1.headline,
        .pt_product-search-result .slot-grid-header .hero-carousel .slide-text-content .container h2.headline {
          margin-top: 16px; }
        .pt_product-search-result .subcatgrid-header .hero-carousel .slide-text-content .container p.copy,
        .pt_product-search-result .slot-grid-header .hero-carousel .slide-text-content .container p.copy {
          margin-top: 10px; } }
  .pt_product-search-result .breadcrumb {
    position: absolute;
    z-index: 2;
    top: 0; }
  .pt_product-search-result .product-search-breadcrumbs {
    margin-left: 29px; }
    @media (min-width: 1099px) {
      .pt_product-search-result .product-search-breadcrumbs {
        margin-left: 45px; } }
  .pt_product-search-result .breadcrumb a:hover,
  .pt_product-search-result .breadcrumb a:focus {
    color: #FECC08; }
  .pt_product-search-result .sort-by-label {
    line-height: 40px;
    margin-bottom: 0;
    text-align: right;
    text-transform: uppercase; }

.subcatgrid-header .slider,
.slot-grid-header .slider {
  margin-bottom: 0; }
  .subcatgrid-header .slider .slide-text-content,
  .subcatgrid-header .slider .product-search-breadcrumbs,
  .slot-grid-header .slider .slide-text-content,
  .slot-grid-header .slider .product-search-breadcrumbs {
    padding-left: 29px; }
    @media (min-width: 1099px) {
      .subcatgrid-header .slider .slide-text-content,
      .subcatgrid-header .slider .product-search-breadcrumbs,
      .slot-grid-header .slider .slide-text-content,
      .slot-grid-header .slider .product-search-breadcrumbs {
        padding-left: 45px; } }
  .subcatgrid-header .slider .row,
  .slot-grid-header .slider .row {
    max-width: 700px; }

.subcatgrid-container {
  padding-bottom: 28px; }

.subcatgrid-v,
.subcatgrid-h {
  margin-top: 28px; }

.subcatgrid-v .subcatgrid-tile,
.subcatgrid-h .subcatgrid-tile {
  background-color: #ffffff;
  font-family: "sofia-pro", "Sofia Pro Web", "Helvetica Neue", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
  font-weight: 100;
  padding: 20px; }
  .subcatgrid-v .subcatgrid-tile h2,
  .subcatgrid-h .subcatgrid-tile h2 {
    color: #000000;
    margin: 0 0 30px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
    font-family: "sofia-pro", "Sofia Pro Web", "Helvetica Neue", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
    font-weight: 100;
    box-shadow: 0 1px 0 #ffffff;
    font-size: 28px; }
    @media (min-width: 1100px) {
      .subcatgrid-v .subcatgrid-tile h2,
      .subcatgrid-h .subcatgrid-tile h2 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        /* number of lines to show */
        line-height: 1.15em;
        /* fallback */
        height: 2.3em; } }
  .subcatgrid-v .subcatgrid-tile h3,
  .subcatgrid-h .subcatgrid-tile h3 {
    color: #515151; }
  .subcatgrid-v .subcatgrid-tile .btn,
  .subcatgrid-h .subcatgrid-tile .btn {
    display: block;
    max-width: 100%;
    min-width: initial; }
  .subcatgrid-v .subcatgrid-tile .subcatgrid-img,
  .subcatgrid-h .subcatgrid-tile .subcatgrid-img {
    max-width: 100%; }
  .subcatgrid-v .subcatgrid-tile p,
  .subcatgrid-h .subcatgrid-tile p {
    color: #000000; }

.subcatgrid-v .subcatgrid-img {
  margin-bottom: 30px; }

.subcatgrid-v p {
  font-size: 14px;
  line-height: 20px;
  height: 80px;
  overflow: hidden; }

@media (min-width: 1100px) {
  .subcatgrid-v .subcatgrid-btn-container {
    height: 64px; } }

.subcatgrid-v .btn {
  width: 100%; }

.pt_product-search-result .footer {
  margin-top: 0; }

.product-tile {
  background-color: #ffffff;
  padding: 18px; }
  .product-tile .product-info {
    height: 280px;
    overflow: hidden; }
  .product-tile .product-image {
    margin: 0 22px; }
  .product-tile .product-swatches {
    position: absolute;
    top: 18px;
    left: 32px; }
    .product-tile .product-swatches .swatch-list {
      margin: 0;
      padding: 0; }
      .product-tile .product-swatches .swatch-list li {
        overflow: hidden;
        width: 15px;
        height: 30px;
        margin: 0;
        padding: 0; }
        .product-tile .product-swatches .swatch-list li .swatch-data {
          display: none; }
        .product-tile .product-swatches .swatch-list li img {
          width: 100%;
          height: 100%;
          vertical-align: top; }
        .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:hover {
          border: 2px solid #000000; }
        .product-tile .product-swatches .swatch-list li.selected, .product-tile .product-swatches .swatch-list li.selected:hover {
          border: 2px solid #959595; }
        .product-tile .product-swatches .swatch-list li a:focus {
          outline: none; }
  .product-tile .product-badges {
    position: absolute;
    top: 18px;
    right: 32px;
    margin: 0;
    padding: 0;
    z-index: 100; }
    .product-tile .product-badges .product-badge {
      width: 32px;
      height: 32px;
      margin: 0 auto;
      padding: 0;
      font-size: 30px;
      color: #F5A705;
      text-align: center; }
  .product-tile .seasonal-badge-plp {
    margin-top: 10px; }
  .product-tile .product-name {
    font-family: "sofia-pro", "Sofia Pro Web", "Helvetica Neue", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
    font-weight: 100;
    margin: 0 0 4px 0;
    text-transform: uppercase;
    font-size: 1.33em; }
    .product-tile .product-name a {
      color: #000000;
      font-size: 1.3em; }
      .product-tile .product-name a:hover {
        color: #959595; }
  .product-tile .product-rating {
    min-height: 40px; }
  .product-tile .product-pricing {
    margin: 0 0 15px 0;
    font-size: 1.5em;
    color: #000000;
    min-height: 25px; }
    .product-tile .product-pricing .price-each {
      font-size: .75em; }
  .product-tile .defaultCountdown {
    border: 2px solid #959595;
    padding: 5px;
    height: 55px;
    width: 240px;
    margin: 0px 10px; }
    @media screen and (max-width: 600px) {
      .product-tile .defaultCountdown {
        width: 375px;
        margin-bottom: 5px; } }
    .product-tile .defaultCountdown .timerText {
      width: 130px;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin: 0 auto;
      font-size: 10px; }
      .product-tile .defaultCountdown .timerText span {
        top: -8px;
        position: absolute;
        background-color: #FFF;
        padding: 0 14px; }
    .product-tile .defaultCountdown .dateValuePart {
      text-align: center;
      width: 55px;
      height: 55px;
      display: inline-block;
      font-family: 'Century Gothic', Arial;
      padding-left: 5px;
      padding-right: 5px; }
      @media screen and (max-width: 600px) {
        .product-tile .defaultCountdown .dateValuePart {
          width: 88px;
          padding-left: 2px;
          padding-right: 2px; } }
      .product-tile .defaultCountdown .dateValuePart .dataValuePart {
        font-size: 32px;
        line-height: 1; }
      .product-tile .defaultCountdown .dateValuePart h4 {
        font-size: 6px;
        margin: 0px;
        text-transform: uppercase; }
  .product-tile .price-strikethrough {
    font-size: .85em; }
  .product-tile .price-off-option {
    font-size: .85em;
    color: #ffffff;
    background-color: red;
    padding: 0 10px;
    margin-left: 5px; }
  .product-tile .product-description {
    color: #474747;
    margin: 0 0 8px 0; }
  .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.15em;
    /* fallback */
    height: 2.3em;
    margin: 0 0 15px 0;
    font-size: 1em;
    margin-bottom: 5px; }
    .product-tile .product-description .not_available, .product-tile .product-description .unavailable,
    .product-tile .availability-block .not_available,
    .product-tile .availability-block .unavailable {
      color: #ef1212; }
    .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: #ef1212; }
  .product-tile .product-promo {
    color: #959595; }
    .product-tile .product-promo .promotional-message {
      display: none; }
    .product-tile .product-promo .promo-message {
      color: #515151; }
    .product-tile .product-promo .promotional-message.first {
      display: block; }
  .product-tile .product-compare-check {
    margin: 0 0 20px 0; }
    .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 .cart-button {
    max-height: 55px;
    width: 100%;
    max-width: none;
    background-color: #ffbba2;
    color: #000000; }
    .product-tile .cart-button:hover {
      background-color: #ffffff;
      color: #FECC08;
      border-color: #FECC08; }
  .product-tile .cart-button-disable {
    width: 100%;
    max-width: none;
    max-height: 55px;
    background: #474747;
    border: 2px solid #474747;
    color: #898989; }
  .product-tile .cart-button-disable:hover, .product-tile .cart-button-disable:active, .product-tile .cart-button-disable:focus {
    border-color: #ffbba2 !important;
    color: #FFFFFF;
    background: #474747;
    text-decoration: none; }

/*
 * Styles specific to the search results product tile
 */
#search-result-items .product-tile {
  border: 4px solid #DEDEDE; }
  #search-result-items .product-tile:hover {
    border: 4px solid #ffbba2; }

/*
 * Styles specific to the recommendations product tile
 */
.module-product-carousel .cart-button {
  max-height: 55px;
  min-width: initial;
  text-decoration: none; }

.module-product-carousel .cart-button-disable {
  min-width: initial;
  text-decoration: none;
  max-height: 55px;
  background: #474747;
  border: 2px solid #474747;
  color: #898989; }

.module-product-carousel .cart-button-disable:hover, .module-product-carousel .cart-button-disable:active, .module-product-carousel .cart-button-disable:focus {
  border-color: #ffbba2 !important;
  color: #FFFFFF;
  background: #474747;
  text-decoration: none; }

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

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

.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; }
  .col-sm-12 {
    padding-left: 0;
    padding-right: 0; }
  .carousel-indicators li {
    border: 1px solid #999; }
  .carousel-indicators .active {
    background-color: #7e3c24; }
  .carousel-control.left {
    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 {
    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%); }
  .slick-slide h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 7px; } }

.find-ship-estimate {
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 5px;
  color: #959595;
  background: #515151;
  font-size: 86%;
  font-weight: bold;
  font-family: "HelveticaNeueW01-75Bold",Helvetica,sans-serif;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-border-radius: 4px;
  border: 2px solid #959595; }
  .find-ship-estimate:hover {
    background: #ffffff;
    color: #FECC08;
    border: 2px solid #FECC08; }
  .find-ship-estimate:focus {
    outline: 0; }

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

.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: #222;
  font-weight: bold; }

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

.order-now-block, .shipping-estimate-anchor, .enter-zip-label {
  color: #515151; }

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

.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; }

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

.ship-estimate-components .cancel-button {
  padding: 0 10px;
  text-decoration: underline;
  font-weight: bold;
  color: #515151;
  cursor: pointer; }
  .ship-estimate-components .cancel-button:hover {
    color: #000; }

.ship-estimate-components .zipcode-error-message {
  display: block;
  color: #ef1212; }

.change-zip-button, .ship-info-button {
  cursor: pointer;
  color: #959595;
  font-weight: bold; }

.pt_product-details,
#search-result-items .modal {
  /* Styles from app_fluid */ }
  .pt_product-details #primary,
  #search-result-items .modal #primary {
    padding-bottom: 0; }
  .pt_product-details .footer,
  #search-result-items .modal .footer {
    margin-top: 0; }
  .pt_product-details .product-top-content,
  #search-result-items .modal .product-top-content {
    background-color: #f1f1f1; }
    .pt_product-details .product-top-content .content-asset-pdp,
    #search-result-items .modal .product-top-content .content-asset-pdp {
      text-align: center; }
      .pt_product-details .product-top-content .content-asset-pdp img,
      #search-result-items .modal .product-top-content .content-asset-pdp img {
        max-width: 100%;
        height: auto; }
  .pt_product-details .breadcrumb,
  #search-result-items .modal .breadcrumb {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 10px;
    padding-left: 0; }
    .pt_product-details .breadcrumb a, .pt_product-details .breadcrumb span,
    #search-result-items .modal .breadcrumb a,
    #search-result-items .modal .breadcrumb span {
      color: #000000; }
    .pt_product-details .breadcrumb a:hover, .pt_product-details .breadcrumb a:hover span,
    .pt_product-details .breadcrumb a:active, .pt_product-details .breadcrumb a:active span,
    #search-result-items .modal .breadcrumb a:hover,
    #search-result-items .modal .breadcrumb a:hover span,
    #search-result-items .modal .breadcrumb a:active,
    #search-result-items .modal .breadcrumb a:active span {
      color: #000000; }
    @media (min-width: 600px) {
      .pt_product-details .breadcrumb,
      #search-result-items .modal .breadcrumb {
        padding-left: 10px;
        left: 50px; } }
    @media (max-width: 600px) {
      .pt_product-details .breadcrumb,
      #search-result-items .modal .breadcrumb {
        left: 0; } }
    @media (max-width: 800px) {
      .pt_product-details .breadcrumb,
      #search-result-items .modal .breadcrumb {
        left: 19px; } }
    @media (min-width: 801px) {
      .pt_product-details .breadcrumb,
      #search-result-items .modal .breadcrumb {
        left: 9px; } }
  .pt_product-details .pdp-badges,
  #search-result-items .modal .pdp-badges {
    pointer-events: none;
    position: absolute;
    top: 68px;
    left: 0;
    z-index: 100; }
    @media (min-width: 1100px) {
      .pt_product-details .pdp-badges,
      #search-result-items .modal .pdp-badges {
        left: 50px; } }
    .pt_product-details .pdp-badges.no-quickview,
    #search-result-items .modal .pdp-badges.no-quickview {
      left: auto;
      right: 0;
      top: 55px; }
      @media screen and (min-width: 600px) {
        .pt_product-details .pdp-badges.no-quickview,
        #search-result-items .modal .pdp-badges.no-quickview {
          right: 41.66%;
          top: 35px; } }
  .pt_product-details .pdp-badge,
  #search-result-items .modal .pdp-badge {
    color: #ffffff;
    background-color: #F5A705;
    width: 80px;
    float: left;
    text-align: center;
    margin-left: 10px;
    pointer-events: none; }
    .pt_product-details .pdp-badge .awardlist p,
    #search-result-items .modal .pdp-badge .awardlist p {
      margin: 0; }
      .pt_product-details .pdp-badge .awardlist p img,
      #search-result-items .modal .pdp-badge .awardlist p img {
        padding: 5px 5px 0px 5px;
        display: block;
        max-width: 100%;
        height: auto !important; }
    @media (min-width: 1100px) {
      .pt_product-details .pdp-badge,
      #search-result-items .modal .pdp-badge {
        width: 116px; } }
    .pt_product-details .pdp-badge i,
    #search-result-items .modal .pdp-badge i {
      display: block;
      font-size: 30px;
      margin-top: 12px; }
      @media (min-width: 1100px) {
        .pt_product-details .pdp-badge i,
        #search-result-items .modal .pdp-badge i {
          margin-top: 18px; } }
    .pt_product-details .pdp-badge span,
    #search-result-items .modal .pdp-badge span {
      display: block;
      font-family: "sofia-pro", "Sofia Pro Web", "Helvetica Neue", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
      font-weight: 100;
      font-size: 10px;
      line-height: 18px;
      padding-bottom: 7px;
      position: relative; }
      @media (min-width: 1100px) {
        .pt_product-details .pdp-badge span,
        #search-result-items .modal .pdp-badge span {
          font-size: 14px; } }
      .pt_product-details .pdp-badge span:after,
      #search-result-items .modal .pdp-badge span:after {
        position: absolute;
        top: 100%;
        left: 0;
        content: " ";
        width: 0;
        height: 0;
        border-top: 20px solid #F5A705;
        border-left: 40px solid transparent;
        border-right: 40px solid transparent; }
        @media (min-width: 1100px) {
          .pt_product-details .pdp-badge span:after,
          #search-result-items .modal .pdp-badge span:after {
            border-top: 26px solid #F5A705;
            border-left: 58px solid transparent;
            border-right: 58px solid transparent; } }
  .pt_product-details .top-content,
  .pt_product-details .features,
  .pt_product-details .white-box,
  .pt_product-details .support-container,
  .pt_product-details #product-content,
  #search-result-items .modal .top-content,
  #search-result-items .modal .features,
  #search-result-items .modal .white-box,
  #search-result-items .modal .support-container,
  #search-result-items .modal #product-content {
    background-color: #ffffff; }
    .pt_product-details .top-content ul.refurbished-detailsIcon li,
    .pt_product-details .features ul.refurbished-detailsIcon li,
    .pt_product-details .white-box ul.refurbished-detailsIcon li,
    .pt_product-details .support-container ul.refurbished-detailsIcon li,
    .pt_product-details #product-content ul.refurbished-detailsIcon li,
    #search-result-items .modal .top-content ul.refurbished-detailsIcon li,
    #search-result-items .modal .features ul.refurbished-detailsIcon li,
    #search-result-items .modal .white-box ul.refurbished-detailsIcon li,
    #search-result-items .modal .support-container ul.refurbished-detailsIcon li,
    #search-result-items .modal #product-content ul.refurbished-detailsIcon li {
      padding-bottom: 2px; }
    .pt_product-details .top-content ul.refurbished-detailsIcon .refurbished-detailsLi,
    .pt_product-details .features ul.refurbished-detailsIcon .refurbished-detailsLi,
    .pt_product-details .white-box ul.refurbished-detailsIcon .refurbished-detailsLi,
    .pt_product-details .support-container ul.refurbished-detailsIcon .refurbished-detailsLi,
    .pt_product-details #product-content ul.refurbished-detailsIcon .refurbished-detailsLi,
    #search-result-items .modal .top-content ul.refurbished-detailsIcon .refurbished-detailsLi,
    #search-result-items .modal .features ul.refurbished-detailsIcon .refurbished-detailsLi,
    #search-result-items .modal .white-box ul.refurbished-detailsIcon .refurbished-detailsLi,
    #search-result-items .modal .support-container ul.refurbished-detailsIcon .refurbished-detailsLi,
    #search-result-items .modal #product-content ul.refurbished-detailsIcon .refurbished-detailsLi {
      height: 15px;
      margin-right: 5px; }
    .pt_product-details .top-content ul.refurbished-detailsIcon .Moreinfotooltipmain,
    .pt_product-details .features ul.refurbished-detailsIcon .Moreinfotooltipmain,
    .pt_product-details .white-box ul.refurbished-detailsIcon .Moreinfotooltipmain,
    .pt_product-details .support-container ul.refurbished-detailsIcon .Moreinfotooltipmain,
    .pt_product-details #product-content ul.refurbished-detailsIcon .Moreinfotooltipmain,
    #search-result-items .modal .top-content ul.refurbished-detailsIcon .Moreinfotooltipmain,
    #search-result-items .modal .features ul.refurbished-detailsIcon .Moreinfotooltipmain,
    #search-result-items .modal .white-box ul.refurbished-detailsIcon .Moreinfotooltipmain,
    #search-result-items .modal .support-container 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 .top-content ul.refurbished-detailsIcon .Moreinfotooltipmain .Moreinfotooltiptext,
      .pt_product-details .features ul.refurbished-detailsIcon .Moreinfotooltipmain .Moreinfotooltiptext,
      .pt_product-details .white-box ul.refurbished-detailsIcon .Moreinfotooltipmain .Moreinfotooltiptext,
      .pt_product-details .support-container ul.refurbished-detailsIcon .Moreinfotooltipmain .Moreinfotooltiptext,
      .pt_product-details #product-content ul.refurbished-detailsIcon .Moreinfotooltipmain .Moreinfotooltiptext,
      #search-result-items .modal .top-content ul.refurbished-detailsIcon .Moreinfotooltipmain .Moreinfotooltiptext,
      #search-result-items .modal .features ul.refurbished-detailsIcon .Moreinfotooltipmain .Moreinfotooltiptext,
      #search-result-items .modal .white-box ul.refurbished-detailsIcon .Moreinfotooltipmain .Moreinfotooltiptext,
      #search-result-items .modal .support-container 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 .top-content ul.refurbished-detailsIcon .Moreinfotooltipmain:hover .Moreinfotooltiptext,
      .pt_product-details .features ul.refurbished-detailsIcon .Moreinfotooltipmain:hover .Moreinfotooltiptext,
      .pt_product-details .white-box ul.refurbished-detailsIcon .Moreinfotooltipmain:hover .Moreinfotooltiptext,
      .pt_product-details .support-container ul.refurbished-detailsIcon .Moreinfotooltipmain:hover .Moreinfotooltiptext,
      .pt_product-details #product-content ul.refurbished-detailsIcon .Moreinfotooltipmain:hover .Moreinfotooltiptext,
      #search-result-items .modal .top-content ul.refurbished-detailsIcon .Moreinfotooltipmain:hover .Moreinfotooltiptext,
      #search-result-items .modal .features ul.refurbished-detailsIcon .Moreinfotooltipmain:hover .Moreinfotooltiptext,
      #search-result-items .modal .white-box ul.refurbished-detailsIcon .Moreinfotooltipmain:hover .Moreinfotooltiptext,
      #search-result-items .modal .support-container 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,
  #search-result-items .modal #product-content {
    padding: 20px;
    border-radius: 4px; }
    .pt_product-details #product-content hr,
    #search-result-items .modal #product-content hr {
      margin: 5px 0 0 0; }
    @media screen and (min-width: 1100px) {
      .pt_product-details #product-content,
      #search-result-items .modal #product-content {
        max-width: 453px; } }
    @media screen and (max-width: 600px) {
      .pt_product-details #product-content,
      #search-result-items .modal #product-content {
        padding: 0;
        width: 100% !important; } }
  .pt_product-details .product-number,
  #search-result-items .modal .product-number {
    color: #474747;
    font-size: 12px;
    margin-top: 10px; }
  .pt_product-details h1.product-name,
  #search-result-items .modal h1.product-name {
    color: #1a1a1a;
    font-family: "sofia-pro", "Sofia Pro Web", "Helvetica Neue", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
    font-weight: 100;
    font-size: 37px;
    margin: 5px 0;
    text-transform: uppercase; }
  .pt_product-details #defaultCountdown,
  #search-result-items .modal #defaultCountdown {
    border: 3px solid #F1C40F;
    padding: 5px;
    height: 75px;
    width: 400px;
    color: "sofia-pro-light", Helvetica, sans-serif; }
    @media screen and (max-width: 600px) {
      .pt_product-details #defaultCountdown,
      #search-result-items .modal #defaultCountdown {
        margin: 0px 10px; } }
    .pt_product-details #defaultCountdown .timerText,
    #search-result-items .modal #defaultCountdown .timerText {
      width: 151px;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin: 0 auto; }
      .pt_product-details #defaultCountdown .timerText span,
      #search-result-items .modal #defaultCountdown .timerText span {
        top: -11px;
        position: absolute;
        background-color: #FFF;
        padding: 0 15px;
        color: #000000; }
    .pt_product-details #defaultCountdown .dateValuePart,
    #search-result-items .modal #defaultCountdown .dateValuePart {
      text-align: center;
      width: 90px;
      height: 80px;
      display: inline-block;
      font-family: 'Century Gothic', Arial; }
      .pt_product-details #defaultCountdown .dateValuePart .dataValuePart,
      #search-result-items .modal #defaultCountdown .dateValuePart .dataValuePart {
        font-size: 44px;
        line-height: 1; }
      .pt_product-details #defaultCountdown .dateValuePart h4,
      #search-result-items .modal #defaultCountdown .dateValuePart h4 {
        font-size: 8px;
        margin: 0px;
        text-transform: uppercase; }
  .pt_product-details .product-short-description,
  #search-result-items .modal .product-short-description {
    color: #474747;
    font-size: 14px;
    margin: 0;
    font-family: Helvetica, sans-serif; }
  .pt_product-details hr,
  #search-result-items .modal hr {
    margin-top: 30px;
    margin-bottom: 30px;
    height: 1px;
    background-color: #fff;
    border: 0 none; }
    @media screen and (max-width: 600px) {
      .pt_product-details hr,
      #search-result-items .modal hr {
        margin-top: 15px;
        margin-bottom: 15px; } }
  .pt_product-details .product-detail hr,
  #search-result-items .modal .product-detail hr {
    margin: 0;
    height: 1px;
    background-color: #cccccc;
    border: 0 none;
    box-shadow: 0 1px 0 #ffffff; }
  .pt_product-details .quantity,
  #search-result-items .modal .quantity {
    display: table;
    margin: 10px 0; }
    .pt_product-details .quantity label,
    #search-result-items .modal .quantity label {
      display: table-cell;
      font-weight: normal; }
      .pt_product-details .quantity label:after,
      #search-result-items .modal .quantity label:after {
        content: ":"; }
    .pt_product-details .quantity input#Quantity,
    #search-result-items .modal .quantity input#Quantity {
      margin: 0 0 0 10px;
      width: 48px;
      text-align: center;
      height: 24px;
      border-radius: 0px;
      border: 3px double rgba(0, 0, 0, 0.5); }
    .pt_product-details .quantity .product-limit,
    #search-result-items .modal .quantity .product-limit {
      color: #ef1212;
      padding-left: 10px; }
  .pt_product-details ul.swatches li,
  #search-result-items .modal ul.swatches li {
    font-size: 0px; }
    .pt_product-details ul.swatches li a,
    #search-result-items .modal ul.swatches li a {
      width: 48px;
      height: 24px;
      display: inline-block;
      position: relative; }
      .pt_product-details ul.swatches li a[class*=silver]:before, .pt_product-details ul.swatches li a[class*=white]:before,
      #search-result-items .modal ul.swatches li a[class*=silver]:before,
      #search-result-items .modal ul.swatches li a[class*=white]:before {
        content: " ";
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        border: 1px solid #959595; }
    .pt_product-details ul.swatches li.selected a:before,
    #search-result-items .modal ul.swatches li.selected a:before {
      content: " ";
      position: absolute;
      top: 1px;
      left: 1px;
      right: 1px;
      bottom: 1px;
      border: 1px solid #ffffff; }
    .pt_product-details ul.swatches li.selected a:after,
    #search-result-items .modal ul.swatches li.selected a:after {
      content: " ";
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      border: 1px solid #959595; }
    .pt_product-details ul.swatches li.selected a[class*=silver]:before, .pt_product-details ul.swatches li.selected a[class*=white]:before,
    #search-result-items .modal ul.swatches li.selected a[class*=silver]:before,
    #search-result-items .modal ul.swatches li.selected a[class*=white]:before {
      border-color: #959595; }
    .pt_product-details ul.swatches li.selected-value,
    #search-result-items .modal ul.swatches li.selected-value {
      vertical-align: bottom;
      font-size: 14px; }
  .pt_product-details .product-price,
  #search-result-items .modal .product-price {
    margin: 15px 0; }
  .pt_product-details .price-sales,
  .pt_product-details .price-each,
  .pt_product-details .promotion,
  #search-result-items .modal .price-sales,
  #search-result-items .modal .price-each,
  #search-result-items .modal .promotion {
    color: #1a1a1a; }
  .pt_product-details .price-sales,
  #search-result-items .modal .price-sales {
    font-size: 1.7em; }
  .pt_product-details .price-each,
  #search-result-items .modal .price-each {
    font-size: 0.9em; }
  .pt_product-details .price-strikethrough,
  #search-result-items .modal .price-strikethrough {
    font-size: 1.2em;
    padding-left: 5px; }
  .pt_product-details .price-off-option,
  #search-result-items .modal .price-off-option {
    font-size: 14px;
    color: #ffffff;
    color: red;
    margin-left: 5px;
    padding: 0 10px;
    display: inline-block; }
  .pt_product-details .promotion,
  #search-result-items .modal .promotion {
    margin: 0 0 5px 0; }
  .pt_product-details .availability,
  #search-result-items .modal .availability {
    color: #474747; }
  .pt_product-details .whybuy h3,
  #search-result-items .modal .whybuy h3 {
    font-size: 1em;
    border-bottom: 1px dotted;
    padding-bottom: 10px; }
  .pt_product-details .whybuy em,
  #search-result-items .modal .whybuy em {
    font-family: "sofia-pro", "Sofia Pro Web", "Helvetica Neue", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
    font-weight: 700; }
  .pt_product-details .whybuy-reason,
  #search-result-items .modal .whybuy-reason {
    margin-bottom: 20px; }
  .pt_product-details .whybuy-reason i,
  #search-result-items .modal .whybuy-reason i {
    display: table-cell;
    vertical-align: middle;
    font-size: 3em;
    line-height: 1;
    padding: 5px 7px 0 0;
    color: #474747; }
  .pt_product-details .whybuy-reason span,
  #search-result-items .modal .whybuy-reason span {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    line-height: 1.2em; }
  .pt_product-details .whybuy-link:hover,
  .pt_product-details .whybuy-link:active,
  #search-result-items .modal .whybuy-link:hover,
  #search-result-items .modal .whybuy-link:active {
    color: #959595; }
    .pt_product-details .whybuy-link:hover a,
    .pt_product-details .whybuy-link:active a,
    #search-result-items .modal .whybuy-link:hover a,
    #search-result-items .modal .whybuy-link:active a {
      color: #959595; }
  .pt_product-details .whybuy-link i,
  #search-result-items .modal .whybuy-link i {
    padding-right: 5px; }
  .pt_product-details .whybuy-link a,
  #search-result-items .modal .whybuy-link a {
    color: #000000;
    font-family: "sofia-proN", Helvetica, sans-serif;
    line-height: 1.9em; }
  .pt_product-details .whybuy-link .icon-angle-down,
  .pt_product-details .whybuy-link .icon-angle-right,
  #search-result-items .modal .whybuy-link .icon-angle-down,
  #search-result-items .modal .whybuy-link .icon-angle-right {
    font-size: 0.8em; }
  .pt_product-details .product-thumbnails,
  #search-result-items .modal .product-thumbnails {
    margin-top: 15px; }
    .pt_product-details .product-thumbnails li,
    #search-result-items .modal .product-thumbnails li {
      width: 96px;
      margin: 0 5px 20px 5px;
      padding: 0;
      position: relative; }
      @media screen and (max-width: 600px) {
        .pt_product-details .product-thumbnails li,
        #search-result-items .modal .product-thumbnails li {
          width: 10%; } }
      .pt_product-details .product-thumbnails li.selected:after,
      #search-result-items .modal .product-thumbnails li.selected:after {
        content: " ";
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: -10px;
        border-bottom: 6px solid #959595; }
    .pt_product-details .product-thumbnails .list-inline,
    #search-result-items .modal .product-thumbnails .list-inline {
      position: relative;
      padding: 45px 0; }
    .pt_product-details .product-thumbnails .slick-slide,
    #search-result-items .modal .product-thumbnails .slick-slide {
      padding: 0;
      outline: none; }
      .pt_product-details .product-thumbnails .slick-slide .thumbnail-link,
      #search-result-items .modal .product-thumbnails .slick-slide .thumbnail-link {
        position: relative;
        display: block;
        width: 60px;
        height: 60px;
        margin: 0 auto;
        background-color: rgba(0, 0, 0, 0.2);
        outline: none; }
      .pt_product-details .product-thumbnails .slick-slide.selected .thumbnail-link,
      #search-result-items .modal .product-thumbnails .slick-slide.selected .thumbnail-link {
        background-color: #fff;
        box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5); }
        .pt_product-details .product-thumbnails .slick-slide.selected .thumbnail-link:before, .pt_product-details .product-thumbnails .slick-slide.selected .thumbnail-link:after,
        #search-result-items .modal .product-thumbnails .slick-slide.selected .thumbnail-link:before,
        #search-result-items .modal .product-thumbnails .slick-slide.selected .thumbnail-link:after {
          content: "";
          position: absolute;
          width: 0;
          height: 0;
          border-right: 0;
          top: 50%; }
        .pt_product-details .product-thumbnails .slick-slide.selected .thumbnail-link:before,
        #search-result-items .modal .product-thumbnails .slick-slide.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 .slick-slide.selected .thumbnail-link:after,
        #search-result-items .modal .product-thumbnails .slick-slide.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 .slick-slide.selected .thumbnail-link img,
        #search-result-items .modal .product-thumbnails .slick-slide.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: .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 {
      left: 50%;
      margin: 0 0 0 -15px;
      border: none;
      z-index: 10; }
    .pt_product-details .product-thumbnails .slick-prev,
    #search-result-items .modal .product-thumbnails .slick-prev {
      top: 10px; }
      .pt_product-details .product-thumbnails .slick-prev i:before,
      #search-result-items .modal .product-thumbnails .slick-prev i:before {
        font-family: 'JBL';
        content: "\004A"; }
    .pt_product-details .product-thumbnails .slick-next,
    #search-result-items .modal .product-thumbnails .slick-next {
      top: 100%;
      margin-top: -40px; }
      .pt_product-details .product-thumbnails .slick-next i:before,
      #search-result-items .modal .product-thumbnails .slick-next i:before {
        font-family: 'JBL';
        content: "\0049"; }
  .pt_product-details .thumb.video,
  #search-result-items .modal .thumb.video {
    position: relative; }
    .pt_product-details .thumb.video:hover,
    #search-result-items .modal .thumb.video:hover {
      cursor: pointer; }
    .pt_product-details .thumb.video:before,
    #search-result-items .modal .thumb.video:before {
      content: "\0037";
      font-family: "JBL";
      position: absolute;
      left: 36%;
      display: block;
      color: #ffffff;
      font-size: 1.8em;
      line-height: 2.8em;
      text-align: center;
      z-index: 2; }
    .pt_product-details .thumb.video .overlay,
    #search-result-items .modal .thumb.video .overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: #000000;
      opacity: 0.2;
      filter: alpha(opacity=20); }
  .pt_product-details .features,
  #search-result-items .modal .features {
    margin: 33px 0 25px 0;
    padding: 25px; }
    .pt_product-details .features p,
    #search-result-items .modal .features p {
      margin-top: 20px;
      line-height: 1.4; }
    .pt_product-details .features img,
    #search-result-items .modal .features img {
      max-width: 100%; }
  .pt_product-details .white-box,
  #search-result-items .modal .white-box {
    margin-top: 18px;
    padding: 10px 20px;
    height: 440px;
    overflow: hidden;
    border-radius: 4px; }
    @media screen and (max-width: 600px) {
      .pt_product-details .white-box,
      #search-result-items .modal .white-box {
        height: 100%; } }
  .pt_product-details .two-line-align,
  #search-result-items .modal .two-line-align {
    height: 70px;
    color: #000000; }
    .pt_product-details .two-line-align h3,
    #search-result-items .modal .two-line-align h3 {
      font-family: "sofia-pro", "Sofia Pro Web", "Helvetica Neue", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
      font-weight: 100; }
    .pt_product-details .two-line-align em,
    #search-result-items .modal .two-line-align em {
      font-family: "sofia-pro", "Sofia Pro Web", "Helvetica Neue", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
      font-weight: 700; }
    @media (min-width: 1100px) {
      .pt_product-details .two-line-align,
      #search-result-items .modal .two-line-align {
        height: 40px; } }
  .pt_product-details .box-content img,
  #search-result-items .modal .box-content img {
    display: block;
    max-width: 75%;
    margin: 0 auto; }
  .pt_product-details .box-content ul,
  #search-result-items .modal .box-content ul {
    font-size: 1.1em; }
  .pt_product-details .shop-all-notfound,
  #search-result-items .modal .shop-all-notfound {
    text-align: center;
    font-size: 19px;
    margin: 20px auto; }
    @media (min-width: 1100px) {
      .pt_product-details .shop-all-notfound,
      #search-result-items .modal .shop-all-notfound {
        width: 60%; } }
  .pt_product-details .shop-all-category .btn,
  #search-result-items .modal .shop-all-category .btn {
    margin: 0 auto;
    display: block;
    min-width: initial; }
  .pt_product-details .shop-all-category img,
  #search-result-items .modal .shop-all-category img {
    display: block;
    margin: 0 auto;
    max-width: 100%; }
    @media (min-width: 1100px) {
      .pt_product-details .shop-all-category img,
      #search-result-items .modal .shop-all-category img {
        max-width: 75%; } }
  .pt_product-details .recommendations,
  #search-result-items .modal .recommendations {
    margin-top: 30px; }
    .pt_product-details .recommendations h3,
    #search-result-items .modal .recommendations h3 {
      text-align: left; }
    .pt_product-details .recommendations .module-product-carousel,
    #search-result-items .modal .recommendations .module-product-carousel {
      background-color: #ffffff;
      margin-top: 20px; }
  .pt_product-details .support-container,
  #search-result-items .modal .support-container {
    margin: 33px 0;
    background-color: #ffffff; }
    @media screen and (max-width: 600px) {
      .pt_product-details .support-container,
      #search-result-items .modal .support-container {
        margin: 10px 0; } }
  .pt_product-details .support-toggle-header,
  #search-result-items .modal .support-toggle-header {
    color: #ffffff;
    background-color: #474747;
    padding: 20px 12px;
    border: 1px solid #959595; }
  .pt_product-details .support-toggle-header h3,
  #search-result-items .modal .support-toggle-header h3 {
    font-size: 1.4em;
    margin: 0 15px; }
    .pt_product-details .support-toggle-header h3:after,
    #search-result-items .modal .support-toggle-header h3:after {
      font-family: "JBL";
      content: "\0049";
      float: right;
      filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      -webkit-transition: transform 0.3s ease-out;
      -o-transition: transform 0.3s ease-out;
      transition: transform 0.3s ease-out; }
  .pt_product-details .support-toggle-header,
  #search-result-items .modal .support-toggle-header {
    border-radius: 4px 4px 0 0; }
  .pt_product-details .collapsed .support-toggle-header,
  #search-result-items .modal .collapsed .support-toggle-header {
    border-radius: 4px; }
  .pt_product-details .collapsed .support-toggle-header h3:after,
  #search-result-items .modal .collapsed .support-toggle-header h3:after {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  .pt_product-details #support-body,
  #search-result-items .modal #support-body {
    border-radius: 0 0 4px 4px;
    background-color: #ffffff; }
  .pt_product-details .support-module,
  #search-result-items .modal .support-module {
    padding: 33px 0 25px;
    margin: 0 25px;
    border-bottom: 1px solid #ccc; }
    .pt_product-details .support-module h3,
    #search-result-items .modal .support-module h3 {
      font-family: "sofia-pro", "Sofia Pro Web", "Helvetica Neue", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
      font-weight: 900;
      font-size: 1.3em;
      color: black; }
    .pt_product-details .support-module h4,
    #search-result-items .modal .support-module h4 {
      font-family: "sofia-pro", "Sofia Pro Web", "Helvetica Neue", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
      font-weight: 900;
      font-size: 1.1em;
      color: black; }
  .pt_product-details .manuals-link,
  #search-result-items .modal .manuals-link {
    display: flex;
    align-items: center; }
    .pt_product-details .manuals-link i,
    #search-result-items .modal .manuals-link i {
      display: table-cell;
      vertical-align: middle;
      font-size: 2.4em;
      padding-right: 10px; }
    .pt_product-details .manuals-link div,
    #search-result-items .modal .manuals-link div {
      display: table-cell; }
    .pt_product-details .manuals-link h4,
    #search-result-items .modal .manuals-link h4 {
      font-family: "sofia-pro", "Sofia Pro Web", "Helvetica Neue", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
      font-weight: 700;
      font-size: 1.4em;
      margin-bottom: 0;
      color: #474747; }
    .pt_product-details .manuals-link span,
    #search-result-items .modal .manuals-link span {
      font-family: "sofia-pro", "Sofia Pro Web", "Helvetica Neue", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
      font-weight: 700;
      color: #000000; }
  .pt_product-details .specs hr:last-child,
  #search-result-items .modal .specs hr:last-child {
    display: none; }
  .pt_product-details .specs h3,
  #search-result-items .modal .specs h3 {
    margin: 20px 0; }
  .pt_product-details .specs dl,
  #search-result-items .modal .specs dl {
    margin-bottom: 0;
    border-bottom: 1px solid #DEDEDE; }
    .pt_product-details .specs dl.last,
    #search-result-items .modal .specs dl.last {
      border-bottom: none; }
  .pt_product-details .specs dt,
  .pt_product-details .specs dd,
  #search-result-items .modal .specs dt,
  #search-result-items .modal .specs dd {
    float: left;
    overflow: hidden;
    text-overflow: ellipsis; }
  .pt_product-details .specs dt,
  #search-result-items .modal .specs dt {
    width: 250px; }
  .pt_product-details .warranty .btn,
  #search-result-items .modal .warranty .btn {
    float: right; }
  .pt_product-details .warranty .warranty-text,
  #search-result-items .modal .warranty .warranty-text {
    max-width: 500px;
    float: left; }
  .pt_product-details .actions h4,
  #search-result-items .modal .actions h4 {
    font-family: "sofia-pro", "Sofia Pro Web", "Helvetica Neue", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
    font-weight: 700;
    margin-top: 20px; }
  .pt_product-details .actions ul,
  #search-result-items .modal .actions ul {
    list-style-type: disc;
    list-style-position: inside;
    margin: 10px 0 20px 0; }
  .pt_product-details .actions li,
  #search-result-items .modal .actions li {
    color: #474747; }
  .pt_product-details .actions span,
  #search-result-items .modal .actions span {
    color: #474747; }
  .pt_product-details .actions .support-feature-actions,
  #search-result-items .modal .actions .support-feature-actions {
    margin-top: 10px;
    margin-bottom: 10px; }
  .pt_product-details .actions .support-feature-action,
  #search-result-items .modal .actions .support-feature-action {
    color: #474747;
    font-family: "sofia-proN", Helvetica, sans-serif;
    font-size: 1.28em;
    padding-left: 10px;
    display: table-cell;
    vertical-align: middle; }
  .pt_product-details .support-hide,
  #search-result-items .modal .support-hide {
    border-bottom: 0; }
  .pt_product-details .support-feature-action-container i,
  .pt_product-details .support-feature-action-container a,
  #search-result-items .modal .support-feature-action-container i,
  #search-result-items .modal .support-feature-action-container a {
    display: table-cell; }
  .pt_product-details .support-feature-action-container i,
  #search-result-items .modal .support-feature-action-container i {
    font-size: 2.4em;
    color: #959595; }
  .pt_product-details .support-feature-action-container:hover i,
  .pt_product-details .support-feature-action-container:hover a, .pt_product-details .support-feature-action-container:active i,
  .pt_product-details .support-feature-action-container:active a,
  #search-result-items .modal .support-feature-action-container:hover i,
  #search-result-items .modal .support-feature-action-container:hover a,
  #search-result-items .modal .support-feature-action-container:active i,
  #search-result-items .modal .support-feature-action-container:active a {
    color: #000000; }
  .pt_product-details .support-hide .support-toggle-link,
  #search-result-items .modal .support-hide .support-toggle-link {
    float: right; }
  .pt_product-details .faq dt,
  #search-result-items .modal .faq dt {
    display: list-item;
    list-style-type: decimal;
    list-style-position: inside;
    font-family: "sofia-pro", "Sofia Pro Web", "Helvetica Neue", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
    font-weight: 700;
    margin: 30px 0 15px 0; }
  .pt_product-details .faq dd,
  #search-result-items .modal .faq dd {
    color: #474747; }
  .pt_product-details #product-nav-container,
  #search-result-items .modal #product-nav-container {
    position: absolute;
    top: -5px;
    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 .features p,
  #search-result-items .modal .features p {
    margin-top: 10px; }
  .pt_product-details .features h4,
  #search-result-items .modal .features h4 {
    margin-top: 20px; }
  .pt_product-details .compat-tile,
  #search-result-items .modal .compat-tile {
    margin-bottom: 20px; }
    .pt_product-details .compat-tile img,
    #search-result-items .modal .compat-tile img {
      float: left;
      max-width: 26%;
      width: 91px;
      background-color: #DEDEDE; }
    .pt_product-details .compat-tile .compat-details,
    #search-result-items .modal .compat-tile .compat-details {
      float: left;
      width: 74%;
      background-color: #DEDEDE;
      height: 138px;
      padding: 10px;
      overflow: hidden; }
    .pt_product-details .compat-tile em,
    #search-result-items .modal .compat-tile em {
      font-style: italic; }
    .pt_product-details .compat-tile h4,
    #search-result-items .modal .compat-tile h4 {
      font-family: "sofia-pro", "Sofia Pro Web", "Helvetica Neue", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
      font-weight: 700; }
    .pt_product-details .compat-tile p,
    #search-result-items .modal .compat-tile p {
      font-size: 0.8em; }
  .pt_product-details .highlight-slider .slick-prev,
  .pt_product-details .highlight-slider .slick-next,
  #search-result-items .modal .highlight-slider .slick-prev,
  #search-result-items .modal .highlight-slider .slick-next {
    border: 2px solid #959595; }
  .pt_product-details .highlight-slide,
  #search-result-items .modal .highlight-slide {
    text-align: center;
    padding: 0 30px; }
    .pt_product-details .highlight-slide img,
    #search-result-items .modal .highlight-slide img {
      margin: 0 auto; }
  .pt_product-details .product-variations,
  #search-result-items .modal .product-variations {
    margin: 0; }
    .pt_product-details .product-variations .swatch-label,
    #search-result-items .modal .product-variations .swatch-label {
      font-weight: bold;
      color: #000000;
      text-transform: uppercase; }
  .pt_product-details .product-add-to-cart,
  #search-result-items .modal .product-add-to-cart {
    margin: 5px 0 10px 0; }
    .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 .availability-block,
    #search-result-items .modal .product-add-to-cart .availability-block {
      margin: 0 0 10px 0;
      float: left;
      width: 100%; }
      .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 .availability-block .availability-msg p,
      #search-result-items .modal .product-add-to-cart .availability-block .availability-msg p {
        display: inline; }
      .pt_product-details .product-add-to-cart .availability-block .availability-msg p.preorder-msg:after,
      #search-result-items .modal .product-add-to-cart .availability-block .availability-msg p.preorder-msg:after {
        content: "."; }
    .pt_product-details .product-add-to-cart .cartButton_container,
    #search-result-items .modal .product-add-to-cart .cartButton_container {
      display: inline-block; }
    .pt_product-details .product-add-to-cart #add-to-cart,
    #search-result-items .modal .product-add-to-cart #add-to-cart {
      float: left;
      clear: both;
      max-height: 55px;
      background-color: #ffbba2;
      color: #000000; }
      .pt_product-details .product-add-to-cart #add-to-cart:hover,
      #search-result-items .modal .product-add-to-cart #add-to-cart:hover {
        background-color: #ffffff;
        color: #FECC08;
        border-color: #FECC08; }
    .pt_product-details .product-add-to-cart #add-to-cart[disabled],
    #search-result-items .modal .product-add-to-cart #add-to-cart[disabled] {
      visibility: hidden; }
  .pt_product-details .pdp-olapic,
  #search-result-items .modal .pdp-olapic {
    margin-top: 33px;
    margin-bottom: 33px; }
  .pt_product-details .pdp-reviews,
  #search-result-items .modal .pdp-reviews {
    background-color: #ffffff;
    margin-top: 33px;
    margin-bottom: 33px;
    border-radius: 4px;
    overflow: hidden; }
  .pt_product-details .buynow-title,
  #search-result-items .modal .buynow-title {
    color: #ffffff; }
  .pt_product-details .buynow-container,
  #search-result-items .modal .buynow-container {
    background-color: #000000;
    margin-top: 18px; }
    .pt_product-details .buynow-container .nav-tabs,
    #search-result-items .modal .buynow-container .nav-tabs {
      border-radius: 4px 4px 0 0; }
      .pt_product-details .buynow-container .nav-tabs li:first-child,
      #search-result-items .modal .buynow-container .nav-tabs li:first-child {
        border-top-left-radius: 4px; }
    .pt_product-details .buynow-container .tab-content,
    #search-result-items .modal .buynow-container .tab-content {
      border-radius: 0 0 4px 4px; }
  .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;
    nowhitespace: afterproperty;
    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: #ffffff;
    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.80;
    opacity: 0.80;
    position: absolute;
    display: block; }

#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; }

#search-result-items .modal .quickview-full-details,
#compare-table .modal .quickview-full-details {
  display: block;
  margin-top: 15px;
  color: #474747; }

/*Just the PDP, not the QuickView */
.pt_product-details .product-media {
  margin-top: 35px; }

.countdown {
  display: flex;
  margin: 24px 0; }
  @media (max-width: 600px) {
    .countdown {
      justify-content: center;
      align-items: center; } }
  .countdown .-is-zero {
    display: none; }
  .countdown .countdown-date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    margin-right: 8px; }
    .countdown .countdown-date > span {
      font-weight: bold;
      font-family: "sofia-pro", "Sofia Pro Web", "Helvetica Neue", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
      font-weight: 700;
      font-size: 1.2em; }
  [style*="color:#000"] + .countdown {
    color: #000; }
  [style*="color:#fff"] + .countdown {
    color: #fff; }

/*
 * Quickview styling
 */
#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;
  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: #ffffff;
  font-size: 0.9em;
  line-height: 2.1em;
  opacity: 1;
  position: absolute;
  right: 15px;
  top: 15px;
  font-weight: 900; }
  #search-result-items .modal .close:hover, #search-result-items .modal .close:focus,
  #compare-table .modal .close:hover,
  #compare-table .modal .close:focus {
    color: #959595;
    background-color: #ffffff; }

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

/* Styles required for Bootstrap Affix ( sticky nav ) plugin */
.affix-bottom {
  position: absolute; }

@media (min-width: 600px) {
  .clamp-ref {
    height: 0; } }

#pdp-carousel a {
  text-decoration: none; }

.multiVendor_cartButton_container {
  height: 100%; }
  .multiVendor_cartButton_container .buynow_multivender_item {
    padding-bottom: 20px; }
    .multiVendor_cartButton_container .buynow_multivender_item a {
      display: inline-block;
      max-width: 130px;
      padding: .4em; }

.search-result-content .product-tile {
  margin: 0 0 40px 0; }

.search-result-content .infinite-scroll-placeholder {
  text-align: center;
  margin-bottom: 10px; }
  .search-result-content .infinite-scroll-placeholder .progress {
    height: 3px;
    width: 200px;
    margin: 10px auto 20px; }
  .search-result-content .infinite-scroll-placeholder button {
    width: 275px;
    max-width: 300px; }
  .search-result-content .infinite-scroll-placeholder .loader-indicator {
    background: transparent url(../../images/progress.gif) center center no-repeat;
    z-index: 100;
    color: transparent; }
  .search-result-content .infinite-scroll-placeholder .load-more-loader {
    height: 45px; }

.search-refinements-container {
  background-color: #ffffff;
  margin-bottom: 33px;
  margin-top: 44px;
  padding: 20px; }

.search-refinement {
  display: inline-block;
  padding: 0 10px;
  text-align: center;
  line-height: 2.2em;
  color: #222222;
  font-family: "ProximaNovaB", Helvetica, sans-serif;
  text-transform: uppercase; }
  .search-refinement:hover, .search-refinement:active, .search-refinement.selected {
    color: #959595; }

#cat-grid-content-banner-container {
  text-align: center; }
  #cat-grid-content-banner-container img {
    max-width: 100%;
    height: auto; }

/** 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: #000000;
  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 #959595; }

.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 #525252;
    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: #525252;
  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 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: #959595; }
    .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: #959595;
    color: white; }
  .pagination a.page-next,
  .pagination a.page-previous {
    text-transform: uppercase;
    border-bottom: 1px solid #959595;
    color: #959595;
    height: 26px; }

/*
 * Compare controls
 */
.compareitems {
  padding: 20px;
  background: #DEDEDE;
  margin-top: 0px;
  margin-left: 140px;
  margin-right: 450px; }
  .compareitems h2 {
    margin: 0;
    font-size: 16px;
    color: #000000;
    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 .compareitemremove .close {
        top: 0;
        right: 0; }
    .compareitems .compare-item.active {
      display: block; }
      .compareitems .compare-item.active .compareitemremove {
        display: block; }
  .compareitems .compare-buttons {
    padding: 23px 0 0 30px; }

/*
 * Compare page
 */
#compare-table .product-tile {
  text-align: center; }

#compare-table .product-image {
  min-height: 180px;
  position: relative; }
  #compare-table .product-image img {
    margin: 0 auto; }

#compare-table .product-name a {
  font-size: 0.7em; }

#compare-table .cart-button {
  max-width: 220px; }

#compare-table .cart-button {
  font-size: 12px; }

.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; }

#faqs-list-question {
  margin-bottom: -17px;
  margin-top: -3px; }
  #faqs-list-question li {
    padding-bottom: 14px; }
    #faqs-list-question li a {
      color: #959595;
      text-decoration: underline; }
      #faqs-list-question li a:hover, #faqs-list-question li a:active, #faqs-list-question li a:focus {
        color: #000000 !important; }
      #faqs-list-question li a.disabled, #faqs-list-question li a[disabled] {
        color: #898989; }

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

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

.asset-sub-title + p .contact-us, .login-box a, #addresses a[class*="address-"], .pt_order .order-detail-options a, #store-location-results a {
  text-decoration: underline; }
  .asset-sub-title + p .contact-us:hover, .login-box a:hover, #addresses a:hover[class*="address-"], .pt_order .order-detail-options 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;
  box-shadow: 0 1px 0 #ffffff; }

.primary-content h1 {
  margin-top: 4px;
  font-size: 36px;
  font-weight: 100;
  font-family: "sofia-pro", "Sofia Pro Web", "Helvetica Neue", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif; }

.login-box {
  padding-bottom: 30px; }
  .login-box #password-reset {
    display: block;
    margin-top: 20px; }
  .login-box form {
    margin-top: 20px; }
  .login-box a:hover, .login-box a:focus {
    color: #959595; }
  .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; }

#EditAccountForm {
  margin-top: -10px; }
  #EditAccountForm .legend {
    margin-bottom: 20px; }
  #EditAccountForm .form-row-button {
    margin-top: 20px; }

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

#addresses a[class*="address-"] {
  color: #959595; }

#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; }

.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 i {
    font-size: 35px;
    line-height: 40px;
    float: left;
    width: 48px;
    margin-right: 26px; }
    .account-landing-asset i.ha-account {
      font-size: 40px;
      text-align: center;
      padding-top: 2px; }
  .account-landing-asset .ha {
    color: #959595;
    float: left;
    font-size: 48px;
    margin-right: 26px;
    width: 48px; }
    .account-landing-asset .ha.ha-account {
      font-size: 40px;
      padding-top: 2px;
      text-align: center; }
  .account-landing-asset a {
    color: #959595;
    font-size: 18px;
    letter-spacing: 0.07em; }
  .account-landing-asset p {
    margin-top: 5px;
    padding-left: 74px; }

.account-nav-asset {
  background: #ffffff;
  color: #000000;
  margin-top: 38px;
  padding-bottom: 36px;
  padding-top: 30px;
  text-align: center; }
  .account-nav-asset hr {
    border: 1px solid #000000;
    width: 40px;
    margin: 15px auto 21px;
    border-radius: 2px; }
  .account-nav-asset .title {
    padding: 30px 20px 0;
    font-size: 18px;
    letter-spacing: 0.07em; }
  .account-nav-asset p {
    margin-bottom: 25px;
    padding: 0 20px; }
  .account-nav-asset a {
    color: #000000;
    text-decoration: underline; }
    @media (max-width: 1180px) {
      .account-nav-asset a.cust-service-link {
        font-size: 11px; } }
    .account-nav-asset a.cust-service-link span {
      display: inline-block;
      text-decoration: inherit; }
      .account-nav-asset a.cust-service-link span:hover {
        text-decoration: inherit; }
    .account-nav-asset a.cust-service-link:hover {
      text-decoration: none; }

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

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

/**
* Registered Products
*/
.register-products .question {
  font-weight: bold;
  font-size: 18px;
  margin: 35px 0 24px; }

.register-products .question.first {
  margin: 10px 0 24px; }

.register-products .product-id {
  margin: 10px 0 24px; }
  .register-products .product-id .value {
    font-weight: bold; }

.register-products fieldset {
  max-width: 500px; }

.register-products .product-choices .form-control,
.register-products #product-support-nav-drop-downs .form-control {
  margin-bottom: 15px; }

@media (min-width: 600px) {
  .register-products #registered-products-add-form .date-selection-group .form-group, .register-products #registered-products-edit-form .date-selection-group .form-group {
    display: inline-block;
    min-width: 120px;
    vertical-align: top; } }

.register-products #dwfrm_registeredproducts_serialNumber {
  display: inline-block; }

.register-products .form-row-button {
  margin: 20px 0 48px; }
  .register-products .form-row-button button {
    margin-bottom: 5px; }

.register-products .reg-product-details {
  color: #f1f1f1; }
  .register-products .reg-product-details h3 {
    color: #959595;
    margin: 0; }

.register-products .registered-product {
  border-bottom: 1px dotted #fff;
  padding: 40px 0 35px; }

.register-products .button-group > a {
  margin-top: 12px; }
  @media (max-width: 1400px) {
    .register-products .button-group > a {
      width: 100%; } }

.register-products #product-support-nav-drop-downs .customSelect,
.register-products .product-choices .customSelect {
  max-width: 90%; }

.register-products .date-selection-group .form-group {
  width: 100%; }

.register-products .date-selection-group .customSelect {
  max-width: 90%; }

@media (min-width: 1100px) {
  .register-products .date-selection-group .form-group {
    width: 31.5%; }
  .register-products .date-selection-group .customSelect {
    max-width: 80%; } }

.register-products #nav-drill-down-holder .valid-input-flag {
  margin-left: 3px; }

.warranty-exchange-step1 .form-row-button {
  vertical-align: top;
  margin: 16px 14px 0; }
  .warranty-exchange-step1 .form-row-button .btn {
    vertical-align: top; }

/** In-Warranty Exchanges
	------------------*/
.warranty-exchange-product-form .parsley-container .parsley-error-list .custom-error-message {
  font-weight: normal; }

/**
* Newsletter Form
*/
#NewsletterForm {
  margin-top: -10px; }
  #NewsletterForm .legend {
    margin-bottom: 20px; }
  #NewsletterForm .form-row-button {
    margin-top: 20px; }

#RegistrationForm .custom-password-error {
  margin-top: -15px;
  margin-bottom: 15px;
  display: block;
  color: #ef1212; }

.password-invalid-error {
  margin-left: 30px; }
  .password-invalid-error li {
    list-style: disc; }

.pt_order {
  color: #f1f1f1; }
  .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 #fff; }
    .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: #DEDEDE;
    color: #000000; }
  .pt_order .search-result-items .order-history-items {
    color: #000000;
    background-color: #f1f1f1;
    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 table.table th, .pt_order table.table td {
    border: none; }
  .pt_order table.table th {
    font-weight: bold; }
  .pt_order table.table dl {
    margin-bottom: 8px; }
  .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 a {
      margin-left: 40px; }
      .pt_order .order-detail-options a:hover, .pt_order .order-detail-options a:focus {
        color: #959595; }
  .pt_order .order-totals-table {
    background-color: inherit; }

.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: 30px 18px 40px 0;
  height: 375px;
  overflow: hidden;
  border: 3px solid #f2f2f2;
  background-color: #ffffff; }
  .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; }
      @media screen and (max-width: 600px) {
        .homepage-product-tile .container-fluid.product-tile .product-info {
          text-align: center; } }
      .homepage-product-tile .container-fluid.product-tile .product-info .product-name h2 {
        font-size: 1em;
        font-family: "sofia-pro-light", Helvetica, sans-serif;
        margin: 0 0 4px 0;
        text-transform: uppercase; }
  .homepage-product-tile .product-swatches {
    top: 0; }
  .homepage-product-tile .cart-button {
    max-height: 55px;
    width: 100%;
    max-width: 200px;
    min-width: 150px;
    margin: 0 20px;
    background-color: #ffbba2;
    color: #000000; }
    .homepage-product-tile .cart-button:hover {
      background-color: #ffffff;
      color: #FECC08;
      border-color: #FECC08; }
  .homepage-product-tile .featured-content {
    margin: 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc; }
    .homepage-product-tile .featured-content img {
      margin-top: 8px; }
    .homepage-product-tile .featured-content h5 {
      font-size: 2em;
      font-family: "sofia-proN", Helvetica, sans-serif; }
    .homepage-product-tile .featured-content p {
      color: #474747;
      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; }
      @media screen and (max-width: 600px) {
        .homepage-product-tile .featured-content p {
          height: 100%; } }

.homepage-content-tile {
  overflow: hidden; }

.homepage-product-tile, .homepage-content-tile {
  height: 100%;
  min-height: 411px; }
  @media screen and (max-width: 600px) {
    .homepage-product-tile, .homepage-content-tile {
      border-bottom: 10px solid #f1f1f1; } }

.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;
  color: #959595; }
  i.store-icon.icon-back-arrow:before {
    content: "\e602"; }

.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: #959595;
  padding-left: 10px; }

#store-location-results {
  margin-top: 40px;
  width: 100%;
  border: 1px solid #DEDEDE; }
  #store-location-results th {
    background: #DEDEDE;
    color: #000000;
    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 a:hover, #store-location-results a:focus {
    color: #959595; }
  #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; } }

.store-category.form-group.with-input-flag {
  margin-bottom: 0px; }

.store-category .form-group.with-input-flag {
  margin: 0px; }

.store-category #product-support-nav-drop-downs .form-control {
  margin-bottom: 20px; }

.findinstore-results .error {
  color: #ef1212; }

.store-locator-no-results {
  color: #ef1212; }
