<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*---------------------------------------- UNIVERSAL STYLES ----------------------------------------*/

button {
    background-color: #227da9;
}
button:active,
button:focus,
button:hover {
    background-color: #156b94;
}

h1 {
    color: #0d3753;
}

ul.bulletLogo li {
    padding: 0 30px 10px;
}

.textRed,
.textOrange {
    color: #e40000;
}

.textGreen {
    color: #4ab54b;
}

/*---------------------------------------- HEADER ----------------------------------------*/

.headerLogo {
    background-size: 250px 58px;
    height: 58px;
    top: 20px;
    width: 250px;
 }

.headerRating {
    background-image: url(../images/badge_rating_bbb.png);
    background-size: 289px 80px;
    height: 80px;
    margin-top: 10px;
    right: 20px;
    width: 289px;
}

/*----- Extra Small -----*/
@media(max-width: 767px){

    .headerLogo {
        background-size: 150px 35px;
        height: 35px;
        top: 15px;
        width: 150px;
    }

    .headerRating {
        background-size: 163px 45px;
        height: 45px;
        margin-top: 17px;
        right: 0;
        width: 163px;
    }

}

/*---------------------------------------- FOOTER ----------------------------------------*/

footer a {
    font-size: 14px;
}
footer a:active,
footer a:focus,
footer a:hover {
    text-decoration: underline;
}

.contactModal h4 {
    color: #0d3753;
}

/*---------------------------------------- ARTICLE CONTENT ----------------------------------------*/

#headerPublication {
    background-color: #999;
}

/*---------------------------------------- BILLBOARD ----------------------------------------*/

.photoProduct {
    margin-top: -30px;
}

/*----- Extra Small -----*/
@media(max-width: 767px){

    .contentBillboard {
        text-align: center;
    }

    .billboard .logoHome {
        width: 250px;
    }

    .photoProduct {
        margin-top: 0;
        max-height: 300px;
    }

}

/*----- Small -----*/
@media(min-width: 768px) and (max-width: 991px){

    .billboard .logoHome {
        width: 250px;
    }

    .photoProduct {
        margin-top: 0;
        max-height: 350px;
    }

}

/*---------------------------------------- PRODUCT INFO ----------------------------------------*/

.productInfo h3 {
    color: #000;
}

/*---------------------------------------- UPSELL ----------------------------------------*/

.noThanks a {
    font-size: 13px;
}

.upsellInfo {
    background-color: #efefef;
    border: none;
    border-radius: 10px;
    font-size: 20px;
    margin: 30px 0;
    padding: 20px;
}

.upsellLogo {
    margin-bottom: 15px;
}

.upsellPhoto {
    border: 5px solid #fff;
}

.upsell select {
    font-size: 19px;
    margin: 0 auto;
    max-width: 300px;
    outline: none;
    padding: 4px 0px 4px 4px;
    width: 100%;
    -webkit-appearance: menulist;
}

.upsell .priceText {
    font-size: 13px;
    margin-bottom: 5px;
}

/*----- Extra Small -----*/
@media(max-width: 767px){

    .upsellInfo {
        font-size: 16px;
        line-height: 1.25em;
        margin: 20px 0;
    }

}

/*---------------------------------------- TESTIMONIALS ----------------------------------------*/

.testimonials {
    background-color: #227da9;
}

.testimonials h1 {
    color: #fff;
}

/*---------------------------------------- THANK YOU ----------------------------------------*/

.sectionThankYou h4 {
    color: #06983f;
}

/*---------------------------------------- FORMS ----------------------------------------*/

.formDiscount .photoProduct {
    margin-top: 0;
    height: 120px;
}

.orderWarranty {
    border: 1px solid #8bc741;
}

.warrantyOption {
    background-color: #8bc741;
}

/*-------------------------------------RECENT ORDERS SLIDE UP----------------------------*/


#recentBox{
    width: 260px;
    padding: 15px;
    height: auto;
    position: fixed;
    z-index: 500;
    left: 15px;
    bottom: -115px;
    background: #fff;
    display: none;
    box-shadow: 0px 0px 5px #000;
}

#recentImg{
    width: 80px;
    height: auto;
    float: left;
}

#recentText{
    width: calc(100% - 95px);
    height: auto;
    float: left;
    font-size: 12px;
    font-family: 'Open Sans';
    margin-left: 15px;
}</pre></body></html>