@font-face {
    font-family: star;
    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: WooCommerce;
    src: url(../fonts/WooCommerce.eot?#iefix) format("embedded-opentype"), url(../fonts/WooCommerce.woff) format("woff"), url(../fonts/WooCommerce.ttf) format("truetype"), url(../fonts/WooCommerce.svg#WooCommerce) format("svg");
    font-weight: 400;
    font-style: normal;
}

.woocommerce-store-notice {
    margin: 0px;
    padding: 1em 0px;
    left: 0px;
    top: 0px;
    width: 100%;
    text-align: center;
    right: 0px;
    color: rgb(255, 255, 255);
    font-size: 1em;
    display: none;
    position: absolute;
    z-index: 99998;
    box-shadow: 0px 1px 1em rgba(0,0,0,0.2);
    background-color: rgb(164, 100, 151);
}

p.demo_store {
    margin: 0px;
    padding: 1em 0px;
    left: 0px;
    top: 0px;
    width: 100%;
    text-align: center;
    right: 0px;
    color: rgb(255, 255, 255);
    font-size: 1em;
    display: none;
    position: absolute;
    z-index: 99998;
    box-shadow: 0px 1px 1em rgba(0,0,0,0.2);
    background-color: rgb(164, 100, 151);
}

.woocommerce-store-notice a {
    color: rgb(255, 255, 255);
    text-decoration: underline;
}

p.demo_store a {
    color: rgb(255, 255, 255);
    text-decoration: underline;
}

.screen-reader-text {
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    -ms-word-wrap: normal !important;
}

.admin-bar p.demo_store {
    top: 32px;
}

.clear {
    clear: both;
}

.woocommerce .blockOverlay.blockUI {
    position: relative;
}

    .woocommerce .blockOverlay.blockUI::before {
        background: url("../images/icons/loader.svg") center / cover;
        animation: spin 1s ease-in-out infinite;
        left: 50%;
        top: 50%;
        width: 1em;
        height: 1em;
        text-align: center;
        color: rgba(0, 0, 0, 0.75);
        line-height: 1;
        font-size: 2em;
        margin-top: -0.5em;
        margin-left: -0.5em;
        display: block;
        position: absolute;
        content: "";
        -webkit-animation: spin 1s ease-in-out infinite;
    }

.woocommerce .loader::before {
    background: url("../images/icons/loader.svg") center / cover;
    animation: spin 1s ease-in-out infinite;
    left: 50%;
    top: 50%;
    width: 1em;
    height: 1em;
    text-align: center;
    color: rgba(0, 0, 0, 0.75);
    line-height: 1;
    font-size: 2em;
    margin-top: -0.5em;
    margin-left: -0.5em;
    display: block;
    position: absolute;
    content: "";
    -webkit-animation: spin 1s ease-in-out infinite;
}

.woocommerce a.remove {
    border-radius: 100%;
    border: 0px currentColor;
    border-image: none;
    width: 1em;
    height: 1em;
    text-align: center;
    color: red !important;
    line-height: 1;
    font-size: 1.5em;
    font-weight: 700;
    text-decoration: none;
    display: block;
}

    .woocommerce a.remove:hover {
        background: red;
        color: rgb(255, 255, 255) !important;
    }

.woocommerce small.note {
    color: rgb(119, 119, 119);
    font-size: 0.85em;
    margin-top: 10px;
    display: block;
}

.woocommerce .woocommerce-breadcrumb {
    margin: 0px 0px 1em;
    padding: 0px;
    color: rgb(119, 119, 119);
    font-size: 0.92em;
}

    .woocommerce .woocommerce-breadcrumb::after {
        display: table;
        content: " ";
    }

    .woocommerce .woocommerce-breadcrumb::before {
        display: table;
        content: " ";
    }

    .woocommerce .woocommerce-breadcrumb::after {
        clear: both;
    }

    .woocommerce .woocommerce-breadcrumb a {
        color: rgb(119, 119, 119);
    }

.woocommerce .quantity .qty {
    width: 3.63em;
    text-align: center;
}

.woocommerce div.product {
    margin-bottom: 0px;
    position: relative;
}

    .woocommerce div.product .product_title {
        padding: 0px;
        clear: none;
        margin-top: 0px;
    }

    .woocommerce div.product p.price {
        color: rgb(119, 164, 100);
        font-size: 1.25em;
    }

    .woocommerce div.product span.price {
        color: rgb(119, 164, 100);
        font-size: 1.25em;
    }

    .woocommerce div.product p.price ins {
        background: inherit;
        font-weight: 700;
        display: inline-block;
    }

    .woocommerce div.product span.price ins {
        background: inherit;
        font-weight: 700;
        display: inline-block;
    }

    .woocommerce div.product p.price del {
        display: inline-block;
        opacity: 0.5;
    }

    .woocommerce div.product span.price del {
        display: inline-block;
        opacity: 0.5;
    }

    .woocommerce div.product p.stock {
        font-size: 0.92em;
    }

    .woocommerce div.product .stock {
        color: rgb(119, 164, 100);
    }

    .woocommerce div.product .out-of-stock {
        color: red;
    }

    .woocommerce div.product .woocommerce-product-rating {
        margin-bottom: 1.61em;
    }

    .woocommerce div.product div.images {
        margin-bottom: 2em;
    }

        .woocommerce div.product div.images img {
            width: 100%;
            height: auto;
            display: block;
            box-shadow: none;
        }

        .woocommerce div.product div.images div.thumbnails {
            padding-top: 1em;
        }

    .woocommerce div.product div.woocommerce-product-gallery.images {
        position: relative;
    }

    .woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
        margin: 0px;
        padding: 0px;
        transition: 0.5s cubic-bezier(0.795, -0.035, 0, 1);
        -webkit-transition: all cubic-bezier(.795, -.035, 0, 1) .5s;
    }

        .woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
            opacity: 0;
            background-color: rgb(255, 255, 255);
        }

    .woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
        border: 1px solid rgb(242, 242, 242);
        border-image: none;
    }

    .woocommerce div.product div.images :nth-child(n+2).woocommerce-product-gallery__image {
        width: 25%;
        display: inline-block;
    }

    .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
        background: rgb(255, 255, 255);
        border-radius: 100%;
        top: 0.5em;
        width: 36px;
        height: 36px;
        right: 0.5em;
        text-indent: -9999px;
        font-size: 2em;
        position: absolute;
        z-index: 9;
        box-sizing: content-box;
    }

        .woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
            border-radius: 100%;
            border: 2px solid rgb(0, 0, 0);
            border-image: none;
            left: 9px;
            top: 9px;
            width: 10px;
            height: 10px;
            display: block;
            position: absolute;
            content: "";
            box-sizing: content-box;
        }

        .woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
            background: rgb(0, 0, 0);
            border-radius: 6px;
            left: 22px;
            top: 19px;
            width: 2px;
            height: 8px;
            display: block;
            position: absolute;
            content: "";
            box-sizing: content-box;
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
        }

    .woocommerce div.product div.images .flex-control-thumbs {
        margin: 0px;
        padding: 0px;
        overflow: hidden;
        -ms-zoom: 1;
    }

        .woocommerce div.product div.images .flex-control-thumbs li {
            list-style: none;
            margin: 0px;
            width: 25%;
            float: left;
        }

            .woocommerce div.product div.images .flex-control-thumbs li img {
                margin: 0px;
                cursor: pointer;
                opacity: 0.5;
            }

                .woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
                    opacity: 1;
                }

                .woocommerce div.product div.images .flex-control-thumbs li img:hover {
                    opacity: 1;
                }

    .woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
        clear: left;
    }

    .woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
        clear: left;
    }

    .woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
        clear: left;
    }

    .woocommerce div.product div.summary {
        margin-bottom: 2em;
    }

    .woocommerce div.product div.social {
        margin: 0px 0px 1em;
        text-align: right;
    }

        .woocommerce div.product div.social span {
            margin: 0px 0px 0px 2px;
        }

            .woocommerce div.product div.social span span {
                margin: 0px;
            }

            .woocommerce div.product div.social span .stButton .chicklets {
                width: 0px;
                padding-left: 16px;
            }

        .woocommerce div.product div.social iframe {
            margin-top: 3px;
            float: left;
        }

    .woocommerce div.product .woocommerce-tabs ul.tabs {
        list-style: none;
        margin: 0px 0px 1.61em;
        padding: 0px 0px 0px 1em;
        overflow: hidden;
        position: relative;
    }

        .woocommerce div.product .woocommerce-tabs ul.tabs li {
            margin: 0px -5px;
            padding: 0px 1em;
            border-radius: 4px 4px 0px 0px;
            border: 1px solid rgb(211, 206, 210);
            border-image: none;
            display: inline-block;
            position: relative;
            z-index: 0;
            background-color: rgb(235, 233, 235);
        }

            .woocommerce div.product .woocommerce-tabs ul.tabs li a {
                padding: 0.5em 0px;
                color: rgb(81, 81, 81);
                font-weight: 700;
                text-decoration: none;
                display: inline-block;
            }

                .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
                    color: rgb(107, 106, 107);
                    text-decoration: none;
                }

            .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
                background: rgb(255, 255, 255);
                border-bottom-color: rgb(255, 255, 255);
                z-index: 2;
            }

                .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
                    color: inherit;
                    text-shadow: inherit;
                }

                .woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
                    box-shadow: 2px 2px 0px #fff;
                }

                .woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
                    box-shadow: -2px 2px 0px #fff;
                }

            .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
                border: 1px solid rgb(211, 206, 210);
                border-image: none;
                width: 5px;
                height: 5px;
                bottom: -1px;
                position: absolute;
                content: " ";
                box-sizing: border-box;
            }

            .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
                border: 1px solid rgb(211, 206, 210);
                border-image: none;
                width: 5px;
                height: 5px;
                bottom: -1px;
                position: absolute;
                content: " ";
                box-sizing: border-box;
            }

            .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
                border-width: 0px 1px 1px 0px;
                left: -5px;
                border-bottom-right-radius: 4px;
                box-shadow: 2px 2px 0px #ebe9eb;
            }

            .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
                border-width: 0px 0px 1px 1px;
                right: -5px;
                border-bottom-left-radius: 4px;
                box-shadow: -2px 2px 0px #ebe9eb;
            }

        .woocommerce div.product .woocommerce-tabs ul.tabs::before {
            left: 0px;
            width: 100%;
            bottom: 0px;
            border-bottom-color: rgb(211, 206, 210);
            border-bottom-width: 1px;
            border-bottom-style: solid;
            position: absolute;
            z-index: 1;
            content: " ";
        }

    .woocommerce div.product .woocommerce-tabs .panel {
        margin: 0px 0px 2em;
        padding: 0px;
    }

    .woocommerce div.product p.cart {
        margin-bottom: 2em;
    }

        .woocommerce div.product p.cart::after {
            display: table;
            content: " ";
        }

        .woocommerce div.product p.cart::before {
            display: table;
            content: " ";
        }

        .woocommerce div.product p.cart::after {
            clear: both;
        }

    .woocommerce div.product form.cart {
        margin-bottom: 2em;
    }

        .woocommerce div.product form.cart::after {
            display: table;
            content: " ";
        }

        .woocommerce div.product form.cart::before {
            display: table;
            content: " ";
        }

        .woocommerce div.product form.cart::after {
            clear: both;
        }

        .woocommerce div.product form.cart div.quantity {
            margin: 0px 4px 0px 0px;
            float: left;
        }

        .woocommerce div.product form.cart table {
            border-width: 0px 0px 1px;
        }

            .woocommerce div.product form.cart table td {
                padding-left: 0px;
            }

            .woocommerce div.product form.cart table div.quantity {
                margin: 0px;
                float: none;
            }

            .woocommerce div.product form.cart table small.stock {
                float: none;
                display: block;
            }

        .woocommerce div.product form.cart .variations {
            border: 0px currentColor;
            border-image: none;
            width: 100%;
            margin-bottom: 1em;
        }

            .woocommerce div.product form.cart .variations td {
                border: 0px currentColor;
                border-image: none;
                line-height: 2em;
                vertical-align: top;
            }

            .woocommerce div.product form.cart .variations th {
                border: 0px currentColor;
                border-image: none;
                line-height: 2em;
                vertical-align: top;
            }

            .woocommerce div.product form.cart .variations label {
                font-weight: 700;
            }

            .woocommerce div.product form.cart .variations select {
                margin-right: 1em;
                display: inline-block;
                min-width: 75%;
                max-width: 100%;
            }

            .woocommerce div.product form.cart .variations td.label {
                padding-right: 1em;
            }

        .woocommerce div.product form.cart .woocommerce-variation-description p {
            margin-bottom: 1em;
        }

        .woocommerce div.product form.cart .reset_variations {
            font-size: 0.83em;
            visibility: hidden;
        }

        .woocommerce div.product form.cart .wc-no-matching-variations {
            display: none;
        }

        .woocommerce div.product form.cart .button {
            vertical-align: middle;
            float: left;
        }

        .woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
            padding-right: 1em;
            padding-left: 1em;
        }

        .woocommerce div.product form.cart .group_table td {
            border: 0px currentColor;
            border-image: none;
            padding-bottom: 0.5em;
            vertical-align: top;
        }

            .woocommerce div.product form.cart .group_table td:first-child {
                width: 4em;
                text-align: center;
            }

        .woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox {
            margin: 0px auto;
            width: auto;
            display: inline-block;
            transform: scale(1.5);
            -webkit-transform: scale(1.5, 1.5);
        }

.woocommerce span.onsale {
    margin: 0px;
    padding: 0.2em;
    border-radius: 100%;
    left: -0.5em;
    top: -0.5em;
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 3.236;
    font-size: 0.85em;
    font-weight: 700;
    position: absolute;
    z-index: 9;
    min-height: 3.23em;
    min-width: 3.23em;
    background-color: rgb(119, 164, 100);
}

.woocommerce .products ul {
    list-style: none;
    margin: 0px 0px 1em;
    padding: 0px;
    clear: both;
}

.woocommerce ul.products {
    list-style: none;
    margin: 0px 0px 1em;
    padding: 0px;
    clear: both;
}

.woocommerce .products ul::after {
    display: table;
    content: " ";
}

.woocommerce .products ul::before {
    display: table;
    content: " ";
}

.woocommerce ul.products::after {
    display: table;
    content: " ";
}

.woocommerce ul.products::before {
    display: table;
    content: " ";
}

.woocommerce .products ul::after {
    clear: both;
}

.woocommerce ul.products::after {
    clear: both;
}

.woocommerce .products ul li {
    list-style: none;
}

.woocommerce ul.products li {
    list-style: none;
}

    .woocommerce ul.products li.product .onsale {
        margin: -0.5em -0.5em 0px 0px;
        left: auto;
        top: 0px;
        right: 0px;
    }

    .woocommerce ul.products li.product .woocommerce-loop-category__title {
        margin: 0px;
        padding: 0.5em 0px;
        font-size: 1em;
    }

    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        margin: 0px;
        padding: 0.5em 0px;
        font-size: 1em;
    }

    .woocommerce ul.products li.product h3 {
        margin: 0px;
        padding: 0.5em 0px;
        font-size: 1em;
    }

    .woocommerce ul.products li.product a {
        text-decoration: none;
    }

        .woocommerce ul.products li.product a img {
            margin: 0px 0px 1em;
            width: 100%;
            height: auto;
            display: block;
            box-shadow: none;
        }

    .woocommerce ul.products li.product strong {
        display: block;
    }

    .woocommerce ul.products li.product .woocommerce-placeholder {
        border: 1px solid rgb(242, 242, 242);
        border-image: none;
    }

    .woocommerce ul.products li.product .star-rating {
        font-size: 0.85em;
    }

    .woocommerce ul.products li.product .button {
        margin-top: 1em;
    }

    .woocommerce ul.products li.product .price {
        color: rgb(119, 164, 100);
        font-size: 0.85em;
        font-weight: 400;
        margin-bottom: 0.5em;
        display: block;
    }

        .woocommerce ul.products li.product .price del {
            color: inherit;
            display: inline-block;
            opacity: 0.5;
        }

        .woocommerce ul.products li.product .price ins {
            background: 0px 0px;
            font-weight: 700;
            display: inline-block;
        }

        .woocommerce ul.products li.product .price .from {
            margin: -2px 0px 0px;
            color: rgba(132, 132, 132, 0.5);
            text-transform: uppercase;
            font-size: 0.67em;
        }

.woocommerce .woocommerce-result-count {
    margin: 0px 0px 1em;
}

.woocommerce .woocommerce-ordering {
    margin: 0px 0px 1em;
}

    .woocommerce .woocommerce-ordering select {
        vertical-align: top;
    }

.woocommerce nav.woocommerce-pagination {
    text-align: center;
}

    .woocommerce nav.woocommerce-pagination ul {
        border-width: 1px 0px 1px 1px;
        border-style: solid none solid solid;
        border-color: rgb(211, 206, 210) currentColor rgb(211, 206, 210) rgb(211, 206, 210);
        margin: 1px;
        padding: 0px;
        border-image: none;
        clear: both;
        display: inline-block;
        white-space: nowrap;
    }

        .woocommerce nav.woocommerce-pagination ul li {
            margin: 0px;
            padding: 0px;
            overflow: hidden;
            border-right-color: rgb(211, 206, 210);
            border-right-width: 1px;
            border-right-style: solid;
            float: left;
            display: inline;
        }

            .woocommerce nav.woocommerce-pagination ul li a {
                margin: 0px;
                padding: 0.5em;
                line-height: 1;
                font-size: 1em;
                font-weight: 400;
                text-decoration: none;
                display: block;
                min-width: 1em;
            }

            .woocommerce nav.woocommerce-pagination ul li span {
                margin: 0px;
                padding: 0.5em;
                line-height: 1;
                font-size: 1em;
                font-weight: 400;
                text-decoration: none;
                display: block;
                min-width: 1em;
            }

            .woocommerce nav.woocommerce-pagination ul li a:focus {
                background: rgb(235, 233, 235);
                color: rgb(138, 126, 136);
            }

            .woocommerce nav.woocommerce-pagination ul li a:hover {
                background: rgb(235, 233, 235);
                color: rgb(138, 126, 136);
            }

            .woocommerce nav.woocommerce-pagination ul li span.current {
                background: rgb(235, 233, 235);
                color: rgb(138, 126, 136);
            }

.woocommerce #respond input#submit {
    margin: 0px;
    padding: 0.61em 1em;
    border-radius: 3px;
    border: 0px currentColor;
    border-image: none;
    left: auto;
    color: rgb(81, 81, 81);
    line-height: 1;
    overflow: visible;
    font-size: 100%;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    position: relative;
    cursor: pointer;
    box-shadow: none;
    text-shadow: none;
    background-image: none;
    background-color: rgb(235, 233, 235);
}

.woocommerce a.button {
    margin: 0px;
    padding: 0.61em 1em;
    border-radius: 3px;
    border: 0px currentColor;
    border-image: none;
    left: auto;
    color: rgb(81, 81, 81);
    line-height: 1;
    overflow: visible;
    font-size: 100%;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    position: relative;
    cursor: pointer;
    box-shadow: none;
    text-shadow: none;
    background-image: none;
    background-color: rgb(235, 233, 235);
}

.woocommerce button.button {
    margin: 0px;
    padding: 0.61em 1em;
    border-radius: 3px;
    border: 0px currentColor;
    border-image: none;
    left: auto;
    color: rgb(81, 81, 81);
    line-height: 1;
    overflow: visible;
    font-size: 100%;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    position: relative;
    cursor: pointer;
    box-shadow: none;
    text-shadow: none;
    background-image: none;
    background-color: rgb(235, 233, 235);
}

.woocommerce input.button {
    margin: 0px;
    padding: 0.61em 1em;
    border-radius: 3px;
    border: 0px currentColor;
    border-image: none;
    left: auto;
    color: rgb(81, 81, 81);
    line-height: 1;
    overflow: visible;
    font-size: 100%;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    position: relative;
    cursor: pointer;
    box-shadow: none;
    text-shadow: none;
    background-image: none;
    background-color: rgb(235, 233, 235);
}

.woocommerce #respond input.loading#submit {
    padding-right: 2.61em;
    opacity: 0.25;
}

.woocommerce a.loading.button {
    padding-right: 2.61em;
    opacity: 0.25;
}

.woocommerce button.loading.button {
    padding-right: 2.61em;
    opacity: 0.25;
}

.woocommerce input.loading.button {
    padding-right: 2.61em;
    opacity: 0.25;
}

.woocommerce #respond input.loading#submit::after {
    animation: spin 2s linear infinite;
    top: 0.61em;
    right: 1em;
    font-family: WooCommerce;
    font-weight: 400;
    vertical-align: top;
    position: absolute;
    content: "\e01c";
    -webkit-animation: spin 2s linear infinite;
}

.woocommerce a.loading.button::after {
    animation: spin 2s linear infinite;
    top: 0.61em;
    right: 1em;
    font-family: WooCommerce;
    font-weight: 400;
    vertical-align: top;
    position: absolute;
    content: "\e01c";
    -webkit-animation: spin 2s linear infinite;
}

.woocommerce button.loading.button::after {
    animation: spin 2s linear infinite;
    top: 0.61em;
    right: 1em;
    font-family: WooCommerce;
    font-weight: 400;
    vertical-align: top;
    position: absolute;
    content: "\e01c";
    -webkit-animation: spin 2s linear infinite;
}

.woocommerce input.loading.button::after {
    animation: spin 2s linear infinite;
    top: 0.61em;
    right: 1em;
    font-family: WooCommerce;
    font-weight: 400;
    vertical-align: top;
    position: absolute;
    content: "\e01c";
    -webkit-animation: spin 2s linear infinite;
}

.woocommerce #respond input.added#submit::after {
    font-family: WooCommerce;
    margin-left: 0.53em;
    vertical-align: bottom;
    content: "\e017";
}

.woocommerce a.added.button::after {
    font-family: WooCommerce;
    margin-left: 0.53em;
    vertical-align: bottom;
    content: "\e017";
}

.woocommerce button.added.button::after {
    font-family: WooCommerce;
    margin-left: 0.53em;
    vertical-align: bottom;
    content: "\e017";
}

.woocommerce input.added.button::after {
    font-family: WooCommerce;
    margin-left: 0.53em;
    vertical-align: bottom;
    content: "\e017";
}

.woocommerce #respond input#submit:hover {
    color: rgb(81, 81, 81);
    text-decoration: none;
    background-image: none;
    background-color: rgb(223, 220, 222);
}

.woocommerce a.button:hover {
    color: rgb(81, 81, 81);
    text-decoration: none;
    background-image: none;
    background-color: rgb(223, 220, 222);
}

.woocommerce button.button:hover {
    color: rgb(81, 81, 81);
    text-decoration: none;
    background-image: none;
    background-color: rgb(223, 220, 222);
}

.woocommerce input.button:hover {
    color: rgb(81, 81, 81);
    text-decoration: none;
    background-image: none;
    background-color: rgb(223, 220, 222);
}

.woocommerce #respond input.alt#submit {
    color: rgb(255, 255, 255);
    background-color: rgb(164, 100, 151);
    -webkit-font-smoothing: antialiased;
}

.woocommerce a.alt.button {
    color: rgb(255, 255, 255);
    background-color: rgb(164, 100, 151);
    -webkit-font-smoothing: antialiased;
}

.woocommerce button.alt.button {
    color: rgb(255, 255, 255);
    background-color: rgb(164, 100, 151);
    -webkit-font-smoothing: antialiased;
}

.woocommerce input.alt.button {
    color: rgb(255, 255, 255);
    background-color: rgb(164, 100, 151);
    -webkit-font-smoothing: antialiased;
}

.woocommerce #respond input.alt#submit:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(150, 88, 138);
}

.woocommerce a.alt.button:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(150, 88, 138);
}

.woocommerce button.alt.button:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(150, 88, 138);
}

.woocommerce input.alt.button:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(150, 88, 138);
}

.woocommerce #respond input.disabled.alt#submit {
    color: rgb(255, 255, 255);
    background-color: rgb(164, 100, 151);
}

    .woocommerce #respond input.disabled.alt#submit:hover {
        color: rgb(255, 255, 255);
        background-color: rgb(164, 100, 151);
    }

.woocommerce #respond input:disabled.alt#submit {
    color: rgb(255, 255, 255);
    background-color: rgb(164, 100, 151);
}

    .woocommerce #respond input:disabled.alt#submit:hover {
        color: rgb(255, 255, 255);
        background-color: rgb(164, 100, 151);
    }

.woocommerce #respond input:disabled[disabled].alt#submit {
    color: rgb(255, 255, 255);
    background-color: rgb(164, 100, 151);
}

    .woocommerce #respond input:disabled[disabled].alt#submit:hover {
        color: rgb(255, 255, 255);
        background-color: rgb(164, 100, 151);
    }

.woocommerce a.disabled.alt.button {
    color: rgb(255, 255, 255);
    background-color: rgb(164, 100, 151);
}

    .woocommerce a.disabled.alt.button:hover {
        color: rgb(255, 255, 255);
        background-color: rgb(164, 100, 151);
    }

.woocommerce a:disabled.alt.button {
    color: rgb(255, 255, 255);
    background-color: rgb(164, 100, 151);
}

    .woocommerce a:disabled.alt.button:hover {
        color: rgb(255, 255, 255);
        background-color: rgb(164, 100, 151);
    }

.woocommerce a:disabled[disabled].alt.button {
    color: rgb(255, 255, 255);
    background-color: rgb(164, 100, 151);
}

    .woocommerce a:disabled[disabled].alt.button:hover {
        color: rgb(255, 255, 255);
        background-color: rgb(164, 100, 151);
    }

.woocommerce button.disabled.alt.button {
    color: rgb(255, 255, 255);
    background-color: rgb(164, 100, 151);
}

    .woocommerce button.disabled.alt.button:hover {
        color: rgb(255, 255, 255);
        background-color: rgb(164, 100, 151);
    }

.woocommerce button:disabled.alt.button {
    color: rgb(255, 255, 255);
    background-color: rgb(164, 100, 151);
}

    .woocommerce button:disabled.alt.button:hover {
        color: rgb(255, 255, 255);
        background-color: rgb(164, 100, 151);
    }

.woocommerce button:disabled[disabled].alt.button {
    color: rgb(255, 255, 255);
    background-color: rgb(164, 100, 151);
}

    .woocommerce button:disabled[disabled].alt.button:hover {
        color: rgb(255, 255, 255);
        background-color: rgb(164, 100, 151);
    }

.woocommerce input.disabled.alt.button {
    color: rgb(255, 255, 255);
    background-color: rgb(164, 100, 151);
}

    .woocommerce input.disabled.alt.button:hover {
        color: rgb(255, 255, 255);
        background-color: rgb(164, 100, 151);
    }

.woocommerce input:disabled.alt.button {
    color: rgb(255, 255, 255);
    background-color: rgb(164, 100, 151);
}

    .woocommerce input:disabled.alt.button:hover {
        color: rgb(255, 255, 255);
        background-color: rgb(164, 100, 151);
    }

.woocommerce input:disabled[disabled].alt.button {
    color: rgb(255, 255, 255);
    background-color: rgb(164, 100, 151);
}

    .woocommerce input:disabled[disabled].alt.button:hover {
        color: rgb(255, 255, 255);
        background-color: rgb(164, 100, 151);
    }

.woocommerce #respond input.disabled#submit {
    padding: 0.61em 1em;
    color: inherit;
    cursor: not-allowed;
    opacity: 0.5;
}

.woocommerce #respond input:disabled#submit {
    padding: 0.61em 1em;
    color: inherit;
    cursor: not-allowed;
    opacity: 0.5;
}

.woocommerce #respond input:disabled[disabled]#submit {
    padding: 0.61em 1em;
    color: inherit;
    cursor: not-allowed;
    opacity: 0.5;
}

.woocommerce a.disabled.button {
    padding: 0.61em 1em;
    color: inherit;
    cursor: not-allowed;
    opacity: 0.5;
}

.woocommerce a:disabled.button {
    padding: 0.61em 1em;
    color: inherit;
    cursor: not-allowed;
    opacity: 0.5;
}

.woocommerce a:disabled[disabled].button {
    padding: 0.61em 1em;
    color: inherit;
    cursor: not-allowed;
    opacity: 0.5;
}

.woocommerce button.disabled.button {
    padding: 0.61em 1em;
    color: inherit;
    cursor: not-allowed;
    opacity: 0.5;
}

.woocommerce button:disabled.button {
    padding: 0.61em 1em;
    color: inherit;
    cursor: not-allowed;
    opacity: 0.5;
}

.woocommerce button:disabled[disabled].button {
    padding: 0.61em 1em;
    color: inherit;
    cursor: not-allowed;
    opacity: 0.5;
}

.woocommerce input.disabled.button {
    padding: 0.61em 1em;
    color: inherit;
    cursor: not-allowed;
    opacity: 0.5;
}

.woocommerce input:disabled.button {
    padding: 0.61em 1em;
    color: inherit;
    cursor: not-allowed;
    opacity: 0.5;
}

.woocommerce input:disabled[disabled].button {
    padding: 0.61em 1em;
    color: inherit;
    cursor: not-allowed;
    opacity: 0.5;
}

.woocommerce #respond input.disabled#submit:hover {
    color: inherit;
    background-color: rgb(235, 233, 235);
}

.woocommerce #respond input:disabled#submit:hover {
    color: inherit;
    background-color: rgb(235, 233, 235);
}

.woocommerce #respond input:disabled[disabled]#submit:hover {
    color: inherit;
    background-color: rgb(235, 233, 235);
}

.woocommerce a.disabled.button:hover {
    color: inherit;
    background-color: rgb(235, 233, 235);
}

.woocommerce a:disabled.button:hover {
    color: inherit;
    background-color: rgb(235, 233, 235);
}

.woocommerce a:disabled[disabled].button:hover {
    color: inherit;
    background-color: rgb(235, 233, 235);
}

.woocommerce button.disabled.button:hover {
    color: inherit;
    background-color: rgb(235, 233, 235);
}

.woocommerce button:disabled.button:hover {
    color: inherit;
    background-color: rgb(235, 233, 235);
}

.woocommerce button:disabled[disabled].button:hover {
    color: inherit;
    background-color: rgb(235, 233, 235);
}

.woocommerce input.disabled.button:hover {
    color: inherit;
    background-color: rgb(235, 233, 235);
}

.woocommerce input:disabled.button:hover {
    color: inherit;
    background-color: rgb(235, 233, 235);
}

.woocommerce input:disabled[disabled].button:hover {
    color: inherit;
    background-color: rgb(235, 233, 235);
}

.woocommerce .cart .button {
    float: none;
}

.woocommerce .cart input.button {
    float: none;
}

.woocommerce a.added_to_cart {
    padding-top: 0.5em;
    display: inline-block;
}

.woocommerce #reviews h2 small {
    margin: 10px 0px 0px;
    color: rgb(119, 119, 119);
    font-size: 15px;
    float: right;
}

    .woocommerce #reviews h2 small a {
        color: rgb(119, 119, 119);
        text-decoration: none;
    }

.woocommerce #reviews h3 {
    margin: 0px;
}

.woocommerce #reviews #respond {
    margin: 0px;
    padding: 0px;
    border: 0px currentColor;
    border-image: none;
}

.woocommerce #reviews #comment {
    height: 75px;
}

.woocommerce #reviews #comments .add_review::after {
    display: table;
    content: " ";
}

.woocommerce #reviews #comments .add_review::before {
    display: table;
    content: " ";
}

.woocommerce #reviews #comments .add_review::after {
    clear: both;
}

.woocommerce #reviews #comments h2 {
    clear: none;
}

.woocommerce #reviews #comments ol.commentlist {
    background: 0px 0px;
    list-style: none;
    margin: 0px;
    width: 100%;
}

    .woocommerce #reviews #comments ol.commentlist::after {
        display: table;
        content: " ";
    }

    .woocommerce #reviews #comments ol.commentlist::before {
        display: table;
        content: " ";
    }

    .woocommerce #reviews #comments ol.commentlist::after {
        clear: both;
    }

    .woocommerce #reviews #comments ol.commentlist li {
        background: 0px;
        margin: 0px 0px 20px;
        padding: 0px;
        border: 0px currentColor;
        border-image: none;
        position: relative;
    }

        .woocommerce #reviews #comments ol.commentlist li .meta {
            color: rgb(119, 119, 119);
            font-size: 0.75em;
        }

        .woocommerce #reviews #comments ol.commentlist li img.avatar {
            background: rgb(235, 233, 235);
            margin: 0px;
            padding: 3px;
            border: 1px solid rgb(228, 225, 227);
            border-image: none;
            left: 0px;
            top: 0px;
            width: 32px;
            height: auto;
            float: left;
            position: absolute;
            box-shadow: none;
        }

        .woocommerce #reviews #comments ol.commentlist li .comment-text {
            margin: 0px 0px 0px 50px;
            padding: 1em 1em 0px;
            border-radius: 4px;
            border: 1px solid rgb(228, 225, 227);
            border-image: none;
        }

            .woocommerce #reviews #comments ol.commentlist li .comment-text::after {
                display: table;
                content: " ";
            }

            .woocommerce #reviews #comments ol.commentlist li .comment-text::before {
                display: table;
                content: " ";
            }

            .woocommerce #reviews #comments ol.commentlist li .comment-text::after {
                clear: both;
            }

            .woocommerce #reviews #comments ol.commentlist li .comment-text p {
                margin: 0px 0px 1em;
            }

                .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
                    font-size: 0.83em;
                }

    .woocommerce #reviews #comments ol.commentlist ul.children {
        list-style: none;
        margin: 20px 0px 0px 50px;
    }

        .woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
            display: none;
        }

    .woocommerce #reviews #comments ol.commentlist #respond {
        margin: 20px 0px 0px 50px;
        padding: 1em 1em 0px;
        border-radius: 4px;
        border: 1px solid rgb(228, 225, 227);
        border-image: none;
    }

.woocommerce #reviews #comments .commentlist > li::before {
    content: "";
}

.woocommerce .star-rating {
    width: 5.4em;
    height: 1em;
    line-height: 1;
    overflow: hidden;
    font-family: star;
    font-size: 1em;
    float: right;
    position: relative;
}

    .woocommerce .star-rating::before {
        left: 0px;
        top: 0px;
        color: rgb(211, 206, 210);
        float: left;
        position: absolute;
        content: "\73\73\73\73\73";
    }

    .woocommerce .star-rating span {
        left: 0px;
        top: 0px;
        overflow: hidden;
        padding-top: 1.5em;
        float: left;
        position: absolute;
    }

        .woocommerce .star-rating span::before {
            left: 0px;
            top: 0px;
            position: absolute;
            content: "\53\53\53\53\53";
        }

.woocommerce .woocommerce-product-rating {
    line-height: 2;
    display: block;
}

    .woocommerce .woocommerce-product-rating::after {
        display: table;
        content: " ";
    }

    .woocommerce .woocommerce-product-rating::before {
        display: table;
        content: " ";
    }

    .woocommerce .woocommerce-product-rating::after {
        clear: both;
    }

    .woocommerce .woocommerce-product-rating .star-rating {
        margin: 0.5em 4px 0px 0px;
        float: left;
    }

.woocommerce .products .star-rating {
    margin: 0px 0px 0.5em;
    float: none;
    display: block;
}

.woocommerce .hreview-aggregate .star-rating {
    margin: 10px 0px 0px;
}

.woocommerce #review_form #respond {
    background: none;
    margin: 0px;
    padding: 0px;
    border: 0px currentColor;
    border-image: none;
    width: auto;
    position: static;
}

    .woocommerce #review_form #respond::after {
        display: table;
        content: " ";
    }

    .woocommerce #review_form #respond::before {
        display: table;
        content: " ";
    }

    .woocommerce #review_form #respond::after {
        clear: both;
    }

    .woocommerce #review_form #respond p {
        margin: 0px 0px 10px;
    }

    .woocommerce #review_form #respond .form-submit input {
        left: auto;
    }

    .woocommerce #review_form #respond textarea {
        width: 100%;
        box-sizing: border-box;
    }

.woocommerce p.stars a {
    width: 1em;
    height: 1em;
    text-indent: -999em;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

    .woocommerce p.stars a::before {
        left: 0px;
        top: 0px;
        width: 1em;
        height: 1em;
        line-height: 1;
        text-indent: 0px;
        font-family: WooCommerce;
        display: block;
        position: absolute;
        content: "\e021";
    }

    .woocommerce p.stars a:hover ~ a::before {
        content: "\e021";
    }

.woocommerce p.stars:hover a::before {
    content: "\e020";
}

.woocommerce p.selected.stars a.active::before {
    content: "\e020";
}

.woocommerce p.selected.stars a.active ~ a::before {
    content: "\e021";
}

.woocommerce p.selected.stars a:not(.active)::before {
    content: "\e020";
}

.woocommerce table.shop_attributes {
    border-width: 1px 0px 0px;
    border-style: dotted none none;
    border-color: rgba(0, 0, 0, 0.1) currentColor currentColor;
    border-image: none;
    width: 100%;
    margin-bottom: 1.61em;
}

    .woocommerce table.shop_attributes th {
        margin: 0px;
        padding: 8px;
        width: 150px;
        line-height: 1.5;
        font-weight: 700;
        border-top-color: currentColor;
        border-bottom-color: rgba(0, 0, 0, 0.1);
        border-top-width: 0px;
        border-bottom-width: 1px;
        border-top-style: none;
        border-bottom-style: dotted;
    }

    .woocommerce table.shop_attributes td {
        margin: 0px;
        padding: 0px;
        line-height: 1.5;
        font-style: italic;
        border-top-color: currentColor;
        border-bottom-color: rgba(0, 0, 0, 0.1);
        border-top-width: 0px;
        border-bottom-width: 1px;
        border-top-style: none;
        border-bottom-style: dotted;
    }

        .woocommerce table.shop_attributes td p {
            margin: 0px;
            padding: 8px 0px;
        }

    .woocommerce table.shop_attributes tr:nth-child(2n) td {
        background: rgba(0, 0, 0, 0.025);
    }

    .woocommerce table.shop_attributes tr:nth-child(2n) th {
        background: rgba(0, 0, 0, 0.025);
    }

.woocommerce table.shop_table {
    margin: 0px -1px 24px 0px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-image: none;
    width: 100%;
    text-align: left;
    border-collapse: separate;
}

    .woocommerce table.shop_table th {
        padding: 9px 12px;
        line-height: 1.5em;
        font-weight: 700;
    }

    .woocommerce table.shop_table td {
        padding: 9px 12px;
        line-height: 1.5em;
        vertical-align: middle;
        border-top-color: rgba(0, 0, 0, 0.1);
        border-top-width: 1px;
        border-top-style: solid;
    }

        .woocommerce table.shop_table td small {
            font-weight: 400;
        }

    .woocommerce table.shop_table tbody:first-child tr:first-child td {
        border-top-color: currentColor;
        border-top-width: 0px;
        border-top-style: none;
    }

    .woocommerce table.shop_table tbody:first-child tr:first-child th {
        border-top-color: currentColor;
        border-top-width: 0px;
        border-top-style: none;
    }

    .woocommerce table.shop_table tbody th {
        font-weight: 700;
        border-top-color: rgba(0, 0, 0, 0.1);
        border-top-width: 1px;
        border-top-style: solid;
    }

    .woocommerce table.shop_table tfoot td {
        font-weight: 700;
        border-top-color: rgba(0, 0, 0, 0.1);
        border-top-width: 1px;
        border-top-style: solid;
    }

    .woocommerce table.shop_table tfoot th {
        font-weight: 700;
        border-top-color: rgba(0, 0, 0, 0.1);
        border-top-width: 1px;
        border-top-style: solid;
    }

.woocommerce table.my_account_orders {
    font-size: 0.85em;
}

    .woocommerce table.my_account_orders td {
        padding: 4px 8px;
        vertical-align: middle;
    }

    .woocommerce table.my_account_orders th {
        padding: 4px 8px;
        vertical-align: middle;
    }

    .woocommerce table.my_account_orders .button {
        white-space: nowrap;
    }

    .woocommerce table.my_account_orders .order-actions {
        text-align: right;
    }

        .woocommerce table.my_account_orders .order-actions .button {
            margin: 0.12em 0px 0.12em 0.25em;
        }

.woocommerce table.woocommerce-MyAccount-downloads td {
    text-align: center;
    vertical-align: top;
}

.woocommerce table.woocommerce-MyAccount-downloads th {
    text-align: center;
    vertical-align: top;
}

.woocommerce table.woocommerce-MyAccount-downloads td:first-child {
    text-align: left;
}

.woocommerce table.woocommerce-MyAccount-downloads th:first-child {
    text-align: left;
}

.woocommerce table.woocommerce-MyAccount-downloads td:last-child {
    text-align: left;
}

.woocommerce table.woocommerce-MyAccount-downloads th:last-child {
    text-align: left;
}

.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before {
    display: inline-block;
    content: "\2193";
}

.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before {
    display: inline-block;
    content: "\2193";
}

.woocommerce td.product-name .wc-item-meta {
    list-style: none;
}

.woocommerce td.product-name dl.variation {
    list-style: none;
}

.woocommerce td.product-name .wc-item-meta .wc-item-meta-label {
    list-style: none;
    clear: both;
    margin-right: 0.25em;
    float: left;
    display: inline-block;
}

.woocommerce td.product-name .wc-item-meta dt {
    list-style: none;
    clear: both;
    margin-right: 0.25em;
    float: left;
    display: inline-block;
}

.woocommerce td.product-name dl.variation .wc-item-meta-label {
    list-style: none;
    clear: both;
    margin-right: 0.25em;
    float: left;
    display: inline-block;
}

.woocommerce td.product-name dl.variation dt {
    list-style: none;
    clear: both;
    margin-right: 0.25em;
    float: left;
    display: inline-block;
}

.woocommerce td.product-name .wc-item-meta dd {
    margin: 0px;
}

.woocommerce td.product-name dl.variation dd {
    margin: 0px;
}

.woocommerce td.product-name .wc-item-meta p {
    margin-bottom: 0px;
}

.woocommerce td.product-name :last-child.wc-item-meta {
    margin-bottom: 0px;
}

.woocommerce td.product-name dl.variation p {
    margin-bottom: 0px;
}

.woocommerce td.product-name dl:last-child.variation {
    margin-bottom: 0px;
}

.woocommerce td.product-name p.backorder_notification {
    font-size: 0.83em;
}

.woocommerce td.product-quantity {
    min-width: 80px;
}

.woocommerce ul.cart_list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.woocommerce ul.product_list_widget {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.woocommerce ul.cart_list li {
    list-style: none;
    margin: 0px;
    padding: 4px 0px;
}

.woocommerce ul.product_list_widget li {
    list-style: none;
    margin: 0px;
    padding: 4px 0px;
}

.woocommerce ul.cart_list li::after {
    display: table;
    content: " ";
}

.woocommerce ul.cart_list li::before {
    display: table;
    content: " ";
}

.woocommerce ul.product_list_widget li::after {
    display: table;
    content: " ";
}

.woocommerce ul.product_list_widget li::before {
    display: table;
    content: " ";
}

.woocommerce ul.cart_list li::after {
    clear: both;
}

.woocommerce ul.product_list_widget li::after {
    clear: both;
}

.woocommerce ul.cart_list li a {
    font-weight: 700;
    display: block;
}

.woocommerce ul.product_list_widget li a {
    font-weight: 700;
    display: block;
}

.woocommerce ul.cart_list li img {
    width: 32px;
    height: auto;
    margin-left: 4px;
    float: right;
    box-shadow: none;
}

.woocommerce ul.product_list_widget li img {
    width: 32px;
    height: auto;
    margin-left: 4px;
    float: right;
    box-shadow: none;
}

.woocommerce ul.cart_list li dl {
    margin: 0px;
    padding-left: 1em;
    border-left-color: rgba(0, 0, 0, 0.1);
    border-left-width: 2px;
    border-left-style: solid;
}

.woocommerce ul.product_list_widget li dl {
    margin: 0px;
    padding-left: 1em;
    border-left-color: rgba(0, 0, 0, 0.1);
    border-left-width: 2px;
    border-left-style: solid;
}

.woocommerce ul.cart_list li dl::after {
    display: table;
    content: " ";
}

.woocommerce ul.cart_list li dl::before {
    display: table;
    content: " ";
}

.woocommerce ul.product_list_widget li dl::after {
    display: table;
    content: " ";
}

.woocommerce ul.product_list_widget li dl::before {
    display: table;
    content: " ";
}

.woocommerce ul.cart_list li dl::after {
    clear: both;
}

.woocommerce ul.product_list_widget li dl::after {
    clear: both;
}

.woocommerce ul.cart_list li dl dd {
    margin-bottom: 1em;
    float: left;
    display: inline-block;
}

.woocommerce ul.cart_list li dl dt {
    margin-bottom: 1em;
    float: left;
    display: inline-block;
}

.woocommerce ul.product_list_widget li dl dd {
    margin-bottom: 1em;
    float: left;
    display: inline-block;
}

.woocommerce ul.product_list_widget li dl dt {
    margin-bottom: 1em;
    float: left;
    display: inline-block;
}

.woocommerce ul.cart_list li dl dt {
    margin: 0px 4px 0px 0px;
    padding: 0px 0px 0.25em;
    clear: left;
    font-weight: 700;
}

.woocommerce ul.product_list_widget li dl dt {
    margin: 0px 4px 0px 0px;
    padding: 0px 0px 0.25em;
    clear: left;
    font-weight: 700;
}

.woocommerce ul.cart_list li dl dd {
    padding: 0px 0px 0.25em;
}

.woocommerce ul.product_list_widget li dl dd {
    padding: 0px 0px 0.25em;
}

.woocommerce ul.cart_list li dl dd p:last-child {
    margin-bottom: 0px;
}

.woocommerce ul.product_list_widget li dl dd p:last-child {
    margin-bottom: 0px;
}

.woocommerce ul.cart_list li .star-rating {
    float: none;
}

.woocommerce ul.product_list_widget li .star-rating {
    float: none;
}

.woocommerce .widget_shopping_cart .total {
    padding: 4px 0px 0px;
    border-top-color: rgb(235, 233, 235);
    border-top-width: 3px;
    border-top-style: double;
}

.widget_shopping_cart.woocommerce .total {
    padding: 4px 0px 0px;
    border-top-color: rgb(235, 233, 235);
    border-top-width: 3px;
    border-top-style: double;
}

.woocommerce .widget_shopping_cart .total strong {
    display: inline-block;
    min-width: 40px;
}

.widget_shopping_cart.woocommerce .total strong {
    display: inline-block;
    min-width: 40px;
}

.woocommerce .widget_shopping_cart .cart_list li {
    padding-top: 0px;
    padding-left: 2em;
    position: relative;
}

.widget_shopping_cart.woocommerce .cart_list li {
    padding-top: 0px;
    padding-left: 2em;
    position: relative;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove {
    left: 0px;
    top: 0px;
    position: absolute;
}

.widget_shopping_cart.woocommerce .cart_list li a.remove {
    left: 0px;
    top: 0px;
    position: absolute;
}

.woocommerce .widget_shopping_cart .buttons::after {
    display: table;
    content: " ";
}

.woocommerce .widget_shopping_cart .buttons::before {
    display: table;
    content: " ";
}

.widget_shopping_cart.woocommerce .buttons::after {
    display: table;
    content: " ";
}

.widget_shopping_cart.woocommerce .buttons::before {
    display: table;
    content: " ";
}

.woocommerce .widget_shopping_cart .buttons::after {
    clear: both;
}

.widget_shopping_cart.woocommerce .buttons::after {
    clear: both;
}

.woocommerce .widget_shopping_cart .buttons a {
    margin-right: 5px;
    margin-bottom: 5px;
}

.widget_shopping_cart.woocommerce .buttons a {
    margin-right: 5px;
    margin-bottom: 5px;
}

.woocommerce form .form-row {
    margin: 0px 0px 6px;
    padding: 3px;
}

    .woocommerce form .form-row label {
        line-height: 2;
    }

        .woocommerce form .form-row label.hidden {
            visibility: hidden;
        }

        .woocommerce form .form-row label.inline {
            display: inline;
        }

    .woocommerce form .form-row .woocommerce-input-wrapper .description {
        background: rgb(30, 133, 190);
        margin: 0.5em 0px 0px;
        padding: 1em;
        border-radius: 3px;
        color: rgb(255, 255, 255);
        clear: both;
        display: none;
        position: relative;
    }

        .woocommerce form .form-row .woocommerce-input-wrapper .description a {
            border: 0px currentColor;
            border-image: none;
            color: rgb(255, 255, 255);
            text-decoration: underline;
            box-shadow: none;
        }

        .woocommerce form .form-row .woocommerce-input-wrapper .description::before {
            border-width: 4px 6px 0px;
            border-style: solid;
            border-color: rgb(30, 133, 190) transparent transparent;
            left: 50%;
            top: 0px;
            margin-top: -4px;
            display: block;
            position: absolute;
            z-index: 100;
            content: "";
            transform: translateX(-50%) rotate(180deg);
            -webkit-transform: translateX(-50%) rotate(180deg);
        }

    .woocommerce form .form-row select {
        margin: 0px;
        cursor: pointer;
    }

    .woocommerce form .form-row .required {
        border: 0px currentColor !important;
        border-image: none !important;
        color: red;
        font-weight: 700;
        text-decoration: none;
        visibility: hidden;
    }

    .woocommerce form .form-row .optional {
        visibility: visible;
    }

    .woocommerce form .form-row .input-checkbox {
        margin: -2px 8px 0px 0px;
        text-align: center;
        vertical-align: middle;
        display: inline;
    }

    .woocommerce form .form-row input.input-text {
        margin: 0px;
        outline: 0px;
        width: 100%;
        line-height: normal;
        box-sizing: border-box;
    }

    .woocommerce form .form-row textarea {
        margin: 0px;
        outline: 0px;
        width: 100%;
        line-height: normal;
        box-sizing: border-box;
    }

    .woocommerce form .form-row textarea {
        height: 4em;
        line-height: 1.5;
        display: block;
        box-shadow: none;
    }

    .woocommerce form .form-row .select2-container {
        width: 100%;
        line-height: 2em;
    }

.woocommerce form .woocommerce-invalid.form-row label {
    color: rgb(170, 0, 0);
}

.woocommerce form .woocommerce-invalid.form-row .select2-container {
    border-color: rgb(170, 0, 0);
}

.woocommerce form .woocommerce-invalid.form-row input.input-text {
    border-color: rgb(170, 0, 0);
}

.woocommerce form .woocommerce-invalid.form-row select {
    border-color: rgb(170, 0, 0);
}

.woocommerce form .woocommerce-validated.form-row .select2-container {
    border-color: rgb(109, 194, 46);
}

.woocommerce form .woocommerce-validated.form-row input.input-text {
    border-color: rgb(109, 194, 46);
}

.woocommerce form .woocommerce-validated.form-row select {
    border-color: rgb(109, 194, 46);
}

.woocommerce form .form-row :-ms-input-placeholder {
    line-height: normal;
}

.woocommerce form.checkout_coupon {
    margin: 2em 0px;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid rgb(211, 206, 210);
    border-image: none;
    text-align: left;
}

.woocommerce form.login {
    margin: 2em 0px;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid rgb(211, 206, 210);
    border-image: none;
    text-align: left;
}

.woocommerce form.register {
    margin: 2em 0px;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid rgb(211, 206, 210);
    border-image: none;
    text-align: left;
}

.woocommerce ul#shipping_method {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .woocommerce ul#shipping_method li {
        list-style: none;
        margin: 0px 0px 0.5em;
        line-height: 1.5em;
    }

        .woocommerce ul#shipping_method li input {
            margin: 3px 0.43em 0px 0px;
            vertical-align: top;
        }

        .woocommerce ul#shipping_method li label {
            display: inline;
        }

    .woocommerce ul#shipping_method .amount {
        font-weight: 700;
    }

.woocommerce p.woocommerce-shipping-contents {
    margin: 0px;
}

.woocommerce ul.order_details {
    list-style: none;
    margin: 0px 0px 3em;
}

    .woocommerce ul.order_details::after {
        display: table;
        content: " ";
    }

    .woocommerce ul.order_details::before {
        display: table;
        content: " ";
    }

    .woocommerce ul.order_details::after {
        clear: both;
    }

    .woocommerce ul.order_details li {
        text-transform: uppercase;
        line-height: 1;
        padding-right: 2em;
        padding-left: 0px;
        font-size: 0.71em;
        margin-right: 2em;
        margin-left: 0px;
        border-right-color: rgb(211, 206, 210);
        border-right-width: 1px;
        border-right-style: dashed;
        float: left;
        list-style-type: none;
    }

        .woocommerce ul.order_details li strong {
            text-transform: none;
            line-height: 1.5;
            font-size: 1.4em;
            display: block;
        }

        .woocommerce ul.order_details li:last-of-type {
            border: currentColor;
            border-image: none;
        }

.woocommerce .wc-bacs-bank-details-account-name {
    font-weight: 700;
}

.woocommerce .woocommerce-customer-details {
    margin-bottom: 2em;
}

.woocommerce .woocommerce-order-details {
    margin-bottom: 2em;
}

.woocommerce .woocommerce-order-downloads {
    margin-bottom: 2em;
}

.woocommerce .woocommerce-customer-details :last-child {
    margin-bottom: 0px;
}

.woocommerce .woocommerce-order-details :last-child {
    margin-bottom: 0px;
}

.woocommerce .woocommerce-order-downloads :last-child {
    margin-bottom: 0px;
}

.woocommerce .woocommerce-customer-details address {
    border-width: 1px 2px 2px 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1);
    padding: 6px 12px;
    border-radius: 5px;
    border-image: none;
    width: 100%;
    text-align: left;
    font-style: normal;
    margin-bottom: 0px;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email {
    padding-left: 1.5em;
    margin-bottom: 0px;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
    padding-left: 1.5em;
    margin-bottom: 0px;
}

    .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
        text-transform: none;
        line-height: 1.75;
        font-family: WooCommerce;
        font-variant: normal;
        font-weight: 400;
        text-decoration: none;
        margin-right: 0.61em;
        margin-left: -1.5em;
        position: absolute;
        content: "?";
        -webkit-font-smoothing: antialiased;
        speak: none;
    }

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
    text-transform: none;
    line-height: 1.75;
    font-family: WooCommerce;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    margin-right: 0.61em;
    margin-left: -1.5em;
    position: absolute;
    content: "?";
    -webkit-font-smoothing: antialiased;
    speak: none;
}

.woocommerce .woocommerce-widget-layered-nav-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: 0px currentColor;
    border-image: none;
}

    .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
        list-style: none;
        padding: 0px 0px 1px;
    }

        .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after {
            display: table;
            content: " ";
        }

        .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before {
            display: table;
            content: " ";
        }

        .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after {
            clear: both;
        }

        .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a {
            padding: 1px 0px;
        }

        .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
            padding: 1px 0px;
        }

    .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
        color: rgb(170, 0, 0);
        text-transform: none;
        line-height: 1;
        font-family: WooCommerce;
        font-variant: normal;
        font-weight: 400;
        text-decoration: none;
        margin-right: 0.61em;
        content: "?";
        -webkit-font-smoothing: antialiased;
        speak: none;
    }

.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
    margin-top: 1em;
}

.woocommerce .widget_layered_nav_filters ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: 0px currentColor;
    border-image: none;
    overflow: hidden;
    -ms-zoom: 1;
}

    .woocommerce .widget_layered_nav_filters ul li {
        list-style: none;
        padding: 0px 1em 1px 1px;
        float: left;
    }

        .woocommerce .widget_layered_nav_filters ul li a {
            text-decoration: none;
        }

            .woocommerce .widget_layered_nav_filters ul li a::before {
                color: rgb(170, 0, 0);
                text-transform: none;
                line-height: 1;
                font-family: WooCommerce;
                font-variant: normal;
                font-weight: 400;
                text-decoration: none;
                margin-right: 0.5em;
                vertical-align: inherit;
                content: "?";
                -webkit-font-smoothing: antialiased;
                speak: none;
            }

.woocommerce .widget_price_filter .price_slider {
    margin-bottom: 1em;
}

.woocommerce .widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4;
    font-size: 0.87em;
}

    .woocommerce .widget_price_filter .price_slider_amount .button {
        font-size: 1.15em;
        float: left;
    }

.woocommerce .widget_price_filter .ui-slider {
    text-align: left;
    margin-right: 0.5em;
    margin-left: 0.5em;
    position: relative;
}

    .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
        outline: 0px;
        border-radius: 1em;
        top: -0.3em;
        width: 1em;
        height: 1em;
        margin-left: -0.5em;
        position: absolute;
        z-index: 2;
        cursor: ew-resize;
        background-color: rgb(164, 100, 151);
    }

    .woocommerce .widget_price_filter .ui-slider .ui-slider-range {
        border-radius: 1em;
        border: 0px currentColor;
        border-image: none;
        font-size: 0.7em;
        display: block;
        position: absolute;
        z-index: 1;
        background-color: rgb(164, 100, 151);
    }

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    border: 0px currentColor;
    border-image: none;
    background-color: rgb(70, 41, 64);
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 0.5em;
}

    .woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
        top: 0px;
        height: 100%;
    }

    .woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
        left: -1px;
    }

    .woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
        right: -1px;
    }

.woocommerce .widget_rating_filter ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: 0px currentColor;
    border-image: none;
}

    .woocommerce .widget_rating_filter ul li {
        list-style: none;
        padding: 0px 0px 1px;
    }

        .woocommerce .widget_rating_filter ul li::after {
            display: table;
            content: " ";
        }

        .woocommerce .widget_rating_filter ul li::before {
            display: table;
            content: " ";
        }

        .woocommerce .widget_rating_filter ul li::after {
            clear: both;
        }

        .woocommerce .widget_rating_filter ul li a {
            padding: 1px 0px;
            text-decoration: none;
        }

        .woocommerce .widget_rating_filter ul li .star-rating {
            float: none;
            display: inline-block;
        }

        .woocommerce .widget_rating_filter ul li.chosen a::before {
            color: rgb(170, 0, 0);
            text-transform: none;
            line-height: 1;
            font-family: WooCommerce;
            font-variant: normal;
            font-weight: 400;
            text-decoration: none;
            margin-right: 0.61em;
            content: "?";
            -webkit-font-smoothing: antialiased;
            speak: none;
        }

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    margin-right: 1em;
    float: left;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: inline-block;
}

.woocommerce-no-js form.woocommerce-form-coupon {
    display: block !important;
}

.woocommerce-no-js form.woocommerce-form-login {
    display: block !important;
}

.woocommerce-no-js .showcoupon {
    display: none !important;
}

.woocommerce-no-js .woocommerce-form-coupon-toggle {
    display: none !important;
}

.woocommerce-no-js .woocommerce-form-login-toggle {
    display: none !important;
}

.woocommerce-error {
    list-style: none;
    margin: 0px 0px 2em;
    padding: 1em 2em 1em 3.5em;
    width: auto;
    color: rgb(81, 81, 81);
    border-top-color: rgb(164, 100, 151);
    border-top-width: 3px;
    border-top-style: solid;
    position: relative;
    -ms-word-wrap: break-word;
    background-color: rgb(247, 246, 247);
}

.woocommerce-info {
    list-style: none;
    margin: 0px 0px 2em;
    padding: 1em 2em 1em 3.5em;
    width: auto;
    color: rgb(81, 81, 81);
    border-top-color: rgb(164, 100, 151);
    border-top-width: 3px;
    border-top-style: solid;
    position: relative;
    -ms-word-wrap: break-word;
    background-color: rgb(247, 246, 247);
}

.woocommerce-message {
    list-style: none;
    margin: 0px 0px 2em;
    padding: 1em 2em 1em 3.5em;
    width: auto;
    color: rgb(81, 81, 81);
    border-top-color: rgb(164, 100, 151);
    border-top-width: 3px;
    border-top-style: solid;
    position: relative;
    -ms-word-wrap: break-word;
    background-color: rgb(247, 246, 247);
}

.woocommerce-error::after {
    display: table;
    content: " ";
}

.woocommerce-error::before {
    display: table;
    content: " ";
}

.woocommerce-info::after {
    display: table;
    content: " ";
}

.woocommerce-info::before {
    display: table;
    content: " ";
}

.woocommerce-message::after {
    display: table;
    content: " ";
}

.woocommerce-message::before {
    display: table;
    content: " ";
}

.woocommerce-error::after {
    clear: both;
}

.woocommerce-info::after {
    clear: both;
}

.woocommerce-message::after {
    clear: both;
}

.woocommerce-error::before {
    left: 1.5em;
    top: 1em;
    font-family: WooCommerce;
    display: inline-block;
    position: absolute;
    content: "\e028";
}

.woocommerce-info::before {
    left: 1.5em;
    top: 1em;
    font-family: WooCommerce;
    display: inline-block;
    position: absolute;
    content: "\e028";
}

.woocommerce-message::before {
    left: 1.5em;
    top: 1em;
    font-family: WooCommerce;
    display: inline-block;
    position: absolute;
    content: "\e028";
}

.woocommerce-error .button {
    float: right;
}

.woocommerce-info .button {
    float: right;
}

.woocommerce-message .button {
    float: right;
}

.woocommerce-error li {
    list-style: none !important;
    padding-left: 0px !important;
    margin-left: 0px !important;
}

.woocommerce-info li {
    list-style: none !important;
    padding-left: 0px !important;
    margin-left: 0px !important;
}

.woocommerce-message li {
    list-style: none !important;
    padding-left: 0px !important;
    margin-left: 0px !important;
}

.woocommerce.rtl .price_label {
    unicode-bidi: embed;
    direction: ltr;
}

    .woocommerce.rtl .price_label span {
        unicode-bidi: embed;
        direction: ltr;
    }

.woocommerce-message {
    border-top-color: rgb(143, 174, 27);
}

    .woocommerce-message::before {
        color: rgb(143, 174, 27);
        content: "\e015";
    }

.woocommerce-info {
    border-top-color: rgb(30, 133, 190);
}

    .woocommerce-info::before {
        color: rgb(30, 133, 190);
    }

.woocommerce-error {
    border-top-color: rgb(184, 28, 35);
}

    .woocommerce-error::before {
        color: rgb(184, 28, 35);
        content: "\e016";
    }

.woocommerce-account .woocommerce::after {
    display: table;
    content: " ";
}

.woocommerce-account .woocommerce::before {
    display: table;
    content: " ";
}

.woocommerce-account .woocommerce::after {
    clear: both;
}

.woocommerce-account .addresses .title::after {
    display: table;
    content: " ";
}

.woocommerce-account .addresses .title::before {
    display: table;
    content: " ";
}

.woocommerce-account .addresses .title::after {
    clear: both;
}

.woocommerce-account .addresses .title h3 {
    float: left;
}

.woocommerce-account .addresses .title .edit {
    float: right;
}

.woocommerce-account ol.notes.commentlist li.note p.meta {
    font-weight: 700;
    margin-bottom: 0px;
}

.woocommerce-account ol.notes.commentlist li.note .description p:last-child {
    margin-bottom: 0px;
}

.woocommerce-account ul.digital-downloads {
    padding-left: 0px;
    margin-left: 0px;
}

    .woocommerce-account ul.digital-downloads li {
        list-style: none;
        padding-left: 0px;
        margin-left: 0px;
    }

        .woocommerce-account ul.digital-downloads li::before {
            text-transform: none;
            line-height: 1;
            font-family: WooCommerce;
            font-variant: normal;
            font-weight: 400;
            text-decoration: none;
            margin-right: 0.61em;
            content: "?";
            -webkit-font-smoothing: antialiased;
            speak: none;
        }

        .woocommerce-account ul.digital-downloads li .count {
            float: right;
        }

#add_payment_method table.cart .product-thumbnail {
    min-width: 32px;
}

.woocommerce-cart table.cart .product-thumbnail {
    min-width: 32px;
}

.woocommerce-checkout table.cart .product-thumbnail {
    min-width: 32px;
}

#add_payment_method table.cart img {
    width: 32px;
    box-shadow: none;
}

.woocommerce-cart table.cart img {
    width: 32px;
    box-shadow: none;
}

.woocommerce-checkout table.cart img {
    width: 32px;
    box-shadow: none;
}

#add_payment_method table.cart td {
    vertical-align: middle;
}

#add_payment_method table.cart th {
    vertical-align: middle;
}

.woocommerce-cart table.cart td {
    vertical-align: middle;
}

.woocommerce-cart table.cart th {
    vertical-align: middle;
}

.woocommerce-checkout table.cart td {
    vertical-align: middle;
}

.woocommerce-checkout table.cart th {
    vertical-align: middle;
}

#add_payment_method table.cart td.actions .coupon .input-text {
    margin: 0px 4px 0px 0px;
    padding: 6px 6px 5px;
    outline: 0px;
    border: 1px solid rgb(211, 206, 210);
    border-image: none;
    float: left;
    box-sizing: border-box;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    margin: 0px 4px 0px 0px;
    padding: 6px 6px 5px;
    outline: 0px;
    border: 1px solid rgb(211, 206, 210);
    border-image: none;
    float: left;
    box-sizing: border-box;
}

.woocommerce-checkout table.cart td.actions .coupon .input-text {
    margin: 0px 4px 0px 0px;
    padding: 6px 6px 5px;
    outline: 0px;
    border: 1px solid rgb(211, 206, 210);
    border-image: none;
    float: left;
    box-sizing: border-box;
}

#add_payment_method table.cart input {
    margin: 0px;
    vertical-align: middle;
}

.woocommerce-cart table.cart input {
    margin: 0px;
    vertical-align: middle;
}

.woocommerce-checkout table.cart input {
    margin: 0px;
    vertical-align: middle;
}

#add_payment_method .wc-proceed-to-checkout {
    padding: 1em 0px;
}

.woocommerce-cart .wc-proceed-to-checkout {
    padding: 1em 0px;
}

.woocommerce-checkout .wc-proceed-to-checkout {
    padding: 1em 0px;
}

#add_payment_method .wc-proceed-to-checkout::after {
    display: table;
    content: " ";
}

#add_payment_method .wc-proceed-to-checkout::before {
    display: table;
    content: " ";
}

.woocommerce-cart .wc-proceed-to-checkout::after {
    display: table;
    content: " ";
}

.woocommerce-cart .wc-proceed-to-checkout::before {
    display: table;
    content: " ";
}

.woocommerce-checkout .wc-proceed-to-checkout::after {
    display: table;
    content: " ";
}

.woocommerce-checkout .wc-proceed-to-checkout::before {
    display: table;
    content: " ";
}

#add_payment_method .wc-proceed-to-checkout::after {
    clear: both;
}

.woocommerce-cart .wc-proceed-to-checkout::after {
    clear: both;
}

.woocommerce-checkout .wc-proceed-to-checkout::after {
    clear: both;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button {
    padding: 1em;
    text-align: center;
    font-size: 1.25em;
    margin-bottom: 1em;
    display: block;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    padding: 1em;
    text-align: center;
    font-size: 1.25em;
    margin-bottom: 1em;
    display: block;
}

.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    padding: 1em;
    text-align: center;
    font-size: 1.25em;
    margin-bottom: 1em;
    display: block;
}

#add_payment_method .cart-collaterals .shipping-calculator-button {
    margin-top: 0.5em;
    float: none;
    display: inline-block;
}

.woocommerce-cart .cart-collaterals .shipping-calculator-button {
    margin-top: 0.5em;
    float: none;
    display: inline-block;
}

.woocommerce-checkout .cart-collaterals .shipping-calculator-button {
    margin-top: 0.5em;
    float: none;
    display: inline-block;
}

#add_payment_method .cart-collaterals .shipping-calculator-button::after {
    text-transform: none;
    line-height: 1;
    font-family: WooCommerce;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    margin-left: 0.61em;
    content: "?";
    -webkit-font-smoothing: antialiased;
    speak: none;
}

.woocommerce-cart .cart-collaterals .shipping-calculator-button::after {
    text-transform: none;
    line-height: 1;
    font-family: WooCommerce;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    margin-left: 0.61em;
    content: "?";
    -webkit-font-smoothing: antialiased;
    speak: none;
}

.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after {
    text-transform: none;
    line-height: 1;
    font-family: WooCommerce;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    margin-left: 0.61em;
    content: "?";
    -webkit-font-smoothing: antialiased;
    speak: none;
}

#add_payment_method .cart-collaterals .shipping-calculator-form {
    margin: 1em 0px 0px;
}

.woocommerce-cart .cart-collaterals .shipping-calculator-form {
    margin: 1em 0px 0px;
}

.woocommerce-checkout .cart-collaterals .shipping-calculator-form {
    margin: 1em 0px 0px;
}

#add_payment_method .cart-collaterals .cart_totals p small {
    color: rgb(119, 119, 119);
    font-size: 0.83em;
}

.woocommerce-cart .cart-collaterals .cart_totals p small {
    color: rgb(119, 119, 119);
    font-size: 0.83em;
}

.woocommerce-checkout .cart-collaterals .cart_totals p small {
    color: rgb(119, 119, 119);
    font-size: 0.83em;
}

#add_payment_method .cart-collaterals .cart_totals table {
    margin: 0px 0px 6px;
    padding: 0px;
    border-collapse: separate;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
    margin: 0px 0px 6px;
    padding: 0px;
    border-collapse: separate;
}

.woocommerce-checkout .cart-collaterals .cart_totals table {
    margin: 0px 0px 6px;
    padding: 0px;
    border-collapse: separate;
}

#add_payment_method .cart-collaterals .cart_totals table tr:first-child td {
    border-top-color: currentColor;
    border-top-width: 0px;
    border-top-style: none;
}

#add_payment_method .cart-collaterals .cart_totals table tr:first-child th {
    border-top-color: currentColor;
    border-top-width: 0px;
    border-top-style: none;
}

.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td {
    border-top-color: currentColor;
    border-top-width: 0px;
    border-top-style: none;
}

.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th {
    border-top-color: currentColor;
    border-top-width: 0px;
    border-top-style: none;
}

.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td {
    border-top-color: currentColor;
    border-top-width: 0px;
    border-top-style: none;
}

.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th {
    border-top-color: currentColor;
    border-top-width: 0px;
    border-top-style: none;
}

#add_payment_method .cart-collaterals .cart_totals table th {
    width: 35%;
}

.woocommerce-cart .cart-collaterals .cart_totals table th {
    width: 35%;
}

.woocommerce-checkout .cart-collaterals .cart_totals table th {
    width: 35%;
}

#add_payment_method .cart-collaterals .cart_totals table td {
    line-height: 1.5em;
    vertical-align: top;
    border-right-color: currentColor;
    border-left-color: currentColor;
    border-right-width: 0px;
    border-left-width: 0px;
    border-right-style: none;
    border-left-style: none;
}

#add_payment_method .cart-collaterals .cart_totals table th {
    line-height: 1.5em;
    vertical-align: top;
    border-right-color: currentColor;
    border-left-color: currentColor;
    border-right-width: 0px;
    border-left-width: 0px;
    border-right-style: none;
    border-left-style: none;
}

.woocommerce-cart .cart-collaterals .cart_totals table td {
    line-height: 1.5em;
    vertical-align: top;
    border-right-color: currentColor;
    border-left-color: currentColor;
    border-right-width: 0px;
    border-left-width: 0px;
    border-right-style: none;
    border-left-style: none;
}

.woocommerce-cart .cart-collaterals .cart_totals table th {
    line-height: 1.5em;
    vertical-align: top;
    border-right-color: currentColor;
    border-left-color: currentColor;
    border-right-width: 0px;
    border-left-width: 0px;
    border-right-style: none;
    border-left-style: none;
}

.woocommerce-checkout .cart-collaterals .cart_totals table td {
    line-height: 1.5em;
    vertical-align: top;
    border-right-color: currentColor;
    border-left-color: currentColor;
    border-right-width: 0px;
    border-left-width: 0px;
    border-right-style: none;
    border-left-style: none;
}

.woocommerce-checkout .cart-collaterals .cart_totals table th {
    line-height: 1.5em;
    vertical-align: top;
    border-right-color: currentColor;
    border-left-color: currentColor;
    border-right-width: 0px;
    border-left-width: 0px;
    border-right-style: none;
    border-left-style: none;
}

#add_payment_method .cart-collaterals .cart_totals table small {
    color: rgb(119, 119, 119);
}

.woocommerce-cart .cart-collaterals .cart_totals table small {
    color: rgb(119, 119, 119);
}

.woocommerce-checkout .cart-collaterals .cart_totals table small {
    color: rgb(119, 119, 119);
}

#add_payment_method .cart-collaterals .cart_totals table select {
    width: 100%;
}

.woocommerce-cart .cart-collaterals .cart_totals table select {
    width: 100%;
}

.woocommerce-checkout .cart-collaterals .cart_totals table select {
    width: 100%;
}

#add_payment_method .cart-collaterals .cart_totals .discount td {
    color: rgb(119, 164, 100);
}

.woocommerce-cart .cart-collaterals .cart_totals .discount td {
    color: rgb(119, 164, 100);
}

.woocommerce-checkout .cart-collaterals .cart_totals .discount td {
    color: rgb(119, 164, 100);
}

#add_payment_method .cart-collaterals .cart_totals tr td {
    border-top-color: rgb(235, 233, 235);
    border-top-width: 1px;
    border-top-style: solid;
}

#add_payment_method .cart-collaterals .cart_totals tr th {
    border-top-color: rgb(235, 233, 235);
    border-top-width: 1px;
    border-top-style: solid;
}

.woocommerce-cart .cart-collaterals .cart_totals tr td {
    border-top-color: rgb(235, 233, 235);
    border-top-width: 1px;
    border-top-style: solid;
}

.woocommerce-cart .cart-collaterals .cart_totals tr th {
    border-top-color: rgb(235, 233, 235);
    border-top-width: 1px;
    border-top-style: solid;
}

.woocommerce-checkout .cart-collaterals .cart_totals tr td {
    border-top-color: rgb(235, 233, 235);
    border-top-width: 1px;
    border-top-style: solid;
}

.woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top-color: rgb(235, 233, 235);
    border-top-width: 1px;
    border-top-style: solid;
}

#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination {
    margin-bottom: 0px;
}

.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination {
    margin-bottom: 0px;
}

.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination {
    margin-bottom: 0px;
}

#add_payment_method .cart-collaterals .cross-sells ul.products li.product {
    margin-top: 0px;
}

.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product {
    margin-top: 0px;
}

.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product {
    margin-top: 0px;
}

#add_payment_method .checkout .col-2 h3#ship-to-different-address {
    clear: none;
    float: left;
}

.woocommerce-cart .checkout .col-2 h3#ship-to-different-address {
    clear: none;
    float: left;
}

.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
    clear: none;
    float: left;
}

#add_payment_method .checkout .col-2 .notes {
    clear: left;
}

.woocommerce-cart .checkout .col-2 .notes {
    clear: left;
}

.woocommerce-checkout .checkout .col-2 .notes {
    clear: left;
}

#add_payment_method .checkout .col-2 .form-row-first {
    clear: left;
}

.woocommerce-cart .checkout .col-2 .form-row-first {
    clear: left;
}

.woocommerce-checkout .checkout .col-2 .form-row-first {
    clear: left;
}

#add_payment_method .checkout .create-account small {
    color: rgb(119, 119, 119);
    font-size: 11px;
    font-weight: 400;
}

.woocommerce-cart .checkout .create-account small {
    color: rgb(119, 119, 119);
    font-size: 11px;
    font-weight: 400;
}

.woocommerce-checkout .checkout .create-account small {
    color: rgb(119, 119, 119);
    font-size: 11px;
    font-weight: 400;
}

#add_payment_method .checkout div.shipping-address {
    padding: 0px;
    width: 100%;
    clear: left;
}

.woocommerce-cart .checkout div.shipping-address {
    padding: 0px;
    width: 100%;
    clear: left;
}

.woocommerce-checkout .checkout div.shipping-address {
    padding: 0px;
    width: 100%;
    clear: left;
}

#add_payment_method .checkout .shipping_address {
    clear: both;
}

.woocommerce-cart .checkout .shipping_address {
    clear: both;
}

.woocommerce-checkout .checkout .shipping_address {
    clear: both;
}

#add_payment_method #payment {
    background: rgb(235, 233, 235);
    border-radius: 5px;
}

.woocommerce-cart #payment {
    background: rgb(235, 233, 235);
    border-radius: 5px;
}

.woocommerce-checkout #payment {
    background: rgb(235, 233, 235);
    border-radius: 5px;
}

#add_payment_method #payment ul.payment_methods {
    list-style: none;
    margin: 0px;
    padding: 1em;
    text-align: left;
    border-bottom-color: rgb(211, 206, 210);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.woocommerce-cart #payment ul.payment_methods {
    list-style: none;
    margin: 0px;
    padding: 1em;
    text-align: left;
    border-bottom-color: rgb(211, 206, 210);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.woocommerce-checkout #payment ul.payment_methods {
    list-style: none;
    margin: 0px;
    padding: 1em;
    text-align: left;
    border-bottom-color: rgb(211, 206, 210);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

#add_payment_method #payment ul.payment_methods::after {
    display: table;
    content: " ";
}

#add_payment_method #payment ul.payment_methods::before {
    display: table;
    content: " ";
}

.woocommerce-cart #payment ul.payment_methods::after {
    display: table;
    content: " ";
}

.woocommerce-cart #payment ul.payment_methods::before {
    display: table;
    content: " ";
}

.woocommerce-checkout #payment ul.payment_methods::after {
    display: table;
    content: " ";
}

.woocommerce-checkout #payment ul.payment_methods::before {
    display: table;
    content: " ";
}

#add_payment_method #payment ul.payment_methods::after {
    clear: both;
}

.woocommerce-cart #payment ul.payment_methods::after {
    clear: both;
}

.woocommerce-checkout #payment ul.payment_methods::after {
    clear: both;
}

#add_payment_method #payment ul.payment_methods li {
    margin: 0px;
    text-align: left;
    line-height: 2;
    font-weight: 400;
}

.woocommerce-cart #payment ul.payment_methods li {
    margin: 0px;
    text-align: left;
    line-height: 2;
    font-weight: 400;
}

.woocommerce-checkout #payment ul.payment_methods li {
    margin: 0px;
    text-align: left;
    line-height: 2;
    font-weight: 400;
}

#add_payment_method #payment ul.payment_methods li input {
    margin: 0px 1em 0px 0px;
}

.woocommerce-cart #payment ul.payment_methods li input {
    margin: 0px 1em 0px 0px;
}

.woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0px 1em 0px 0px;
}

#add_payment_method #payment ul.payment_methods li img {
    margin: -2px 0px 0px 0.5em;
    padding: 0px;
    vertical-align: middle;
    position: relative;
    box-shadow: none;
}

.woocommerce-cart #payment ul.payment_methods li img {
    margin: -2px 0px 0px 0.5em;
    padding: 0px;
    vertical-align: middle;
    position: relative;
    box-shadow: none;
}

.woocommerce-checkout #payment ul.payment_methods li img {
    margin: -2px 0px 0px 0.5em;
    padding: 0px;
    vertical-align: middle;
    position: relative;
    box-shadow: none;
}

#add_payment_method #payment ul.payment_methods li img + img {
    margin-left: 2px;
}

.woocommerce-cart #payment ul.payment_methods li img + img {
    margin-left: 2px;
}

.woocommerce-checkout #payment ul.payment_methods li img + img {
    margin-left: 2px;
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after {
    display: table;
    content: " ";
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before {
    display: table;
    content: " ";
}

.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after {
    display: table;
    content: " ";
}

.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::before {
    display: table;
    content: " ";
}

.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after {
    display: table;
    content: " ";
}

.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before {
    display: table;
    content: " ";
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after {
    clear: both;
}

.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after {
    clear: both;
}

.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after {
    clear: both;
}

#add_payment_method #payment div.form-row {
    padding: 1em;
}

.woocommerce-cart #payment div.form-row {
    padding: 1em;
}

.woocommerce-checkout #payment div.form-row {
    padding: 1em;
}

#add_payment_method #payment div.payment_box {
    margin: 1em 0px;
    padding: 1em;
    border-radius: 2px;
    width: 100%;
    color: rgb(81, 81, 81);
    line-height: 1.5;
    font-size: 0.92em;
    position: relative;
    box-sizing: border-box;
    background-color: rgb(223, 220, 222);
}

.woocommerce-cart #payment div.payment_box {
    margin: 1em 0px;
    padding: 1em;
    border-radius: 2px;
    width: 100%;
    color: rgb(81, 81, 81);
    line-height: 1.5;
    font-size: 0.92em;
    position: relative;
    box-sizing: border-box;
    background-color: rgb(223, 220, 222);
}

.woocommerce-checkout #payment div.payment_box {
    margin: 1em 0px;
    padding: 1em;
    border-radius: 2px;
    width: 100%;
    color: rgb(81, 81, 81);
    line-height: 1.5;
    font-size: 0.92em;
    position: relative;
    box-sizing: border-box;
    background-color: rgb(223, 220, 222);
}

#add_payment_method #payment div.payment_box input.input-text {
    border-color: rgb(187, 179, 185) rgb(199, 193, 198) rgb(199, 193, 198);
}

#add_payment_method #payment div.payment_box textarea {
    border-color: rgb(187, 179, 185) rgb(199, 193, 198) rgb(199, 193, 198);
}

.woocommerce-cart #payment div.payment_box input.input-text {
    border-color: rgb(187, 179, 185) rgb(199, 193, 198) rgb(199, 193, 198);
}

.woocommerce-cart #payment div.payment_box textarea {
    border-color: rgb(187, 179, 185) rgb(199, 193, 198) rgb(199, 193, 198);
}

.woocommerce-checkout #payment div.payment_box input.input-text {
    border-color: rgb(187, 179, 185) rgb(199, 193, 198) rgb(199, 193, 198);
}

.woocommerce-checkout #payment div.payment_box textarea {
    border-color: rgb(187, 179, 185) rgb(199, 193, 198) rgb(199, 193, 198);
}

#add_payment_method #payment div.payment_box :-ms-input-placeholder {
    color: rgb(187, 179, 185);
}

.woocommerce-cart #payment div.payment_box :-ms-input-placeholder {
    color: rgb(187, 179, 185);
}

.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder {
    color: rgb(187, 179, 185);
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods {
    list-style: none;
    margin: 0px;
}

.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods {
    list-style: none;
    margin: 0px;
}

.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods {
    list-style: none;
    margin: 0px;
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new {
    margin: 0px 0px 0.5em;
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token {
    margin: 0px 0px 0.5em;
}

.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new {
    margin: 0px 0px 0.5em;
}

.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token {
    margin: 0px 0px 0.5em;
}

.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new {
    margin: 0px 0px 0.5em;
}

.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token {
    margin: 0px 0px 0.5em;
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label {
    cursor: pointer;
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label {
    cursor: pointer;
}

.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label {
    cursor: pointer;
}

.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label {
    cursor: pointer;
}

.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label {
    cursor: pointer;
}

.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label {
    cursor: pointer;
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
    margin: -3px 1em 0px 0px;
    vertical-align: middle;
    position: relative;
}

.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
    margin: -3px 1em 0px 0px;
    vertical-align: middle;
    position: relative;
}

.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
    margin: -3px 1em 0px 0px;
    vertical-align: middle;
    position: relative;
}

#add_payment_method #payment div.payment_box .wc-credit-card-form {
    margin: 1em 0px 0px;
    padding: 0px;
    border: 0px currentColor;
    border-image: none;
}

.woocommerce-cart #payment div.payment_box .wc-credit-card-form {
    margin: 1em 0px 0px;
    padding: 0px;
    border: 0px currentColor;
    border-image: none;
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
    margin: 1em 0px 0px;
    padding: 0px;
    border: 0px currentColor;
    border-image: none;
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc {
    background-position: right 0.61em center;
    padding: 8px;
    font-size: 1.5em;
    background-repeat: no-repeat;
    background-size: 32px 20px;
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry {
    background-position: right 0.61em center;
    padding: 8px;
    font-size: 1.5em;
    background-repeat: no-repeat;
    background-size: 32px 20px;
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number {
    background-position: right 0.61em center;
    padding: 8px;
    font-size: 1.5em;
    background-repeat: no-repeat;
    background-size: 32px 20px;
}

.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc {
    background-position: right 0.61em center;
    padding: 8px;
    font-size: 1.5em;
    background-repeat: no-repeat;
    background-size: 32px 20px;
}

.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry {
    background-position: right 0.61em center;
    padding: 8px;
    font-size: 1.5em;
    background-repeat: no-repeat;
    background-size: 32px 20px;
}

.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number {
    background-position: right 0.61em center;
    padding: 8px;
    font-size: 1.5em;
    background-repeat: no-repeat;
    background-size: 32px 20px;
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc {
    background-position: right 0.61em center;
    padding: 8px;
    font-size: 1.5em;
    background-repeat: no-repeat;
    background-size: 32px 20px;
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry {
    background-position: right 0.61em center;
    padding: 8px;
    font-size: 1.5em;
    background-repeat: no-repeat;
    background-size: 32px 20px;
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
    background-position: right 0.61em center;
    padding: 8px;
    font-size: 1.5em;
    background-repeat: no-repeat;
    background-size: 32px 20px;
}

#add_payment_method #payment div.payment_box .visa.wc-credit-card-form-card-cvc {
    background-image: url("../images/icons/credit-cards/visa.svg");
}

#add_payment_method #payment div.payment_box .visa.wc-credit-card-form-card-expiry {
    background-image: url("../images/icons/credit-cards/visa.svg");
}

#add_payment_method #payment div.payment_box .visa.wc-credit-card-form-card-number {
    background-image: url("../images/icons/credit-cards/visa.svg");
}

.woocommerce-cart #payment div.payment_box .visa.wc-credit-card-form-card-cvc {
    background-image: url("../images/icons/credit-cards/visa.svg");
}

.woocommerce-cart #payment div.payment_box .visa.wc-credit-card-form-card-expiry {
    background-image: url("../images/icons/credit-cards/visa.svg");
}

.woocommerce-cart #payment div.payment_box .visa.wc-credit-card-form-card-number {
    background-image: url("../images/icons/credit-cards/visa.svg");
}

.woocommerce-checkout #payment div.payment_box .visa.wc-credit-card-form-card-cvc {
    background-image: url("../images/icons/credit-cards/visa.svg");
}

.woocommerce-checkout #payment div.payment_box .visa.wc-credit-card-form-card-expiry {
    background-image: url("../images/icons/credit-cards/visa.svg");
}

.woocommerce-checkout #payment div.payment_box .visa.wc-credit-card-form-card-number {
    background-image: url("../images/icons/credit-cards/visa.svg");
}

#add_payment_method #payment div.payment_box .mastercard.wc-credit-card-form-card-cvc {
    background-image: url("../images/icons/credit-cards/mastercard.svg");
}

#add_payment_method #payment div.payment_box .mastercard.wc-credit-card-form-card-expiry {
    background-image: url("../images/icons/credit-cards/mastercard.svg");
}

#add_payment_method #payment div.payment_box .mastercard.wc-credit-card-form-card-number {
    background-image: url("../images/icons/credit-cards/mastercard.svg");
}

.woocommerce-cart #payment div.payment_box .mastercard.wc-credit-card-form-card-cvc {
    background-image: url("../images/icons/credit-cards/mastercard.svg");
}

.woocommerce-cart #payment div.payment_box .mastercard.wc-credit-card-form-card-expiry {
    background-image: url("../images/icons/credit-cards/mastercard.svg");
}

.woocommerce-cart #payment div.payment_box .mastercard.wc-credit-card-form-card-number {
    background-image: url("../images/icons/credit-cards/mastercard.svg");
}

.woocommerce-checkout #payment div.payment_box .mastercard.wc-credit-card-form-card-cvc {
    background-image: url("../images/icons/credit-cards/mastercard.svg");
}

.woocommerce-checkout #payment div.payment_box .mastercard.wc-credit-card-form-card-expiry {
    background-image: url("../images/icons/credit-cards/mastercard.svg");
}

.woocommerce-checkout #payment div.payment_box .mastercard.wc-credit-card-form-card-number {
    background-image: url("../images/icons/credit-cards/mastercard.svg");
}

#add_payment_method #payment div.payment_box .laser.wc-credit-card-form-card-cvc {
    background-image: url("../images/icons/credit-cards/laser.svg");
}

#add_payment_method #payment div.payment_box .laser.wc-credit-card-form-card-expiry {
    background-image: url("../images/icons/credit-cards/laser.svg");
}

#add_payment_method #payment div.payment_box .laser.wc-credit-card-form-card-number {
    background-image: url("../images/icons/credit-cards/laser.svg");
}

.woocommerce-cart #payment div.payment_box .laser.wc-credit-card-form-card-cvc {
    background-image: url("../images/icons/credit-cards/laser.svg");
}

.woocommerce-cart #payment div.payment_box .laser.wc-credit-card-form-card-expiry {
    background-image: url("../images/icons/credit-cards/laser.svg");
}

.woocommerce-cart #payment div.payment_box .laser.wc-credit-card-form-card-number {
    background-image: url("../images/icons/credit-cards/laser.svg");
}

.woocommerce-checkout #payment div.payment_box .laser.wc-credit-card-form-card-cvc {
    background-image: url("../images/icons/credit-cards/laser.svg");
}

.woocommerce-checkout #payment div.payment_box .laser.wc-credit-card-form-card-expiry {
    background-image: url("../images/icons/credit-cards/laser.svg");
}

.woocommerce-checkout #payment div.payment_box .laser.wc-credit-card-form-card-number {
    background-image: url("../images/icons/credit-cards/laser.svg");
}

#add_payment_method #payment div.payment_box .dinersclub.wc-credit-card-form-card-cvc {
    background-image: url("../images/icons/credit-cards/diners.svg");
}

#add_payment_method #payment div.payment_box .dinersclub.wc-credit-card-form-card-expiry {
    background-image: url("../images/icons/credit-cards/diners.svg");
}

#add_payment_method #payment div.payment_box .dinersclub.wc-credit-card-form-card-number {
    background-image: url("../images/icons/credit-cards/diners.svg");
}

.woocommerce-cart #payment div.payment_box .dinersclub.wc-credit-card-form-card-cvc {
    background-image: url("../images/icons/credit-cards/diners.svg");
}

.woocommerce-cart #payment div.payment_box .dinersclub.wc-credit-card-form-card-expiry {
    background-image: url("../images/icons/credit-cards/diners.svg");
}

.woocommerce-cart #payment div.payment_box .dinersclub.wc-credit-card-form-card-number {
    background-image: url("../images/icons/credit-cards/diners.svg");
}

.woocommerce-checkout #payment div.payment_box .dinersclub.wc-credit-card-form-card-cvc {
    background-image: url("../images/icons/credit-cards/diners.svg");
}

.woocommerce-checkout #payment div.payment_box .dinersclub.wc-credit-card-form-card-expiry {
    background-image: url("../images/icons/credit-cards/diners.svg");
}

.woocommerce-checkout #payment div.payment_box .dinersclub.wc-credit-card-form-card-number {
    background-image: url("../images/icons/credit-cards/diners.svg");
}

#add_payment_method #payment div.payment_box .maestro.wc-credit-card-form-card-cvc {
    background-image: url("../images/icons/credit-cards/maestro.svg");
}

#add_payment_method #payment div.payment_box .maestro.wc-credit-card-form-card-expiry {
    background-image: url("../images/icons/credit-cards/maestro.svg");
}

#add_payment_method #payment div.payment_box .maestro.wc-credit-card-form-card-number {
    background-image: url("../images/icons/credit-cards/maestro.svg");
}

.woocommerce-cart #payment div.payment_box .maestro.wc-credit-card-form-card-cvc {
    background-image: url("../images/icons/credit-cards/maestro.svg");
}

.woocommerce-cart #payment div.payment_box .maestro.wc-credit-card-form-card-expiry {
    background-image: url("../images/icons/credit-cards/maestro.svg");
}

.woocommerce-cart #payment div.payment_box .maestro.wc-credit-card-form-card-number {
    background-image: url("../images/icons/credit-cards/maestro.svg");
}

.woocommerce-checkout #payment div.payment_box .maestro.wc-credit-card-form-card-cvc {
    background-image: url("../images/icons/credit-cards/maestro.svg");
}

.woocommerce-checkout #payment div.payment_box .maestro.wc-credit-card-form-card-expiry {
    background-image: url("../images/icons/credit-cards/maestro.svg");
}

.woocommerce-checkout #payment div.payment_box .maestro.wc-credit-card-form-card-number {
    background-image: url("../images/icons/credit-cards/maestro.svg");
}

#add_payment_method #payment div.payment_box .jcb.wc-credit-card-form-card-cvc {
    background-image: url("../images/icons/credit-cards/jcb.svg");
}

#add_payment_method #payment div.payment_box .jcb.wc-credit-card-form-card-expiry {
    background-image: url("../images/icons/credit-cards/jcb.svg");
}

#add_payment_method #payment div.payment_box .jcb.wc-credit-card-form-card-number {
    background-image: url("../images/icons/credit-cards/jcb.svg");
}

.woocommerce-cart #payment div.payment_box .jcb.wc-credit-card-form-card-cvc {
    background-image: url("../images/icons/credit-cards/jcb.svg");
}

.woocommerce-cart #payment div.payment_box .jcb.wc-credit-card-form-card-expiry {
    background-image: url("../images/icons/credit-cards/jcb.svg");
}

.woocommerce-cart #payment div.payment_box .jcb.wc-credit-card-form-card-number {
    background-image: url("../images/icons/credit-cards/jcb.svg");
}

.woocommerce-checkout #payment div.payment_box .jcb.wc-credit-card-form-card-cvc {
    background-image: url("../images/icons/credit-cards/jcb.svg");
}

.woocommerce-checkout #payment div.payment_box .jcb.wc-credit-card-form-card-expiry {
    background-image: url("../images/icons/credit-cards/jcb.svg");
}

.woocommerce-checkout #payment div.payment_box .jcb.wc-credit-card-form-card-number {
    background-image: url("../images/icons/credit-cards/jcb.svg");
}

#add_payment_method #payment div.payment_box .amex.wc-credit-card-form-card-cvc {
    background-image: url("../images/icons/credit-cards/amex.svg");
}

#add_payment_method #payment div.payment_box .amex.wc-credit-card-form-card-expiry {
    background-image: url("../images/icons/credit-cards/amex.svg");
}

#add_payment_method #payment div.payment_box .amex.wc-credit-card-form-card-number {
    background-image: url("../images/icons/credit-cards/amex.svg");
}

.woocommerce-cart #payment div.payment_box .amex.wc-credit-card-form-card-cvc {
    background-image: url("../images/icons/credit-cards/amex.svg");
}

.woocommerce-cart #payment div.payment_box .amex.wc-credit-card-form-card-expiry {
    background-image: url("../images/icons/credit-cards/amex.svg");
}

.woocommerce-cart #payment div.payment_box .amex.wc-credit-card-form-card-number {
    background-image: url("../images/icons/credit-cards/amex.svg");
}

.woocommerce-checkout #payment div.payment_box .amex.wc-credit-card-form-card-cvc {
    background-image: url("../images/icons/credit-cards/amex.svg");
}

.woocommerce-checkout #payment div.payment_box .amex.wc-credit-card-form-card-expiry {
    background-image: url("../images/icons/credit-cards/amex.svg");
}

.woocommerce-checkout #payment div.payment_box .amex.wc-credit-card-form-card-number {
    background-image: url("../images/icons/credit-cards/amex.svg");
}

#add_payment_method #payment div.payment_box .discover.wc-credit-card-form-card-cvc {
    background-image: url("../images/icons/credit-cards/discover.svg");
}

#add_payment_method #payment div.payment_box .discover.wc-credit-card-form-card-expiry {
    background-image: url("../images/icons/credit-cards/discover.svg");
}

#add_payment_method #payment div.payment_box .discover.wc-credit-card-form-card-number {
    background-image: url("../images/icons/credit-cards/discover.svg");
}

.woocommerce-cart #payment div.payment_box .discover.wc-credit-card-form-card-cvc {
    background-image: url("../images/icons/credit-cards/discover.svg");
}

.woocommerce-cart #payment div.payment_box .discover.wc-credit-card-form-card-expiry {
    background-image: url("../images/icons/credit-cards/discover.svg");
}

.woocommerce-cart #payment div.payment_box .discover.wc-credit-card-form-card-number {
    background-image: url("../images/icons/credit-cards/discover.svg");
}

.woocommerce-checkout #payment div.payment_box .discover.wc-credit-card-form-card-cvc {
    background-image: url("../images/icons/credit-cards/discover.svg");
}

.woocommerce-checkout #payment div.payment_box .discover.wc-credit-card-form-card-expiry {
    background-image: url("../images/icons/credit-cards/discover.svg");
}

.woocommerce-checkout #payment div.payment_box .discover.wc-credit-card-form-card-number {
    background-image: url("../images/icons/credit-cards/discover.svg");
}

#add_payment_method #payment div.payment_box span.help {
    color: rgb(119, 119, 119);
    font-size: 0.85em;
    font-weight: 400;
}

.woocommerce-cart #payment div.payment_box span.help {
    color: rgb(119, 119, 119);
    font-size: 0.85em;
    font-weight: 400;
}

.woocommerce-checkout #payment div.payment_box span.help {
    color: rgb(119, 119, 119);
    font-size: 0.85em;
    font-weight: 400;
}

#add_payment_method #payment div.payment_box .form-row {
    margin: 0px 0px 1em;
}

.woocommerce-cart #payment div.payment_box .form-row {
    margin: 0px 0px 1em;
}

.woocommerce-checkout #payment div.payment_box .form-row {
    margin: 0px 0px 1em;
}

#add_payment_method #payment div.payment_box p:last-child {
    margin-bottom: 0px;
}

.woocommerce-cart #payment div.payment_box p:last-child {
    margin-bottom: 0px;
}

.woocommerce-checkout #payment div.payment_box p:last-child {
    margin-bottom: 0px;
}

#add_payment_method #payment div.payment_box::before {
    border-width: 1em;
    border-style: solid;
    border-color: transparent transparent rgb(223, 220, 222);
    margin: -1em 0px 0px 2em;
    border-image: none;
    left: 0px;
    top: -0.75em;
    display: block;
    position: absolute;
    content: "";
}

.woocommerce-cart #payment div.payment_box::before {
    border-width: 1em;
    border-style: solid;
    border-color: transparent transparent rgb(223, 220, 222);
    margin: -1em 0px 0px 2em;
    border-image: none;
    left: 0px;
    top: -0.75em;
    display: block;
    position: absolute;
    content: "";
}

.woocommerce-checkout #payment div.payment_box::before {
    border-width: 1em;
    border-style: solid;
    border-color: transparent transparent rgb(223, 220, 222);
    margin: -1em 0px 0px 2em;
    border-image: none;
    left: 0px;
    top: -0.75em;
    display: block;
    position: absolute;
    content: "";
}

#add_payment_method #payment .payment_method_paypal .about_paypal {
    line-height: 52px;
    font-size: 0.83em;
    float: right;
}

.woocommerce-cart #payment .payment_method_paypal .about_paypal {
    line-height: 52px;
    font-size: 0.83em;
    float: right;
}

.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    line-height: 52px;
    font-size: 0.83em;
    float: right;
}

#add_payment_method #payment .payment_method_paypal img {
    vertical-align: middle;
    max-height: 52px;
}

.woocommerce-cart #payment .payment_method_paypal img {
    vertical-align: middle;
    max-height: 52px;
}

.woocommerce-checkout #payment .payment_method_paypal img {
    vertical-align: middle;
    max-height: 52px;
}

.woocommerce-terms-and-conditions {
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-image: none;
    box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1);
}

.woocommerce-invalid #terms {
    outline: red solid 2px;
    outline-offset: 2px;
}

.woocommerce-password-strength {
    padding: 3px 0.5em;
    text-align: center;
    font-size: 1em;
    font-weight: 600;
}

.strong.woocommerce-password-strength {
    border-color: rgb(131, 195, 115);
    background-color: rgb(193, 225, 185);
}

.short.woocommerce-password-strength {
    border-color: rgb(227, 91, 91);
    background-color: rgb(241, 173, 173);
}

.bad.woocommerce-password-strength {
    border-color: rgb(247, 139, 83);
    background-color: rgb(251, 197, 169);
}

.good.woocommerce-password-strength {
    border-color: rgb(255, 199, 51);
    background-color: rgb(255, 227, 153);
}

.woocommerce-password-hint {
    margin: 0.5em 0px 0px;
    display: block;
}

.twentyeleven#content .woocommerce-pagination a {
    line-height: 1;
    font-size: 1em;
}

.single-product .twentythirteen #reply-title {
    padding: 0px;
}

.single-product .twentythirteen #respond #commentform {
    padding: 0px;
}

.single-product .twentythirteen .entry-summary {
    padding: 0px;
}

.single-product .twentythirteen p.stars {
    clear: both;
}

.twentythirteen .woocommerce-breadcrumb {
    padding-top: 40px;
}

.twentyfourteen ul.products li.product {
    margin-top: 0px !important;
}

body:not(.search-results) .twentysixteen .entry-summary {
    color: inherit;
    line-height: inherit;
    font-size: inherit;
}

.twentysixteen .price ins {
    background: inherit;
    color: inherit;
}
