<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
    /* General Button*/
    .mobileButton, .mobileButtonHighlight {
        background-image: none;
        border-radius: 5px;
        text-align: center;
    }

    .mobileButton {
        background-color: #b7b7b7;
    }

    .mobileButtonHighlight {
        background-color: #007900;
    }

    .mobileButtonSmall {
        width: 33%;
    }


    .footerText .mobileButton {
        background-color: #e7e7e7;
    }


    .footerText h2 a[name=call] {
        visibility: hidden;
    }

        .footerText h2 a[name=call]:before {
            content: "Any questions please call us";
            visibility: visible;
            font-weight: normal;
        }


    /* Product Summary */

    .products a {
        text-decoration: none;
    }

    .productSummary, .productSummaryFeatured {
        width: 50%;
        background-image: none;
        min-height: 200px;
        height: auto;
        float: left;
        text-align: center;
        padding-bottom: 10px;
    }

    @media only screen and (min-width: 570px) {
        .productSummary, .productSummaryFeatured {
            width: 180px;
        }
    }


    .productSummaryImage {
        margin-top: 0px;
        float: none;
        margin-right: 0px;
        padding-left: 0px;
    }

        .productSummaryImage img {
            max-width: 180px;
            width: calc(100% - 10px);
        }

    .productSummaryName {
        padding-top: 0px;
        overflow: hidden;
        height: 3.2em;
        line-height: 1.1em;
        margin-right: 0px;
        padding-right: 3px;
        padding-left: 3px;
        font-size: 80%;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

    .productSummaryPrice {
        padding-top: 0px;
        height: 1.1em;
        font-size: 1.1em;
        padding-bottom: 2px;
        overflow: hidden;
    }

    .productSummaryPriceFrom {
        font-size: 70%;
    }

    .checkoutTextBox {
        width: calc(100% - 12px);
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 7px;
        padding-bottom: 7px;
    }

.contactFormMessageBox {
width:95%;
}

.productSubCatSummary{
    width:auto;
    height:auto;
}
</pre></body></html>