<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only screen and (min-width: 768px) {

    body {
        f-ont-size: 1.15em;
    }

    .productlistCosts {
        float: left;
        width: 100%;
    }

    .Title {
        font-size:1.1em;
    }

    #container {
        max-width: 1000px;
        margin-top: 75px;
        width: unset;
        margin-left: auto;
        margin-right: auto; /*border: 1px solid #f4f4f4;*/
        position: relative;
        min-height: 100%;
    }
    /*header stuff*/
    #outerheader {
        position: relative;
        height: 90px;
    }

    #header {
        min-height: 90px;
        max-width: 1000px;
        width: unset;
        margin-left: auto;
        margin-right: auto;
    }

    #headertop {
        height: 90px;
       
    }


    #smallphoneholder {
        display: none;
       visibility:hidden;
    }

    #smallheadertext {
        display: none;
    }

    #smallmenuholder {
        display: none;
    }

    #menuholder {
        display: block;
    }

    #menu {
        display: block;
    }


    #MainNav {
        display: block;
        visibility: visible;
        float: right;
        color: #343499;
    }

        #MainNav a {
            color: #343499;
            font-weight: bold;
        }


    #socialMediaIcons {
        display: block;
        visibility: visible;
        float: left;
    }

    #usercontrolled {
        padding: 5px;
        text-align: center;
    }

        #usercontrolled img {
            width: 50%;
            height: auto;
        }

    .homeCatImage {
        max-height:150px;
        width:auto;
    }
    
    
    .homeCatImageHolder {
        width: 20%;
    }

    .homeCatImageRight {
        float: right;
    }

    .homeCatImageLeft {
        float: left;
    }

    .homeCatText {
        width: 75%;
    }

    .homeCatTextRight {
        float: right;
        margin-right: 2%;
    }

    .homeCatTextLeft {
        float: left;
        margin-left: 0%;
    }

    .homeCatHeaderSmall {
        display: none;
        visibility: hidden;
    }

    .homeCatHeaderStandard {
        display: block;
        visibility: visible;
    }

    .shopdivider {
        clear: both;
        margin-bottom: 10px;
        margin-top: 10px;
        background-color: #cccccc;
        height: 1px;
    }

    .galleryListingImage {
        w-idth: 350px !important;
        height: auto;
        margin-top:50px;
        /*margin-left: auto;
        margin-right: auto;
        float:none !important;*/
    }
    
    #usercontrolled h2 {
        font-size: 1.7em !important;
        color: #000000;
        margin-bottom: 10px;
    }

    #detail {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

        #detail img {
            max-width: 100%;
            margin-left: auto;
            margin-right: auto;
            border: #d7d7d7 1px solid;
            max-height:500px;
            width:auto;
            margin-top:15px;
            
        }

    .FieldInput {
        float: left;
        margin-right: auto;
        margin-left: auto;
        width: 400px;
    }


    .home-detail-text {
        margin: 10px;
        padding: 5px;
        background-color: #ffffff;
         float: left; 
         width: 48%; 
    }

}
</pre></body></html>