@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: "Myriad W01 Regular", Helvetica, sans-serif; }

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

.font-styled-bold {
  font-family: "Myriad W01 Bd", Helvetica, sans-serif; }

.font-styled-light {
  font-family: "Myriad W01 Lt", Helvetica, sans-serif; }

.font-styled-heading {
  font-family: "Myriad W01 Lt", Helvetica, sans-serif; }

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

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

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

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

.color-blue {
  color: #6ba4b8; }

.color-orange {
  color: #6ba4b8; }

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

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

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

.background-brand-hk {
  color: #2eb3ef; }

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

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

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

.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: #6ba4b8; }
    .separator.blue:before {
      background-image: -webkit-linear-gradient(top, rgba(107, 164, 184, 0) 0, #6ba4b8 100%);
      background-image: -o-linear-gradient(top, rgba(107, 164, 184, 0) 0, #6ba4b8 100%);
      background-image: linear-gradient(to bottom, rgba(107, 164, 184, 0) 0, #6ba4b8 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006BA4B8', endColorstr='#FF6BA4B8', GradientType=0); }
    .separator.blue:after {
      top: 100%;
      bottom: auto;
      background-image: -webkit-linear-gradient(top, #6ba4b8 0, rgba(107, 164, 184, 0) 100%);
      background-image: -o-linear-gradient(top, #6ba4b8 0, rgba(107, 164, 184, 0) 100%);
      background-image: linear-gradient(to bottom, #6ba4b8 0, rgba(107, 164, 184, 0) 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF6BA4B8', endColorstr='#006BA4B8', 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, #6ba4b8 100%);
      background-image: -o-linear-gradient(left, white 0, #6ba4b8 100%);
      background-image: linear-gradient(to right, white 0, #6ba4b8 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FF6BA4B8', GradientType=1);
      left: 0; }
    .separator.horizontal:after {
      background-image: -webkit-linear-gradient(left, #6ba4b8 0, white 100%);
      background-image: -o-linear-gradient(left, #6ba4b8 0, white 100%);
      background-image: linear-gradient(to right, #6ba4b8 0, white 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF6BA4B8', 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: #6ba4b8; }
  .box-close:hover:before {
    background-color: #6ba4b8; }

[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: #6ba4b8; }
  .color-example.brand-secondary {
    background-color: #000000; }
  .color-example.blue {
    background-color: #6ba4b8; }
  .color-example.blue-darker {
    background-color: #0096CE; }
  .color-example.blue-light {
    background-color: #00B9FF; }
  .color-example.blue-lighter {
    background-color: #75D0F2; }
  .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: #B9B9B9; }
  .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: #2eb3ef; }
  .color-example.akg {
    background-color: #F1C40F; }
  .color-example.infinity-yellow {
    background-color: #FFF163; }
  .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 #6ba4b8;
  color: #6ba4b8;
  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: "Myriad W01 Bd", Helvetica, sans-serif;
  letter-spacing: 0.00125em;
  line-height: 0.925em; }

.hero-carousel .slide-text-content .container [style*="color:#fff;"], .hero-carousel .slide-text-content .container [style*="color:#ffffff;"], .hero-carousel .slide-text-content .container [style*="color:#FFF"] {
  width: fit-content;
  background-color: #000; }

.hero-carousel .slide-text-content .container h4.subheadline {
  font-family: "Myriad W01 Lt", Helvetica, sans-serif;
  text-transform: uppercase; }

.homepage-promos .homepage-promos-3up {
  background: #0096CE;
  margin: 0;
  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 {
        height: auto;
        padding: 0 2%;
        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: #FFFFFF;
      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;
            margin-bottom: 0;
            font-size: 11px; } }
      .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: #222222 url(../../images/theme-dark-bg.png) repeat 0 0;
  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: #6ba4b8; }
    .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: #6ba4b8; }
    .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: #75D0F2 !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: #FFFFFF; }
  .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: #515151;
  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: #6ba4b8; }
    .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: #6ba4b8; }
    .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: #75D0F2 !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: #FFFFFF; }
  .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: #FFFFFF;
  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: #6ba4b8; }
    .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: #6ba4b8; }
    .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: #75D0F2 !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: #FFFFFF; }
  .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: "Myriad W01 Bd", Helvetica, sans-serif;
  padding: 12px 0; }

#secondary h3 {
  text-transform: uppercase; }

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

#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: #FFFFFF; }
  #secondary .secondary-navigation ul li a:active, #secondary .secondary-navigation ul li a:focus, #secondary .secondary-navigation ul li a:hover {
    color: #6ba4b8; }

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

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

.svg-pdp-download {
  height: 32px;
  width: 37px;
  margin-left: 9px;
  margin-right: 3px; }
  @media (max-width: 600px) {
    .svg-pdp-download {
      margin-left: 0;
      margin-right: 0; } }

.svg-container {
  align-self: center; }
  @media (max-width: 1300px) {
    .svg-container {
      align-self: flex-start; } }
  @media (max-width: 600px) {
    .svg-container {
      align-self: center; } }

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

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

hr.hr_clear {
  clear: both; }

.fluid-checkout a {
  font-family: "Myriad W01 Bd", Helvetica, sans-serif; }

.fluid-checkout .slick-carousel-narrow {
  padding-top: 10px; }
  .fluid-checkout .slick-carousel-narrow .product-tile {
    border: 1px solid #ccc; }

/* Headers */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Myriad W01 Bd", Helvetica, sans-serif;
  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: "Myriad W01 Bd", Helvetica, sans-serif; }
  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: "Myriad W01 Lt", Helvetica, sans-serif; }
  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: "Myriad W01 SmBd", 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: "Myriad W01 Regular", 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: "Myriad W01 Bd", Helvetica, sans-serif;
    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; }

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: #6ba4b8;
      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-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-cart,
.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-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-plane:before {
  content: "\61"; }

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

.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-thumb-up:before {
  content: "\0052";
  font-family: "JBL"; }

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

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

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

.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-google-plus:before {
  content: "\e621";
  font-family: 'HK-SOCIAL'; }

.icon-instagram:before {
  content: "\e622";
  font-family: 'HK-SOCIAL'; }

.icon-twitter:before {
  content: "\e623";
  font-family: 'HK-SOCIAL'; }

.icon-pinterest:before {
  content: "\e624";
  font-family: 'HK-SOCIAL'; }

.icon-facebook:before {
  content: "\e625";
  font-family: 'HK-SOCIAL'; }

.icon-youtube:before {
  content: "\e626";
  font-family: 'HK-SOCIAL'; }

.icon-vine:before {
  content: "\e800";
  font-family: 'HK-SOCIAL'; }

.icon-vimeo:before {
  content: "\e900";
  font-family: 'HK-SOCIAL'; }

.icon-tumblr:before {
  content: "\e905";
  font-family: 'HK-SOCIAL'; }

.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-time:before {
  font-family: 'JBL';
  content: "\7b"; }

.icon-menu:before {
  font-family: 'JBL';
  content: "\f0c9"; }

.icon-file-text-o:before {
  font-family: 'JBL';
  content: "\f0f6"; }

.icon-reply:before {
  font-family: 'JBL';
  content: "\e900"; }

.icon-menu3:before {
  font-family: 'JBL';
  content: "\e901";
  font-size: 46px; }

.icon-menu4:before {
  font-family: 'JBL';
  content: "\e902";
  font-size: 46px; }

.icon-new_releases:before {
  font-family: 'JBL';
  content: "\e031"; }

.icon-trophy:before {
  font-family: 'JBL';
  content: "\76"; }

.icon-support-headphone:before {
  font-family: 'JBL';
  content: "\e616"; }

.icon-play-video:before {
  font-family: 'JBL';
  content: "\f152"; }

.icon-arrow-return:before {
  font-family: 'JBL';
  content: "\e903"; }

.icon-support-headset:before {
  font-family: 'JBL';
  content: "\e904"; }

.icon-shipping-truk:before {
  font-family: 'JBL';
  content: "\e905"; }

.icon-play:before {
  font-family: 'JBL';
  content: "\e906"; }

.icon-angle-left:before {
  content: "\7c";
  font-family: 'JBL'; }

.icon-angle-right:before {
  content: "\7d";
  font-family: 'JBL'; }

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

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

/*!
 *  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: #2eb3ef;
  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: #FFF163;
  display: inline;
  padding: 0.2em 1.25em 0.2em;
  font-size: 86%;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  width: 20px; }

.label-dbx.label {
  background: #e2383f;
  border-radius: .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: #6ba4b8;
      border-color: #6ba4b8; }
    .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: #6ba4b8;
  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; }

.nav-tabs > li {
  background: #DEDEDE;
  float: left;
  text-align: center;
  margin: 0 0 1px 0; }
  .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; }
    .nav-tabs > li > a:hover, .nav-tabs > li > a:active {
      background: #DEDEDE url(../../images/tab-arrow-notch-bg.png) center bottom no-repeat;
      color: #6ba4b8; }
  .nav-tabs > li.active > a {
    background: #DEDEDE url(../../images/tab-arrow-notch-bg.png) center bottom no-repeat;
    color: #6ba4b8;
    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: #6ba4b8 !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: #6ba4b8; }
      .tab-content .pagination a:hover {
        background-color: #6ba4b8;
        color: #FFFFFF; }
    .tab-content .pagination .disabled.active {
      border-color: #6ba4b8;
      background-color: #6ba4b8;
      color: #FFFFFF; }
    .tab-content .pagination .disabled {
      border-color: #ccc;
      background-color: #ccc;
      color: #FFFFFF; }
  .tab-content .markerPop .shop {
    font-weight: bold;
    color: #6ba4b8;
    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: #6ba4b8;
        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: 20px;
  margin-left: -20px; }
  @media screen and (max-width: 991px) {
    .icon-cart {
      padding-right: 10px;
      margin-left: -10px; } }
  @media screen and (max-width: 600px) {
    .icon-cart {
      padding-right: 20px;
      margin-left: -20px; } }

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

.checkout-header .center-logo {
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  width: 183px;
  height: 50px; }
  .checkout-header .center-logo .header-logo {
    left: 0; }
  @media screen and (max-width: 600px) {
    .checkout-header .center-logo {
      width: 156px; }
      .checkout-header .center-logo .header-logo {
        margin-top: 4px; } }
  @media (max-width: 450px) and (min-width: 401px) {
    .checkout-header .center-logo {
      width: 110px; }
      .checkout-header .center-logo .header-logo {
        margin-top: 9px; } }

.checkout-header .header-top-row-inner-checkout {
  height: 42px; }
  .checkout-header .header-top-row-inner-checkout #header-banner-secondary a {
    pointer-events: none; }
    .checkout-header .header-top-row-inner-checkout #header-banner-secondary a u {
      display: none; }
  .checkout-header .header-top-row-inner-checkout .middle-align {
    line-height: 40px;
    padding-right: 10px;
    color: #6ba4b8; }
    .checkout-header .header-top-row-inner-checkout .middle-align a {
      color: #6ba4b8; }
      .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: 75px;
  right: 20px;
  display: none;
  padding: 3px 16px;
  z-index: 99;
  background: #FFFFFF;
  color: #6ba4b8;
  border-radius: 0;
  border: 2px solid #6ba4b8; }
  @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%; }

body {
  background-image: url(../../images/bg-tile.jpg);
  background-color: #484848; }

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

.cartButton_container {
  height: 60px; }

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

.header {
  -webkit-box-shadow: 0 4px 8px -6px #f8f8f8;
  -moz-box-shadow: 0 4px 8px -6px #f8f8f8;
  box-shadow: 0 4px 8px -6px #f8f8f8;
  background: #000000;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 110; }
  .header .full-bleed {
    margin: 0; }
  .header .visually-hidden {
    display: none; }
  @media screen and (max-width: 1100px) {
    .header .header-max-width-container {
      max-width: 1400px;
      margin: 0 auto;
      position: relative; } }
  .header .header-top-row {
    background: #000000;
    border-bottom: 1px solid #474747; }
    @media (max-width: 1099px) {
      .header .header-top-row {
        padding: 0; } }
    .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; } }
    .header .header-top-row .utility-container {
      margin: 0 auto;
      max-width: 1400px;
      min-width: 320px;
      padding: 0; }
  @media screen and (max-width: 1099px) {
    .header ul.menu-utility {
      position: absolute;
      top: 0;
      height: 78px;
      right: 0;
      z-index: 100;
      padding-top: 5px; } }
  @media screen and (max-width: 600px) {
    .header ul.menu-utility {
      height: 56px;
      padding-top: 0; } }
  @media (max-width: 1399px) {
    .header ul.menu-utility > li.separator:first-child {
      display: none; } }
  .header ul.menu-utility.left-menu {
    float: left;
    position: relative;
    margin: 0;
    padding: 0 10px; }
    @media (min-width: 401px) {
      .header ul.menu-utility.left-menu {
        margin-left: 95px; } }
    @media (min-width: 451px) {
      .header ul.menu-utility.left-menu {
        margin-left: 140px; } }
    @media (min-width: 600px) {
      .header ul.menu-utility.left-menu {
        margin-left: 175px; } }
    @media (min-width: 981px) {
      .header ul.menu-utility.left-menu {
        margin-left: 25px; } }
    @media (min-width: 1100px) {
      .header ul.menu-utility.left-menu {
        margin-left: 65px; } }
    @media (max-width: 845px) {
      .header ul.menu-utility.left-menu {
        padding-right: 0; } }
    .header ul.menu-utility.left-menu .dropdown:hover,
    .header ul.menu-utility.left-menu .dropdown.open {
      background: #FFFFFF;
      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;
        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: #FFFFFF;
        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 {
        background: #FFFFFF;
        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: #6ba4b8; }
    .header ul.menu-utility.left-menu > li > a {
      margin-top: 11px; }
    .header ul.menu-utility.left-menu a {
      color: #6ba4b8;
      display: inline-block;
      font-size: 11px;
      line-height: 22px;
      padding: 9px 10px; }
      .header ul.menu-utility.left-menu a:hover {
        background-color: #6ba4b8;
        color: #FFFFFF; }
    .header ul.menu-utility.left-menu .region-link {
      display: inline-block; }
      .header ul.menu-utility.left-menu .region-link:after {
        margin-top: 0; }
      @media (max-width: 640px) {
        .header ul.menu-utility.left-menu .region-link > a {
          padding-right: 7px;
          padding-top: 16px; }
        .header ul.menu-utility.left-menu .region-link .dropdown-menu {
          max-height: 165px;
          overflow-y: scroll; }
          .header ul.menu-utility.left-menu .region-link .dropdown-menu a {
            padding: 5px 10px; }
          .header ul.menu-utility.left-menu .region-link .dropdown-menu img,
          .header ul.menu-utility.left-menu .region-link .dropdown-menu span {
            display: inline-block;
            vertical-align: middle; } }
    .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 .lang-select {
    height: 36px;
    padding-top: 9px;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
    z-index: 102;
    transition: background .3s, height .3s; }
    .header ul.menu-utility .lang-select:hover {
      height: auto;
      background-color: #FFFFFF;
      box-shadow: 0 1px 3px 0 #ccc; }
      .header ul.menu-utility .lang-select:hover .not-current-lang {
        opacity: 1; }
      .header ul.menu-utility .lang-select:hover a,
      .header ul.menu-utility .lang-select:hover span {
        color: #000000;
        padding-left: 10px;
        cursor: pointer; }
    @media (max-width: 1099px) {
      .header ul.menu-utility .lang-select {
        padding-top: 2px; } }
    .header ul.menu-utility .lang-select a,
    .header ul.menu-utility .lang-select span {
      display: block;
      padding: 5px 10px 5px 0;
      color: #FFFFFF;
      white-space: nowrap;
      transition: padding .3s; }
    .header ul.menu-utility .lang-select span:after {
      content: "";
      display: inline-block;
      width: 6px;
      height: 6px;
      margin: 3px 0 0 10px;
      background-color: transparent;
      border-color: #b9b9b9;
      border-style: solid;
      border-width: 0 1px 1px 0;
      vertical-align: top;
      transform: rotate(45deg); }
    .header ul.menu-utility .lang-select .not-current-lang {
      opacity: 0;
      transition: opacity .3s; }
  .header ul.menu-utility {
    float: right;
    margin: 0; }
    .header ul.menu-utility.region-link-flag {
      float: left;
      padding-left: 230px; }
    @media (max-width: 1099px) {
      .header ul.menu-utility {
        margin-top: 2px; } }
    .header ul.menu-utility > li {
      display: inline-block;
      zoom: 1;
      *display: inline;
      vertical-align: top;
      font-family: "Myriad W01 Bd", Helvetica, sans-serif;
      font-size: 11px;
      margin: 0;
      text-transform: uppercase; }
      .header ul.menu-utility > li.header-search {
        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: 10px; } }
        @media (min-width: 1401px) {
          .header ul.menu-utility > li.header-search {
            margin-right: 60px; } }
      @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: #6ba4b8;
          color: #FFFFFF;
          text-decoration: none; }
      .header ul.menu-utility > li.separator {
        border-left: 1px solid #B9B9B9;
        background: none;
        min-height: 10px;
        margin-top: 15px; }
        @media (max-width: 1099px) {
          .header ul.menu-utility > li.separator {
            margin-top: 18px; } }
        .header ul.menu-utility > li.separator:before, .header ul.menu-utility > li.separator:after {
          display: none; }
    .header ul.menu-utility a {
      display: block;
      color: #B9B9B9;
      padding: 15px 13px 9px 7px; }
      .header ul.menu-utility a:hover,
      .open .header ul.menu-utility a {
        background: #6ba4b8;
        color: #000000;
        text-decoration: none; }
    .header ul.menu-utility .header-banner-secondary a {
      color: #6ba4b8; }
      .header ul.menu-utility .header-banner-secondary a:hover {
        color: #FFFFFF; }
    .header ul.menu-utility #header-phone {
      display: block;
      color: #B9B9B9;
      padding: 15px 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: #B9B9B9 transparent transparent transparent;
        content: '';
        height: 0;
        margin-top: -1px;
        right: 10px;
        position: absolute;
        top: 50%;
        width: 0; }
    .header ul.menu-utility .dropdown:hover, .header ul.menu-utility .dropdown.open {
      background: #6ba4b8;
      border: none; }
      .header ul.menu-utility .dropdown:hover:after, .header ul.menu-utility .dropdown.open:after {
        border-width: 0 6px 7px;
        border-color: transparent transparent #FFFFFF; }
      .header ul.menu-utility .dropdown:hover a, .header ul.menu-utility .dropdown.open a {
        background: #6ba4b8;
        color: #FFFFFF;
        text-decoration: none; }
      .header ul.menu-utility .dropdown:hover .dropdown-menu, .header ul.menu-utility .dropdown.open .dropdown-menu {
        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: #000000; }
    @media (min-width: 1100px) {
      .header ul.menu-utility .dropdown:hover .dropdown-menu {
        display: block; } }
    .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-family: Helvetica, sans-serif;
    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: #6ba4b8;
    color: #FFFFFF;
    font-family: "Myriad W01 Bd", Helvetica, sans-serif;
    font-size: 12px;
    margin-left: -14px;
    margin-right: -14px;
    min-height: 33px;
    padding: 8px 2px;
    text-align: center; }
    .header #header-banner p,
    .header .header-global-banner p {
      margin-bottom: 0; }
    .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;
      height: 100%;
      margin-bottom: -6px;
      padding: 10px;
      margin-top: 10px;
      background: #FFFFFF;
      color: #000000; }
      @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; }
  @media (max-width: 400px) {
    .header .header-logo-link {
      display: block; } }
  .header .header-logo {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    background: url(../../images/logo-white.png) no-repeat 0 0;
    background-size: 100% auto;
    height: 40px;
    position: absolute;
    text-indent: -5000px;
    width: 156px;
    z-index: 101;
    bottom: 5px;
    left: 40px; }
    @media (min-width: 1100px) {
      .header .header-logo {
        margin-left: 10px; } }
    @media (min-width: 1401px) {
      .header .header-logo {
        margin-left: 60px; } }
    @media screen and (max-width: 1099px) {
      .header .header-logo {
        top: 22px;
        left: 50%;
        transform: translateX(-50%); } }
    @media screen and (max-width: 600px) {
      .header .header-logo {
        top: 10px; } }
    @media screen and (max-width: 400px) {
      .header .header-logo {
        transform: none;
        left: 58px;
        width: 140px;
        top: 14px; } }
  .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: #6ba4b8;
        text-decoration: none;
        line-height: 25px;
        padding-left: 12px;
        padding-right: 12px; }
        @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: #6ba4b8;
        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; }
      @media (max-width: 1100px) {
        .header .mini-cart .mini-cart-content {
          margin-left: -360px; } }
      @media screen and (max-width: 599px) {
        .header .mini-cart .mini-cart-content {
          right: 0; } }
      @media (max-width: 640px) {
        .header .mini-cart .mini-cart-content {
          width: 340px;
          margin-left: -250px; } }
      .header .mini-cart .mini-cart-content a {
        font-family: "Myriad W01 Bd", Helvetica, sans-serif;
        font-weight: normal;
        max-width: 100%;
        min-width: 100%;
        padding: 0;
        vertical-align: middle; }
      .header .mini-cart .mini-cart-content a.mini-cart-linkCheckout {
        margin: 10px 0;
        padding: 10px 0;
        background-image: none;
        border: 1px solid transparent;
        color: #FFFFFF; }
      .header .mini-cart .mini-cart-content a.mini-cart-linkCart {
        background: none;
        color: #FFFFFF;
        display: inline-block;
        min-width: inherit;
        padding: 0;
        text-align: center;
        width: auto;
        text-decoration: underline;
        font-size: 12px;
        padding-left: 30px; }
        .header .mini-cart .mini-cart-content a.mini-cart-linkCart:hover, .header .mini-cart .mini-cart-content a.mini-cart-linkCart:active {
          background: #6ba4b8;
          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: #6ba4b8;
          color: #FFFFFF; }
      .header .mini-cart .mini-cart-content .mid-text-minicart {
        padding-top: 18px;
        font-weight: bold; }
        @media (max-width: 599px) {
          .header .mini-cart .mini-cart-content .mid-text-minicart {
            padding: 18px 5px;
            width: auto; } }
      .header .mini-cart .mini-cart-content .paypal-button {
        height: 36px;
        width: 140px; }
        @media (max-width: 599px) {
          .header .mini-cart .mini-cart-content .paypal-button {
            width: 135px; } }
      .header .mini-cart .mini-cart-content .minicart-exp-checkout {
        padding-top: 12px; }
      .header .mini-cart .mini-cart-content .mini-cart-header {
        background: #6ba4b8;
        color: #FFFFFF;
        font-family: "Myriad W01 Bd", Helvetica, sans-serif;
        font-size: 18px; }
        @media (max-width: 599px) {
          .header .mini-cart .mini-cart-content .mini-cart-header {
            font-size: 15px; } }
        .header .mini-cart .mini-cart-content .mini-cart-header .mini-cart-close {
          display: none; }
      .header .mini-cart .mini-cart-content .mini-cart-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 35px 15px 25px; }
        @media (max-width: 599px) {
          .header .mini-cart .mini-cart-content .mini-cart-header,
          .header .mini-cart .mini-cart-content .mini-cart-products,
          .header .mini-cart .mini-cart-content .mini-cart-totals {
            padding: 10px; } }
      .header .mini-cart .mini-cart-content .mini-cart-products {
        background: #FFFFFF;
        border-left: 1px solid #B9B9B9;
        border-right: 1px solid #B9B9B9;
        box-sizing: content-box; }
        @media (max-width: 599px) {
          .header .mini-cart .mini-cart-content .mini-cart-products {
            max-height: 90px;
            overflow: hidden; } }
        @media (min-width: 321px) and (max-width: 640px) {
          .header .mini-cart .mini-cart-content .mini-cart-products {
            max-height: 80px;
            overflow-y: scroll; } }
        .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; }
          @media (max-width: 599px) {
            .header .mini-cart .mini-cart-content .mini-cart-products .mini-cart-product {
              margin: 0;
              margin-bottom: 5px; } }
        .header .mini-cart .mini-cart-content .mini-cart-products .mini-cart-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-product-content {
          font-size: 14px; }
          .header .mini-cart .mini-cart-content .mini-cart-products .mini-cart-product-content .label,
          .header .mini-cart .mini-cart-content .mini-cart-products .mini-cart-product-content .value {
            font-family: "Myriad W01 Regular", Helvetica, sans-serif;
            font-size: 14px;
            font-weight: normal;
            color: #000000;
            padding: 0; }
          .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 .dw-apple-pay-mini-cart {
        width: 130px;
        height: 35px;
        float: left;
        margin-left: 12px; }
        @media (max-width: 599px) {
          .header .mini-cart .mini-cart-content .dw-apple-pay-mini-cart {
            width: 110px; } }
      .header .mini-cart .mini-cart-content .mini-cart-totals {
        background-color: #FFFFFF;
        border-bottom: 1px solid #B9B9B9;
        border-left: 1px solid #B9B9B9;
        border-right: 1px solid #B9B9B9;
        color: #000000; }
        .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: "Myriad W01 Bd", Helvetica, sans-serif;
          font-size: 18px;
          font-weight: normal;
          padding: 0; }
          @media (max-width: 599px) {
            .header .mini-cart .mini-cart-content .mini-cart-totals .mini-cart-subtotals > .label,
            .header .mini-cart .mini-cart-content .mini-cart-totals .mini-cart-subtotals > .value {
              font-size: 14px;
              font-weight: bold; } }
      .header .mini-cart .mini-cart-content .mini-cart-linkCheckout:hover {
        background-color: #FFFFFF;
        color: #6ba4b8;
        border: 1px solid #6ba4b8; }
  .header a {
    color: #474747; }
  .header .btn {
    color: #FFFFFF; }

.header-search {
  border: none;
  border-radius: 4px;
  position: relative;
  margin: 20px 0; }
  .header-search.hidden-xs {
    width: 215px; }
  .header-search #search-form {
    border: none;
    outline: none; }
  .header-search .q {
    display: block;
    border: 0;
    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: 0;
    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; }
  .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; }
      .header-search .search-suggestions .search-suggestion-row .product-brand {
        text-transform: capitalize; }

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

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

.lt-ie9 .header-search input[type="submit"] {
  background: #FFFFFF url(../../images/search-icon.png) no-repeat 64% 4px;
  border: 0;
  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; } }

.cross-sell {
  color: #FFFFFF; }

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

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

.cart-redirect-modal .cart-modal-buttons {
  margin-top: 5px; }
  .cart-redirect-modal .cart-modal-buttons .checkout-stay {
    margin-right: 15px; }
    .cart-redirect-modal .cart-modal-buttons .checkout-stay:hover, .cart-redirect-modal .cart-modal-buttons .checkout-stay:active {
      background: #6ba4b8;
      color: #FFFFFF; }

#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: #6ba4b8; }
      @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: #8db9c9; }
      #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; }

#search-result-items .promoslot_content {
  position: relative;
  overflow: hidden; }
  #search-result-items .promoslot_content .promoContainor img {
    pointer-events: none; }
  #search-result-items .promoslot_content .promoButtonsContainor {
    display: block;
    position: absolute;
    left: 18px;
    bottom: 36px;
    right: 18px; }
    #search-result-items .promoslot_content .promoButtonsContainor .promoLinkBtn {
      max-width: none;
      width: 100%; }
  @media screen and (max-width: 600px) {
    #search-result-items .promoslot_content .gifimg {
      padding-right: 0;
      width: 100%; } }
  #search-result-items .promoslot_content .promo-title-shape {
    width: 106%;
    height: 50px;
    position: absolute;
    background: #6ba4b8;
    bottom: 50px;
    transform: rotate(7deg);
    left: -10px; }
    @media screen and (max-width: 600px) {
      #search-result-items .promoslot_content .promo-title-shape {
        transform: rotate(4deg); } }
    @media screen and (max-width: 481px) {
      #search-result-items .promoslot_content .promo-title-shape {
        transform: rotate(6deg); } }
  #search-result-items .promoslot_content .promo-title {
    width: 100%;
    height: 72px;
    position: absolute;
    background: #6ba4b8;
    bottom: 0px;
    text-align: center;
    color: #FFFFFF;
    font-size: 1.8em;
    padding: 0 1em;
    line-height: 1em; }
  #search-result-items .promoslot_content .product-tile {
    border-color: transparent; }
    #search-result-items .promoslot_content .product-tile:hover {
      border-color: transparent; }
    @media screen and (max-width: 600px) {
      #search-result-items .promoslot_content .product-tile {
        display: none; } }
    #search-result-items .promoslot_content .product-tile .product-image, #search-result-items .promoslot_content .product-tile .product-swatches, #search-result-items .promoslot_content .product-tile .product-badges, #search-result-items .promoslot_content .product-tile .product-info, #search-result-items .promoslot_content .product-tile .cartButton_container {
      visibility: hidden !important; }
  #search-result-items .promoslot_content .tileSize {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-bottom: 40px;
    padding-right: 28px; }
    #search-result-items .promoslot_content .tileSize .flex-video {
      width: 100%;
      height: 100%; }
      #search-result-items .promoslot_content .tileSize .flex-video iframe {
        width: 100%;
        height: 100%; }
      @media screen and (min-width: 1100px) {
        #search-result-items .promoslot_content .tileSize .flex-video .inlineYoutubeVideo {
          pointer-events: none; } }
    @media screen and (max-width: 600px) {
      #search-result-items .promoslot_content .tileSize {
        position: relative;
        padding-right: 0; } }
  #search-result-items .promoslot_content .module-tile-slides {
    position: absolute;
    overflow: hidden;
    margin: 0 14px 0 0; }
    @media screen and (max-width: 600px) {
      #search-result-items .promoslot_content .module-tile-slides {
        position: relative;
        margin: 0;
        margin-bottom: 40px; } }
    #search-result-items .promoslot_content .module-tile-slides:hover .gifimg {
      border: 2px solid #6ba4b8; }
    #search-result-items .promoslot_content .module-tile-slides .gifimg {
      border: 2px solid #aaa; }
      @media screen and (max-width: 1100px) {
        #search-result-items .promoslot_content .module-tile-slides .gifimg {
          max-height: 664px; } }
      @media screen and (max-width: 600px) {
        #search-result-items .promoslot_content .module-tile-slides .gifimg {
          max-height: 100%; } }
      #search-result-items .promoslot_content .module-tile-slides .gifimg:hover {
        border: 2px solid #6ba4b8; }

#promoslot_content {
  position: relative; }
  #promoslot_content .gifimg {
    position: absolute;
    padding: 0 14px;
    right: 0;
    width: 100%; }
  #promoslot_content .youtubeVideo {
    position: absolute; }
  #promoslot_content .product-tile {
    visibility: hidden !important; }

#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: #6ba4b8;
    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;
  background-color: #235D78; }

#navigation .visually-hidden {
  display: none; }

#navigation .full-bleed {
  max-width: 1400px;
  background: #000000;
  padding: 0 20px; }
  @media (min-width: 1400px) {
    #navigation .full-bleed {
      margin: 0 auto; } }

@media (min-width: 1100px) {
  #navigation .nav-item-mobile {
    display: none !important; } }

@media (max-width: 1099px) {
  #navigation .nav-item-tablet-desktop {
    display: none !important; } }

@media (max-width: 1099px) {
  #navigation .full-bleed {
    padding: 0; }
  #navigation .navigation-table .menu-category {
    position: fixed;
    width: 100%;
    max-width: 600px;
    overflow-y: auto;
    overflow-x: hidden; } }

@media (max-width: 400px) {
  #navigation .navigation-table .menu-category {
    max-height: 370px; } }

#navigation .top-level > li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  border: none; }
  #navigation .top-level > li a {
    border: 0;
    color: #959595;
    display: block;
    font-family: "Myriad W01 SmBd", Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase; }

#navigation .level-0 {
  margin: 0; }
  #navigation .level-0 > li {
    text-align: left; }
    @media screen and (max-width: 1099px) {
      #navigation .level-0 > li.main-menu {
        height: 78px;
        width: 78px; } }
    @media screen and (max-width: 600px) {
      #navigation .level-0 > li.main-menu {
        height: 56px;
        width: 56px; } }
    #navigation .level-0 > li.main-menu a {
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      padding: 0 16px; }
    #navigation .level-0 > li.search-button {
      position: absolute;
      right: 190px;
      height: 78px;
      width: 70px;
      text-align: center; }
      @media screen and (max-width: 600px) {
        #navigation .level-0 > li.search-button {
          height: 56px;
          width: 56px;
          right: 60px; } }
      @media screen and (max-width: 400px) {
        #navigation .level-0 > li.search-button {
          right: 50px; } }
      #navigation .level-0 > li.search-button a {
        white-space: nowrap;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        font-size: 24px; }
        @media screen and (max-width: 600px) {
          #navigation .level-0 > li.search-button a {
            font-size: 18px; } }
    #navigation .level-0 > li a {
      color: #FFFFFF;
      font-family: "Myriad W01 Bd", Helvetica, sans-serif; }
      @media screen and (max-width: 1099px) {
        #navigation .level-0 > li a {
          font-size: 36px; } }
      @media screen and (max-width: 600px) {
        #navigation .level-0 > li a {
          font-size: 24px; } }
      #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-1 {
  font-size: 0;
  /*removing margin between inline-block list items*/
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
  margin: 0;
  position: relative; }
  #navigation .level-1 > li {
    font-size: 14px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    text-align: center;
    border: none;
    width: auto; }
    #navigation .level-1 > li.stretch {
      height: 0;
      width: 100%;
      display: inline-block;
      font-size: 0;
      line-height: 0; }
    #navigation .level-1 > li > a {
      border: 0;
      color: #FFFFFF;
      display: block;
      font-family: "Myriad W01 SmBd", Helvetica, sans-serif;
      font-size: 14px;
      line-height: 44px;
      padding-top: 3px;
      overflow: hidden;
      text-decoration: none;
      text-transform: uppercase; }
      #navigation .level-1 > li > a:hover span {
        background: #FFFFFF;
        color: #000000; }
      #navigation .level-1 > li > a span {
        line-height: 49px;
        padding: 20px 5px; }
      #navigation .level-1 > li > a .back {
        display: none;
        text-align: right; }
        #navigation .level-1 > li > a .back i.icon-back-arrow {
          margin-right: 5px;
          margin-top: 7px; }
    #navigation .level-1 > li.highlight a span {
      background: #FFFFFF;
      color: #000000; }
    @media (min-width: 1100px) {
      #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: 52px;
      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: #FFFFFF;
        text-align: left;
        border: 1px solid #B9B9B9;
        padding: 30px 0; }
        #navigation .level-1 > li div.level-2-holder-desktop .menu-wrapper:before, #navigation .level-1 > li div.level-2-holder-desktop .menu-wrapper:after {
          content: " ";
          display: table; }
        #navigation .level-1 > li div.level-2-holder-desktop .menu-wrapper:after {
          clear: both; }
        @media (min-width: 1400px) {
          #navigation .level-1 > li div.level-2-holder-desktop .menu-wrapper {
            margin: -1px -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*/
          display: inline-block;
          max-width: 25%;
          margin-left: -4px;
          padding: 0 14px;
          text-align: center;
          vertical-align: top;
          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: "Myriad W01 SmBd", Helvetica, sans-serif;
            text-transform: uppercase;
            margin-bottom: 10px; }
            #navigation .level-1 > li div.level-2-holder-desktop .menu-wrapper ul.level-2 > li a img {
              margin: auto;
              display: block;
              height: 101px; }
          #navigation .level-1 > li div.level-2-holder-desktop .menu-wrapper ul.level-2 > li.new-row {
            clear: both; }
          #navigation .level-1 > li div.level-2-holder-desktop .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: #6ba4b8; }
      #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: "Myriad W01 Bd", Helvetica, sans-serif;
        text-decoration: none;
        color: #000000;
        text-transform: uppercase;
        border-bottom: 1px solid #f7fcff;
        padding: 12px 0;
        margin: 0; }
  @media (min-width: 1100px) {
    #navigation .level-1 > li.first {
      padding-left: 200px; } }
  @media (min-width: 1401px) {
    #navigation .level-1 > li.first {
      padding-left: 260px; } }
  @media (min-width: 1100px) {
    #navigation .level-1 > li.last {
      padding-right: 10px; } }
  @media (min-width: 1401px) {
    #navigation .level-1 > li.last {
      padding-right: 60px; } }
  @media (max-width: 1100px) {
    #navigation .level-1 {
      background: #dfe5e8;
      text-align: left;
      display: none;
      height: auto; }
      #navigation .level-1 > li {
        display: block;
        margin: 0;
        width: 100%;
        padding: 0 15px;
        height: auto; }
        #navigation .level-1 > li.active a {
          font-family: "Myriad W01 Regular", Helvetica, sans-serif;
          text-transform: uppercase; }
          #navigation .level-1 > li.active a .back {
            display: block;
            text-transform: uppercase;
            font-family: "Myriad W01 Bd", Helvetica, sans-serif; }
        #navigation .level-1 > li a {
          display: block;
          font-family: "Myriad W01 Bd", Helvetica, sans-serif;
          text-decoration: none;
          color: #000000;
          text-transform: uppercase;
          border-bottom: 1px solid #f7fcff;
          padding: 0;
          margin: 0; }
          #navigation .level-1 > li a:hover {
            background: inherit;
            color: #000000; } }

#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 "Myriad W01 Regular", 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 #B9B9B9;
    color: #FFFFFF;
    cursor: pointer;
    font: 1em "Myriad W01 Bd", 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: #6ba4b8; }
  #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: "Myriad W01 Bd", Helvetica, sans-serif;
    color: #FFFFFF; }
    #secondary .refinement > ul > li > a:hover,
    #secondary > ul > li > a:hover {
      color: #6ba4b8; }
  #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: "Myriad W01 Regular", 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
 */
.footer {
  margin-top: 70px;
  /**
	* Newsletter
	*/
  /**
	 * Main Footer
	 */
  /**
		* Secondary Footer
		*/ }
  .footer span {
    font-family: "Myriad W01 Bd", Helvetica, sans-serif;
    margin-top: 10px;
    display: inline-block; }
    .footer span.heading-soft {
      margin-bottom: 13px;
      font-size: 18px;
      pointer-events: auto;
      cursor: pointer;
      /** make click events work nicely with bootstrap & ios */ }
    .footer span::after {
      content: " -"; }
    .footer span.collapsed::after {
      content: " +"; }
  .footer hr {
    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 (max-width: 430px) {
        .footer .footer-email-signup .default-wrapper {
          margin: 0; } }
    .footer .footer-email-signup .signup-label {
      font-family: "Myriad W01 Bd", Helvetica, sans-serif;
      font-size: 18px;
      margin-bottom: 0;
      margin-top: 17px;
      text-align: right; }
    .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: 60%;
      max-width: 73%; }
      .footer .footer-email-signup .input-group .form-control {
        background: #000000;
        border-color: #000000;
        color: #959595;
        height: 40px; }
    .footer .footer-email-signup .btn {
      height: 40px;
      margin-left: 12px;
      min-width: 110px;
      padding: 0;
      vertical-align: top;
      background-color: #235D78; }
      @media screen and (max-width: 600px) {
        .footer .footer-email-signup .btn {
          min-width: 30%; } }
  .footer footer {
    background-color: #222222; }
  .footer .footer-container {
    color: #959595;
    min-height: 580px;
    padding-top: 74px; }
    .footer .footer-container a:hover,
    .footer .footer-container a:focus,
    .footer .footer-container a:active {
      color: #6ba4b8 !important; }
  .footer .footer-logo {
    background: url(../../images/footer-logo.png) no-repeat 50% 50%;
    margin: 0 auto;
    min-height: 130px;
    width: 148px; }
  .footer .links-container {
    background-color: #222;
    color: #959595;
    font-size: 12px;
    text-align: center; }
    .footer .links-container span {
      color: #959595; }
    .footer .links-container a {
      color: #959595;
      text-decoration: underline; }
    .footer .links-container ul li a {
      display: block;
      margin-bottom: 12px;
      text-decoration: none; }
    .footer .links-container p {
      margin-bottom: 20px; }
    .footer .links-container .list-3, .footer .links-container .list-4 {
      margin-bottom: 12px; }
  .footer .brand-icons {
    margin-top: 0px;
    text-align: center; }
    .footer .brand-icons ul {
      margin-bottom: 0px; }
    .footer .brand-icons li {
      padding-left: 12px;
      padding-right: 12px;
      margin-bottom: 10px; }
  .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: table;
      float: left;
      width: 30px;
      height: 30px;
      background-color: #FFFFFF;
      border-radius: 15px;
      margin: 0 4px;
      transition: 0.3s; }
      .footer .footer-social-links .social-icons ul li:hover {
        background-color: #6ba4b8; }
      .footer .footer-social-links .social-icons ul li a {
        margin-left: 12px;
        padding-top: 0.125em;
        text-decoration: none;
        width: 34px;
        display: table-cell;
        vertical-align: middle;
        text-decoration: none;
        color: #222222; }
        .footer .footer-social-links .social-icons ul li a i {
          font-size: 16px; }
        .footer .footer-social-links .social-icons ul li a:hover > i {
          color: #222222; }
      .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; }
  .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 screen and (min-width: 1100px) {
  .footer .signup-container {
    text-align: center;
    margin-top: 20px; } }

@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: 110px;
      padding: 0; } }

@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: #515151;
          font-size: 27px;
          margin-right: 20px;
          font-family: "Myriad W01 Regular", 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; }

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

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

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

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

.breadcrumb {
  background-color: transparent;
  font-family: Helvetica, sans-serif;
  padding: 10px 0 0;
  color: #FFFFFF; }
  .breadcrumb h2 {
    margin: 0;
    font-size: 14px;
    color: #FFFFFF;
    font-family: Helvetica, sans-serif;
    display: inline; }
  .breadcrumb .breadcrumb-h2 {
    color: #000000;
    font-size: 14px;
    margin: 0;
    display: inline; }
  .breadcrumb h2.breadcrumb-last.breadcrumb-h2 {
    color: #FFFFFF;
    font-size: 14px;
    margin: 0;
    display: inline; }
  .breadcrumb .breadcrumb-h2-hover {
    color: #000000; }
    .breadcrumb .breadcrumb-h2-hover:hover {
      color: #6ba4b8; }
  @media (max-width: 599px) {
    .breadcrumb {
      padding: 0 0 0 3px; } }
  .breadcrumb div[typeof="ListItem"] {
    display: inline; }
  .breadcrumb a {
    line-height: 2em;
    margin-right: 14px;
    position: relative;
    text-decoration: none;
    color: #FFFFFF; }
    .breadcrumb a:hover, .breadcrumb a:focus {
      color: #6ba4b8; }
    .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; }

.pt_content .breadcrumb a, .pt_content .breadcrumb span {
  color: #000000; }

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

/**
 *   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: 0) {
    .hero-carousel .position-left {
      text-align: center; } }
  @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;
  position: absolute;
  right: 0;
  top: 20px; }
  @media (min-width: 600px) {
    .hero-carousel .hero-slide .cell-align-table {
      margin: 12px auto 0;
      padding: 0 5px;
      top: 0; } }
  @media (min-width: 801px) {
    .hero-carousel .hero-slide .cell-align-table {
      margin: 2% auto 0;
      padding: 0 75px; } }

.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: #6ba4b8; }
  .hero-carousel .slide-text-content .container p.copy {
    max-width: 466px; }
  @media (max-width: 700px) {
    .hero-carousel .slide-text-content .container h2.headline {
      font-size: 24px; } }
  @media (max-width: 799px) {
    .hero-carousel .slide-text-content .container .hidden-xs h1.headline {
      font-size: 28px; }
    .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: 28px; }
    .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 .slide-text-content .visible-xs h2.headline,
.hero-carousel .slide-text-content .visible-xs h5.subheadline,
.hero-carousel .slide-text-content .visible-xs .copy {
  color: #FFFFFF !important;
  padding: 0 20px; }

.hero-carousel .slide-text-content .visible-xs h2.headline {
  margin-top: 15px;
  font-size: 18px;
  line-height: 1; }
  .hero-carousel .slide-text-content .visible-xs h2.headline br {
    display: block;
    height: 0; }
  .hero-carousel .slide-text-content .visible-xs h2.headline font,
  .hero-carousel .slide-text-content .visible-xs h2.headline em {
    display: block; }

.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: 0; } }
  @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: #FFFFFF;
  top: auto;
  vertical-align: middle; }

.footer-hero-container {
  margin-bottom: 20px; }
  .footer-hero-container .footer-hero .position-left {
    text-align: center; }
    @media (max-width: 0) {
      .footer-hero-container .footer-hero .position-left {
        text-align: center; } }
    @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: 0;
  margin: 0;
  padding: 5px; }
  .slider-footer p {
    font-family: "HelveticaNeueW01-75Bold", Helvetica, sans-serif;
    font-size: 7px;
    position: absolute;
    bottom: 0;
    padding: 0;
    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: #6ba4b8; }
    .slider-promo p span {
      color: #fff; }

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

.bannerContainer_over {
  margin-bottom: 10px; }
  @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; }
  .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: #6ba4b8;
  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: "Myriad W01 Regular", 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: "Myriad W01 Regular", 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: "Myriad W01 Bd", 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 #6ba4b8;
      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;
	}
	*/ }
  .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 .product-search-breadcrumbs {
    margin-left: 15px; }
  .pt_product-search-result .breadcrumb {
    margin-bottom: 0; }
    .pt_product-search-result .breadcrumb a,
    .pt_product-search-result .breadcrumb span {
      color: #FFFFFF; }
      @media (max-width: 599px) {
        .pt_product-search-result .breadcrumb a,
        .pt_product-search-result .breadcrumb span {
          font-size: 12px;
          line-height: 1; } }
    .pt_product-search-result .breadcrumb a:hover,
    .pt_product-search-result .breadcrumb a:hover span,
    .pt_product-search-result .breadcrumb a:focus,
    .pt_product-search-result .breadcrumb a:focus span {
      color: #6ba4b8; }
  .pt_product-search-result .module-hero-slides ~ .product-search-breadcrumbs .breadcrumb {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2; }
    @media (min-width: 600px) {
      .pt_product-search-result .module-hero-slides ~ .product-search-breadcrumbs .breadcrumb {
        margin-left: 5px; } }
    @media (min-width: 801px) {
      .pt_product-search-result .module-hero-slides ~ .product-search-breadcrumbs .breadcrumb {
        margin-left: 75px; } }
    .pt_product-search-result .module-hero-slides ~ .product-search-breadcrumbs .breadcrumb a,
    .pt_product-search-result .module-hero-slides ~ .product-search-breadcrumbs .breadcrumb span {
      color: #FFFFFF; }
  .pt_product-search-result .search-breadcrumbs {
    margin: 0;
    padding-left: 14px;
    background-color: #FFFFFF; }
    .pt_product-search-result .search-breadcrumbs .breadcrumb {
      padding: 10px 0; }
  @media (max-width: 800px) {
    .pt_product-search-result .sort-by .form-control {
      margin-left: 4px; } }
  .pt_product-search-result .sort-by-label {
    line-height: 40px;
    margin-bottom: 0;
    text-transform: uppercase;
    white-space: nowrap; }
    @media (min-width: 1100px) {
      .pt_product-search-result .sort-by-label {
        text-align: right; } }
    @media (max-width: 767px) {
      .pt_product-search-result .sort-by-label {
        font-size: 12px; } }

.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: 10px; }
    @media (min-width: 600px) {
      .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 {
        margin-left: 30px; } }
    @media (min-width: 1100px) {
      .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-container {
  padding-bottom: 28px; }

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

.subcatgrid-v .subcatgrid-tile,
.subcatgrid-h .subcatgrid-tile {
  background-color: #FFFFFF;
  font-family: "Myriad W01 Lt", Helvetica, sans-serif;
  padding: 20px; }
  .subcatgrid-v .subcatgrid-tile h3,
  .subcatgrid-h .subcatgrid-tile h3 {
    color: #235D78; }
  .subcatgrid-v .subcatgrid-tile h2,
  .subcatgrid-h .subcatgrid-tile h2 {
    color: #000000;
    margin: 0 0 30px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #B9B9B9;
    font-family: "Myriad W01 Lt", Helvetica, sans-serif;
    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 .btn,
  .subcatgrid-h .subcatgrid-tile .btn {
    display: block;
    max-width: 100%;
    min-width: initial;
    background-color: #235D78; }
  .subcatgrid-v .subcatgrid-tile .subcatgrid-img,
  .subcatgrid-h .subcatgrid-tile .subcatgrid-img {
    max-width: 100%; }
  .subcatgrid-v .subcatgrid-tile .subcatgrid-content,
  .subcatgrid-h .subcatgrid-tile .subcatgrid-content {
    min-height: 100px; }
  .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;
  font-family: "Myriad W01 Lt", Helvetica, sans-serif;
  padding: 18px; }
  .product-tile .product-info {
    height: 305px;
    overflow: hidden; }
  .product-tile .bv-inline-rating-container2 {
    display: inline-block !important;
    padding-left: 5px; }
  .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 #6ba4b8; }
        .product-tile .product-swatches .swatch-list li a:focus {
          outline: none; }
  .product-tile .product-badges {
    position: absolute;
    top: 15px;
    right: 30px;
    margin: 0;
    padding: 0;
    z-index: 100; }
    .product-tile .product-badges .product-badge {
      width: 40px;
      height: 40px;
      margin: 0;
      padding: 0;
      font-size: 40px;
      line-height: 1;
      color: #6ba4b8; }
      .product-tile .product-badges .product-badge + .product-badge {
        margin-top: 15px; }
    .product-tile .product-badges .new-icon {
      background-color: #6ba4b8;
      border-radius: 50%;
      text-align: center; }
      .product-tile .product-badges .new-icon:after {
        content: attr(title);
        display: block;
        font: 12px/40px "Myriad W01 Regular", Helvetica, sans-serif;
        color: #FFFFFF;
        text-transform: uppercase; }
    .product-tile .product-badges .sale-icon {
      position: relative;
      width: 40px;
      height: 32px;
      line-height: 26px;
      background-color: #6ba4b8;
      border-radius: 0 3px 3px 0; }
      .product-tile .product-badges .sale-icon:before {
        content: "";
        position: absolute;
        width: 24px;
        height: 24px;
        background-color: #6ba4b8;
        border-radius: 3px;
        left: -12px;
        top: 4px;
        transform: rotate(45deg); }
      .product-tile .product-badges .sale-icon span {
        position: relative;
        display: inline-block;
        width: 4px;
        height: 4px;
        margin: 0 5px 0 -5px;
        background-color: #FFFFFF;
        border-radius: 50%;
        vertical-align: middle; }
      .product-tile .product-badges .sale-icon:after {
        content: attr(title);
        position: relative;
        display: inline-block;
        font-size: 14px;
        font-family: "Myriad W01 Regular", Helvetica, sans-serif;
        color: #FFFFFF;
        text-transform: uppercase;
        vertical-align: middle; }
  .product-tile .product-name {
    font-family: "Myriad W01 Lt", Helvetica, sans-serif;
    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: #6ba4b8; }
  .product-tile .product-rating {
    min-height: 40px; }
  .product-tile .product-pricing {
    margin: 0 0 10px 0;
    font-size: 1.5em;
    color: #235D78;
    height: 40px;
    line-height: 1em; }
    .product-tile .product-pricing .price-each {
      font-size: .75em; }
  .product-tile .defaultCountdown {
    border: 2px solid #6ba4b8;
    padding: 5px 0;
    height: 44px;
    width: 100%;
    max-width: 230px; }
    .product-tile .defaultCountdown .timerText {
      width: 100%;
      max-width: 225px;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin: 0 auto;
      font-size: 10px;
      position: absolute;
      top: -8px;
      text-align: center; }
      .product-tile .defaultCountdown .timerText span {
        background-color: #FFF;
        padding: 0 7px; }
    .product-tile .defaultCountdown .dateValuePart {
      text-align: center;
      display: inline-block;
      color: #555;
      font-family: "Myriad W01 Lt", Helvetica, sans-serif;
      width: 25%; }
      .product-tile .defaultCountdown .dateValuePart .dataValuePart {
        font-size: 1.7em;
        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;
    margin-left: 5px;
    padding: 0 10px; }
  .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 10px 0;
    font-size: 1em; }
    .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: #6ba4b8; }
    .product-tile .product-promo .promotional-message {
      display: none; }
    .product-tile .product-promo .promotional-message.first {
      display: block; }
  .product-tile .product-compare-check {
    margin: 0 0 20px 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; }
  .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: #6ba4b8 !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 #6ba4b8; }

/*
 * 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: #6ba4b8 !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; }

.homepage-product-tile .product-pricing {
  height: 38px; }

.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 */
#footer {
  margin: 0 auto;
  max-width: 1400px;
  min-width: 320px; }

.ups-image {
  display: block;
  float: left;
  margin-right: 10px; }

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

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

.slick-carousel-one {
  background-color: #FFFFFF;
  margin-top: 30px;
  height: 440px;
  margin-left: 0px;
  margin-right: 0px; }
  @media screen and (max-width: 991px) {
    .slick-carousel-one {
      height: 100%; } }
  .slick-carousel-one .product-tile .product-rating {
    min-height: 0px; }
  .slick-carousel-one .slick-prev {
    left: 0; }
  .slick-carousel-one .slick-next {
    right: 0; }
  .slick-carousel-one .product-tile {
    padding: 0; }
  .slick-carousel-one .product-info {
    padding-top: 0px !important; }
  .slick-carousel-one .product-tile .product-swatches {
    left: 35px; }
  .slick-carousel-one .product-promo {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.10em;
    height: 2.1em;
    margin: 0 0 5px;
    font-size: 0.9em; }
  .slick-carousel-one .product-tile .product-image {
    margin: 0 58px; }
  .slick-carousel-one .product-tile .product-description, .slick-carousel-one .product-tile .availability-block, .slick-carousel-one .product-tile .product-pricing {
    margin-bottom: 4px; }

.availability-predictiveShip {
  border: 1px solid #dedede;
  color: #959595;
  padding: 20px 10px;
  margin-top: 30px; }
  .availability-predictiveShip .in-stock-msg,
  .availability-predictiveShip .preorder-msg,
  .availability-predictiveShip .backorder-msg,
  .availability-predictiveShip .not-available-msg {
    color: #000000;
    font-family: "Myriad W01 Bd", Helvetica, sans-serif;
    font-size: 15px; }
  .availability-predictiveShip i.icon-time {
    display: block;
    float: left;
    height: 40px;
    width: 31px;
    font-size: 24px; }

#estimateZipCode {
  height: 30px;
  padding-left: 5px;
  border: 1px solid #aaa; }

.find-ship-estimate {
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 5px;
  color: #FFFFFF;
  background: #6ba4b8;
  font-size: 86%;
  font-weight: normal;
  font-family: "Myriad W01 Bd", Helvetica, sans-serif;
  text-align: center;
  text-decoration: none;
  text-transform: inherit;
  letter-spacing: 0.1em;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 1px solid #6ba4b8; }
  .find-ship-estimate:hover {
    background: #FFFFFF;
    color: #6ba4b8; }
  .find-ship-estimate:focus {
    outline: 0; }

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

.estimate-template-header {
  color: #6ba4b8; }

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

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

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

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

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

.shipping-estimate-anchor {
  padding-bottom: 10px; }
  .shipping-estimate-anchor a:not(.popover-close) {
    padding: 0 8px;
    text-decoration: underline; }

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

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

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

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

#wrapper.pt_product-details {
  padding: 0; }
  #wrapper.pt_product-details .search-suggestion-row {
    margin-left: -14px !important; }
  #wrapper.pt_product-details .content-asset-pdp {
    background: #EEE; }
    #wrapper.pt_product-details .content-asset-pdp .content-asset {
      padding: 50px; }
    #wrapper.pt_product-details .content-asset-pdp img {
      display: block;
      max-width: 100%;
      height: auto !important;
      width: 100%; }
    @media screen and (max-width: 1400px) {
      #wrapper.pt_product-details .content-asset-pdp {
        padding: 30px; } }
    @media screen and (max-width: 1100px) {
      #wrapper.pt_product-details .content-asset-pdp {
        padding: 30px 10px 30px 10px; } }
  #wrapper.pt_product-details .product-tile {
    max-width: 550px; }
  #wrapper.pt_product-details #spec-faq {
    padding: 50px; }
  #wrapper.pt_product-details .box-content .whatsInBox {
    padding: 70px 0 0 70px; }
    @media screen and (max-width: 600px) {
      #wrapper.pt_product-details .box-content .whatsInBox {
        padding: 0; } }
  @media screen and (max-width: 1099px) {
    #wrapper.pt_product-details .panel-group {
      margin-bottom: 0; } }
  #wrapper.pt_product-details .mini-cart-totals .col-xs-1, #wrapper.pt_product-details .mini-cart-totals .col-sm-1, #wrapper.pt_product-details .mini-cart-totals .col-md-1, #wrapper.pt_product-details .mini-cart-totals .col-lg-1, #wrapper.pt_product-details .mini-cart-totals .col-xs-2, #wrapper.pt_product-details .mini-cart-totals .col-sm-2, #wrapper.pt_product-details .mini-cart-totals .col-md-2, #wrapper.pt_product-details .mini-cart-totals .col-lg-2, #wrapper.pt_product-details .mini-cart-totals .col-xs-3, #wrapper.pt_product-details .mini-cart-totals .col-sm-3, #wrapper.pt_product-details .mini-cart-totals .col-md-3, #wrapper.pt_product-details .mini-cart-totals .col-lg-3, #wrapper.pt_product-details .mini-cart-totals .col-xs-4, #wrapper.pt_product-details .mini-cart-totals .col-sm-4, #wrapper.pt_product-details .mini-cart-totals .col-md-4, #wrapper.pt_product-details .mini-cart-totals .col-lg-4, #wrapper.pt_product-details .mini-cart-totals .col-xs-5, #wrapper.pt_product-details .mini-cart-totals .col-sm-5, #wrapper.pt_product-details .mini-cart-totals .col-md-5, #wrapper.pt_product-details .mini-cart-totals .col-lg-5, #wrapper.pt_product-details .mini-cart-totals .col-xs-6, #wrapper.pt_product-details .mini-cart-totals .col-sm-6, #wrapper.pt_product-details .mini-cart-totals .col-md-6, #wrapper.pt_product-details .mini-cart-totals .col-lg-6, #wrapper.pt_product-details .mini-cart-totals .col-xs-7, #wrapper.pt_product-details .mini-cart-totals .col-sm-7, #wrapper.pt_product-details .mini-cart-totals .col-md-7, #wrapper.pt_product-details .mini-cart-totals .col-lg-7, #wrapper.pt_product-details .mini-cart-totals .col-xs-8, #wrapper.pt_product-details .mini-cart-totals .col-sm-8, #wrapper.pt_product-details .mini-cart-totals .col-md-8, #wrapper.pt_product-details .mini-cart-totals .col-lg-8, #wrapper.pt_product-details .mini-cart-totals .col-xs-9, #wrapper.pt_product-details .mini-cart-totals .col-sm-9, #wrapper.pt_product-details .mini-cart-totals .col-md-9, #wrapper.pt_product-details .mini-cart-totals .col-lg-9, #wrapper.pt_product-details .mini-cart-totals .col-xs-10, #wrapper.pt_product-details .mini-cart-totals .col-sm-10, #wrapper.pt_product-details .mini-cart-totals .col-md-10, #wrapper.pt_product-details .mini-cart-totals .col-lg-10, #wrapper.pt_product-details .mini-cart-totals .col-xs-11, #wrapper.pt_product-details .mini-cart-totals .col-sm-11, #wrapper.pt_product-details .mini-cart-totals .col-md-11, #wrapper.pt_product-details .mini-cart-totals .col-lg-11, #wrapper.pt_product-details .mini-cart-totals .col-xs-12, #wrapper.pt_product-details .mini-cart-totals .col-sm-12, #wrapper.pt_product-details .mini-cart-totals .col-md-12, #wrapper.pt_product-details .mini-cart-totals .col-lg-12 {
    padding-left: 14px;
    padding-right: 14px; }
  #wrapper.pt_product-details .pdp-olapic {
    float: left;
    padding: 0 50px 50px;
    background: #EEE;
    margin-bottom: 0;
    margin-top: 0;
    width: 100%; }
    @media screen and (max-width: 600px) {
      #wrapper.pt_product-details .pdp-olapic {
        padding: 0 10px 30px 10px; } }
  #wrapper.pt_product-details #buynow_tab {
    padding: 50px 50px 80px 50px;
    background: #EEE; }
    #wrapper.pt_product-details #buynow_tab .col-xs-1, #wrapper.pt_product-details #buynow_tab .col-sm-1, #wrapper.pt_product-details #buynow_tab .col-md-1, #wrapper.pt_product-details #buynow_tab .col-lg-1, #wrapper.pt_product-details #buynow_tab .col-xs-2, #wrapper.pt_product-details #buynow_tab .col-sm-2, #wrapper.pt_product-details #buynow_tab .col-md-2, #wrapper.pt_product-details #buynow_tab .col-lg-2, #wrapper.pt_product-details #buynow_tab .col-xs-3, #wrapper.pt_product-details #buynow_tab .col-sm-3, #wrapper.pt_product-details #buynow_tab .col-md-3, #wrapper.pt_product-details #buynow_tab .col-lg-3, #wrapper.pt_product-details #buynow_tab .col-xs-4, #wrapper.pt_product-details #buynow_tab .col-sm-4, #wrapper.pt_product-details #buynow_tab .col-md-4, #wrapper.pt_product-details #buynow_tab .col-lg-4, #wrapper.pt_product-details #buynow_tab .col-xs-5, #wrapper.pt_product-details #buynow_tab .col-sm-5, #wrapper.pt_product-details #buynow_tab .col-md-5, #wrapper.pt_product-details #buynow_tab .col-lg-5, #wrapper.pt_product-details #buynow_tab .col-xs-6, #wrapper.pt_product-details #buynow_tab .col-sm-6, #wrapper.pt_product-details #buynow_tab .col-md-6, #wrapper.pt_product-details #buynow_tab .col-lg-6, #wrapper.pt_product-details #buynow_tab .col-xs-7, #wrapper.pt_product-details #buynow_tab .col-sm-7, #wrapper.pt_product-details #buynow_tab .col-md-7, #wrapper.pt_product-details #buynow_tab .col-lg-7, #wrapper.pt_product-details #buynow_tab .col-xs-8, #wrapper.pt_product-details #buynow_tab .col-sm-8, #wrapper.pt_product-details #buynow_tab .col-md-8, #wrapper.pt_product-details #buynow_tab .col-lg-8, #wrapper.pt_product-details #buynow_tab .col-xs-9, #wrapper.pt_product-details #buynow_tab .col-sm-9, #wrapper.pt_product-details #buynow_tab .col-md-9, #wrapper.pt_product-details #buynow_tab .col-lg-9, #wrapper.pt_product-details #buynow_tab .col-xs-10, #wrapper.pt_product-details #buynow_tab .col-sm-10, #wrapper.pt_product-details #buynow_tab .col-md-10, #wrapper.pt_product-details #buynow_tab .col-lg-10, #wrapper.pt_product-details #buynow_tab .col-xs-11, #wrapper.pt_product-details #buynow_tab .col-sm-11, #wrapper.pt_product-details #buynow_tab .col-md-11, #wrapper.pt_product-details #buynow_tab .col-lg-11, #wrapper.pt_product-details #buynow_tab .col-xs-12, #wrapper.pt_product-details #buynow_tab .col-sm-12, #wrapper.pt_product-details #buynow_tab .col-md-12, #wrapper.pt_product-details #buynow_tab .col-lg-12 {
      padding-left: 14px;
      padding-right: 14px; }
    #wrapper.pt_product-details #buynow_tab #offerGroups {
      padding: 0 0 0 3px; }
    #wrapper.pt_product-details #buynow_tab .dwfrm_storelocator_postalCode {
      box-shadow: none; }
    #wrapper.pt_product-details #buynow_tab .valid-input-flag {
      position: absolute;
      top: 35px;
      right: 6px; }
    @media screen and (max-width: 600px) {
      #wrapper.pt_product-details #buynow_tab {
        padding: 30px 10px; } }
    #wrapper.pt_product-details #buynow_tab .border-line {
      display: none; }
    #wrapper.pt_product-details #buynow_tab .findInStoreActionButtons {
      padding-left: 0; }
      #wrapper.pt_product-details #buynow_tab .findInStoreActionButtons .padding-0-div {
        padding-left: 0; }
        @media screen and (max-width: 600px) {
          #wrapper.pt_product-details #buynow_tab .findInStoreActionButtons .padding-0-div {
            padding-bottom: 15px; } }
      #wrapper.pt_product-details #buynow_tab .findInStoreActionButtons .find-product-stores {
        width: 90%;
        padding-right: 0;
        max-width: 90%; }
      #wrapper.pt_product-details #buynow_tab .findInStoreActionButtons label {
        margin-bottom: 10px; }
      #wrapper.pt_product-details #buynow_tab .findInStoreActionButtons .with-input-flag {
        margin-bottom: 0; }
      #wrapper.pt_product-details #buynow_tab .findInStoreActionButtons .storelocator-search {
        min-width: 0px;
        padding: 28px 0 0 0; }
        #wrapper.pt_product-details #buynow_tab .findInStoreActionButtons .storelocator-search .find-product-stores {
          min-width: 0px;
          padding: 9px; }
    #wrapper.pt_product-details #buynow_tab #tab-store-locator .storeNearYou h3 {
      font-size: 35px;
      font-family: "Myriad W01 Bd", Helvetica, sans-serif; }
    #wrapper.pt_product-details #buynow_tab #tab-store-locator .storeNearYou p {
      font-size: 20px;
      font-family: "Myriad W01 Regular", Helvetica, sans-serif; }
    #wrapper.pt_product-details #buynow_tab .retailer {
      padding-left: 0; }
      @media screen and (max-width: 600px) {
        #wrapper.pt_product-details #buynow_tab .retailer .mobile-100Percent {
          width: 100%;
          padding: 0 30px 10px 30px; } }
      @media screen and (max-width: 600px) {
        #wrapper.pt_product-details #buynow_tab .retailer .mobile-hideDiv {
          display: none; } }
      #wrapper.pt_product-details #buynow_tab .retailer .retailerBoldFont {
        font-family: "Myriad W01 Bd", Helvetica, sans-serif;
        font-size: 14px; }
    #wrapper.pt_product-details #buynow_tab .buynow-container .tab-content {
      margin: 0;
      padding: 50px; }
      @media screen and (max-width: 600px) {
        #wrapper.pt_product-details #buynow_tab .buynow-container .tab-content {
          padding: 0px; } }
    #wrapper.pt_product-details #buynow_tab .buynow-container .buyNow_brandImage {
      width: 143px; }
    #wrapper.pt_product-details #buynow_tab .buynow-container .form-control, #wrapper.pt_product-details #buynow_tab .buynow-container .btn-default {
      border-radius: 0; }
    #wrapper.pt_product-details #buynow_tab .buynow-container .nav-tabs li {
      width: 50%; }
      #wrapper.pt_product-details #buynow_tab .buynow-container .nav-tabs li a {
        background: #222;
        color: #FFFFFF;
        font-family: "Myriad W01 Bd",Helvetica,sans-serif; }
        #wrapper.pt_product-details #buynow_tab .buynow-container .nav-tabs li a:hover {
          color: #6ba4b8; }
    #wrapper.pt_product-details #buynow_tab .buynow-container .nav-tabs li.active a {
      background: #FFFFFF;
      color: #235D78; }
      #wrapper.pt_product-details #buynow_tab .buynow-container .nav-tabs li.active a .underline {
        padding: 0 10px 5px;
        border-bottom: #235D78 4px solid; }
        @media screen and (max-width: 600px) {
          #wrapper.pt_product-details #buynow_tab .buynow-container .nav-tabs li.active a .underline {
            border-bottom: none; } }
  #wrapper.pt_product-details #cust_reviews {
    background: #EEE;
    padding: 50px 50px 0 50px; }
    @media screen and (max-width: 1400px) {
      #wrapper.pt_product-details #cust_reviews {
        padding: 50px 30px 0 30px; } }
    @media screen and (max-width: 1100px) {
      #wrapper.pt_product-details #cust_reviews {
        padding: 30px 10px 0 10px; } }
  #wrapper.pt_product-details #cust_qa {
    background: #EEE;
    padding: 50px; }
    @media screen and (max-width: 1400px) {
      #wrapper.pt_product-details #cust_qa {
        padding: 50px 30px 30px; } }
    @media screen and (max-width: 1100px) {
      #wrapper.pt_product-details #cust_qa {
        padding: 30px 10px 30px 10px; } }
    #wrapper.pt_product-details #cust_qa .bv-questions {
      background: #FFFFFF; }
  #wrapper.pt_product-details #spec-warranty {
    padding: 50px; }
  #wrapper.pt_product-details #warranty-collapse .warranty .worrentyActionCol .warranty-button .btn {
    display: inline-block;
    margin-right: 10px;
    margin-top: 0;
    margin-bottom: 20px;
    color: #FFFFFF !important;
    border-radius: 0; }
    #wrapper.pt_product-details #warranty-collapse .warranty .worrentyActionCol .warranty-button .btn:hover {
      color: #6ba4b8 !important; }
  #wrapper.pt_product-details #spec-warranty .warranty .warranty-button .btn {
    display: inline-block;
    margin-right: 10px;
    color: #FFFFFF !important;
    border-radius: 0; }
    @media screen and (min-width: 600px) {
      #wrapper.pt_product-details #spec-warranty .warranty .warranty-button .btn {
        margin-top: 0; } }
    #wrapper.pt_product-details #spec-warranty .warranty .warranty-button .btn:hover {
      color: #6ba4b8 !important; }
  #wrapper.pt_product-details .warranty .worrentyActionCol {
    padding-right: 0; }
    #wrapper.pt_product-details .warranty .worrentyActionCol .worrantyHeadingText {
      font-size: 20px;
      font-family: "Myriad W01 Regular", Helvetica, sans-serif; }
    #wrapper.pt_product-details .warranty .worrentyActionCol .warranty-text {
      font-size: 15px;
      font-family: "Myriad W01 Regular", Helvetica, sans-serif; }
  #wrapper.pt_product-details .warranty .callUsSection {
    padding-left: 80px; }
    @media screen and (max-width: 1100px) {
      #wrapper.pt_product-details .warranty .callUsSection {
        padding-left: 0; } }
    #wrapper.pt_product-details .warranty .callUsSection .callUs {
      font-size: 20px;
      margin-bottom: 30px; }
      @media screen and (max-width: 1100px) {
        #wrapper.pt_product-details .warranty .callUsSection .callUs {
          margin: 20px 0 20px 0; } }
    #wrapper.pt_product-details .warranty .callUsSection ul {
      margin-bottom: 30px; }
      #wrapper.pt_product-details .warranty .callUsSection ul li {
        margin-bottom: 0;
        font-size: 15px; }
      @media screen and (max-width: 1100px) {
        #wrapper.pt_product-details .warranty .callUsSection ul {
          margin-bottom: 20px; } }
    #wrapper.pt_product-details .warranty .callUsSection .support-feature-actions .support-feature-action-container {
      padding-bottom: 5px; }
      #wrapper.pt_product-details .warranty .callUsSection .support-feature-actions .support-feature-action-container i {
        font-size: 17px;
        color: #000000;
        padding-right: 20px;
        font-weight: bold;
        display: inline-block; }
      #wrapper.pt_product-details .warranty .callUsSection .support-feature-actions .support-feature-action-container .support-feature-action {
        display: inline-block;
        font-family: "Myriad W01 Bd", Helvetica, sans-serif; }
  #wrapper.pt_product-details #spcs_support {
    background: #EEE;
    padding: 50px 50px 50px 50px; }
    @media screen and (max-width: 1400px) {
      #wrapper.pt_product-details #spcs_support {
        padding: 50px 30px 30px 30px; } }
    @media screen and (max-width: 1100px) {
      #wrapper.pt_product-details #spcs_support {
        padding: 30px 10px 10px 10px; } }
    #wrapper.pt_product-details #spcs_support .faq-components .enter-faq-label {
      width: 70%;
      text-align: center;
      font-size: 26px;
      color: #545454;
      font-family: "Myriad W01 Regular", Helvetica, sans-serif; }
      @media screen and (max-width: 600px) {
        #wrapper.pt_product-details #spcs_support .faq-components .enter-faq-label {
          font-size: 18px;
          width: 100%; } }
    #wrapper.pt_product-details #spcs_support .faq-components .searchedforInfo {
      font-size: 24px;
      font-weight: bold;
      margin: 20px 0;
      color: #545454; }
      #wrapper.pt_product-details #spcs_support .faq-components .searchedforInfo .searchString {
        color: #000000;
        text-transform: capitalize; }
      @media screen and (max-width: 600px) {
        #wrapper.pt_product-details #spcs_support .faq-components .searchedforInfo {
          font-size: 18px; } }
    #wrapper.pt_product-details #spcs_support .faq-components #estimateFaqData {
      margin: 0 0 5px;
      padding: 8px 10px;
      display: inline-block;
      border: 2px solid #ddd;
      width: 50%;
      border-radius: 3px 0 0 3px;
      border-width: 2px 0 2px 2px;
      transition: .2s; }
      #wrapper.pt_product-details #spcs_support .faq-components #estimateFaqData:focus {
        border-color: #6ba4b8;
        outline: none; }
      @media screen and (max-width: 600px) {
        #wrapper.pt_product-details #spcs_support .faq-components #estimateFaqData {
          width: 60%; } }
    #wrapper.pt_product-details #spcs_support .faq-components .find-faq-data {
      cursor: pointer;
      background: #6ba4b8;
      color: #FFFFFF;
      text-align: center;
      border: 2px solid #6ba4b8;
      font-weight: bold;
      font-family: "Myriad W01 Bd", Helvetica, sans-serif;
      font-weight: normal;
      width: 20%;
      border-radius: 0 3px 3px 0;
      padding: 8px 10px;
      margin-left: -5px;
      transition: .2s; }
      #wrapper.pt_product-details #spcs_support .faq-components .find-faq-data:hover {
        background: #FFFFFF;
        color: #6ba4b8; }
      @media screen and (max-width: 600px) {
        #wrapper.pt_product-details #spcs_support .faq-components .find-faq-data {
          width: 40%; } }
    #wrapper.pt_product-details #spcs_support .faq-data .error {
      color: red; }
    #wrapper.pt_product-details #spcs_support .faq-data .pageNavDots {
      display: inline-block;
      border: 0;
      background: #eee;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0;
      font-size: 0;
      color: transparent;
      padding: 5px;
      cursor: pointer;
      margin: 5px;
      border-radius: 50%;
      transition: .2s;
      border: 1px solid #ccc; }
      #wrapper.pt_product-details #spcs_support .faq-data .pageNavDots:hover {
        background-color: #6ba4b8; }
    #wrapper.pt_product-details #spcs_support .faq-data .tabcontent {
      color: #545454; }
      #wrapper.pt_product-details #spcs_support .faq-data .tabcontent .content {
        margin-left: 30px; }
        #wrapper.pt_product-details #spcs_support .faq-data .tabcontent .content p {
          white-space: pre-wrap; }
      #wrapper.pt_product-details #spcs_support .faq-data .tabcontent .feedback {
        display: table;
        padding: 20px 0 10px 0;
        border-top: 1px solid #ddd;
        color: #7c7e81; }
        #wrapper.pt_product-details #spcs_support .faq-data .tabcontent .feedback .caption {
          color: #ffa366;
          display: table-cell;
          vertical-align: middle;
          padding-right: 10px; }
        #wrapper.pt_product-details #spcs_support .faq-data .tabcontent .feedback .userFeedback {
          color: #6ba4b8;
          font-family: "Myriad W01 Lt", Helvetica, sans-serif; }
        #wrapper.pt_product-details #spcs_support .faq-data .tabcontent .feedback .toggle {
          border-radius: 15px;
          border: 1px solid #ddd;
          display: inline-block;
          transition: 0.2s;
          overflow: hidden;
          display: table-cell;
          vertical-align: middle; }
        #wrapper.pt_product-details #spcs_support .faq-data .tabcontent .feedback .yes, #wrapper.pt_product-details #spcs_support .faq-data .tabcontent .feedback .no {
          cursor: pointer;
          padding: 5px 13px;
          display: inline-block;
          transition: .2s; }
        #wrapper.pt_product-details #spcs_support .faq-data .tabcontent .feedback .yes {
          border-right: 1px solid #ddd; }
          #wrapper.pt_product-details #spcs_support .faq-data .tabcontent .feedback .yes:before {
            color: #00b200;
            font-size: 16px; }
          #wrapper.pt_product-details #spcs_support .faq-data .tabcontent .feedback .yes:hover {
            background-color: #e5ffe5; }
            #wrapper.pt_product-details #spcs_support .faq-data .tabcontent .feedback .yes:hover:before {
              color: #007f00; }
        #wrapper.pt_product-details #spcs_support .faq-data .tabcontent .feedback .no:before {
          font-size: 16px; }
        #wrapper.pt_product-details #spcs_support .faq-data .tabcontent .feedback .no:hover {
          background-color: #ffe5e5; }
          #wrapper.pt_product-details #spcs_support .faq-data .tabcontent .feedback .no:hover:before {
            color: #e50000; }
      #wrapper.pt_product-details #spcs_support .faq-data .tabcontent .faqQuestion {
        cursor: pointer;
        margin-left: 30px;
        margin-bottom: 10px;
        transition: .2s; }
        #wrapper.pt_product-details #spcs_support .faq-data .tabcontent .faqQuestion:hover {
          color: #6ba4b8; }
        #wrapper.pt_product-details #spcs_support .faq-data .tabcontent .faqQuestion:before {
          font-family: "JBL";
          content: "\004B";
          font-size: 14px;
          display: inline-block;
          -webkit-transition: .2s;
          transition: .2s;
          margin-right: 20px;
          margin-left: -34px;
          color: #6ba4b8; }
        #wrapper.pt_product-details #spcs_support .faq-data .tabcontent .faqQuestion.activeQuestion:before {
          transform: rotate(90deg) translateY(-2px); }
    #wrapper.pt_product-details #spcs_support .faq-data .selectedfaqpage {
      background-color: #6ba4b8; }
    #wrapper.pt_product-details #spcs_support .specifications-container .nav-tabs {
      display: table;
      width: 100%;
      table-layout: fixed; }
      #wrapper.pt_product-details #spcs_support .specifications-container .nav-tabs li.spec-menu {
        float: none;
        display: table-cell;
        width: 100%; }
    #wrapper.pt_product-details #spcs_support #specs-collapse .panel-body {
      padding: 25px; }
    #wrapper.pt_product-details #spcs_support #specs-collapse .spec-manual {
      padding: 30px 0; }
      #wrapper.pt_product-details #spcs_support #specs-collapse .spec-manual .specsSheetActionText {
        margin-bottom: 20px;
        display: block; }
      #wrapper.pt_product-details #spcs_support #specs-collapse .spec-manual a {
        display: block;
        padding-bottom: 10px; }
    #wrapper.pt_product-details #spcs_support h4 {
      margin: 0;
      font-family: "Myriad W01 Bd", Helvetica, sans-serif;
      font-size: 20px; }
    #wrapper.pt_product-details #spcs_support .panel-title a {
      color: #FFFFFF !important; }
      #wrapper.pt_product-details #spcs_support .panel-title a:hover {
        color: #FFFFFF !important; }
    #wrapper.pt_product-details #spcs_support a {
      color: #000000 !important; }
      #wrapper.pt_product-details #spcs_support a:hover {
        color: #6ba4b8 !important; }
        #wrapper.pt_product-details #spcs_support a:hover .svg-pdp-download {
          fill: #6ba4b8; }
    #wrapper.pt_product-details #spcs_support .manuals-body {
      padding: 50px; }
      #wrapper.pt_product-details #spcs_support .manuals-body .manualsHeading {
        margin-bottom: 30px;
        font-size: 20px; }
    #wrapper.pt_product-details #spcs_support .itemNumberWithdoc {
      padding-bottom: 20px; }
      #wrapper.pt_product-details #spcs_support .itemNumberWithdoc .product-number {
        font-size: 24px;
        margin-top: 0;
        float: left; }
        @media screen and (max-width: 600px) {
          #wrapper.pt_product-details #spcs_support .itemNumberWithdoc .product-number {
            font-size: 16px; } }
      #wrapper.pt_product-details #spcs_support .itemNumberWithdoc .spec-manual {
        float: right; }
        #wrapper.pt_product-details #spcs_support .itemNumberWithdoc .spec-manual .specsSheetActionText {
          max-width: 250px;
          display: inline-block;
          text-align: right;
          float: left; }
        #wrapper.pt_product-details #spcs_support .itemNumberWithdoc .spec-manual .manuals-link {
          display: inline-block; }
    #wrapper.pt_product-details #spcs_support .specs .eachSpec {
      padding-right: 40px; }
      @media screen and (max-width: 600px) {
        #wrapper.pt_product-details #spcs_support .specs .eachSpec {
          padding-right: 10px; } }
      #wrapper.pt_product-details #spcs_support .specs .eachSpec .heading {
        padding-bottom: 5px;
        margin: 30px 0 10px 0;
        border-bottom: 1px solid #ccc; }
      #wrapper.pt_product-details #spcs_support .specs .eachSpec .eachLineItem {
        padding-bottom: 4px;
        font-family: "Myriad W01 Regular", Helvetica, sans-serif;
        color: #222222; }
        #wrapper.pt_product-details #spcs_support .specs .eachSpec .eachLineItem .rightAlignedItem {
          text-align: right;
          color: #000000; }
    #wrapper.pt_product-details #spcs_support .specs .spec-manual i {
      float: left;
      padding: 0 20px 0 30px; }
    #wrapper.pt_product-details #spcs_support .specs .spec-manual .docItem {
      float: left; }
      #wrapper.pt_product-details #spcs_support .specs .spec-manual .docItem h4 {
        margin-top: 0; }
    #wrapper.pt_product-details #spcs_support .tab-content {
      margin-bottom: 0;
      background: #FFFFFF; }
      #wrapper.pt_product-details #spcs_support .tab-content #specs-tab {
        padding: 50px; }
    #wrapper.pt_product-details #spcs_support .tab-content {
      padding: 0; }
    #wrapper.pt_product-details #spcs_support .nav-tabs {
      background: #222;
      height: 56px; }
      #wrapper.pt_product-details #spcs_support .nav-tabs li.active {
        background: #d9d9d9; }
      #wrapper.pt_product-details #spcs_support .nav-tabs li {
        width: auto;
        min-width: 15%; }
        #wrapper.pt_product-details #spcs_support .nav-tabs li a {
          background: #222;
          color: #FFFFFF !important;
          font-family: "Myriad W01 Bd", Helvetica, sans-serif; }
          #wrapper.pt_product-details #spcs_support .nav-tabs li a:hover {
            color: #222 !important;
            background: #FFFFFF; }
        #wrapper.pt_product-details #spcs_support .nav-tabs li.active {
          color: #6ba4b8; }
          #wrapper.pt_product-details #spcs_support .nav-tabs li.active a {
            color: #235D78 !important;
            background: #FFFFFF; }
            #wrapper.pt_product-details #spcs_support .nav-tabs li.active a .underline {
              padding: 0 10px 5px;
              border-bottom: #235D78 4px solid; }
              @media screen and (max-width: 600px) {
                #wrapper.pt_product-details #spcs_support .nav-tabs li.active a .underline {
                  border-bottom: none; } }
  @media screen and (max-width: 600px) {
    #wrapper.pt_product-details .slick-prev, #wrapper.pt_product-details .slick-next {
      display: block;
      border: none;
      background: transparent; }
      #wrapper.pt_product-details .slick-prev i, #wrapper.pt_product-details .slick-next i {
        color: #6ba4b8; } }
  #wrapper.pt_product-details .shopall-class {
    pading-bottom: 50px; }
    #wrapper.pt_product-details .shopall-class .module-product-carousel h3 {
      margin-left: 34px;
      font-size: 30px; }
    #wrapper.pt_product-details .shopall-class .module-product-carousel .slick-dots {
      bottom: 0px; }
  #wrapper.pt_product-details #pdp_youmayLike {
    display: none; }
  #wrapper.pt_product-details #recomm-slider .product-tile {
    border: 1px solid #EEEEEE;
    margin: 5px;
    text-align: center; }
    #wrapper.pt_product-details #recomm-slider .product-tile .product-info {
      text-align: center;
      overflow: hidden;
      padding-top: 18px; }
      #wrapper.pt_product-details #recomm-slider .product-tile .product-info .bv-inline-rating-container {
        text-align: center !important; }
        #wrapper.pt_product-details #recomm-slider .product-tile .product-info .bv-inline-rating-container .bv-stars-container {
          display: inline-block !important; }
          #wrapper.pt_product-details #recomm-slider .product-tile .product-info .bv-inline-rating-container .bv-stars-container .bv-rating-stars-off {
            color: #CCC !important; }
    #wrapper.pt_product-details #recomm-slider .product-tile .price-strikethrough {
      font-size: .9em; }
    #wrapper.pt_product-details #recomm-slider .product-tile .product-image img {
      margin: auto; }
    #wrapper.pt_product-details #recomm-slider .product-tile .product-info {
      max-height: 300px; }
      @media screen and (max-width: 600px) {
        #wrapper.pt_product-details #recomm-slider .product-tile .product-info {
          max-height: 100%; } }
      #wrapper.pt_product-details #recomm-slider .product-tile .product-info .swatch-list li[class*=white] {
        border: none; }
        #wrapper.pt_product-details #recomm-slider .product-tile .product-info .swatch-list li[class*=white] img {
          outline: 1px solid rgba(0, 0, 0, 0.3);
          height: 20px;
          width: 19px;
          margin-left: 1px;
          margin-top: 1px; }
      #wrapper.pt_product-details #recomm-slider .product-tile .product-info .swatch-list li[class*=clear] {
        border: none; }
        #wrapper.pt_product-details #recomm-slider .product-tile .product-info .swatch-list li[class*=clear] img {
          outline: 1px solid rgba(0, 0, 0, 0.3);
          height: 20px;
          width: 19px;
          margin-left: 1px;
          margin-top: 1px; }
      #wrapper.pt_product-details #recomm-slider .product-tile .product-info .product-name {
        font-size: 22px;
        height: 45px;
        line-height: 1.2em; }
        #wrapper.pt_product-details #recomm-slider .product-tile .product-info .product-name .productname-link {
          font-size: 22px; }
      #wrapper.pt_product-details #recomm-slider .product-tile .product-info .product-description {
        color: #000000;
        font-size: 16px; }
      #wrapper.pt_product-details #recomm-slider .product-tile .product-info .product-pricing {
        font-family: "Myriad W01 Bd", Helvetica, sans-serif;
        font-size: 18px; }
        #wrapper.pt_product-details #recomm-slider .product-tile .product-info .product-pricing .price-each {
          font-size: 18px; }
    @media screen and (max-width: 600px) {
      #wrapper.pt_product-details #recomm-slider .product-tile .hidden-mobile_pdp {
        display: none; } }
    #wrapper.pt_product-details #recomm-slider .product-tile .product-swatches .swatch-list li {
      height: 30px;
      width: 22px; }
      #wrapper.pt_product-details #recomm-slider .product-tile .product-swatches .swatch-list li img {
        height: 22px;
        width: 22px;
        border: none; }
      #wrapper.pt_product-details #recomm-slider .product-tile .product-swatches .swatch-list li.selected {
        border-left: none;
        border-right: none;
        border-top: none;
        border-bottom: 2px solid #6ba4b8; }
      #wrapper.pt_product-details #recomm-slider .product-tile .product-swatches .swatch-list li:hover {
        border-left: none;
        border-right: none;
        border-top: none;
        border-bottom: 2px solid #6ba4b8; }
    #wrapper.pt_product-details #recomm-slider .product-tile .product-swatches {
      position: relative;
      top: 0;
      left: 0; }
      #wrapper.pt_product-details #recomm-slider .product-tile .product-swatches ul.swatch-list li.swatch {
        display: inline-block; }
  #wrapper.pt_product-details .panel-heading {
    padding: 0; }
    #wrapper.pt_product-details .panel-heading a {
      width: 100%;
      height: 100%;
      display: block;
      padding: 16px 26px;
      font-family: "Myriad W01 Bd", Helvetica, sans-serif;
      font-size: 18px; }
  #wrapper.pt_product-details .accordion-toggle:after {
    content: "\0049";
    float: right;
    color: #6ba4b8;
    font-family: jbl; }
  #wrapper.pt_product-details .accordion-toggle.collapsed:after {
    content: "\004B";
    font-family: jbl; }
  #wrapper.pt_product-details .functionTab:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  #wrapper.pt_product-details .functionTab {
    padding: 50px 0; }
    @media screen and (max-width: 600px) {
      #wrapper.pt_product-details .functionTab {
        padding: 50px 10; } }
  #wrapper.pt_product-details .slick-dots li {
    width: 18px;
    height: 18px;
    border-radius: 18px;
    border: 1px solid #ccc; }
    #wrapper.pt_product-details .slick-dots li.slick-active {
      background: #6ba4b8; }
    #wrapper.pt_product-details .slick-dots li button:before {
      content: ''; }
  #wrapper.pt_product-details .full-bleed {
    margin: 0; }
  #wrapper.pt_product-details #navigation .full-bleed {
    margin: 0 auto;
    padding: 0; }
    #wrapper.pt_product-details #navigation .full-bleed.menu-wrapper {
      padding: 30px 0; }
  #wrapper.pt_product-details .container-fluid {
    padding-left: 0;
    padding-right: 0; }
  @media screen and (min-width: 1100px) {
    #wrapper.pt_product-details #footer .rowClass {
      padding-top: 15px; } }
  #wrapper.pt_product-details .row:not(.rowclass) {
    margin-left: 0;
    margin-right: 0; }
  #wrapper.pt_product-details .col-xs-1:not(.colClass), #wrapper.pt_product-details .col-sm-1:not(.colClass), #wrapper.pt_product-details .col-md-1:not(.colClass), #wrapper.pt_product-details .col-lg-1:not(.colClass), #wrapper.pt_product-details .col-xs-2:not(.colClass), #wrapper.pt_product-details .col-sm-2:not(.colClass), #wrapper.pt_product-details .col-md-2:not(.colClass), #wrapper.pt_product-details .col-lg-2:not(.colClass), #wrapper.pt_product-details .col-xs-3:not(.colClass), #wrapper.pt_product-details .col-sm-3:not(.colClass), #wrapper.pt_product-details .col-md-3:not(.colClass), #wrapper.pt_product-details .col-lg-3:not(.colClass), #wrapper.pt_product-details .col-xs-4:not(.colClass), #wrapper.pt_product-details .col-sm-4:not(.colClass), #wrapper.pt_product-details .col-md-4:not(.colClass), #wrapper.pt_product-details .col-lg-4:not(.colClass), #wrapper.pt_product-details .col-xs-5:not(.colClass), #wrapper.pt_product-details .col-sm-5:not(.colClass), #wrapper.pt_product-details .col-md-5:not(.colClass), #wrapper.pt_product-details .col-lg-5:not(.colClass), #wrapper.pt_product-details .col-xs-6:not(.colClass), #wrapper.pt_product-details .col-sm-6:not(.colClass), #wrapper.pt_product-details .col-md-6:not(.colClass), #wrapper.pt_product-details .col-lg-6:not(.colClass), #wrapper.pt_product-details .col-xs-7:not(.colClass), #wrapper.pt_product-details .col-sm-7:not(.colClass), #wrapper.pt_product-details .col-md-7:not(.colClass), #wrapper.pt_product-details .col-lg-7:not(.colClass), #wrapper.pt_product-details .col-xs-8:not(.colClass), #wrapper.pt_product-details .col-sm-8:not(.colClass), #wrapper.pt_product-details .col-md-8:not(.colClass), #wrapper.pt_product-details .col-lg-8:not(.colClass), #wrapper.pt_product-details .col-xs-9:not(.colClass), #wrapper.pt_product-details .col-sm-9:not(.colClass), #wrapper.pt_product-details .col-md-9:not(.colClass), #wrapper.pt_product-details .col-lg-9:not(.colClass), #wrapper.pt_product-details .col-xs-10:not(.colClass), #wrapper.pt_product-details .col-sm-10:not(.colClass), #wrapper.pt_product-details .col-md-10:not(.colClass), #wrapper.pt_product-details .col-lg-10:not(.colClass), #wrapper.pt_product-details .col-xs-11:not(.colClass), #wrapper.pt_product-details .col-sm-11:not(.colClass), #wrapper.pt_product-details .col-md-11:not(.colClass), #wrapper.pt_product-details .col-lg-11:not(.colClass), #wrapper.pt_product-details .col-xs-12:not(.colClass), #wrapper.pt_product-details .col-sm-12:not(.colClass), #wrapper.pt_product-details .col-md-12:not(.colClass), #wrapper.pt_product-details .col-lg-12:not(.colClass) {
    padding-left: 0px;
    padding-right: 0px; }
  #wrapper.pt_product-details .breadcrumb {
    left: 60px;
    padding: 15px 0 0 0;
    z-index: 100; }
    @media screen and (max-width: 1400px) {
      #wrapper.pt_product-details .breadcrumb {
        margin-left: 10px;
        left: 10px; } }

.modal .product-top-content {
  top: 0 !important; }

.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;
    font-size: 10px;
    margin-right: 8px; }
    .countdown .countdown-date > span {
      font-weight: bold;
      font-family: "Myriad W01 Bd", Helvetica, sans-serif;
      font-size: 12px; }
  [style*="color:#000"] + .countdown {
    color: #000; }
  [style*="color:#fff"] + .countdown {
    color: #fff; }

.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 {
    margin-bottom: 70px;
    background-color: #FFFFFF; }
    @media screen and (max-width: 600px) {
      .pt_product-details .product-top-content,
      #search-result-items .modal .product-top-content {
        margin-bottom: 0px; } }
    .pt_product-details .product-top-content #videos_tab,
    #search-result-items .modal .product-top-content #videos_tab {
      background: #222;
      padding: 40px;
      color: #FFFFFF; }
      @media screen and (max-width: 1400px) {
        .pt_product-details .product-top-content #videos_tab,
        #search-result-items .modal .product-top-content #videos_tab {
          padding: 50px 40px 40px 40px; } }
      @media screen and (max-width: 600px) {
        .pt_product-details .product-top-content #videos_tab,
        #search-result-items .modal .product-top-content #videos_tab {
          padding: 20px 20px 40px 20px; } }
      .pt_product-details .product-top-content #videos_tab #video_containor_pdp,
      #search-result-items .modal .product-top-content #videos_tab #video_containor_pdp {
        padding-top: 100px; }
        @media screen and (max-width: 600px) {
          .pt_product-details .product-top-content #videos_tab #video_containor_pdp,
          #search-result-items .modal .product-top-content #videos_tab #video_containor_pdp {
            padding-top: 0; } }
      .pt_product-details .product-top-content #videos_tab .long-description-parent,
      #search-result-items .modal .product-top-content #videos_tab .long-description-parent {
        padding: 30px 0; }
        @media screen and (min-width: 600px) {
          .pt_product-details .product-top-content #videos_tab .long-description-parent,
          #search-result-items .modal .product-top-content #videos_tab .long-description-parent {
            padding: 30px 0 0 0; } }
        .pt_product-details .product-top-content #videos_tab .long-description-parent .longDescriptionTitle span.CN_videoTitle,
        #search-result-items .modal .product-top-content #videos_tab .long-description-parent .longDescriptionTitle span.CN_videoTitle {
          font-size: 26px; }
        .pt_product-details .product-top-content #videos_tab .long-description-parent .longDescriptionTitle span,
        #search-result-items .modal .product-top-content #videos_tab .long-description-parent .longDescriptionTitle span {
          font-family: "Myriad W01 Bd", Helvetica, sans-serif;
          font-size: 50px;
          line-height: 1.2em;
          float: right;
          text-align: left; }
          @media screen and (max-width: 1099px) {
            .pt_product-details .product-top-content #videos_tab .long-description-parent .longDescriptionTitle span,
            #search-result-items .modal .product-top-content #videos_tab .long-description-parent .longDescriptionTitle span {
              float: left;
              text-align: left;
              font-size: 30px;
              padding-bottom: 20px;
              width: 100%; } }
        .pt_product-details .product-top-content #videos_tab .long-description-parent .long-description,
        #search-result-items .modal .product-top-content #videos_tab .long-description-parent .long-description {
          font-family: "Myriad W01 Regular", Helvetica, sans-serif; }
    .pt_product-details .product-top-content #features_tab,
    #search-result-items .modal .product-top-content #features_tab {
      padding-top: 0; }
      @media screen and (max-width: 600px) {
        .pt_product-details .product-top-content #features_tab,
        #search-result-items .modal .product-top-content #features_tab {
          background: #000000;
          padding: 50px 20px 80px 20px; }
          .pt_product-details .product-top-content #features_tab .title,
          #search-result-items .modal .product-top-content #features_tab .title {
            color: #FFFFFF;
            font-size: 22px;
            padding-bottom: 20px; }
          .pt_product-details .product-top-content #features_tab p,
          #search-result-items .modal .product-top-content #features_tab p {
            color: #FFFFFF;
            font-family: "Myriad W01 Regular", Helvetica, sans-serif;
            font-size: 14px; } }
      .pt_product-details .product-top-content #features_tab .slick-carousel-custom-feature,
      #search-result-items .modal .product-top-content #features_tab .slick-carousel-custom-feature {
        padding-top: 50px; }
      .pt_product-details .product-top-content #features_tab .feature-dash,
      #search-result-items .modal .product-top-content #features_tab .feature-dash {
        margin: auto;
        width: 70px;
        height: 4px;
        background: #000;
        margin-top: 30px; }
      .pt_product-details .product-top-content #features_tab .feature-heading,
      #search-result-items .modal .product-top-content #features_tab .feature-heading {
        padding: 0 50px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        text-align: center; }
        .pt_product-details .product-top-content #features_tab .feature-heading .feature-title,
        #search-result-items .modal .product-top-content #features_tab .feature-heading .feature-title {
          font-size: 30px;
          margin-bottom: 20px; }
          @media screen and (max-width: 1100px) {
            .pt_product-details .product-top-content #features_tab .feature-heading .feature-title,
            #search-result-items .modal .product-top-content #features_tab .feature-heading .feature-title {
              font-size: 24px; } }
        @media screen and (max-width: 1100px) {
          .pt_product-details .product-top-content #features_tab .feature-heading,
          #search-result-items .modal .product-top-content #features_tab .feature-heading {
            padding: 0 20px; } }
      .pt_product-details .product-top-content #features_tab .feature-nonimage,
      #search-result-items .modal .product-top-content #features_tab .feature-nonimage {
        margin-top: 75px; }
      @media screen and (max-width: 1100px) {
        .pt_product-details .product-top-content #features_tab .feature-icon img,
        #search-result-items .modal .product-top-content #features_tab .feature-icon img {
          width: 55px; } }
      .pt_product-details .product-top-content #features_tab .feature-body img,
      #search-result-items .modal .product-top-content #features_tab .feature-body img {
        width: 100%; }
      .pt_product-details .product-top-content #features_tab .feature-rightcontentWithImg,
      #search-result-items .modal .product-top-content #features_tab .feature-rightcontentWithImg {
        background: #000000; }
        .pt_product-details .product-top-content #features_tab .feature-rightcontentWithImg .floated-right-content,
        #search-result-items .modal .product-top-content #features_tab .feature-rightcontentWithImg .floated-right-content {
          right: 0; }
          .pt_product-details .product-top-content #features_tab .feature-rightcontentWithImg .floated-right-content .feature-title, .pt_product-details .product-top-content #features_tab .feature-rightcontentWithImg .floated-right-content p,
          #search-result-items .modal .product-top-content #features_tab .feature-rightcontentWithImg .floated-right-content .feature-title,
          #search-result-items .modal .product-top-content #features_tab .feature-rightcontentWithImg .floated-right-content p {
            color: #FFFFFF; }
      .pt_product-details .product-top-content #features_tab .feature-leftcontentWithImg,
      #search-result-items .modal .product-top-content #features_tab .feature-leftcontentWithImg {
        background: #000000; }
        .pt_product-details .product-top-content #features_tab .feature-leftcontentWithImg .floated-left-content,
        #search-result-items .modal .product-top-content #features_tab .feature-leftcontentWithImg .floated-left-content {
          left: 0; }
          .pt_product-details .product-top-content #features_tab .feature-leftcontentWithImg .floated-left-content .feature-title, .pt_product-details .product-top-content #features_tab .feature-leftcontentWithImg .floated-left-content p,
          #search-result-items .modal .product-top-content #features_tab .feature-leftcontentWithImg .floated-left-content .feature-title,
          #search-result-items .modal .product-top-content #features_tab .feature-leftcontentWithImg .floated-left-content p {
            color: #FFFFFF; }
        .pt_product-details .product-top-content #features_tab .feature-leftcontentWithImg .floated-right-image,
        #search-result-items .modal .product-top-content #features_tab .feature-leftcontentWithImg .floated-right-image {
          float: right;
          min-height: 480px; }
      .pt_product-details .product-top-content #features_tab .floated-left-image,
      #search-result-items .modal .product-top-content #features_tab .floated-left-image {
        float: left;
        min-height: 480px; }
      .pt_product-details .product-top-content #features_tab .featureWithoutImage,
      #search-result-items .modal .product-top-content #features_tab .featureWithoutImage {
        padding: 50px;
        text-align: center;
        height: 300px; }
      .pt_product-details .product-top-content #features_tab .feature-slide,
      #search-result-items .modal .product-top-content #features_tab .feature-slide {
        width: 100%;
        text-align: center;
        padding: 20px 30px; }
        .pt_product-details .product-top-content #features_tab .feature-slide img,
        #search-result-items .modal .product-top-content #features_tab .feature-slide img {
          margin: auto; }
        .pt_product-details .product-top-content #features_tab .feature-slide .title,
        #search-result-items .modal .product-top-content #features_tab .feature-slide .title {
          text-transform: uppercase; }
    .pt_product-details .product-top-content .product-video,
    #search-result-items .modal .product-top-content .product-video {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      height: 100% !important; }
    .pt_product-details .product-top-content nav,
    #search-result-items .modal .product-top-content nav {
      background: #FFFFFF;
      border-top: 1px solid #e8e8e8;
      border-bottom: 1px solid #e8e8e8;
      height: 67px; }
      .pt_product-details .product-top-content nav .mainspec-menu,
      #search-result-items .modal .product-top-content nav .mainspec-menu {
        display: inline-block;
        line-height: 60px;
        padding: 0 20px;
        margin: 0 20px;
        border-bottom: 5px solid transparent; }
        .pt_product-details .product-top-content nav .mainspec-menu a,
        #search-result-items .modal .product-top-content nav .mainspec-menu a {
          color: #235D78 !important;
          font-family: "Myriad W01 Bd", Helvetica, sans-serif;
          font-size: 14px; }
        .pt_product-details .product-top-content nav .mainspec-menu.active,
        #search-result-items .modal .product-top-content nav .mainspec-menu.active {
          border-bottom: 5px solid #6ba4b8; }
          .pt_product-details .product-top-content nav .mainspec-menu.active a,
          #search-result-items .modal .product-top-content nav .mainspec-menu.active a {
            color: #6ba4b8; }
        .pt_product-details .product-top-content nav .mainspec-menu:hover,
        #search-result-items .modal .product-top-content nav .mainspec-menu:hover {
          cursor: pointer;
          background: #6ba4b8; }
          .pt_product-details .product-top-content nav .mainspec-menu:hover a,
          #search-result-items .modal .product-top-content nav .mainspec-menu:hover a {
            color: #FFFFFF; }
      .pt_product-details .product-top-content nav ul,
      #search-result-items .modal .product-top-content nav ul {
        max-width: 1400px;
        margin: auto;
        float: left;
        position: relative;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .pt_product-details .product-top-content nav.fixNav,
      #search-result-items .modal .product-top-content nav.fixNav {
        top: 106px;
        position: fixed;
        z-index: 100;
        width: 100%;
        left: 0;
        box-shadow: 0 4px 8px -6px #f8f8f8; }
    .pt_product-details .product-top-content .spin,
    #search-result-items .modal .product-top-content .spin {
      display: inline-block; }
      .pt_product-details .product-top-content .spin .spinner,
      #search-result-items .modal .product-top-content .spin .spinner {
        float: left;
        width: 29px; }
      .pt_product-details .product-top-content .spin span,
      #search-result-items .modal .product-top-content .spin span {
        display: inline-block;
        width: 29px;
        height: 28px;
        text-align: center;
        border: 1px solid #aaa;
        border-radius: 0;
        cursor: pointer;
        font-size: 18px; }
      .pt_product-details .product-top-content .spin input[type=number]::-webkit-inner-spin-button,
      .pt_product-details .product-top-content .spin nput[type=number]::-webkit-outer-spin-button,
      #search-result-items .modal .product-top-content .spin input[type=number]::-webkit-inner-spin-button,
      #search-result-items .modal .product-top-content .spin nput[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0; }
      .pt_product-details .product-top-content .spin input[type=number],
      #search-result-items .modal .product-top-content .spin input[type=number] {
        -moz-appearance: textfield; }
    @media screen and (min-width: 1099px) {
      .pt_product-details .product-top-content,
      #search-result-items .modal .product-top-content {
        position: relative; } }
    .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 .product-top-content .carousel-control,
    #search-result-items .modal .product-top-content .carousel-control {
      text-shadow: 0 2px 2px #000000; }
      .pt_product-details .product-top-content .carousel-control.right, .pt_product-details .product-top-content .carousel-control.left,
      #search-result-items .modal .product-top-content .carousel-control.right,
      #search-result-items .modal .product-top-content .carousel-control.left {
        background-image: none; }
    .pt_product-details .product-top-content .product-detail.clamp-ref,
    #search-result-items .modal .product-top-content .product-detail.clamp-ref {
      padding-right: 0; }
  .pt_product-details .product-detail #product-content ul.refurbished-detailsIcon li,
  #search-result-items .modal .product-detail #product-content ul.refurbished-detailsIcon li {
    padding-bottom: 2px; }
  .pt_product-details .product-detail #product-content ul.refurbished-detailsIcon .refurbished-detailsLi,
  #search-result-items .modal .product-detail #product-content ul.refurbished-detailsIcon .refurbished-detailsLi {
    height: 15px; }
  .pt_product-details .product-detail #product-content ul.refurbished-detailsIcon .Moreinfotooltipmain,
  #search-result-items .modal .product-detail #product-content ul.refurbished-detailsIcon .Moreinfotooltipmain {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    cursor: pointer; }
    .pt_product-details .product-detail #product-content ul.refurbished-detailsIcon .Moreinfotooltipmain .Moreinfotooltiptext,
    #search-result-items .modal .product-detail #product-content ul.refurbished-detailsIcon .Moreinfotooltipmain .Moreinfotooltiptext {
      display: none;
      width: 300px;
      background-color: #fff;
      text-align: center;
      border-radius: 3px;
      padding: 5px 10px;
      z-index: 1;
      bottom: 100%;
      transition: opacity 0.3s;
      position: absolute;
      border: 1px solid #ccc;
      box-shadow: 1px 1px 5px #ccc; }
    .pt_product-details .product-detail #product-content ul.refurbished-detailsIcon .Moreinfotooltipmain:hover .Moreinfotooltiptext,
    #search-result-items .modal .product-detail #product-content ul.refurbished-detailsIcon .Moreinfotooltipmain:hover .Moreinfotooltiptext {
      display: block; }
  @media (max-width: 1099px) {
    .pt_product-details .product-detail #product-content,
    #search-result-items .modal .product-detail #product-content {
      margin-top: 40px;
      padding-bottom: 10px; } }
  @media screen and (max-width: 600px) {
    .pt_product-details .product-detail #product-content,
    #search-result-items .modal .product-detail #product-content {
      margin-top: 50px; } }
  .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: #235D78;
      background-color: #FFFFFF; }
    .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: 5px; } }
    @media (min-width: 700px) {
      .pt_product-details .breadcrumb,
      #search-result-items .modal .breadcrumb {
        left: 26px; } }
    @media (min-width: 1401px) {
      .pt_product-details .breadcrumb,
      #search-result-items .modal .breadcrumb {
        left: 53px; } }
  .pt_product-details .pdp-badges,
  #search-result-items .modal .pdp-badges {
    position: absolute;
    pointer-events: none;
    top: 60px;
    left: 60px;
    z-index: 100; }
    .pt_product-details .pdp-badges .flag-shape,
    #search-result-items .modal .pdp-badges .flag-shape {
      height: 30px;
      width: 30px;
      background: white;
      position: absolute;
      transform: rotate(45deg);
      right: -20px; }
    @media screen and (max-width: 1400px) {
      .pt_product-details .pdp-badges,
      #search-result-items .modal .pdp-badges {
        margin-left: 10px;
        left: 10px; } }
    @media screen and (max-width: 600px) {
      .pt_product-details .pdp-badges,
      #search-result-items .modal .pdp-badges {
        top: 30px; } }
  .pt_product-details .pdp-badge,
  #search-result-items .modal .pdp-badge {
    color: #FFFFFF;
    background-color: #235D78;
    padding: 5px 30px 5px 20px;
    float: left;
    text-align: center;
    pointer-events: none;
    height: 30px;
    margin-left: 3px; }
    @media screen and (max-width: 600px) {
      .pt_product-details .pdp-badge,
      #search-result-items .modal .pdp-badge {
        padding: 5px 20px 5px 10px; } }
    .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; }
    .pt_product-details .pdp-badge i,
    #search-result-items .modal .pdp-badge i {
      padding-right: 10px; }
    .pt_product-details .pdp-badge span,
    #search-result-items .modal .pdp-badge span {
      font-family: "Myriad W01 Lt", Helvetica, sans-serif;
      font-size: 14px;
      position: relative; }
  .pt_product-details .main-video,
  #search-result-items .modal .main-video {
    margin-top: 150px; }
  .pt_product-details .top-content,
  #search-result-items .modal .top-content {
    padding: 0 60px 10px;
    margin-top: 30px; }
    @media screen and (max-width: 1400px) {
      .pt_product-details .top-content,
      #search-result-items .modal .top-content {
        margin: 20px 10px;
        padding-left: 10px;
        padding-right: 10px; } }
    .pt_product-details .top-content .list-inline,
    #search-result-items .modal .top-content .list-inline {
      margin-left: 0; }
  .pt_product-details .top-content,
  .pt_product-details .features,
  .pt_product-details .white-box,
  .pt_product-details .support-container,
  #search-result-items .modal .top-content,
  #search-result-items .modal .features,
  #search-result-items .modal .white-box,
  #search-result-items .modal .support-container {
    background-color: #FFFFFF; }
  .pt_product-details .features,
  #search-result-items .modal .features {
    margin: 30px 0 20px;
    padding: 20px; }
    .pt_product-details .features p,
    #search-result-items .modal .features p {
      margin-top: 20px;
      font-family: "Myriad W01 Lt", Helvetica, sans-serif; }
    .pt_product-details .features img,
    #search-result-items .modal .features img {
      max-width: 100%; }
  .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 {
    margin: 5px 0;
    color: #000000;
    font-family: "Myriad W01 Lt", Helvetica, sans-serif; }
    @media screen and (max-width: 600px) {
      .pt_product-details h1.product-name,
      #search-result-items .modal h1.product-name {
        display: none; } }
  .pt_product-details #defaultCountdown,
  #search-result-items .modal #defaultCountdown {
    border: 2px solid #6ba4b8;
    padding: 5px;
    height: 60px;
    width: 100%;
    max-width: 360px;
    margin-bottom: 20px;
    position: relative; }
    @media screen and (max-width: 600px) {
      .pt_product-details #defaultCountdown,
      #search-result-items .modal #defaultCountdown {
        margin: auto; } }
    .pt_product-details #defaultCountdown .timerText,
    #search-result-items .modal #defaultCountdown .timerText {
      width: 100%;
      max-width: 345px;
      text-transform: uppercase;
      position: absolute;
      top: -12px;
      text-align: center;
      margin-bottom: 0; }
      .pt_product-details #defaultCountdown .timerText span,
      #search-result-items .modal #defaultCountdown .timerText span {
        color: #333;
        padding: 0 5px;
        background: #FFFFFF;
        font-weight: bold;
        font-size: 12px;
        letter-spacing: 1px; }
        @media screen and (max-width: 1100px) {
          .pt_product-details #defaultCountdown .timerText span,
          #search-result-items .modal #defaultCountdown .timerText span {
            letter-spacing: 0;
            font-size: 10px; } }
    .pt_product-details #defaultCountdown .dateValuePart,
    #search-result-items .modal #defaultCountdown .dateValuePart {
      text-align: center;
      max-width: 83px;
      width: 24%;
      display: inline-block;
      padding-top: 2px; }
      @media screen and (max-width: 800px) {
        .pt_product-details #defaultCountdown .dateValuePart,
        #search-result-items .modal #defaultCountdown .dateValuePart {
          width: 23%; } }
      .pt_product-details #defaultCountdown .dateValuePart .dataValuePart,
      #search-result-items .modal #defaultCountdown .dateValuePart .dataValuePart {
        font-size: 2.5em;
        line-height: 1;
        color: #555;
        font-family: "Myriad W01 Lt", Helvetica, sans-serif; }
      .pt_product-details #defaultCountdown .dateValuePart h4,
      #search-result-items .modal #defaultCountdown .dateValuePart h4 {
        font-size: 6px;
        margin: 0px;
        text-transform: uppercase;
        color: #666; }
  .pt_product-details .product-short-description,
  #search-result-items .modal .product-short-description {
    color: #222222;
    font-size: 14px;
    margin: 0;
    font-family: "Myriad W01 Regular", Helvetica, sans-serif; }
  .pt_product-details .product-detail hr,
  #search-result-items .modal .product-detail hr {
    margin: 0;
    height: 1px;
    background-color: #dedede;
    border: 0 none; }
  .pt_product-details ul.swatches li,
  #search-result-items .modal ul.swatches li {
    font-size: 0; }
    .pt_product-details ul.swatches li a,
    #search-result-items .modal ul.swatches li a {
      width: 36px;
      height: 36px;
      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: 0;
        left: 0;
        right: 0;
        bottom: 0;
        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: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border: 1px solid #6ba4b8; }
    .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 ul.swatches li div,
    #search-result-items .modal ul.swatches li div {
      margin-top: 10px;
      height: 2px; }
    .pt_product-details ul.swatches li.selected div,
    #search-result-items .modal ul.swatches li.selected div {
      background-color: #6ba4b8; }
  .pt_product-details .product-price,
  #search-result-items .modal .product-price {
    margin: 15px 0; }
    @media screen and (max-width: 600px) {
      .pt_product-details .product-price,
      #search-result-items .modal .product-price {
        display: none; } }
  .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: #235D78;
    font-family: "Myriad W01 Lt", Helvetica, sans-serif; }
  .pt_product-details .price-off-option,
  #search-result-items .modal .price-off-option {
    color: #FFFFFF;
    font-size: 14px;
    background-color: red;
    display: inline-block;
    padding: 0 10px;
    margin-left: 5px; }
  .pt_product-details .price-sales,
  #search-result-items .modal .price-sales {
    font-size: 42px; }
  .pt_product-details .ecocss,
  #search-result-items .modal .ecocss {
    display: block;
    position: relative;
    top: -8px;
    font-size: 11px;
    color: grey; }
  .pt_product-details .price-each,
  #search-result-items .modal .price-each {
    font-size: 20px; }
  .pt_product-details .price-strikethrough,
  #search-result-items .modal .price-strikethrough {
    font-size: 18px;
    padding-left: 5px; }
  .pt_product-details .promotion,
  #search-result-items .modal .promotion {
    margin: 0 0 20px 0; }
    .pt_product-details .promotion .promotion-callout,
    #search-result-items .modal .promotion .promotion-callout {
      display: table; }
      .pt_product-details .promotion .promotion-callout i,
      #search-result-items .modal .promotion .promotion-callout i {
        color: #AEAEAE;
        font-size: 24px;
        display: inline-block;
        padding-right: 10px; }
      .pt_product-details .promotion .promotion-callout span,
      #search-result-items .modal .promotion .promotion-callout span {
        display: table-cell;
        vertical-align: middle;
        color: #000000; }
  .pt_product-details .whybuy,
  #search-result-items .modal .whybuy {
    padding: 20px 0; }
  .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-reason,
  #search-result-items .modal .whybuy-reason {
    margin-bottom: 20px; }
    @media screen and (max-width: 1099px) {
      .pt_product-details .whybuy-reason,
      #search-result-items .modal .whybuy-reason {
        text-align: center; } }
  .pt_product-details .whybuy-reason i,
  #search-result-items .modal .whybuy-reason i {
    display: table-cell;
    vertical-align: middle;
    font-size: 42px;
    line-height: 1;
    padding: 5px 7px 0 0;
    color: #959595; }
    @media screen and (max-width: 1099px) {
      .pt_product-details .whybuy-reason i,
      #search-result-items .modal .whybuy-reason i {
        display: block; } }
  .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,
  #search-result-items .modal .whybuy-link {
    white-space: nowrap; }
    .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: "Myriad W01 Regular", Helvetica, sans-serif;
      line-height: 1.9em; }
    .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: #6ba4b8; }
      .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: #6ba4b8; }
    .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: .8em; }
  .pt_product-details #videos_tab .video-carousel .slick-dots, .pt_product-details #videos_tab .video-carousel .slick-next, .pt_product-details #videos_tab .video-carousel .slick-prev,
  #search-result-items .modal #videos_tab .video-carousel .slick-dots,
  #search-result-items .modal #videos_tab .video-carousel .slick-next,
  #search-result-items .modal #videos_tab .video-carousel .slick-prev {
    display: none !important; }
    @media screen and (max-width: 600px) {
      .pt_product-details #videos_tab .video-carousel .slick-dots, .pt_product-details #videos_tab .video-carousel .slick-next, .pt_product-details #videos_tab .video-carousel .slick-prev,
      #search-result-items .modal #videos_tab .video-carousel .slick-dots,
      #search-result-items .modal #videos_tab .video-carousel .slick-next,
      #search-result-items .modal #videos_tab .video-carousel .slick-prev {
        display: block !important; } }
  .pt_product-details #videos_tab .main-video-tab .productmain-video-link,
  #search-result-items .modal #videos_tab .main-video-tab .productmain-video-link {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0; }
  .pt_product-details #videos_tab .main-video-tab .productmain-video-link iframe,
  #search-result-items .modal #videos_tab .main-video-tab .productmain-video-link iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .pt_product-details #videos_tab .main-video-tab .productmain-video-link,
  #search-result-items .modal #videos_tab .main-video-tab .productmain-video-link {
    cursor: pointer; }
    .pt_product-details #videos_tab .main-video-tab .productmain-video-link span:before,
    #search-result-items .modal #videos_tab .main-video-tab .productmain-video-link span:before {
      content: "\e906";
      font-family: "JBL";
      position: absolute;
      width: 100%;
      color: #FFFFFF;
      font-size: 4em;
      cursor: pointer;
      text-align: center;
      z-index: 2;
      top: 50%;
      transform: translateY(-50%); }
    .pt_product-details #videos_tab .main-video-tab .productmain-video-link:hover span:before,
    #search-result-items .modal #videos_tab .main-video-tab .productmain-video-link:hover span:before {
      color: #ff0000; }
  .pt_product-details #videos_tab #thumbnails-video,
  #search-result-items .modal #videos_tab #thumbnails-video {
    top: 0; }
    .pt_product-details #videos_tab #thumbnails-video .list-inline,
    #search-result-items .modal #videos_tab #thumbnails-video .list-inline {
      padding: 0;
      margin-left: 0; }
    .pt_product-details #videos_tab #thumbnails-video .slick-prev,
    #search-result-items .modal #videos_tab #thumbnails-video .slick-prev {
      position: absolute;
      top: -15px;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .pt_product-details #videos_tab #thumbnails-video .slick-next,
    #search-result-items .modal #videos_tab #thumbnails-video .slick-next {
      left: 50%;
      margin-top: 15px;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .pt_product-details #videos_tab #thumbnails-video .video-thumb:before,
    #search-result-items .modal #videos_tab #thumbnails-video .video-thumb:before {
      content: "\e906";
      font-family: "JBL";
      position: absolute;
      width: 100%;
      color: #FFFFFF;
      font-size: 3em;
      cursor: pointer;
      text-align: center;
      z-index: 2;
      top: 50%;
      transform: translateY(-50%); }
    .pt_product-details #videos_tab #thumbnails-video .video-thumb .thumbnail-link,
    #search-result-items .modal #videos_tab #thumbnails-video .video-thumb .thumbnail-link {
      width: 100%;
      height: 100%;
      max-width: 191px;
      max-height: 106px; }
    .pt_product-details #videos_tab #thumbnails-video .video-thumb img.product-video-thumbnail,
    #search-result-items .modal #videos_tab #thumbnails-video .video-thumb img.product-video-thumbnail {
      width: 100%;
      height: 100%;
      max-width: 188px;
      max-height: 104px; }
  .pt_product-details .product-thumbnails,
  #search-result-items .modal .product-thumbnails {
    padding-right: 0;
    top: 140px; }
    .pt_product-details .product-thumbnails .list-inline,
    #search-result-items .modal .product-thumbnails .list-inline {
      position: relative;
      min-width: 80px;
      padding: 45px 0; }
    .pt_product-details .product-thumbnails .thumb,
    #search-result-items .modal .product-thumbnails .thumb {
      float: none;
      max-width: 188px;
      padding: 0;
      outline: none;
      position: relative; }
      .pt_product-details .product-thumbnails .thumb .thumbnail-link,
      #search-result-items .modal .product-thumbnails .thumb .thumbnail-link {
        position: relative;
        display: block;
        width: 83px;
        height: 83px;
        background-color: rgba(192, 192, 192, 0.3);
        outline: none;
        border: 1px solid silver;
        margin: 2px 0; }
      .pt_product-details .product-thumbnails .thumb.selected .thumbnail-link,
      #search-result-items .modal .product-thumbnails .thumb.selected .thumbnail-link {
        background-color: #FFFFFF;
        border-color: #6ba4b8; }
        .pt_product-details .product-thumbnails .thumb.selected .thumbnail-link:before, .pt_product-details .product-thumbnails .thumb.selected .thumbnail-link:after,
        #search-result-items .modal .product-thumbnails .thumb.selected .thumbnail-link:before,
        #search-result-items .modal .product-thumbnails .thumb.selected .thumbnail-link:after {
          content: "";
          position: absolute;
          width: 0;
          height: 0;
          border-right: 0;
          top: 50%; }
        .pt_product-details .product-thumbnails .thumb.selected .thumbnail-link img,
        #search-result-items .modal .product-thumbnails .thumb.selected .thumbnail-link img {
          opacity: 1; }
    .pt_product-details .product-thumbnails img,
    #search-result-items .modal .product-thumbnails img {
      position: relative;
      display: block;
      width: 81px;
      height: 81px;
      opacity: .5; }
    .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: 40px;
      margin: 0 0 0 -15px;
      border: none;
      overflow: hidden;
      z-index: 10;
      background: transparent; }
      .pt_product-details .product-thumbnails .slick-prev i,
      .pt_product-details .product-thumbnails .slick-next i,
      #search-result-items .modal .product-thumbnails .slick-prev i,
      #search-result-items .modal .product-thumbnails .slick-next i {
        color: #222;
        position: static;
        line-height: 30px;
        font-size: 14px; }
    .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 {
        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 {
        content: "\0049"; }
  .pt_product-details .white-box,
  #search-result-items .modal .white-box {
    padding: 10px 20px;
    overflow: hidden; }
  .pt_product-details .two-line-align,
  #search-result-items .modal .two-line-align {
    height: 70px; }
    @media (min-width: 600px) and (max-width: 1099px) {
      .pt_product-details .two-line-align h3,
      #search-result-items .modal .two-line-align h3 {
        font-size: 19px; } }
  .pt_product-details .box-content img,
  #search-result-items .modal .box-content img {
    display: block;
    width: 100%;
    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; }
    @media (min-width: 600px) and (max-width: 1099px) {
      .pt_product-details .shop-all-category .btn,
      #search-result-items .modal .shop-all-category .btn {
        padding-left: 0;
        padding-right: 0;
        font-size: 95%; } }
  .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-toggle-header,
  #search-result-items .modal .support-toggle-header {
    color: #FFFFFF;
    background-color: #959595;
    padding: 20px 12px; }
  .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 .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-container .support-module,
  #search-result-items .modal .support-container .support-module {
    margin: 0;
    border: none;
    border-radius: 0; }
  .pt_product-details .support-container .support-heading,
  #search-result-items .modal .support-container .support-heading {
    position: relative;
    background-color: #000000; }
    .pt_product-details .support-container .support-heading a,
    #search-result-items .modal .support-container .support-heading a {
      padding: 10px 15px;
      color: #FFFFFF; }
    .pt_product-details .support-container .support-heading:after,
    #search-result-items .modal .support-container .support-heading:after {
      content: "";
      position: absolute;
      height: 1px;
      background-color: #FFFFFF;
      left: 15px;
      right: 15px;
      bottom: -1px;
      z-index: 1; }
  .pt_product-details .support-container .panel-default:last-of-type .support-heading:after,
  #search-result-items .modal .support-container .panel-default:last-of-type .support-heading:after {
    display: none; }
  .pt_product-details .support-container .panel-heading,
  #search-result-items .modal .support-container .panel-heading {
    padding: 0;
    border-radius: 0; }
    .pt_product-details .support-container .panel-heading a,
    #search-result-items .modal .support-container .panel-heading a {
      display: block;
      font-family: "Myriad W01 Regular", Helvetica, sans-serif;
      line-height: 1;
      outline: none; }
      .pt_product-details .support-container .panel-heading a:after,
      #search-result-items .modal .support-container .panel-heading a:after {
        content: "\0049";
        float: right;
        font-family: "JBL";
        font-size: 18px;
        color: #6ba4b8; }
      .pt_product-details .support-container .panel-heading a.collapsed:after,
      #search-result-items .modal .support-container .panel-heading a.collapsed:after {
        content: "\004B"; }
  .pt_product-details .support-container h4,
  #search-result-items .modal .support-container h4 {
    font-family: "Myriad W01 Regular", Helvetica, sans-serif; }
  .pt_product-details .support-features,
  .pt_product-details .specs,
  #search-result-items .modal .support-features,
  #search-result-items .modal .specs {
    margin-bottom: 0; }
    .pt_product-details .support-features .feature-title,
    .pt_product-details .specs .feature-title,
    #search-result-items .modal .support-features .feature-title,
    #search-result-items .modal .specs .feature-title {
      text-transform: uppercase; }
    .pt_product-details .support-features .panel,
    .pt_product-details .specs .panel,
    #search-result-items .modal .support-features .panel,
    #search-result-items .modal .specs .panel {
      margin: 0;
      border-color: #515151;
      border-width: 0 0 1px;
      border-radius: 0;
      box-shadow: none; }
      .pt_product-details .support-features .panel:last-child,
      .pt_product-details .specs .panel:last-child,
      #search-result-items .modal .support-features .panel:last-child,
      #search-result-items .modal .specs .panel:last-child {
        border: none; }
    .pt_product-details .support-features .panel-heading,
    .pt_product-details .specs .panel-heading,
    #search-result-items .modal .support-features .panel-heading,
    #search-result-items .modal .specs .panel-heading {
      background: none; }
      .pt_product-details .support-features .panel-heading a,
      .pt_product-details .specs .panel-heading a,
      #search-result-items .modal .support-features .panel-heading a,
      #search-result-items .modal .specs .panel-heading a {
        position: relative;
        padding: 10px 15px 10px 0; }
        .pt_product-details .support-features .panel-heading a:after,
        .pt_product-details .specs .panel-heading a:after,
        #search-result-items .modal .support-features .panel-heading a:after,
        #search-result-items .modal .specs .panel-heading a:after {
          position: absolute;
          line-height: 1;
          right: 0;
          top: 50%;
          margin-top: -6px; }
    .pt_product-details .support-features .panel-body,
    .pt_product-details .specs .panel-body,
    #search-result-items .modal .support-features .panel-body,
    #search-result-items .modal .specs .panel-body {
      padding: 0;
      border-top: none !important; }
      .pt_product-details .support-features .panel-body p,
      .pt_product-details .specs .panel-body p,
      #search-result-items .modal .support-features .panel-body p,
      #search-result-items .modal .specs .panel-body p {
        margin-top: 10px;
        font-family: "Myriad W01 Lt", Helvetica, sans-serif; }
    .pt_product-details .support-features img,
    .pt_product-details .specs img,
    #search-result-items .modal .support-features img,
    #search-result-items .modal .specs img {
      max-width: 100%; }
  .pt_product-details .specs dl,
  #search-result-items .modal .specs dl {
    margin-bottom: 0;
    padding: 10px 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 {
    display: inline-block;
    width: 50%;
    text-overflow: ellipsis;
    vertical-align: top; }
  .pt_product-details .specs dd,
  #search-result-items .modal .specs dd {
    margin-left: -4px; }
  @media screen and (max-width: 600px) {
    .pt_product-details .specsSheetsDownloads,
    #search-result-items .modal .specsSheetsDownloads {
      padding: 15px; }
      .pt_product-details .specsSheetsDownloads .manuals-link i,
      #search-result-items .modal .specsSheetsDownloads .manuals-link i {
        padding-left: 0; } }
  .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: 0 10px;
      line-height: 0; }
    .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: "Myriad W01 Regular", Helvetica, sans-serif;
      font-size: 1.4em;
      margin-bottom: 0; }
    .pt_product-details .manuals-link span,
    #search-result-items .modal .manuals-link span {
      font-family: "Myriad W01 Regular", Helvetica, sans-serif;
      color: #222222; }
  .pt_product-details .actions h4,
  #search-result-items .modal .actions h4 {
    font-family: "Myriad W01 Bd", Helvetica, sans-serif;
    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; }
  .pt_product-details .actions li,
  #search-result-items .modal .actions li {
    color: #959595; }
  .pt_product-details .actions span,
  #search-result-items .modal .actions span {
    color: #000000; }
  .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 {
    font-family: "Myriad W01 Regular", Helvetica, sans-serif;
    font-size: 1.28em;
    padding-left: 10px;
    display: table-cell;
    vertical-align: middle; }
  .pt_product-details .actions .btn,
  #search-result-items .modal .actions .btn {
    max-width: 100%;
    padding-left: 0;
    padding-right: 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: #6ba4b8; }
  .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 .faq dt,
  #search-result-items .modal .faq dt {
    display: list-item;
    list-style-type: decimal;
    list-style-position: inside;
    font-family: "Myriad W01 Bd", Helvetica, sans-serif;
    margin: 30px 0 15px; }
  .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: 10px;
    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; }
    @media (max-width: 1099px) {
      .pt_product-details #product-nav-container,
      #search-result-items .modal #product-nav-container {
        display: none; } }
  .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: "Myriad W01 Bd", Helvetica, sans-serif; }
    .pt_product-details .compat-tile p,
    #search-result-items .modal .compat-tile p {
      font-size: .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 #FFFFFF; }
  .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;
      min-height: auto;
      min-width: initial; }
  .pt_product-details .buynow-container,
  #search-result-items .modal .buynow-container {
    background-color: #FFFFFF;
    margin-top: 18px; }
    .pt_product-details .buynow-container .nav-tabs,
    #search-result-items .modal .buynow-container .nav-tabs {
      background: #FFFFFF; }
      .pt_product-details .buynow-container .nav-tabs .buy-now-tab a,
      #search-result-items .modal .buynow-container .nav-tabs .buy-now-tab a {
        border-top-left-radius: 5px; }
      .pt_product-details .buynow-container .nav-tabs .storelocator-tab a,
      #search-result-items .modal .buynow-container .nav-tabs .storelocator-tab a {
        border-top-right-radius: 5px; }
    .pt_product-details .buynow-container .tab-content,
    #search-result-items .modal .buynow-container .tab-content {
      border-radius: 5px; }
  .pt_product-details .product-variations,
  #search-result-items .modal .product-variations {
    margin-top: 5px; }
    @media screen and (max-width: 600px) {
      .pt_product-details .product-variations,
      #search-result-items .modal .product-variations {
        width: 100%;
        text-align: center; } }
    .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 .quantity,
  #search-result-items .modal .quantity {
    display: table;
    padding-left: 10px; }
    .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 {
      max-width: 66px;
      text-align: center;
      height: 56px;
      border: 1px solid rgba(0, 0, 0, 0.5);
      border-right: none;
      float: left;
      width: 50%;
      font-size: 20px;
      border-radius: 0; }
      @media screen and (min-width: 1100px) {
        .pt_product-details .quantity input#Quantity,
        #search-result-items .modal .quantity input#Quantity {
          width: auto; } }
      @media screen and (max-width: 599px) {
        .pt_product-details .quantity input#Quantity,
        #search-result-items .modal .quantity input#Quantity {
          width: auto; } }
      @media screen and (max-width: 377px) {
        .pt_product-details .quantity input#Quantity,
        #search-result-items .modal .quantity input#Quantity {
          width: 50%; } }
    .pt_product-details .quantity .product-limit,
    #search-result-items .modal .quantity .product-limit {
      color: #ef1212;
      font-size: 13px;
      display: block; }
  .pt_product-details .pdp-applepayBtn.dw-apple-pay-cart,
  #search-result-items .modal .pdp-applepayBtn.dw-apple-pay-cart {
    width: 100% !important;
    padding: 0.7em 1.46em !important;
    border-radius: 0 !important; }
  .pt_product-details .product-add-to-cart,
  #search-result-items .modal .product-add-to-cart {
    margin: 5px 0 10px 0; }
    @media screen and (max-width: 600px) {
      .pt_product-details .product-add-to-cart,
      #search-result-items .modal .product-add-to-cart {
        display: none !important; } }
    .pt_product-details .product-add-to-cart .btn,
    #search-result-items .modal .product-add-to-cart .btn {
      font-size: 130%;
      line-height: 1em;
      padding: .7em; }
    .pt_product-details .product-add-to-cart fieldset,
    #search-result-items .modal .product-add-to-cart fieldset {
      float: left;
      max-width: 80%;
      min-width: 70%; }
      .pt_product-details .product-add-to-cart fieldset .cartButton_container,
      #search-result-items .modal .product-add-to-cart fieldset .cartButton_container {
        width: 100%; }
        .pt_product-details .product-add-to-cart fieldset .cartButton_container button,
        #search-result-items .modal .product-add-to-cart fieldset .cartButton_container button {
          max-width: 100%;
          height: 56px; }
    .pt_product-details .product-add-to-cart .inventory,
    #search-result-items .modal .product-add-to-cart .inventory {
      width: 30%;
      display: inline-block; }
    .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: 0; }
        .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:first-child:after,
      #search-result-items .modal .product-add-to-cart .availability-block .availability-msg p:first-child: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 .cartButton_container .stockqtyinfo,
      #search-result-items .modal .product-add-to-cart .cartButton_container .stockqtyinfo {
        color: red; }
    .pt_product-details .product-add-to-cart #add-to-cart,
    #search-result-items .modal .product-add-to-cart #add-to-cart {
      max-height: 56px;
      max-width: 360px; }
      @media (max-width: 599px) {
        .pt_product-details .product-add-to-cart #add-to-cart,
        #search-result-items .modal .product-add-to-cart #add-to-cart {
          width: 100%; } }
      .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; }
    @media (max-width: 980px) {
      .pt_product-details .pdp-olapic #olapic_specific_widget,
      #search-result-items .modal .pdp-olapic #olapic_specific_widget {
        min-width: auto; }
      .pt_product-details .pdp-olapic .olapic .olapic-slider-header,
      .pt_product-details .pdp-olapic .olapic .olapic-header-column,
      #search-result-items .modal .pdp-olapic .olapic .olapic-slider-header,
      #search-result-items .modal .pdp-olapic .olapic .olapic-header-column {
        height: auto; }
      .pt_product-details .pdp-olapic .olapic-carousel-header .header-wrapper,
      .pt_product-details .pdp-olapic div.olapic_uploader,
      #search-result-items .modal .pdp-olapic .olapic-carousel-header .header-wrapper,
      #search-result-items .modal .pdp-olapic div.olapic_uploader {
        float: none;
        width: 100%; }
      .pt_product-details .pdp-olapic span.olapic-carousel-header-copy,
      .pt_product-details .pdp-olapic .olapic-carousel-header-social,
      #search-result-items .modal .pdp-olapic span.olapic-carousel-header-copy,
      #search-result-items .modal .pdp-olapic .olapic-carousel-header-social {
        float: none; }
      .pt_product-details .pdp-olapic .olapic-carousel-header-social li,
      #search-result-items .modal .pdp-olapic .olapic-carousel-header-social li {
        float: none;
        display: inline-block;
        vertical-align: middle; }
      .pt_product-details .pdp-olapic .olapic_widget_area,
      .pt_product-details .pdp-olapic .olapic_view_all_button,
      #search-result-items .modal .pdp-olapic .olapic_widget_area,
      #search-result-items .modal .pdp-olapic .olapic_view_all_button {
        margin: 0 auto; } }
  .pt_product-details .pdp-reviews,
  #search-result-items .modal .pdp-reviews {
    background-color: #FFFFFF;
    overflow: hidden; }
  .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: .8;
    opacity: .8;
    filter: alpha(opacity=80);
    color: #000000;
    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: 0;
    left: 0; }
  .pt_product-details .zoomPup,
  #search-result-items .modal .zoomPup {
    overflow: hidden;
    background-color: #FFFFFF;
    -moz-opacity: .6;
    opacity: .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: 0;
    top: 0;
    background: #FFFFFF;
    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: #FFFFFF;
    height: 18px;
    line-height: 18px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 120;
    -moz-opacity: .6;
    opacity: .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: 0;
    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: .8;
    opacity: .8;
    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; }

/*Just the PDP, not the QuickView */
.pt_product-details .product-media {
  margin-top: 47px; }
  @media screen and (min-width: 1100px) {
    .pt_product-details .product-media {
      margin-top: 0; } }
  @media screen and (max-width: 600px) {
    .pt_product-details .product-media {
      margin-top: 30px; } }
  .pt_product-details .product-media .primary-image {
    margin: auto; }
  .pt_product-details .product-media .slick-pdpImages-custom .slick-dots {
    z-index: 10; }

.product-review-links {
  margin-top: 10px;
  height: 28px; }
  @media screen and (max-width: 600px) {
    .product-review-links {
      display: none; } }

/*
 * Quickview styling
 */
#search-result-items .modal .modal-dialog,
#compare-table .modal .modal-dialog {
  width: 1026px; }
  #search-result-items .modal .modal-dialog #Quantity,
  #compare-table .modal .modal-dialog #Quantity {
    max-width: 56px !important; }

#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: .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: #6ba4b8;
    background-color: #FFFFFF; }

#search-result-items .modal .thumbnail-link,
#compare-table .modal .thumbnail-link {
  width: 73px !important;
  height: 73px !important; }
  #search-result-items .modal .thumbnail-link img,
  #compare-table .modal .thumbnail-link img {
    width: 71px !important;
    height: 71px !important; }

#search-result-items .modal .product-thumbnails,
#compare-table .modal .product-thumbnails {
  top: 80px !important; }

/* 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; } }

/* jQuery Countdown styles 2.0.0. */
.countdown-rtl {
  direction: rtl; }

.countdown-holding span {
  color: #888; }

.countdown-row {
  clear: both;
  width: 100%;
  text-align: center; }

.countdown-show1 .countdown-section {
  width: 98%; }

.countdown-show2 .countdown-section {
  width: 48%; }

.countdown-show3 .countdown-section {
  width: 32.5%; }

.countdown-show4 .countdown-section {
  width: 24.5%;
  background-color: #70BD93; }

.countdown-show5 .countdown-section {
  width: 19.5%; }

.countdown-show6 .countdown-section {
  width: 16.25%; }

.countdown-show7 .countdown-section {
  width: 14%; }

.countdown-section {
  display: block;
  float: left;
  font-size: 75%;
  text-align: center; }

.countdown-amount {
  font-size: 200%; }

.countdown-period {
  display: block; }

.countdown-descr {
  display: block;
  width: 100%; }

#productDetailsFixedHeader {
  display: none;
  height: 109px;
  top: 0;
  border-bottom: 1px solid #f8f8f8;
  border-top: 1px solid #f8f8f8;
  width: 100%;
  z-index: 110;
  background: #FFFFFF; }
  @media screen and (max-width: 600px) {
    #productDetailsFixedHeader {
      height: 70px;
      display: block;
      top: 56px;
      box-shadow: 0 4px 8px -6px #f8f8f8;
      -webkit-box-shadow: 0 4px 8px -6px #f8f8f8;
      -moz-box-shadow: 0 4px 8px -6px #f8f8f8; } }
  #productDetailsFixedHeader .wrapperClass {
    overflow: hidden;
    max-width: 1400px;
    margin: auto;
    min-width: 320px; }
    #productDetailsFixedHeader .wrapperClass .left_details {
      width: 50%;
      float: left; }
      #productDetailsFixedHeader .wrapperClass .left_details .brand-logo {
        background: url(../../images/HK.jpg) no-repeat 0 0;
        background-size: contain;
        position: absolute;
        height: 50px;
        width: 200px;
        top: 50%;
        transform: translateY(-50%);
        text-indent: -1999px;
        float: left; }
        @media screen and (max-width: 1400px) {
          #productDetailsFixedHeader .wrapperClass .left_details .brand-logo {
            margin-left: 10px; } }
      #productDetailsFixedHeader .wrapperClass .left_details .currentProduct-image {
        float: left;
        height: 109px;
        width: 109px;
        margin: 0 20px;
        border-right: 1px solid #EEEEEE;
        padding: 10px;
        margin-left: 195px; }
      #productDetailsFixedHeader .wrapperClass .left_details .productNameWithRating {
        top: 50%;
        position: absolute;
        transform: translateY(-50%);
        margin-left: 315px;
        max-width: 30%; }
        @media screen and (max-width: 1099px) {
          #productDetailsFixedHeader .wrapperClass .left_details .productNameWithRating {
            margin-left: 10px;
            max-width: 50%; } }
        #productDetailsFixedHeader .wrapperClass .left_details .productNameWithRating .productName {
          font-size: 30px;
          font-family: "Myriad W01 Lt", Helvetica, sans-serif;
          display: block;
          line-height: 1em;
          color: #000000; }
          @media screen and (max-width: 600px) {
            #productDetailsFixedHeader .wrapperClass .left_details .productNameWithRating .productName {
              font-size: 16px;
              font-family: "Myriad W01 Bd", Helvetica, sans-serif; } }
        #productDetailsFixedHeader .wrapperClass .left_details .productNameWithRating .BVRatings .bv-write-container {
          display: none !important; }
    #productDetailsFixedHeader .wrapperClass .right_details {
      width: 50%;
      float: right;
      position: relative;
      height: 109px; }
      @media screen and (max-width: 600px) {
        #productDetailsFixedHeader .wrapperClass .right_details {
          height: 70px; } }
      #productDetailsFixedHeader .wrapperClass .right_details .miniCartTotal {
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        padding-left: 5px; }
        @media screen and (max-width: 1099px) {
          #productDetailsFixedHeader .wrapperClass .right_details .miniCartTotal {
            border-left: 1px dashed #ccc; } }
        #productDetailsFixedHeader .wrapperClass .right_details .miniCartTotal .icon-bag-large {
          font-size: 20px; }
          @media screen and (max-width: 600px) {
            #productDetailsFixedHeader .wrapperClass .right_details .miniCartTotal .icon-bag-large {
              font-size: 18px; } }
        @media screen and (max-width: 600px) {
          #productDetailsFixedHeader .wrapperClass .right_details .miniCartTotal {
            float: right;
            width: 50px;
            right: 0;
            display: none;
            height: 70px; } }
        @media screen and (max-width: 600px) {
          #productDetailsFixedHeader .wrapperClass .right_details .miniCartTotal .mini-cart-total {
            position: absolute;
            top: 50%;
            right: 5px;
            transform: translateY(-50%);
            padding-left: 5px; } }
      #productDetailsFixedHeader .wrapperClass .right_details .buttonContainor {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0; }
        @media screen and (max-width: 1400px) {
          #productDetailsFixedHeader .wrapperClass .right_details .buttonContainor {
            right: 10px; } }
        #productDetailsFixedHeader .wrapperClass .right_details .buttonContainor .btn {
          width: 270px;
          max-width: 270px;
          font-size: 130%;
          border-radius: 0; }
      #productDetailsFixedHeader .wrapperClass .right_details .price-off-option {
        color: #FFFFFF;
        background-color: red;
        padding: 0 10px;
        margin-left: 5px; }
      #productDetailsFixedHeader .wrapperClass .right_details .productPriceEach {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 280px;
        color: #235D78; }
        #productDetailsFixedHeader .wrapperClass .right_details .productPriceEach .stockqtyinfo {
          color: red; }
        @media screen and (max-width: 1400px) {
          #productDetailsFixedHeader .wrapperClass .right_details .productPriceEach {
            right: 290px; } }
        @media screen and (max-width: 1099px) {
          #productDetailsFixedHeader .wrapperClass .right_details .productPriceEach {
            right: 60px;
            text-align: right; } }
        @media screen and (max-width: 600px) {
          #productDetailsFixedHeader .wrapperClass .right_details .productPriceEach {
            right: 10px;
            text-align: right; } }
        #productDetailsFixedHeader .wrapperClass .right_details .productPriceEach .productPrice {
          font-size: 24px;
          font-family: "Myriad W01 Lt", Helvetica, sans-serif; }
          @media screen and (max-width: 600px) {
            #productDetailsFixedHeader .wrapperClass .right_details .productPriceEach .productPrice {
              font-size: 16px;
              font-family: "Myriad W01 Bd", Helvetica, sans-serif; } }
        #productDetailsFixedHeader .wrapperClass .right_details .productPriceEach .productEachEco {
          font-size: 9px;
          display: block;
          color: grey; }
        #productDetailsFixedHeader .wrapperClass .right_details .productPriceEach .ProductAvailablity, #productDetailsFixedHeader .wrapperClass .right_details .productPriceEach .ProductAvailablityMobile {
          color: #000000;
          text-align: right;
          font-size: 12px; }
          #productDetailsFixedHeader .wrapperClass .right_details .productPriceEach .ProductAvailablity i, #productDetailsFixedHeader .wrapperClass .right_details .productPriceEach .ProductAvailablityMobile i {
            padding-right: 5px; }
      #productDetailsFixedHeader .wrapperClass .right_details .originalPrice {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -90px; }
      #productDetailsFixedHeader .wrapperClass .right_details span.originalPrice {
        text-decoration: line-through;
        color: #545454;
        font-size: 12px;
        position: relative;
        left: 0; }

.fixed-footer.appleButtonDisplayed {
  padding: 10px; }

.fixed-footer {
  display: none;
  position: fixed;
  bottom: 0;
  background: #FFFFFF;
  height: 75px;
  width: 100%;
  z-index: 100;
  padding: 10px 40px;
  border-top: 1px solid #f8f8f8; }
  .fixed-footer .halfWidth {
    width: 50%;
    float: left;
    padding-right: 2px; }
    @media screen and (max-width: 600px) {
      .fixed-footer .halfWidth .btn {
        font-size: 110% !important;
        height: 49px !important; }
        .fixed-footer .halfWidth .btn .icon-cart {
          margin-left: -10px;
          padding-right: 10px; } }
    .fixed-footer .halfWidth .pdp-applepayBtn {
      margin-top: 0 !important;
      padding-top: 0 !important;
      width: 100% !important;
      height: 49px !important;
      border-radius: 0 !important; }
  @media screen and (max-width: 1099px) {
    .fixed-footer .buttonContainor .btn {
      max-width: 100%;
      font-size: 130%;
      line-height: 1em;
      padding: .7em; } }

.highlights-parent .highlight-child {
  text-align: center;
  display: inline-block; }

.pdp-video-container .slick-dots li {
  border: 2px solid;
  border-radius: 20px; }

.pdp-video-container .slick-dots .slick-active {
  border: 10px solid !important; }

.product-thumbnails .video-thumb .current-thumbnail-parent {
  border-color: #6ba4b8 !important; }

.product-thumbnails .video-thumb .current-thumbnail {
  opacity: 1;
  max-height: 103px !important; }

.pdp-fitGuide-containor {
  background: #FFFFFF url("../../images/Harman_CarFit_PDP_BG.jpg") repeat 0 0;
  padding: 20px 15px 10px 15px;
  margin: 20px 0;
  width: 100%;
  font-family: "Myriad W01 Bd", Helvetica, sans-serif; }
  .pdp-fitGuide-containor .product-fitguide .header-fitguide {
    font-size: 18px;
    display: block;
    margin-bottom: 5px; }
  .pdp-fitGuide-containor .header-fitguide {
    font-size: 28px; }
  .pdp-fitGuide-containor .fitguide_dropdown {
    font-size: 14px;
    width: 250px;
    height: 36px;
    margin-left: 0; }
  .pdp-fitGuide-containor .merge-dropdowns {
    width: 250px;
    margin-left: 0; }
  .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; }

.additional-product {
  border-right: 1px solid #EEEEEE;
  border-left: 1px solid #EEEEEE;
  background: #f8f8f8; }
  .additional-product h3 {
    margin-left: 34px;
    font-size: 26px;
    color: #333;
    text-decoration: underline; }
  @media screen and (max-width: 599px) {
    .additional-product #linkedProducts {
      margin-left: 10px;
      margin-right: 10px; } }
  .additional-product #linkedProducts .slick-dots {
    bottom: -30px !important;
    display: none !important; }
    @media screen and (max-width: 599px) {
      .additional-product #linkedProducts .slick-dots {
        display: block !important; } }
  .additional-product #linkedProducts .product-tile-accessory {
    position: relative;
    display: inline-block;
    border: 1px solid #EEEEEE;
    margin: 5px;
    padding: 15px 10px 0 10px;
    background: #FFFFFF;
    min-height: 280px; }
    @media screen and (max-width: 599px) {
      .additional-product #linkedProducts .product-tile-accessory {
        margin: 0; } }
    .additional-product #linkedProducts .product-tile-accessory .hidden-mobile_pdp {
      position: absolute;
      left: 10px;
      right: 10px;
      bottom: 10px; }
    .additional-product #linkedProducts .product-tile-accessory .product-image {
      width: 33%;
      margin: inherit;
      float: left;
      margin-left: 20px; }
    .additional-product #linkedProducts .product-tile-accessory .availability-block, .additional-product #linkedProducts .product-tile-accessory .product-promo {
      margin-left: 0px;
      text-align: left;
      line-height: 1.2em;
      margin-bottom: 0px;
      position: absolute;
      left: 40px;
      right: 10px; }
    .additional-product #linkedProducts .product-tile-accessory .availability-block {
      bottom: 60px; }
    .additional-product #linkedProducts .product-tile-accessory .product-promo {
      bottom: 90px; }
    .additional-product #linkedProducts .product-tile-accessory .product-swatches {
      top: 18px;
      left: 10px; }
    .additional-product #linkedProducts .product-tile-accessory .product-badges {
      top: 10px;
      right: 5px; }
      .additional-product #linkedProducts .product-tile-accessory .product-badges .product-badge {
        width: 30px;
        height: 30px;
        font-size: 30px;
        margin-top: 5px; }
    .additional-product #linkedProducts .product-tile-accessory .product-info {
      padding: 0 25px 0 0;
      text-align: left; }
      .additional-product #linkedProducts .product-tile-accessory .product-info .product-name a {
        line-height: 1em; }
      .additional-product #linkedProducts .product-tile-accessory .product-info .product-rating {
        min-height: 30px; }
      @media screen and (max-width: 599px) {
        .additional-product #linkedProducts .product-tile-accessory .product-info .product-description {
          height: 3.3em;
          -webkit-line-clamp: 3; } }
    .additional-product #linkedProducts .product-tile-accessory .cartButton_container {
      height: inherit; }

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

.search-refinements-container {
  margin: 30px 0;
  padding-top: 20px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #000000; }

.search-refinements.choose-refs {
  max-width: 75%; }

.search-refinements .tab-content {
  margin: 20px 0 0;
  padding: 0;
  background-color: transparent; }

.search-refinements .tab-pane {
  border-top: #6ba4b8 solid 1px; }

.search-refinements .refine_input {
  display: inline-block;
  margin-right: 20px;
  font-family: "Myriad W01 Lt", Helvetica, sans-serif; }

.refinement-list li {
  display: inline-block;
  line-height: 40px;
  vertical-align: top; }
  @media (max-width: 767px) {
    .refinement-list li.text-uppercase {
      display: block; } }
  @media (min-width: 1100px) {
    .refinement-list li.text-uppercase {
      margin-right: 10px; } }
  .refinement-list li:last-child .search-refinement {
    margin-right: 0; }

.refinement-list .search-refinement {
  display: inline-block;
  min-width: 80px;
  margin: 0 5px 3px 0;
  padding: 0 15px;
  color: #000000;
  font-family: "Myriad W01 Regular", Helvetica, sans-serif;
  line-height: 40px;
  border: #000000 solid 1px;
  border-radius: 3px;
  text-align: center;
  vertical-align: top; }
  .refinement-list .search-refinement i {
    float: right;
    margin-left: 15px;
    font-size: 12px;
    color: #6ba4b8; }
  .refinement-list .search-refinement .icon-angle-up {
    display: none; }
  .refinement-list .search-refinement .del-refinement {
    font: normal bold 18px/40px "HelveticaNeueW01-75Bold"; }
  .refinement-list .search-refinement:hover {
    background-color: #6ba4b8;
    border-color: #6ba4b8;
    color: #FFFFFF; }
    .refinement-list .search-refinement:hover i {
      color: #FFFFFF; }

.refinement-list .active .search-refinement {
  background-color: #6ba4b8;
  border-color: #6ba4b8;
  color: #FFFFFF; }
  .refinement-list .active .search-refinement .icon-angle-down {
    display: none; }
  .refinement-list .active .search-refinement .icon-angle-up {
    display: inline-block;
    color: #FFFFFF; }

.selected_refs .del-all-refs {
  margin-left: 10px;
  font-size: 12px;
  color: #000000;
  text-decoration: underline;
  text-transform: uppercase; }

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

.primary-content .refs-divider {
  width: 100%;
  height: 1px;
  margin: 10px 0 20px;
  background-color: #6ba4b8;
  border: none; }

.did-you-mean {
  margin-bottom: 30px;
  padding: 10px 14px;
  background-color: #FFFFFF; }

.no-hits-search-term {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis; }
  @media (max-width: 599px) {
    .no-hits-search-term {
      font-size: .7em; } }

/** 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 #6ba4b8;
    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: #6ba4b8;
  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: #6ba4b8; }
    .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: #6ba4b8;
    color: white; }
  .pagination a.page-next,
  .pagination a.page-previous {
    text-transform: uppercase;
    border-bottom: 1px solid #6ba4b8;
    color: #6ba4b8;
    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: #6ba4b8;
      text-decoration: underline; }
      #faqs-list-question li a:hover, #faqs-list-question li a:active, #faqs-list-question li a:focus {
        color: #75D0F2 !important; }
      #faqs-list-question li a.disabled, #faqs-list-question li a[disabled] {
        color: #898989; }

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

/* Cookies popup */
.cookie-modal {
  position: fixed;
  width: 100%;
  padding: 15px 0;
  background-color: #235D78;
  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: #235D78;
    text-transform: uppercase; }
    @media (min-width: 480px) and (max-width: 600px) {
      .cookie-modal .btn {
        width: auto;
        padding-left: 15px;
        padding-right: 15px; } }
    @media (min-width: 980px) {
      .cookie-modal .btn {
        width: auto;
        padding-left: 15px;
        padding-right: 15px; }
        .cookie-modal .btn + .btn {
          margin-left: 10px; } }
  .cookie-modal .content-asset {
    color: #FFFFFF; }
    @media (min-width: 600px) {
      .cookie-modal .content-asset p {
        margin: 0;
        line-height: 20px; } }

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

.link-special {
  font-size: 11px;
  line-height: 1.4;
  border-bottom: 1px solid #6ba4b8;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block; }
  .link-special:hover {
    text-decoration: none;
    border: none;
    color: #75D0F2 !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; }

.primary-content h1 {
  margin-top: 4px; }

.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: #6ba4b8; }
  .login-box.login-order-track .h4 {
    text-transform: none; }

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

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

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

#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: #6ba4b8;
    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: #6ba4b8;
    font-size: 18px;
    letter-spacing: .07em; }
  .account-landing-asset p {
    margin-top: 5px;
    padding-left: 74px; }

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

@media (max-width: 330px) {
  #edit-address-form .valid-input-flag {
    margin-top: 3px; }
  #edit-address-form .parsley-error-list {
    padding-left: 30px;
    margin-top: -20px; }
  #edit-address-form .help-block + .parsley-error-list {
    margin-top: -30px; } }

/**
* Registered Products
*/
.register-products .question {
  font-family: "Myriad W01 Bd", Helvetica, sans-serif;
  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-family: "Myriad W01 Bd", Helvetica, sans-serif; }

.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: #FFFFFF; }
  .register-products .reg-product-details h3 {
    color: #6ba4b8;
    margin: 0; }

.register-products .registered-product {
  border-bottom: 1px dotted #B9B9B9;
  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 .notacceptablepassword {
  position: relative;
  top: -20px; }

.pt_order {
  color: #FFFFFF; }
  .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 #B9B9B9; }
    .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: #FFFFFF;
    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;
    vertical-align: top; }
  .pt_order table.table th {
    font-weight: bold; }
  .pt_order table.table td {
    padding: 0; }
  .pt_order table.table dl {
    margin-bottom: 0; }
  .pt_order table.table dd,
  .pt_order table.table dt {
    display: inline; }
  .pt_order table.table dt {
    font-weight: normal; }
  .pt_order .order-detail-options {
    text-align: right; }
    .pt_order .order-detail-options .inlineBlockStyle {
      display: inline-block; }
      @media screen and (max-width: 600px) {
        .pt_order .order-detail-options .inlineBlockStyle {
          display: block;
          float: right;
          margin-top: 10px; } }
    .pt_order .order-detail-options a {
      margin-left: 40px; }
      @media screen and (max-width: 600px) {
        .pt_order .order-detail-options a {
          margin-left: 0; } }
      .pt_order .order-detail-options a:hover, .pt_order .order-detail-options a:focus {
        color: #6ba4b8; }
  .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; }
      .homepage-product-tile .container-fluid.product-tile .product-info .product-name h2 {
        font-size: 1em;
        font-family: "Myriad W01 Lt", 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; }
  .homepage-product-tile .featured-content {
    margin: 0;
    border-top: 1px solid #959595;
    border-bottom: 1px solid #959595; }
    .homepage-product-tile .featured-content img {
      margin-top: 8px; }
    .homepage-product-tile .featured-content h5 {
      font-size: 2em;
      font-family: "Myriad W01 Regular", 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; }

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

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

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