/* Global - Product Page */
.product-page {
  /* Product SM Tabs */
  /* Product Overview */
  /* Who is this for? */
  /* Support Carriers */
  /* Product Complete Kit */
  /* Product Specifications */
  /* HOW DOES IT WORK? */
  /* SIGNAL BOOSTER BENEFITS */
  /* Product Installation Instructions */ }
  .product-page .hide {
    display: none; }
  .product-page .body {
    padding-bottom: 1.5rem; }
  .product-page .affirm_loader_main {
    display: none; }
  .product-page .featured {
    color: #990642; }
  .product-page ul.check-list {
    font-size: 16px;
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .product-page ul.check-list li {
      display: flex;
      align-items: center; }
      .product-page ul.check-list li::before {
        content: "";
        background-image: url("../img/icons/checkmark-blue.svg");
        background-repeat: no-repeat;
        background-size: 12px 10px;
        background-position: 50% 50%;
        width: 12px;
        height: 12px;
        margin-right: 0.78571rem; }
  .product-page .price-section--saving {
    display: none; }
  .product-page .productView-image--default[src*="play_video"],
  .product-page .productView-image--default[src*="YouTube_Video_Picture"] {
    display: none; }
    .product-page .productView-image--default[src*="play_video"] + .productView-videoIframe,
    .product-page .productView-image--default[src*="YouTube_Video_Picture"] + .productView-videoIframe {
      display: block; }
  .product-page .productView-videoIframe {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    padding-bottom: 56.2%;
    margin-top: -28.1%;
    height: 0;
    overflow: hidden; }
    .product-page .productView-videoIframe iframe {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .product-page .sm-x-close-container {
    background: url(../img/icons/close-icon.svg) 100% 0 no-repeat;
    background-size: 11px;
    width: 20px;
    height: 20px; }
  @media (max-width: 1023px) {
    .product-page .desktop-visible {
      display: none !important; } }
  @media (min-width: 1024px) {
    .product-page .mobile-visible {
      display: none !important; } }
  .product-page .product-breadcrumbs li {
    display: inline-block;
    float: none;
    font-size: 1rem; }
    .product-page .product-breadcrumbs li::before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      top: 0;
      background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjQwLjgyMyAyNDAuODIzIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNDAuODIzIDI0MC44MjM7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgY2xhc3M9IiI+PGc+PGc+Cgk8cGF0aCBpZD0iQ2hldnJvbl9SaWdodF8xXyIgZD0iTTE4My4xODksMTExLjgxNkw3NC44OTIsMy41NTVjLTQuNzUyLTQuNzQtMTIuNDUxLTQuNzQtMTcuMjE1LDBjLTQuNzUyLDQuNzQtNC43NTIsMTIuNDM5LDAsMTcuMTc5ICAgbDk5LjcwNyw5OS42NzFsLTk5LjY5NSw5OS42NzFjLTQuNzUyLDQuNzQtNC43NTIsMTIuNDM5LDAsMTcuMTkxYzQuNzUyLDQuNzQsMTIuNDYzLDQuNzQsMTcuMjE1LDBsMTA4LjI5Ny0xMDguMjYxICAgQzE4Ny44ODEsMTI0LjMxNSwxODcuODgxLDExNi40OTUsMTgzLjE4OSwxMTEuODE2eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojNUE1QTVBIiBkYXRhLW9sZF9jb2xvcj0iIzVhNWE1YSI+PC9wYXRoPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgo8L2c+PC9nPiA8L3N2Zz4=) 50% 50% no-repeat;
      background-size: 7px 7px;
      width: 7px;
      height: 7px;
      margin: 0 0.5rem; }
    .product-page .product-breadcrumbs li:first-child::before {
      content: none; }
    .product-page .product-breadcrumbs li a {
      text-decoration: underline;
      font-weight: 500; }
  .product-page #product-coverage-area.is-open {
    text-align: left;
    min-width: 340px;
    left: initial !important;
    margin-left: initial; }
    .product-page #product-coverage-area.is-open h2 {
      font-weight: 600;
      margin: 0 0 0.35714rem; }
    .product-page #product-coverage-area.is-open p {
      margin-bottom: 0; }
  .product-page .productView-price {
    margin-bottom: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: baseline;
    flex-direction: column-reverse; }
    .product-page .productView-price .price-section-current {
      order: 0; }
      .product-page .productView-price .price-section-current .price {
        font-size: 28px; }
      .product-page .productView-price .price-section-current .special {
        font-size: 16px; }
    .product-page .productView-price .price-section-rrp {
      order: 1; }
      .product-page .productView-price .price-section-rrp .price {
        color: #999999;
        font-size: 16px;
        font-weight: 600; }
      .product-page .productView-price .price-section-rrp .special {
        font-size: 12px;
        text-decoration: line-through; }
  .product-page .productView-stickyHeader {
    display: none; }
    .product-page .productView-stickyHeader.fixed {
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      background-color: white;
      border-top: 1px solid #cccccc;
      width: 100%;
      height: 73px;
      padding-top: 4px;
      padding-bottom: 4px;
      z-index: 50;
      -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
      -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
      box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15); }
      .product-page .productView-stickyHeader.fixed .prod-img img {
        max-width: 80px;
        max-height: 66px; }
      .product-page .productView-stickyHeader.fixed .prod-header {
        flex: 1; }
      .product-page .productView-stickyHeader.fixed .prod-title {
        font-size: 16px; }
      .product-page .productView-stickyHeader.fixed .prod-details span {
        font-size: 13px;
        font-weight: 600;
        line-height: 13px; }
        .product-page .productView-stickyHeader.fixed .prod-details span::after {
          content: "|";
          margin-left: 0.57143rem;
          margin-right: 0.57143rem; }
        .product-page .productView-stickyHeader.fixed .prod-details span:last-child::after {
          content: initial; }
      .product-page .productView-stickyHeader.fixed .prod-atc .button {
        width: 100%;
        padding: 14px 28px;
        font-size: 14px; }
      .product-page .productView-stickyHeader.fixed .prod-price {
        padding-left: 1.42857rem;
        position: relative; }
        .product-page .productView-stickyHeader.fixed .prod-price .price--withoutTax {
          font-size: 24px;
          font-weight: 600; }
        .product-page .productView-stickyHeader.fixed .prod-price .price-section-rrp {
          display: none; }
    .product-page .productView-stickyHeader .container {
      display: flex;
      flex-flow: row;
      align-items: center; }
      .product-page .productView-stickyHeader .container > div {
        padding-left: 0.71429rem;
        padding-right: 0.71429rem; }
        .product-page .productView-stickyHeader .container > div:first-child {
          padding-left: 0; }
        .product-page .productView-stickyHeader .container > div:last-child {
          padding-right: 0; }
  .product-page .sm-tabs {
    margin-top: 2.85714rem;
    margin-bottom: 2.85714rem;
    font-size: 0; }
    .product-page .sm-tabs > h2 {
      display: flex;
      font-size: 21px;
      padding: 0.35714rem 0.71429rem;
      background-color: #d9dce0;
      color: #192329;
      margin-bottom: 0; }
    .product-page .sm-tabs > div {
      font-size: 1rem;
      padding-top: 1.07143rem; }
    .product-page .sm-tabs .sm-tabs-title {
      display: none; }
      @media (min-width: 1024px) {
        .product-page .sm-tabs .sm-tabs-title {
          display: inline-block;
          vertical-align: top;
          width: 25%; } }
    .product-page .sm-tabs .sm-tabs-content {
      display: block;
      overflow: hidden; }
      @media (min-width: 1024px) {
        .product-page .sm-tabs .sm-tabs-content {
          display: inline-block;
          vertical-align: top;
          width: 75%;
          border-left: 1px solid #b0bbc2;
          min-height: 300px;
          padding-left: 2.14286rem;
          padding-bottom: 1.42857rem; } }
      .product-page .sm-tabs .sm-tabs-content .sm-accordion-title {
        display: block;
        background: #f9f9f9;
        border: 1px solid #cccccc;
        margin-top: 1.21429rem;
        padding: 0.71429rem 1.07143rem;
        color: black;
        font-size: 16px;
        position: relative; }
        @media (min-width: 1024px) {
          .product-page .sm-tabs .sm-tabs-content .sm-accordion-title {
            display: none; } }
        .product-page .sm-tabs .sm-tabs-content .sm-accordion-title:first-child {
          margin-top: 0; }
        .product-page .sm-tabs .sm-tabs-content .sm-accordion-title::before {
          content: "";
          position: absolute;
          top: 40%;
          right: 1rem;
          z-index: 1;
          line-height: 0;
          width: 0;
          border-top: 9px solid #aeaeae;
          border-left: 8px solid transparent;
          border-right: 8px solid transparent;
          border-bottom: 0; }
        .product-page .sm-tabs .sm-tabs-content .sm-accordion-title.current {
          border-color: #5479a6;
          border-bottom: 0;
          background: white; }
          .product-page .sm-tabs .sm-tabs-content .sm-accordion-title.current::before {
            border-top: 0;
            border-bottom: 9px solid #aeaeae;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent; }
    .product-page .sm-tabs .sm-tab-title {
      display: block;
      color: #666666;
      position: relative;
      padding: 0.42857rem 0.71429rem; }
      .product-page .sm-tabs .sm-tab-title:hover {
        text-decoration: none; }
      .product-page .sm-tabs .sm-tab-title.current {
        font-weight: 700;
        color: black; }
        .product-page .sm-tabs .sm-tab-title.current::after {
          content: "";
          position: absolute;
          right: 0;
          line-height: 0%;
          width: 0px;
          border-right: 8px solid #666666;
          border-top: 7px solid white;
          border-bottom: 7px solid white;
          margin-top: 0.28571rem; }
      .product-page .sm-tabs .sm-tab-title.hide {
        display: none !important; }
    .product-page .sm-tabs .sm-tab-content {
      display: none;
      color: black;
      padding: 0.71429rem 1.07143rem;
      border: 1px solid #5479a6;
      border-top: 0;
      background-color: white; }
      @media (min-width: 1024px) {
        .product-page .sm-tabs .sm-tab-content {
          padding: 0;
          border: 0;
          background-color: transparent; } }
      .product-page .sm-tabs .sm-tab-content > h2:first-child {
        display: none; }
        @media (min-width: 1024px) {
          .product-page .sm-tabs .sm-tab-content > h2:first-child {
            display: block; } }
      .product-page .sm-tabs .sm-tab-content.current {
        display: block; }
      .product-page .sm-tabs .sm-tab-content h2 {
        color: black;
        font-size: 1rem;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 1.42857rem;
        padding-top: 0.71429rem; }
        .product-page .sm-tabs .sm-tab-content h2:first-child {
          padding-top: 0; }
      .product-page .sm-tabs .sm-tab-content h3 {
        color: black;
        font-size: 1rem;
        font-weight: 600;
        margin-bottom: 1.42857rem; }
      .product-page .sm-tabs .sm-tab-content .small {
        font-size: 12px;
        color: #727272; }
      .product-page .sm-tabs .sm-tab-content .number {
        display: inline-block;
        background: #5078a1;
        font-size: 16px;
        font-weight: 500;
        color: white;
        text-align: center;
        width: 24px; }
      .product-page .sm-tabs .sm-tab-content ul.no-style {
        list-style-type: none;
        padding: 0px;
        margin: 0px;
        margin-left: 0.92857rem;
        margin-top: 1.07143rem; }
  .product-page #overview table img {
    max-width: 220px;
    margin-left: 2.14286rem; }
  .product-page #overview table li {
    margin-bottom: 0.92857rem;
    font-weight: 500;
    color: #405466; }
    .product-page #overview table li .number {
      margin-right: 0.71429rem; }
  .product-page .product-recommended {
    border: 1px solid #DDDDDD;
    text-align: center;
    margin: 3.21429rem auto 0;
    padding: 1.5rem;
    width: 100%;
    max-width: 300px; }
    @media (min-width: 1024px) {
      .product-page .product-recommended {
        max-width: 100%;
        margin: 3.21429rem 0 0;
        padding: 0 0 1.07143rem; } }
    .product-page .product-recommended > p {
      font-size: 1rem; }
      @media (min-width: 1024px) {
        .product-page .product-recommended > p {
          font-weight: 500; } }
    .product-page .product-recommended .row {
      text-align: center; }
      @media (min-width: 1024px) {
        .product-page .product-recommended .row {
          width: 80%;
          margin: 0 auto;
          text-align: left; } }
      @media (min-width: 1024px) {
        .product-page .product-recommended .row .column {
          display: inline-block;
          vertical-align: middle; } }
    @media (min-width: 1024px) {
      .product-page .product-recommended .product-recommended-image {
        width: 15%; } }
    .product-page .product-recommended .product-recommended-image img {
      max-width: 120px; }
    .product-page .product-recommended .product-recommended-details {
      padding: 0 1.07143rem; }
      @media (min-width: 1024px) {
        .product-page .product-recommended .product-recommended-details {
          width: 63%; } }
      .product-page .product-recommended .product-recommended-details a {
        font-weight: 500; }
    .product-page .product-recommended .product-subheading > div {
      font-size: 12px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px; }
      @media (min-width: 1024px) {
        .product-page .product-recommended .product-subheading > div {
          margin-right: 0;
          width: 32.59%; } }
      .product-page .product-recommended .product-subheading > div.review-section {
        display: block; }
        @media (min-width: 1024px) {
          .product-page .product-recommended .product-subheading > div.review-section {
            display: inline-block; } }
    .product-page .product-recommended .product-recommended-action {
      margin-top: 1.07143rem; }
      @media (min-width: 1024px) {
        .product-page .product-recommended .product-recommended-action {
          margin-top: 0;
          padding-left: 1.07143rem;
          border-left: 1px solid #DDDDDD;
          width: 20%; } }
      .product-page .product-recommended .product-recommended-action em,
      .product-page .product-recommended .product-recommended-action a {
        display: block; }
      .product-page .product-recommended .product-recommended-action em {
        font-size: 18px;
        font-style: normal; }
  .product-page #support-carriers ul.no-style {
    margin-left: 0px; }
  .product-page #support-carriers .note {
    margin-top: 1.42857rem; }
    .product-page #support-carriers .note strong {
      font-weight: 600;
      display: block; }
  .product-page #support-carriers .supported-carriers-box .row {
    border-top: 1px solid #DDDDDD;
    display: table;
    width: 100%;
    min-height: 100px; }
    @media (min-width: 551px) {
      .product-page #support-carriers .supported-carriers-box .row .column {
        display: table-cell;
        vertical-align: top; } }
    .product-page #support-carriers .supported-carriers-box .row .title {
      background: #edeff5;
      font-weight: 600;
      padding: 0.5rem 0.71429rem; }
      @media (min-width: 551px) {
        .product-page #support-carriers .supported-carriers-box .row .title {
          width: 90px;
          padding: 1.07143rem 0.71429rem; } }
    .product-page #support-carriers .supported-carriers-box .row .details {
      padding: 1rem 0.71429rem 1.5rem; }
      @media (min-width: 551px) {
        .product-page #support-carriers .supported-carriers-box .row .details {
          padding: 1.07143rem 1.42857rem; } }
  .product-page #support-carriers .supported-carriers-box .row3 {
    border-bottom: 1px solid #DDDDDD; }
    .product-page #support-carriers .supported-carriers-box .row3 .details div {
      font-weight: 600; }
      @media (min-width: 1024px) {
        .product-page #support-carriers .supported-carriers-box .row3 .details div {
          display: inline-block;
          vertical-align: top;
          width: 40%; } }
  .product-page #support-carriers .supported-carriers-box img {
    max-width: 112px;
    max-height: 36px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1.07143rem;
    margin-bottom: 0.71429rem; }
    .product-page #support-carriers .supported-carriers-box img:last-child {
      margin-right: 0px; }
  .product-page #kit-includes .product-kit {
    width: 49%;
    min-height: 220px;
    display: inline-block;
    vertical-align: top;
    background: white;
    margin-top: 0.71429rem;
    margin-bottom: 0.71429rem;
    padding: 0.57143rem 0.57143rem 0;
    font-size: 1rem; }
    @media (min-width: 481px) {
      .product-page #kit-includes .product-kit {
        width: 32%; } }
    @media (min-width: 551px) {
      .product-page #kit-includes .product-kit {
        width: 24%; } }
    @media (min-width: 1024px) {
      .product-page #kit-includes .product-kit {
        max-width: 138px;
        width: 100%; } }
    .product-page #kit-includes .product-kit img {
      display: block;
      margin: 0 auto;
      border: 2px solid #DDDDDD;
      border-radius: 3px;
      padding: 10% 12%;
      margin-bottom: 0.71429rem; }
    .product-page #kit-includes .product-kit div span {
      display: block; }
  .product-page .coverage-area-table {
    width: 100%;
    margin-top: 0.71429rem;
    border-collapse: collapse;
    margin-top: 2.14286rem; }
    .product-page .coverage-area-table tr {
      display: table-row;
      border-bottom: 1px solid #DDDDDD; }
      .product-page .coverage-area-table tr[class*="visible"] {
        background: #edeff5; }
        .product-page .coverage-area-table tr[class*="visible"] td {
          font-weight: 500;
          text-transform: uppercase;
          border: 0px; }
          .product-page .coverage-area-table tr[class*="visible"] td:first-child {
            font-weight: 600; }
          .product-page .coverage-area-table tr[class*="visible"] td.arrow-right {
            background: none; }
      .product-page .coverage-area-table tr td {
        font-weight: normal;
        font-size: 1rem;
        line-height: 44px;
        padding-left: 1.42857rem; }
        .product-page .coverage-area-table tr td.arrow-right {
          display: none; }
          @media (min-width: 1024px) {
            .product-page .coverage-area-table tr td.arrow-right {
              content: "";
              display: inline-block;
              vertical-align: middle;
              background: url("../img/arrow-right.png") 50% 50% no-repeat;
              background-size: 50px auto;
              width: 100px;
              padding-left: 0; } }
    .product-page .coverage-area-table img[src*="svg"] {
      display: none; }
      @media (min-width: 1024px) {
        .product-page .coverage-area-table img[src*="svg"] {
          display: inline-block;
          vertical-align: middle;
          width: 50px;
          height: 44px; } }
  .product-page .product-specifications-table {
    border-collapse: collapse;
    margin-top: 2.14286rem; }
    @media (min-width: 1024px) {
      .product-page .product-specifications-table {
        width: 69%;
        float: left; } }
    .product-page .product-specifications-table tr {
      border-bottom: 1px solid #DDDDDD; }
      .product-page .product-specifications-table tr:first-child {
        border-top: 1px solid #DDDDDD; }
    .product-page .product-specifications-table td {
      vertical-align: top;
      padding: 0.71429rem 1.42857rem 0.71429rem 0.71429rem; }
      .product-page .product-specifications-table td:first-child {
        font-weight: 600;
        background: #edeff5; }
  .product-page #coverage-area .pdf-file {
    display: flex;
    flex-flow: row;
    align-items: center;
    margin-top: 1.42857rem;
    background: white;
    text-align: center;
    padding: 0.71429rem 0;
    text-decoration: none;
    border: 0px;
    max-width: 320px; }
    @media (min-width: 1024px) {
      .product-page #coverage-area .pdf-file {
        display: block;
        float: left;
        margin-left: 2.85714rem;
        width: 25%;
        max-width: 100%; } }
    .product-page #coverage-area .pdf-file .title {
      display: block;
      color: black;
      text-align: left;
      margin-left: 1rem; }
      @media (min-width: 1024px) {
        .product-page #coverage-area .pdf-file .title {
          margin-top: 0.71429rem;
          margin-left: 0; } }
    .product-page #coverage-area .pdf-file img {
      display: block;
      border: 2px solid #DDDDDD;
      border-radius: 3px;
      padding: 7%;
      max-width: 40%; }
      @media (min-width: 1024px) {
        .product-page #coverage-area .pdf-file img {
          padding: 10% 20%;
          max-width: 100%; } }
  .product-page .how-it-work-instructions {
    margin-top: 2.85714rem;
    padding-left: 1.42857rem;
    font-size: 0px;
    max-width: 350px; }
    @media (min-width: 1024px) {
      .product-page .how-it-work-instructions {
        max-width: 100%; } }
    .product-page .how-it-work-instructions > div {
      position: relative;
      margin-bottom: 1.5rem; }
      @media (min-width: 1024px) {
        .product-page .how-it-work-instructions > div {
          display: inline-block;
          vertical-align: top;
          width: 25%;
          margin-bottom: 0; }
          .product-page .how-it-work-instructions > div::before {
            content: "";
            position: absolute;
            background: url("../img/arrow-right.png") 50% 50% no-repeat;
            background-size: 100% auto;
            width: 40px;
            height: 40px;
            z-index: 20;
            right: 0.35714rem;
            top: 0;
            bottom: 0;
            margin: 22% 0; }
          .product-page .how-it-work-instructions > div:last-child::before {
            content: none; } }
    .product-page .how-it-work-instructions h4 {
      font-size: 13px;
      font-weight: 600;
      color: #0c4f8c;
      margin-top: 0.71429rem;
      text-transform: uppercase;
      padding-left: 0.78571rem;
      width: 70%; }
      @media (min-width: 1024px) {
        .product-page .how-it-work-instructions h4 {
          padding-left: 0;
          width: 90%; } }
    .product-page .how-it-work-instructions div > img {
      border: 2px solid #DDDDDD;
      width: 30%;
      max-width: 100px; }
      @media (min-width: 1024px) {
        .product-page .how-it-work-instructions div > img {
          width: 100%;
          max-width: 120px; } }
    .product-page .how-it-work-instructions div > img,
    .product-page .how-it-work-instructions div > h4 {
      display: inline-block;
      vertical-align: middle; }
      @media (min-width: 1024px) {
        .product-page .how-it-work-instructions div > img,
        .product-page .how-it-work-instructions div > h4 {
          display: block; } }
    .product-page .how-it-work-instructions span {
      font-size: 20px;
      line-height: 20px;
      position: absolute;
      top: -0.78571rem;
      left: -0.78571rem;
      width: 26px;
      height: 26px;
      background: white;
      border-radius: 100%;
      text-align: center;
      border: 1px solid #0c4f8c;
      color: #0c4f8c; }
      @media (min-width: 1024px) {
        .product-page .how-it-work-instructions span {
          width: 40px;
          height: 40px;
          font-size: 27px;
          line-height: 34px; } }
      .product-page .how-it-work-instructions span > img {
        position: absolute;
        max-width: 14px;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto; }
        @media (min-width: 1024px) {
          .product-page .how-it-work-instructions span > img {
            max-width: 20px; } }
  .product-page .signal-booster-benefits ul {
    margin: 0px;
    padding-left: 1.42857rem; }
    @media (min-width: 1024px) {
      .product-page .signal-booster-benefits ul {
        display: inline-block;
        vertical-align: top;
        width: 33%; } }
  .product-page #installation .row {
    text-align: center;
    margin-top: 2.85714rem;
    margin-bottom: 2.85714rem; }
    @media (min-width: 320px) {
      .product-page #installation .row {
        display: flex;
        flex-flow: row; } }
    .product-page #installation .row .manual {
      display: inline-block;
      max-width: 100%;
      margin-bottom: 1.5rem; }
      @media (min-width: 320px) {
        .product-page #installation .row .manual {
          margin-bottom: 0; } }
      @media (min-width: 320px) {
        .product-page #installation .row .manual:last-child {
          margin-left: 1.5rem; } }
      .product-page #installation .row .manual .image {
        display: table-cell;
        vertical-align: middle;
        border: 2px solid #DDDDDD;
        border-radius: 3px;
        text-align: center;
        width: inherit !important;
        height: 170px;
        padding: 1.07143rem; }
        .product-page #installation .row .manual .image img {
          vertical-align: middle;
          text-align: center;
          margin: 0 auto; }
      .product-page #installation .row .manual .title {
        display: block;
        margin-top: 0.71429rem; }
  .product-page #installation a {
    color: black;
    text-decoration: none !important; }
  @media (max-width: 1023px) {
    .product-page #installation .product-video-images {
      display: flex;
      flex-flow: row wrap; } }
  .product-page #installation .column {
    text-align: left;
    position: relative;
    margin-bottom: 1.42857rem; }
    @media (min-width: 320px) {
      .product-page #installation .column {
        width: 48%;
        margin-right: 2%; } }
    @media (min-width: 481px) {
      .product-page #installation .column {
        width: 31%; } }
    @media (min-width: 1024px) {
      .product-page #installation .column {
        display: inline-block;
        vertical-align: top;
        width: 210px;
        margin-right: 1.42857rem; } }
    .product-page #installation .column img {
      max-width: 100%;
      height: auto;
      cursor: pointer; }
    .product-page #installation .column p {
      font-size: 13px;
      line-height: 18px; }
    .product-page #installation .column.active:before {
      content: " ";
      background: url("../img/now-playing.png") 0 0 no-repeat;
      background-size: 100% auto;
      max-width: 196px;
      height: 110px;
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .product-page #installation .product-video-iframe {
    display: none;
    text-align: center;
    margin-top: 2.85714rem;
    margin-bottom: 2.85714rem;
    width: 100%;
    position: relative; }
    @media (max-width: 1023px) {
      .product-page #installation .product-video-iframe {
        padding-top: 56.25%; } }
    .product-page #installation .product-video-iframe span {
      position: absolute;
      top: -2.14286rem;
      right: 0;
      cursor: pointer; }
    @media (max-width: 1023px) {
      .product-page #installation .product-video-iframe iframe {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%; } }
  .product-page .custom-modal-form {
    overflow: auto; }
    @media (max-width: 550px) {
      .product-page .custom-modal-form {
        top: 0 !important; } }
    @media (max-width: 1023px) {
      .product-page .custom-modal-form {
        max-width: 100%;
        max-height: 100%; } }
    .product-page .custom-modal-form.modal--large {
      width: 100%;
      max-width: 1000px;
      font-size: 16px;
      color: black; }
    .product-page .custom-modal-form.submitted {
      max-width: 780px; }
      @media (max-width: 550px) {
        .product-page .custom-modal-form.submitted {
          max-height: auto; } }
      .product-page .custom-modal-form.submitted .modal-close:first-child {
        display: none; }
    .product-page .custom-modal-form .modal-content {
      position: relative;
      padding: 1rem 1.5rem 3rem; }
      @media (min-width: 750px) {
        .product-page .custom-modal-form .modal-content {
          padding: 2.5rem 2.28571rem 3.5rem; } }
      .product-page .custom-modal-form .modal-content h2 {
        font-size: 22px;
        text-align: left;
        padding-bottom: 0.78571rem; }
        @media (min-width: 750px) {
          .product-page .custom-modal-form .modal-content h2 {
            font-size: 26px;
            text-align: center; } }
      .product-page .custom-modal-form .modal-content > div > p {
        text-align: left;
        font-size: 16px; }
        @media (min-width: 750px) {
          .product-page .custom-modal-form .modal-content > div > p {
            text-align: center; } }
      .product-page .custom-modal-form .modal-content .form-header--secondary {
        padding-top: 1rem;
        padding-bottom: 0.5rem; }
        @media (min-width: 750px) {
          .product-page .custom-modal-form .modal-content .form-header--secondary {
            padding-bottom: 1rem;
            padding-top: 3rem; } }
        .product-page .custom-modal-form .modal-content .form-header--secondary h2 {
          display: flex;
          align-items: center;
          justify-content: center; }
          .product-page .custom-modal-form .modal-content .form-header--secondary h2 svg {
            fill: #18B95B;
            width: 25px;
            height: 25px;
            margin-right: 1rem; }
            @media (min-width: 750px) {
              .product-page .custom-modal-form .modal-content .form-header--secondary h2 svg {
                width: 30px;
                height: 30px; } }
      .product-page .custom-modal-form .modal-content .form-footer--secondary {
        text-align: center; }
        .product-page .custom-modal-form .modal-content .form-footer--secondary .need-assistance {
          margin-top: 1.85714rem;
          margin-bottom: 3rem; }
          .product-page .custom-modal-form .modal-content .form-footer--secondary .need-assistance a {
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
            font-weight: 600;
            color: #2a5d89;
            margin-top: 1rem; }
            @media (min-width: 1024px) {
              .product-page .custom-modal-form .modal-content .form-footer--secondary .need-assistance a {
                display: block;
                margin-top: 0.28571rem;
                font-size: 20px; }
                .product-page .custom-modal-form .modal-content .form-footer--secondary .need-assistance a svg {
                  display: none; } }
            .product-page .custom-modal-form .modal-content .form-footer--secondary .need-assistance a svg {
              fill: #5479a6;
              width: 25px;
              height: 25px;
              margin-right: 0.5rem; }
        .product-page .custom-modal-form .modal-content .form-footer--secondary .close-form .button {
          display: block;
          position: relative;
          top: 0;
          right: 0;
          margin: 0 auto;
          width: 136px;
          height: 42px;
          font-weight: 500;
          line-height: 24px;
          background-color: #068ac7;
          color: white;
          border-color: #068ac7; }
          .product-page .custom-modal-form .modal-content .form-footer--secondary .close-form .button:hover, .product-page .custom-modal-form .modal-content .form-footer--secondary .close-form .button:focus {
            background-color: #2a5d89;
            border-color: #2a5d89; }
    .product-page .custom-modal-form label {
      display: block;
      font-size: 1rem;
      color: #66737e;
      padding-bottom: 0.35714rem; }
    .product-page .custom-modal-form ul.inputs-list {
      list-style-type: none;
      margin: 0;
      padding: 0; }
    .product-page .custom-modal-form select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: white url("../img/icons/arrow-dropdown.svg") calc(100% - 10px) 50% no-repeat;
      background-size: 13px 13px; }
    .product-page .custom-modal-form .call-us-now {
      max-width: 300px;
      margin-top: 2.28571rem; }
      .product-page .custom-modal-form .call-us-now a {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        color: #2a5d89;
        font-weight: 600; }
        .product-page .custom-modal-form .call-us-now a .icon-phone-rounded {
          fill: #5479a6;
          border: 1px solid #5479a6;
          border-radius: 100%;
          width: 32px;
          height: 32px;
          padding: 0.5rem;
          margin-right: 0.5rem;
          margin-bottom: -0.35714rem; }
        .product-page .custom-modal-form .call-us-now a strong {
          font-size: 20px;
          margin-left: 0.28571rem; }
      .product-page .custom-modal-form .call-us-now .mobile {
        display: initial; }
        @media (min-width: 750px) {
          .product-page .custom-modal-form .call-us-now .mobile {
            display: none; } }
      .product-page .custom-modal-form .call-us-now .desktop {
        display: none; }
        @media (min-width: 750px) {
          .product-page .custom-modal-form .call-us-now .desktop {
            display: initial; } }
    .product-page .custom-modal-form .service-type {
      background-color: #068ac7;
      padding: 1rem 2rem; }
      @media (min-width: 750px) {
        .product-page .custom-modal-form .service-type {
          display: flex;
          flex-flow: row wrap;
          align-items: center; } }
      @media (min-width: 1024px) {
        .product-page .custom-modal-form .service-type {
          padding: 1rem 3.5rem; } }
      .product-page .custom-modal-form .service-type span {
        display: block;
        font-size: 15px;
        font-weight: 500;
        text-transform: uppercase;
        color: white;
        margin-bottom: 0.35714rem; }
        @media (min-width: 750px) {
          .product-page .custom-modal-form .service-type span {
            margin-bottom: 0;
            margin-right: 1.5rem; } }
      .product-page .custom-modal-form .service-type select {
        flex: 1;
        height: 36px;
        outline: none;
        border: 1px solid #2a5d89;
        padding: 0.21429rem 0.78571rem;
        background-image: url("../img/icons/arrow-dropdown-secondary.svg");
        background-position: calc(100% - 14px) 50%; }
        .product-page .custom-modal-form .service-type select:hover, .product-page .custom-modal-form .service-type select:focus {
          border: 1px solid #2a5d89; }
  .product-page #product-contact-modal .inputs-list {
    display: flex;
    flex-flow: row wrap;
    align-items: center; }
    .product-page #product-contact-modal .inputs-list > li {
      width: 100%; }
      @media (min-width: 750px) {
        .product-page #product-contact-modal .inputs-list > li {
          width: 50%; } }
  @media (min-width: 750px) {
    .product-page #product-requestFloorPlan-modal .form-columns-1:nth-child(4),
    .product-page #product-requestInstallation-modal .form-columns-1:nth-child(4) {
      float: left;
      width: 50%; } }
  .product-page #product-requestFloorPlan-modal .form-columns-2:nth-child(5),
  .product-page #product-requestInstallation-modal .form-columns-2:nth-child(5) {
    margin-bottom: 0; }
    .product-page #product-requestFloorPlan-modal .form-columns-2:nth-child(5)::before,
    .product-page #product-requestInstallation-modal .form-columns-2:nth-child(5)::before {
      content: "Upload Floor Plans:";
      display: block;
      text-transform: uppercase;
      font-size: 1rem;
      color: #66737e;
      padding-bottom: 0.21429rem; }
      @media (min-width: 750px) {
        .product-page #product-requestFloorPlan-modal .form-columns-2:nth-child(5)::before,
        .product-page #product-requestInstallation-modal .form-columns-2:nth-child(5)::before {
          padding-left: 1rem; } }
  .product-page #product-requestFloorPlan-modal textarea,
  .product-page #product-requestInstallation-modal textarea {
    height: 136px; }

.product-aside-target {
  height: 185px; }

/* Default - Product Page */
.product-default-page .productView-options {
  margin-top: 1.78571rem; }

.product-default-page .productView-addToCart {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .product-default-page .productView-addToCart .form-field--increments {
    margin-bottom: 0; }
    .product-default-page .productView-addToCart .form-field--increments .form-increment {
      position: relative;
      border: 1px solid #cccccc;
      border-radius: 8px;
      overflow: hidden; }
      .product-default-page .productView-addToCart .form-field--increments .form-increment .button {
        position: absolute;
        right: -1px;
        border-radius: 0;
        border-color: #cccccc;
        width: 1.64286rem;
        padding: 2px; }
        .product-default-page .productView-addToCart .form-field--increments .form-increment .button svg {
          fill: #333333; }
        .product-default-page .productView-addToCart .form-field--increments .form-increment .button[data-action="inc"] {
          top: -1px;
          margin-bottom: -1px; }
        .product-default-page .productView-addToCart .form-field--increments .form-increment .button[data-action="dec"] {
          bottom: -1px; }
      .product-default-page .productView-addToCart .form-field--increments .form-increment .form-input--incrementTotal {
        font-size: 18px;
        font-weight: 400;
        width: 4.57143rem;
        height: 2.92857rem;
        text-align: left;
        padding-left: 1.21429rem;
        color: black; }
  .product-default-page .productView-addToCart .form-action {
    flex: 1 auto;
    margin-left: 1rem; }
    .product-default-page .productView-addToCart .form-action .button--addToCart {
      width: 100%;
      max-width: 12.85714rem;
      height: 2.92857rem;
      font-size: 18px;
      border-radius: 8px;
      color: white;
      background-color: #00adee;
      border-color: #00adee; }
      .product-default-page .productView-addToCart .form-action .button--addToCart:hover, .product-default-page .productView-addToCart .form-action .button--addToCart:focus {
        background-color: #2a5d89;
        border-color: #2a5d89; }

.product-default-page .productView-images,
.product-default-page .productView-images-modal {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-top: 1.21429rem; }

.product-default-page .productView-images-modal {
  margin-top: 0;
  padding-top: 0.78571rem;
  padding-bottom: 0.78571rem; }
  .product-default-page .productView-images-modal .productViewModal-thumbnails {
    max-width: 90px;
    margin-top: 1.5rem;
    margin-left: 0;
    background-color: #edeff5; }
    .product-default-page .productView-images-modal .productViewModal-thumbnails .productViewModal-thumbnail {
      text-align: center; }
    .product-default-page .productView-images-modal .productViewModal-thumbnails .productViewModal-thumbnail-link {
      display: inline-block;
      height: 67px;
      max-width: 75px;
      padding: 2px;
      position: relative;
      text-align: center;
      width: 100%; }
    .product-default-page .productView-images-modal .productViewModal-thumbnails img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      max-height: 50px;
      max-width: 50px;
      width: auto; }
    .product-default-page .productView-images-modal .productViewModal-thumbnails .slick-prev,
    .product-default-page .productView-images-modal .productViewModal-thumbnails .slick-next {
      border: 1px solid #cccccc; }
    .product-default-page .productView-images-modal .productViewModal-thumbnails .slick-prev::before {
      border-top: 1px solid white; }
    .product-default-page .productView-images-modal .productViewModal-thumbnails .slick-next::before {
      border-bottom: 1px solid white; }

.product-default-page .productView-thumbnails,
.product-default-page .productViewModal-thumbnails {
  max-width: 70px;
  display: none; }
  @media (min-width: 1024px) {
    .product-default-page .productView-thumbnails,
    .product-default-page .productViewModal-thumbnails {
      display: block; } }
  .product-default-page .productView-thumbnails .slick-list,
  .product-default-page .productViewModal-thumbnails .slick-list {
    margin: 0; }
  .product-default-page .productView-thumbnails .slick-prev,
  .product-default-page .productView-thumbnails .slick-next,
  .product-default-page .productViewModal-thumbnails .slick-prev,
  .product-default-page .productViewModal-thumbnails .slick-next {
    background: none;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    transform: initial;
    height: 2.28571rem; }
    .product-default-page .productView-thumbnails .slick-prev::before,
    .product-default-page .productView-thumbnails .slick-next::before,
    .product-default-page .productViewModal-thumbnails .slick-prev::before,
    .product-default-page .productViewModal-thumbnails .slick-next::before {
      background: none;
      width: 0;
      height: 0;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      border-left: 7px solid white;
      border-right: 7px solid white; }
  .product-default-page .productView-thumbnails .slick-prev,
  .product-default-page .productViewModal-thumbnails .slick-prev {
    top: -2.28571rem;
    bottom: initial;
    border-bottom: 1px solid #cccccc; }
    .product-default-page .productView-thumbnails .slick-prev::before,
    .product-default-page .productViewModal-thumbnails .slick-prev::before {
      border-bottom: 8px solid #2a5d89; }
  .product-default-page .productView-thumbnails .slick-next,
  .product-default-page .productViewModal-thumbnails .slick-next {
    top: initial;
    bottom: -2.28571rem;
    border-top: 1px solid #cccccc; }
    .product-default-page .productView-thumbnails .slick-next::before,
    .product-default-page .productViewModal-thumbnails .slick-next::before {
      border-top: 8px solid #2a5d89; }
  .product-default-page .productView-thumbnails .productView-thumbnail,
  .product-default-page .productView-thumbnails .productViewModal-thumbnail,
  .product-default-page .productViewModal-thumbnails .productView-thumbnail,
  .product-default-page .productViewModal-thumbnails .productViewModal-thumbnail {
    padding: 0;
    width: 70px; }
  .product-default-page .productView-thumbnails .productView-thumbnail-link,
  .product-default-page .productView-thumbnails .productViewModal-thumbnail-link,
  .product-default-page .productViewModal-thumbnails .productView-thumbnail-link,
  .product-default-page .productViewModal-thumbnails .productViewModal-thumbnail-link {
    border: 1px solid transparent; }
    .product-default-page .productView-thumbnails .productView-thumbnail-link:hover, .product-default-page .productView-thumbnails .productView-thumbnail-link.is-active,
    .product-default-page .productView-thumbnails .productViewModal-thumbnail-link:hover,
    .product-default-page .productView-thumbnails .productViewModal-thumbnail-link.is-active,
    .product-default-page .productViewModal-thumbnails .productView-thumbnail-link:hover,
    .product-default-page .productViewModal-thumbnails .productView-thumbnail-link.is-active,
    .product-default-page .productViewModal-thumbnails .productViewModal-thumbnail-link:hover,
    .product-default-page .productViewModal-thumbnails .productViewModal-thumbnail-link.is-active {
      border-color: #990642; }

.product-default-page .productView-image {
  flex: 1 auto;
  margin-left: 1rem; }
  .product-default-page .productView-image .productView-img-container {
    max-width: 400px;
    max-height: 400px; }

@media (min-width: 1024px) {
  .product-default-page .productView-images {
    width: grid-calc(7, 12); } }

.product-default-page .productView-moreImages {
  position: absolute;
  bottom: -2.5rem;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  display: none; }
  @media (min-width: 1024px) {
    .product-default-page .productView-moreImages {
      display: block; } }
  .product-default-page .productView-moreImages .view-larger {
    font-size: 11px;
    color: #666666;
    text-transform: uppercase;
    font-weight: 500; }
  .product-default-page .productView-moreImages .see-more-icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 15px;
    margin-right: 0.28571rem;
    margin-top: -1px;
    font-weight: 400; }
    .product-default-page .productView-moreImages .see-more-icon::before, .product-default-page .productView-moreImages .see-more-icon::after {
      display: inline-block;
      vertical-align: middle;
      margin-top: -0.5rem; }
    .product-default-page .productView-moreImages .see-more-icon::before {
      content: "[";
      margin-right: 0.21429rem; }
    .product-default-page .productView-moreImages .see-more-icon::after {
      content: "]";
      margin-left: 0.21429rem; }

@media (min-width: 1024px) {
  .product-default-page .productView-details {
    width: grid-calc(5, 12); } }

.product-default-page .productView-details-secondary {
  width: grid-calc(12, 12); }
  @media (min-width: 551px) {
    .product-default-page .productView-details-secondary {
      width: grid-calc(6, 12);
      min-width: 410px; } }
  @media (min-width: 1024px) {
    .product-default-page .productView-details-secondary {
      width: grid-calc(5, 12);
      min-width: inherit; } }

.product-default-page .productView-header {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 1rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }
  @media (min-width: 1024px) {
    .product-default-page .productView-header {
      margin-top: 0; } }

.product-default-page .productView-title {
  font-size: 26px;
  line-height: 30px; }

.product-default-page .productView-availability {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: 1.42857rem;
  font-size: 15px; }
  .product-default-page .productView-availability svg {
    width: 18px;
    height: 18px;
    fill: #990642;
    margin-right: 3px;
    position: relative;
    top: 3px; }
  .product-default-page .productView-availability .product-availability-icon > span {
    display: none; }
  .product-default-page .productView-availability .product-availability-icon .in-stock span {
    color: #2cb48a;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 0.33rem;
    line-height: 2px; }
  .product-default-page .productView-availability .product-availability-icon .currently, .product-default-page .productView-availability .product-availability-icon .backorder {
    margin-right: .5rem; }

.product-default-page .productView-return-policy {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 1.42857rem 0;
  margin-bottom: 1.42857rem;
  border-bottom: 1px solid #cccccc; }
  .product-default-page .productView-return-policy img {
    max-width: 42px;
    margin-right: 0.71429rem; }
  .product-default-page .productView-return-policy > div {
    line-height: 17px; }
  .product-default-page .productView-return-policy strong {
    font-size: 16px;
    color: #990642; }

.product-default-page .productView-store-benefits {
  display: flex;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #CCC;
  margin: 2.28571rem 0 1.5rem 0; }
  .product-default-page .productView-store-benefits div {
    width: 33.33%;
    font-weight: 600; }
    .product-default-page .productView-store-benefits div:nth-child(1) {
      padding-right: 0.78571rem; }
    .product-default-page .productView-store-benefits div:nth-child(2) {
      border-left: 1px solid #CCC;
      border-right: 1px solid #CCC;
      padding: 0 0.78571rem; }
    .product-default-page .productView-store-benefits div:nth-child(3) {
      padding-left: 0.78571rem; }

.product-default-page .productView-coverageArea {
  display: inline-block;
  position: relative;
  margin-bottom: 0.78571rem; }
  .product-default-page .productView-coverageArea a {
    text-decoration: underline;
    font-weight: 600;
    text-transform: lowercase; }

.product-default-page .dis {
  display: none; }
  @media (min-width: 1024px) {
    .product-default-page .dis {
      display: flex;
      flex-flow: row wrap;
      border: 2px solid #E0DDD9;
      min-height: 115px;
      background-color: #F5F4F2; } }
  .product-default-page .dis .dis-logo {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 23%;
    background-color: #E0DDD9; }
    .product-default-page .dis .dis-logo::after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-top: 14px solid transparent;
      border-bottom: 14px solid transparent;
      border-left: 14px solid #E0DDD9;
      right: -1rem;
      top: 0;
      bottom: 0;
      margin: auto; }
    .product-default-page .dis .dis-logo img {
      max-width: 100%;
      max-height: 50px; }
  .product-default-page .dis .dis-main,
  .product-default-page .dis .dis-results {
    width: 77%;
    padding: 1.28571rem;
    padding-left: 2rem; }
  .product-default-page .dis .dis-heading {
    font-size: 18px;
    font-weight: 600;
    color: black;
    margin-bottom: 1rem; }
    .product-default-page .dis .dis-heading span {
      color: #990642; }
  .product-default-page .dis .dis-toc,
  .product-default-page .dis .dis-change-zip {
    display: inline-flex;
    align-items: center;
    color: #154284;
    text-decoration: underline; }
  .product-default-page .dis .dis-toc {
    font-size: 1rem;
    font-weight: 600;
    margin-left: 1.5rem; }
    .product-default-page .dis .dis-toc .icon {
      vertical-align: initial; }
  .product-default-page .dis .dis-checker,
  .product-default-page .dis .dis-checker-form {
    display: flex;
    flex-flow: row;
    align-items: center; }
  .product-default-page .dis .dis-checker-form {
    margin-left: 1rem; }
    .product-default-page .dis .dis-checker-form input {
      border: 1px solid #B0B1B3;
      padding: 0.28571rem 0.78571rem;
      margin-right: 1rem; }
      .product-default-page .dis .dis-checker-form input:focus {
        border: 1px solid #4e77a3;
        outline: none; }
    .product-default-page .dis .dis-checker-form .dis-checker-submit {
      background-color: #B0B1B3;
      color: white;
      border-radius: 10px;
      padding: 0.35714rem 2.5rem;
      font-size: 16px;
      text-align: center; }
      .product-default-page .dis .dis-checker-form .dis-checker-submit:hover {
        background-color: #5479a6;
        cursor: pointer; }
  .product-default-page .dis .dis-location-details {
    width: 60%;
    padding-right: 2.14286rem;
    border-right: 1px solid #cccccc; }
    .product-default-page .dis .dis-location-details .dis-location-success {
      font-weight: 600;
      margin-bottom: 0.71429rem; }
  .product-default-page .dis .dis-pricing {
    display: flex;
    flex-flow: row wrap;
    align-items: center; }
  .product-default-page .dis .dis-options {
    position: relative;
    width: 40%;
    padding-left: 1.42857rem; }
    .product-default-page .dis .dis-options .dis-option {
      display: flex;
      flex-flow: row wrap;
      align-items: center;
      position: relative;
      padding-left: 2rem;
      cursor: pointer; }
      .product-default-page .dis .dis-options .dis-option::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        width: 19px;
        height: 19px;
        border: 2px solid #154284;
        border-radius: 50%; }
      .product-default-page .dis .dis-options .dis-option-checked::after {
        content: "";
        display: block;
        position: absolute;
        left: 0.35714rem;
        top: calc(50% - 4.5px);
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background-color: #154284; }
      .product-default-page .dis .dis-options .dis-option-add {
        margin-bottom: 1.42857rem; }
      .product-default-page .dis .dis-options .dis-option-submit {
        cursor: pointer;
        position: absolute;
        right: 0;
        bottom: 0;
        width: 55px;
        line-height: 27px;
        height: 27px;
        background-color: #5479a6;
        color: white;
        text-align: center;
        border-radius: 8px; }
        .product-default-page .dis .dis-options .dis-option-submit:hover {
          background-color: #2a5d89; }
  .product-default-page .dis .dis-location-change {
    display: flex;
    align-items: center;
    background-color: white; }
    .product-default-page .dis .dis-location-change .dis-location {
      font-size: 16px;
      font-weight: 600;
      padding: 0.5rem; }
    .product-default-page .dis .dis-location-change .dis-change-zip {
      cursor: pointer;
      font-weight: 600;
      text-decoration: underline;
      margin-left: auto;
      margin-right: 0.71429rem; }
  .product-default-page .dis .dis-unavailable {
    display: flex;
    flex-wrap: wrap;
    font-size: 15px; }
    .product-default-page .dis .dis-unavailable .dis-unavailable-heading {
      font-weight: 600;
      text-transform: uppercase;
      margin-bottom: 10px; }
    .product-default-page .dis .dis-unavailable .dis-location-change {
      display: flex;
      align-items: center;
      background-color: white;
      flex-basis: 55%;
      margin-right: 5%; }
    .product-default-page .dis .dis-unavailable .dis-unavailable-text {
      flex-basis: 40%;
      align-self: flex-end; }

.product-default-page .product-other-option {
  display: flex;
  flex-flow: row;
  align-items: center;
  padding: 0.35714rem;
  margin-top: 2.14286rem;
  border: 1px solid #cccccc;
  box-shadow: 0px 0px 4px 1px #cccccc;
  border-left: 5px solid #990642;
  max-width: 392px; }
  .product-default-page .product-other-option img {
    width: 5rem;
    height: 5rem;
    margin-right: 0.35714rem; }
  .product-default-page .product-other-option .savings {
    font-weight: 600;
    color: #990642;
    text-transform: uppercase; }
  .product-default-page .product-other-option .product {
    color: black;
    font-size: 15px;
    font-weight: 600; }
    .product-default-page .product-other-option .product span {
      font-size: 1rem;
      font-weight: 400; }
  .product-default-page .product-other-option .price {
    position: relative;
    top: 0.71429rem;
    align-self: center;
    font-size: 20px;
    font-weight: 500;
    margin-left: 0.5rem; }
    .product-default-page .product-other-option .price span {
      font-size: 12px;
      position: relative;
      top: -0.42857rem; }

.product-default-page .productView-images-modal:hover .prev-link,
.product-default-page .productView-images-modal:hover .next-link {
  display: block; }

.product-default-page .productView-images-modal .productViewModal-thumbnail-link {
  background-color: white; }

.product-default-page .productViewBox {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  .product-default-page .productViewBox img {
    max-height: 400px; }
    .product-default-page .productViewBox img[src*="play_video"], .product-default-page .productViewBox img[src*="YouTube_Video_Picture"] {
      display: none; }
      .product-default-page .productViewBox img[src*="play_video"] + .productView-videoIframe, .product-default-page .productViewBox img[src*="YouTube_Video_Picture"] + .productView-videoIframe {
        display: block; }
  .product-default-page .productViewBox .productView-videoIframe {
    top: 0;
    bottom: 0;
    max-width: 57%;
    padding-bottom: 31%;
    margin: auto; }
  .product-default-page .productViewBox .prev-link,
  .product-default-page .productViewBox .next-link {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 28px;
    height: 40px;
    border: 1px solid #DDDDDD;
    text-align: center;
    background: #edeff5; }
    .product-default-page .productViewBox .prev-link.disabled svg,
    .product-default-page .productViewBox .next-link.disabled svg {
      fill: #AAAAAA; }
    .product-default-page .productViewBox .prev-link svg,
    .product-default-page .productViewBox .next-link svg {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto;
      fill: #333333;
      width: 8px;
      height: 14px; }
  .product-default-page .productViewBox .prev-link {
    left: 3rem; }
  .product-default-page .productViewBox .next-link {
    right: 3rem; }

.product-default-page .product-aside {
  border: 1px solid #990642;
  padding: 0.25rem 1rem 0.75rem;
  position: relative;
  margin-bottom: 3rem; }
  .product-default-page .product-aside::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #ccc;
    position: absolute;
    bottom: -1.5rem;
    left: 0; }
  .product-default-page .product-aside h3 {
    margin-bottom: 0;
    padding: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #990642;
    text-transform: uppercase; }
  .product-default-page .product-aside div {
    display: inline-block;
    vertical-align: middle; }
  .product-default-page .product-aside .product-aside-title {
    width: 55%;
    padding-right: 1.5rem;
    line-height: 1rem;
    color: #000;
    font-weight: 500; }
    .product-default-page .product-aside .product-aside-title a {
      font-weight: 600;
      text-decoration: underline;
      line-height: 26px;
      display: block; }
  .product-default-page .product-aside .product-aside-image {
    width: 20%;
    text-align: center; }
    .product-default-page .product-aside .product-aside-image img {
      max-width: 100%;
      max-height: 80px; }
  .product-default-page .product-aside .product-aside-price {
    width: 20%;
    text-align: right; }
    .product-default-page .product-aside .product-aside-price em {
      display: block;
      font-style: normal;
      font-weight: 600; }
    .product-default-page .product-aside .product-aside-price .retail {
      color: #777777;
      font-size: 14px;
      text-decoration: line-through; }
    .product-default-page .product-aside .product-aside-price .price {
      color: black;
      font-size: 1rem;
      line-height: 1rem; }
      .product-default-page .product-aside .product-aside-price .price .special {
        margin-top: -10px;
        font-size: 12px;
        text-decoration: line-through; }

.product-newStart-page .price-section-promotion {
  display: none; }

.product-newStart-page .productView-images {
  margin-bottom: 0; }
  @media (min-width: 750px) {
    .product-newStart-page .productView-images {
      width: 40%; } }
  @media (min-width: 1024px) {
    .product-newStart-page .productView-images {
      width: 50%; } }

@media (min-width: 750px) {
  .product-newStart-page .productView-details {
    width: 60%; } }

@media (min-width: 1024px) {
  .product-newStart-page .productView-details {
    width: 50%; } }

.product-newStart-page .productView-promo-message {
  display: none; }
  .product-newStart-page .productView-promo-message.show {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    border: 1px solid #068AC7;
    padding: 0.5rem 3rem 0.5rem 0.5rem;
    margin-bottom: 1rem;
    font-size: 15px;
    position: relative;
    background-color: #F3FAFD; }
  .product-newStart-page .productView-promo-message .newer-model-text {
    flex: 1;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #068AC7; }
    @media (min-width: 750px) {
      .product-newStart-page .productView-promo-message .newer-model-text {
        flex: initial; } }
  .product-newStart-page .productView-promo-message > svg {
    margin-top: -1px;
    fill: #068AC7;
    width: 25px;
    height: 25px; }
  .product-newStart-page .productView-promo-message .product-name {
    width: 100%;
    padding-left: 2.28571rem; }
    @media (min-width: 1024px) {
      .product-newStart-page .productView-promo-message .product-name {
        width: initial;
        padding-left: 0; } }
    .product-newStart-page .productView-promo-message .product-name .product-sku {
      display: block;
      color: black; }
      @media (min-width: 750px) {
        .product-newStart-page .productView-promo-message .product-name .product-sku {
          display: initial; } }
  .product-newStart-page .productView-promo-message .product-view {
    position: absolute;
    right: 0;
    bottom: 0.5rem;
    text-decoration: underline;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem; }
    @media (min-width: 750px) {
      .product-newStart-page .productView-promo-message .product-view {
        right: 1rem; }
        .product-newStart-page .productView-promo-message .product-view::after {
          content: "\003E";
          text-decoration: none;
          position: absolute;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto; } }
    .product-newStart-page .productView-promo-message .product-view span {
      display: none; }
      @media (min-width: 750px) {
        .product-newStart-page .productView-promo-message .product-view span {
          display: initial; } }
    .product-newStart-page .productView-promo-message .product-view svg {
      width: 14px;
      height: 14px;
      fill: #154284; }
      @media (min-width: 750px) {
        .product-newStart-page .productView-promo-message .product-view svg {
          display: none; } }

.product-newStart-page .productView-availableOptions {
  margin-top: 1rem;
  margin-bottom: 1.85714rem; }
  .product-newStart-page .productView-availableOptions h3 {
    color: #154284;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0.35714rem; }
  .product-newStart-page .productView-availableOptions .form-select {
    border-radius: 0;
    padding-top: 0.35714rem;
    padding-bottom: 0.35714rem; }

.product-newStart-page .productView-heading {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  margin-left: 1rem;
  margin-right: 1rem; }
  @media (min-width: 750px) {
    .product-newStart-page .productView-heading {
      border-bottom: 0;
      margin-right: 0;
      margin-bottom: 0;
      padding-bottom: 0; } }
  .product-newStart-page .productView-heading .productView-title {
    margin-top: 0;
    font-size: 22px;
    margin-bottom: 0.78571rem; }
    @media (min-width: 1024px) {
      .product-newStart-page .productView-heading .productView-title {
        font-size: 26px; } }

.product-newStart-page .productView-images {
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 1024px) {
    .product-newStart-page .productView-images {
      padding-right: 4%; } }
  .product-newStart-page .productView-images:hover .slick-next,
  .product-newStart-page .productView-images:hover .slick-prev {
    display: inline-block !important; }
  .product-newStart-page .productView-images .productView-img-container::after {
    padding-bottom: 100%; }

@media (min-width: 1024px) {
  .product-newStart-page .productView-details {
    padding-left: 4%; } }

.product-newStart-page .productView-image {
  display: block; }
  @media (min-width: 1024px) {
    .product-newStart-page .productView-image {
      display: none; } }

.product-newStart-page .productView-thumbnail-images {
  display: none; }
  @media (min-width: 1024px) {
    .product-newStart-page .productView-thumbnail-images {
      display: block;
      padding-top: 1.5rem; } }
  .product-newStart-page .productView-thumbnail-images .slick-track {
    display: flex;
    align-items: center;
    justify-content: center;
    float: none; }
  .product-newStart-page .productView-thumbnail-images .slick-dots li {
    position: relative;
    width: 1.8rem;
    height: 1.5rem; }
    .product-newStart-page .productView-thumbnail-images .slick-dots li button {
      margin: auto;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 10px;
      height: 10px;
      cursor: pointer;
      border: 0;
      background-color: #d9dce0; }
      .product-newStart-page .productView-thumbnail-images .slick-dots li button:hover::before, .product-newStart-page .productView-thumbnail-images .slick-dots li button:focus::before {
        left: -2px;
        top: -2px;
        opacity: 1;
        background: #0083b1; }
    .product-newStart-page .productView-thumbnail-images .slick-dots li.slick-active button::before {
      left: -2px;
      top: -2px;
      background: white;
      border: 4px solid #0083b1; }
  .product-newStart-page .productView-thumbnail-images .slick-next,
  .product-newStart-page .productView-thumbnail-images .slick-prev {
    display: none !important;
    width: 2.85714rem;
    height: 2.85714rem;
    padding: 0;
    background: transparent;
    border: 0; }
    .product-newStart-page .productView-thumbnail-images .slick-next::before,
    .product-newStart-page .productView-thumbnail-images .slick-prev::before {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 2.14286rem;
      height: 2.14286rem; }
    .product-newStart-page .productView-thumbnail-images .slick-next::before, .product-newStart-page .productView-thumbnail-images .slick-next.slick-disabled:hover::before,
    .product-newStart-page .productView-thumbnail-images .slick-prev::before,
    .product-newStart-page .productView-thumbnail-images .slick-prev.slick-disabled:hover::before {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDQ1MS44NDYgNDUxLjg0NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUxLjg0NiA0NTEuODQ3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+PGc+Cgk8cGF0aCBkPSJNMzQ1LjQ0MSwyNDguMjkyTDE1MS4xNTQsNDQyLjU3M2MtMTIuMzU5LDEyLjM2NS0zMi4zOTcsMTIuMzY1LTQ0Ljc1LDBjLTEyLjM1NC0xMi4zNTQtMTIuMzU0LTMyLjM5MSwwLTQ0Ljc0NCAgIEwyNzguMzE4LDIyNS45MkwxMDYuNDA5LDU0LjAxN2MtMTIuMzU0LTEyLjM1OS0xMi4zNTQtMzIuMzk0LDAtNDQuNzQ4YzEyLjM1NC0xMi4zNTksMzIuMzkxLTEyLjM1OSw0NC43NSwwbDE5NC4yODcsMTk0LjI4NCAgIGM2LjE3Nyw2LjE4LDkuMjYyLDE0LjI3MSw5LjI2MiwyMi4zNjZDMzU0LjcwOCwyMzQuMDE4LDM1MS42MTcsMjQyLjExNSwzNDUuNDQxLDI0OC4yOTJ6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIHN0eWxlPSJmaWxsOiNEOURDRTAiIGRhdGEtb2xkX2NvbG9yPSIjZDlkY2UwIj48L3BhdGg+CjwvZz48L2c+IDwvc3ZnPg==); }
    .product-newStart-page .productView-thumbnail-images .slick-next:hover::before,
    .product-newStart-page .productView-thumbnail-images .slick-prev:hover::before {
      opacity: 1;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDQ1MS44NDYgNDUxLjg0NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUxLjg0NiA0NTEuODQ3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+PGc+Cgk8cGF0aCBkPSJNMzQ1LjQ0MSwyNDguMjkyTDE1MS4xNTQsNDQyLjU3M2MtMTIuMzU5LDEyLjM2NS0zMi4zOTcsMTIuMzY1LTQ0Ljc1LDBjLTEyLjM1NC0xMi4zNTQtMTIuMzU0LTMyLjM5MSwwLTQ0Ljc0NCAgIEwyNzguMzE4LDIyNS45MkwxMDYuNDA5LDU0LjAxN2MtMTIuMzU0LTEyLjM1OS0xMi4zNTQtMzIuMzk0LDAtNDQuNzQ4YzEyLjM1NC0xMi4zNTksMzIuMzkxLTEyLjM1OSw0NC43NSwwbDE5NC4yODcsMTk0LjI4NCAgIGM2LjE3Nyw2LjE4LDkuMjYyLDE0LjI3MSw5LjI2MiwyMi4zNjZDMzU0LjcwOCwyMzQuMDE4LDM1MS42MTcsMjQyLjExNSwzNDUuNDQxLDI0OC4yOTJ6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIHN0eWxlPSJmaWxsOiMwNzhBQzciIGRhdGEtb2xkX2NvbG9yPSIjMDc4YWM3Ij48L3BhdGg+CjwvZz48L2c+IDwvc3ZnPg==); }
  .product-newStart-page .productView-thumbnail-images .slick-prev {
    left: -2.5rem; }
    .product-newStart-page .productView-thumbnail-images .slick-prev::before {
      -webkit-transform: scaleX(-1);
      transform: scaleX(-1); }
  .product-newStart-page .productView-thumbnail-images .slick-next {
    right: -2.5rem; }
  .product-newStart-page .productView-thumbnail-images .productView-thumbnail-image {
    display: flex;
    align-items: center;
    justify-content: center;
    float: none;
    position: relative; }
    .product-newStart-page .productView-thumbnail-images .productView-thumbnail-image img {
      max-width: 400px;
      max-height: 400px;
      width: 100%; }

.product-newStart-page .productView-videoIframe {
  display: block;
  padding-bottom: 56.2%; }
  .product-newStart-page .productView-videoIframe > img {
    display: block;
    margin: 0 auto;
    max-width: 100% !important;
    width: 100%; }
  .product-newStart-page .productView-videoIframe:hover {
    cursor: pointer; }

.product-newStart-page .slick-current .productView-videoIframe.inactive:after {
  content: "";
  background-image: url(../img/yt-play-button-gray.png);
  width: 4.28571rem;
  height: 3rem;
  position: absolute;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto; }

.product-newStart-page .slick-current .productView-videoIframe.inactive:hover:after {
  background-image: url(../img/yt-play-button.png); }

.product-newStart-page .productView-availability {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 1rem;
  margin-bottom: 1.21429rem;
  font-size: 15px; }
  .product-newStart-page .productView-availability.top {
    display: none; }
    @media (min-width: 750px) {
      .product-newStart-page .productView-availability.top {
        display: flex; } }
  .product-newStart-page .productView-availability.bottom {
    display: flex;
    margin-top: 1rem;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0.78571rem; }
    @media (min-width: 750px) {
      .product-newStart-page .productView-availability.bottom {
        display: none; } }
    .product-newStart-page .productView-availability.bottom .product-avail.in-stock {
      width: 100%; }
  .product-newStart-page .productView-availability svg {
    width: 18px;
    height: 18px;
    margin-right: 0.3rem;
    position: relative;
    top: 3px; }
  .product-newStart-page .productView-availability .product-avail {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin-right: 0.28571rem; }
    .product-newStart-page .productView-availability .product-avail.in-stock {
      color: #18B95B;
      font-weight: 600; }
      .product-newStart-page .productView-availability .product-avail.in-stock svg {
        fill: #18B95B; }
    .product-newStart-page .productView-availability .product-avail.out-of-stock {
      color: #990642;
      font-weight: 600; }
      .product-newStart-page .productView-availability .product-avail.out-of-stock svg {
        fill: #990642; }
  .product-newStart-page .productView-availability .product-availability-icon > span {
    display: none; }
  .product-newStart-page .productView-availability .product-availability-icon .in-stock span {
    color: #2cb48a;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 0.33rem;
    line-height: 2px; }
  .product-newStart-page .productView-availability .product-availability-icon .currently, .product-newStart-page .productView-availability .product-availability-icon .backorder {
    margin-right: .5rem; }

.product-newStart-page .productView-productBestSelling {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0.71429rem; }

.product-newStart-page .productView-messageList .wa-popover-box {
  display: inline-flex;
  position: relative; }

.product-newStart-page .productView-messageList .wa-popover {
  font-weight: 600;
  margin-left: 0.35714rem;
  color: #068ac7;
  cursor: pointer; }

.product-newStart-page .productView-moreDetails {
  padding-bottom: 1.28571rem;
  border-bottom: 1px solid #cccccc; }
  .product-newStart-page .productView-moreDetails .productView-moreDetails-container p:last-child {
    margin-bottom: 0.78571rem; }
  .product-newStart-page .productView-moreDetails .productView-moreDetails-container a {
    font-weight: 600; }
  .product-newStart-page .productView-moreDetails .productView-moreDetails-container .productView-customContact {
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    margin-top: 1.85714rem;
    margin-bottom: 1rem; }

.product-newStart-page .productView-advantages,
.product-newStart-page .productView-messageList,
.product-newStart-page .productView-moreDetails {
  font-size: 16px; }
  .product-newStart-page .productView-advantages ul,
  .product-newStart-page .productView-messageList ul,
  .product-newStart-page .productView-moreDetails ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    .product-newStart-page .productView-advantages ul li,
    .product-newStart-page .productView-messageList ul li,
    .product-newStart-page .productView-moreDetails ul li {
      display: flex; }
      .product-newStart-page .productView-advantages ul li > div,
      .product-newStart-page .productView-messageList ul li > div,
      .product-newStart-page .productView-moreDetails ul li > div {
        display: initial; }
      .product-newStart-page .productView-advantages ul li::before,
      .product-newStart-page .productView-messageList ul li::before,
      .product-newStart-page .productView-moreDetails ul li::before {
        content: '\2022';
        font-size: 18px;
        line-height: normal;
        margin-right: 0.28571rem; }

.product-newStart-page .productView-showMore {
  font-size: 16px; }
  .product-newStart-page .productView-showMore .productView-showMore-container {
    display: none;
    margin-top: 1rem;
    margin-bottom: 0.35714rem; }
    .product-newStart-page .productView-showMore .productView-showMore-container .product-more-details-content ul {
      margin-bottom: 1.5rem; }
  .product-newStart-page .productView-showMore .button-show-toggle {
    display: inline-block;
    font-size: 16px;
    color: #068ac7;
    font-weight: 600;
    margin-top: 1rem;
    border: 0;
    padding: 0; }
    .product-newStart-page .productView-showMore .button-show-toggle:hover {
      text-decoration: underline; }

.product-newStart-page .productView-configurations .heading {
  font-size: 16px;
  font-weight: 600;
  margin: 1.5rem 0 .33rem 0; }

.product-newStart-page .productView-configurations .product-configurations {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 1rem);
  margin-left: -.5rem; }
  @media (max-width: 551px) {
    .product-newStart-page .productView-configurations .product-configurations {
      width: 100%;
      margin-left: 0; } }

.product-newStart-page .productView-configurations .configuration {
  border: 1px solid #CCC;
  width: calc(50% - 1rem);
  margin: .5rem;
  padding: 1rem;
  display: flex;
  color: #333;
  min-height: 90px; }
  @media (max-width: 551px) {
    .product-newStart-page .productView-configurations .configuration {
      width: 100%;
      margin: .5rem 0;
      min-height: 80px; } }
  .product-newStart-page .productView-configurations .configuration .left .name {
    font-size: 16px;
    font-weight: 600; }
  .product-newStart-page .productView-configurations .configuration .left .content {
    font-size: 15px; }
  .product-newStart-page .productView-configurations .configuration .right {
    margin-left: auto; }
    .product-newStart-page .productView-configurations .configuration .right .price {
      font-size: 18px;
      font-weight: 600; }
      .product-newStart-page .productView-configurations .configuration .right .price span {
        position: relative;
        top: -4px;
        font-size: 13px; }
  .product-newStart-page .productView-configurations .configuration.active {
    border: 2px solid #058ac7; }

.product-newStart-page .productView-product {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding-top: 0.78571rem; }
  @media (min-width: 551px) {
    .product-newStart-page .productView-product {
      align-items: baseline; } }
  .product-newStart-page .productView-product #affirm-message {
    width: 100%;
    padding-bottom: 5px;
    align-self: flex-end; }
    .product-newStart-page .productView-product #affirm-message #afffirm-promo-box {
      height: auto !important; }
    @media (min-width: 481px) {
      .product-newStart-page .productView-product #affirm-message {
        width: inherit; } }
  .product-newStart-page .productView-product .affirm-as-low-as {
    flex: 1; }
    @media (min-width: 481px) {
      .product-newStart-page .productView-product .affirm-as-low-as {
        margin-left: 0.78571rem !important; } }
    .product-newStart-page .productView-product .affirm-as-low-as .__affirm-logo-blue {
      font-size: 21px;
      color: #0FA0EA; }
    .product-newStart-page .productView-product .affirm-as-low-as a {
      display: block; }
      @media (min-width: 551px) {
        .product-newStart-page .productView-product .affirm-as-low-as a {
          display: initial; } }

.product-newStart-page .productView-onSaleDiscount {
  position: relative;
  top: 15px;
  color: #990642;
  font-size: 13px;
  font-weight: 600; }
  .product-newStart-page .productView-onSaleDiscount span {
    font-size: 22px; }

.product-newStart-page .productView-refurbDiscountNotice {
  width: 100%;
  margin-top: 0.78571rem;
  border: 1px solid #C2D0E0;
  padding: 0.35714rem 0.64286rem;
  color: #990642; }

.product-newStart-page .form-action {
  display: none; }
  @media (min-width: 750px) {
    .product-newStart-page .form-action {
      display: block; } }

.product-newStart-page .productView-addToCart .button--addToCart,
.product-newStart-page .productView-addToCart .button--contactModal,
.product-newStart-page .prod-atc .button--addToCart,
.product-newStart-page .prod-atc .button--contactModal {
  background-color: #068ac7;
  color: white;
  border-color: #068ac7; }
  .product-newStart-page .productView-addToCart .button--addToCart:hover, .product-newStart-page .productView-addToCart .button--addToCart:focus,
  .product-newStart-page .productView-addToCart .button--contactModal:hover,
  .product-newStart-page .productView-addToCart .button--contactModal:focus,
  .product-newStart-page .prod-atc .button--addToCart:hover,
  .product-newStart-page .prod-atc .button--addToCart:focus,
  .product-newStart-page .prod-atc .button--contactModal:hover,
  .product-newStart-page .prod-atc .button--contactModal:focus {
    background-color: #2a5d89;
    border-color: #2a5d89; }

.product-newStart-page .productView-addToCart .button--contactModal,
.product-newStart-page .prod-atc .button--contactModal {
  text-transform: uppercase; }

.product-newStart-page .productView-addToCart {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.28571rem; }
  .product-newStart-page .productView-addToCart .form-field--increments {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    width: 10.71429rem;
    position: relative;
    height: 3.57143rem;
    border: 1px solid #979797;
    border-radius: 4px; }
    .product-newStart-page .productView-addToCart .form-field--increments:hover, .product-newStart-page .productView-addToCart .form-field--increments:focus {
      border-color: #068ac7; }
    .product-newStart-page .productView-addToCart .form-field--increments .button {
      border: 0;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      padding: 0;
      width: 48px;
      height: 48px; }
      .product-newStart-page .productView-addToCart .form-field--increments .button svg {
        fill: black; }
      .product-newStart-page .productView-addToCart .form-field--increments .button:hover svg {
        fill: #068ac7; }
      .product-newStart-page .productView-addToCart .form-field--increments .button[data-action="dec"] {
        left: 0; }
      .product-newStart-page .productView-addToCart .form-field--increments .button[data-action="inc"] {
        right: 0; }
    .product-newStart-page .productView-addToCart .form-field--increments .form-input--incrementTotal {
      width: 100%;
      height: 48px;
      font-size: 16px;
      color: black;
      font-weight: 600; }
  .product-newStart-page .productView-addToCart .button--addToCart {
    width: 18.92857rem;
    height: 3.57143rem;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600; }

.product-newStart-page .productView-bulkSales {
  margin-top: 1.5rem;
  padding: 0.78571rem;
  border: 1px solid #CCC;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .product-newStart-page .productView-bulkSales img {
    display: none;
    width: 125px;
    flex-shrink: 0;
    flex-grow: 0; }
  .product-newStart-page .productView-bulkSales div {
    text-align: left;
    font-size: 16px; }
    .product-newStart-page .productView-bulkSales div br {
      display: none; }
    .product-newStart-page .productView-bulkSales div strong {
      position: relative;
      display: block;
      margin-right: 1.5rem;
      margin-bottom: 0.35714rem;
      padding: 0.35714rem 2.28571rem;
      background-color: #068AC7;
      color: #FFF; }
      .product-newStart-page .productView-bulkSales div strong:after {
        content: " ";
        position: absolute;
        right: -17px;
        top: 0;
        border-top: 17px solid transparent;
        border-right: none;
        border-left: 17px solid #068AC7;
        border-bottom: 17px solid transparent; }
      @media (min-width: 450px) {
        .product-newStart-page .productView-bulkSales div strong {
          display: inline-block;
          margin-bottom: 0; } }
  .product-newStart-page .productView-bulkSales a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 1.14286rem;
    padding: 0.35714rem;
    border: 1px solid #CCC;
    border-radius: 5px;
    color: #068AC7;
    text-align: center;
    font-size: 16px;
    font-weight: 500; }
    .product-newStart-page .productView-bulkSales a svg {
      width: 14px;
      height: 14px;
      margin-left: 0.78571rem;
      position: relative;
      top: 2px;
      fill: #068AC7; }
  @media (min-width: 551px) {
    .product-newStart-page .productView-bulkSales {
      padding: 1.5rem; } }

.product-newStart-page .productView-advantages {
  margin-top: 1.5rem;
  background: #f0f1f3 url("https://store-bf3bb.mybigcommerce.com/content/img/logos/WA-RefurbLogo.png") 5% 20px no-repeat;
  background-size: 40px auto;
  padding: 1rem 1.35714rem 1.5rem 5.28571rem;
  color: black; }
  .product-newStart-page .productView-advantages h4 {
    font-size: 18px;
    color: black;
    font-weight: 600;
    margin-top: 0; }
  .product-newStart-page .productView-advantages .button--compare {
    font-size: 13px;
    font-weight: 600;
    width: 228px;
    line-height: 20px;
    text-transform: uppercase;
    margin-top: 0.5rem;
    margin-bottom: 1rem; }

.product-newStart-page #product-modal-advantages {
  width: 1000px;
  max-width: 95%;
  top: 50% !important;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  padding: 0.71429rem;
  overflow: auto; }
  .product-newStart-page #product-modal-advantages h4 {
    color: black;
    font-size: 26px;
    text-align: center;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }
  .product-newStart-page #product-modal-advantages .modal-content {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem; }
  .product-newStart-page #product-modal-advantages .compare-table {
    border: 2px solid #E7EAEE;
    background-color: #F6F8F9;
    overflow: hidden;
    font-size: 17px;
    line-height: 21px;
    color: black; }
    .product-newStart-page #product-modal-advantages .compare-table .row {
      display: flex;
      flex-flow: row wrap;
      align-items: center;
      width: 100%; }
      @media (min-width: 1024px) {
        .product-newStart-page #product-modal-advantages .compare-table .row {
          margin-bottom: -2px; } }
    .product-newStart-page #product-modal-advantages .compare-table img,
    .product-newStart-page #product-modal-advantages .compare-table svg {
      max-width: 100%; }
    .product-newStart-page #product-modal-advantages .compare-table .row:nth-child(1) .column {
      height: 5.71429rem;
      justify-content: center;
      padding: 0; }
      .product-newStart-page #product-modal-advantages .compare-table .row:nth-child(1) .column:nth-child(1) {
        display: none; }
        @media (min-width: 1024px) {
          .product-newStart-page #product-modal-advantages .compare-table .row:nth-child(1) .column:nth-child(1) {
            display: flex; } }
      .product-newStart-page #product-modal-advantages .compare-table .row:nth-child(1) .column:nth-child(2) {
        background: white url("../img/logos/wilsonamplifiers-logo.svg") 50% 50% no-repeat;
        background-size: 90% auto; }
        @media (min-width: 481px) {
          .product-newStart-page #product-modal-advantages .compare-table .row:nth-child(1) .column:nth-child(2) {
            background-size: 190px auto; } }
        @media (min-width: 1024px) {
          .product-newStart-page #product-modal-advantages .compare-table .row:nth-child(1) .column:nth-child(2) {
            background-size: 240px auto; } }
      .product-newStart-page #product-modal-advantages .compare-table .row:nth-child(1) .column:nth-child(3) {
        background: url("../img/logos/amazon-icon.png") 50% 50% no-repeat;
        background-size: 36px auto; }
        @media (min-width: 1024px) {
          .product-newStart-page #product-modal-advantages .compare-table .row:nth-child(1) .column:nth-child(3) {
            background: url("../img/logos/amazon-logo.png") 50% 50% no-repeat;
            background-size: 100px auto; } }
      .product-newStart-page #product-modal-advantages .compare-table .row:nth-child(1) .column:nth-child(4) {
        font-weight: 600;
        font-size: 1rem;
        text-transform: uppercase;
        text-align: center; }
        @media (min-width: 1024px) {
          .product-newStart-page #product-modal-advantages .compare-table .row:nth-child(1) .column:nth-child(4) {
            text-align: left;
            font-size: 18px; } }
    @media (min-width: 1024px) {
      .product-newStart-page #product-modal-advantages .compare-table .row:nth-child(even) {
        background-color: #e4e7e9; } }
    .product-newStart-page #product-modal-advantages .compare-table .row .column {
      width: 20%;
      display: flex;
      align-items: center;
      position: relative;
      box-sizing: border-box; }
      @media (min-width: 1024px) {
        .product-newStart-page #product-modal-advantages .compare-table .row .column {
          width: 24%;
          height: 4.28571rem;
          padding: 0 1.5rem 0 4.5rem; } }
      .product-newStart-page #product-modal-advantages .compare-table .row .column:nth-child(1) {
        background-color: #e4e7e9;
        color: #375167;
        font-weight: 600;
        text-align: right;
        padding-left: 1rem;
        padding-right: 1.78571rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        width: 100%; }
        @media (min-width: 1024px) {
          .product-newStart-page #product-modal-advantages .compare-table .row .column:nth-child(1) {
            background-color: inherit;
            width: 18%;
            justify-content: flex-end;
            padding-top: 0;
            padding-bottom: 0; } }
        .product-newStart-page #product-modal-advantages .compare-table .row .column:nth-child(1) br {
          display: none; }
      .product-newStart-page #product-modal-advantages .compare-table .row .column:nth-child(2) {
        width: 60%;
        padding: 0.78571rem 1rem 0.78571rem 3.35714rem;
        background: white;
        border-right: 2px solid #E7EAEE; }
        @media (min-width: 1024px) {
          .product-newStart-page #product-modal-advantages .compare-table .row .column:nth-child(2) {
            border-left: 2px solid #E7EAEE;
            width: 34%;
            padding: 0 1.5rem 0 4.5rem; } }
        .product-newStart-page #product-modal-advantages .compare-table .row .column:nth-child(2).accept::before {
          left: 0.78571rem;
          right: initial; }
          @media (min-width: 1024px) {
            .product-newStart-page #product-modal-advantages .compare-table .row .column:nth-child(2).accept::before {
              left: 2rem; } }
      .product-newStart-page #product-modal-advantages .compare-table .row .column:nth-child(3), .product-newStart-page #product-modal-advantages .compare-table .row .column:nth-child(4) {
        font-size: 0;
        background-color: transparent; }
        @media (min-width: 1024px) {
          .product-newStart-page #product-modal-advantages .compare-table .row .column:nth-child(3), .product-newStart-page #product-modal-advantages .compare-table .row .column:nth-child(4) {
            font-size: 17px; } }
      .product-newStart-page #product-modal-advantages .compare-table .row .column.accept::before, .product-newStart-page #product-modal-advantages .compare-table .row .column.decline::before, .product-newStart-page #product-modal-advantages .compare-table .row .column.some::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        width: 25px;
        height: 25px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: 25px;
        margin-top: .1rem; }
        @media (min-width: 1024px) {
          .product-newStart-page #product-modal-advantages .compare-table .row .column.accept::before, .product-newStart-page #product-modal-advantages .compare-table .row .column.decline::before, .product-newStart-page #product-modal-advantages .compare-table .row .column.some::before {
            left: 2rem;
            right: initial; } }
      .product-newStart-page #product-modal-advantages .compare-table .row .column.accept::before {
        background-image: url("../img/icons/yes-icon.svg"); }
      .product-newStart-page #product-modal-advantages .compare-table .row .column.decline::before {
        background-image: url("../img/icons/no-icon.svg"); }
      .product-newStart-page #product-modal-advantages .compare-table .row .column.some::before {
        background-image: url("../img/icons/some-icon.svg"); }

.product-newStart-page .productView-extra-details {
  display: flex;
  flex-flow: row wrap;
  margin-top: 2rem; }
  .product-newStart-page .productView-extra-details .productView-otherOption-container,
  .product-newStart-page .productView-extra-details .productView-add-service {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    width: 100%;
    height: 70px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    text-align: left;
    overflow: hidden; }
    @media (min-width: 1024px) {
      .product-newStart-page .productView-extra-details .productView-otherOption-container,
      .product-newStart-page .productView-extra-details .productView-add-service {
        width: 46%; } }
    .product-newStart-page .productView-extra-details .productView-otherOption-container a,
    .product-newStart-page .productView-extra-details .productView-add-service a {
      display: flex;
      flex-flow: row wrap;
      align-items: center;
      width: 100%;
      color: black;
      font-size: 15px;
      font-weight: 600;
      text-transform: uppercase;
      position: relative; }
      .product-newStart-page .productView-extra-details .productView-otherOption-container a::after,
      .product-newStart-page .productView-extra-details .productView-add-service a::after {
        content: "";
        position: absolute;
        position: absolute;
        top: 0;
        right: 0.5rem;
        bottom: 0;
        margin: auto;
        width: 30px;
        height: 30px;
        border: 1px solid #d9dce0;
        border-radius: 50px;
        background-position: 50% 50%;
        background-repeat: no-repeat; }
      .product-newStart-page .productView-extra-details .productView-otherOption-container a:hover::after,
      .product-newStart-page .productView-extra-details .productView-add-service a:hover::after {
        border-color: #068ac7;
        background-color: #068ac7; }
  @media (min-width: 1024px) {
    .product-newStart-page .productView-extra-details .productView-otherOption-container {
      margin-right: 4%; } }
  .product-newStart-page .productView-extra-details .productView-otherOption-container .product-other-option {
    width: 100%; }
  .product-newStart-page .productView-extra-details .productView-otherOption-container a img {
    max-width: 66px;
    max-height: 66px;
    margin-left: 0.5rem;
    margin-right: 1.5rem;
    display: none !important; }
  .product-newStart-page .productView-extra-details .productView-otherOption-container a .featured-save-up {
    color: #990642;
    margin-right: 0.35714rem; }
  .product-newStart-page .productView-extra-details .productView-otherOption-container a::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDQ1MS44NDYgNDUxLjg0NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUxLjg0NiA0NTEuODQ3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+PGc+Cgk8cGF0aCBkPSJNMzQ1LjQ0MSwyNDguMjkyTDE1MS4xNTQsNDQyLjU3M2MtMTIuMzU5LDEyLjM2NS0zMi4zOTcsMTIuMzY1LTQ0Ljc1LDBjLTEyLjM1NC0xMi4zNTQtMTIuMzU0LTMyLjM5MSwwLTQ0Ljc0NCAgIEwyNzguMzE4LDIyNS45MkwxMDYuNDA5LDU0LjAxN2MtMTIuMzU0LTEyLjM1OS0xMi4zNTQtMzIuMzk0LDAtNDQuNzQ4YzEyLjM1NC0xMi4zNTksMzIuMzkxLTEyLjM1OSw0NC43NSwwbDE5NC4yODcsMTk0LjI4NCAgIGM2LjE3Nyw2LjE4LDkuMjYyLDE0LjI3MSw5LjI2MiwyMi4zNjZDMzU0LjcwOCwyMzQuMDE4LDM1MS42MTcsMjQyLjExNSwzNDUuNDQxLDI0OC4yOTJ6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIHN0eWxlPSJmaWxsOiNBOUFGQjYiIGRhdGEtb2xkX2NvbG9yPSIjYTlhZmI2Ij48L3BhdGg+CjwvZz48L2c+IDwvc3ZnPg==);
    background-size: 15px auto; }
  .product-newStart-page .productView-extra-details .productView-otherOption-container a:hover::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDQ1MS44NDYgNDUxLjg0NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUxLjg0NiA0NTEuODQ3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+PGc+Cgk8cGF0aCBkPSJNMzQ1LjQ0MSwyNDguMjkyTDE1MS4xNTQsNDQyLjU3M2MtMTIuMzU5LDEyLjM2NS0zMi4zOTcsMTIuMzY1LTQ0Ljc1LDBjLTEyLjM1NC0xMi4zNTQtMTIuMzU0LTMyLjM5MSwwLTQ0Ljc0NCAgIEwyNzguMzE4LDIyNS45MkwxMDYuNDA5LDU0LjAxN2MtMTIuMzU0LTEyLjM1OS0xMi4zNTQtMzIuMzk0LDAtNDQuNzQ4YzEyLjM1NC0xMi4zNTksMzIuMzkxLTEyLjM1OSw0NC43NSwwbDE5NC4yODcsMTk0LjI4NCAgIGM2LjE3Nyw2LjE4LDkuMjYyLDE0LjI3MSw5LjI2MiwyMi4zNjZDMzU0LjcwOCwyMzQuMDE4LDM1MS42MTcsMjQyLjExNSwzNDUuNDQxLDI0OC4yOTJ6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIHN0eWxlPSJmaWxsOiNGRkZGRkYiIGRhdGEtb2xkX2NvbG9yPSIjZmZmZmZmIj48L3BhdGg+CjwvZz48L2c+IDwvc3ZnPg==); }
  .product-newStart-page .productView-extra-details .productView-add-service {
    display: none; }
    @media (min-width: 1024px) {
      .product-newStart-page .productView-extra-details .productView-add-service {
        display: flex;
        margin-left: 4%; } }
    .product-newStart-page .productView-extra-details .productView-add-service a {
      border: 0;
      padding: 0; }
      .product-newStart-page .productView-extra-details .productView-add-service a img {
        max-width: 96px;
        max-height: 66px;
        margin-left: 0.5rem;
        margin-right: 1.5rem; }
      .product-newStart-page .productView-extra-details .productView-add-service a::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiBjbGFzcz0iIj48Zz48cGF0aCBkPSJtMjMsMTBoLTguNWMtMC4zLDAtMC41LTAuMi0wLjUtMC41di04LjVjMC0wLjYtMC40LTEtMS0xaC0yYy0wLjYsMC0xLDAuNC0xLDF2OC41YzAsMC4zLTAuMiwwLjUtMC41LDAuNWgtOC41Yy0wLjYsMC0xLDAuNC0xLDF2MmMwLDAuNiAwLjQsMSAxLDFoOC41YzAuMywwIDAuNSwwLjIgMC41LDAuNXY4LjVjMCwwLjYgMC40LDEgMSwxaDJjMC42LDAgMS0wLjQgMS0xdi04LjVjMC0wLjMgMC4yLTAuNSAwLjUtMC41aDguNWMwLjYsMCAxLTAuNCAxLTF2LTJjMC0wLjYtMC40LTEtMS0xeiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojQTlBRkI2IiBkYXRhLW9sZF9jb2xvcj0iI2E5YWZiNiI+PC9wYXRoPjwvZz4gPC9zdmc+);
        background-size: 15px auto; }
      .product-newStart-page .productView-extra-details .productView-add-service a:hover::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiBjbGFzcz0iIj48Zz48cGF0aCBkPSJtMjMsMTBoLTguNWMtMC4zLDAtMC41LTAuMi0wLjUtMC41di04LjVjMC0wLjYtMC40LTEtMS0xaC0yYy0wLjYsMC0xLDAuNC0xLDF2OC41YzAsMC4zLTAuMiwwLjUtMC41LDAuNWgtOC41Yy0wLjYsMC0xLDAuNC0xLDF2MmMwLDAuNiAwLjQsMSAxLDFoOC41YzAuMywwIDAuNSwwLjIgMC41LDAuNXY4LjVjMCwwLjYgMC40LDEgMSwxaDJjMC42LDAgMS0wLjQgMS0xdi04LjVjMC0wLjMgMC4yLTAuNSAwLjUtMC41aDguNWMwLjYsMCAxLTAuNCAxLTF2LTJjMC0wLjYtMC40LTEtMS0xeiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojRkZGRkZGIiBkYXRhLW9sZF9jb2xvcj0iI2ZmZmZmZiI+PC9wYXRoPjwvZz4gPC9zdmc+); }
      .product-newStart-page .productView-extra-details .productView-add-service a span {
        margin-top: 0.78571rem;
        margin-left: 0.35714rem;
        text-align: left;
        width: 100%; }
        @media (min-width: 1024px) {
          .product-newStart-page .productView-extra-details .productView-add-service a span {
            margin-top: 0;
            margin-left: 0;
            width: initial; } }

.product-newStart-page #product-addService-modal {
  width: 675px;
  max-width: 95%; }

.product-newStart-page .dis {
  padding: 2rem 1.5rem 1rem;
  color: black;
  font-size: 16px; }
  .product-newStart-page .dis .dis-header {
    display: flex;
    flex-flow: row wrap;
    align-items: center; }
  .product-newStart-page .dis .dis-header-text {
    padding-left: 2rem;
    font-size: 26px; }
    .product-newStart-page .dis .dis-header-text span {
      display: block;
      color: #990642;
      font-size: 16px;
      font-weight: 600;
      text-transform: uppercase; }
  .product-newStart-page .dis .dis-logo img {
    width: 200px;
    display: block; }
  .product-newStart-page .dis .dis-main,
  .product-newStart-page .dis .dis-results {
    border: 2px solid #E0DDD9;
    background-color: #F5F4F2;
    text-align: center;
    margin-top: 1.85714rem;
    margin-bottom: 1.21429rem;
    width: 100%;
    padding: 1rem 1.5rem 0.78571rem 1.5rem; }
  .product-newStart-page .dis .dis-footer-info {
    display: flex;
    flex-flow: row nowrap;
    margin-bottom: 1rem; }
    .product-newStart-page .dis .dis-footer-info span:nth-child(2) {
      padding-left: 0.5rem; }
    .product-newStart-page .dis .dis-footer-info svg {
      fill: #008ACA;
      height: 25px;
      width: 25px; }
  .product-newStart-page .dis .dis-learn-more {
    flex: 1;
    text-align: right; }
    .product-newStart-page .dis .dis-learn-more a {
      font-size: 16px;
      font-weight: 600;
      margin-left: 1.5rem;
      color: #154284; }
  .product-newStart-page .dis .dis-change-zip {
    font-weight: 600;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    color: #2a5d89; }
    .product-newStart-page .dis .dis-change-zip:hover {
      cursor: pointer; }
  .product-newStart-page .dis .dis-learn-more a::after,
  .product-newStart-page .dis .dis-change-zip::after {
    content: "";
    display: inline-block;
    position: relative;
    width: 7px;
    height: 7px;
    margin-left: 0.35714rem;
    background-image: url("//cdn2.bigcommerce.com/server3300/bf3bb/templates/__custom/images/icon-angle-right.svg?t=1559592741");
    background-size: contain;
    background-repeat: no-repeat; }
  .product-newStart-page .dis .dis-checker {
    font-size: 1rem; }
    .product-newStart-page .dis .dis-checker > div:first-child {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 1rem; }
  .product-newStart-page .dis .dis-checker-form {
    display: flex;
    align-items: center;
    margin-left: 1rem;
    justify-content: center; }
    .product-newStart-page .dis .dis-checker-form input {
      font-size: 1rem;
      border: 1px solid #B0B1B3;
      margin-right: 1rem;
      padding: 0.35714rem 0.78571rem;
      outline: none; }
      .product-newStart-page .dis .dis-checker-form input:focus {
        border: 1px solid #5078A1; }
  .product-newStart-page .dis .dis-checker-submit {
    width: 114px;
    border-radius: 4px;
    background-color: #B0B1B3;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 0.21429rem 0.5rem; }
    .product-newStart-page .dis .dis-checker-submit:hover {
      background-color: #5078A1;
      cursor: pointer; }
  .product-newStart-page .dis .dis-footer-extra {
    display: flex;
    flex-flow: row wrap;
    align-items: center; }
  .product-newStart-page .dis .dis-contact {
    flex: 1; }
  .product-newStart-page .dis .dis-contact-email {
    color: #154284;
    font-weight: 600; }
  .product-newStart-page .dis .dis-contact-mobile {
    font-weight: 600;
    color: black; }
  .product-newStart-page .dis .dis-location {
    font-size: 1rem;
    font-weight: 600; }
  .product-newStart-page .dis .dis-options {
    position: relative;
    margin-top: 1.5rem;
    display: flex;
    flex-flow: row wrap;
    align-items: center; }
    .product-newStart-page .dis .dis-options .dis-option {
      height: 24px;
      display: flex;
      align-items: center;
      position: relative;
      padding-left: 2rem;
      font-size: 1rem;
      line-height: 19px;
      color: #66737e; }
      .product-newStart-page .dis .dis-options .dis-option:hover {
        cursor: pointer; }
      .product-newStart-page .dis .dis-options .dis-option::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        width: 17px;
        height: 17px;
        border: 2px solid #B0B1B3;
        border-radius: 50%; }
      .product-newStart-page .dis .dis-options .dis-option:first-child {
        width: 270px; }
  .product-newStart-page .dis .dis-option-add b {
    margin-left: 0.28571rem;
    font-weight: 600; }
  .product-newStart-page .dis .dis-option-checked {
    font-weight: 600;
    color: black !important; }
    .product-newStart-page .dis .dis-option-checked::before {
      border: 2px solid #2a5d89 !important; }
    .product-newStart-page .dis .dis-option-checked::after {
      content: "";
      display: block;
      position: absolute;
      left: 0.35714rem;
      top: calc(50% - 4.5px);
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background-color: #2a5d89; }
  .product-newStart-page .dis .dis-option-submit {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 27px;
    width: 60px;
    background-color: #5078A1;
    color: white;
    font-size: 1rem;
    text-align: center;
    border-radius: 8px;
    line-height: 25px;
    cursor: pointer; }
  .product-newStart-page .dis .dis-option-submitted {
    background-image: url("//cdn2.bigcommerce.com/server3300/bf3bb/templates/__custom/images/icon-checkmark-white-2.svg?t=1559592741");
    background-size: 33%;
    background-repeat: no-repeat;
    background-position: 50% 50%; }
  .product-newStart-page .dis .dis-unavailable {
    font-size: 15px; }
    .product-newStart-page .dis .dis-unavailable .dis-unavailable-text {
      margin-top: 0.5rem;
      margin-bottom: 0.78571rem; }
      .product-newStart-page .dis .dis-unavailable .dis-unavailable-text a {
        font-weight: 600;
        color: #154284; }
  .product-newStart-page .dis .dis-unavailable-heading,
  .product-newStart-page .dis .dis-location-success {
    font-weight: 600;
    text-align: center;
    width: 100%;
    font-size: 18px; }
  .product-newStart-page .dis .dis-location-success {
    margin-bottom: 1rem; }
  .product-newStart-page .dis .dis-location-change {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: white;
    border: 1px solid #979797;
    padding: 0.35714rem 0.78571rem 0.35714rem 1rem; }
  .product-newStart-page .dis .dis-notice {
    display: none !important;
    position: absolute;
    background: white;
    border: 1px solid #5078A1;
    padding: 0.71429rem;
    top: 85px;
    right: -1.57143rem;
    width: 310px;
    text-align: center; }
    .product-newStart-page .dis .dis-notice::before, .product-newStart-page .dis .dis-notice::after {
      content: "";
      position: absolute;
      right: 38px;
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent; }
    .product-newStart-page .dis .dis-notice::before {
      top: -0.71429rem;
      border-bottom: 10px solid #19539e; }
    .product-newStart-page .dis .dis-notice::after {
      top: -0.64286rem;
      border-bottom: 10px solid white; }
  .product-newStart-page .dis .dis-notice-active {
    display: block; }
  .product-newStart-page .dis .dis-notice-text {
    font-size: 1rem; }
  .product-newStart-page .dis .dis-notice-links {
    margin: 0.71429rem; }
  .product-newStart-page .dis .dis-notice a {
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: underline; }
  .product-newStart-page .dis .dis-notice a[href="/checkout.php"] {
    color: #990642; }
  .product-newStart-page .dis .dis-notice-disclaimer {
    font-size: 11px; }

.product-newStart-page .product-details-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #F6F8F9;
  text-align: center;
  padding: 0.78571rem 1rem;
  -moz-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.1); }
  @media (min-width: 750px) {
    .product-newStart-page .product-details-fixed {
      display: none !important; } }
  .product-newStart-page .product-details-fixed .button--add-to-cart {
    width: 100%;
    max-width: 300px;
    font-size: 15px;
    background-color: #068ac7;
    color: white;
    height: 42px;
    text-transform: uppercase;
    border: 0;
    border-radius: 4px;
    font-weight: 600; }

.product-newStart-page .productView-images-custom {
  display: none;
  position: relative;
  margin-top: -3.21429rem; }
  @media (min-width: 1024px) {
    .product-newStart-page .productView-images-custom {
      display: block; } }

.product-newStart-page .productView-youtube-video,
.product-newStart-page .productView-moreImages {
  position: absolute;
  top: 0; }
  .product-newStart-page .productView-youtube-video a,
  .product-newStart-page .productView-moreImages a {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #d9dce0;
    border-radius: 100%;
    width: 45px;
    height: 45px; }
    .product-newStart-page .productView-youtube-video a svg,
    .product-newStart-page .productView-moreImages a svg {
      fill: #a9afb6; }
    .product-newStart-page .productView-youtube-video a:hover,
    .product-newStart-page .productView-moreImages a:hover {
      border-color: #0083b1;
      background-color: #0083b1; }
      .product-newStart-page .productView-youtube-video a:hover svg,
      .product-newStart-page .productView-moreImages a:hover svg {
        fill: white; }

.product-newStart-page .productView-youtube-video {
  left: 0; }
  .product-newStart-page .productView-youtube-video svg {
    width: 19px;
    height: 19px; }

.product-newStart-page .productView-moreImages {
  right: 0; }
  .product-newStart-page .productView-moreImages svg {
    width: 16px;
    height: 16px; }

.product-newStart-page .productView-images-modal {
  min-height: 650px; }
  .product-newStart-page .productView-images-modal .productView-thumbnail-images .productView-thumbnail-image {
    outline: none; }
    .product-newStart-page .productView-images-modal .productView-thumbnail-images .productView-thumbnail-image img {
      max-width: 100%;
      max-height: initial; }
    .product-newStart-page .productView-images-modal .productView-thumbnail-images .productView-thumbnail-image.slick-slide img {
      max-width: 500px !important;
      width: auto; }
  .product-newStart-page .productView-images-modal .productView-thumbnail-images .productView-videoIframe {
    top: 0;
    max-width: 62%;
    padding-bottom: 35%;
    margin: -17% auto 0; }
    .product-newStart-page .productView-images-modal .productView-thumbnail-images .productView-videoIframe img {
      width: 100%; }
  .product-newStart-page .productView-images-modal .productView-thumbnail-images:hover .slick-next,
  .product-newStart-page .productView-images-modal .productView-thumbnail-images:hover .slick-prev {
    display: inline-block !important; }
  .product-newStart-page .productView-images-modal .productView-thumbnail-images .slick-next {
    right: 3rem; }
  .product-newStart-page .productView-images-modal .productView-thumbnail-images .slick-prev {
    left: 3rem; }
  .product-newStart-page .productView-images-modal .productView-thumbnail-images.slick-slider {
    padding: 3rem 0;
    margin: 0; }
  .product-newStart-page .productView-images-modal .productView-images-custom {
    margin-top: -1rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px; }

.product-newStart-page .productView-customServices {
  margin-top: 1.35714rem;
  padding-top: 0.78571rem;
  border-top: 1px solid #CBCCCC; }
  .product-newStart-page .productView-customServices h3 {
    font-size: 18px;
    display: flex;
    align-items: center;
    font-weight: 600; }
    @media (min-width: 551px) {
      .product-newStart-page .productView-customServices h3 {
        align-items: baseline; } }
    @media (min-width: 1024px) {
      .product-newStart-page .productView-customServices h3 {
        font-size: 24px;
        font-weight: 400; } }
    .product-newStart-page .productView-customServices h3 img {
      width: 52px;
      margin-right: 0.78571rem; }
  .product-newStart-page .productView-customServices-content {
    margin-top: 1.5rem; }
    @media (min-width: 768px) {
      .product-newStart-page .productView-customServices-content {
        display: flex;
        flex-flow: row;
        justify-content: space-between; } }
    .product-newStart-page .productView-customServices-content > div {
      margin-bottom: 1rem; }
      @media (min-width: 768px) {
        .product-newStart-page .productView-customServices-content > div {
          margin-bottom: 0; } }
      .product-newStart-page .productView-customServices-content > div:last-child {
        margin-bottom: 0; }
  .product-newStart-page .productView-customServices .productView-floorPlan,
  .product-newStart-page .productView-customServices .productView-completeInstallation {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #CBCCCC;
    padding: 1rem 1.35714rem; }
    @media (min-width: 750px) {
      .product-newStart-page .productView-customServices .productView-floorPlan,
      .product-newStart-page .productView-customServices .productView-completeInstallation {
        width: 49.5%; } }
    .product-newStart-page .productView-customServices .productView-floorPlan > svg,
    .product-newStart-page .productView-customServices .productView-completeInstallation > svg {
      position: absolute;
      margin-top: 0.35714rem; }
      @media (min-width: 400px) {
        .product-newStart-page .productView-customServices .productView-floorPlan > svg,
        .product-newStart-page .productView-customServices .productView-completeInstallation > svg {
          position: relative; } }
    .product-newStart-page .productView-customServices .productView-floorPlan .content,
    .product-newStart-page .productView-customServices .productView-completeInstallation .content {
      flex: 1;
      position: relative;
      padding-bottom: 0.35714rem; }
      @media (min-width: 400px) {
        .product-newStart-page .productView-customServices .productView-floorPlan .content,
        .product-newStart-page .productView-customServices .productView-completeInstallation .content {
          margin-left: 1.35714rem; } }
      @media (min-width: 1024px) {
        .product-newStart-page .productView-customServices .productView-floorPlan .content,
        .product-newStart-page .productView-customServices .productView-completeInstallation .content {
          padding-bottom: 1.5rem; } }
      .product-newStart-page .productView-customServices .productView-floorPlan .content h4,
      .product-newStart-page .productView-customServices .productView-completeInstallation .content h4 {
        margin-left: 4.85714rem;
        margin-top: 0;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 1.5rem;
        text-transform: uppercase; }
        @media (min-width: 400px) {
          .product-newStart-page .productView-customServices .productView-floorPlan .content h4,
          .product-newStart-page .productView-customServices .productView-completeInstallation .content h4 {
            margin-bottom: 0.28571rem;
            margin-left: 0; } }
      .product-newStart-page .productView-customServices .productView-floorPlan .content .text,
      .product-newStart-page .productView-customServices .productView-completeInstallation .content .text {
        font-size: 15px;
        margin-bottom: 1rem; }
      .product-newStart-page .productView-customServices .productView-floorPlan .content .contact,
      .product-newStart-page .productView-customServices .productView-completeInstallation .content .contact {
        font-size: 16px; }
        @media (min-width: 1024px) {
          .product-newStart-page .productView-customServices .productView-floorPlan .content .contact,
          .product-newStart-page .productView-customServices .productView-completeInstallation .content .contact {
            display: flex;
            width: 100%;
            align-items: center;
            justify-content: space-between;
            position: absolute;
            bottom: 0; } }
        .product-newStart-page .productView-customServices .productView-floorPlan .content .contact a[href*="tel:"],
        .product-newStart-page .productView-customServices .productView-completeInstallation .content .contact a[href*="tel:"] {
          font-size: 15px;
          color: black;
          display: none; }
          @media (min-width: 1024px) {
            .product-newStart-page .productView-customServices .productView-floorPlan .content .contact a[href*="tel:"],
            .product-newStart-page .productView-customServices .productView-completeInstallation .content .contact a[href*="tel:"] {
              display: initial; } }
          .product-newStart-page .productView-customServices .productView-floorPlan .content .contact a[href*="tel:"] strong,
          .product-newStart-page .productView-customServices .productView-completeInstallation .content .contact a[href*="tel:"] strong {
            color: #00254b; }
        .product-newStart-page .productView-customServices .productView-floorPlan .content .contact .button,
        .product-newStart-page .productView-customServices .productView-completeInstallation .content .contact .button {
          color: white;
          font-size: 15px;
          font-size: 500; }
          @media (min-width: 1024px) {
            .product-newStart-page .productView-customServices .productView-floorPlan .content .contact .button,
            .product-newStart-page .productView-customServices .productView-completeInstallation .content .contact .button {
              font-weight: 600;
              border: 0;
              border-left: 1px solid #a9afb6;
              padding: 0.21429rem 2.5rem 0.21429rem 3%;
              color: #00254b;
              border-radius: 0;
              background-color: transparent; }
              .product-newStart-page .productView-customServices .productView-floorPlan .content .contact .button:focus,
              .product-newStart-page .productView-customServices .productView-completeInstallation .content .contact .button:focus {
                background-color: transparent;
                border: 0;
                border-left: 1px solid #a9afb6; }
              .product-newStart-page .productView-customServices .productView-floorPlan .content .contact .button::after,
              .product-newStart-page .productView-customServices .productView-completeInstallation .content .contact .button::after {
                content: "";
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                margin: auto;
                width: 30px;
                height: 30px;
                border: 1px solid #d9dce0;
                border-radius: 50px;
                background-position: 50% 50%;
                background-repeat: no-repeat;
                background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDQ1MS44NDYgNDUxLjg0NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUxLjg0NiA0NTEuODQ3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+PGc+Cgk8cGF0aCBkPSJNMzQ1LjQ0MSwyNDguMjkyTDE1MS4xNTQsNDQyLjU3M2MtMTIuMzU5LDEyLjM2NS0zMi4zOTcsMTIuMzY1LTQ0Ljc1LDBjLTEyLjM1NC0xMi4zNTQtMTIuMzU0LTMyLjM5MSwwLTQ0Ljc0NCAgIEwyNzguMzE4LDIyNS45MkwxMDYuNDA5LDU0LjAxN2MtMTIuMzU0LTEyLjM1OS0xMi4zNTQtMzIuMzk0LDAtNDQuNzQ4YzEyLjM1NC0xMi4zNTksMzIuMzkxLTEyLjM1OSw0NC43NSwwbDE5NC4yODcsMTk0LjI4NCAgIGM2LjE3Nyw2LjE4LDkuMjYyLDE0LjI3MSw5LjI2MiwyMi4zNjZDMzU0LjcwOCwyMzQuMDE4LDM1MS42MTcsMjQyLjExNSwzNDUuNDQxLDI0OC4yOTJ6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIHN0eWxlPSJmaWxsOiNBOUFGQjYiIGRhdGEtb2xkX2NvbG9yPSIjYTlhZmI2Ij48L3BhdGg+CjwvZz48L2c+IDwvc3ZnPg==);
                background-size: 15px auto; }
              .product-newStart-page .productView-customServices .productView-floorPlan .content .contact .button:hover::after,
              .product-newStart-page .productView-customServices .productView-completeInstallation .content .contact .button:hover::after {
                border-color: #068ac7;
                background-color: #068ac7;
                background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDQ1MS44NDYgNDUxLjg0NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUxLjg0NiA0NTEuODQ3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+PGc+Cgk8cGF0aCBkPSJNMzQ1LjQ0MSwyNDguMjkyTDE1MS4xNTQsNDQyLjU3M2MtMTIuMzU5LDEyLjM2NS0zMi4zOTcsMTIuMzY1LTQ0Ljc1LDBjLTEyLjM1NC0xMi4zNTQtMTIuMzU0LTMyLjM5MSwwLTQ0Ljc0NCAgIEwyNzguMzE4LDIyNS45MkwxMDYuNDA5LDU0LjAxN2MtMTIuMzU0LTEyLjM1OS0xMi4zNTQtMzIuMzk0LDAtNDQuNzQ4YzEyLjM1NC0xMi4zNTksMzIuMzkxLTEyLjM1OSw0NC43NSwwbDE5NC4yODcsMTk0LjI4NCAgIGM2LjE3Nyw2LjE4LDkuMjYyLDE0LjI3MSw5LjI2MiwyMi4zNjZDMzU0LjcwOCwyMzQuMDE4LDM1MS42MTcsMjQyLjExNSwzNDUuNDQxLDI0OC4yOTJ6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIHN0eWxlPSJmaWxsOiNGRkZGRkYiIGRhdGEtb2xkX2NvbG9yPSIjZmZmZmZmIj48L3BhdGg+CjwvZz48L2c+IDwvc3ZnPg==); } }
      .product-newStart-page .productView-customServices .productView-floorPlan .content .productView-customContact,
      .product-newStart-page .productView-customServices .productView-completeInstallation .content .productView-customContact {
        position: absolute;
        bottom: 0;
        width: 100%; }
  @media (min-width: 768px) {
    .product-newStart-page .productView-customServices .productView-floorPlan {
      margin-right: 1%; } }
  .product-newStart-page .productView-customServices .productView-floorPlan svg {
    fill: #3090ad;
    width: 50px;
    height: 50px; }
  .product-newStart-page .productView-customServices .productView-floorPlan .content h4 {
    color: #3090ad; }
  .product-newStart-page .productView-customServices .productView-completeInstallation svg {
    fill: #2a5d89;
    width: 42px;
    height: 42px; }
  .product-newStart-page .productView-customServices .productView-completeInstallation .content h4 {
    color: #2a5d89; }

.product-newStart-page .productView-customContact {
  display: flex;
  justify-content: space-between; }
  @media (min-width: 1024px) {
    .product-newStart-page .productView-customContact {
      display: none; } }
  .product-newStart-page .productView-customContact .button {
    display: flex;
    align-items: center;
    border: 0;
    color: #5078a1;
    font-size: 16px;
    padding: 0;
    font-weight: 600; }
    .product-newStart-page .productView-customContact .button svg {
      fill: #5078a1;
      width: 25px;
      height: 25px;
      margin-right: 0.5rem; }
    .product-newStart-page .productView-customContact .button--contactPhone svg {
      margin-right: 0.35714rem; }

.product-newStart-page .productView-contactMessage {
  font-size: 16px;
  font-weight: 600;
  color: #990642;
  margin-bottom: 1rem; }
  .product-newStart-page .productView-contactMessage a {
    color: #990642; }
    .product-newStart-page .productView-contactMessage a:hover {
      text-decoration: underline; }
  @media (min-width: 1024px) {
    .product-newStart-page .productView-contactMessage > br {
      display: none; } }

.product-newStart-page .productSlider .productSlider-button {
  position: fixed;
  top: 65%;
  right: -169px;
  padding: 0.78571rem 3rem;
  background-color: #068ac7;
  color: white;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  transform: rotate(270deg);
  transform-origin: top left;
  cursor: pointer; }

.product-newStart-page .productSlider .productSlider-product {
  width: 250px;
  background: white;
  padding: 0;
  border: 1px solid #068ac7;
  border-radius: 0;
  top: 30%;
  right: 0;
  z-index: 999999;
  position: fixed; }
  .product-newStart-page .productSlider .productSlider-product.active {
    display: block; }

.product-newStart-page .productSlider .productSlider-close {
  display: flex;
  align-items: center;
  padding: 0.35714rem 0.78571rem;
  background-color: #068ac7;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
  cursor: pointer; }
  .product-newStart-page .productSlider .productSlider-close svg {
    height: 12.5px;
    width: 12.5px;
    margin-left: auto;
    fill: white; }

.product-newStart-page .productSlider .productSlider-main {
  padding: 0.78571rem; }

.product-newStart-page .productSlider .productSlider-heading {
  color: #990642;
  font-weight: 600;
  font-size: 16px;
  padding-bottom: 0.35714rem;
  border-bottom: 1px solid #CCC;
  margin-bottom: 0.35714rem; }

.product-newStart-page .productSlider .productSlider-name {
  font-size: 18px; }
  .product-newStart-page .productSlider .productSlider-name strong {
    font-weight: 600; }

.product-newStart-page .productSlider .productSlider-list {
  margin-bottom: 0; }

.product-newStart-page .productSlider .productSlider-image {
  display: block;
  margin: 0 auto;
  width: 100%; }

.product-newStart-page .productSlider .productSlider-price {
  display: flex;
  align-items: center;
  margin: 0.78571rem;
  border-top: 1px solid #CCC;
  padding: 0.78571rem 0; }

.product-newStart-page .productSlider .productSlider-savings {
  display: flex;
  flex-direction: column;
  color: #666;
  font-size: 14px;
  font-weight: 600; }
  .product-newStart-page .productSlider .productSlider-savings strong {
    text-transform: uppercase;
    color: #990642; }

.product-newStart-page .productSlider .productSlider-map {
  margin-left: auto;
  color: #154284;
  font-size: 32px;
  font-weight: 400; }
  .product-newStart-page .productSlider .productSlider-map span {
    font-size: 16px;
    position: relative;
    top: -10px; }

.product-newStart-page .productSlider .productSlider-actions {
  display: flex;
  align-items: center;
  margin: 0.78571rem; }

.product-newStart-page .productSlider .productSlider-details {
  font-size: 16px;
  text-decoration: underline; }

.product-newStart-page .productSlider .productSlider-addToCart {
  margin-left: auto;
  padding: 0.35714rem 1.5rem;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 5px;
  color: white;
  background-color: #068ac7; }

.product-newStart-page .productSlider .productSlider-addToCart:hover, .product-newStart-page .productSlider .productSlider-addToCart:focus, .product-newStart-page .productSlider .productSlider-button:hover, .product-newStart-page .productSlider .productSlider-button:focus {
  background-color: #2a5d89;
  border-color: #2a5d89; }

@media (min-width: 1024px) {
  .product-newStart-page .productSlider {
    display: block; } }

.product-newStart-page .product-aside {
  border: 1px solid #990642;
  padding: 0.25rem 1rem 0.75rem;
  position: relative;
  margin-bottom: 3rem; }
  .product-newStart-page .product-aside::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #ccc;
    position: absolute;
    bottom: -1.5rem;
    left: 0; }
  .product-newStart-page .product-aside h3 {
    margin-bottom: 0;
    padding: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #990642;
    text-transform: uppercase; }
  .product-newStart-page .product-aside div {
    display: inline-block;
    vertical-align: middle; }
  .product-newStart-page .product-aside .product-aside-title {
    width: 55%;
    padding-right: 1.5rem;
    line-height: 1rem;
    color: #000;
    font-weight: 500; }
    .product-newStart-page .product-aside .product-aside-title a {
      font-weight: 600;
      text-decoration: underline;
      line-height: 26px;
      display: block; }
  .product-newStart-page .product-aside .product-aside-image {
    width: 20%;
    text-align: center; }
    .product-newStart-page .product-aside .product-aside-image img {
      max-width: 100%;
      max-height: 80px; }
  .product-newStart-page .product-aside .product-aside-price {
    width: 20%;
    text-align: right; }
    .product-newStart-page .product-aside .product-aside-price em {
      display: block;
      font-style: normal;
      font-weight: 600; }
    .product-newStart-page .product-aside .product-aside-price .retail {
      color: #777777;
      font-size: 14px;
      text-decoration: line-through; }
    .product-newStart-page .product-aside .product-aside-price .price {
      color: black;
      font-size: 1rem;
      line-height: 1rem; }
      .product-newStart-page .product-aside .product-aside-price .price .special {
        margin-top: -10px;
        font-size: 12px;
        text-decoration: line-through; }

#bulkSalesContactForm .modal-close {
  color: #FFF;
  right: 1.5rem;
  top: 1.5rem;
  font-size: 32px; }

#bulkSalesContactForm .modal-content {
  padding: 1.5rem; }

#bulkSalesContactForm .bulkSalesContactForm-heading {
  background-color: #068AC7;
  color: #FFF;
  padding: 1.5rem;
  text-align: center;
  font-size: 22px;
  line-height: 28px; }
  #bulkSalesContactForm .bulkSalesContactForm-heading span {
    display: block;
    font-size: 18px; }
  @media (min-width: 1024px) {
    #bulkSalesContactForm .bulkSalesContactForm-heading {
      font-size: 26px; }
      #bulkSalesContactForm .bulkSalesContactForm-heading span {
        font-size: 20px; } }

#bulkSalesContactForm .bulkSalesContactForm-phone {
  margin-top: 1.5rem;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #2E6996; }
  #bulkSalesContactForm .bulkSalesContactForm-phone a {
    display: block;
    color: #2E6996;
    font-size: 26px; }
    @media (min-width: 1024px) {
      #bulkSalesContactForm .bulkSalesContactForm-phone a {
        display: inline; } }

#bulkSalesContactForm .bulkSalesContactForm-submissionMessage {
  position: relative;
  background-color: #F0F1F3;
  padding: 3rem 1.5rem;
  color: #717F8A;
  font-size: 24px;
  text-align: center; }
  #bulkSalesContactForm .bulkSalesContactForm-submissionMessage a {
    display: block;
    width: 136px;
    height: 42px;
    border-radius: 4px;
    margin: 3rem auto 1.5rem auto;
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    font-size: 16px;
    line-height: 40px;
    font-weight: 600;
    background-color: #0096D0; }

.productView-promoNotice {
  padding: 0.78571rem;
  font-size: 16px;
  font-weight: 600;
  color: #990642; }
  .productView-promoNotice strong {
    text-decoration: underline; }
  @media (min-width: 750px) {
    .productView-promoNotice {
      text-align: right; } }

.product-newStart-min-page #productView-form-addToCart .form-field .form-label {
  color: #154284;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.35714rem; }
  .product-newStart-min-page #productView-form-addToCart .form-field .form-label small {
    display: none; }
  .product-newStart-min-page #productView-form-addToCart .form-field .form-label::before {
    content: "*";
    color: #990642; }

.product-newStart-min-page #productView-form-addToCart .form-field .form-select {
  font-size: 1rem;
  border-radius: 0;
  padding: 0.78571rem 3rem 0.78571rem 1rem;
  height: 3rem;
  line-height: initial;
  max-width: 100%;
  background-size: initial;
  background-position: right 0.57143rem top 0.71429rem; }

.product-newStart-min-page .productView-assets {
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  .product-newStart-min-page .productView-assets .productView-advantages {
    margin-top: 0.78571rem; }
  @media (min-width: 750px) {
    .product-newStart-min-page .productView-assets {
      width: 60%;
      float: right;
      clear: right; } }
  @media (min-width: 1024px) {
    .product-newStart-min-page .productView-assets {
      width: 50%;
      float: left;
      clear: left;
      padding: 0;
      padding-right: 4%;
      margin-top: 4.5rem; } }

.productView-small-chart {
  margin-top: 1.78571rem;
  margin-bottom: 1.5rem; }
  .productView-small-chart table {
    width: 100%;
    border: 1px solid #e2e2e2; }
  .productView-small-chart tr td {
    width: 33,33%;
    padding: 0.5rem 1.5rem;
    border-left: 1px solid #e2e2e2; }
    .productView-small-chart tr td:nth-child(1) {
      border-left: 0; }
  .productView-small-chart tr:nth-child(odd) td {
    background-color: #f0f1f3; }
  .productView-small-chart tr:nth-child(1) td {
    font-weight: 700;
    text-transform: uppercase; }

.product-page.product-modern-page .product-aside {
  border: 1px solid #008DCD;
  padding: 0;
  position: relative;
  margin-bottom: 3rem; }
  .product-page.product-modern-page .product-aside::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #ccc;
    position: absolute;
    bottom: -1.5rem;
    left: 0; }
  .product-page.product-modern-page .product-aside h3 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0.5rem 1rem;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    text-transform: none;
    background: #008DCD;
    text-align: center; }
  .product-page.product-modern-page .product-aside div {
    display: inline-block;
    vertical-align: middle; }
  .product-page.product-modern-page .product-aside .product-aside-title {
    width: 55%;
    padding-left: 1.5rem;
    line-height: 1rem;
    color: #000;
    font-weight: 500;
    border-right: 1px solid #ccc; }
    .product-page.product-modern-page .product-aside .product-aside-title a {
      font-weight: 500;
      text-decoration: underline;
      line-height: 26px;
      display: block;
      color: #008DCD;
      font-size: 16px; }
      @media (max-width: 400px) {
        .product-page.product-modern-page .product-aside .product-aside-title a {
          font-size: 14px; } }
  .product-page.product-modern-page .product-aside .product-aside-image {
    width: 20%;
    text-align: center;
    margin-left: 2.5%; }
    .product-page.product-modern-page .product-aside .product-aside-image img {
      max-width: 100%;
      max-height: 80px; }
  .product-page.product-modern-page .product-aside .product-aside-price {
    width: 20%;
    text-align: right;
    padding-right: 2.5%; }
    .product-page.product-modern-page .product-aside .product-aside-price em {
      display: block;
      font-style: normal;
      font-weight: 600; }
    .product-page.product-modern-page .product-aside .product-aside-price .retail {
      color: #777777;
      font-size: 14px;
      text-decoration: line-through; }
    .product-page.product-modern-page .product-aside .product-aside-price .price {
      color: black;
      font-size: 22px;
      line-height: 1rem;
      font-weight: 500; }
      @media (max-width: 400px) {
        .product-page.product-modern-page .product-aside .product-aside-price .price {
          font-size: 18px; } }
      .product-page.product-modern-page .product-aside .product-aside-price .price .special {
        margin-top: -10px;
        font-size: 12px;
        text-decoration: line-through; }

.product-enterprise-page .productView-showMore .button-show-toggle, .product-commercial-page .productView-showMore .button-show-toggle {
  display: none !important; }

.product-enterprise-page .product-aside h3, .product-commercial-page .product-aside h3 {
  margin-bottom: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #990642;
  text-transform: uppercase; }

.product-enterprise-page .product-aside div, .product-commercial-page .product-aside div {
  display: inline-block;
  vertical-align: middle; }

.product-enterprise-page .product-aside .product-aside-title, .product-commercial-page .product-aside .product-aside-title {
  width: 55%;
  padding-right: 1.5rem;
  line-height: 1rem; }
  .product-enterprise-page .product-aside .product-aside-title a, .product-commercial-page .product-aside .product-aside-title a {
    font-weight: 600; }

.product-enterprise-page .product-aside .product-aside-image, .product-commercial-page .product-aside .product-aside-image {
  width: 20%;
  text-align: center; }
  .product-enterprise-page .product-aside .product-aside-image img, .product-commercial-page .product-aside .product-aside-image img {
    max-width: 100%;
    max-height: 80px; }

.product-enterprise-page .product-aside .product-aside-price, .product-commercial-page .product-aside .product-aside-price {
  width: 20%;
  text-align: right; }
  .product-enterprise-page .product-aside .product-aside-price em, .product-commercial-page .product-aside .product-aside-price em {
    display: block;
    font-style: normal;
    font-weight: 500; }
  .product-enterprise-page .product-aside .product-aside-price .retail, .product-commercial-page .product-aside .product-aside-price .retail {
    color: #777777;
    font-size: 14px;
    text-decoration: line-through; }
  .product-enterprise-page .product-aside .product-aside-price .price, .product-commercial-page .product-aside .product-aside-price .price {
    color: black;
    font-size: 1rem;
    line-height: 1rem; }
    .product-enterprise-page .product-aside .product-aside-price .price .special, .product-commercial-page .product-aside .product-aside-price .price .special {
      margin-top: -10px;
      font-size: 12px;
      text-decoration: line-through; }

.product-enterprise-page .productView-contactExperts, .product-commercial-page .productView-contactExperts {
  margin-top: -1.5rem;
  margin-bottom: 1.5rem; }
  .product-enterprise-page .productView-contactExperts-text, .product-commercial-page .productView-contactExperts-text {
    color: #990642;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 1.5rem; }
  @media (min-width: 1024px) {
    .product-enterprise-page .productView-contactExperts-buttons, .product-commercial-page .productView-contactExperts-buttons {
      display: flex;
      flex-flow: row;
      align-items: center; } }
  .product-enterprise-page .productView-contactExperts-buttons .button, .product-commercial-page .productView-contactExperts-buttons .button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    font-weight: 600;
    max-width: 100%; }
  .product-enterprise-page .productView-contactExperts-buttons .button--contactModal, .product-commercial-page .productView-contactExperts-buttons .button--contactModal {
    text-transform: uppercase;
    font-size: 15px;
    width: 100%;
    margin-bottom: 0.78571rem;
    font-weight: 500;
    background-color: #068ac7;
    color: white;
    border-color: #068ac7; }
    .product-enterprise-page .productView-contactExperts-buttons .button--contactModal:hover, .product-enterprise-page .productView-contactExperts-buttons .button--contactModal:focus, .product-commercial-page .productView-contactExperts-buttons .button--contactModal:hover, .product-commercial-page .productView-contactExperts-buttons .button--contactModal:focus {
      background-color: #2a5d89;
      border-color: #2a5d89; }
    @media (min-width: 1024px) {
      .product-enterprise-page .productView-contactExperts-buttons .button--contactModal, .product-commercial-page .productView-contactExperts-buttons .button--contactModal {
        width: 279px;
        margin-bottom: 0; } }
  .product-enterprise-page .productView-contactExperts-buttons .button-contactPhone, .product-commercial-page .productView-contactExperts-buttons .button-contactPhone {
    font-size: 16px;
    width: 100%;
    border-color: #d9dce0;
    background-color: #d9dce0;
    color: #2a5d89; }
    .product-enterprise-page .productView-contactExperts-buttons .button-contactPhone:hover:hover, .product-enterprise-page .productView-contactExperts-buttons .button-contactPhone:hover:focus, .product-commercial-page .productView-contactExperts-buttons .button-contactPhone:hover:hover, .product-commercial-page .productView-contactExperts-buttons .button-contactPhone:hover:focus {
      background-color: white;
      border-color: #2a5d89; }
    @media (min-width: 1024px) {
      .product-enterprise-page .productView-contactExperts-buttons .button-contactPhone, .product-commercial-page .productView-contactExperts-buttons .button-contactPhone {
        width: 166px; } }
    .product-enterprise-page .productView-contactExperts-buttons .button-contactPhone svg, .product-commercial-page .productView-contactExperts-buttons .button-contactPhone svg {
      fill: #2a5d89;
      width: 20px;
      height: 20px;
      margin-right: 0.35714rem; }

.product-enterprise-page .product-details-fixed, .product-commercial-page .product-details-fixed {
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (min-width: 1024px) {
    .product-enterprise-page .product-details-fixed, .product-commercial-page .product-details-fixed {
      display: none; } }
  .product-enterprise-page .product-details-fixed .button, .product-commercial-page .product-details-fixed .button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px; }
  .product-enterprise-page .product-details-fixed .button--contactModal, .product-commercial-page .product-details-fixed .button--contactModal {
    width: 260px;
    max-width: 100%;
    font-weight: 500;
    color: white;
    background-color: #068ac7;
    border-color: #068ac7;
    text-transform: uppercase;
    margin-right: 1rem; }
  .product-enterprise-page .product-details-fixed .button-contactPhone, .product-commercial-page .product-details-fixed .button-contactPhone {
    width: 55px;
    background-color: #5379a6;
    border-color: #5379a6; }
    .product-enterprise-page .product-details-fixed .button-contactPhone svg, .product-commercial-page .product-details-fixed .button-contactPhone svg {
      fill: white;
      width: 26px;
      height: 26px; }

.product-enterprise-page .productView-stickyHeader.fixed .prod-atc, .product-commercial-page .productView-stickyHeader.fixed .prod-atc {
  width: auto; }

.product-enterprise-page .products-otherRecomandations, .product-commercial-page .products-otherRecomandations {
  margin-top: 3rem;
  margin-bottom: 3rem; }
  .product-enterprise-page .products-otherRecomandations ul, .product-commercial-page .products-otherRecomandations ul {
    display: flex;
    flex-flow: row wrap;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .product-enterprise-page .products-otherRecomandations ul li, .product-commercial-page .products-otherRecomandations ul li {
      border-top: 1px solid #CBCCCC;
      border-bottom: 1px solid #CBCCCC;
      width: 100%;
      margin-bottom: -1px; }
      @media (min-width: 1024px) {
        .product-enterprise-page .products-otherRecomandations ul li, .product-commercial-page .products-otherRecomandations ul li {
          width: 48%;
          margin-bottom: 0; } }
      @media (min-width: 1024px) {
        .product-enterprise-page .products-otherRecomandations ul li:nth-child(odd), .product-commercial-page .products-otherRecomandations ul li:nth-child(odd) {
          margin-right: 4%; } }
      .product-enterprise-page .products-otherRecomandations ul li a, .product-commercial-page .products-otherRecomandations ul li a {
        display: flex;
        align-items: center;
        padding-top: 0.35714rem;
        padding-bottom: 0.35714rem;
        padding-left: 0.35714rem;
        padding-right: 2.85714rem;
        position: relative; }
        @media (min-width: 481px) {
          .product-enterprise-page .products-otherRecomandations ul li a, .product-commercial-page .products-otherRecomandations ul li a {
            padding-top: 0;
            padding-bottom: 0; } }
        .product-enterprise-page .products-otherRecomandations ul li a::after, .product-commercial-page .products-otherRecomandations ul li a::after {
          content: "";
          position: absolute;
          top: 0;
          right: 0.35714rem;
          bottom: 0;
          margin: auto;
          width: 30px;
          height: 30px;
          border: 1px solid #d9dce0;
          border-radius: 50px;
          background-position: 50% 50%;
          background-repeat: no-repeat;
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDQ1MS44NDYgNDUxLjg0NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUxLjg0NiA0NTEuODQ3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+PGc+Cgk8cGF0aCBkPSJNMzQ1LjQ0MSwyNDguMjkyTDE1MS4xNTQsNDQyLjU3M2MtMTIuMzU5LDEyLjM2NS0zMi4zOTcsMTIuMzY1LTQ0Ljc1LDBjLTEyLjM1NC0xMi4zNTQtMTIuMzU0LTMyLjM5MSwwLTQ0Ljc0NCAgIEwyNzguMzE4LDIyNS45MkwxMDYuNDA5LDU0LjAxN2MtMTIuMzU0LTEyLjM1OS0xMi4zNTQtMzIuMzk0LDAtNDQuNzQ4YzEyLjM1NC0xMi4zNTksMzIuMzkxLTEyLjM1OSw0NC43NSwwbDE5NC4yODcsMTk0LjI4NCAgIGM2LjE3Nyw2LjE4LDkuMjYyLDE0LjI3MSw5LjI2MiwyMi4zNjZDMzU0LjcwOCwyMzQuMDE4LDM1MS42MTcsMjQyLjExNSwzNDUuNDQxLDI0OC4yOTJ6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIHN0eWxlPSJmaWxsOiNBOUFGQjYiIGRhdGEtb2xkX2NvbG9yPSIjYTlhZmI2Ij48L3BhdGg+CjwvZz48L2c+IDwvc3ZnPg==);
          background-size: 15px auto; }
        .product-enterprise-page .products-otherRecomandations ul li a:hover::after, .product-commercial-page .products-otherRecomandations ul li a:hover::after {
          border-color: #068ac7;
          background-color: #068ac7;
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDQ1MS44NDYgNDUxLjg0NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUxLjg0NiA0NTEuODQ3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+PGc+Cgk8cGF0aCBkPSJNMzQ1LjQ0MSwyNDguMjkyTDE1MS4xNTQsNDQyLjU3M2MtMTIuMzU5LDEyLjM2NS0zMi4zOTcsMTIuMzY1LTQ0Ljc1LDBjLTEyLjM1NC0xMi4zNTQtMTIuMzU0LTMyLjM5MSwwLTQ0Ljc0NCAgIEwyNzguMzE4LDIyNS45MkwxMDYuNDA5LDU0LjAxN2MtMTIuMzU0LTEyLjM1OS0xMi4zNTQtMzIuMzk0LDAtNDQuNzQ4YzEyLjM1NC0xMi4zNTksMzIuMzkxLTEyLjM1OSw0NC43NSwwbDE5NC4yODcsMTk0LjI4NCAgIGM2LjE3Nyw2LjE4LDkuMjYyLDE0LjI3MSw5LjI2MiwyMi4zNjZDMzU0LjcwOCwyMzQuMDE4LDM1MS42MTcsMjQyLjExNSwzNDUuNDQxLDI0OC4yOTJ6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIHN0eWxlPSJmaWxsOiNGRkZGRkYiIGRhdGEtb2xkX2NvbG9yPSIjZmZmZmZmIj48L3BhdGg+CjwvZz48L2c+IDwvc3ZnPg==); }
        .product-enterprise-page .products-otherRecomandations ul li a .image img, .product-commercial-page .products-otherRecomandations ul li a .image img {
          max-width: 73px;
          max-height: 57px; }
        .product-enterprise-page .products-otherRecomandations ul li a .content, .product-commercial-page .products-otherRecomandations ul li a .content {
          flex: 1;
          padding-left: 1rem;
          text-transform: uppercase;
          font-size: 1rem; }
        .product-enterprise-page .products-otherRecomandations ul li a .title, .product-commercial-page .products-otherRecomandations ul li a .title {
          color: #990642;
          font-weight: 500; }
          @media (min-width: 481px) {
            .product-enterprise-page .products-otherRecomandations ul li a .title, .product-commercial-page .products-otherRecomandations ul li a .title {
              font-size: 16px; } }
        .product-enterprise-page .products-otherRecomandations ul li a .text, .product-commercial-page .products-otherRecomandations ul li a .text {
          color: black;
          font-weight: 600; }
          @media (min-width: 481px) {
            .product-enterprise-page .products-otherRecomandations ul li a .text, .product-commercial-page .products-otherRecomandations ul li a .text {
              font-size: 15px; } }

.product-enterprise-page .design-installation-contact-service, .product-commercial-page .design-installation-contact-service {
  margin-top: 4.5rem; }

.product-commercial-page .productView-showMore .button-show-toggle {
  display: none !important; }

.product-commercial-page .product-aside h3 {
  margin-bottom: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #990642;
  text-transform: uppercase; }

.product-commercial-page .product-aside div {
  display: inline-block;
  vertical-align: middle; }

.product-commercial-page .product-aside .product-aside-title {
  width: 55%;
  padding-right: 1.5rem;
  line-height: 1rem; }
  .product-commercial-page .product-aside .product-aside-title a {
    font-weight: 600; }

.product-commercial-page .product-aside .product-aside-image {
  width: 20%;
  text-align: center; }
  .product-commercial-page .product-aside .product-aside-image img {
    max-width: 100%;
    max-height: 80px; }

.product-commercial-page .product-aside .product-aside-price {
  width: 20%;
  text-align: right; }
  .product-commercial-page .product-aside .product-aside-price em {
    display: block;
    font-style: normal;
    font-weight: 500; }
  .product-commercial-page .product-aside .product-aside-price .retail {
    color: #777777;
    font-size: 14px;
    text-decoration: line-through; }
  .product-commercial-page .product-aside .product-aside-price .price {
    color: black;
    font-size: 1rem;
    line-height: 1rem; }
    .product-commercial-page .product-aside .product-aside-price .price .special {
      margin-top: -10px;
      font-size: 12px;
      text-decoration: line-through; }

.product-commercial-page .productView-availableOptions {
  margin-top: 1rem;
  margin-bottom: 1.85714rem; }
  .product-commercial-page .productView-availableOptions h3 {
    color: #154284;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0.35714rem; }
  .product-commercial-page .productView-availableOptions .form-select {
    border-radius: 0;
    padding-top: 0.35714rem;
    padding-bottom: 0.35714rem; }

.product-commercial-page .design-installation-contact-service {
  margin-top: 3rem; }
  @media (min-width: 1024px) {
    .product-commercial-page .design-installation-contact-service {
      margin-top: 1.5rem; } }

.product-discontinued-page .productView-discontinued-message {
  display: none; }
  .product-discontinued-page .productView-discontinued-message.show {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    border: 1px solid #990642;
    padding: 0.5rem 3rem 0.5rem 0.5rem;
    margin-bottom: 1rem;
    font-size: 15px;
    position: relative; }
  .product-discontinued-page .productView-discontinued-message .newer-model-text {
    flex: 1;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #990642; }
    @media (min-width: 750px) {
      .product-discontinued-page .productView-discontinued-message .newer-model-text {
        flex: initial; } }
  .product-discontinued-page .productView-discontinued-message > svg {
    margin-top: -1px;
    fill: #990642;
    width: 25px;
    height: 25px; }
  .product-discontinued-page .productView-discontinued-message .product-name {
    width: 100%;
    padding-left: 2.28571rem; }
    @media (min-width: 1024px) {
      .product-discontinued-page .productView-discontinued-message .product-name {
        width: initial;
        padding-left: 0; } }
    .product-discontinued-page .productView-discontinued-message .product-name .product-sku {
      display: block;
      color: black; }
      @media (min-width: 750px) {
        .product-discontinued-page .productView-discontinued-message .product-name .product-sku {
          display: initial; } }
  .product-discontinued-page .productView-discontinued-message .product-view {
    position: absolute;
    right: 0;
    bottom: 0.5rem;
    text-decoration: underline;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem; }
    @media (min-width: 750px) {
      .product-discontinued-page .productView-discontinued-message .product-view {
        right: 1rem; }
        .product-discontinued-page .productView-discontinued-message .product-view::after {
          content: "\003E";
          text-decoration: none;
          position: absolute;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto; } }
    .product-discontinued-page .productView-discontinued-message .product-view span {
      display: none; }
      @media (min-width: 750px) {
        .product-discontinued-page .productView-discontinued-message .product-view span {
          display: initial; } }
    .product-discontinued-page .productView-discontinued-message .product-view svg {
      width: 14px;
      height: 14px;
      fill: #154284; }
      @media (min-width: 750px) {
        .product-discontinued-page .productView-discontinued-message .product-view svg {
          display: none; } }

.product-discontinued-page .productView-product .affirm-as-low-as {
  width: 100%;
  flex: auto;
  margin-left: 0.35714rem !important; }

.product-discontinued-page .productView-extra-details {
  float: left;
  width: 40%;
  padding-left: 1.14286rem; }
  @media (min-width: 1024px) {
    .product-discontinued-page .productView-extra-details {
      width: 46%; } }
  .product-discontinued-page .productView-extra-details .productView-add-service {
    margin-left: 0;
    width: 100%; }

.product-discontinued-page .product-aside {
  display: flex;
  align-items: center;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }
  @media (min-width: 750px) {
    .product-discontinued-page .product-aside {
      border-top: 0; } }
  .product-discontinued-page .product-aside .product-aside-image {
    max-width: 66px;
    max-height: 66px;
    width: 100%;
    height: auto; }
  .product-discontinued-page .product-aside .product-aside-content {
    font-size: 16px;
    padding-left: 0.5rem;
    font-weight: 600; }
    .product-discontinued-page .product-aside .product-aside-content .title {
      color: #990642;
      text-transform: uppercase; }
    .product-discontinued-page .product-aside .product-aside-content .name {
      font-weight: 600; }
      .product-discontinued-page .product-aside .product-aside-content .name span {
        font-size: 15px; }
    .product-discontinued-page .product-aside .product-aside-content .price {
      font-size: 19px; }
      .product-discontinued-page .product-aside .product-aside-content .price em {
        font-style: normal; }

[data-audience='enterprise'] .productView-details #yotpo-snippets {
  display: none !important; }

[data-audience='enterprise'] .price-section-promotion {
  display: none !important; }

[data-audience='enterprise'] #reviews,
[data-audience='enterprise'] .yotpo-target {
  display: none !important; }

[data-audience='enterprise'] .productView-description {
  margin-bottom: 6rem; }

.product-modern-page #chat-widget-minimized {
  bottom: 90px !important; }

@media (max-width: 1024px) {
  .productView-description p {
    font-size: 16px;
    line-height: 24px; } }

.product-modern-page #yotpo-app .yotpo-base-layout {
  width: 100% !important; }

.product-modern-page .productView-stickyHeader {
  display: none !important; }

.product-modern-page h2.modern-title {
  padding-bottom: 1rem;
  font-size: 26px;
  line-height: 32px; }
  @media (min-width: 551px) {
    .product-modern-page h2.modern-title {
      font-size: 28px;
      line-height: 34px; } }
  @media (min-width: 1024px) {
    .product-modern-page h2.modern-title {
      font-size: 40px;
      line-height: 48px; } }

.product-modern-page .header-row,
.product-modern-page .container {
  max-width: 89rem; }

.product-modern-page .productView {
  padding-top: 0; }
  @media (min-width: 750px) {
    .product-modern-page .productView {
      padding-top: 1.78571rem; } }

.product-modern-page .product-row {
  display: flex;
  flex-flow: row wrap; }
  .product-modern-page .product-row ul {
    margin-left: 3rem; }
    .product-modern-page .product-row ul li {
      margin-bottom: 0.78571rem; }

.product-modern-page .page-breadcrumbs {
  background-color: #D9DCE0; }
  @media (min-width: 750px) {
    .product-modern-page .page-breadcrumbs {
      background: transparent; } }

.product-modern-page .productView-details-secondary::before {
  content: "";
  display: block;
  border-top: 1px solid #D8D8D8;
  padding-top: 1.5rem;
  margin-top: 1.35714rem; }
  @media (min-width: 750px) {
    .product-modern-page .productView-details-secondary::before {
      content: none; } }

.product-modern-page .productView-images {
  display: flex;
  flex-flow: column;
  margin-bottom: 0; }
  @media (min-width: 750px) {
    .product-modern-page .productView-images {
      width: 40%; } }
  @media (min-width: 1024px) {
    .product-modern-page .productView-images {
      width: 50%;
      display: block;
      position: -webkit-sticky;
      position: sticky;
      top: 1.5rem;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      margin-top: 1.5rem;
      margin-bottom: 3rem; } }
  .product-modern-page .productView-images .productView-thumbnails {
    margin: 0;
    height: fit-content;
    width: 100%;
    order: 2; }
    @media (max-width: 550px) {
      .product-modern-page .productView-images .productView-thumbnails {
        display: flex;
        flex-wrap: wrap; } }
    @media (min-width: 1024px) {
      .product-modern-page .productView-images .productView-thumbnails {
        margin: 3rem 0 0;
        order: 1; } }
    .product-modern-page .productView-images .productView-thumbnails .slick-list {
      margin: 0 2.85714rem; }
      @media (min-width: 1024px) {
        .product-modern-page .productView-images .productView-thumbnails .slick-list {
          margin: 0; } }
    .product-modern-page .productView-images .productView-thumbnails .productView-thumbnail {
      display: inline-block;
      position: relative;
      width: 3.21429rem;
      height: 3.21429rem;
      margin: 1rem .75rem; }
      @media (min-width: 551px) {
        .product-modern-page .productView-images .productView-thumbnails .productView-thumbnail {
          width: 4rem;
          height: 6.42857rem;
          margin: 0 1.5rem; } }
    .product-modern-page .productView-images .productView-thumbnails .productView-thumbnail-link {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      border: 0;
      padding-bottom: 0.35714rem;
      border-bottom: 3px solid white;
      outline: 0; }
      .product-modern-page .productView-images .productView-thumbnails .productView-thumbnail-link.is-active {
        border-bottom: 3px solid #008ACA; }
      .product-modern-page .productView-images .productView-thumbnails .productView-thumbnail-link img {
        max-width: 56px;
        max-height: 56px; }
    .product-modern-page .productView-images .productView-thumbnails .slick-prev,
    .product-modern-page .productView-images .productView-thumbnails .slick-next {
      background-color: transparent;
      border: 0;
      padding-top: 0;
      padding-bottom: 0;
      margin: auto 0; }
      @media (min-width: 1024px) {
        .product-modern-page .productView-images .productView-thumbnails .slick-prev,
        .product-modern-page .productView-images .productView-thumbnails .slick-next {
          width: 4rem;
          left: 0;
          right: 0;
          margin: 0 auto;
          transform: inherit;
          height: 3.57143rem; } }
      .product-modern-page .productView-images .productView-thumbnails .slick-prev::before,
      .product-modern-page .productView-images .productView-thumbnails .slick-next::before {
        background-image: url("../img/modern/icons/icon-arrow-blue.svg"); }
        @media (min-width: 1024px) {
          .product-modern-page .productView-images .productView-thumbnails .slick-prev::before,
          .product-modern-page .productView-images .productView-thumbnails .slick-next::before {
            margin: auto; } }
    .product-modern-page .productView-images .productView-thumbnails .slick-disabled {
      opacity: 1; }
      .product-modern-page .productView-images .productView-thumbnails .slick-disabled::before {
        background-image: url("../img/modern/icons/icon-arrow-gray.svg"); }
    .product-modern-page .productView-images .productView-thumbnails .slick-prev {
      border-right: 1px solid #D8D8D8; }
      @media (min-width: 1024px) {
        .product-modern-page .productView-images .productView-thumbnails .slick-prev {
          top: -3.57143rem;
          bottom: initial;
          border-right: 0;
          border-bottom: 1px solid #D8D8D8; } }
      .product-modern-page .productView-images .productView-thumbnails .slick-prev::before {
        transform: rotate(-90deg); }
        @media (min-width: 1024px) {
          .product-modern-page .productView-images .productView-thumbnails .slick-prev::before {
            transform: rotate(0); } }
    .product-modern-page .productView-images .productView-thumbnails .slick-next {
      border-left: 1px solid #D8D8D8; }
      @media (min-width: 1024px) {
        .product-modern-page .productView-images .productView-thumbnails .slick-next {
          top: initial;
          bottom: -3.57143rem;
          border-left: 0;
          border-top: 1px solid #D8D8D8; } }
      .product-modern-page .productView-images .productView-thumbnails .slick-next::before {
        transform: rotate(90deg); }
        @media (min-width: 1024px) {
          .product-modern-page .productView-images .productView-thumbnails .slick-next::before {
            transform: rotate(-180deg); } }
  @media (max-width: 1023px) {
    .product-modern-page .productView-images .productView-thumbnails--noCarousel {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .product-modern-page .productView-images .productView-thumbnails--noCarousel .productView-thumbnail {
        margin: 0 1.5rem; } }
  .product-modern-page .productView-images .productView-image {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    width: 100%;
    order: 1; }
    @media (min-width: 750px) {
      .product-modern-page .productView-images .productView-image {
        padding: 0 0 1rem; } }
    @media (min-width: 1024px) {
      .product-modern-page .productView-images .productView-image {
        padding: 0 0 0 1.5rem;
        margin-top: 0.78571rem;
        min-height: 512px; }
        .product-modern-page .productView-images .productView-image .productView-img-container {
          max-width: 100%; } }
    .product-modern-page .productView-images .productView-image img {
      width: 100%; }
    .product-modern-page .productView-images .productView-image .productView-img-container::after {
      padding-bottom: 100%; }

@media (min-width: 750px) {
  .product-modern-page .productView-details {
    width: 60%; } }

@media (min-width: 1024px) {
  .product-modern-page .productView-details {
    width: 50%; } }

@media (min-width: 1024px) {
  .product-modern-page .productView-details:last-child {
    margin-bottom: 4.5rem; } }

.product-modern-page .productView-label {
  width: 200px;
  margin-top: 2rem;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #FFF;
  background-color: #990642;
  padding: 8px 16px; }
  @media (max-width: 1080px) {
    .product-modern-page .productView-label {
      display: none; } }

.product-modern-page .productView-freeInstallation {
  background-color: #008ACA;
  color: white;
  justify-content: space-between;
  font-size: 16px;
  padding: 0.35714rem 1.5rem;
  margin-left: -1.21429rem;
  margin-right: -1.21429rem; }
  @media (min-width: 750px) {
    .product-modern-page .productView-freeInstallation {
      margin: 0 0 .75rem 0; } }
  .product-modern-page .productView-freeInstallation span {
    text-transform: uppercase;
    font-weight: 600; }
  .product-modern-page .productView-freeInstallation .freeInstallation-link {
    color: white;
    text-decoration: underline;
    cursor: pointer;
    text-transform: capitalize; }

.product-modern-page #product-freeInstallation-modal {
  max-width: 39.64286rem; }
  .product-modern-page #product-freeInstallation-modal .modal-close {
    color: white;
    top: 0.35714rem;
    right: 0.35714rem;
    font-size: 34px; }
  .product-modern-page #product-freeInstallation-modal .modal-content-top {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    background-color: #008ACA;
    color: white;
    width: 100%;
    padding: 1rem 5.21429rem 1rem 1.85714rem; }
    @media (min-width: 481px) {
      .product-modern-page #product-freeInstallation-modal .modal-content-top {
        align-items: center; } }
    .product-modern-page #product-freeInstallation-modal .modal-content-top .image {
      width: 60px;
      padding-top: 0.5rem; }
      @media (min-width: 551px) {
        .product-modern-page #product-freeInstallation-modal .modal-content-top .image {
          padding-top: 0; } }
      .product-modern-page #product-freeInstallation-modal .modal-content-top .image img {
        max-width: 60px;
        width: 100%; }
    .product-modern-page #product-freeInstallation-modal .modal-content-top .text {
      font-size: 16px;
      font-weight: 600;
      width: calc(100% - 60px);
      text-transform: uppercase;
      padding-left: 1.35714rem; }
  .product-modern-page #product-freeInstallation-modal .modal-content-bottom {
    font-size: 16px;
    padding: 1.5rem 1.5rem 1rem; }

.product-modern-page .productView-titleSku {
  display: flex;
  flex-direction: column; }
  @media (min-width: 750px) {
    .product-modern-page .productView-titleSku {
      flex-direction: column-reverse; } }

.product-modern-page .productView-title {
  font-size: 28px;
  line-height: 34px;
  margin-top: 1rem;
  padding-bottom: 0.5rem; }
  @media (min-width: 750px) {
    .product-modern-page .productView-title {
      font-size: 34px;
      line-height: 40px;
      margin-top: 0.78571rem;
      border-bottom: 1px solid #D8D8D8;
      padding-bottom: 0.78571rem; } }

.product-modern-page .productView-sku {
  margin-bottom: 0.5rem;
  position: relative;
  bottom: 0;
  right: 0;
  font-size: 14px;
  color: #7f858b;
  display: none; }
  @media (min-width: 750px) {
    .product-modern-page .productView-sku {
      display: block;
      text-align: right;
      margin-bottom: 0; } }

.product-modern-page .prod-price .price-label,
.product-modern-page .prod-price .price-now-label,
.product-modern-page .productView-price .price-label,
.product-modern-page .productView-price .price-now-label {
  display: none; }

.product-modern-page .productView-price-rating #yotpo-snippets {
  border-bottom: 0;
  height: 34px;
  display: flex;
  align-items: center; }
  .product-modern-page .productView-price-rating #yotpo-snippets .yotpo-review-star {
    height: 20px;
    width: 20px; }
  .product-modern-page .productView-price-rating #yotpo-snippets .yotpo-review-count {
    font-size: 16px;
    margin-left: 6px !important; }
  .product-modern-page .productView-price-rating #yotpo-snippets .qa-scroll {
    cursor: pointer;
    margin-left: .5rem;
    color: #008ACA;
    font-weight: 600;
    border-left: 1px solid #008ACA;
    padding-left: .5rem;
    position: relative;
    top: -1px; }

@media (min-width: 750px) {
  .product-modern-page .productView-price-rating {
    justify-content: space-between;
    align-items: flex-start; }
    .product-modern-page .productView-price-rating #yotpo-snippets {
      margin-top: .5rem; } }

.product-modern-page .productView-price-rating #affirm-message {
  padding: 0;
  width: 100%; }
  .product-modern-page .productView-price-rating #affirm-message .affirm-as-low-as {
    font-size: 16px;
    line-height: 20px; }
    .product-modern-page .productView-price-rating #affirm-message .affirm-as-low-as .affirm-modal-trigger {
      display: block;
      text-transform: none; }

.product-modern-page .productView-product {
  width: 100%;
  order: 2; }
  @media (min-width: 750px) {
    .product-modern-page .productView-product {
      order: 1;
      width: auto; } }

.product-modern-page .productView-price {
  display: flex;
  flex-flow: row wrap; }
  .product-modern-page .productView-price .price-section-sale {
    display: none !important; }
  .product-modern-page .productView-price .price-section-current {
    order: 1; }
    .product-modern-page .productView-price .price-section-current .price {
      font-size: 32px;
      font-weight: 600; }
  .product-modern-page .productView-price .price-section-rrp {
    order: 2;
    margin-left: 6px; }
  .product-modern-page .productView-price .price-section--saving {
    display: none !important; }
  .product-modern-page .productView-price .price-section-sale {
    order: 2;
    margin-left: 1rem; }
    .product-modern-page .productView-price .price-section-sale .price {
      font-weight: 400;
      font-size: 21px;
      color: #7E7E7E; }
  .product-modern-page .productView-price .price-section-promotion {
    order: 3;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    color: #5b6973;
    margin-top: .5rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center; }
    .product-modern-page .productView-price .price-section-promotion strong {
      font-weight: 600;
      text-transform: uppercase;
      color: #FFF;
      background: #9a0842;
      padding: 4px 20px;
      margin-right: 1rem;
      height: 31px;
      flex-grow: 0;
      flex-shrink: 0; }
  .product-modern-page .productView-price .price-section-promotion-price-match {
    display: block;
    max-width: 200px;
    line-height: 16px; }
    @media (min-width: 1024px) {
      .product-modern-page .productView-price .price-section-promotion-price-match {
        max-width: 280px;
        font-size: 16px; } }

.product-modern-page #yotpo-snippets {
  height: 29px;
  min-width: 160px;
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 1rem;
  width: 100%;
  order: 1; }
  @media (min-width: 750px) {
    .product-modern-page #yotpo-snippets {
      order: 2;
      width: auto;
      border-bottom: 0;
      padding-bottom: 0; } }
  .product-modern-page #yotpo-snippets .yotpo-review-count {
    cursor: pointer; }
  @media (min-width: 1024px) {
    .product-modern-page #yotpo-snippets .yotpo-review-count {
      font-size: 16px; }
    .product-modern-page #yotpo-snippets .yotpo-review-score .yotpo-review-star {
      height: 19px;
      width: 19px; } }

.product-modern-page #reviews {
  display: flex; }
  @media (max-width: 599px) {
    .product-modern-page #reviews {
      font-size: 22px;
      line-height: 28px; } }
  @media (min-width: 600px) {
    .product-modern-page #reviews {
      font-size: 28px; } }
  @media (min-width: 1000px) {
    .product-modern-page #reviews {
      font-size: 30px;
      line-height: 36px; } }
  .product-modern-page #reviews > span {
    color: #999; }
    .product-modern-page #reviews > span span {
      text-wrap: nowrap; }
    .product-modern-page #reviews > span.active {
      text-decoration: underline;
      color: #333; }
    .product-modern-page #reviews > span.qa {
      margin-left: auto; }
    .product-modern-page #reviews > span:hover, .product-modern-page #reviews > span:focus {
      cursor: pointer; }

.product-modern-page .yotpo-target {
  min-height: 500px; }

.product-modern-page .yotpo-target-qa .yotpo-header-summary {
  font-size: 20px !important; }

.product-modern-page .yotpo-target-qa .yotpo-main-layout {
  width: 100% !important; }

.product-modern-page .productView-availability {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding-bottom: 1rem;
  margin-bottom: 1.21429rem;
  font-size: 15px; }
  @media (min-width: 750px) {
    .product-modern-page .productView-availability {
      border-bottom: 1px solid #D8D8D8; } }
  .product-modern-page .productView-availability.top {
    display: flex;
    padding-top: 0.78571rem; }
  .product-modern-page .productView-availability.bottom {
    display: none;
    margin-top: 1rem;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0.78571rem; }
    .product-modern-page .productView-availability.bottom .product-avail.in-stock {
      width: 100%; }
  .product-modern-page .productView-availability svg {
    width: 18px;
    height: 18px;
    margin-right: 0.3rem;
    position: relative;
    top: 3px; }
  .product-modern-page .productView-availability .product-avail {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin-right: 0.28571rem; }
    .product-modern-page .productView-availability .product-avail.in-stock {
      color: #18B95B;
      font-weight: 600; }
      .product-modern-page .productView-availability .product-avail.in-stock svg {
        fill: #18B95B; }
    .product-modern-page .productView-availability .product-avail.out-of-stock {
      color: #990642;
      font-weight: 600; }
      .product-modern-page .productView-availability .product-avail.out-of-stock svg {
        fill: #990642; }
  .product-modern-page .productView-availability .product-availability-icon > span {
    display: none; }
  .product-modern-page .productView-availability .product-availability-icon .in-stock span {
    color: #2cb48a;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 0.33rem;
    line-height: 2px; }
  .product-modern-page .productView-availability .product-availability-icon .currently, .product-modern-page .productView-availability .product-availability-icon .backorder {
    margin-right: .5rem; }

.product-modern-page .productView-productBestSelling {
  display: none;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0.71429rem; }

.product-modern-page .productView-messageList {
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 1rem; }
  .product-modern-page .productView-messageList .wa-popover-box {
    display: none;
    position: relative; }
  .product-modern-page .productView-messageList .wa-popover {
    font-weight: 600;
    margin-left: 0.35714rem;
    color: #068ac7;
    cursor: pointer; }
  .product-modern-page .productView-messageList a {
    font-weight: 600; }

.product-modern-page .productView-extreDetails-heading {
  font-size: 16px;
  font-weight: 600;
  color: #154284;
  margin: 0.75rem 0;
  cursor: pointer; }

.product-modern-page .productView-extreDetails-content {
  font-size: 16px;
  margin-bottom: .75rem; }

.product-modern-page .productView-moreDetails {
  padding-bottom: 1.28571rem;
  border-bottom: 1px solid #cccccc; }
  .product-modern-page .productView-moreDetails .productView-moreDetails-container p:last-child {
    margin-bottom: 0.78571rem; }
  .product-modern-page .productView-moreDetails .productView-moreDetails-container a {
    font-weight: 600; }
  .product-modern-page .productView-moreDetails .productView-moreDetails-container .productView-customContact {
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    margin-top: 1.85714rem;
    margin-bottom: 1rem; }

.product-modern-page .productView-messageList,
.product-modern-page .productView-moreDetails {
  font-size: 16px; }
  .product-modern-page .productView-messageList ul,
  .product-modern-page .productView-moreDetails ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    .product-modern-page .productView-messageList ul li,
    .product-modern-page .productView-moreDetails ul li {
      display: flex; }
      .product-modern-page .productView-messageList ul li > div,
      .product-modern-page .productView-moreDetails ul li > div {
        display: initial; }
      .product-modern-page .productView-messageList ul li::before,
      .product-modern-page .productView-moreDetails ul li::before {
        content: '\2022';
        font-size: 18px;
        line-height: normal;
        margin-right: 0.28571rem; }

.product-modern-page .productView-messageList.extraMargin ul li {
  margin-bottom: .5rem; }

.product-modern-page .productView-showMore {
  font-size: 16px; }
  .product-modern-page .productView-showMore .productView-showMore-container {
    display: none;
    margin-top: 1rem;
    margin-bottom: 0.35714rem; }
    .product-modern-page .productView-showMore .productView-showMore-container .product-more-details-content ul {
      margin-bottom: 1.5rem; }
  .product-modern-page .productView-showMore .button-show-toggle {
    display: inline-block;
    font-size: 16px;
    color: #154284;
    font-weight: 600;
    margin-top: 1rem;
    border: 0;
    padding: 0; }
    .product-modern-page .productView-showMore .button-show-toggle:hover {
      text-decoration: underline; }

.product-modern-page .productView-addToCart .button--addToCart,
.product-modern-page .productView-addToCart .button--contactModal,
.product-modern-page .prod-atc .button--addToCart,
.product-modern-page .prod-atc .button--contactModal {
  background-color: #068ac7;
  color: white;
  border-color: #068ac7; }
  .product-modern-page .productView-addToCart .button--addToCart:hover, .product-modern-page .productView-addToCart .button--addToCart:focus,
  .product-modern-page .productView-addToCart .button--contactModal:hover,
  .product-modern-page .productView-addToCart .button--contactModal:focus,
  .product-modern-page .prod-atc .button--addToCart:hover,
  .product-modern-page .prod-atc .button--addToCart:focus,
  .product-modern-page .prod-atc .button--contactModal:hover,
  .product-modern-page .prod-atc .button--contactModal:focus {
    background-color: #2a5d89;
    border-color: #2a5d89; }

.product-modern-page .productView-addToCart .button--contactModal,
.product-modern-page .prod-atc .button--contactModal {
  text-transform: uppercase; }

.product-modern-page .productView-addToCart {
  margin-top: 1.28571rem;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  float: none; }
  .product-modern-page .productView-addToCart .form-field--increments {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    width: 8.57143rem;
    flex-shrink: 0;
    flex-grow: 0;
    position: relative;
    height: 3.57143rem;
    border: 1px solid #979797;
    border-radius: 4px; }
    @media (min-width: 750px) {
      .product-modern-page .productView-addToCart .form-field--increments {
        width: 9.71429rem; } }
    .product-modern-page .productView-addToCart .form-field--increments:hover, .product-modern-page .productView-addToCart .form-field--increments:focus {
      border-color: #068ac7; }
    .product-modern-page .productView-addToCart .form-field--increments .button {
      border: 0;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      padding: 0;
      width: 48px;
      height: 48px; }
      .product-modern-page .productView-addToCart .form-field--increments .button svg {
        fill: black; }
      .product-modern-page .productView-addToCart .form-field--increments .button:hover svg {
        fill: #068ac7; }
      .product-modern-page .productView-addToCart .form-field--increments .button[data-action="dec"] {
        left: 0; }
      .product-modern-page .productView-addToCart .form-field--increments .button[data-action="inc"] {
        right: 0; }
    .product-modern-page .productView-addToCart .form-field--increments .form-input--incrementTotal {
      width: 100%;
      font-size: 16px;
      color: black;
      font-weight: 600;
      height: 48px; }
  .product-modern-page .productView-addToCart .form-action {
    width: calc(100% - 8.5rem);
    padding-left: 1.5rem; }
  .product-modern-page .productView-addToCart .button--addToCart {
    width: 100%;
    height: 3.57143rem;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600; }

.product-modern-page .productView-contactExperts {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }
  .product-modern-page .productView-contactExperts-text {
    color: #990642;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 1.5rem; }
  @media (min-width: 1024px) {
    .product-modern-page .productView-contactExperts-buttons {
      display: flex;
      flex-flow: row;
      align-items: center; } }
  .product-modern-page .productView-contactExperts-buttons .button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    font-weight: 600;
    max-width: 100%; }
  .product-modern-page .productView-contactExperts-buttons .button--contactModal {
    text-transform: uppercase;
    font-size: 15px;
    width: 100%;
    margin-bottom: 0.78571rem;
    font-weight: 500;
    background-color: #068ac7;
    color: white;
    border-color: #068ac7; }
    .product-modern-page .productView-contactExperts-buttons .button--contactModal:hover, .product-modern-page .productView-contactExperts-buttons .button--contactModal:focus {
      background-color: #2a5d89;
      border-color: #2a5d89; }
    @media (min-width: 1024px) {
      .product-modern-page .productView-contactExperts-buttons .button--contactModal {
        width: 279px;
        margin-bottom: 0; } }
  .product-modern-page .productView-contactExperts-buttons .button-contactPhone {
    font-size: 16px;
    width: 100%;
    border-color: #d9dce0;
    background-color: #d9dce0;
    color: #2a5d89; }
    .product-modern-page .productView-contactExperts-buttons .button-contactPhone:hover:hover, .product-modern-page .productView-contactExperts-buttons .button-contactPhone:hover:focus {
      background-color: white;
      border-color: #2a5d89; }
    @media (min-width: 1024px) {
      .product-modern-page .productView-contactExperts-buttons .button-contactPhone {
        width: 166px; } }
    .product-modern-page .productView-contactExperts-buttons .button-contactPhone svg {
      fill: #2a5d89;
      width: 20px;
      height: 20px;
      margin-right: 0.35714rem; }

.product-modern-page .productView-configurations .heading {
  font-size: 16px;
  font-weight: 600;
  margin: 1.5rem 0 .33rem 0; }

.product-modern-page .productView-configurations .product-configurations {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 1rem);
  margin-left: -.5rem; }
  @media (max-width: 551px) {
    .product-modern-page .productView-configurations .product-configurations {
      width: 100%;
      margin-left: 0; } }

.product-modern-page .productView-configurations .configuration {
  border: 1px solid #CCC;
  width: calc(50% - 1rem);
  margin: .5rem;
  padding: 1rem;
  display: flex;
  color: #333;
  min-height: 90px; }
  @media (max-width: 551px) {
    .product-modern-page .productView-configurations .configuration {
      width: 100%;
      margin: .5rem 0;
      min-height: 80px; } }
  .product-modern-page .productView-configurations .configuration .left .name {
    font-size: 16px;
    font-weight: 600; }
  .product-modern-page .productView-configurations .configuration .left .content {
    font-size: 15px; }
  .product-modern-page .productView-configurations .configuration .right {
    margin-left: auto; }
    .product-modern-page .productView-configurations .configuration .right .price {
      font-size: 20px;
      font-weight: 600; }
      .product-modern-page .productView-configurations .configuration .right .price span {
        position: relative;
        top: 0 !important;
        font-size: 20px; }
  .product-modern-page .productView-configurations .configuration.active {
    border: 2px solid #058ac7; }

.product-modern-page .productView-availableOptions {
  margin-top: 1rem;
  height: 71px; }
  .product-modern-page .productView-availableOptions h3 {
    color: #154284;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0.35714rem; }
  .product-modern-page .productView-availableOptions .form-select {
    border-radius: 0;
    padding-top: 0.35714rem;
    padding-bottom: 0.35714rem; }

.product-modern-page .productView-optionsListItems[data-option-count="1"] {
  min-height: 90px; }

.product-modern-page .productView-optionsListItems[data-option-count="2"] {
  min-height: 158px; }

.product-modern-page .productView-optionsListItems[data-option-count="3"] {
  min-height: 258px; }

.product-modern-page .productView-optionsListItems[data-option-count="4"] {
  min-height: 68px; }

@media (min-width: 1181px) {
  .product-modern-page .productView-optionsListItems[data-option-count="1"] {
    min-height: 79px; }
  .product-modern-page .productView-optionsListItems[data-option-count="2"] {
    min-height: 79px; }
  .product-modern-page .productView-optionsListItems[data-option-count="3"] {
    min-height: 179px; }
  .product-modern-page .productView-optionsListItems[data-option-count="4"] {
    min-height: 179px; } }

.product-modern-page .productView-optionsListItems > [data-product-attribute="set-rectangle"] label:first-child {
  text-align: left;
  font-size: 16px !important;
  font-weight: 600;
  margin: 1.5rem 0 .33rem 0;
  color: #000 !important;
  text-transform: capitalize !important; }

.product-modern-page .productView-optionsListItems > [data-product-attribute="set-rectangle"] label:not(:first-child) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  width: 100%;
  margin: .5rem;
  padding: 1rem;
  min-height: 90px; }
  .product-modern-page .productView-optionsListItems > [data-product-attribute="set-rectangle"] label:not(:first-child) .form-option-variant {
    color: #333;
    font-size: 16px !important;
    font-weight: 600; }
  @media (min-width: 1024px) {
    .product-modern-page .productView-optionsListItems > [data-product-attribute="set-rectangle"] label:not(:first-child) {
      width: calc(50% - 1rem); } }

.product-modern-page .productView-optionsListItems > [data-product-attribute="set-rectangle"] .form-radio:checked + .form-option {
  border: 2px solid #058ac7 !important; }

.product-modern-page .productView-quoteForm > .text {
  font-size: 16px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  background: #F2F2F2; }

.product-modern-page .productView-launchNotificationForm {
  font-size: 16px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 1.5rem 1.5rem 2rem 1.5rem;
  background: #F2F2F2; }
  .product-modern-page .productView-launchNotificationForm h4 {
    margin: 0; }
  .product-modern-page .productView-launchNotificationForm p {
    margin-bottom: 1rem; }

.product-modern-page .productView-quoteCall {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  padding: 1.5rem 0; }
  .product-modern-page .productView-quoteCall .icon {
    width: 40px;
    height: 40px;
    margin-right: 1.5rem;
    display: none; }
    @media (min-width: 1181px) {
      .product-modern-page .productView-quoteCall .icon {
        display: block; } }
  .product-modern-page .productView-quoteCall .text {
    font-size: 16px;
    width: calc(100% - 50px);
    max-width: 325px;
    text-align: center; }
    .product-modern-page .productView-quoteCall .text strong {
      display: block; }
    @media (min-width: 1181px) {
      .product-modern-page .productView-quoteCall .text {
        max-width: 195px;
        font-size: 15px;
        text-align: left; } }
  .product-modern-page .productView-quoteCall .phone-number {
    width: calc(100% - 50px);
    font-size: 28px;
    font-weight: 700;
    color: #154284;
    text-decoration: none;
    text-align: center; }
    @media (min-width: 1181px) {
      .product-modern-page .productView-quoteCall .phone-number {
        width: inherit;
        margin-left: 1.5rem;
        border-left: 1px solid #CCC;
        font-size: 19px;
        text-align: left;
        padding-left: 1.5rem; } }

.product-modern-page .productView-discontinuedMessage {
  background: #058ac7;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  padding: 1.5rem;
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 3rem; }
  .product-modern-page .productView-discontinuedMessage a {
    display: block;
    color: #FFF;
    text-decoration: underline; }

.product-modern-page .productView-affirm {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.5rem;
  padding: .75rem 1rem;
  border: 2px solid #D8D8D8;
  border-radius: 3px; }
  .product-modern-page .productView-affirm .text {
    width: 150px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    flex-grow: 0;
    border-right: 1px solid #CCC; }
    .product-modern-page .productView-affirm .text span {
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 600;
      position: relative;
      top: 6px;
      margin-right: 7px; }
    .product-modern-page .productView-affirm .text img {
      width: 60px;
      height: 25px; }
    @media (min-width: 1024px) {
      .product-modern-page .productView-affirm .text {
        width: 170px;
        height: 33px; }
        .product-modern-page .productView-affirm .text span {
          font-size: 18px; } }
  .product-modern-page .productView-affirm .payment-logos {
    max-width: 330px;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 1024px) {
      .product-modern-page .productView-affirm .payment-logos {
        margin-right: 0; } }

.product-modern-page .productView-saleNotice {
  padding: 20px;
  background: url("https://store-bf3bb.mybigcommerce.com/content/images/product-sale-notice-bg-default.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-top: 1.5rem;
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  text-align: center; }
  .product-modern-page .productView-saleNotice span {
    font-size: 16px; }

.product-modern-page .productView-bulkPricingForm {
  margin-top: .33rem;
  font-size: 16px;
  text-align: right; }
  .product-modern-page .productView-bulkPricingForm span {
    text-decoration: underline;
    cursor: pointer;
    transition: all ease .2s; }
    .product-modern-page .productView-bulkPricingForm span:hover, .product-modern-page .productView-bulkPricingForm span:focus {
      color: #068ac7; }

.product-modern-page .productView-callUs {
  background: #f1f2f5;
  clear: both;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 1.5rem;
  padding: 1.14286rem;
  border-radius: 3px;
  text-align: center; }
  .product-modern-page .productView-callUs .image {
    height: 33px;
    width: 33px; }
  .product-modern-page .productView-callUs .text {
    color: #5b6973;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600; }
  .product-modern-page .productView-callUs .number a {
    display: block; }
  .product-modern-page .productView-callUs .number, .product-modern-page .productView-callUs .number a {
    color: #1683c4;
    font-size: 26px;
    line-height: 30px;
    font-weight: 600; }
  @media (min-width: 620px) and (max-width: 749px) {
    .product-modern-page .productView-callUs {
      flex-direction: row;
      text-align: left;
      justify-content: center; }
      .product-modern-page .productView-callUs .text {
        margin-right: 1.5rem;
        padding-right: 1.5rem;
        border-right: 2px solid #CCC; }
      .product-modern-page .productView-callUs .number a {
        display: inline; } }
  @media (min-width: 1218px) {
    .product-modern-page .productView-callUs {
      height: 90px;
      flex-direction: row;
      text-align: left;
      justify-content: center; }
      .product-modern-page .productView-callUs .text {
        margin-right: 1.5rem;
        padding-right: 1.5rem;
        border-right: 2px solid #CCC; }
      .product-modern-page .productView-callUs .number a {
        display: inline; } }

.product-modern-page .productView-shippingNotice {
  background: #f1f2f5;
  margin-top: 1.5rem;
  margin-bottom: 0.78571rem;
  padding: 1.5rem;
  font-size: 16px;
  line-height: 22px;
  text-align: left; }
  .product-modern-page .productView-shippingNotice .heading {
    font-weight: 600;
    margin-bottom: 0.35714rem; }
  .product-modern-page .productView-shippingNotice a {
    font-weight: 600; }

.product-modern-page .productView-guarantees {
  display: flex;
  flex-direction: column;
  margin: 1.5rem 0;
  padding-left: .5rem; }
  .product-modern-page .productView-guarantees .guarantee {
    display: flex;
    align-items: center;
    margin-bottom: .75rem; }
    .product-modern-page .productView-guarantees .guarantee svg {
      width: 23px;
      height: 23px;
      margin-right: 12px; }
    .product-modern-page .productView-guarantees .guarantee .text {
      font-size: 15px;
      text-align: left; }
      .product-modern-page .productView-guarantees .guarantee .text br {
        display: none; }
  @media (min-width: 1024px) {
    .product-modern-page .productView-guarantees {
      flex-direction: row;
      justify-content: space-between;
      padding-left: 0; }
      .product-modern-page .productView-guarantees .guarantee .text {
        line-height: 18px; }
        .product-modern-page .productView-guarantees .guarantee .text br {
          display: block; } }

.product-modern-page .productView-recommendation {
  text-align: left;
  margin-bottom: 1.5rem; }
  .product-modern-page .productView-recommendation .heading {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 1rem; }
    @media (min-width: 1024px) {
      .product-modern-page .productView-recommendation .heading {
        margin-bottom: .75rem; } }
  .product-modern-page .productView-recommendation .product {
    display: grid;
    grid-template-columns: 2fr 5fr;
    column-gap: 1.5rem; }
  @media (min-width: 600px) {
    .product-modern-page .productView-recommendation .image {
      padding: .75rem; } }
  @media (min-width: 1024px) {
    .product-modern-page .productView-recommendation .image {
      padding: 0; } }
  @media (min-width: 1024px) {
    .product-modern-page .productView-recommendation .image {
      padding: 1.5rem; } }
  .product-modern-page .productView-recommendation .name {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: .5rem; }
  .product-modern-page .productView-recommendation .text {
    font-size: 15px;
    margin-bottom: .5rem; }
  .product-modern-page .productView-recommendation .price-reviews {
    margin-bottom: 1rem; }
    @media (min-width: 500px) {
      .product-modern-page .productView-recommendation .price-reviews {
        display: flex;
        align-items: center; } }
  .product-modern-page .productView-recommendation .price {
    font-size: 21px;
    font-weight: 600; }
  @media (min-width: 500px) {
    .product-modern-page .productView-recommendation .yotpo {
      display: flex;
      align-items: center;
      margin-left: .75rem; } }
  .product-modern-page .productView-recommendation .yotpo .yotpo-review-count {
    font-size: 16px;
    position: relative;
    top: 1px; }
  .product-modern-page .productView-recommendation .yotpo .yotpo-review-star {
    height: 18px;
    width: 18px; }
  .product-modern-page .productView-recommendation .actions .action {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    height: 38px;
    border: 0;
    background: #078ac7;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    cursor: pointer; }
    .product-modern-page .productView-recommendation .actions .action:hover, .product-modern-page .productView-recommendation .actions .action:focus {
      background: #2a5d89; }
    .product-modern-page .productView-recommendation .actions .action.view {
      background: #FFF;
      color: #078ac7;
      border: 1px solid #078ac7;
      margin-top: 1rem; }
      .product-modern-page .productView-recommendation .actions .action.view:hover, .product-modern-page .productView-recommendation .actions .action.view:focus {
        background: #2a5d89;
        border: 1px solid #2a5d89;
        color: #FFF; }
  @media (min-width: 360px) {
    .product-modern-page .productView-recommendation .actions {
      display: grid;
      grid-template-columns: 1fr 1fr;
      column-gap: .75rem;
      max-width: 320px; }
      .product-modern-page .productView-recommendation .actions .action {
        margin-top: 0 !important; } }

.product-modern-page .productView-incorrectInformationForm {
  float: right;
  margin-top: .5rem;
  text-decoration: underline;
  cursor: pointer; }

.product-modern-page #productView-form-addToCart .form-field .form-label {
  color: #154284;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0.78571rem;
  margin-bottom: 0.35714rem; }
  .product-modern-page #productView-form-addToCart .form-field .form-label small {
    display: none; }
  .product-modern-page #productView-form-addToCart .form-field .form-label::before {
    content: "*";
    color: #990642; }

.product-modern-page #productView-form-addToCart .form-field .form-select {
  font-size: 1rem;
  border-radius: 0;
  padding: 0.78571rem 3rem 0.78571rem 1rem;
  height: 3rem;
  line-height: initial;
  max-width: 100%;
  background-size: initial;
  background-position: right 0.57143rem top 0.71429rem; }

.product-modern-page #affirm-message {
  width: calc(100% - 150px);
  display: flex;
  align-items: center;
  padding-left: 0.78571rem; }
  @media (min-width: 750px) {
    .product-modern-page #affirm-message {
      float: none;
      margin-left: 0;
      width: 100%; } }
  .product-modern-page #affirm-message #afffirm-promo-box {
    display: block !important;
    height: inherit !important;
    text-align: left !important; }
  .product-modern-page #affirm-message .__affirm-logo-blue {
    font-size: 21px;
    color: #0FA0EA; }
  .product-modern-page #affirm-message .affirm-modal-trigger {
    color: #0196D3;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 600; }
    @media (min-width: 750px) {
      .product-modern-page #affirm-message .affirm-modal-trigger {
        display: initial; } }
  @media (min-width: 750px) {
    .product-modern-page #affirm-message p {
      position: relative;
      top: 3px; } }
  @media (min-width: 1024px) {
    .product-modern-page #affirm-message {
      width: calc(100% - 170px);
      padding-left: 2rem; }
      .product-modern-page #affirm-message p {
        font-size: 16px; } }

.product-modern-page .product-details-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #F6F8F9;
  text-align: center;
  padding: 0.78571rem 1rem;
  -moz-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.1); }
  @media (min-width: 750px) {
    .product-modern-page .product-details-fixed {
      display: none !important; } }
  .product-modern-page .product-details-fixed .button--add-to-cart {
    width: 100%;
    max-width: 300px;
    font-size: 15px;
    background-color: #068ac7;
    color: white;
    height: 42px;
    text-transform: uppercase;
    border: 0;
    border-radius: 4px;
    font-weight: 600; }

.product-modern-page .productModern-customerReview {
  display: flex;
  flex-direction: column;
  background-color: #EDF1F5;
  padding: 1.5rem; }
  .product-modern-page .productModern-customerReview .image {
    width: 100%; }
    .product-modern-page .productModern-customerReview .image img {
      display: block;
      margin: 0 auto; }
  .product-modern-page .productModern-customerReview .text {
    padding-top: 1.5rem; }
    .product-modern-page .productModern-customerReview .text h3 {
      margin-top: 0; }
    .product-modern-page .productModern-customerReview .text img {
      width: 110px;
      height: 19px;
      margin-bottom: 0.78571rem; }
  @media (min-width: 650px) {
    .product-modern-page .productModern-customerReview {
      flex-direction: row; }
      .product-modern-page .productModern-customerReview .image {
        width: 150px;
        flex-shrink: 0;
        flex-grow: 0; }
      .product-modern-page .productModern-customerReview .text {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
        padding-top: 0; }
        .product-modern-page .productModern-customerReview .text h3 {
          margin-bottom: 1.5rem;
          font-size: 32px; }
        .product-modern-page .productModern-customerReview .text p {
          font-size: 18px;
          line-height: 30px; } }
  @media (min-width: 1024px) {
    .product-modern-page .productModern-customerReview .image {
      flex-grow: 0;
      flex-shrink: 0;
      width: 20%; }
      .product-modern-page .productModern-customerReview .image img {
        margin: 0; }
    .product-modern-page .productModern-customerReview .text {
      width: 80%;
      padding-left: 3rem;
      padding-right: 1.5rem; }
      .product-modern-page .productModern-customerReview .text p:last-child {
        margin-bottom: 0; } }

.product-modern-page .productModern-benefits {
  justify-content: space-between;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 2.28571rem; }
  .product-modern-page .productModern-benefits .product-benefit {
    width: 50%;
    text-align: center;
    margin-bottom: 1rem;
    padding: 0 0.5rem; }
    @media (min-width: 551px) {
      .product-modern-page .productModern-benefits .product-benefit {
        width: 33.33%; } }
    @media (min-width: 1024px) {
      .product-modern-page .productModern-benefits .product-benefit {
        width: 16.66%;
        max-width: 13.14286rem; } }
    .product-modern-page .productModern-benefits .product-benefit .image {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 100px; }
      .product-modern-page .productModern-benefits .product-benefit .image img {
        width: 100%;
        max-width: 4.57143rem;
        max-height: 3.85714rem; }
    .product-modern-page .productModern-benefits .product-benefit .text {
      text-transform: uppercase;
      font-weight: 600;
      color: #0096D3;
      margin: auto;
      max-width: 13.14286rem; }

.product-modern-page .productModern-guarantees {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #D8D8D8;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 2.28571rem; }
  .product-modern-page .productModern-guarantees .productModern-guarantee {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
    padding: 0 0.5rem; }
    .product-modern-page .productModern-guarantees .productModern-guarantee .image {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 80px; }
    .product-modern-page .productModern-guarantees .productModern-guarantee .text {
      font-size: 14px; }
    @media (min-width: 360px) {
      .product-modern-page .productModern-guarantees .productModern-guarantee {
        width: 50%; } }
    @media (min-width: 700px) {
      .product-modern-page .productModern-guarantees .productModern-guarantee {
        width: 25%; } }
    @media (min-width: 1024px) {
      .product-modern-page .productModern-guarantees .productModern-guarantee {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 0.78571rem;
        margin-bottom: 0;
        text-align: left; }
        .product-modern-page .productModern-guarantees .productModern-guarantee .image {
          min-height: auto;
          margin-right: 1rem; } }

.product-modern-page .productModern-advantages {
  display: none !important; }
  .product-modern-page .productModern-advantages .productAdvantages {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: calc(100% + 1.5rem);
    margin-left: -0.75rem; }
  .product-modern-page .productModern-advantages .productAdvantages-button {
    width: 100%;
    color: #FFF;
    border-radius: 5px;
    background-color: #068ac7;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 13px;
    margin: 0 .75rem 1.5rem .75rem;
    cursor: pointer; }
    .product-modern-page .productModern-advantages .productAdvantages-button:hover, .product-modern-page .productModern-advantages .productAdvantages-button:focus {
      background-color: #2a5d89; }
    .product-modern-page .productModern-advantages .productAdvantages-button svg {
      margin-left: 5px;
      fill: #FFF;
      width: 24px;
      height: 10px;
      flex-shrink: 0;
      flex-grow: 0;
      position: relative;
      top: 1px; }
    @media (min-width: 551px) {
      .product-modern-page .productModern-advantages .productAdvantages-button {
        font-size: 21px;
        line-height: 24px; }
        .product-modern-page .productModern-advantages .productAdvantages-button svg {
          width: 33px;
          height: 11px; } }
    @media (min-width: 800px) {
      .product-modern-page .productModern-advantages .productAdvantages-button {
        width: 46%; } }
    @media (min-width: 1024px) {
      .product-modern-page .productModern-advantages .productAdvantages-button {
        font-size: 24px; } }

.product-modern-page .productModern-video {
  padding-top: 2.28571rem; }
  @media (min-width: 1024px) {
    .product-modern-page .productModern-video {
      padding-top: 4rem; } }
  .product-modern-page .productModern-video .video-link, .product-modern-page .productModern-video .videoModal {
    display: block;
    position: relative;
    padding: 0;
    cursor: pointer; }
    .product-modern-page .productModern-video .video-link::before, .product-modern-page .productModern-video .videoModal::before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      margin: auto;
      background: url("../img/modern/icons/icon-play-video.svg") 0 0 no-repeat;
      background-size: 68px;
      width: 68px;
      height: 68px; }
      @media (min-width: 551px) {
        .product-modern-page .productModern-video .video-link::before, .product-modern-page .productModern-video .videoModal::before {
          background-size: 118px;
          width: 118px;
          height: 118px; } }
    .product-modern-page .productModern-video .video-link img, .product-modern-page .productModern-video .videoModal img {
      width: 100%; }

.product-modern-page #productModern-video-modal {
  top: 50% !important;
  transform: translateY(-50%);
  left: 0;
  right: 0; }
  .product-modern-page #productModern-video-modal .modal-close {
    color: #FFFFFF;
    font-size: 30px; }
    @media (min-width: 1024px) {
      .product-modern-page #productModern-video-modal .modal-close {
        font-size: 40px;
        top: 0.78571rem; } }
  .product-modern-page #productModern-video-modal .youtube-video {
    padding-bottom: 56.2%; }
    .product-modern-page #productModern-video-modal .youtube-video iframe {
      position: absolute;
      width: 100%;
      height: 100%; }

.product-modern-page .productModern-preview {
  padding-top: 1.5rem; }
  @media (min-width: 750px) {
    .product-modern-page .productModern-preview {
      padding-top: 4rem; } }
  .product-modern-page .productModern-preview .product-row {
    padding-top: 1rem;
    padding-bottom: 1rem;
    align-items: center; }
    @media (min-width: 750px) {
      .product-modern-page .productModern-preview .product-row {
        padding-top: 2rem;
        padding-bottom: 2rem; } }
    .product-modern-page .productModern-preview .product-row .text,
    .product-modern-page .productModern-preview .product-row .image {
      width: 100%; }
      @media (min-width: 750px) {
        .product-modern-page .productModern-preview .product-row .text,
        .product-modern-page .productModern-preview .product-row .image {
          width: 50%; } }
    .product-modern-page .productModern-preview .product-row .text {
      order: 2;
      font-size: 18px;
      padding: 2rem 0 0; }
      @media (min-width: 750px) {
        .product-modern-page .productModern-preview .product-row .text {
          order: initial;
          padding: 0 7.5%; } }
      .product-modern-page .productModern-preview .product-row .text .small {
        font-size: 11px;
        line-height: 15px; }
    .product-modern-page .productModern-preview .product-row .image {
      order: 1; }
      @media (min-width: 750px) {
        .product-modern-page .productModern-preview .product-row .image {
          order: initial; } }

.product-modern-page .productModern-installation {
  margin: 3rem 0;
  padding: 1.5rem;
  background-color: #EEEEEE; }
  .product-modern-page .productModern-installation .modern-title {
    text-align: center; }
  .product-modern-page .productModern-installation .steps {
    width: calc(100% + 3rem);
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
  .product-modern-page .productModern-installation .step {
    padding: 0 1.5rem;
    width: 100%; }
    @media (min-width: 800px) {
      .product-modern-page .productModern-installation .step {
        width: 33.33%; } }
  .product-modern-page .productModern-installation .step-icon {
    height: 7.14286rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none !important; }
    .product-modern-page .productModern-installation .step-icon:nth-child(1) img {
      width: 70px;
      height: 70px; }
    .product-modern-page .productModern-installation .step-icon:nth-child(2) img {
      width: 64px;
      height: 61px; }
    .product-modern-page .productModern-installation .step-icon:nth-child(3) img {
      width: 78px;
      height: 68px; }
  .product-modern-page .productModern-installation .step-text {
    display: flex;
    margin: 1.5rem 0; }
    .product-modern-page .productModern-installation .step-text p {
      font-size: 18px; }
    .product-modern-page .productModern-installation .step-text .disclaimer {
      font-size: 14px; }
  .product-modern-page .productModern-installation .step-number {
    width: 50px;
    height: 50px;
    margin-right: 1.5rem;
    flex-shrink: 0;
    flex-grow: 0;
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    border-right: 5px solid #CCC;
    color: #068AC7; }

.product-modern-page .productModern-toggle .toggle-title {
  margin: 0 0 -2px; }
  .product-modern-page .productModern-toggle .toggle-title a {
    border-top: 2px solid #EEEEEE;
    border-bottom: 2px solid #EEEEEE;
    position: relative;
    display: block;
    padding-top: 0.78571rem;
    padding-bottom: 0.78571rem;
    color: black;
    font-size: 20px;
    padding-right: 3rem; }
    .product-modern-page .productModern-toggle .toggle-title a::before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 1rem;
      margin: auto;
      background: url("../img/modern/icons/icon-arrow.svg") 0 0 no-repeat;
      background-size: 20px auto;
      width: 20px;
      height: 12px;
      transform: rotate(180deg);
      transition: all 0.5s ease; }
    .product-modern-page .productModern-toggle .toggle-title a.is-open {
      border-bottom: 0; }
      .product-modern-page .productModern-toggle .toggle-title a.is-open::before {
        transform: rotate(0deg); }
  .product-modern-page .productModern-toggle .toggle-title:first-child {
    margin-top: 1.5rem; }
    .product-modern-page .productModern-toggle .toggle-title:first-child a {
      border-top: 0; }

.product-modern-page .productModern-toggle .toggle-content {
  font-size: 16px;
  padding: 1.5rem 0 2rem; }
  .product-modern-page .productModern-toggle .toggle-content h5 {
    font-weight: 600; }

.product-modern-page .productModern-faq {
  border-top: 0;
  padding-top: 3rem; }
  .product-modern-page .productModern-faq h2 {
    text-align: center; }
  .product-modern-page .productModern-faq .toggle-content {
    font-size: 16px; }
  .product-modern-page .productModern-faq .productView-showMore-container {
    margin-top: 0; }
    @media (min-width: 750px) {
      .product-modern-page .productModern-faq .productView-showMore-container {
        display: block !important; } }
  .product-modern-page .productModern-faq .button-show-toggle {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    text-decoration: underline;
    color: #008ACA;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 750px) {
      .product-modern-page .productModern-faq .button-show-toggle {
        display: none !important; } }

.product-modern-page .productModern-info {
  position: relative;
  margin-top: 3rem;
  margin-bottom: 3rem; }
  @media (min-width: 1024px) {
    .product-modern-page .productModern-info {
      margin-top: 6rem;
      margin-bottom: 4rem; } }
  .product-modern-page .productModern-info .desktop {
    display: none; }
    @media (min-width: 1024px) {
      .product-modern-page .productModern-info .desktop {
        display: block; } }
  .product-modern-page .productModern-info .mobile {
    display: block; }
    @media (min-width: 1024px) {
      .product-modern-page .productModern-info .mobile {
        display: none; } }
  .product-modern-page .productModern-info .productModern-info-heading img {
    max-width: 150px;
    margin-bottom: 1rem; }
  .product-modern-page .productModern-info .productModern-info-image {
    text-align: center; }
  .product-modern-page .productModern-info .productModern-info-text {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; }
    .product-modern-page .productModern-info .productModern-info-text ul {
      margin: 0 0 0 0.78571rem;
      padding: 0;
      list-style-type: none; }
      .product-modern-page .productModern-info .productModern-info-text ul li {
        padding-left: 1.5rem;
        position: relative;
        font-size: 20px;
        margin-bottom: 1rem; }
        .product-modern-page .productModern-info .productModern-info-text ul li::before {
          content: '\2022';
          color: #008ACA;
          line-height: normal;
          position: absolute;
          font-size: 28px;
          top: -0.35714rem;
          left: 0; }
        .product-modern-page .productModern-info .productModern-info-text ul li:last-child {
          margin-bottom: 0; }
  .product-modern-page .productModern-info .productModern-info-footer {
    background-color: #676767;
    font-size: 16px;
    font-weight: 600;
    color: white;
    padding: 2rem 1.5rem 1.5rem; }
    @media (min-width: 1024px) {
      .product-modern-page .productModern-info .productModern-info-footer {
        font-size: 15px;
        font-weight: 600;
        background: transparent;
        position: absolute;
        bottom: 3.4%;
        padding: 0 6%;
        text-align: center; } }
    @media (min-width: 1366px) {
      .product-modern-page .productModern-info .productModern-info-footer {
        font-size: 18px; } }
    .product-modern-page .productModern-info .productModern-info-footer .text {
      margin-bottom: 1.5rem; }
    .product-modern-page .productModern-info .productModern-info-footer .action {
      text-align: center; }
    .product-modern-page .productModern-info .productModern-info-footer .button {
      width: 254px;
      height: 44px;
      background-color: #008ACA;
      border-color: #008ACA;
      color: white;
      font-size: 15px;
      font-weight: 600;
      text-transform: uppercase; }
      .product-modern-page .productModern-info .productModern-info-footer .button:hover {
        background-color: #2a5d89;
        border-color: #2a5d89; }

.product-modern-page .productModern-description-accessory {
  text-align: left; }
  .product-modern-page .productModern-description-accessory .productModern-toggle .toggle-title:first-child {
    border-top: 2px solid #eeeeee; }
  .product-modern-page .productModern-description-accessory .productModern-description .toggle-title a::before {
    background-size: 17px auto;
    width: 17px;
    height: 12px; }
  @media (min-width: 1024px) {
    .product-modern-page .productModern-description-accessory .productModern-description .toggle-title a {
      font-size: 24px; } }
  .product-modern-page .productModern-description-accessory #productModern-specifications .product-row,
  .product-modern-page .productModern-description-accessory #productModern-specifications .product-specifications-table {
    width: 100% !important; }

.product-modern-page .productModern-description {
  border: 0;
  margin: 0 auto 4.5rem; }
  .product-modern-page .productModern-description .toggle-title a {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 24px; }
    @media (min-width: 1024px) {
      .product-modern-page .productModern-description .toggle-title a {
        font-size: 30px; } }
    .product-modern-page .productModern-description .toggle-title a::before {
      background-size: 20px auto;
      width: 20px;
      height: 12px;
      right: 1rem; }

.product-modern-page #productModern-kit-includes > p {
  font-size: 20px; }

.product-modern-page #productModern-kit-includes .product-row {
  margin-left: -2%;
  margin-right: -2%; }

.product-modern-page #productModern-kit-includes .product-kit {
  width: 46%;
  margin-left: 2%;
  margin-right: 2%;
  margin-bottom: 2.28571rem; }
  @media (min-width: 551px) {
    .product-modern-page #productModern-kit-includes .product-kit {
      width: 29.33%; } }
  @media (min-width: 750px) {
    .product-modern-page #productModern-kit-includes .product-kit {
      width: 21%; } }
  @media (min-width: 1024px) {
    .product-modern-page #productModern-kit-includes .product-kit {
      width: 16%; } }
  .product-modern-page #productModern-kit-includes .product-kit .image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10rem; }
    .product-modern-page #productModern-kit-includes .product-kit .image img {
      max-width: 8.71429rem;
      max-height: 8.28571rem; }
  .product-modern-page #productModern-kit-includes .product-kit .text {
    text-align: center; }
    .product-modern-page #productModern-kit-includes .product-kit .text a {
      color: #008ACA; }

.product-modern-page #productModern-overview .product-row {
  align-items: center; }

@media (min-width: 1024px) {
  .product-modern-page #productModern-overview .text,
  .product-modern-page #productModern-overview .image {
    margin-bottom: 1.5rem; } }

@media (min-width: 1024px) {
  .product-modern-page #productModern-overview .text {
    width: 60%;
    padding-right: 7%; } }

.product-modern-page #productModern-overview .image {
  display: none; }
  @media (min-width: 1024px) {
    .product-modern-page #productModern-overview .image {
      display: block;
      width: 40%; } }

.product-modern-page #productModern-specifications .product-row {
  justify-content: space-between; }

.product-modern-page #productModern-specifications .product-specifications-table {
  margin-top: 0;
  margin-bottom: 2.5rem; }
  @media (min-width: 750px) {
    .product-modern-page #productModern-specifications .product-specifications-table {
      width: 60%; } }
  .product-modern-page #productModern-specifications .product-specifications-table tr {
    border: 0; }
    .product-modern-page #productModern-specifications .product-specifications-table tr td {
      padding: 1rem 1rem 1rem 1.35714rem; }
      @media (min-width: 481px) {
        .product-modern-page #productModern-specifications .product-specifications-table tr td {
          padding-left: 1.5rem;
          padding-right: 1.5rem; } }
      @media (min-width: 551px) {
        .product-modern-page #productModern-specifications .product-specifications-table tr td {
          padding-left: 2rem;
          padding-right: 3rem; } }

.product-modern-page #productModern-specifications .pdf-file-action {
  max-width: 308px;
  text-align: center;
  margin: 0 auto; }
  @media (min-width: 750px) {
    .product-modern-page #productModern-specifications .pdf-file-action {
      width: 32%;
      margin: 0; } }
  .product-modern-page #productModern-specifications .pdf-file-action .pdf-file {
    color: #008ACA; }
    .product-modern-page #productModern-specifications .pdf-file-action .pdf-file img {
      margin-bottom: 1rem; }
  .product-modern-page #productModern-specifications .pdf-file-action .title {
    text-decoration: underline; }

.product-modern-page #productModern-faqs h3 {
  font-size: 18px; }

.product-modern-page #productModern-faqs p {
  margin-bottom: 3rem; }

.product-modern-page #productModern-how-it-works .product-steps {
  padding-top: 1.5rem; }
  @media (min-width: 551px) {
    .product-modern-page #productModern-how-it-works .product-steps {
      padding-top: 3rem;
      margin-left: -5%;
      margin-right: -5%; } }

.product-modern-page #productModern-how-it-works .product-step {
  position: relative;
  width: 100%;
  margin-bottom: 7.5rem; }
  @media (min-width: 551px) {
    .product-modern-page #productModern-how-it-works .product-step {
      width: 40%;
      margin-left: 5%;
      margin-right: 5%;
      margin-bottom: 3rem; } }
  @media (min-width: 1024px) {
    .product-modern-page #productModern-how-it-works .product-step {
      width: 15%; } }
  .product-modern-page #productModern-how-it-works .product-step:last-child {
    margin-bottom: 3rem; }
  .product-modern-page #productModern-how-it-works .product-step .number {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: 600;
    color: #4578AD;
    border: 4px solid #4578AD;
    width: 5.14286rem;
    height: 5.14286rem;
    border-radius: 50%;
    margin: 0 auto 0.5rem; }
    .product-modern-page #productModern-how-it-works .product-step .number svg {
      fill: #4578AD;
      stroke: #4578AD;
      width: 2.14286rem;
      height: 2.14286rem; }
  .product-modern-page #productModern-how-it-works .product-step .image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 180px; }
    .product-modern-page #productModern-how-it-works .product-step .image img {
      max-height: 150px; }
  .product-modern-page #productModern-how-it-works .product-step .text {
    display: flex;
    justify-content: center;
    font-weight: 600;
    color: #4578AD;
    text-transform: uppercase;
    max-width: 204px;
    margin: auto; }
  @media (min-width: 551px) {
    .product-modern-page #productModern-how-it-works .product-step:nth-child(2) .next {
      display: none; } }
  @media (min-width: 1024px) {
    .product-modern-page #productModern-how-it-works .product-step:nth-child(2) .next {
      display: block; } }
  .product-modern-page #productModern-how-it-works .product-step .next {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5rem;
    margin: auto;
    width: 2.85714rem;
    height: 2.85714rem; }
    @media (min-width: 551px) {
      .product-modern-page #productModern-how-it-works .product-step .next {
        top: 0;
        bottom: 0;
        left: initial;
        right: -19%; } }
    @media (min-width: 1024px) {
      .product-modern-page #productModern-how-it-works .product-step .next {
        right: -40%; } }
    .product-modern-page #productModern-how-it-works .product-step .next svg {
      fill: #8BA3BC;
      stroke: #8BA3BC;
      width: 100%;
      height: 100%; }
      @media (min-width: 551px) {
        .product-modern-page #productModern-how-it-works .product-step .next svg {
          transform: rotate(-90deg); } }

.product-modern-page #productModern-how-it-works .productModern-custom-benefits .title {
  display: block;
  font-weight: 600;
  color: white;
  background-color: #4578AD;
  text-transform: uppercase;
  padding: 0.78571rem 2.5rem; }
  @media (min-width: 750px) {
    .product-modern-page #productModern-how-it-works .productModern-custom-benefits .title {
      padding-left: 6%;
      text-align: center; } }

.product-modern-page #productModern-how-it-works .productModern-custom-benefits .product-row {
  padding-top: 2rem;
  padding-bottom: 1.5rem; }
  @media (min-width: 750px) {
    .product-modern-page #productModern-how-it-works .productModern-custom-benefits .product-row {
      padding-bottom: 3rem; } }
  .product-modern-page #productModern-how-it-works .productModern-custom-benefits .product-row ul {
    width: 100%;
    padding: 0 0 0 1.5rem;
    margin: 0;
    list-style-type: none; }
    @media (min-width: 750px) {
      .product-modern-page #productModern-how-it-works .productModern-custom-benefits .product-row ul {
        padding: 0 0 0 6%;
        width: 33.33%; } }
    .product-modern-page #productModern-how-it-works .productModern-custom-benefits .product-row ul li {
      padding-left: 1rem;
      position: relative;
      font-weight: 600;
      margin-bottom: 0.28571rem; }
      .product-modern-page #productModern-how-it-works .productModern-custom-benefits .product-row ul li::before {
        content: '\2022';
        line-height: normal;
        position: absolute;
        left: 0; }

.product-modern-page #productModern-installation .installation-diagram {
  padding-bottom: 2.5rem; }
  @media (min-width: 750px) {
    .product-modern-page #productModern-installation .installation-diagram {
      padding-bottom: 4rem; } }
  .product-modern-page #productModern-installation .installation-diagram::after {
    content: "";
    display: block;
    height: 1px;
    background-image: linear-gradient(to right, #979797 54%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 22px 1px;
    background-repeat: repeat-x;
    margin-top: 1.5rem; }
    @media (min-width: 750px) {
      .product-modern-page #productModern-installation .installation-diagram::after {
        margin-top: 2.5rem; } }
    @media (min-width: 1024px) {
      .product-modern-page #productModern-installation .installation-diagram::after {
        height: 2px;
        background-size: 22px 2px; } }

.product-modern-page #productModern-installation .product-row {
  align-items: flex-start;
  justify-content: space-between; }

.product-modern-page #productModern-installation .video {
  position: relative;
  width: 100%;
  padding-bottom: 56.2%; }
  @media (min-width: 750px) {
    .product-modern-page #productModern-installation .video {
      width: 55.1%;
      padding-bottom: 31%; } }
  .product-modern-page #productModern-installation .video iframe {
    position: absolute;
    width: 100%;
    height: 100%; }

.product-modern-page #productModern-installation .pdf {
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }
  @media (min-width: 750px) {
    .product-modern-page #productModern-installation .pdf {
      width: 30%;
      margin-top: 0; } }
  .product-modern-page #productModern-installation .pdf a {
    display: block;
    text-align: center;
    text-decoration: underline;
    color: #008ACA; }
    .product-modern-page #productModern-installation .pdf a img {
      max-width: 204px; }
    .product-modern-page #productModern-installation .pdf a span {
      display: block;
      max-width: 307px;
      margin: 1rem auto 0; }

.product-modern-page #productModern-coverage .coverage-area-table tr {
  border: 0; }
  .product-modern-page #productModern-coverage .coverage-area-table tr:nth-child(1), .product-modern-page #productModern-coverage .coverage-area-table tr:nth-child(2) {
    background-color: #EEEEEE; }
    .product-modern-page #productModern-coverage .coverage-area-table tr:nth-child(1) td, .product-modern-page #productModern-coverage .coverage-area-table tr:nth-child(2) td {
      font-weight: 600; }
      @media (min-width: 420px) {
        .product-modern-page #productModern-coverage .coverage-area-table tr:nth-child(1) td:first-child, .product-modern-page #productModern-coverage .coverage-area-table tr:nth-child(2) td:first-child {
          padding-left: 1.42857rem; } }
      @media (min-width: 750px) {
        .product-modern-page #productModern-coverage .coverage-area-table tr:nth-child(1) td:first-child, .product-modern-page #productModern-coverage .coverage-area-table tr:nth-child(2) td:first-child {
          padding-left: 6.35714rem; } }
  .product-modern-page #productModern-coverage .coverage-area-table tr:nth-child(even) {
    background-color: #EEEEEE; }
  .product-modern-page #productModern-coverage .coverage-area-table tr td {
    position: relative;
    font-size: 16px;
    padding-top: 0.78571rem;
    padding-bottom: 0.78571rem;
    padding-right: 0.78571rem;
    line-height: initial; }
    @media (min-width: 750px) {
      .product-modern-page #productModern-coverage .coverage-area-table tr td {
        padding-top: 0.28571rem;
        padding-bottom: 0.28571rem;
        line-height: 44px;
        padding-left: 2.5rem; } }
    @media (min-width: 420px) {
      .product-modern-page #productModern-coverage .coverage-area-table tr td:first-child {
        padding-left: 5.28571rem; } }
    @media (min-width: 750px) {
      .product-modern-page #productModern-coverage .coverage-area-table tr td:first-child {
        padding-left: 6.35714rem; } }
    .product-modern-page #productModern-coverage .coverage-area-table tr td img {
      position: absolute;
      top: 0;
      left: 1.42857rem;
      bottom: 0;
      margin: auto;
      max-width: 2.5rem; }
      @media (min-width: 420px) {
        .product-modern-page #productModern-coverage .coverage-area-table tr td img {
          display: inline-block !important; } }
      @media (min-width: 750px) {
        .product-modern-page #productModern-coverage .coverage-area-table tr td img {
          left: 2.5rem; } }
    @media (min-width: 551px) {
      .product-modern-page #productModern-coverage .coverage-area-table tr td br {
        display: none; } }

.product-modern-page #productModern-faqs .faqItem {
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #EEE;
  margin-bottom: 2.5rem; }
  .product-modern-page #productModern-faqs .faqItem h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2rem; }

@media (min-width: 750px) {
  .product-modern-page .productView-brand-logo {
    width: 100%;
    margin-top: 0.21429rem;
    margin-bottom: 1.5rem; } }

.product-modern-page .productView-brand-logo .productBrand-logo--weboost {
  display: block; }
  .product-modern-page .productView-brand-logo .productBrand-logo--weboost img {
    max-width: 88px;
    max-height: 20px; }

.product-modern-page .productView-brand-logo .productBrand-logo--peplink {
  display: block; }
  .product-modern-page .productView-brand-logo .productBrand-logo--peplink img {
    max-width: 126px;
    max-height: 26px; }

.product-modern-page .productBrand-logo {
  display: none; }

.product-modern-page .productView-bulkSales {
  margin-top: 1.5rem;
  padding: 0.78571rem;
  border: 1px solid #CCC;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .product-modern-page .productView-bulkSales img {
    width: 125px;
    flex-shrink: 0;
    flex-grow: 0; }
  .product-modern-page .productView-bulkSales div {
    width: calc(100% - 125px);
    padding-left: 0.78571rem;
    text-align: left;
    font-size: 16px; }
  .product-modern-page .productView-bulkSales a {
    width: 100%;
    margin-top: 0.78571rem;
    padding: 0.35714rem;
    border: 1px solid #CCC;
    border-radius: 5px;
    color: #068AC7;
    text-align: center;
    font-size: 16px;
    font-weight: 600; }
    .product-modern-page .productView-bulkSales a svg {
      display: none; }
  @media (min-width: 551px) {
    .product-modern-page .productView-bulkSales {
      padding: 1.5rem; } }
  @media (min-width: 1024px) {
    .product-modern-page .productView-bulkSales {
      border: 0; }
      .product-modern-page .productView-bulkSales img {
        width: 30%; }
      .product-modern-page .productView-bulkSales div {
        width: 40%;
        padding-left: 1.5rem; }
      .product-modern-page .productView-bulkSales a {
        width: 30%;
        margin-top: 0;
        padding: 0.5rem; } }

.modern.products-related.custom-products-carousel {
  background: #EEEEEE;
  padding: 0 2.14286rem;
  margin-bottom: 3.92857rem; }
  .modern.products-related.custom-products-carousel h2 {
    color: black;
    background: #EEEEEE;
    margin: 3.92857rem 0 0;
    padding: 2.85714rem 1.42857rem 1.42857rem;
    font-family: "Hind Vadodara";
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 3.42857rem;
    text-align: center;
    display: block; }
    .modern.products-related.custom-products-carousel h2 > * {
      display: none; }
  .modern.products-related.custom-products-carousel .productCarousel {
    z-index: 20; }
    .modern.products-related.custom-products-carousel .productCarousel .slick-track {
      display: flex !important; }
    .modern.products-related.custom-products-carousel .productCarousel .productCarousel-slide {
      height: inherit !important;
      background: white;
      margin: 0 0.71429rem 1.42857rem;
      padding-top: 1.42857rem; }
      .modern.products-related.custom-products-carousel .productCarousel .productCarousel-slide .card-title {
        text-align: center;
        margin-bottom: 1.07143rem; }
        .modern.products-related.custom-products-carousel .productCarousel .productCarousel-slide .card-title > a {
          color: black;
          font-family: "Hind Vadodara";
          font-size: 16px;
          letter-spacing: 0;
          line-height: 1.35714rem;
          text-align: center; }
      .modern.products-related.custom-products-carousel .productCarousel .productCarousel-slide .card-text[data-test-info-type="price"] {
        justify-content: space-between; }
      .modern.products-related.custom-products-carousel .productCarousel .productCarousel-slide .price-section-sale, .modern.products-related.custom-products-carousel .productCarousel .productCarousel-slide .price-section-rrp {
        color: #7E7E7E;
        font-family: "Hind Vadodara";
        font-size: 16px;
        letter-spacing: 0;
        line-height: 1.71429rem; }
      .modern.products-related.custom-products-carousel .productCarousel .productCarousel-slide .price-section-current {
        color: black;
        font-family: "Hind Vadodara";
        font-size: 20px;
        letter-spacing: 0;
        line-height: 2.14286rem; }
      .modern.products-related.custom-products-carousel .productCarousel .productCarousel-slide .button.button--secondary {
        background: #008ACA;
        max-width: 100%;
        width: 100%;
        margin-bottom: 1.42857rem;
        text-transform: uppercase;
        position: relative; }
        .modern.products-related.custom-products-carousel .productCarousel .productCarousel-slide .button.button--secondary svg {
          display: none; }
        .modern.products-related.custom-products-carousel .productCarousel .productCarousel-slide .button.button--secondary::after {
          content: "Cart";
          display: inline-block;
          position: relative;
          padding-left: 4px; }
  .modern.products-related.custom-products-carousel .productCarousel-nav {
    width: 100%;
    height: 100%; }
    .modern.products-related.custom-products-carousel .productCarousel-nav .btn-slick-prev {
      top: 50%;
      left: 14px;
      margin: 0;
      background: transparent; }
      @media (min-width: 1024px) {
        .modern.products-related.custom-products-carousel .productCarousel-nav .btn-slick-prev {
          display: none; } }
    .modern.products-related.custom-products-carousel .productCarousel-nav .btn-slick-next {
      top: 50%;
      right: -10px;
      margin: 0;
      background: transparent; }
      @media (min-width: 1024px) {
        .modern.products-related.custom-products-carousel .productCarousel-nav .btn-slick-next {
          display: none; } }

.modern-compare-home-boosters.recommended-wilsonpro-boosters .compare-items .compare-item .item-details .item-button {
  background-color: #5479A6;
  border-radius: 8px; }
  .modern-compare-home-boosters.recommended-wilsonpro-boosters .compare-items .compare-item .item-details .item-button a {
    background-color: #5479A6;
    border-radius: 8px; }

.modern-compare-home-boosters.recommended-wilsonpro-boosters .compare-items .compare-item .item-details .item-price {
  font-weight: 600; }
  .modern-compare-home-boosters.recommended-wilsonpro-boosters .compare-items .compare-item .item-details .item-price a {
    border: 1px solid #5479A6;
    border-radius: 6px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600; }

.productView-message {
  background: #FDAE22;
  padding: 0.78571rem;
  margin-left: -0.35714rem;
  margin-right: -0.35714rem;
  font-size: 16px;
  font-weight: 600;
  text-align: center; }
  @media (min-width: 700px) {
    .productView-message {
      margin: 0 1rem 1rem; } }
  .productView-message a {
    text-decoration: underline; }

.productView-thumbnail-video {
  width: 100%;
  height: 100%;
  padding: 10px;
  fill: #008ACA; }

.productView-video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: -56.25%;
  top: 50px; }
  @media (min-width: 1024px) {
    .productView-video-container {
      top: 75px; } }
  .productView-video-container:after {
    padding-bottom: 0; }
  .productView-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.productView-configuration {
  padding: .75rem 0; }

.productView-freeShipping {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  padding: 7px 10px;
  color: #FFF;
  font-weight: 600;
  font-size: 15px;
  background-color: #068ac7; }
  .productView-freeShipping img {
    margin-right: .75rem; }

.modalFreeShipping {
  padding: 1.5rem 2rem; }
  @media (min-width: 551px) {
    .modalFreeShipping {
      padding: 1.5rem 3rem; } }
  .modalFreeShipping .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem; }
    .modalFreeShipping .title .text {
      font-size: 20px;
      line-height: 24px;
      font-weight: 600;
      text-align: center; }

.modalAdvantage {
  padding: 1.5rem 2rem; }
  @media (min-width: 551px) {
    .modalAdvantage {
      padding: 1.5rem 3rem; } }
  .modalAdvantage .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem; }
    .modalAdvantage .title .image {
      max-width: 3.5rem;
      display: flex;
      align-items: center;
      margin-bottom: .75rem; }
      .modalAdvantage .title .image img {
        max-width: 3rem; }
    .modalAdvantage .title .text {
      font-size: 20px;
      line-height: 24px;
      font-weight: 600;
      text-align: center; }
  .modalAdvantage ul li {
    font-size: 16px;
    margin-bottom: .75rem; }

#product-modal-advantages {
  padding: 0.71429rem;
  overflow: auto; }
  #product-modal-advantages h4 {
    color: black;
    font-size: 26px;
    text-align: center;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }
  #product-modal-advantages .modal-content {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem; }
  #product-modal-advantages .compare-table {
    border: 2px solid #E7EAEE;
    background-color: #F6F8F9;
    overflow: hidden;
    font-size: 16px;
    line-height: 21px;
    color: black; }
    #product-modal-advantages .compare-table .row {
      display: flex;
      flex-flow: row wrap;
      align-items: center;
      width: 100%; }
      @media (min-width: 1024px) {
        #product-modal-advantages .compare-table .row {
          margin-bottom: -2px; } }
    #product-modal-advantages .compare-table img,
    #product-modal-advantages .compare-table svg {
      max-width: 100%; }
    #product-modal-advantages .compare-table .row:nth-child(1) .column {
      height: 5.71429rem;
      justify-content: center;
      padding: 0; }
      #product-modal-advantages .compare-table .row:nth-child(1) .column:nth-child(1) {
        display: none; }
        @media (min-width: 1024px) {
          #product-modal-advantages .compare-table .row:nth-child(1) .column:nth-child(1) {
            display: flex; } }
      #product-modal-advantages .compare-table .row:nth-child(1) .column:nth-child(2) {
        background: white url("../img/logos/wilsonamplifiers-logo.svg") 50% 50% no-repeat;
        background-size: 90% auto; }
        @media (min-width: 481px) {
          #product-modal-advantages .compare-table .row:nth-child(1) .column:nth-child(2) {
            background-size: 190px auto; } }
        @media (min-width: 1024px) {
          #product-modal-advantages .compare-table .row:nth-child(1) .column:nth-child(2) {
            background-size: 240px auto; } }
      #product-modal-advantages .compare-table .row:nth-child(1) .column:nth-child(3) {
        background: url("../img/logos/amazon-icon.png") 50% 50% no-repeat;
        background-size: 36px auto; }
        @media (min-width: 1024px) {
          #product-modal-advantages .compare-table .row:nth-child(1) .column:nth-child(3) {
            background: url("../img/logos/amazon-logo.png") 50% 50% no-repeat;
            background-size: 100px auto; } }
      #product-modal-advantages .compare-table .row:nth-child(1) .column:nth-child(4) {
        font-weight: 600;
        text-transform: uppercase;
        text-align: center; }
        @media (min-width: 1024px) {
          #product-modal-advantages .compare-table .row:nth-child(1) .column:nth-child(4) {
            text-align: left; } }
    @media (min-width: 1024px) {
      #product-modal-advantages .compare-table .row:nth-child(even) {
        background-color: #e4e7e9; } }
    #product-modal-advantages .compare-table .row .column {
      width: 20%;
      display: flex;
      align-items: center;
      position: relative;
      box-sizing: border-box; }
      @media (min-width: 1024px) {
        #product-modal-advantages .compare-table .row .column {
          width: 24%;
          height: 4.28571rem;
          padding: 0 1.5rem 0 4.5rem; } }
      #product-modal-advantages .compare-table .row .column:nth-child(1) {
        background-color: #e4e7e9;
        color: #375167;
        font-weight: 600;
        text-align: right;
        padding-left: 1rem;
        padding-right: 1.78571rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        width: 100%; }
        @media (min-width: 1024px) {
          #product-modal-advantages .compare-table .row .column:nth-child(1) {
            background-color: inherit;
            width: 18%;
            justify-content: flex-end;
            padding-top: 0;
            padding-bottom: 0; } }
        #product-modal-advantages .compare-table .row .column:nth-child(1) br {
          display: none; }
      #product-modal-advantages .compare-table .row .column:nth-child(2) {
        width: 60%;
        padding: 0.78571rem 1rem 0.78571rem 3.35714rem;
        background: white;
        border-right: 2px solid #E7EAEE; }
        @media (min-width: 1024px) {
          #product-modal-advantages .compare-table .row .column:nth-child(2) {
            border-left: 2px solid #E7EAEE;
            width: 34%;
            padding: 0 1.5rem 0 4.5rem; } }
        #product-modal-advantages .compare-table .row .column:nth-child(2).accept::before {
          left: 0.78571rem;
          right: initial; }
          @media (min-width: 1024px) {
            #product-modal-advantages .compare-table .row .column:nth-child(2).accept::before {
              left: 2rem; } }
      #product-modal-advantages .compare-table .row .column:nth-child(3), #product-modal-advantages .compare-table .row .column:nth-child(4) {
        font-size: 0;
        background-color: transparent; }
        @media (min-width: 1024px) {
          #product-modal-advantages .compare-table .row .column:nth-child(3), #product-modal-advantages .compare-table .row .column:nth-child(4) {
            font-size: 16px; } }
      #product-modal-advantages .compare-table .row .column.accept::before, #product-modal-advantages .compare-table .row .column.decline::before, #product-modal-advantages .compare-table .row .column.some::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        width: 25px;
        height: 25px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: 25px;
        margin-top: .1rem; }
        @media (min-width: 1024px) {
          #product-modal-advantages .compare-table .row .column.accept::before, #product-modal-advantages .compare-table .row .column.decline::before, #product-modal-advantages .compare-table .row .column.some::before {
            left: 2rem;
            right: initial; } }
      #product-modal-advantages .compare-table .row .column.accept::before {
        background-image: url("../img/icons/yes-icon.svg"); }
      #product-modal-advantages .compare-table .row .column.decline::before {
        background-image: url("../img/icons/no-icon.svg"); }
      #product-modal-advantages .compare-table .row .column.some::before {
        background-image: url("../img/icons/some-icon.svg"); }

.peplinkComparisonTables .peplinkComparisonContainer {
  overflow-x: auto;
  margin-bottom: 4.5rem; }

.peplinkComparisonTables table {
  width: 100%;
  border: 1px solid #CCC; }
  .peplinkComparisonTables table tr td {
    padding: 1.5rem .5rem;
    text-align: center;
    font-size: 14px; }
    .peplinkComparisonTables table tr td:nth-child(1) {
      font-size: 16px;
      font-weight: 600; }
  .peplinkComparisonTables table tr:nth-child(odd) {
    background-color: #F3F4F6; }
  .peplinkComparisonTables table tr.heading-blue {
    background-color: #1F98C4;
    font-weight: 600;
    text-align: center;
    color: #FFF; }
    .peplinkComparisonTables table tr.heading-blue td {
      font-size: 24px;
      padding: 1rem 0; }
  .peplinkComparisonTables table tr.heading-orange {
    background-color: #FFB81C;
    font-weight: 600;
    text-align: center; }
    .peplinkComparisonTables table tr.heading-orange td {
      font-size: 24px;
      padding: 1rem 0; }
  .peplinkComparisonTables table tr.heading-products td {
    min-width: 144px;
    padding: 1.5rem; }
    .peplinkComparisonTables table tr.heading-products td a {
      color: #000 !important; }
    .peplinkComparisonTables table tr.heading-products td div {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 1.5rem;
      font-size: 16px;
      font-weight: 600;
      text-align: center;
      min-height: 50px; }
    .peplinkComparisonTables table tr.heading-products td img {
      display: block;
      margin: 0 auto 1.5rem auto; }
  .peplinkComparisonTables table tr.font-small td:nth-child(1) {
    font-size: 16px; }
  .peplinkComparisonTables table tr.font-small td {
    font-size: 12px; }

.productAddOns {
  padding: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  background: #f1f2f5; }
  .productAddOns .heading {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 1rem;
    text-align: left; }
  .productAddOns .headingToggle {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 0; }
    .productAddOns .headingToggle svg {
      width: 25px;
      height: 10px;
      margin-left: auto;
      transition: all ease .2s; }
    .productAddOns .headingToggle.active {
      margin-bottom: 1.5rem; }
      .productAddOns .headingToggle.active svg {
        transform: rotate(180deg); }
  .productAddOns[data-addons-category="data-plans-tmobile"] .productAddOn, .productAddOns[data-addons-category="data-plans-att"] .productAddOn, .productAddOns[data-addons-category="data-plans-verizon"] .productAddOn {
    margin-bottom: .75rem; }

.productAddOn {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem; }
  .productAddOn.checked .productAddOn-checkmark {
    background: #058ac7;
    border: 0; }
    .productAddOn.checked .productAddOn-checkmark:before {
      position: absolute;
      box-sizing: border-box;
      content: '';
      top: 4px;
      right: 8px;
      width: 7px;
      height: 13px;
      box-sizing: border-box;
      border: 2px solid #fff;
      border-top-width: 0;
      border-left-width: 0;
      transform: rotate(45deg); }

.productAddOn-checkmark {
  background: #FFF;
  border: 1px solid #CCC;
  width: 25px;
  height: 25px;
  margin-right: 1rem;
  cursor: pointer;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0; }

.productAddOn-details {
  width: 100%; }

.productAddOn-card {
  display: flex; }
  .productAddOn-card .image {
    display: none;
    width: 100px;
    height: 100px; }
  .productAddOn-card .details {
    width: 100%;
    display: flex;
    text-align: left; }
    .productAddOn-card .details .name {
      font-size: 15px;
      padding-right: 1.5rem; }
      .productAddOn-card .details .name span {
        display: block;
        font-weight: 600; }
      .productAddOn-card .details .name .expand {
        cursor: pointer;
        color: #058ac7;
        font-weight: 400;
        text-decoration: underline; }
        .productAddOn-card .details .name .expand:before {
          content: "Learn more";
          display: block;
          font-size: 14px; }
        .productAddOn-card .details .name .expand.active:before {
          content: "Hide"; }
    .productAddOn-card .details .price {
      margin-left: auto;
      font-size: 16px;
      font-weight: 600;
      min-width: 80px;
      text-align: right; }

.productAddOn-main {
  display: flex;
  flex-direction: column; }

.productAddOn-moreDetails {
  background: #FFF;
  margin: 1.5rem 0;
  padding: 1.5rem;
  display: flex;
  align-items: center; }
  .productAddOn-moreDetails.active {
    display: flex !important;
    flex-direction: column; }
    @media (min-width: 600px) {
      .productAddOn-moreDetails.active {
        flex-direction: row; } }
  .productAddOn-moreDetails .image {
    margin-right: 1.5rem;
    width: 120px; }
    .productAddOn-moreDetails .image img {
      width: 100%; }
  .productAddOn-moreDetails .extra-details {
    text-align: left; }
  .productAddOn-moreDetails .bullets {
    font-size: 15px;
    align-items: center;
    margin: 0 0 0 1.5rem; }
  .productAddOn-moreDetails .sku {
    margin-left: 1.5rem;
    margin-bottom: 0.5rem; }
    .productAddOn-moreDetails .sku span {
      font-weight: 600; }

#recentReviews {
  padding: 3rem 1.5rem .5rem 1.5rem;
  display: none; }
  #recentReviews h2 {
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    font-size: 26px;
    line-height: 32px; }
    #recentReviews h2 span {
      font-size: 16px;
      font-weight: 600;
      color: #09a3d7;
      cursor: pointer; }
  @media (min-width: 1000px) {
    #recentReviews h2 {
      flex-direction: row;
      align-items: center; }
      #recentReviews h2 span {
        text-align: right;
        display: inline-block;
        margin-left: auto; } }

.recentReviews {
  width: calc(100% + 3rem);
  margin-left: -1.5rem;
  margin-bottom: 1.5rem; }
  .recentReviews .review {
    display: inline-block;
    padding: 1.5rem 1.5rem 0 1.5rem;
    width: 100%; }
    .recentReviews .review .author {
      font-size: 18px;
      font-weight: 600; }
      .recentReviews .review .author .verified {
        font-size: 13px;
        color: #09a3d7; }
    .recentReviews .review .content {
      font-size: 16px;
      display: flex; }
      .recentReviews .review .content img {
        display: none; }
        @media (min-width: 1024px) {
          .recentReviews .review .content img {
            display: block;
            flex-shrink: 0;
            flex-grow: 0;
            width: 200px;
            margin-right: 1.5rem; } }
    .recentReviews .review .reviewstars {
      margin-right: .5rem; }
    .recentReviews .review .createddate {
      font-size: 15px;
      font-weight: 600;
      position: relative;
      top: 1px; }
    .recentReviews .review .reviewstarsdate {
      display: flex;
      align-items: center;
      margin-bottom: .5rem; }

.categoryGuarantees {
  margin-top: .5rem; }
  .categoryGuarantees .container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0; }
  @media (min-width: 1000px) {
    .categoryGuarantees {
      margin-top: .5rem; } }

.categoryGuarantee {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1rem;
  color: #000; }
  .categoryGuarantee:hover, .categoryGuarantee:focus {
    text-decoration: underline; }
  .categoryGuarantee .image {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .categoryGuarantee img {
    flex-shrink: 0;
    flex-grow: 0; }
  .categoryGuarantee .text {
    max-width: 150px;
    line-height: 1.3; }
  @media (min-width: 675px) {
    .categoryGuarantee {
      width: 25%; } }
  @media (min-width: 1000px) {
    .categoryGuarantee {
      flex-direction: row;
      text-align: left; }
      .categoryGuarantee .image {
        margin-right: 1.5rem; } }

.categoryGuarantee--support img {
  width: 41px !important; }

.categoryGuarantee--shipping img {
  width: 53px !important; }

.categoryGuarantee--returns img {
  width: 42px !important; }

.categoryGuarantee--warranty img {
  width: 29px !important; }

#aboveTheFoldUSPs {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin-top: 1.5rem; }
  @media (min-width: 1024px) {
    #aboveTheFoldUSPs {
      margin-top: 0;
      height: 126px;
      justify-content: center;
      width: calc(100% + 4rem);
      margin-left: -2rem; } }
  #aboveTheFoldUSPs .rotator {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%; }
    @media (min-width: 551px) {
      #aboveTheFoldUSPs .rotator {
        flex-wrap: nowrap; } }
    #aboveTheFoldUSPs .rotator .USP {
      align-items: center;
      display: flex;
      flex-direction: column;
      flex-shrink: 0;
      justify-content: flex-start;
      width: -moz-fit-content;
      width: 50%;
      padding: .5rem 1.5rem;
      flex-wrap: wrap;
      text-align: center;
      margin-bottom: 1.5rem; }
      @media (min-width: 551px) {
        #aboveTheFoldUSPs .rotator .USP {
          width: 25%;
          padding: 0 .75rem; } }
      @media (min-width: 1024px) {
        #aboveTheFoldUSPs .rotator .USP {
          margin-bottom: 0; } }
      #aboveTheFoldUSPs .rotator .USP .image {
        align-items: center;
        display: flex;
        height: 27px;
        justify-content: flex-start;
        max-width: 45px;
        margin-bottom: .75rem; }
        #aboveTheFoldUSPs .rotator .USP .image img {
          height: auto;
          width: 100%; }
      #aboveTheFoldUSPs .rotator .USP .text {
        color: #000;
        font-family: Hind Vadodara,sans-serif;
        font-size: 13px;
        font-style: normal;
        line-height: 18px; }

.priceMatchModalContent {
  padding: 1.5rem; }
  .priceMatchModalContent .heading {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 1.5rem; }
  .priceMatchModalContent .subheading {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: .75rem; }
  .priceMatchModalContent ul {
    margin-left: 3rem; }
  .priceMatchModalContent li, .priceMatchModalContent p, .priceMatchModalContent a {
    font-size: 16px; }
  .priceMatchModalContent a {
    font-weight: 600; }

.modern-compare-home-boosters {
  background: #F1F5F7;
  padding: 3rem 3rem;
  width: calc(100% + 3rem);
  margin-left: -1.5rem; }
  @media (min-width: 1024px) {
    .modern-compare-home-boosters {
      padding: 3rem 4.5rem;
      width: calc(100% + 9rem);
      margin-left: -4.5rem; } }
  .modern-compare-home-boosters h2 {
    color: black;
    font-family: "Hind Vadodara";
    font-size: 30px;
    line-height: 36px !important;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 3.42857rem;
    text-align: left;
    margin: 0 0 2.5rem;
    padding: 0; }
  .modern-compare-home-boosters .compare-items {
    position: relative; }
    .modern-compare-home-boosters .compare-items .compare-items-slider {
      z-index: 12; }
    .modern-compare-home-boosters .compare-items .slick-track {
      display: flex !important;
      align-items: stretch;
      align-content: stretch; }
    .modern-compare-home-boosters .compare-items .slick-slide {
      height: inherit !important; }
    .modern-compare-home-boosters .compare-items .compare-item {
      flex: none;
      margin: 0 .75rem;
      display: inline-block;
      background: white;
      position: relative;
      padding-bottom: 3.92857rem; }
      .modern-compare-home-boosters .compare-items .compare-item .heading {
        font-weight: 600;
        border-top: 5px solid #D8D8D8;
        height: 3.28571rem;
        width: 100%;
        background: #D8D8D8; }
      .modern-compare-home-boosters .compare-items .compare-item .item-details {
        padding: 1.42857rem;
        display: flex;
        flex-direction: column;
        height: 100%; }
        .modern-compare-home-boosters .compare-items .compare-item .item-details .item-name {
          color: black;
          font-family: "Hind Vadodara";
          font-size: 16px;
          font-weight: 600;
          letter-spacing: 0;
          line-height: 1.57143rem;
          text-align: center;
          min-height: 80px;
          cursor: pointer; }
        .modern-compare-home-boosters .compare-items .compare-item .item-details .item-image {
          margin: 1.07143rem 0;
          text-align: center; }
          .modern-compare-home-boosters .compare-items .compare-item .item-details .item-image img {
            max-width: 225px;
            width: 100%;
            margin-left: auto;
            margin-right: auto; }
        .modern-compare-home-boosters .compare-items .compare-item .item-details .item-price {
          color: black;
          font-family: "Hind Vadodara";
          font-size: 20px;
          font-weight: 600;
          letter-spacing: 0;
          text-align: center;
          margin-bottom: 1rem; }
        .modern-compare-home-boosters .compare-items .compare-item .item-details .extra-details .sub-heading {
          color: black;
          font-family: "Hind Vadodara";
          font-size: 16px;
          letter-spacing: 0;
          line-height: 1.5rem;
          font-weight: 600;
          padding-left: 1.14286rem;
          margin-bottom: 1.07143rem; }
        .modern-compare-home-boosters .compare-items .compare-item .item-details .extra-details ul {
          list-style: none;
          margin-bottom: 2.14286rem; }
          .modern-compare-home-boosters .compare-items .compare-item .item-details .extra-details ul li {
            color: black;
            font-family: "Hind Vadodara";
            font-size: 16px;
            letter-spacing: 0;
            line-height: 1.5rem;
            margin-bottom: 1.07143rem; }
            .modern-compare-home-boosters .compare-items .compare-item .item-details .extra-details ul li::before {
              content: "\2022";
              color: #008ACA;
              font-weight: 600;
              display: inline-block;
              width: 1em;
              margin-left: -1em; }
        .modern-compare-home-boosters .compare-items .compare-item .item-details .item-button {
          display: flex;
          align-items: center;
          justify-content: center;
          margin-top: auto;
          height: 40px;
          border: 0;
          background: #078ac7;
          color: #fff;
          font-size: 16px;
          font-weight: 600;
          letter-spacing: 0;
          line-height: 20px;
          text-align: center;
          text-transform: uppercase;
          border-radius: 0;
          -webkit-transition: all .2s;
          transition: all .2s;
          cursor: pointer; }
          .modern-compare-home-boosters .compare-items .compare-item .item-details .item-button:hover, .modern-compare-home-boosters .compare-items .compare-item .item-details .item-button:focus {
            background: #2a5d89; }
          .modern-compare-home-boosters .compare-items .compare-item .item-details .item-button.view-details {
            background: #FFF;
            color: #078ac7;
            border: 1px solid #078ac7;
            margin-top: 1rem; }
            .modern-compare-home-boosters .compare-items .compare-item .item-details .item-button.view-details:hover, .modern-compare-home-boosters .compare-items .compare-item .item-details .item-button.view-details:focus {
              background: #2a5d89;
              border: 1px solid #2a5d89;
              color: #FFF; }
      .modern-compare-home-boosters .compare-items .compare-item.highlight .heading {
        height: 3.28571rem;
        border-top: 0;
        background: #008ACA;
        color: white;
        font-family: "Hind Vadodara";
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 0;
        height: 3.28571rem;
        text-align: center;
        line-height: 3.28571rem; }
      .modern-compare-home-boosters .compare-items .compare-item.highlight .item-button {
        bottom: 2.14286rem; }
      .modern-compare-home-boosters .compare-items .compare-item.brand {
        background: #8D1836; }
        .modern-compare-home-boosters .compare-items .compare-item.brand .heading {
          text-align: center; }
          .modern-compare-home-boosters .compare-items .compare-item.brand .heading img {
            margin-left: auto;
            margin-right: auto; }
        .modern-compare-home-boosters .compare-items .compare-item.brand .item-details {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          height: 100%; }
          .modern-compare-home-boosters .compare-items .compare-item.brand .item-details .inner-heading {
            color: white;
            font-family: "Hind Vadodara";
            font-size: 26px;
            line-height: 30px;
            font-weight: 600;
            text-align: center;
            margin-bottom: 1.5rem; }
          .modern-compare-home-boosters .compare-items .compare-item.brand .item-details .text {
            font-size: 18px;
            line-height: 26px;
            color: #FFF;
            text-align: center; }
            .modern-compare-home-boosters .compare-items .compare-item.brand .item-details .text a, .modern-compare-home-boosters .compare-items .compare-item.brand .item-details .text span {
              color: #FFF;
              font-weight: 600; }
            .modern-compare-home-boosters .compare-items .compare-item.brand .item-details .text span {
              text-decoration: underline; }
        .modern-compare-home-boosters .compare-items .compare-item.brand.weboost {
          background-size: cover;
          background-position: top left;
          background-repeat: no-repeat; }
          .modern-compare-home-boosters .compare-items .compare-item.brand.weboost .heading img {
            margin-top: 0.35714rem;
            height: 1.85714rem;
            width: 9.35714rem; }
    .modern-compare-home-boosters .compare-items > .arrow-button {
      position: absolute;
      display: block;
      cursor: pointer; }
      @media (min-width: 1024px) {
        .modern-compare-home-boosters .compare-items > .arrow-button {
          display: none; } }
      .modern-compare-home-boosters .compare-items > .arrow-button svg {
        fill: black;
        height: 19px;
        width: 11px; }
      .modern-compare-home-boosters .compare-items > .arrow-button.prev-button {
        top: 50%;
        left: -25px; }
      .modern-compare-home-boosters .compare-items > .arrow-button.next-button {
        top: 50%;
        right: -25px; }

.modern-related-products {
  background: #F1F5F7;
  padding: 3rem 3rem;
  width: calc(100% + 3rem);
  margin-left: -1.5rem; }
  @media (min-width: 1024px) {
    .modern-related-products {
      padding: 3rem 4.5rem;
      width: calc(100% + 9rem);
      margin-left: -4.5rem; } }
  .modern-related-products h2 {
    color: black;
    font-family: "Hind Vadodara";
    font-size: 28px;
    line-height: 36px !important;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 3.42857rem;
    text-align: left;
    margin: 0 0 2.5rem;
    padding: 0; }
  .modern-related-products .compare-items {
    position: relative; }
    .modern-related-products .compare-items .compare-items-slider {
      z-index: 12; }
    .modern-related-products .compare-items .slick-track {
      display: flex !important;
      align-items: stretch;
      align-content: stretch; }
    .modern-related-products .compare-items .slick-slide {
      height: inherit !important; }
    .modern-related-products .compare-items .compare-item {
      flex: none;
      margin: 0 .75rem;
      display: inline-block;
      background: white;
      position: relative;
      padding-bottom: 3.92857rem; }
      .modern-related-products .compare-items .compare-item .heading {
        font-weight: 600;
        border-top: 5px solid #D8D8D8;
        height: 3.28571rem;
        width: 100%;
        background: #D8D8D8; }
      .modern-related-products .compare-items .compare-item .item-details {
        padding: 1.42857rem;
        display: flex;
        flex-direction: column;
        height: 100%; }
        .modern-related-products .compare-items .compare-item .item-details .item-name {
          color: black;
          font-family: "Hind Vadodara";
          font-size: 16px;
          font-weight: 600;
          letter-spacing: 0;
          line-height: 1.57143rem;
          text-align: center;
          min-height: 80px;
          cursor: pointer; }
          .modern-related-products .compare-items .compare-item .item-details .item-name:hover, .modern-related-products .compare-items .compare-item .item-details .item-name:focus {
            color: #1683c4; }
        .modern-related-products .compare-items .compare-item .item-details .item-image {
          margin: 1.07143rem 0;
          text-align: center; }
          .modern-related-products .compare-items .compare-item .item-details .item-image img {
            max-width: 225px;
            width: 100%;
            margin-left: auto;
            margin-right: auto; }
        .modern-related-products .compare-items .compare-item .item-details .item-price {
          color: black;
          font-family: "Hind Vadodara";
          font-size: 20px;
          font-weight: 600;
          letter-spacing: 0;
          text-align: center;
          margin-bottom: 1rem; }
        .modern-related-products .compare-items .compare-item .item-details .item-label {
          background-color: #990642;
          color: #FFF;
          font-weight: 600;
          font-size: 15px;
          padding: 4px 10px;
          text-transform: uppercase;
          margin-right: 4px; }
        .modern-related-products .compare-items .compare-item .item-details .yotpo-widget-instance,
        .modern-related-products .compare-items .compare-item .item-details .yotpo.bottomLine {
          margin: 0 auto 1.5rem auto; }
          .modern-related-products .compare-items .compare-item .item-details .yotpo-widget-instance .yotpo-review-count,
          .modern-related-products .compare-items .compare-item .item-details .yotpo.bottomLine .yotpo-review-count {
            font-size: 16px;
            margin-left: 6px !important; }
          .modern-related-products .compare-items .compare-item .item-details .yotpo-widget-instance .yotpo-review-score .yotpo-review-star,
          .modern-related-products .compare-items .compare-item .item-details .yotpo.bottomLine .yotpo-review-score .yotpo-review-star {
            height: 19px;
            width: 19px; }
        .modern-related-products .compare-items .compare-item .item-details .extra-details .sub-heading {
          color: black;
          font-family: "Hind Vadodara";
          font-size: 16px;
          letter-spacing: 0;
          line-height: 1.5rem;
          font-weight: 600;
          padding-left: 1.14286rem;
          margin-bottom: 1.07143rem; }
        .modern-related-products .compare-items .compare-item .item-details .extra-details ul {
          list-style: none;
          margin-bottom: 2.14286rem; }
          .modern-related-products .compare-items .compare-item .item-details .extra-details ul li {
            color: black;
            font-family: "Hind Vadodara";
            font-size: 16px;
            letter-spacing: 0;
            line-height: 1.5rem;
            margin-bottom: 1.07143rem; }
            .modern-related-products .compare-items .compare-item .item-details .extra-details ul li::before {
              content: "\2022";
              color: #008ACA;
              font-weight: 600;
              display: inline-block;
              width: 1em;
              margin-left: -1em; }
        .modern-related-products .compare-items .compare-item .item-details .item-button {
          display: flex;
          align-items: center;
          justify-content: center;
          margin-top: auto;
          height: 40px;
          border: 0;
          background: #078ac7;
          color: #fff;
          font-size: 16px;
          font-weight: 600;
          letter-spacing: 0;
          line-height: 20px;
          text-align: center;
          text-transform: uppercase;
          border-radius: 0;
          -webkit-transition: all .2s;
          transition: all .2s;
          cursor: pointer; }
          .modern-related-products .compare-items .compare-item .item-details .item-button:hover, .modern-related-products .compare-items .compare-item .item-details .item-button:focus {
            background: #2a5d89; }
          .modern-related-products .compare-items .compare-item .item-details .item-button.view-details {
            background: #FFF;
            color: #078ac7;
            border: 1px solid #078ac7;
            margin-top: 1rem; }
            .modern-related-products .compare-items .compare-item .item-details .item-button.view-details:hover, .modern-related-products .compare-items .compare-item .item-details .item-button.view-details:focus {
              background: #2a5d89;
              border: 1px solid #2a5d89;
              color: #FFF; }
      .modern-related-products .compare-items .compare-item.highlight .heading {
        height: 3.28571rem;
        border-top: 0;
        background: #008ACA;
        color: white;
        font-family: "Hind Vadodara";
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 0;
        height: 3.28571rem;
        text-align: center;
        line-height: 3.28571rem; }
      .modern-related-products .compare-items .compare-item.highlight .item-button {
        bottom: 2.14286rem; }
      .modern-related-products .compare-items .compare-item.brand {
        background: #8D1836; }
        .modern-related-products .compare-items .compare-item.brand .heading {
          text-align: center; }
          .modern-related-products .compare-items .compare-item.brand .heading img {
            margin-left: auto;
            margin-right: auto; }
        .modern-related-products .compare-items .compare-item.brand .item-details {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          height: 100%; }
          .modern-related-products .compare-items .compare-item.brand .item-details .inner-heading {
            color: white;
            font-family: "Hind Vadodara";
            font-size: 26px;
            line-height: 30px;
            font-weight: 600;
            text-align: center;
            margin-bottom: 1.5rem; }
          .modern-related-products .compare-items .compare-item.brand .item-details .text {
            font-size: 18px;
            line-height: 26px;
            color: #FFF;
            text-align: center; }
            .modern-related-products .compare-items .compare-item.brand .item-details .text a, .modern-related-products .compare-items .compare-item.brand .item-details .text span {
              color: #FFF;
              font-weight: 600; }
            .modern-related-products .compare-items .compare-item.brand .item-details .text span {
              text-decoration: underline; }
        .modern-related-products .compare-items .compare-item.brand.weboost {
          background-size: cover;
          background-position: top left;
          background-repeat: no-repeat; }
          .modern-related-products .compare-items .compare-item.brand.weboost .heading img {
            margin-top: 0.35714rem;
            height: 1.85714rem;
            width: 9.35714rem; }
    .modern-related-products .compare-items > .arrow-button {
      position: absolute;
      display: block;
      cursor: pointer; }
      @media (min-width: 1024px) {
        .modern-related-products .compare-items > .arrow-button {
          display: none; } }
      .modern-related-products .compare-items > .arrow-button svg {
        fill: black;
        height: 19px;
        width: 11px; }
      .modern-related-products .compare-items > .arrow-button.prev-button {
        top: 50%;
        left: -25px; }
      .modern-related-products .compare-items > .arrow-button.next-button {
        top: 50%;
        right: -25px; }
