
            /*woocommerce.css*/

            :root {
                --woocommerce: #9f9f9f;
                --wc-green: #7ad03a;
                --wc-red: #a00;
                --wc-orange: #ffba00;
                --wc-blue: #2ea2cc;
                --wc-primary: #9f9f9f;
                --wc-primary-text: white;
                --wc-secondary: #ebe9eb;
                --wc-secondary-text: #515151;
                --wc-highlight: #77a464;
                --wc-highligh-text: white;
                --wc-content-bg: #fff;
                --wc-subtext: #767676
            }

            .woocommerce-store-notice, p.demo_store {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                margin: 0;
                width: 100%;
                font-size: 1em;
                padding: 1em 0;
                text-align: center;
                background-color: #9f9f9f;
                color: #fff;
                z-index: 99998;
                box-shadow: 0 1px 1em rgba(0, 0, 0, .2);
                display: none
            }

            .woocommerce-store-notice a, p.demo_store a {
                color: #fff;
                text-decoration: underline
            }

            .woocommerce .products ul, .woocommerce ul.products {
                margin: 0 0 1em;
                padding: 0;
                list-style: none outside;
                clear: both
            }

            .woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
                content: " ";
                display: table
            }

            .woocommerce .products ul::after, .woocommerce ul.products::after {
                clear: both
            }

            .woocommerce .products ul li, .woocommerce ul.products li {
                list-style: none outside
            }

            .woocommerce ul.products li.product .price {
                color: #77a464;
                display: block;
                font-weight: 400;
                margin-bottom: .5em;
                font-size: .857em
            }

            .woocommerce ul.products li.product .price del {
                color: inherit;
                opacity: .5;
                display: inline-block
            }

            .woocommerce ul.products li.product .price ins {
                background: 0 0;
                font-weight: 700;
                display: inline-block
            }

            .woocommerce .woocommerce-result-count {
                margin: 0 0 1em
            }

            .woocommerce .woocommerce-ordering {
                margin: 0 0 1em
            }

            .woocommerce .woocommerce-ordering select {
                vertical-align: top
            }

        

            .woocommerce form .form-row .required {
                visibility: visible;
            }
        