/*
* ----------------------------------------------------------------------------------------
* BANNERS
* ----------------------------------------------------------------------------------------
*/
@media only screen and (min-width: 1px) {
  .desktop--hero-banner {
    background-repeat: no-repeat;
    background-size: contain;
    height: 0;
    margin-top: 0;
    padding-top: 44%;
    width: 100%; }

  .desktop--hero-banner-container h2 {
    display: none; } }
@media only screen and (min-width: 768px) {
  .desktop--hero-banner {
    background-size: contain;
    background-repeat: no-repeat;
    height: 0;
    margin-top: 5px;
    padding-top: 36%;
    width: 100%; }

  .desktop--hero-banner-container h2 {
    display: block; }

  .banner-title {
    font-size: 26px !important;
    left: 45px;
    position: absolute;
    top: 85px;
    max-width: 250px; } }
@media only screen and (min-width: 992px) {
  .banner-title {
    font-size: 29px !important;
    left: 45px;
    max-width: 315px;
    top: 109px; } }
@media only screen and (min-width: 1200px) {
  .banner-title {
    font-size: 36px !important;
    left: 45px;
    max-width: 378px;
    top: 133px; } }
/*
* ----------------------------------------------------------------------------------------
* CONTENT
* ----------------------------------------------------------------------------------------
*/
@media only screen and (min-width: 1px) {
  .generator-img,
  .cart-img {
    padding: 40px 0 20px 0; 
  }

  .generator-spec-titles {
    color: #007078;
    display: block;
    font-size: 16px;
    margin-bottom: 20px; 
  }

  .voyant-tb {
    font-size: 12px; 
  } 

  table {
            width: 100%;
  }

  td {
    padding: 8px;
  }

  .voyant-tb {
    background: #FAFAFA;
  }

  .voyant-tb tr {
        border-bottom: 1px solid #DDDDDD;
  }

  .voyant-tb tr > td:first-child {
        font-weight: bold;
  }

  .voyant-tb tr:last-child {
        border-bottom: none;
  }

  .generator-feature {
        color: #007078;
        font-weight: 500 !important;
  }

  .desktop--products-hover img {
        margin: 0 1px;
  }

  .desktop--products-hover {
        display: none;
  }

  .generator-discrepancy {
      font-size: 10px;
  }

  sub {
      bottom: 0 !important;
  }

  .generator-spec-subtitles--row {
      border-bottom: none !important;
      color: #007078;
  }
}
@media only screen and (min-width: 768px) {
    .generator-img,
    .cart-img {
        padding: 0;
        position: relative;
    }

    .generator-img {
        top: 180px;
    }

    .cart-img {
        top: 135px;
    }

    .fp-e {
        margin-top: 30px;
    }

    .desktop--hero-banner {
        background-size: contain;
        background-repeat: no-repeat;
        height: 0;
        margin-top: 5px;
        padding-top: 36%;
        width: 100%;
    }

    .generator--flex {
        display: flex;
        justify-content: space-between;
        margin: 20px 0px;
    }

    .generator-feature {
        width: 35%;
    }

    .generator-description {
        width: 60%;
    }

    .product-container.generator--container {
        margin-top: 25px;
    }
}
@media only screen and (min-width: 992px) {
  .generator-img {
    top: 135px; 
  }

  .cart-img {
    top: 50px; 
  }

  .voyant-tb {
    font-size: 16px; 
  }

  .fp-e {
        margin-top: 48px;
  }

  .generator-feature {
        font-size: 18px !important;
  }

  .desktop--products-hover img {
        margin: 0 10px;
  }

  .desktop--products-hover {
        display: block;
  }

  .generator-discrepancy {
      font-size: 12px;
  }

  .generator-spec-titles {
      font-size: 20px;
  }
}
@media only screen and (min-width: 1199px) {
  .generator-img {
    top: 110px; 
  }

  .cart-img {
    top: 50px; 
  } 

  .generator-feature {
    font-size: 20px !important;
  }

  .generator--flex {
      height: 70px;
  }

  .product-container.generator--container {
        margin-top: 100px;
    }
}

/*# sourceMappingURL=generator.css.map */
