@charset "UTF-8";
.clear {
    clear: both
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@font-face {
    font-family: star;
    src: url(fonts/star.eot);
    src: url(fonts/star.eot?#iefix) format("embedded-opentype"), url(fonts/star.woff) format("woff"), url(fonts/star.ttf) format("truetype"), url(fonts/star.svg#star) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: WooCommerce;
    src: url(fonts/WooCommerce.eot);
    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
}

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

p.demo_store a {
    color: #fff
}

.admin-bar p.demo_store {
    top: 32px
}

div.woocommerce {
    margin-bottom: 4em;
}

.woocommerce .blockUI.blockOverlay {
    position: relative
}

.woocommerce .blockUI.blockOverlay:before, .woocommerce .loader:before {
    height: 1em;
    width: 1em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    display: block;
    content: "";
    -webkit-animation: spin 1s ease-in-out infinite;
    -moz-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(images/icons/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75)
}




.woocommerce a.remove {
    display: inline-block;
    float: left;
}

@media only screen and (min-width: 769px) {
    .woocommerce a.remove {
        font-size: 1.7em;
        margin-right: 0.5em;
    }
}

@media only screen and (max-width: 768px) {
    .woocommerce a.remove:after {
        content: attr(title);
        font-size: 1rem;
        display: inline-block;
        margin-left: 0.4em;
    }
}

.woocommerce small.note {
    display: block;
    color: #777;
    font-size: .857em;
    margin-top: 10px
}

.woocommerce .woocommerce-breadcrumb:after {
    clear: both;
}

.woocommerce .woocommerce-breadcrumb {
    display: none;
    margin: 0 0 1em;
    padding: 0;
    font-size: .92em;
    color: #777
}

.woocommerce-product-gallery__wrapper {
    padding: 0;
}

.woocommerce .woocommerce-breadcrumb:after, .woocommerce .woocommerce-breadcrumb:before {
    content: " ";
    display: table
}

.woocommerce .woocommerce-breadcrumb a {
    color: #777
}

.woocommerce .quantity .qty {
    width: 4em;
    text-align: center;
    margin-bottom: 0 !important;
}

.woocommerce div.product {
    margin-bottom: 0;
    position: relative
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
    .woocommerce div.product .container {
        display: flex;
    }
    .woocommerce div.product .container .images {
        width: 40%;
        margin-right: 30px;
    }
    .woocommerce div.product .container .summary {
        width: calc(60% - 30px);
    }
}

@media only screen and (max-width: 599px) {
    .woocommerce div.product .container {
        flex-direction: column;
    }
    .woocommerce div.product .container .images {
        width: 100%;
        margin-right: 0;
    }
}

.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    margin-bottom: 0.5em;
    padding: 0;
    text-align: left;
}

.woocommerce section.related.products {
    display: inline-block;
    width: 100%;
}

.woocommerce #reviews #comments {
    margin: 0 0 2em 0;
    padding: 3em 2em;
    background-color: rgba(0, 0, 0, 0.07);
    border: 0;
    border-radius: 4px;
}

.woocommerce #reviews #comments p:only-child {
    margin-bottom: 1.2em;
}

.woocommerce #reviews #comments .add_review:after, .woocommerce .products ul:after, .woocommerce div.product form.cart:after, .woocommerce div.product p.cart:after, .woocommerce nav.woocommerce-pagination ul, .woocommerce ul.products:after {
    clear: both
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    font-size: 1.5em;
    margin-bottom: 1.25em;
    width: 100%;
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    background: inherit;
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del {
    opacity: .5
}

.woocommerce div.product p.stock {
    font-size: 1em;
    margin-top: -1.6em;
}

.woocommerce div.product .stock {
    color: inherit
}

.woocommerce div.product_meta span {
    display: inline-block;
    line-height: 1.4em;
    margin-bottom: 1em;
}

.woocommerce div.product_meta span.posted_in {
    width: 100%;
}

.woocommerce div.product_meta span span {
    margin-bottom: 0;
}

.woocommerce div.product_meta > span:last-child {
    margin-bottom: 0;
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 1.618em
}

.woocommerce div.product div.images, .woocommerce div.product div.summary {
    margin-bottom: 2em
}

.woocommerce-product-details__short-description {
    padding-right: 1em;
}

.woocommerce .product .product-image-box {
    position: relative;
    background-color: transparent;
    margin-bottom: 1.8em !important;
    padding: 5px;
    overflow: hidden;
    display: inline-flex;
    width: 100%;
}

.woocommerce .product .product-image-box:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: all .08s linear;
    -moz-transition: all .08s linear;
    -o-transition: all .08s linear;
    -ms-transition: all .08s linear;
    transition: all .08s linear;
}

.woocommerce a:hover .product-image-box:before {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}

ul.products .product .product-image-box {
    /*height: 330px;*/
    width: 100%;
}

body.woo_image_borders ul.products .product .product-image-box {
    padding: 1em;
}

.woocommerce div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none;
    align-self: center;

}

.woocommerce div.product div.images div.thumbnails {
    padding-top: 1em
}

.woocommerce div.product div.social {
    text-align: right;
    margin: 0 0 1em
}

.woocommerce div.product div.social span {
    margin: 0 0 0 2px
}

.woocommerce div.product div.social span span {
    margin: 0
}

.woocommerce div.product div.social span .stButton .chicklets {
    padding-left: 16px;
    width: 0
}

.woocommerce div.product div.social iframe {
    float: left;
    margin-top: 3px
}

.woocommerce div.product .woocommerce-tabs {
    display: inline-block;
    margin-top: 1em;

    width: 100%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 0 0 0;
    margin: 0 0 3em;
    overflow: hidden;
    position: relative
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: none;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 2px 2px 0 0;
    margin: 0 0;
    padding: 0 1em;
    font-weight: 500;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: .5em 0;
    color: inherit;
    text-decoration: none
}

.woocommerce div.product form.cart:after, .woocommerce div.product form.cart:before, .woocommerce div.product p.cart:after, .woocommerce div.product p.cart:before {
    display: table;
    content: " "
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    text-decoration: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    z-index: 2;
    border-bottom-color: #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: inherit;
    text-shadow: inherit
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 1
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 3em;
    padding: 0
}

.woocommerce div.product .woocommerce-tabs .panel > h2:first-child {
    display: none;
}

.woocommerce div.product .woocommerce-tabs .panel p {
    margin-bottom: 1.4em;
}

.woocommerce div.product .woocommerce-tabs .panel p {
    color: inherit !important;
}

.woocommerce div.product form.cart,
.woocommerce div.product p.cart {
    margin-bottom: 0;
}

.woocommerce div.product form.cart:not(.variations_form),
.woocommerce div.product p.cart:not(.variations_form),
.woocommerce-variation-add-to-cart {
    margin-bottom: 3em;
    display: flex;
    flex-direction: row;
}

.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 0.5em 0 0;
}

.woocommerce div.product form.cart table {
    border-width: 0 0 1px
}

.woocommerce div.product form.cart table td {
    padding-left: 0
}

.woocommerce div.product form.cart table div.quantity {
    float: none;
    margin: 0
}

.woocommerce div.product form.cart table small.stock {
    display: block;
    float: none
}

.woocommerce div.product form.cart .variations {
    margin: 0 0 1em 0;
    border: 0;
    width: 100%;
    display: inline-block;
}

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    border: 0;
    vertical-align: top;
    line-height: 2em
}

.woocommerce div.product form.cart .variations label {
    font-size: 0.9em;
    margin-bottom: 0.2em;
    line-height: 1em;
}

.woocommerce div.product form.cart .variations select {
    max-width: 100%;
    width: 100%;
    display: inline-block;
    margin-right: 1em;
    height: 3em;
}

.woocommerce div.product form.cart .variations tr {
    display: inline-block;
    width: 100%;
}

.woocommerce div.product form.cart .variations td.label {
    padding-right: 0;
    width: 100%;
    display: inline-block;
}

.woocommerce div.product form.cart .variations td.value {
    padding-right: 0;
    width: 100%;
    display: inline-block;
}

.woocommerce div.product form.cart .woocommerce-variation-description p {
    margin-bottom: 1em
}

.woocommerce div.product form.cart .reset_variations {
    visibility: hidden;
    display: none;
    font-size: .83em
}

p.first-payment-date {
    display: none;
}

.woocommerce div.product form.cart .wc-no-matching-variations {
    display: none
}

.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    margin-bottom: 0;
    align-self: center;
}

.woocommerce div.product form.cart .group_table td.label {
    padding-right: 1em;
    padding-left: 1em
}

.woocommerce div.product form.cart .group_table td {
    vertical-align: top;
    padding-bottom: .5em;
    border: 0
}

body.center_page_title.woocommerce-cart .cart-empty, body.center_page_title.woocommerce-cart .return-to-shop {
    text-align: center;
}

.woocommerce-cart a.button.wc-backward {
    margin-bottom: 0;
}

.woocommerce span.onsale {
    min-width: 3.5em;
    text-align: center;
    position: absolute;
    line-height: 3.5;
    top: 0.6em;
    left: 0.6em;
    margin: 0;
    border-radius: 100%;
    background-color: #eb222a;
    color: #fff;
    z-index: 1;
    font-size: 1em;
}

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

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

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

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    padding: 0 1em;
    margin-right: 0;
    width: calc(100% / 3);
    margin: 0 0 3em 0;
    display: flex;
}

@media only screen and (max-width: 1023px) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: calc(100% / 2);
    }
}

body:not(.logged-in) .woocommerce .related {
    border-top: 1px solid rgba(0,0,0,0.1);
    padding-top: 3em;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .woocommerce.single-product .related ul.products li.product {
        width: calc(100% / 3);
    }
}

.woocommerce .related > h2,
.woocommerce .upsells > h2 {
    margin-bottom: 1.8em;
}

body.center_page_title.woocommerce ul.products > li.product-category h3 {
    text-align: center;
}

.woocommerce ul.products li.product:nth-child(3n+1), .woocommerce-page ul.products li.product:nth-child(3n+1) {
    clear: left;
}

@media only screen and (max-width: 768px) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 50%;
    }
    .woocommerce ul.products li.product:nth-child(2n+1), .woocommerce-page ul.products li.product:nth-child(2n+1) {
        clear: left;
    }
}

@media only screen and (max-width: 419px) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 100%;
    }
}

.woocommerce ul.products li.product .onsale {
    margin: 0 0 0 15px;
}

.woocommerce ul.products li.product h3 {
    padding: 0;
    margin-bottom: 0.5em;

}

.woocommerce ul.products li.product a {
    text-decoration: none;
    display: inline-flex;
    flex-direction: column;
    flex-grow: 1;
}

.woocommerce ul.products li.product a img {
    width: auto;
    max-height: 100%;
    display: inline-flex;
    align-self: center;
    margin: 0 auto;
    box-shadow: none;
}

.woocommerce ul.products li.product strong {
    display: block
}

.woocommerce ul.products li.product .star-rating {
    font-size: .857em
}

.woocommerce ul.products li.product .button {
    margin-top: 1em;
    display: none;
}

.woocommerce ul.products li.product .price {
    display: block;
    margin: 0 0 0 0;
    font-size: 1.2em;
}

.woocommerce .woocommerce-loop-product__title {
    margin-bottom: 0.5em;
}

.woocommerce ul.products li.product .price del {
    color: inherit;
    opacity: .5;
    display: block;
    margin-bottom: 0.5em;
    font-size: 0.9em;
}

.woocommerce ul.products li.product .price ins {
    background: 0 0;
}

.woocommerce ul.products li.product .price .from {
    font-size: .67em;
    margin: -2px 0 0;
    text-transform: uppercase;
    color: rgba(132, 132, 132, .5)
}

.woocommerce form {
    clear: none;
    position: relative;
}

body.woocommerce .sort-wrapper {
    display: inline-block;
    display: flex;
    align-items: center;
    width: 100%;
    /*padding: 0.5em 0.6em 0.5em 1em;*/
    border-radius: 4px;
    margin-bottom: 3em;
    /*background-color: rgba(0,0,0,0.075);*/
}

/*body.woocommerce.stretched_title.main_color .sort-wrapper {
    margin-top: -2rem;
}*/

.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
    width: 50%;
    margin: 0;
}

.woocommerce .woocommerce-ordering {
    text-align: right;
}

.woocommerce-mini-cart__buttons {
    margin-bottom: 0;
}

@media only screen and (min-width: 1024px) {
    .woocommerce.single-product .sidebar {
        padding-top: 0.8em;
    }
}

.woocommerce-mini-cart__buttons .button:not(.checkout) {
    background-color: #ddd;
    color: #333;
    box-shadow: none;
}

.woocommerce-mini-cart__buttons .button {
    width: 100%;
    text-align: center;
    padding: 0;
    margin-bottom: 1em;
}

.woocommerce-mini-cart__buttons .button:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 600px) {
    body.woocommerce .sort-wrapper {
        display: inline-block;
        padding: 1em;
    }
    .woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
        width: 100%;
        margin: 0;
    }
    .woocommerce .woocommerce-ordering {
        text-align: left;
    }
    body.center_page_title .sort-wrapper, body.center_page_title .sort-wrapper > * {
        text-align: center;
    }
    body.center_page_title .sort-wrapper > *:nth-child(2) {
        margin-top: 0.5em;
    }
}

.woocommerce .woocommerce-ordering select {
    background: transparent !important;
    margin: 0 !important;
    padding: 0;
    color: inherit !important;
    border: none;
}

@media only screen and (max-width: 1024px) {
    body.center_page_title .woocommerce-ordering select {
        text-align-last:center;
    }
}

.woocommerce .woocommerce-result-count {
    float: left;
}

body.stretched_title.matching_title_body.woocommerce .main-content-inner {
    padding-top: 0;
}

.woocommerce nav.woocommerce-pagination {
    text-align: center;
    margin-bottom: 3em;
    display: inline-block;
    width: 100%;
}

.woocommerce #respond input#submit {
    color: #fff !important;
}

.woocommerce-Reviews .comment-reply-title {
    margin-bottom: 1em;
    display: inline-block;
}

.woocommerce #respond input#submit.loading, .woocommerce a.button.loading, .woocommerce button.button.loading, .woocommerce input.button.loading {
    opacity: .25;
    padding-right: 2.618em
}

.woocommerce #respond input#submit.loading:after, .woocommerce a.button.loading:after, .woocommerce button.button.loading:after, .woocommerce input.button.loading:after {
    font-family: WooCommerce;
    content: "\e01c";
    vertical-align: top;
    font-weight: 400;
    position: absolute;
    top: .618em;
    right: 1em;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

.woocommerce #respond input#submit.added:after, .woocommerce a.button.added:after, .woocommerce button.button.added:after, .woocommerce input.button.added:after {
    font-family: WooCommerce;
    content: "\e017";
    margin-left: .53em;
    vertical-align: bottom
}
















.woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover {

    background-color: #ebe9eb
}

.woocommerce .cart .button, .woocommerce .cart input.button {
    float: none
}

.woocommerce .cart input.button[name="apply_coupon"] {
    margin-left: 1em;

    padding: 0;
}

.woocommerce a.added_to_cart {
    padding-top: .5em;
    white-space: nowrap;
    display: inline-block
}

.woocommerce #reviews #comments .add_review:after, .woocommerce #reviews #comments .add_review:before, .woocommerce #reviews #comments ol.commentlist li .comment-text:after, .woocommerce #reviews #comments ol.commentlist li .comment-text:before, .woocommerce #reviews #comments ol.commentlist:after, .woocommerce #reviews #comments ol.commentlist:before {
    content: " ";
    display: table
}

.woocommerce #reviews h2 small {
    float: right;
    color: #777;
    font-size: 15px;
    margin: 10px 0 0
}

.woocommerce #reviews h2 small a {
    text-decoration: none;
    color: #777
}

.woocommerce #reviews #respond {
    margin: 0;
    border: 0;
    padding: 0
}

.woocommerce #reviews #comment {
    height: 75px
}

.woocommerce #reviews #comments h2 {
    clear: none;
    margin-bottom: 2em;
}

.woocommerce #review_form #respond:after, .woocommerce #reviews #comments ol.commentlist li .comment-text:after, .woocommerce #reviews #comments ol.commentlist:after, .woocommerce .woocommerce-product-rating:after, .woocommerce td.product-name dl.variation:after {
    clear: both
}

.woocommerce #reviews #comments ol.commentlist {
    margin: 0;
    width: 100%;
    background: 0 0;
    list-style: none
}

.woocommerce #reviews #comments ol.commentlist li {
    margin: 0 0 3em;
    position: relative;
    background: 0;
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 3em;
}

.woocommerce #reviews #comments ol.commentlist li:only-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.woocommerce #reviews #comments ol.commentlist li .meta {
    color: #777;
    font-size: .75em;
    clear: none;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    float: left;
    padding: 2px;
    width: 1.8em;
    height: auto;
    background: #fff;
    border: 2px solid rgba(0, 0, 0, 0.17);
    margin: 0;
    box-shadow: none
}

.woocommerce #reviews #comments .star-rating {
    top: 0.2em;
    font-size: 1em;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 0;
    border-radius: 3px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    margin: 0 0 0 0;
    line-height: 1.5em;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .description {
    margin-left: 3em;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 1rem;
    margin-bottom: 0em;
    line-height: 1.4;
    padding-top: 0.15em;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
    margin-left: 1.2em;
}

.woocommerce #reviews #comments ol.commentlist ul.children {
    list-style: none;
    margin: 20px 0 0 50px
}

.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
    display: none
}

.woocommerce #reviews #comments ol.commentlist #respond {
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    padding: 1em 1em 0;
    margin: 20px 0 0 50px
}

.woocommerce #reviews #comments .commentlist>li:before {
    content: ""
}

.woocommerce .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    margin-bottom: 1.2em;
    font-size: 1.2em;
    letter-spacing: 0.1em;
    width: 5.8em;
    font-family: star;
}

.woocommerce .star-rating:before {
    content: "\73\73\73\73\73";
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute
}

.woocommerce .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}

.woocommerce .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
    color: #ffc107;
}

.woocommerce .woocommerce-product-rating {
    line-height: 2;
    display: block
}

.woocommerce .woocommerce-product-rating:after, .woocommerce .woocommerce-product-rating:before {
    content: " ";
    display: table
}

.woocommerce .woocommerce-product-rating .star-rating {
    margin: .2em 4px 0 0;
    float: left
}

.woocommerce .products .star-rating {
    display: inline-block;
    margin: 0 0 1em;
    float: none
}

.woocommerce .hreview-aggregate .star-rating {
    margin: 10px 0 0
}

.woocommerce #review_form #respond {
    position: static;
    margin: 0;
    width: auto;
    padding: 3em 2em;
    background-color: rgba(0, 0, 0, 0.03);
    border: 0;
    border-radius: 4px;
}

.woocommerce #review_form #respond .submit {
    margin-bottom: 0;
}

.woocommerce #review_form #respond:after, .woocommerce #review_form #respond:before {
    content: " ";
    display: table
}

.woocommerce p.stars a:before, .woocommerce p.stars a:hover~a:before {
    content: "\e021"
}

.woocommerce #review_form #respond p {
    margin: 0 0 10px
}

.woocommerce #review_form #respond .form-submit input {
    left: auto
}

.woocommerce #review_form #respond textarea {
    box-sizing: border-box;
    width: 100%;
}

body.white-form-inputs.woocommerce #review_form #respond textarea {
    background-color: #fff;
}

.woocommerce p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    font-size: 1.2em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    margin-right: 0.2em;
}

.woocommerce p.stars a:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: WooCommerce;
    text-indent: 0
}

.woocommerce table.shop_attributes td, .woocommerce table.shop_attributes th {
    line-height: 1.5;
    border-bottom: 1px dotted rgba(0, 0, 0, .1);
    border-top: 0;
    margin: 0
}

.woocommerce p.stars.selected a.active:before, .woocommerce p.stars:hover a:before {
    content: "\e020"
}

.woocommerce p.stars.selected a.active~a:before {
    content: "\e021"
}

.woocommerce p.stars.selected a:not(.active):before {
    content: "\e020"
}

.woocommerce table.shop_attributes {
    border: 0;
    border-top: 1px dotted rgba(0, 0, 0, .1);
    margin-bottom: 1.618em;
    width: 100%
}

.woocommerce table.shop_attributes th {
    width: 150px;

    padding: 8px
}

.woocommerce table.shop_attributes td {
    font-style: italic;
    padding: 0
}

.woocommerce table.shop_attributes td p {
    margin: 0;
    padding: 8px 0
}

.woocommerce table.shop_attributes .alt td, .woocommerce table.shop_attributes .alt th {
    background: rgba(0, 0, 0, .025)
}

.woocommerce table.shop_table {

    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 4px;
    overflow: hidden;
}

.woocommerce table.shop_table.cart thead {
    background-color: transparent;
}

.woocommerce table.shop_table th {
    padding: 1em 0;

    font-size: 1em;
}

.woocommerce table.shop_table td {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 1em 0;
    vertical-align: middle
}

.woocommerce table.shop_table td small {
    font-weight: 400
}

.woocommerce table.shop_table tbody:first-child tr:first-child td, .woocommerce table.shop_table tbody:first-child tr:first-child th {
    border-top: 0
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {

    border-top: 1px solid rgba(0, 0, 0, .1)
}

.woocommerce table.my_account_orders {
    font-size: .85em
}

.woocommerce table.my_account_orders td, .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: .125em 0 .125em .25em
}

.woocommerce td.product-name dl.variation {
    margin: .25em 0
}

.woocommerce td.product-name dl.variation:after, .woocommerce td.product-name dl.variation:before {
    content: " ";
    display: table
}

.woocommerce td.product-name dl.variation dd, .woocommerce td.product-name dl.variation dt {
    display: inline-block;
    margin-bottom: 0
}

.woocommerce td.product-name dl.variation dt {

    padding: 0;
    margin: 0 4px 0 0;
}

.woocommerce td.product-name dl.variation dt {
    margin-left: 0.5em;
}

.woocommerce td.product-name dl.variation dt:before {
    content: "|";
    opacity: 0.4;
    margin-right: 0.5em;
}

.woocommerce td.product-name dl.variation dt:first-child {
    margin-left: 0;
}

.woocommerce td.product-name dl.variation dt:first-child:before {
    content: "";
    margin-right: 0;
}

.woocommerce .cart_item dl {
    font-size: 0.8em;
    opacity: 0.8;
}

.woocommerce .cart_item dt {}

.woocommerce ul.cart_list li dl:after, .woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li dl:after, .woocommerce ul.product_list_widget li:after {
    clear: both
}

.woocommerce td.product-name dl.variation dd {
    padding: 0 0 .25em
}

.woocommerce td.product-name dl.variation dd p:last-child {
    margin-bottom: 0
}

.woocommerce td.product-name p.backorder_notification {
    font-size: .83em
}

.woocommerce td.product-quantity {
    min-width: 80px
}

.woocommerce ul.cart_list, .woocommerce ul.product_list_widget {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce ul.product_list_widget .star-rating {
    margin-bottom: 0;
    margin: 0.75em 0 1em 0;
    width: 100%;
    font-size: 0.8em;
}

.woocommerce ul.product_list_widget:not(.woocommerce-mini-cart) del,
.woocommerce ul.product_list_widget:not(.woocommerce-mini-cart) span.woocommerce-Price-amount {
    width: 100%;
    display: inline-block;
}

.woocommerce ul.product_list_widget:not(.woocommerce-mini-cart) span.woocommerce-Price-amount {
    margin-top: 0
}

.woocommerce ul.product_list_widget:not(.woocommerce-mini-cart) del {
    font-size: 0.86em;
    color: rgba(0,0,0,0.65);
}

.woocommerce ul.product_list_widget li {
    margin-bottom: 1em !important;
}

.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
    margin-bottom: 0;
    list-style: none;
    position: relative;
}

.woocommerce ul.cart_list li:after, .woocommerce ul.cart_list li:before, .woocommerce ul.product_list_widget li:after, .woocommerce ul.product_list_widget li:before {
    content: " ";
    display: table
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    display: block;
    line-height: 1.3em;
}

.woocommerce ul.cart_list > li {
    padding-right: 20%;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    width: 10% !important;
    margin-left: 1em;
    margin-right: 0;
    position: absolute;
    right: 0;
}

.woocommerce ul.product_list_widget:not(.woocommerce-mini-cart) li img {
    position: absolute;
    float: none;
    top: 0;
    right: 0;
}

.woocommerce ul.product_list_widget:not(.woocommerce-mini-cart) li a {
    padding-right: 17%;
}

.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl {
    margin: 0;
    padding-left: 1em;
    border-left: 2px solid rgba(0, 0, 0, .1)
}

.woocommerce ul.cart_list li dl:after, .woocommerce ul.cart_list li dl:before, .woocommerce ul.product_list_widget li dl:after, .woocommerce ul.product_list_widget li dl:before {
    content: " ";
    display: table
}

.woocommerce ul.cart_list li dl dd, .woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dd, .woocommerce ul.product_list_widget li dl dt {
    display: inline-block;
    float: left;
    margin-bottom: 1em
}

.woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dt {

    padding: 0 0 .25em;
    margin: 0 4px 0 0;
    clear: left
}

#add_payment_method .wc-proceed-to-checkout:after, .woocommerce .order_details:after, .woocommerce .widget_layered_nav ul li:after, .woocommerce .widget_rating_filter ul li:after, .woocommerce .widget_shopping_cart .buttons:after, .woocommerce-account .addresses .title:after, .woocommerce-account .woocommerce:after, .woocommerce-cart .wc-proceed-to-checkout:after, .woocommerce-checkout .wc-proceed-to-checkout:after, .woocommerce-error:after, .woocommerce-info:after, .woocommerce-message:after, .woocommerce.widget_shopping_cart .buttons:after {
    clear: both
}

.woocommerce ul.cart_list li dl dd, .woocommerce ul.product_list_widget li dl dd {
    padding: 0 0 .25em
}

.woocommerce ul.cart_list li dl dd p:last-child, .woocommerce ul.product_list_widget li dl dd p:last-child {
    margin-bottom: 0
}

.woocommerce ul.cart_list li .star-rating, .woocommerce ul.product_list_widget li .star-rating {
    float: none
}

.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
    border-top: 2px solid rgba(0,0,0,0.1);
    padding: 1em 0 0 0;
    margin-bottom: 1em;
}

.woocommerce .widget_shopping_cart .total strong, .woocommerce.widget_shopping_cart .total strong {
    min-width: 40px;
    display: inline-block
}

.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
    padding-left: 0;
    position: relative;
    padding-top: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.woocommerce-mini-cart-item.mini_cart_item .attachment-shop_thumbnail {
    width: 10% !important;
    margin-right: 1.2em;
}

.woocommerce-mini-cart-item.mini_cart_item .remove {
    content: '';
    position: absolute;
    left: auto !important;
    right: 0;
    top: 0;
    text-indent: -100px;
    margin-right: 0 !important;
    color: rgba(0,0,0,0.5) !important;
    background-color: rgba(0,0,0,0.1);
    border-radius: 50%;
    width: 0.8rem;
    height: 0.8rem;
    text-align: center;
    overflow: hidden;
}

@media only screen and (max-width: 1023px) {
    .woocommerce-mini-cart-item.mini_cart_item .remove {
        display: none;
    }
}

.woocommerce-mini-cart-item.mini_cart_item .remove:after {
    position: absolute;
    content: '\f00d';
    font-family: 'FontAwesome';
    font-size: 0.5rem;
    text-indent: 0;
    left: 0.38em;
    top: 0.25em;
    line-height: 1;
}

.woocommerce-mini-cart-item.mini_cart_item .remove:hover {
    color: #fff !important;
}

.woocommerce-mini-cart-item.mini_cart_item .quantity {
    font-size: 0.86em;
    color: rgba(0,0,0,0.65);
    margin-top: 0.25em;
}

.woocommerce-mini-cart__empty-message {
    margin-bottom: 0;
}

.woocommerce .widget_shopping_cart .buttons:after, .woocommerce .widget_shopping_cart .buttons:before, .woocommerce.widget_shopping_cart .buttons:after, .woocommerce.widget_shopping_cart .buttons:before {
    content: " ";
    display: table
}

.woocommerce form .form-row {
    padding: 0;
    margin: 0 0 1em 0;
}

.woocommerce-product-search input[type="search"] {
    margin-bottom: 0;
}

.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity .5s .5s ease;
    -moz-transition: opacity .5s .5s ease;
    transition: opacity .5s .5s ease;
    opacity: 0
}

.woocommerce form .form-row label {
    line-height: 2
}

.woocommerce form .form-row label.hidden {
    visibility: hidden
}

.woocommerce form .form-row label.inline {
    display: inline-block;
    vertical-align: sub;
}

.woocommerce form .form-row select {
    cursor: pointer;
    margin: 0
}

body.standard-form-inputs .select2-container--default .select2-selection--single {
    border: none;
    background-color: rgba(0, 0, 0, 0.06);
    font-family: inherit;
    padding: 1.1em 1em;
    border: none;
    height: auto;
    font-size: 1em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 3px;
    margin: 0 0 1em 0;
    outline: none;
    -webkit-transition: all 10ms ease-out;
    -moz-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

body.standard-form-inputs select2-selection__rendered {
    height: auto;
    padding: 0;
    display: inline-block;
    width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 17px;
    right: 10px;
}

body.material_form_inputs .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 0;
}

body .select2-dropdown,
body .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 2px solid rgba(0,0,0,0.14);
}

body.material_form_inputs .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
body.material_form_inputs .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
body.white-form-inputs .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
body.white-form-inputs .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
body.material_form_inputs .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
body.material_form_inputs .select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
body.white-form-inputs .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
body.white-form-inputs .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-radius: 4px;
}

.select2-container--open .select2-dropdown {
    margin-top: -0.8em;
}

body.material_form_inputs .select2-container--open .select2-dropdown {
    margin-top: -1.8em;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
    line-height: 1.5;
}

.woocommerce .checkout h3 {
    margin-bottom: 2em;
}

body.material_form_inputs .select2-container--default .select2-selection--single {
    border: none;
    border-bottom: 2px solid rgba(0,0,0,0.1);
    height: 2.5em;
    margin: 1em 0 2em 0;
    border-radius: 0 !important;
    padding: 0;
}

.woocommerce form .form-row .required {
    color: red;
    border: 0
}

.woocommerce form .form-row .input-checkbox {
    display: inline;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: 1
}

.woocommerce form .form-row textarea {
    height: 7em;
    line-height: 1.5;
    display: block;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

html body .main-content .woocommerce form input[type="submit"] {
    margin-bottom: 1em;
    margin-right: 0;
}

.woocommerce form .form-row .select2-container {
    width: 100%;
    line-height: 2em
}

.woocommerce form .form-row.woocommerce-invalid label {
    color: #a00
}

.woocommerce form .form-row::-webkit-input-placeholder {
    line-height: normal
}

.woocommerce form .form-row:-moz-placeholder {
    line-height: normal
}

.woocommerce form .form-row:-ms-input-placeholder {
    line-height: normal
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {

    background-color: rgba(0, 0, 0, 0.05);
    padding: 2em;
    margin: 0 0 3em 0;
    text-align: left;
    border-radius: 5px
}

.woocommerce form.checkout_coupon input[type="text"] {
    background-color: #fff;
}

.woocommerce ul#shipping_method {
    list-style: none;
    margin: 0;
    padding: 0
}

.woocommerce ul#shipping_method li {
    margin: 0;
    padding: .25em 0 .25em 22px;
    text-indent: -22px;
    list-style: none
}

.woocommerce ul#shipping_method li input {
    margin: 3px .5ex
}

.woocommerce ul#shipping_method li label {
    display: inline
}

.woocommerce ul#shipping_method .amount {
    font-weight: 700
}

.woocommerce p.woocommerce-shipping-contents {
    margin: 0
}

.woocommerce .order_details {
    margin: 0 0 1.5em;
    list-style: none
}

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

.woocommerce .order_details li {
    float: left;
    margin-right: 2em;
    text-transform: uppercase;
    font-size: .715em;
    line-height: 1;
    border-right: 1px dashed #d3ced2;
    padding-right: 2em;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none
}

.woocommerce .order_details li strong {
    display: block;
    font-size: 1.4em;
    text-transform: none;
    line-height: 1.5
}

.woocommerce .order_details li:last-of-type {
    border: none
}

.woocommerce .widget_layered_nav ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none
}

.woocommerce .widget_layered_nav ul li {
    padding: 0 0 1px;
    list-style: none
}

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

.woocommerce .widget_layered_nav ul li.chosen a:before, .woocommerce .widget_layered_nav_filters ul li a:before {
    line-height: 1;
    content: "";
    font-family: WooCommerce;
    font-weight: 400;
    color: #a00;
    speak: none;
    font-variant: normal;
    text-transform: none;
    text-decoration: none
}

.woocommerce .widget_layered_nav ul li a, .woocommerce .widget_layered_nav ul li span {
    padding: 1px 0
}

.woocommerce .widget_layered_nav ul li.chosen a:before {
    margin-right: .618em
}

.woocommerce .widget_layered_nav_filters ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    overflow: hidden;
    zoom: 1
}

.woocommerce .widget_layered_nav_filters ul li {
    float: left;
    padding: 0 1px 1px 0;
    list-style: none
}

.woocommerce .widget_layered_nav_filters ul li a {
    text-decoration: none
}

.woocommerce .widget_layered_nav_filters ul li a:before {
    margin-right: .618em
}

.woocommerce .widget_price_filter .price_slider {
    margin-bottom: 1em
}

.woocommerce .widget_price_filter .price_slider_amount {
    text-align: left;
    line-height: 2.4;
    font-size: .8751em;
}

.woocommerce .widget_price_filter .price_slider_amount .price_label {
    line-height: 1.4em;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 0.7rem;
    float: right;
    margin-bottom: 0;
    margin-top: -0.4em;
    display: block;
    line-height: 2.5em;
    padding: 0 1em !important;
}

.woocommerce .widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
    left: 0;
    margin-left: 0;
    margin-right: 0
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 8px;
    height: 1em;
    background-color: #000;
    border-radius: 0.5em;
    cursor: ew-resize;
    outline: 0;
    top: -.3em;
    margin-left: 0em;
    right: 10em;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -8px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 1em;
    background-color: rgba(0,0,0,0.1);
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background-color: rgba(0,0,0,0.1);
    border: 0
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: .5em
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    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 {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none
}

.woocommerce .widget_rating_filter ul li {
    padding: 0 0 1px;
    list-style: none
}

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

.woocommerce .widget_rating_filter ul li a {
    padding: 1px 0;
    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 {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    margin-right: .618em;
    content: "";
    text-decoration: none;
    color: #a00
}

.woocommerce mark {
    background-color: transparent;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 1em 1em 2.6em!important;
    margin: 0 0 3em!important;
    position: relative;
    background-color: rgba(0,0,0,0.05);
    color: inherit;
    list-style: none!important;
    width: 100%;
    line-height: 1.4em;
    display: inline-block;
    display: flex;
    align-content: center;
    align-items: center;
    word-wrap: break-word;
    border-radius: 3px;
}

.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
    margin-bottom: 0;
    margin-left: auto;
    order: 10;
}



.woocommerce-error:after, .woocommerce-error:before, .woocommerce-info:after, .woocommerce-info:before, .woocommerce-message:after, .woocommerce-message:before {
    content: " ";
    display: table
}

.woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before {
    font-family: WooCommerce;
    content: "\e028";
    display: inline-block;
    position: absolute;
    left: 1.0em
}

.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
    float: right
}

.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
    list-style: none!important;
    padding-left: 0!important;
    margin-left: 0!important;
    margin-bottom: 0 !important;
}

.woocommerce-error a, .woocommerce-info a, .woocommerce-message a {
    margin-left: 0.2em;
}

.woocommerce-message {
    border-top-color: #8fae1b
}

.woocommerce-message:before {
    content: "\e015";
    color: #4caf50;
}

.woocommerce-info:before {
    color: inherit
}

.woocommerce-error {
    background-color: #f5e2e3;
    display: inline-block;
}

.woocommerce-error:before {
    content: "\e016";
    color: #b81c23;
    top: 1.3em;
}

.woocommerce-account .addresses .title:after, .woocommerce-account .addresses .title:before, .woocommerce-account .woocommerce:after, .woocommerce-account .woocommerce:before {
    content: " ";
    display: table
}

.woocommerce-account .addresses .title h3 {
    float: left
}

.woocommerce-account .addresses .title .edit, .woocommerce-account ul.digital-downloads li .count {
    float: right
}

.woocommerce-account ol.commentlist.notes li.note p.meta {

    margin-bottom: 0
}

.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
    margin-bottom: 0
}

.woocommerce-account ul.digital-downloads {
    margin-left: 0;
    padding-left: 0
}

.woocommerce-account ul.digital-downloads li {
    list-style: none;
    margin-left: 0;
    padding-left: 0
}

.woocommerce-account ul.digital-downloads li:before {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    margin-right: .618em;
    content: "";
    text-decoration: none
}

#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
    min-width: 32px
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 32px;
    box-shadow: none
}

.woocommerce .cart-collaterals .order-total, .woocommerce-page .cart-collaterals .order-total {
    font-size: 1.2em;
}

#add_payment_method table.cart td, #add_payment_method table.cart th, .woocommerce-cart table.cart td, .woocommerce-cart table.cart th, .woocommerce-checkout table.cart td, .woocommerce-checkout table.cart th {
    vertical-align: middle
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

#add_payment_method table.cart input, .woocommerce-cart table.cart input, .woocommerce-checkout table.cart input {
    margin: 0;
    vertical-align: middle;
    line-height: 1
}

#add_payment_method .wc-proceed-to-checkout, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout {
    padding: 1em 0 4em 0
}

#add_payment_method .wc-proceed-to-checkout:after, #add_payment_method .wc-proceed-to-checkout:before, .woocommerce-cart .wc-proceed-to-checkout:after, .woocommerce-cart .wc-proceed-to-checkout:before, .woocommerce-checkout .wc-proceed-to-checkout:after, .woocommerce-checkout .wc-proceed-to-checkout:before {
    content: " ";
    display: table
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    display: block;
    text-align: center;
    margin-bottom: 1em;

    padding: 1em
}

#add_payment_method .cart-collaterals .shipping_calculator .button, .woocommerce-cart .cart-collaterals .shipping_calculator .button, .woocommerce-checkout .cart-collaterals .shipping_calculator .button {
    width: 100%;
    float: none;
    display: block
}

#add_payment_method .cart-collaterals .shipping_calculator .shipping-calculator-button:after, .woocommerce-cart .cart-collaterals .shipping_calculator .shipping-calculator-button:after, .woocommerce-checkout .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    margin-left: .618em;
    content: "";
    text-decoration: none
}

#add_payment_method #payment ul.payment_methods li:after, #add_payment_method #payment ul.payment_methods li:before, #add_payment_method #payment ul.payment_methods:after, #add_payment_method #payment ul.payment_methods:before, .woocommerce-cart #payment ul.payment_methods li:after, .woocommerce-cart #payment ul.payment_methods li:before, .woocommerce-cart #payment ul.payment_methods:after, .woocommerce-cart #payment ul.payment_methods:before, .woocommerce-checkout #payment ul.payment_methods li:after, .woocommerce-checkout #payment ul.payment_methods li:before, .woocommerce-checkout #payment ul.payment_methods:after, .woocommerce-checkout #payment ul.payment_methods:before {
    content: " ";
    display: table
}

#add_payment_method .cart-collaterals .cart_totals p small, .woocommerce-cart .cart-collaterals .cart_totals p small, .woocommerce-checkout .cart-collaterals .cart_totals p small {
    color: #777;
    font-size: .83em
}

#add_payment_method .cart-collaterals .cart_totals table, .woocommerce-cart .cart-collaterals .cart_totals table, .woocommerce-checkout .cart-collaterals .cart_totals table {
    border-collapse: separate;
    margin: 0 0 6px;
    padding: 0
}

#add_payment_method .cart-collaterals .cart_totals table tr:first-child td, #add_payment_method .cart-collaterals .cart_totals table tr:first-child th, .woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td, .woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th, .woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td, .woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th {
    border-top: 0
}

#add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table th {
    width: 40%
}

#add_payment_method .cart-collaterals .cart_totals table td, #add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table td, .woocommerce-checkout .cart-collaterals .cart_totals table th {

    border-left: 0;
    border-right: 0;
    line-height: 1.5em
}

#add_payment_method .cart-collaterals .cart_totals table small, .woocommerce-cart .cart-collaterals .cart_totals table small, .woocommerce-checkout .cart-collaterals .cart_totals table small {
    color: #777
}

#add_payment_method .cart-collaterals .cart_totals table select, .woocommerce-cart .cart-collaterals .cart_totals table select, .woocommerce-checkout .cart-collaterals .cart_totals table select {
    width: 100%
}

#add_payment_method .cart-collaterals .cart_totals .discount td, .woocommerce-cart .cart-collaterals .cart_totals .discount td, .woocommerce-checkout .cart-collaterals .cart_totals .discount td {
    color: #77a464
}

#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #ebe9eb
}

#add_payment_method .cart-collaterals .cross-sells ul.products li.product, .woocommerce-cart .cart-collaterals .cross-sells ul.products li.product, .woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product {
    margin-top: 0
}

#add_payment_method .checkout .col-2 h3#ship-to-different-address, .woocommerce-cart .checkout .col-2 h3#ship-to-different-address, .woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
    float: left;
    clear: none;
    margin-bottom: 0.2rem !important;
}

#add_payment_method .checkout .col-2 h3#ship-to-different-address label, .woocommerce-cart .checkout .col-2 h3#ship-to-different-address label, .woocommerce-checkout .checkout .col-2 h3#ship-to-different-address label {
    display: inline-block;
}

#add_payment_method .checkout .col-2 .form-row-first, #add_payment_method .checkout .col-2 .notes, .woocommerce-cart .checkout .col-2 .form-row-first, .woocommerce-cart .checkout .col-2 .notes, .woocommerce-checkout .checkout .col-2 .form-row-first, .woocommerce-checkout .checkout .col-2 .notes {
    clear: left
}

#add_payment_method .checkout .create-account small, .woocommerce-cart .checkout .create-account small, .woocommerce-checkout .checkout .create-account small {
    font-size: 11px;
    color: #777;
    font-weight: 400
}

#add_payment_method .checkout div.shipping-address, .woocommerce-cart .checkout div.shipping-address, .woocommerce-checkout .checkout div.shipping-address {
    padding: 0;
    clear: left;
    width: 100%
}

#add_payment_method #payment ul.payment_methods li:after, #add_payment_method #payment ul.payment_methods:after, #add_payment_method .checkout .shipping_address, .single-product .twentythirteen p.stars, .woocommerce-cart #payment ul.payment_methods li:after, .woocommerce-cart #payment ul.payment_methods:after, .woocommerce-cart .checkout .shipping_address, .woocommerce-checkout #payment ul.payment_methods li:after, .woocommerce-checkout #payment ul.payment_methods:after, .woocommerce-checkout .checkout .shipping_address {
    clear: both
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 5px
}

.woocommerce #customer_details {
    margin-bottom: 3em;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0;
    list-style: none
}

#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
    line-height: 2;
    text-align: left;
    margin: 0;
    font-weight: inherit;
}

#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 1em 0 0
}

#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
    vertical-align: middle;
    margin: -2px 0 0 .5em;
    padding: 0;
    position: relative;
    box-shadow: none
}

#add_payment_method #payment ul.payment_methods li img+img, .woocommerce-cart #payment ul.payment_methods li img+img, .woocommerce-checkout #payment ul.payment_methods li img+img {
    margin-left: 2px
}

#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
    padding: 1em
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #dfdcde;
    color: #515151
}

#add_payment_method #payment div.payment_box input.input-text, #add_payment_method #payment div.payment_box textarea, .woocommerce-cart #payment div.payment_box input.input-text, .woocommerce-cart #payment div.payment_box textarea, .woocommerce-checkout #payment div.payment_box input.input-text, .woocommerce-checkout #payment div.payment_box textarea {
    border-color: #bbb3b9 #c7c1c6 #c7c1c6
}

#add_payment_method #payment div.payment_box::-webkit-input-placeholder, .woocommerce-cart #payment div.payment_box::-webkit-input-placeholder, .woocommerce-checkout #payment div.payment_box::-webkit-input-placeholder {
    color: #bbb3b9
}

#add_payment_method #payment div.payment_box:-moz-placeholder, .woocommerce-cart #payment div.payment_box:-moz-placeholder, .woocommerce-checkout #payment div.payment_box:-moz-placeholder {
    color: #bbb3b9
}

#add_payment_method #payment div.payment_box:-ms-input-placeholder, .woocommerce-cart #payment div.payment_box:-ms-input-placeholder, .woocommerce-checkout #payment div.payment_box:-ms-input-placeholder {
    color: #bbb3b9
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods {
    list-style: none;
    margin: 0
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new, #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token {
    margin: 0 0 .5em
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label, #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label, .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, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
    vertical-align: middle;
    margin: -3px 1em 0 0;
    position: relative
}

#add_payment_method #payment div.payment_box .wc-credit-card-form, .woocommerce-cart #payment div.payment_box .wc-credit-card-form, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
    border: 0;
    padding: 0;
    margin: 1em 0 0
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
    font-size: 1.5em;
    padding: 8px;
    background-repeat: no-repeat;
    background-position: right .618em center;
    background-size: 32px 20px
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa {
    background-image: url(images/icons/credit-cards/visa.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard {
    background-image: url(images/icons/credit-cards/mastercard.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser {
    background-image: url(images/icons/credit-cards/laser.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {
    background-image: url(images/icons/credit-cards/diners.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro {
    background-image: url(images/icons/credit-cards/maestro.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb {
    background-image: url(images/icons/credit-cards/jcb.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex {
    background-image: url(images/icons/credit-cards/amex.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover {
    background-image: url(images/icons/credit-cards/discover.svg)
}

#add_payment_method #payment div.payment_box span.help, .woocommerce-cart #payment div.payment_box span.help, .woocommerce-checkout #payment div.payment_box span.help {
    font-size: .857em;
    color: #777;
    font-weight: 400
}

#add_payment_method #payment div.payment_box .form-row, .woocommerce-cart #payment div.payment_box .form-row, .woocommerce-checkout #payment div.payment_box .form-row {
    margin: 0 0 1em
}

#add_payment_method #payment div.payment_box p:last-child, .woocommerce-cart #payment div.payment_box p:last-child, .woocommerce-checkout #payment div.payment_box p:last-child {
    margin-bottom: 0
}

#add_payment_method #payment div.payment_box:before, .woocommerce-cart #payment div.payment_box:before, .woocommerce-checkout #payment div.payment_box:before {
    content: "";
    display: block;
    border: 1em solid #dfdcde;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em
}

#add_payment_method #payment .payment_method_paypal .about_paypal, .woocommerce-cart #payment .payment_method_paypal .about_paypal, .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    float: right;
    line-height: 52px;
    font-size: .83em
}

#add_payment_method #payment .payment_method_paypal img, .woocommerce-cart #payment .payment_method_paypal img, .woocommerce-checkout #payment .payment_method_paypal img {
    max-height: 52px;
    vertical-align: middle
}

.woocommerce-password-strength {
    text-align: center;
    font-weight: 600;
    padding: 3px .5em;
    font-size: 1em
}

.woocommerce-password-strength.strong {
    background-color: #c1e1b9;
    border-color: #83c373
}

.woocommerce-password-strength.short {
    background-color: #f1adad;
    border-color: #e35b5b
}

.woocommerce-password-strength.bad {
    background-color: #fbc5a9;
    border-color: #f78b53
}

.woocommerce-password-strength.good {
    background-color: #ffe399;
    border-color: #ffc733
}

.woocommerce-password-hint {
    margin: .5em 0 0;
    display: block
}

.product.has-default-attributes.has-children>.images {
    opacity: 0
}

#content.twentyeleven .woocommerce-pagination a {
    font-size: 1em;
    line-height: 1
}

.single-product .twentythirteen #reply-title, .single-product .twentythirteen #respond #commentform, .single-product .twentythirteen .entry-summary {
    padding: 0
}

body.single-product a.added_to_cart {
    display: none;
}

.twentythirteen .woocommerce-breadcrumb {
    padding-top: 40px
}

.twentyfourteen ul.products li.product {
    margin-top: 0!important
}

body:not(.search-results) .twentysixteen .entry-summary {
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

.twentysixteen .price ins {
    background: inherit;
    color: inherit
}

.woocommerce #place_order {
    margin-bottom: 2em;
}

.woocommerce .woocommerce-verification-required {
    padding: 1em;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    margin-bottom: 0;
}

.woocommerce-Reviews .woocommerce-verification-required {
    display: none;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: transparent;
}




@media only screen and (max-width: 768px) {
    .woocommerce table.shop_table_responsive tr.cart_item td.product-name:before, .woocommerce-page table.shop_table_responsive tr.cart_item td.product-name:before {
        display: none;
        font-weight: inherit;
    }
    .woocommerce table.shop_table_responsive tr.cart_item td.product-name, .woocommerce-page table.shop_table_responsive tr.cart_item td.product-name:before {
        text-align: left !important;
    }
    .woocommerce .cart tr.cart_item {
        display: flex !important;
        justify-content: space-around;
        flex-direction: column;
        margin-bottom: 2em;
    }
    td.product-remove {

        border-top: 0 !important;
        text-align: left;
        order: 1;
    }
    td.product-name {
        border-top: 0 !important;
    }
    .woocommerce a.remove {
        width: auto;
        text-align: left;
        font-size: 2em;
    }
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page[class*=columns-] ul.products li.product, .woocommerce[class*=columns-] ul.products li.product {
        width: 50%;
    }
}

.white-form-inputs .comment-respond input:not([type="submit"]):not([type="button"]) {
    background-color: #fff !important;
}



.woocommerce-noreviews {
    margin-top: -2em;
}

.select2-container .select2-choice {
    padding: 0.7em;
}

body.standard-form-inputs .select2-container .select2-choice {
    background-color: rgba(0, 0, 0, 0.06);
    border: none;
    color: inherit !important;
    font-weight: inherit;
}

body .select2-results {
    background-color: #fff;
}

body.white-form-inputs .select2-container .select2-choice {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.03);
    color: inherit !important;
    font-weight: inherit;
}

body.material_form_inputs .select2-container .select2-choice {
    background-color: transparent;
    border: none;
    padding: 1.3em 0;
    border-radius: 0;
    border-bottom: 2px solid;
    color: inherit !important;
    font-weight: inherit;
}

.select2-drop-active {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: none !important;
    margin-top: 1px;
    padding: 0.3em;
}

body.woocommerce-page .content-container {
    padding-bottom: 3em;
}

body.post-type-archive-product.stretched_title.matching_title_body .main-content-inner {
    padding-top: 0;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    color: #fff;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    color: #fff;
}

body.product-template-default .main-content-inner h1 {
    text-align: left;
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: auto;
}

.woocommerce div[itemprop="description"] {
    font-size: 1em;
}

.woocommerce .summary div[itemprop="description"] {
    margin-top: -1em;
    margin-bottom: 3em;
}

.woocommerce div[itemprop="description"]:empty {
    display: none;
}

.woocommerce .woocommerce-review-link {
    display: none;
}

.woocommerce div.pp_woocommerce .pp_close {
    font-size: 1.2em !important;
    top: 0.6em;
    right: 0.6em;
    background-color: transparent;
}

div.pp_woocommerce .pp_arrow_next, div.pp_woocommerce .pp_arrow_previous, div.pp_woocommerce .pp_close, div.pp_woocommerce .pp_next:before, div.pp_woocommerce .pp_previous:before, div.pp_woocommerce a.pp_contract, div.pp_woocommerce a.pp_expand {
    text-shadow: none;
}

body.woocommerce.single-product .main-content-inner {
    padding-top: 3.5em !important;
}
body.woocommerce.single-product.animate_header:not(.header_bordered) .main-content-inner {
    padding-top: 3.5em !important;
}

@media only screen and (max-width: 1023px) {
    body.woocommerce.single-product .main-content-inner {
        padding-top: 2.0em !important;
    }
}

@media only screen and (max-width: 600px) {
    .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
        width: 100% !important;
    }
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page[class*=columns-] ul.products li.product, .woocommerce[class*=columns-] ul.products li.product {
        width: 100%;
    }
}

@media only screen and (min-width: 1024px) {
    .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
        width: calc(50% - 15px);
    }
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 48.5%;
}

@media only screen and (min-width: 600px) and (max-width: 899px) {
    .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
        width: 20%;
    }
    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
        width: 74%;
    }
    .woocommerce .main-column {
        width: 100% !important;
    }
}

@media only screen and (min-width: 900px) {
    .woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
        width: calc(100% / 3);
    }
    .woocommerce-page.columns-2 ul.products li.product, .woocommerce.columns-2 ul.products li.product {
    width: 50%;
    }
    .woocommerce-page.columns-4 ul.products li.product, .woocommerce.columns-4 ul.products li.product {
        width: 25%;
    }
}

@media only screen and (min-width: 1024px) {
    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
        width: 50%;
        padding-top: 0.6em;
    }
    .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
        width: 46%;
    }
}

@media only screen and (max-width: 767px) {
    .woocommerce-mini-cart-item.mini_cart_item .attachment-shop_thumbnail,
    .woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
        width: 30px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .woocommerce .woo-sidebar #content div.product div.images,
    .woocommerce .woo-sidebar div.product div.images,
    .woocommerce-page .woo-sidebar #content div.product div.images,
    .woocommerce-page .woo-sidebar div.product div.images {
        width: 30%;
    }
    .woocommerce .woo-sidebar #content div.product div.summary,
    .woocommerce .woo-sidebar div.product div.summary,
    .woocommerce-page .woo-sidebar #content div.product div.summary,
    .woocommerce-page .woo-sidebar div.product div.summary {
        width: 66%;
    }
}

/* Misc ---------------------- */

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
}

/* Cart remove */
.product-remove a {
    color: inherit;
    opacity: 0.6;
}
.product-remove a:hover {
    color: inherit;
    opacity: 1;
}

img[id*="lpform_billing_"] {
    display: none;
}