@charset "UTF-8";

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@font-face {
    font-family: star;
    src: url(../fonts/star.eot);
    src: url(../fonts/star.eot?#iefix) format("embedded-opentype"),url(../fonts/star.woff) format("woff"),url(../fonts/star.ttf) format("truetype"),url(../fonts/star.svg#star) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: highstore;
    src: url(../fonts/highstore.eot);
    src: url(../fonts/highstore.eot?#iefix) format("embedded-opentype"),url(../fonts/highstore.woff) format("woff"),url(../fonts/highstore.ttf) format("truetype"),url(../fonts/highstore.svg#highstore) format("svg");
    font-weight: 400;
    font-style: normal
}

.highstore-store-notice, p.demo_store {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0;
    width: 100%;
    font-size: 1em;
    padding: 1em 0;
    text-align: center;
    background-color: #a46497;
    color: #fff;
    z-index: 99998;
    box-shadow: 0 1px 1em rgba(0,0,0,.2);
    display: none
}

    .highstore-store-notice a, p.demo_store a {
        color: #fff;
        text-decoration: underline
    }

.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.admin-bar p.demo_store {
    top: 32px
}

.clear {
    clear: both
}

.highstore .loader::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    right: 50%;
    margin-right: -.5em;
    margin-top: -.5em;
    content: '';
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    /*background: url(../images/icons/loader.svg) center center;*/
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0,0,0,.75)
}

.highstore a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red !important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
    margin: 0 auto;
}

    .highstore a.remove:hover {
        color: #fff !important;
        background: red
    }

.highstore small.note {
    display: block;
    color: #767676;
    font-size: .857em;
    margin-top: 10px
}

.highstore .highstore-breadcrumb {
    margin: 0 0 1em;
    padding: 0;
    font-size: .92em;
    color: #767676
}

    .highstore .highstore-breadcrumb::after, .highstore .highstore-breadcrumb::before {
        content: ' ';
        display: table
    }

    .highstore .highstore-breadcrumb::after {
        clear: both
    }

    .highstore .highstore-breadcrumb a {
        color: #767676
    }

.highstore .quantity .qty {
    width: 3.631em;
    text-align: center
}

.highstore div.product {
    margin-bottom: 0;
    position: relative
}

    .highstore div.product .product_title {
        clear: none;
        margin-top: 0;
        padding: 0
    }

    .highstore div.product p.price, .highstore div.product span.price {
        color: #77a464;
        font-size: 1.25em
    }

        .highstore div.product p.price ins, .highstore div.product span.price ins {
            background: inherit;
            font-weight: 700;
            display: inline-block
        }

        .highstore div.product p.price del, .highstore div.product span.price del {
            opacity: .5;
            display: inline-block
        }

    .highstore div.product p.stock {
        font-size: .92em
    }

    .highstore div.product .stock {
        color: #77a464
    }

    .highstore div.product .out-of-stock {
        color: red
    }

    .highstore div.product .highstore-product-rating {
        margin-bottom: 1.618em
    }

    .highstore div.product div.images {
        margin-bottom: 2em
    }

        .highstore div.product div.images img {
            display: block;
            width: 100%;
            height: auto;
            box-shadow: none
        }

        .highstore div.product div.images div.thumbnails {
            padding-top: 1em
        }

        .highstore div.product div.images.highstore-product-gallery {
            position: relative
        }

        .highstore div.product div.images .highstore-product-gallery__wrapper {
            -webkit-transition: all cubic-bezier(.795,-.035,0,1) .5s;
            transition: all cubic-bezier(.795,-.035,0,1) .5s;
            margin: 0;
            padding: 0
        }

            .highstore div.product div.images .highstore-product-gallery__wrapper .zoomImg {
                background-color: #fff;
                opacity: 0
            }

        .highstore div.product div.images .highstore-product-gallery__image--placeholder {
            border: 1px solid #f2f2f2
        }

        .highstore div.product div.images .highstore-product-gallery__image:nth-child(n+2) {
            width: 25%;
            display: inline-block
        }

        .highstore div.product div.images .highstore-product-gallery__trigger {
            position: absolute;
            top: .5em;
            left: .5em;
            font-size: 2em;
            z-index: 9;
            width: 36px;
            height: 36px;
            background: #fff;
            text-indent: -9999px;
            border-radius: 100%;
            box-sizing: content-box
        }

            .highstore div.product div.images .highstore-product-gallery__trigger::before {
                content: "";
                display: block;
                width: 10px;
                height: 10px;
                border: 2px solid #000;
                border-radius: 100%;
                position: absolute;
                top: 9px;
                right: 9px;
                box-sizing: content-box
            }

            .highstore div.product div.images .highstore-product-gallery__trigger::after {
                content: "";
                display: block;
                width: 2px;
                height: 8px;
                background: #000;
                border-radius: 6px;
                position: absolute;
                top: 19px;
                right: 22px;
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
                box-sizing: content-box
            }

        .highstore div.product div.images .flex-control-thumbs {
            overflow: hidden;
            zoom: 1;
            margin: 0;
            padding: 0
        }

            .highstore div.product div.images .flex-control-thumbs li {
                width: 25%;
                float: right;
                margin: 0;
                list-style: none
            }

                .highstore div.product div.images .flex-control-thumbs li img {
                    cursor: pointer;
                    opacity: .5;
                    margin: 0
                }

                    .highstore div.product div.images .flex-control-thumbs li img.flex-active, .highstore div.product div.images .flex-control-thumbs li img:hover {
                        opacity: 1
                    }

    .highstore div.product .highstore-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
        clear: right
    }

    .highstore div.product .highstore-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
        clear: right
    }

    .highstore div.product .highstore-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
        clear: right
    }

    .highstore div.product div.summary {
        margin-bottom: 2em
    }

    .highstore div.product div.social {
        text-align: left;
        margin: 0 0 1em
    }

        .highstore div.product div.social span {
            margin: 0 2px 0 0
        }

            .highstore div.product div.social span span {
                margin: 0
            }

            .highstore div.product div.social span .stButton .chicklets {
                padding-right: 16px;
                width: 0
            }

        .highstore div.product div.social iframe {
            float: right;
            margin-top: 3px
        }

    .highstore div.product .highstore-tabs ul.tabs {
        list-style: none;
        padding: 0 1em 0 0;
        margin: 0 0 1.618em;
        overflow: hidden;
        position: relative
    }

        .highstore div.product .highstore-tabs ul.tabs li {
            border: 1px solid #d3ced2;
            background-color: #ebe9eb;
            display: inline-block;
            position: relative;
            z-index: 0;
            border-radius: 4px 4px 0 0;
            margin: 0 -5px;
            padding: 0 1em
        }

            .highstore div.product .highstore-tabs ul.tabs li a {
                display: inline-block;
                padding: .5em 0;
                font-weight: 700;
                color: #515151;
                text-decoration: none
            }

                .highstore div.product .highstore-tabs ul.tabs li a:hover {
                    text-decoration: none;
                    color: #6b6a6b
                }

            .highstore div.product .highstore-tabs ul.tabs li.active {
                background: #fff;
                z-index: 2;
                border-bottom-color: #fff
            }

                .highstore div.product .highstore-tabs ul.tabs li.active a {
                    color: inherit;
                    text-shadow: inherit
                }

                .highstore div.product .highstore-tabs ul.tabs li.active::before {
                    box-shadow: -2px 2px 0 #fff
                }

                .highstore div.product .highstore-tabs ul.tabs li.active::after {
                    box-shadow: 2px 2px 0 #fff
                }

            .highstore div.product .highstore-tabs ul.tabs li::after, .highstore div.product .highstore-tabs ul.tabs li::before {
                border: 1px solid #d3ced2;
                position: absolute;
                bottom: -1px;
                width: 5px;
                height: 5px;
                content: " ";
                box-sizing: border-box
            }

            .highstore div.product .highstore-tabs ul.tabs li::before {
                right: -5px;
                border-bottom-left-radius: 4px;
                border-width: 0 0 1px 1px;
                box-shadow: -2px 2px 0 #ebe9eb
            }

            .highstore div.product .highstore-tabs ul.tabs li::after {
                left: -5px;
                border-bottom-right-radius: 4px;
                border-width: 0 1px 1px 0;
                box-shadow: 2px 2px 0 #ebe9eb
            }

        .highstore div.product .highstore-tabs ul.tabs::before {
            position: absolute;
            content: " ";
            width: 100%;
            bottom: 0;
            right: 0;
            border-bottom: 1px solid #d3ced2;
            z-index: 1
        }

    .highstore div.product .highstore-tabs .panel {
        margin: 0 0 2em;
        padding: 0
    }

    .highstore div.product p.cart {
        margin-bottom: 2em
    }

        .highstore div.product p.cart::after, .highstore div.product p.cart::before {
            content: ' ';
            display: table
        }

        .highstore div.product p.cart::after {
            clear: both
        }

    .highstore div.product form.cart {
        margin-bottom: 2em
    }

        .highstore div.product form.cart::after, .highstore div.product form.cart::before {
            content: ' ';
            display: table
        }

        .highstore div.product form.cart::after {
            clear: both
        }

        .highstore div.product form.cart div.quantity {
            float: right;
            margin: 0 0 0 4px
        }

        .highstore div.product form.cart table {
            border-width: 0 0 1px
        }

            .highstore div.product form.cart table td {
                padding-right: 0
            }

            .highstore div.product form.cart table div.quantity {
                float: none;
                margin: 0
            }

            .highstore div.product form.cart table small.stock {
                display: block;
                float: none
            }

        .highstore div.product form.cart .variations {
            margin-bottom: 1em;
            border: 0;
            width: 100%
        }

            .highstore div.product form.cart .variations td, .highstore div.product form.cart .variations th {
                border: 0;
                vertical-align: top;
                line-height: 2em
            }

            .highstore div.product form.cart .variations label {
                font-weight: 700;
                position:relative;
            }

                .highstore div.product form.cart .variations label[data-required="True"]::after {
                    content: '*';
                    position: absolute;
                    left: -10px;
                    color: #ff0000;
                }

            .highstore div.product form.cart .variations select {
                max-width: 100%;
                min-width: 75%;
                display: inline-block;
                margin-left: 1em
            }

            .highstore div.product form.cart .variations td.label {
                padding-left: 1em
            }

        .highstore div.product form.cart .highstore-variation-description p {
            margin-bottom: 1em
        }

        .highstore div.product form.cart .reset_variations {
            visibility: hidden;
            font-size: .83em
        }

        .highstore div.product form.cart .wc-no-matching-variations {
            display: none
        }

        .highstore div.product form.cart .button {
            vertical-align: middle;
            float: right;
        }

        .highstore div.product form.cart .group_table td.highstore-grouped-product-list-item__label {
            padding-left: 1em;
            padding-right: 1em
        }

        .highstore div.product form.cart .group_table td {
            vertical-align: top;
            padding-bottom: .5em;
            border: 0
        }

            .highstore div.product form.cart .group_table td:first-child {
                width: 4em;
                text-align: center
            }

        .highstore div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox {
            display: inline-block;
            width: auto;
            margin: 0 auto;
            -webkit-transform: scale(1.5,1.5);
            -ms-transform: scale(1.5,1.5);
            transform: scale(1.5,1.5)
        }

.highstore span.onsale {
    min-height: 3.236em;
    min-width: 3.236em;
    padding: .202em;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -.5em;
    right: -.5em;
    margin: 0;
    border-radius: 100%;
    background-color: #77a464;
    color: #fff;
    font-size: .857em;
    z-index: 9
}

.highstore .products ul, .highstore ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both
}

    .highstore .products ul::after, .highstore .products ul::before, .highstore ul.products::after, .highstore ul.products::before {
        content: ' ';
        display: table
    }

    .highstore .products ul::after, .highstore ul.products::after {
        clear: both
    }

    .highstore .products ul li, .highstore ul.products li {
        list-style: none outside
    }

        .highstore ul.products li.product .onsale {
            top: 0;
            left: 0;
            right: auto;
            margin: -.5em 0 0 -.5em
        }

        .highstore ul.products li.product .highstore-loop-category__title, .highstore ul.products li.product .highstore-loop-product__title, .highstore ul.products li.product h3 {
            padding: .5em 0;
            margin: 0;
            font-size: 1em
        }

        .highstore ul.products li.product a {
            text-decoration: none
        }

            .highstore ul.products li.product a img {
                width: 100%;
                height: auto;
                display: block;
                margin: 0 0 1em;
                box-shadow: none
            }

        .highstore ul.products li.product strong {
            display: block
        }

        .highstore ul.products li.product .highstore-placeholder {
            border: 1px solid #f2f2f2
        }

        .highstore ul.products li.product .star-rating {
            font-size: .857em
        }

        .highstore ul.products li.product .button {
            margin-top: 1em
        }

        .highstore ul.products li.product .price {
            color: #77a464;
            display: block;
            font-weight: 400;
            margin-bottom: .5em;
            font-size: .857em
        }

            .highstore ul.products li.product .price del {
                color: inherit;
                opacity: .5;
                display: inline-block
            }

            .highstore ul.products li.product .price ins {
                background: 0 0;
                font-weight: 700;
                display: inline-block
            }

            .highstore ul.products li.product .price .from {
                font-size: .67em;
                margin: -2px 0 0 0;
                text-transform: uppercase;
                color: rgba(132,132,132,.5)
            }

.highstore .highstore-result-count {
    margin: 0 0 1em
}

.highstore .highstore-ordering {
    margin: 0 0 1em
}

    .highstore .highstore-ordering select {
        vertical-align: top
    }

.highstore nav.highstore-pagination {
    text-align: center
}

    .highstore nav.highstore-pagination ul {
        display: inline-block;
        white-space: nowrap;
        padding: 0;
        clear: both;
        border: 1px solid #d3ced2;
        border-left: 0;
        margin: 1px
    }

        .highstore nav.highstore-pagination ul li {
            border-left: 1px solid #d3ced2;
            padding: 0;
            margin: 0;
            float: right;
            display: inline;
            overflow: hidden
        }

            .highstore nav.highstore-pagination ul li a, .highstore nav.highstore-pagination ul li span {
                margin: 0;
                text-decoration: none;
                padding: 0;
                line-height: 1;
                font-size: 1em;
                font-weight: 400;
                padding: .5em;
                min-width: 1em;
                display: block
            }

                .highstore nav.highstore-pagination ul li a:focus, .highstore nav.highstore-pagination ul li a:hover, .highstore nav.highstore-pagination ul li span.current {
                    background: #ebe9eb;
                    color: #8a7e88
                }

.highstore #respond input#submit, .highstore a.button, .highstore button.button, .highstore input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    right: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none
}

    .highstore #respond input#submit.loading, .highstore a.button.loading, .highstore button.button.loading, .highstore input.button.loading {
        opacity: .25;
        padding-left: 2.618em
    }

        .highstore #respond input#submit.loading::after, .highstore a.button.loading::after, .highstore button.button.loading::after, .highstore input.button.loading::after {
            font-family: highstore;
            content: "\e01c";
            vertical-align: top;
            font-weight: 400;
            position: absolute;
            top: .618em;
            left: 1em;
            -webkit-animation: spin 2s linear infinite;
            animation: spin 2s linear infinite
        }

    .highstore #respond input#submit.added::after, .highstore a.button.added::after, .highstore button.button.added::after, .highstore input.button.added::after {
        font-family: highstore;
        content: "\e017";
        margin-right: .53em;
        vertical-align: bottom
    }

    .highstore #respond input#submit:hover, .highstore a.button:hover, .highstore button.button:hover, .highstore input.button:hover {
        background-color: #dfdcde;
        text-decoration: none;
        background-image: none;
        color: #515151
    }

    .highstore #respond input#submit.alt, .highstore a.button.alt, .highstore button.button.alt, .highstore input.button.alt {
        background-color: #a46497;
        color: #fff;
        -webkit-font-smoothing: antialiased
    }

        .highstore #respond input#submit.alt:hover, .highstore a.button.alt:hover, .highstore button.button.alt:hover, .highstore input.button.alt:hover {
            background-color: #96588a;
            color: #fff
        }

        .highstore #respond input#submit.alt.disabled, .highstore #respond input#submit.alt.disabled:hover, .highstore #respond input#submit.alt:disabled, .highstore #respond input#submit.alt:disabled:hover, .highstore #respond input#submit.alt:disabled[disabled], .highstore #respond input#submit.alt:disabled[disabled]:hover, .highstore a.button.alt.disabled, .highstore a.button.alt.disabled:hover, .highstore a.button.alt:disabled, .highstore a.button.alt:disabled:hover, .highstore a.button.alt:disabled[disabled], .highstore a.button.alt:disabled[disabled]:hover, .highstore button.button.alt.disabled, .highstore button.button.alt.disabled:hover, .highstore button.button.alt:disabled, .highstore button.button.alt:disabled:hover, .highstore button.button.alt:disabled[disabled], .highstore button.button.alt:disabled[disabled]:hover, .highstore input.button.alt.disabled, .highstore input.button.alt.disabled:hover, .highstore input.button.alt:disabled, .highstore input.button.alt:disabled:hover, .highstore input.button.alt:disabled[disabled], .highstore input.button.alt:disabled[disabled]:hover {
            background-color: #a46497;
            color: #fff
        }

    .highstore #respond input#submit.disabled, .highstore #respond input#submit:disabled, .highstore #respond input#submit:disabled[disabled], .highstore a.button.disabled, .highstore a.button:disabled, .highstore a.button:disabled[disabled], .highstore button.button.disabled, .highstore button.button:disabled, .highstore button.button:disabled[disabled], .highstore input.button.disabled, .highstore input.button:disabled, .highstore input.button:disabled[disabled] {
        color: inherit;
        cursor: not-allowed;
        opacity: .5;
        padding: .618em 1em
    }

        .highstore #respond input#submit.disabled:hover, .highstore #respond input#submit:disabled:hover, .highstore #respond input#submit:disabled[disabled]:hover, .highstore a.button.disabled:hover, .highstore a.button:disabled:hover, .highstore a.button:disabled[disabled]:hover, .highstore button.button.disabled:hover, .highstore button.button:disabled:hover, .highstore button.button:disabled[disabled]:hover, .highstore input.button.disabled:hover, .highstore input.button:disabled:hover, .highstore input.button:disabled[disabled]:hover {
            color: inherit;
            background-color: #ebe9eb
        }

.highstore .cart .button, .highstore .cart input.button {
    float: none
}

.highstore a.added_to_cart {
    padding-top: .5em;
    display: inline-block
}

.highstore #reviews h2 small {
    float: left;
    color: #767676;
    font-size: 15px;
    margin: 10px 0 0
}

    .highstore #reviews h2 small a {
        text-decoration: none;
        color: #767676
    }

.highstore #reviews h3 {
    margin: 0
}

.highstore #reviews #respond {
    margin: 0;
    border: 0;
    padding: 0
}

.highstore #reviews #comment {
    height: 75px
}

.highstore #reviews #comments .add_review::after, .highstore #reviews #comments .add_review::before {
    content: ' ';
    display: table
}

.highstore #reviews #comments .add_review::after {
    clear: both
}

.highstore #reviews #comments h2 {
    clear: none
}

.highstore #reviews #comments ol.commentlist {
    margin: 0;
    width: 100%;
    background: 0 0;
    list-style: none
}

    .highstore #reviews #comments ol.commentlist::after, .highstore #reviews #comments ol.commentlist::before {
        content: ' ';
        display: table
    }

    .highstore #reviews #comments ol.commentlist::after {
        clear: both
    }

    .highstore #reviews #comments ol.commentlist li {
        padding: 0;
        margin: 0 0 20px;
        border: 0;
        position: relative;
        background: 100%;
        border: 0
    }

        .highstore #reviews #comments ol.commentlist li .meta {
            color: #767676;
            font-size: .75em
        }

        .highstore #reviews #comments ol.commentlist li img.avatar {
            float: right;
            position: absolute;
            top: 0;
            right: 0;
            padding: 3px;
            width: 32px;
            height: auto;
            background: #ebe9eb;
            border: 1px solid #e4e1e3;
            margin: 0;
            box-shadow: none
        }

        .highstore #reviews #comments ol.commentlist li .comment-text {
            /* margin: 0 50px 0 0; */
            border: 1px solid #e4e1e3;
            border-radius: 4px;
            padding: 1em 1em 0
        }

            .highstore #reviews #comments ol.commentlist li .comment-text::after, .highstore #reviews #comments ol.commentlist li .comment-text::before {
                content: ' ';
                display: table
            }

            .highstore #reviews #comments ol.commentlist li .comment-text::after {
                clear: both
            }

            .highstore #reviews #comments ol.commentlist li .comment-text p {
                margin: 0 0 1em
            }

                .highstore #reviews #comments ol.commentlist li .comment-text p.meta {
                    font-size: .83em
                }

    .highstore #reviews #comments ol.commentlist ul.children {
        list-style: none outside;
        margin: 20px 50px 0 0
    }

        .highstore #reviews #comments ol.commentlist ul.children .star-rating {
            display: none
        }

    .highstore #reviews #comments ol.commentlist #respond {
        border: 1px solid #e4e1e3;
        border-radius: 4px;
        padding: 1em 1em 0;
        margin: 20px 50px 0 0
    }

.highstore #reviews #comments .commentlist > li::before {
    content: ""
}

.highstore .product-rating {
    position: absolute;
    left: 0;
    top: 0px;
    text-align: center;
}
.highstore .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star;
    /* right: 6px; */
    top: 7px;
    margin-left: 6px;
}

    .highstore .star-rating::before {
        content: "\73\73\73\73\73";
        color: #d3ced2;
        float: right;
        top: 0;
        right: 0;
        position: absolute
    }

    .highstore .star-rating span {
        overflow: hidden;
        float: right;
        top: 0;
        right: 0;
        position: absolute;
        padding-top: 1.5em
    }

        .highstore .star-rating span::before {
            content: "\53\53\53\53\53";
            top: 0;
            position: absolute;
            right: 0;
            font-family: 'star';
        }

.highstore .highstore-product-rating {
    line-height: 2;
    display: block
}

    .highstore .highstore-product-rating::after, .highstore .highstore-product-rating::before {
        content: ' ';
        display: table
    }

    .highstore .highstore-product-rating::after {
        clear: both
    }

    .highstore .highstore-product-rating .star-rating {
        margin: .5em 0 0 4px;
        float: right
    }

.highstore .products .star-rating {
    display: block;
    margin: 0 0 .5em;
    float: none
}

.highstore .hreview-aggregate .star-rating {
    margin: 10px 0 0
}

.highstore #review_form #respond {
    position: static;
    margin: 0;
    width: auto;
    padding: 0;
    background: transparent none;
    border: 0
}

    .highstore #review_form #respond::after, .highstore #review_form #respond::before {
        content: ' ';
        display: table
    }

    .highstore #review_form #respond::after {
        clear: both
    }

    .highstore #review_form #respond p {
        margin: 0 0 10px;
        flex: 1 100%;
    }

    .highstore #review_form #respond .form-submit input {
        right: auto
    }

    .highstore #review_form #respond textarea {
        box-sizing: border-box;
        width: 100%
    }

    .highstore #review_form #respond .comment-form-replyto {
        display:none;
    }

        .highstore #review_form #respond .comment-form-replyto .clear-reply {
            background: #ef394e;
            width: 20px;
            height: 20px;
            position: relative;
            top: 2px;
            border-radius: 4px;
            line-height: 22px;
            color: #fff;
            font-size: 20px;
            text-align: center;
        }

    .highstore p.stars a {
        position: relative;
        height: 1em;
        width: 1em;
        text-indent: -999em;
        display: inline-block;
        text-decoration: none
    }

    .highstore p.stars a::before {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 1em;
        height: 1em;
        line-height: 1;
        font-family: highstore;
        content: "\e021";
        text-indent: 0
    }

    .highstore p.stars a:hover ~ a::before {
        content: "\e021"
    }

.highstore p.stars:hover a::before {
    content: "\e020"
}

.highstore p.stars.selected a.active::before {
    content: "\e020"
}

.highstore p.stars.selected a.active ~ a::before {
    content: "\e021"
}

.highstore p.stars.selected a:not(.active)::before {
    content: "\e020"
}

.highstore table.shop_attributes {
    border: 0;
    border-top: 1px dotted rgba(0,0,0,.1);
    margin-bottom: 1.618em;
    width: 100%
}

    .highstore table.shop_attributes th {
        width: 150px;
        font-weight: 700;
        padding: 8px;
        border-top: 0;
        border-bottom: 1px dotted rgba(0,0,0,.1);
        margin: 0;
        line-height: 1.5
    }

    .highstore table.shop_attributes td {
        font-style: italic;
        padding: 0;
        border-top: 0;
        border-bottom: 1px dotted rgba(0,0,0,.1);
        margin: 0;
        line-height: 1.5
    }

        .highstore table.shop_attributes td p {
            margin: 0;
            padding: 8px 0
        }

    .highstore table.shop_attributes tr:nth-child(even) td, .highstore table.shop_attributes tr:nth-child(even) th {
        background: rgba(0,0,0,.025)
    }

.highstore table.shop_table {
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 0 24px -1px;
    text-align: right;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px
}

    .highstore table.shop_table th {
        font-weight: 700;
        padding: 9px 12px;
        line-height: 1.5em
    }

    .highstore table.shop_table td {
        border-top: 1px solid rgba(0,0,0,.1);
        padding: 9px 12px;
        vertical-align: middle;
        line-height: 1.5em
    }

        .highstore table.shop_table td small {
            font-weight: 400
        }

        .highstore table.shop_table td del {
            font-weight: 400
        }

    .highstore table.shop_table tbody:first-child tr:first-child td, .highstore table.shop_table tbody:first-child tr:first-child th {
        border-top: 0
    }

    .highstore table.shop_table tbody th, .highstore table.shop_table tfoot td, .highstore table.shop_table tfoot th {
        font-weight: 700;
        border-top: 1px solid rgba(0,0,0,.1)
    }

.highstore table.my_account_orders {
    font-size: .85em
}

    .highstore table.my_account_orders td, .highstore table.my_account_orders th {
        padding: 4px 8px;
        vertical-align: middle
    }

    .highstore table.my_account_orders .button {
        white-space: nowrap
    }

.highstore table.highstore-MyAccount-downloads td, .highstore table.highstore-MyAccount-downloads th {
    vertical-align: top;
    text-align: center
}

    .highstore table.highstore-MyAccount-downloads td:first-child, .highstore table.highstore-MyAccount-downloads th:first-child {
        text-align: right
    }

    .highstore table.highstore-MyAccount-downloads td:last-child, .highstore table.highstore-MyAccount-downloads th:last-child {
        text-align: right
    }

    .highstore table.highstore-MyAccount-downloads td .highstore-MyAccount-downloads-file::before, .highstore table.highstore-MyAccount-downloads th .highstore-MyAccount-downloads-file::before {
        content: "\2193";
        display: inline-block
    }

.highstore td.product-name .wc-item-meta, .highstore td.product-name dl.variation {
    list-style: none outside
}

    .highstore td.product-name .wc-item-meta .wc-item-meta-label, .highstore td.product-name .wc-item-meta dt, .highstore td.product-name dl.variation .wc-item-meta-label, .highstore td.product-name dl.variation dt {
        float: right;
        clear: both;
        margin-left: .25em;
        display: inline-block;
        list-style: none outside
    }

    .highstore td.product-name .wc-item-meta dd, .highstore td.product-name dl.variation dd {
        margin: 0
    }

    .highstore td.product-name .wc-item-meta p, .highstore td.product-name .wc-item-meta:last-child, .highstore td.product-name dl.variation p, .highstore td.product-name dl.variation:last-child {
        margin-bottom: 0
    }

    .highstore td.product-name dl.variation dd {
        position: relative;
    }

    .highstore td.product-name dl.variation dd.has-color {
        text-indent: 20px;
    }

        .highstore td.product-name dl.variation dd > span.cart-item-color {
            display: block;
            width: 15px;
            height: 15px;
            position: absolute;
            border-radius: 50px;
            top: 3px;
        }

.highstore td.product-name p.backorder_notification {
    font-size: .83em
}

.highstore td.product-quantity {
    min-width: 80px
}

.highstore ul.cart_list, .highstore ul.product_list_widget {
    list-style: none outside;
    padding: 0;
    margin: 0
}

    .highstore ul.cart_list li, .highstore ul.product_list_widget li {
        padding: 4px 0;
        margin: 0;
        list-style: none
    }

        .highstore ul.cart_list li::after, .highstore ul.cart_list li::before, .highstore ul.product_list_widget li::after, .highstore ul.product_list_widget li::before {
            content: ' ';
            display: table
        }

        .highstore ul.cart_list li::after, .highstore ul.product_list_widget li::after {
            clear: both
        }

        .highstore ul.cart_list li a, .highstore ul.product_list_widget li a {
            display: block;
            font-weight: 700
        }

        .highstore ul.cart_list li img, .highstore ul.product_list_widget li img {
            float: left;
            margin-right: 4px;
            width: 32px;
            height: auto;
            box-shadow: none
        }

        .highstore ul.cart_list li dl, .highstore ul.product_list_widget li dl {
            margin: 0;
            padding-right: 1em;
            border-right: 2px solid rgba(0,0,0,.1)
        }

            .highstore ul.cart_list li dl::after, .highstore ul.cart_list li dl::before, .highstore ul.product_list_widget li dl::after, .highstore ul.product_list_widget li dl::before {
                content: ' ';
                display: table
            }

            .highstore ul.cart_list li dl::after, .highstore ul.product_list_widget li dl::after {
                clear: both
            }

            .highstore ul.cart_list li dl dd, .highstore ul.cart_list li dl dt, .highstore ul.product_list_widget li dl dd, .highstore ul.product_list_widget li dl dt {
                display: inline-block;
                float: right;
                margin-bottom: 1em
            }

            .highstore ul.cart_list li dl dt, .highstore ul.product_list_widget li dl dt {
                font-weight: 700;
                padding: 0 0 .25em;
                margin: 0 0 0 4px;
                clear: right
            }

            .highstore ul.cart_list li dl dd, .highstore ul.product_list_widget li dl dd {
                padding: 0 0 .25em
            }

                .highstore ul.cart_list li dl dd p:last-child, .highstore ul.product_list_widget li dl dd p:last-child {
                    margin-bottom: 0
                }

        .highstore ul.cart_list li .star-rating, .highstore ul.product_list_widget li .star-rating {
            float: none
        }

.highstore .widget_shopping_cart .total, .highstore.widget_shopping_cart .total {
    border-top: 3px double #ebe9eb;
    padding: 4px 0 0
}

    .highstore .widget_shopping_cart .total strong, .highstore.widget_shopping_cart .total strong {
        min-width: 40px;
        display: inline-block
    }

.highstore .widget_shopping_cart .cart_list li, .highstore.widget_shopping_cart .cart_list li {
    padding-right: 2em;
    position: relative;
    padding-top: 0
}

    .highstore .widget_shopping_cart .cart_list li a.remove, .highstore.widget_shopping_cart .cart_list li a.remove {
        position: absolute;
        top: 0;
        right: 0
    }

.highstore .widget_shopping_cart .buttons::after, .highstore .widget_shopping_cart .buttons::before, .highstore.widget_shopping_cart .buttons::after, .highstore.widget_shopping_cart .buttons::before {
    content: ' ';
    display: table
}

.highstore .widget_shopping_cart .buttons::after, .highstore.widget_shopping_cart .buttons::after {
    clear: both
}

.highstore .widget_shopping_cart .buttons a, .highstore.widget_shopping_cart .buttons a {
    margin-left: 5px;
    margin-bottom: 5px
}

.highstore form .form-row {
    padding: 3px;
    margin: 0 0 6px
}

    .highstore form .form-row [placeholder]:focus::-webkit-input-placeholder {
        -webkit-transition: opacity .5s .5s ease;
        transition: opacity .5s .5s ease;
        opacity: 0
    }

    .highstore form .form-row label {
        line-height: 2
    }

        .highstore form .form-row label.hidden {
            visibility: hidden
        }

        .highstore form .form-row label.inline {
            display: inline
        }

    .highstore form .form-row .highstore-input-wrapper .description {
        background: #1e85be;
        color: #fff;
        border-radius: 3px;
        padding: 1em;
        margin: .5em 0 0;
        clear: both;
        display: none;
        position: relative
    }

        .highstore form .form-row .highstore-input-wrapper .description a {
            color: #fff;
            text-decoration: underline;
            border: 0;
            box-shadow: none
        }

        .highstore form .form-row .highstore-input-wrapper .description::before {
            right: 50%;
            top: 0;
            margin-top: -4px;
            -webkit-transform: translateX(50%) rotate(-180deg);
            -ms-transform: translateX(50%) rotate(-180deg);
            transform: translateX(50%) rotate(-180deg);
            content: "";
            position: absolute;
            border-width: 4px 6px 0 6px;
            border-style: solid;
            border-color: #1e85be transparent transparent transparent;
            z-index: 100;
            display: block
        }

    .highstore form .form-row select {
        cursor: pointer;
        margin: 0
    }

    .highstore form .form-row .required {
        color: red;
        font-weight: 700;
        border: 0 !important;
        text-decoration: none;
        visibility: hidden
    }

    .highstore form .form-row .optional {
        visibility: visible
    }

    .highstore form .form-row .input-checkbox {
        display: inline;
        margin: -2px 0 0 8px;
        text-align: center;
        vertical-align: middle
    }

    .highstore form .form-row input.input-text, .highstore form .form-row textarea {
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        outline: 0;
        line-height: normal
    }

    .highstore form .form-row textarea {
        height: 4em;
        line-height: 1.5;
        display: block;
        box-shadow: none
    }

    .highstore form .form-row .select2-container {
        width: 100%;
        line-height: 2em
    }

    .highstore form .form-row.highstore-invalid label {
        color: #a00
    }

    .highstore form .form-row.highstore-invalid .select2-container, .highstore form .form-row.highstore-invalid input.input-text, .highstore form .form-row.highstore-invalid select {
        border-color: #a00
    }

    .highstore form .form-row.highstore-validated .select2-container, .highstore form .form-row.highstore-validated input.input-text, .highstore form .form-row.highstore-validated select {
        border-color: #6dc22e
    }

    .highstore form .form-row ::-webkit-input-placeholder {
        line-height: normal
    }

    .highstore form .form-row :-moz-placeholder {
        line-height: normal
    }

    .highstore form .form-row :-ms-input-placeholder {
        line-height: normal
    }

.highstore form.checkout_coupon, .highstore form.login, .highstore form.register {
    border: 1px solid #d3ced2;
    padding: 20px;
    margin: 2em 0;
    text-align: right;
    border-radius: 5px
}

.highstore ul#shipping_method {
    list-style: none outside;
    margin: 0;
    padding: 0
}

    .highstore ul#shipping_method li {
        margin: 0 0 .5em;
        line-height: 1.5em;
        list-style: none outside
    }

        .highstore ul#shipping_method li input {
            margin: 3px 0 0 .4375em;
            vertical-align: top
        }

        .highstore ul#shipping_method li label {
            display: inline
        }

    .highstore ul#shipping_method .amount {
        font-weight: 700
    }

.highstore p.highstore-shipping-contents {
    margin: 0
}

.highstore ul.order_details {
    margin: 0 0 3em;
    list-style: none
}

    .highstore ul.order_details::after, .highstore ul.order_details::before {
        content: ' ';
        display: table
    }

    .highstore ul.order_details::after {
        clear: both
    }

    .highstore ul.order_details li {
        float: right;
        margin-left: 2em;
        text-transform: uppercase;
        font-size: .715em;
        line-height: 1;
        border-left: 1px dashed #d3ced2;
        padding-left: 2em;
        margin-right: 0;
        padding-right: 0;
        list-style-type: none
    }

        .highstore ul.order_details li strong {
            display: block;
            font-size: 1.4em;
            text-transform: none;
            line-height: 1.5
        }

        .highstore ul.order_details li:last-of-type {
            border: none
        }

.highstore .wc-bacs-bank-details-account-name {
    font-weight: 700
}

.highstore .highstore-customer-details, .highstore .highstore-order-details, .highstore .highstore-order-downloads {
    margin-bottom: 2em
}

    .highstore .highstore-customer-details :last-child, .highstore .highstore-order-details :last-child, .highstore .highstore-order-downloads :last-child {
        margin-bottom: 0
    }

    .highstore .highstore-customer-details address {
        font-style: normal;
        margin-bottom: 0;
        border: 1px solid rgba(0,0,0,.1);
        border-bottom-width: 2px;
        border-left-width: 2px;
        text-align: right;
        width: 100%;
        border-radius: 5px;
        padding: 6px 12px
    }

    .highstore .highstore-customer-details .highstore-customer-details--email, .highstore .highstore-customer-details .highstore-customer-details--phone {
        margin-bottom: 0;
        padding-right: 1.5em
    }

        .highstore .highstore-customer-details .highstore-customer-details--phone::before {
            font-family: highstore;
            speak: none;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            margin-left: .618em;
            content: "";
            text-decoration: none;
            margin-right: -1.5em;
            line-height: 1.75;
            position: absolute
        }

        .highstore .highstore-customer-details .highstore-customer-details--email::before {
            font-family: highstore;
            speak: none;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            margin-left: .618em;
            content: "";
            text-decoration: none;
            margin-right: -1.5em;
            line-height: 1.75;
            position: absolute
        }

.highstore .highstore-widget-layered-nav-list {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside
}

    .highstore .highstore-widget-layered-nav-list .highstore-widget-layered-nav-list__item {
        padding: 0 0 1px;
        list-style: none
    }

        .highstore .highstore-widget-layered-nav-list .highstore-widget-layered-nav-list__item::after, .highstore .highstore-widget-layered-nav-list .highstore-widget-layered-nav-list__item::before {
            content: ' ';
            display: table
        }

        .highstore .highstore-widget-layered-nav-list .highstore-widget-layered-nav-list__item::after {
            clear: both
        }

        .highstore .highstore-widget-layered-nav-list .highstore-widget-layered-nav-list__item a, .highstore .highstore-widget-layered-nav-list .highstore-widget-layered-nav-list__item span {
            padding: 1px 0
        }

    .highstore .highstore-widget-layered-nav-list .highstore-widget-layered-nav-list__item--chosen a::before {
        font-family: highstore;
        speak: none;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        margin-left: .618em;
        content: "";
        text-decoration: none;
        color: #a00
    }

.highstore .highstore-widget-layered-nav-dropdown__submit {
    margin-top: 1em
}

.highstore .widget_layered_nav_filters ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside;
    overflow: hidden;
    zoom: 1
}

    .highstore .widget_layered_nav_filters ul li {
        float: right;
        padding: 0 1px 1px 1em;
        list-style: none
    }

        .highstore .widget_layered_nav_filters ul li a {
            text-decoration: none
        }

            .highstore .widget_layered_nav_filters ul li a::before {
                font-family: highstore;
                speak: none;
                font-weight: 400;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                margin-left: .618em;
                content: "";
                text-decoration: none;
                color: #a00;
                vertical-align: inherit;
                margin-left: .5em
            }

.highstore .widget_price_filter .price_slider {
    margin-bottom: 1em
}

.highstore .widget_price_filter .price_slider_amount {
    text-align: left;
    line-height: 2.4;
    font-size: .8751em
}

    .highstore .widget_price_filter .price_slider_amount .button {
        font-size: 1.15em;
        float: right
    }

.highstore .widget_price_filter .ui-slider {
    position: relative;
    text-align: right;
    margin-right: .5em;
    margin-left: .5em
}

    .highstore .widget_price_filter .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 1em;
        height: 1em;
        background-color: #a46497;
        border-radius: 1em;
        cursor: ew-resize;
        outline: 0;
        top: -.3em;
        margin-left: -.5em
    }

    .highstore .widget_price_filter .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
        border-radius: 1em;
        background-color: #a46497
    }

.highstore .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background-color: #462940;
    border: 0
}

.highstore .widget_price_filter .ui-slider-horizontal {
    height: .5em
}

    .highstore .widget_price_filter .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%
    }

    .highstore .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
        right: -1px
    }

    .highstore .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
        left: -1px
    }

.highstore .widget_rating_filter ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside
}

    .highstore .widget_rating_filter ul li {
        padding: 0 0 1px;
        list-style: none
    }

        .highstore .widget_rating_filter ul li::after, .highstore .widget_rating_filter ul li::before {
            content: ' ';
            display: table
        }

        .highstore .widget_rating_filter ul li::after {
            clear: both
        }

        .highstore .widget_rating_filter ul li a {
            padding: 1px 0;
            text-decoration: none
        }

        .highstore .widget_rating_filter ul li .star-rating {
            float: none;
            display: inline-block
        }

        .highstore .widget_rating_filter ul li.chosen a::before {
            font-family: highstore;
            speak: none;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            margin-left: .618em;
            content: "";
            text-decoration: none;
            color: #a00
        }

.highstore .highstore-form-login .highstore-form-login__submit {
    float: right;
    margin-left: 1em
}

.highstore .highstore-form-login .highstore-form-login__rememberme {
    display: inline-block
}

.highstore-no-js form.highstore-form-coupon, .highstore-no-js form.highstore-form-login {
    display: block !important
}

.highstore-no-js .showcoupon, .highstore-no-js .highstore-form-coupon-toggle, .highstore-no-js .highstore-form-login-toggle {
    display: none !important
}

.highstore-error, .highstore-info, .highstore-message {
    padding: 1em 3.5em 1em 2em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #a46497;
    list-style: none outside;
    width: auto;
    word-wrap: break-word
}

    .highstore-error::after, .highstore-error::before, .highstore-info::after, .highstore-info::before, .highstore-message::after, .highstore-message::before {
        content: ' ';
        display: table
    }

    .highstore-error::after, .highstore-info::after, .highstore-message::after {
        clear: both
    }

    .highstore-error::before, .highstore-info::before, .highstore-message::before {
        font-family: "Font Awesome 5 Pro";
        content: "\f4a5";
        display: inline-block;
        position: absolute;
        right: 1.5em
    }

    .highstore-error .button, .highstore-info .button, .highstore-message .button {
        float: left
    }

    .highstore-error li, .highstore-info li, .highstore-message li {
        list-style: none outside !important;
        padding-right: 0 !important;
        margin-right: 0 !important
    }

.rtl.highstore .price_label, .rtl.highstore .price_label span {
    direction: ltr;
    unicode-bidi: embed
}

.highstore-message {
    border-top-color: #8fae1b
}

    .highstore-message::before {
        content: "\e015";
        color: #8fae1b
    }

.highstore-info {
    border-top-color: #1e85be
}

    .highstore-info::before {
        color: #1e85be
    }

.highstore-error {
    border-top-color: #b81c23
}

    .highstore-error::before {
        content: "\e016";
        color: #b81c23
    }

.highstore-account .highstore::after, .highstore-account .highstore::before {
    content: ' ';
    display: table
}

.highstore-account .highstore::after {
    clear: both
}

.highstore-account .addresses .title::after, .highstore-account .addresses .title::before {
    content: ' ';
    display: table
}

.highstore-account .addresses .title::after {
    clear: both
}

.highstore-account .addresses .title h3 {
    float: right
}

.highstore-account .addresses .title .edit {
    float: left
}

.highstore-account ol.commentlist.notes li.note p.meta {
    font-weight: 700;
    margin-bottom: 0
}

.highstore-account ol.commentlist.notes li.note .description p:last-child {
    margin-bottom: 0
}

.highstore-account ul.digital-downloads {
    margin-right: 0;
    padding-right: 0
}

    .highstore-account ul.digital-downloads li {
        list-style: none;
        margin-right: 0;
        padding-right: 0
    }

        .highstore-account ul.digital-downloads li::before {
            font-family: highstore;
            speak: none;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            margin-left: .618em;
            content: "";
            text-decoration: none
        }

        .highstore-account ul.digital-downloads li .count {
            float: left
        }

.highstore-terms-and-conditions {
    border: 1px solid rgba(0,0,0,.2);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    background: rgba(0,0,0,.05)
}

.highstore-invalid #terms {
    outline: 2px solid red;
    outline-offset: 2px
}

.highstore-password-strength {
    text-align: center;
    font-weight: 600;
    padding: 3px .5em;
    font-size: 1em
}

    .highstore-password-strength.strong {
        background-color: #c1e1b9;
        border-color: #83c373
    }

    .highstore-password-strength.short {
        background-color: #f1adad;
        border-color: #e35b5b
    }

    .highstore-password-strength.bad {
        background-color: #fbc5a9;
        border-color: #f78b53
    }

    .highstore-password-strength.good {
        background-color: #ffe399;
        border-color: #ffc733
    }

.highstore-password-hint {
    margin: .5em 0 0;
    display: block
}

#content.twentyeleven .highstore-pagination a {
    font-size: 1em;
    line-height: 1
}

.single-product .twentythirteen #reply-title, .single-product .twentythirteen #respond #commentform, .single-product .twentythirteen .entry-summary {
    padding: 0
}

.single-product .twentythirteen p.stars {
    clear: both
}

.twentythirteen .highstore-breadcrumb {
    padding-top: 40px
}

.twentyfourteen ul.products li.product {
    margin-top: 0 !important
}

body:not(.search-results) .twentysixteen .entry-summary {
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

.twentysixteen .price ins {
    background: inherit;
    color: inherit
}
