﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    outline: none;
    text-decoration: none;
    color: #58585a;
}

input {
    font-family: 'Gabarito', sans-serif;
}

img {
    max-width: 100%;
}

@import url('https://fonts.googleapis.com/css2?family=Gabarito:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.cdnfonts.com/css/gilroy-bold');

@font-face {
    font-family: 'Gilroy-Bold';
    font-style: normal;
    font-weight: 400;
    src: local('Gilroy-Bold'), url('../fonts/Gilroy-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Gilroy-Heavy';
    font-style: normal;
    font-weight: 400;
    src: local('Gilroy-Heavy'), url('../fonts/Gilroy-Heavy.woff') format('woff');
}

@font-face {
    font-family: 'Gilroy-Light';
    font-style: normal;
    font-weight: 400;
    src: local('Gilroy-Light'), url('../fonts/Gilroy-Light.woff') format('woff');
}

@font-face {
    font-family: 'Gilroy-Medium';
    font-style: normal;
    font-weight: 400;
    src: local('Gilroy-Medium'), url('../fonts/Gilroy-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Gilroy-Regular';
    font-style: normal;
    font-weight: 400;
    src: local('Gilroy-Regular'), url('../fonts/Gilroy-Regular.woff') format('woff');
}

body {
    margin: 0 auto;
    padding: 0;
    font-family: 'Gabarito', sans-serif;
    background: #fff;
    color: #6d6e6e;
    font-size: 16px;
}

td {
    line-height: 1.5;
    vertical-align: top;
}

.emailTemplate {
    width: 600px;
    background: #fff;
}

.header {
    border-bottom: 1px solid #58585a;
}

.find-a-dealer {
    padding: 20px 25px 10px 35px;
    background: url(../images/gps.png) no-repeat;
    background-position: 8% 75%;
    background-color: #101010;
    float: right;
}

    .find-a-dealer a {
        color: #fff;
        text-decoration: none;
        font-size: 18px;
        padding-left: 10px;
    }

.logo {
    vertical-align: middle;
    padding-left: 20px;
}

.productslink {
    vertical-align: middle;
    padding-top: 15px;
}

    .productslink a {
        padding-left: 10px;
        border-left: 1px solid #58585a;
    }

.learn-more {
    border: 1px solid #2378b3;
    background: url('../images/learn-more-arrow.png') no-repeat center right 8%;
    padding: 10px 50px 10px 20px;
    margin-top: 30px;
    display: inline-block;
    color: #58585a;
    text-decoration: none;
}

.red-line-bottom-right {
    width: 45%;
    height: 25px;
    border-bottom: 1px solid #101010;
    border-right: 1px solid #101010;
    margin-top: -15px;
}

h1 {
    font-size: 20px;
    color: #101010;
    display: inline-block;
    clear: both;
}

h3, h4 {
    font-family: 'Gilroy-Bold';
}

h4 {
    padding-top: 20px;
}

.user-rating div {
    display: inline-block;
    width: 25px;
    height: 25px;
}

.full-rating {
    background: url('../images/user-full-rating.png') no-repeat;
}

.half-rating {
    background: url('../images/user-half-rating.png') no-repeat;
}

.no-rating {
    background: url('../images/user-empty-rating.png') no-repeat;
}

.rate-val {
    vertical-align: top;
    font-size: 18px;
    line-height: 25px;
}

.user-rating {
    margin-bottom: 15px;
}

.review-count {
    width: auto !important;
    vertical-align: top;
    line-height: 25px;
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid;
    font-size: 18px;
}

.product-desc {
    text-align: left;
    font-size: 15px;
    word-break: break-all;
    -ms-word-break: break-all;
    min-height: 150px;
}

    .product-desc p {
        line-height: 1.6;
        padding-bottom: 20px;
    }

    .product-desc ul {
        font-size: 15px;
        line-height: 2;
        list-style: none;
        padding-left: 0;
        padding-top: 0;
        margin-top: 0 !important;
    }

        .product-desc ul li {
            color: #58585a;
            list-style: none;
        }

            .product-desc ul li span {
                color: #58585a;
            }

    .product-desc li {
        text-indent: -.7em;
        line-height: 2;
    }

        .product-desc li:before {
            content: "▪ ";
            color: #101010;
        }

ul {
    list-style: disc;
    padding-left: 20px;
    padding-top: 25px;
}

    ul li {
        list-style: disc;
        font-size: 14px;
        line-height: 2;
    }

.red-line-top-left {
    width: 105.5%;
    height: 25px;
    border-top: 1px solid #101010;
    border-left: 1px solid #101010;
    margin-left: -2%;
}

p {
    font-size: 14px;
    padding-top: 20px;
}
.btn-pw {
        width: 100%;
        margin-top: 25px;
        margin-bottom: 25px;
    }
.product-warranty-btn {
    display: block;
    color: #fff !important;
    background: url('../images/brochure-icon-white.png') no-repeat center left;
    background-color: #2378b3;
    padding: 10px 50px 10px 45px;
    text-align: left;
    width: 210px;
    text-decoration: none;
    float: right;
}

.tax-credit-icon {
    display: block;
    background: url('../images/tax-credit-icon.png') no-repeat center left 3%;
    text-align: left;
    text-decoration: none;
    float: right;
    clear: both;
    margin-top: 45px;
}

    .tax-credit-icon .learn-more {
        display: inline-block;
        margin: 0 !important;
        width: 210px;
        padding: 10px 50px 10px 45px !important;
    }

.energy-saving-cal-icon {
    display: block;
    background: url('../images/energy-savings-calculator.png') no-repeat center left 3%;
    text-align: left;
    text-decoration: none;
    margin-top: 15px;
    float: right;
    clear: both;
}

    .energy-saving-cal-icon .learn-more {
        display: inline-block;
        margin: 0 !important;
        width: 210px;
        padding: 10px 50px 10px 45px !important;
    }

.doc-horizantal {
    display: inline-block;
    border-top: 1px solid #101010;
}

    .doc-horizantal div {
        float: left;
        padding: 15px 5px;
        text-align: center;
        line-height: 1;
    }

        .doc-horizantal div:first-child {
            margin-right: 35px;
        }

.brochure-icon {
    background: url('../images/brochure-icon.png') no-repeat center left;
}

    .brochure-icon a {
        display: block;
        font-size: 15px;
        font-family: 'Gilroy-Bold';
        padding-left: 35px;
        color: #58585a;
        text-decoration: none;
        display: inline-block;
    }

    .brochure-icon span {
        display: block;
        font-size: 12px;
        text-align: center;
    }

.rebates-icon {
    display: inline-block;
    background: url('../images/rebates-icon.png') no-repeat center left 3%;
    text-align: left;
    text-decoration: none;
    margin-top: 15px;
    float: right;
}

    .rebates-icon .learn-more {
        margin: 0 !important;
        width: 210px;
        padding: 10px 50px 10px 45px !important;
    }

.red-line {
    width: 95%;
    height: 40px;
    border-top: 1px solid #101010;
    border-right: 1px solid #101010;
    position: absolute;
}

.footer {
    margin-top: 60px;
    text-align: center;
    position: relative;
}

    .footer ul {
        display: inline-block;
        overflow: hidden;
        text-align: center;
        list-style: none;
        padding-top: 0;
    }

        .footer ul li {
            float: left;
            padding: 10px 42px 20px 18px;
            list-style: none;
        }

            .footer ul li a {
                text-transform: uppercase;
                font-size: 12px;
                font-family: 'source_sans_prolight';
                text-decoration: none;
                color: #58585a;
            }

.footer-below {
    background-color: #f3f3f3;
}

.footer-logo {
    width: 110px;
    float: left;
    padding: 10px 20px 5px 20px;
    background-position: center center;
    background-color: #f3f3f3;
}

.copyright {
    padding: 10px 20px 5px 20px;
    background: #58585a;
    overflow: hidden;
    vertical-align: middle;
    line-height: 2;
}

    .copyright p {
        color: #fff;
        font-size: 7px;
        padding-top: 0;
    }

.printTemplate{
    width: auto;
    background: #fff;
    padding: 35px;
    display: block;
}
.sub-title {
    font-family: 'Gilroy-Bold';
    display: inline-block;
}


.rating-snapshot, .average-ratings {
    font-family: 'Gilroy-Bold';
    font-size: 15px;
}

    .rating-snapshot td, .average-ratings td {
        vertical-align: middle !important;
        padding: 10px 5px;
    }

    .rating-snapshot table, .average-ratings table {
        width: 100%;
    }

        .rating-snapshot table tr td:first-child {
            width: 10%;
        }

        .rating-snapshot table tr td:nth-child(2) {
            width: 70%;
        }

        .rating-snapshot table tr td:nth-child(3) {
            width: 10%;
        }

        .average-ratings table tr td:first-child {
            width: 25%;
        }

        .average-ratings table tr td:nth-child(2) {
            width: 50%;
        }

        .average-ratings table tr td:nth-child(3) {
            width: 10%;
        }

.rating-bar-container {
    width: 100%;
    display: block;
    border: 1px solid #2378b3;
    height: 20px;
}

.rating-bar {
    background-color: #2378b3;
    height: 20px;
    width: 0;
}

.average-ratings td:first-child {
    /*width: 130px;*/
}

.average-ratings .rating-bar-container {
    width: 100%;
}

.pd-tabs {
    margin: 0 0 15px 0;
    display: inline-block;
    clear: both;
    width: 100%;
}

    .pd-tabs div {
        float: left;
        background-color: #2378b3;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        font-family: 'Gilroy-Bold';
        height: 55px;
        line-height: 55px;
        text-align: center;
    }

        .pd-tabs div a {
            display: block;
            text-decoration: none;
            color: #fff;
        }

.share-icon {
    background: url('../images/share-icon-white.png') no-repeat center center;
    width: 5%;
}

.email-icon {
    background: url('../images/email-icon-white.png') no-repeat center center;
    width: 5%;
}

.print-icon {
    background: url('../images/print-icon-white.png') no-repeat center center;
    width: 5%;
    border-right: 2px solid #fff !important;
}

.email-icon:hover {
    /*background-color: #ebe9e7;*/
    cursor: pointer;
}

.print-icon:hover {
    /*background-color: #ebe9e7;*/
    cursor: pointer;
}

.features-tab:hover {
    /*background-color: #ebe9e7;*/
    cursor: pointer;
}
.features-tab span:hover {
    padding: 0 10px;
    border-bottom: 2px solid #fff;
}
.warranty-tab:hover {
    /*background-color: #ebe9e7;*/
    cursor: pointer;
}
.warranty-tab span:hover {
    padding: 0 10px;
    border-bottom: 2px solid #fff;
}
.reviews-tab:hover {
    /*background-color: #ebe9e7;*/
    cursor: pointer;
}
.reviews-tab span:hover {
    padding: 0 10px;
    border-bottom: 2px solid #fff;
}
.share-icon:hover .sharethis-icons {
    display: block;
}
.doc-vertical {
    display: inline-block;
    line-height: 1;
}

    .doc-vertical div {
        padding: 25px 0 25px 0;
        margin-left: 30px;
    }
    .features-tab {
    width: 15%;
    border-left: 2px solid #fff !important;
}

.warranty-tab {
    width: 18%;
}

.reviews-tab {
    width: 18%;
}

.empty-tab {
    width: 32%;
}

.extend-tab {
    margin-left: -35px;
    padding-left: 35px;
    margin-right: -35px;
    padding-right: 35px;
    background-color: #2378b3;
}
.warranty-badges{
    width: 371px;
    position: absolute;
    bottom: 0;
    padding-right: 270px;
    right: 0;
}
.prodsingle-image{
    position: absolute;
    bottom: 0;
    right: 0;
}
.product-details ul li {
    line-height: 22px;
    margin-bottom: 10px;
    float: left;
    width: 45%;
    margin-right: 5%;
    list-style: square;
    list-style-type: square;
}
.product-details li {
    list-style: square;
    list-style-type: square;
}
.product-details ol li{
    list-style: decimal;
    list-style-type: decimal;
}
.product-features img{
    max-height: 50px;
    max-width: 50px;
    float: left;
    padding: 0 15px 15px 0;
}
.product-features h5,.product-features strong,.product-features b{
    font-family: 'Gilroy-Bold';
    font-size: 15px;
    margin-bottom: 20px;
}
.product-features .feature-desc1, .product-features .feature-desc2{
    padding-right: 0;
}
.product-features .feature-desc1, .product-features .feature-desc2, .product-features .feature-desc3 {
    line-height: 22px;
    float: right;
    width: 88%;
}