<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
    height: 100%;
    width: 100%;
}

body {
    display: table;
    font-family: 'Roboto', sans-serif;
    background: url(/images/bg_white.jpg) repeat top center;
    color:#3e3e3e
}

.container, .container-fluid {
    height: auto;
}
a {
    color: #348E43
}
    a:hover {
        color: #0F4723;
        text-decoration: none;
    }

.footer {
    display: table-row;
    height: 1px;
    margin-top: 2em;
    background: url(/images/bg_darkgrey.jpg) repeat top center;
    color: #fff;
    -webkit-box-shadow: 0px 1px 34px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 1px 34px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 1px 34px 0px rgba(0,0,0,0.3);
}

.subfooter {
    background: url(/images/bg_black.jpg) repeat top center;
}
 .footer a { color: #fff;}
    .footer a:hover {
        color: #318935;
        text-decoration: none;
    }
.footer h2, .footer h3 {
    color: #FFE500;
}
h1, h2, h3, h4, h5 {
    
    font-weight: normal;
    color: #0F4723;
}
.productlistitem a {color: #666;}
.navbar {
    min-height: 6em;
    font-size: 1.2em;
    
}
.navbar-collapse {
 
   
}

#navbarTop{
    margin-left: 10vw;

}

.navbar-custom {
    background:  url(/images/bg_darkbrown.png) repeat bottom center;
    z-index: 200;
}
    /* change the brand and text color */
    .navbar-custom .navbar-brand,
    .navbar-custom .navbar-text {
        color: rgba(255,255,255,.8);
    }
    /* change the link color */
    .navbar-custom .navbar-nav .nav-link {
        color: #FFFFFF;
    }
    /* change the color of active or hovered links */
    .navbar-custom .nav-item.active .nav-link,
    .navbar-custom .nav-item:hover .nav-link {
        color: #FFE500;
    }

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,229,0, 0.8)' stroke-width='4' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.req {
    color: #F00;
    font-size: 0.8em;
    font-weight: normal;
}

.form-control {
    font-size: 0.9em !important;
}

label{text-transform:uppercase; color:#666; font-size:0.9em; margin-bottom:3px;}

.sidenav a { color: #444}

.logo {
    width: 11vw;
    height: auto;
    min-width:110px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1000;
}
.headericon { width: auto; height: 20px; }
.headiconlarge {
    width: auto;
    height: 40px;
}
.socialicons img { height: 30px; width: auto;}
.jumbotron {
    z-index:100;
    margin-top:-8px;
    color: white;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 20vw;
    
    -webkit-box-shadow: 0px 1px 34px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 34px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 34px 0px rgba(0,0,0,0.2);
    position: relative;
}

    .jumbotron .display-4 {
        font-family: 'Anton', sans-serif;
        font-size: 3em;
        color: #fff;
        background: url(/images/title_bg.jpg) no-repeat center center;
        background-size: cover;
        color: #fff;
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        text-transform: uppercase;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #612c01;
    }

        .jumbotron .display-4 strong {
            background: url(/images/title_strong.jpg) no-repeat center center;
            background-size: cover;
            color: #fff;
            -webkit-text-fill-color: transparent;
            -webkit-background-clip: text;
            text-transform: uppercase;
        }

    .jumbotron p {
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
        font-family: 'Anton', sans-serif;
    }

    #additionalimages {
    }
    #additionalimages img { height: 100px; margin-bottom:5px;}


ul#tagbox {
    list-style: none;
    clear: both;
    display: block;
    margin: 5px 0 15px 0px;
    padding: 0;
}

#tagbox li {
    float: left;
    background: #999;
    font-size: .8em;
    color: #fff;
    display: block;
    margin: 0 5px 5px 0;
    padding: 2px 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

    #tagbox li a {
        color: #fff;
    }


.gridview {
    margin: 0 0 20px 0;
}

.gridview_header td {
    color: #333;
    border-bottom: 1px solid #ccc; font-weight: bold;
    padding: 10px;
}

.gridview_row td {
    border-bottom: 1px solid #ccc;
    padding: 10px;
}

.btn-primary {
    background: #318935;
    border:none;
}

.basketimg {
    width: 100%;
    max-width: 200px;
    height: auto;
}
.basketaddminus { font-size: 2.5em; vertical-align: middle;}
.basketfrm {
    width: 50px;
    text-align: center;
    border: 1px solid #555;
    vertical-align: middle;
}

.productlistitem { text-align:center;
    background-color: #fff;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}
    .productlistitem img {
        border-radius: 10px 10px 0px 0px;
        -moz-border-radius: 10px 10px 0px 0px;
        -webkit-border-radius: 10px 10px 0px 0px;
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
    .productlistitem:hover img {
        opacity: 0.6;
    }


    .productlistitem:hover {
        background-color: #fff;
    }
    .productlistitem h4, .productlistitem .h4 {
        font-size: 1.2em;
        font-weight: normal;
        font-family: 'Anton', sans-serif;
        color: #0F4723;
    }
    @media only screen and (max-width: 768px) {

        .productlistitem a h4 {
            font-size: 0.8em;
            font-weight: bold;
        }
        .jumbotron {
        font-size: 0.7em;
        margin: 0;
        color: #fff;
    }

        .jumbotron .display-4 {
            font-size: 3em;
            bottom:40px;
            color: #fff;
        }
        #navbarTop {
            margin-left: 0vw;
        }
        .navbar {
            min-height: 4em;
            min-width: 100% !important;
           
            background: #615639;
        }
        .navbar-collapse {
            min-width: 100% !important;
            
            padding-top: 40px;
            margin-left: 0vw;
        }
            .navbar-collapse a {
                margin: 0 20px;
                color: #fff;
                background: #615639;
            }

        .dropdown-menu {
            min-width: 100%;
            background-color: #615639;
            border: 0px;
            margin: 0;
        }
        .logo {
            width: 7vw;
            height: auto;
            min-width: 70px;
            position: absolute;
            top: 10px;
            left: 10px;
            z-index: 1000;
        }

    .sidenav {
        flex-direction: row;
    }
}
</pre></body></html>