
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    border-radius: 0;
    transition: background-color, color, border-color;
    transition-duration: .2s;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #26ad5d;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #1c964e;
}



/* Header icons */
#woo-icons {
    position: absolute;
    right: 0;
    top: 10px;
    display: block;
}
#woo-icons a {
    text-decoration: none;
}
#woo-icons .konto-inds,
#woo-icons .woo-search,
#woo-icons .site-header-cart {
    float: left;
}
#woo-icons span.fa-user,
#woo-icons span.fa-search,
#woo-icons span.fa-shopping-cart {
    padding: 0 5px;
    margin: 0 10px;
    color: #666;
    font-size: 20px;
    vertical-align: middle;
}
#woo-icons .site-header-cart {
    position: relative;
}
#woo-icons span.fa-search {
    cursor: pointer;
}
#woo-icons span.fa-shopping-cart {
    cursor: pointer;
}
#woo-icons .site-header-cart .cart-contents span.count {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: auto;
    padding: 5px;
    color: #fff;
    font-size: 12px;
    line-height: 0;
    text-align: center;
    background: #dc4f49;
    border-radius: 50%;
    transform: translateX(50%) translateY(-50%);
}
#woo-icons .site-header-cart .cart-contents span.count .display {
    display: block;
    margin: 50% 0;
    color: inherit;
}
#woo-icons .site-header-cart .cart-contents span.count .filler {
    color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#woo-icons .site-header-cart .widget_shopping_cart {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    border: none;
    background-color: transparent;
    z-index: 1000;
}
.admin-bar #woo-icons .site-header-cart .widget_shopping_cart {
    padding-top: 32px;
}
body.off-canvas {
    overflow-y: hidden;
}
#woo-icons .site-header-cart .stom-off-canvas-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    transition: opacity .28s;
    z-index: 1100;
}
#woo-icons .site-header-cart .off-canvas .stom-off-canvas-overlay {
    opacity: 1;
}
#woo-icons .stom-off-canvas-wrapper {
    position: relative;
    top: 0;
    right: -350px;
    width: 100%;
    max-width: 350px;
    height: 100%;
    margin: 0 0 0 auto;
    padding-bottom: 20px;
    background-color: #fbfbfb;
    overflow-y: auto;
    -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, .5);
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, .5);
    transition: right .28s;
    z-index: 1200;
}
#woo-icons .off-canvas .stom-off-canvas-wrapper {
    right: 0;
}
#woo-icons .stom-off-canvas-wrapper .off-canvas-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px 10px;
    font-size: 28px;
    color: #999;
    cursor: pointer;
    z-index: 100;
}
#woo-icons .stom-off-canvas-wrapper h2.widgettitle {
    margin: 20px 0 0;
    padding-bottom: 10px;
    text-align: center;
    font-size: 1.6em;
    text-transform: uppercase;
    border-bottom: 1px solid #ebe9eb;
}
#woo-icons .stom-off-canvas-wrapper .cart_list {
    padding: 20px 15px;
    overflow: auto;
}
#woo-icons .stom-off-canvas-wrapper .cart_list .mini_cart_item {
    padding: 15px 10px;
}
#woo-icons .stom-off-canvas-wrapper .cart_list .mini_cart_item a.remove {
    position: absolute;
    top: 5px;
    right: 5px;
    left: auto;
    color: #dc4f49 !important;
}
#woo-icons .stom-off-canvas-wrapper .cart_list .mini_cart_item a.remove:hover {
    color: #fff !important;
    background-color: #dc4f49;
}
#woo-icons .stom-off-canvas-wrapper .cart_list .mini_cart_item a:not(.remove) {
    width: 93%;
}
#woo-icons .stom-off-canvas-wrapper .cart_list .mini_cart_item img {
    width: 50px;
    margin: 0 10px 0 0;
    float: left;
}
#woo-icons .stom-off-canvas-wrapper .cart_list .mini_cart_item .quantity {
    width: calc(100% - 60px);
    float: right;
}
#woo-icons .stom-off-canvas-wrapper .total,
#woo-icons .stom-off-canvas-wrapper .buttons {
    text-align: center;
}
#woo-icons .stom-off-canvas-wrapper .total {
    margin: 0;
    padding: 8px 15px;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom: 1px solid #ebe9eb;
}
#woo-icons .stom-off-canvas-wrapper .total strong {
    display: inline-block;
}
#woo-icons .stom-off-canvas-wrapper .buttons {
    margin: 10px auto 0;
    padding: 10px 35px;
}
#woo-icons .stom-off-canvas-wrapper .buttons a {
    display: block;
    margin: 0;
}
#woo-icons .stom-off-canvas-wrapper .buttons a:not(:first-child) {
    margin-top: 10px;
}
#woo-icons .site-header-cart .widget_shopping_cart .woocommerce-mini-cart__empty-message {
    margin-top: 15px;
    text-align: center;
}



.woo-search-input {
    display: none;
    position: absolute;
    top: 47px;
    right: 9px;
    width: 315px;
    margin: 0 calc((100% - 1160px) / 2);
    padding: 10px;
    background: #fff;
    border: 1px solid #222;
    z-index: 10;
}
.woo-search-input .search-field {
    width: 80%;
    padding: 5px;
    float: left;
    border: none;
}
.woo-search-input button {
    width: 20%;
    padding: 5px;
    float: right;
    border: none;
}



.custom-product-label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
    color: #fff;
    font-size: .85em;
    font-weight: 400;
    text-align: center;
    line-height: 0;
    background-color: #77a464;
    border-radius: 100%;
    z-index: 3;
}
.woocommerce ul.products li.product .custom-product-label {
    top: 5px;
    right: 5px;
    left: auto;
}
.custom-product-label + .custom-product-label {
    display: none;
}
.custom-product-label .display {
    display: block;
    margin: 50% 0;
    color: inherit;
}
.custom-product-label .filler {
    color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



.woocommerce ul.products.columns-1 li.product,.woocommerce-page ul.products.columns-1 li.product {
    width: 100%;
    margin-right: 0
}
.woocommerce ul.products.columns-2 li.product,.woocommerce-page ul.products.columns-2 li.product {
    width: calc((100% - (15px * 1)) / 2);
}
.woocommerce ul.products.columns-3 li.product,.woocommerce-page ul.products.columns-3 li.product {
    width: calc((100% - (15px * 2)) / 3);
}
.woocommerce ul.products.columns-5 li.product,.woocommerce-page ul.products.columns-5 li.product {
    width: calc((100% - (15px * 4)) / 5);
}
.woocommerce ul.products.columns-6 li.product,.woocommerce-page ul.products.columns-6 li.product {
    width: calc((100% - (15px * 5)) / 6);
}
.woocommerce-page.columns-1 ul.products li.product,.woocommerce.columns-1 ul.products li.product {
    width: 100%;
    margin-right: 0;
}
.woocommerce-page.columns-2 ul.products li.product,.woocommerce.columns-2 ul.products li.product {
    width: calc((100% - (15px * 1)) / 2);
}
.woocommerce-page.columns-3 ul.products li.product,.woocommerce.columns-3 ul.products li.product {
    width: calc((100% - (15px * 2)) / 3);
}
.woocommerce-page.columns-5 ul.products li.product,.woocommerce.columns-5 ul.products li.product {
    width: calc((100% - (15px * 4)) / 5);
}
.woocommerce-page.columns-6 ul.products li.product,.woocommerce.columns-6 ul.products li.product {
    width: calc((100% - (15px * 5)) / 6);
}



.woocommerce ul.products,
.woocommerce-page ul.products {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    width: calc((100% - (15px * 3)) / 4);
    margin: 0 15px 30px 0;
    padding: 10px;
    background: #fff;
    border: 1px solid #eee;
}
.woocommerce ul.products li.product:not(.product-category),
.woocommerce-page ul.products li.product:not(.product-category) {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    -ms-justify-content: flex-end;
}
@supports (display: grid) {
    /*.woocommerce .products ul::after,
    .woocommerce .products ul::before,
    .woocommerce ul.products::after,
    .woocommerce ul.products::before {
        content: none;
    }

    .woocommerce ul.products,
    .woocommerce-page ul.products {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 30px;
        column-gap: 30px;
        grid-row-gap: 30px;
        row-gap: 30px;
    }

    .woocommerce ul.products[class*=columns-] li.product:not(.product-category),
    .woocommerce-page ul.products[class*=columns-] li.product:not(.product-category) {
        width: unset;
        margin: 0;
    }*/
}
.woocommerce ul.products li.product.slick-slide,
.woocommerce-page ul.products li.product.slick-slide {
    margin: 0 7.5px !important;
}
.woocommerce ul.products li.product > *,
.woocommerce-page ul.products li.product > * {
    max-width: 100%;
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link,
.woocommerce ul.products li.product .woocommerce-loop-product__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
}
.woocommerce ul.products li.product .stom-product-loop-image-wrap {
    display: flex;
    flex-grow: 1;
    align-items: center;
    position: relative;
    width: calc(100% + 20px);
    max-width: none;
    margin: -10px -10px 15px;
    line-height: 0;
}
.woocommerce ul.products li.product .stom-product-loop-image-wrap .aligner {
    width: 100%;
    text-align: center;
}
.woocommerce ul.products li.product img {
    transition: opacity .3s;
}
.woocommerce ul.products li.product img:not(.woo-alt-image-hover) {
    max-height: 300px;
}
.woocommerce ul.products li.product img.woo-alt-image-hover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: auto;
    opacity: 0;
    z-index: 1;
}
.woocommerce ul.products li.product.alt-image-hover-enabled:hover img.woo-alt-image-hover {
    opacity: 1;
}
.woocommerce ul.products li.product.alt-image-hover-enabled:hover img:not(.woo-alt-image-hover) {
    opacity: 0;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.woocommerce ul.products li.product .price ins {
    margin-left: .25em;
}
.woocommerce ul.products li.product .button {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 7;
}
.woocommerce ul.products li.product .button.add_to_cart_button.loading {
    padding-right: 1em;
}
.woocommerce ul.products li.product .button.add_to_cart_button.loading:before,
.woocommerce ul.products li.product .button.add_to_cart_button.added:before {
    display: none;
}
.woocommerce ul.products li.product .button.add_to_cart_button.loading:after {
    position: static;
    display: inline-block;
}
.woocommerce ul.products li.product .button.add_to_cart_button.added:after {
    margin: 0;
}

.woocommerce ul.products li.product a.added_to_cart {
    display: none;
}

.woocommerce-button-setup-1 ul.products li.product .stom-product-loop-button-wrap,
.woocommerce-button-setup-2 ul.products li.product .stom-product-loop-button-wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
}

.woocommerce-button-setup-1 ul.products li.product .button.stom-read-more {
    width: auto;
    margin-right: 10px;
}
.woocommerce-button-setup-1 ul.products li.product .button.stom-read-more + .button.add_to_cart_button {
    width: auto;
}
.woocommerce-button-setup-1 ul.products li.product .button.stom-read-more + .button.add_to_cart_button:before {
    content: '\f07a';
    font-family: "Font Awesome 5 Free";
}

.woocommerce-button-setup-2 ul.products li.product .button {
    font-size: .85em;
    padding: .6em .3em;
}
.woocommerce-button-setup-2 ul.products li.product .button.stom-read-more {
    margin-right: 10px;
}


.woocommerce nav.woocommerce-pagination {
    font-size: 0;
}
.woocommerce nav.woocommerce-pagination ul {
    margin: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
    font-size: 1rem;
}



/* Product slider */
.woocommerce ul.products.slick-slider .slick-track:before,
.woocommerce-page ul.products.slick-slider .slick-track:before,
.woocommerce ul.products.slick-slider .slick-track:after,
.woocommerce-page ul.products.slick-slider .slick-track:after {
    content: none;
}
.woocommerce ul.products.slick-slider,
.woocommerce-page ul.products.slick-slider {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
}
.woocommerce ul.products .slick-track,
.woocommerce-page ul.products .slick-track {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.woocommerce ul.products li.product.slick-slide,
.woocommerce-page ul.products li.product.slick-slide {
    height: auto;
    clear: none;
}

.stom-products-section.stom-slick .section-link {
    display: inline-block;
    margin-left: 27.5px;
}
.stom-products-section h2 {
    text-align: center;
}



.woocommerce div.product .woocommerce-tabs ul.tabs {
    text-align: center;
}



.single-product-fullwidth #primary {
    border: 1px solid #d3ced2;
}
.single-product-fullwidth #primary nav.woocommerce-breadcrumb {
    margin: 0;
    padding: 12px 20px;
    border-bottom: 1px solid #d3ced2;
    font-size: .9em;
    line-height: 1;
    overflow: auto;
}
.single-product-fullwidth #primary #main > .product {
    padding: 20px;
}
.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: 50%;
    margin-bottom: 50px;
    padding-right: 20px;
    float: left;
    border-right: 1px solid #d3ced2;
}
.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: calc(50% + 1px);
    margin-left: -1px;
    padding-left: 40px;
    float: left;
    border-left: 1px solid #d3ced2;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    top: 0;
    right: 20px;
}

.woocommerce div.product .woocommerce-product-details__short-description {
    margin-bottom: 1.5em;
}

.woocommerce div.product p.stock {
    margin-bottom: .6em;
}

.woocommerce div.product form.cart div.quantity input,
.woocommerce div.product form.cart .button.single_add_to_cart_button {
    padding: .618em 1em;
    line-height: 1.5;
}
.woocommerce div.product form.cart div.quantity {
    margin-right: 0;
}
.woocommerce div.product form.cart div.quantity input {
    border-right: 0;
}
.woocommerce div.product form.cart .button.single_add_to_cart_button {
    border: 1px solid #26ad5d;
}
.woocommerce div.product form.cart .button.single_add_to_cart_button.loading {
    color: transparent;
}
.woocommerce div.product form.cart .button.single_add_to_cart_button.loading:after {
    top: auto;
    right: 0;
    left: 0;
    color: #fff;
    font-size: 1.5em;
    line-height: 1;
}

.woocommerce div.product .product_meta {
    font-size: .9em;
}


.woocommerce div.product .woocommerce-tabs .panel {
    margin-bottom: 50px;
}

.woocommerce .products.related ul,
.woocommerce .related ul.products {
    margin-bottom: 0;
}
.woocommerce .related ul.products li.product,
.woocommerce-page .related ul.products li.product {
    margin-bottom: 0;
}



.woocommerce-page.single .woocommerce-message.stom-custom-message {
    display: table;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    border: none;
    background-color: rgba(0, 0, 0, .5);
    z-index: 99999;
}
.woocommerce-page.single .woocommerce-message.stom-custom-message::before {
    content: '';
    display: none;
}

.woocommerce-page.single .custom-woocommerce-message-wrapper {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.woocommerce-page.single .custom-woocommerce-message {
    display: inline-block;
    position: relative;
    width: 600px;
    max-width: 90vw;
    max-height: 80vh;
    background-color: #fff;
    text-align: left;
    overflow-y: auto;
}

.woocommerce-page.single .custom-woocommerce-message .custom-message-title {
    display: block;
    padding: 25px 25px 0;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1;
    text-align:  center;
}
.woocommerce-page.single .custom-woocommerce-message > .fas {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 10px;
    font-size: 1.5em;
    cursor: pointer;
    z-index: 50;
}

.woocommerce-page.single .custom-product-wrapper {
    margin: 20px 0;
    padding: 15px 25px;
    border: solid #ccc;
    border-width: 1px 0;
}
.woocommerce-page.single .custom-product-wrapper img {
    width: auto;
    height: auto;
    max-height: 80px;
    vertical-align: middle;
}
.woocommerce-page.single .custom-product-wrapper .custom-product-title {
    display:  inline-block;
    max-width: 60%;
    margin-left: 25px;
    vertical-align:  middle;
}

.woocommerce-page.single .custom-button-wrapper {
    margin-bottom: 15px;
    padding: 0 25px;
}
.woocommerce-page.single .custom-button-wrapper:after {
    content: '';
    display: table;
    clear: both;
}
.woocommerce-page.single .custom-woocommerce-message .custom-button-wrapper .button {
    float: left;
}
.woocommerce-page.single .custom-woocommerce-message .custom-button-wrapper .button.wc-forward {
    float: right;
}

.woocommerce-page.single #primary .custom-woocommerce-message .up-sells {
    padding: 10px 25px 25px;
}
.woocommerce-page.single #primary .custom-woocommerce-message .up-sells > h2 {
    padding: 15px 15px 0;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1;
    text-align:  center;
}
.woocommerce-page.single #primary .custom-woocommerce-message .up-sells .products {
    margin: 0;
}
.woocommerce-page.single #primary .custom-woocommerce-message .up-sells .products .product {
    width: 30%;
    margin: 0 5% 0 0;
    padding: 0 0 40px;
    float: left;
}
.woocommerce-page.single #primary .custom-woocommerce-message .up-sells .products .product:last-of-type {
    margin-right: 0;
}
.woocommerce-page.single #primary .custom-woocommerce-message .up-sells .products .product .stom-wc-img-cell {
    padding: 10px 10px 5px 10px;
}
.woocommerce-page.single #primary .custom-woocommerce-message .up-sells .products .product .price {
    margin: 0;
}
.woocommerce-page.single #primary .custom-woocommerce-message .up-sells .products .product a.button {
    width: 100%;
    bottom: 0;
    margin: 0;
}



.woocommerce div.product .woocommerce-product-details__short-description,
.woocommerce div.product .single_variation_wrap .woocommerce-variation-description {
    position: relative;
    overflow: hidden;
    transition: max-height .8s, margin .8s, padding .8s;
}
.woocommerce div.product .woocommerce-product-details__short-description.active,
.woocommerce div.product .single_variation_wrap .woocommerce-variation-description.active {
    box-sizing: content-box;
    margin-bottom: 40px;
    padding-bottom: .5em;
}
.readmore-short-desc {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    padding: 50px 0 10px;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    background: -moz-linear-gradient(top, rgba(253,253,253,0) 0%, rgba(253,253,253,1) 40%, rgba(253,253,253,1) 100%);
    background: -webkit-linear-gradient(top, rgba(253,253,253,0) 0%,rgba(253,253,253,1) 40%,rgba(253,253,253,1) 100%);
    background: linear-gradient(to bottom, rgba(253,253,253,0) 0%,rgba(253,253,253,1) 40%,rgba(253,253,253,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    transition: padding .8s;
}
.woocommerce-product-details__short-description.active .readmore-short-desc,
.single_variation_wrap .woocommerce-variation-description.active .readmore-short-desc {
    padding: 0;
    transition: padding 1.5s;
}
.single_variation_wrap .woocommerce-variation-description .readmore-short-desc .dashicons,
.woocommerce-product-details__short-description .readmore-short-desc .dashicons {
    transition: transform .8s;
}
.single_variation_wrap .woocommerce-variation-description.active .readmore-short-desc .dashicons,
.woocommerce-product-details__short-description.active .readmore-short-desc .dashicons {
    transform: rotateZ(180deg);
}



.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    border: 1px solid #eee;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    margin: 0;
    list-style-type: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:not(:last-of-type) {
    border-bottom: 1px solid #ddd;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul a {
    display: block;
    position: relative;
    padding: 7px 10px 7px 50px;
    text-decoration: none;
    background-color: #f5f5f5;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover a {
    background-color: #e6e6e6;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul a:before {
    content: '\f03a';
    position: absolute;
    top: 50%;
    left: 20px;
    font-family: "Font Awesome 5 Free";
    font-size: 1.3em;
    font-weight: 900;
    transform: translateY(-50%);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--dashboard a:before {
    content: "\f013";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--orders a:before {
    content: "\f07a";
    margin-left: -1px;
    font-size: 1.15em;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--downloads a:before {
    content: "\f019";
    font-size: 1.2em;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--edit-address a:before {
    content: "\f015";
    margin-left: -1px;
    font-size: 1.2em;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--edit-account a:before {
    content: "\f007";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--customer-logout a:before {
    content: "\f00d";
    font-size: 1.4em;
}
/* END Account-page menu */


/* Logout link */
.entry-content .woocommerce-MyAccount-content > p:first-of-type a {
    color: #2C3F46;
    font-weight: bold;
}
/* END Logout link */



.woocommerce-checkout #content {
    padding-top: 25px;
}



.woocommerce table.shop_table {
    border-collapse: collapse;
}

.woocommerce ul#shipping_method li:last-child {
    margin: 0;
}

.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img,
#add_payment_method #payment ul.payment_methods li img {
    margin-top: 0px;
    padding-bottom: 5px;
}



body:not(.no-sidebar).woocommerce #primary {
    float: right;
}
body.woocommerce #secondary {
    float: left;
}



.bapf_sfa_unall,
.berocket_ajax_group_filter_title {
    display: none;
}



body > .woocommerce-store-notice {
    position: static;
}



.single-product .woocommerce-error,
.single-product .woocommerce-info,
.single-product .woocommerce-message,
.woocommerce-NoticeGroup-checkout .woocommerce-error,
.woocommerce-NoticeGroup-checkout .woocommerce-info,
.woocommerce-NoticeGroup-checkout .woocommerce-message {
    margin-bottom: 40px;
}


/* Shop filters BeRocket */
.bapf_sfilter {
    background-color: #fff;
    border: 1px solid #eee;
}
.bapf_sfilter .bapf_head {
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
}
.bapf_sfilter.bapf_slidr .bapf_head {
    margin-bottom: .5em;
}
.bapf_sfilter .bapf_body {
    padding: 20px;
}
.bapf_sfilter h3 {
    margin: 0;
    font-size: 1.15em;
    text-transform: uppercase;
    font-weight: 300;
}

.bapf_srch .bapf_form {
    position: relative;
}

.bapf_sfilter.bapf_srch .bapf_body {
    padding: 0;
}
.bapf_sfilter.bapf_srch .bapf_body input {
    border: none;
    outline: 1px solid #000;
}

.bapf_slidr .bapf_slidr_main {
    margin: 0 .5em 10px;
}
.bapf_slidr .ui-slider-handle {
    margin-left: -.5em;
}
.bapf_slidr .bapf_from,
.bapf_slidr .bapf_to {
    margin-bottom: 0;
}

.bapf_slidr .bapf_taprice {
    margin-left: 4px;
}

.bapf_sfilter .bapf_body > ul {
    padding-left: 0;
}
.bapf_sfilter .bapf_body ul li ul {
    margin-left: 0;
    order: 2;
}
.bapf_sfilter .bapf_body li {
    display: flex;
    flex-wrap: wrap;
}
.bapf_sfilter .bapf_body li > label {
    flex-grow: 1;
}
.bapf_sfilter .bapf_body li ul {
    width: 100%;
}

.bapf_sfilter .pcs {
    margin-left: 3px;
    order: 1;
    cursor: default;
}

.bapf_sfilter .bapf_body li > * {
    line-height: 2;
}

.bapf_srch.bapf_button_icon .bapf_input {
    font-size: 1rem;
}
.bapf_srch.bapf_button_icon span.bapf_search {
    font-size: 1.4rem;
}
/* END Shop filters BeRocket */



/* Order received / thank-you page */
.woocommerce-order-received #content .entry-content {
    margin: 0;
}

.woocommerce-order-received #content .woocommerce-notice--success.woocommerce-thankyou-order-received {
    margin-bottom: 35px;
    font-size: 2em;
    text-align: center;
}
.woocommerce-order-received .woocommerce-notice--success.woocommerce-thankyou-order-received:before {
    content: '\f00c';
    margin-right: 15px;
    padding: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 22px;
    color: #26AD5D;
    border: 3px solid #26AD5D;
    border-radius: 50%;
    vertical-align: middle;
}

.woocommerce-order-received .woocommerce-order > * {
    margin: 30px 0;
}
.woocommerce-order-received .woocommerce-order > *:last-child {
    margin-bottom: 0;
}


.woocommerce-order-received .woocommerce-order .hide-products .woocommerce-order-details,
.woocommerce-order-received .woocommerce-order .hide-addresses .woocommerce-customer-details {
    display: none;
}


.woocommerce-order-received #content .woocommerce-order .woocommerce-order-details-wrapper {
    padding: 30px;
    background-color: #f9f9f9;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 5px;
    text-align: center;
}

.woocommerce-order-received #content .woocommerce-order .woocommerce-order-details-wrapper > *:not(.woocommerce-thankyou-order-details) {
    text-align: left;
}
.woocommerce-order-received .woocommerce-order-details-wrapper > *:last-child {
    margin-bottom: 0;
}

.woocommerce-order-received .woocommerce-order-details-wrapper h1,
.woocommerce-order-received .woocommerce-order-details-wrapper h2,
.woocommerce-order-received .woocommerce-order-details-wrapper h3,
.woocommerce-order-received .woocommerce-order-details-wrapper h4,
.woocommerce-order-received .woocommerce-order-details-wrapper h5,
.woocommerce-order-received .woocommerce-order-details-wrapper h6 {
    margin-top: 0;
}

.woocommerce-order-received .woocommerce-order-details-wrapper .woocommerce-thankyou-order-details {
    display: inline-block;
    margin: 30px 0;
    padding: 0 25px;
    text-align: center;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 5px;
}

.woocommerce-order-received .woocommerce ul.order_details li {
    margin: 0;
    padding: 10px 30px;
    float: left;
    text-align: left;
    color: #bbb;
    border-right-style: solid;
    text-transform: capitalize;
}
.woocommerce-order-received .woocommerce ul.order_details li:last-of-type {
    border: none;
}
.woocommerce-order-received .woocommerce ul.order_details li strong {
    margin-top: 3px;
    color: #000;
}

.woocommerce-order-received .woocommerce-order-details-wrapper .woocommerce-thankyou-order-details + p {
    margin-top: 0;
}

.woocommerce-order-received .woocommerce-special-message p:first-of-type {
    margin-top: 0;
}
.woocommerce-order-received .woocommerce-special-message p:last-of-type {
    margin-bottom: 0;
}
/* END Order received / thank-you page */










/* Cart/checkout override */
.woocommerce-checkout #logo img,
.woocommerce-checkout #logo svg {
    width: auto;
    height: 88px;
}
.woocommerce-checkout .header-wrapper .inner-header {
    text-align: center;
}

form.checkout.woocommerce-checkout,
form.checkout.woocommerce-checkout input,
form.checkout.woocommerce-checkout textarea,
form.checkout.woocommerce-checkout select,
form.checkout.woocommerce-checkout optgroup {
    font-size: 14px;
}
.woocommerce-checkout h3 {
    margin: 20px 0;
}
.woocommerce-cart #primary {
    margin-top: 0;
}
.woocommerce-cart #primary .woocommerce-error,
.woocommerce-cart #primary .woocommerce-info,
.woocommerce-cart #primary .woocommerce-message {
    margin-bottom: 40px;
}
.woocommerce-cart h1,
.woocommerce-cart h2 {
    margin: 0 0 10px;
}

#stom-order-review .stom-coupon input,
#stom-order-review .stom-coupon a {
    padding: 0 10px;
    height: 35px;
    line-height: 34px;
}
#stom-order-review .stom-coupon a {
    text-align: center;
}
.woocommerce-checkout table.shop_table {
    margin: 0;
    border: none;
}
.woocommerce-checkout table.shop_table th,
.woocommerce-checkout table.shop_table td {
    padding-left: 0;
    padding-right: 0;
}
.woocommerce-checkout table.shop_table tr > *:nth-child(2n) {
    text-align: right;
}
#stom-order-review .stom-coupon td {
    padding: calc(9px + .5em) 0;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
}
.woocommerce-checkout #payment div.form-row {
    padding-right: 0;
    padding-left: 0;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    margin-top: 0;
}

.woocommerce-checkout h3:before {
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 0;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
}

.woocommerce-checkout table.shop_table th,
.woocommerce-checkout table.shop_table td,
.woocommerce-checkout #stom-order-review .stom-coupon td {
    padding-left: 0;
    padding-right: 0;
}

.woocommerce-checkout table.shop_table th+td,
.woocommerce-checkout table.shop_table td+td,
.woocommerce-checkout #stom-order-review .stom-coupon th+td,
.woocommerce-checkout #stom-order-review .stom-coupon td+td {
    padding-left: 10px;
}

.woocommerce-checkout table.shop_table th.product-total {
    text-align: right;
}

.woocommerce-checkout table.shop_table td.product-name,
.woocommerce-checkout table.shop_table td.product-total {
    line-height: 1.3;
}

.woocommerce-checkout table.shop_table td.product-name {
    padding-bottom: 5px;
}

.woocommerce-checkout table.shop_table td.product-total {
    padding-top: 0;
    text-align: right;
    border: none;
}

.woocommerce-checkout table.shop_table .cart-subtotal td {
    text-align: right;
}

.woocommerce-checkout table.shop_table .order-total th {
    vertical-align: top;
}

.woocommerce-checkout table.shop_table .order-total td {
    text-align: right;
}

.woocommerce-checkout table.shop_table .cart-discount th,
.woocommerce-checkout table.shop_table .cart-discount td {
    line-height: 1.3;
}

.woocommerce-checkout table.shop_table .cart-discount th {
    padding-bottom: 0;
    font-weight: normal;
}

.woocommerce-checkout table.shop_table .cart-discount td {
    padding-top: 0;
    text-align: right;
    border: none;
}

.woocommerce-checkout table.shop_table .cart-discount td i {
    font-size: .7em;
    vertical-align: top;
}

.woocommerce-checkout table.shop_table td small {
    display: block;
}

.woocommerce-checkout .checkout #ship-to-different-address input,
.woocommerce-checkout .checkout #ship-to-different-address span {
    vertical-align: middle;
}


.woocommerce ul#shipping_method li:last-child {
    margin-bottom: 0;
}

.woocommerce-info #infoByEmail a.stom_open_wc_search {
    display: none;
}
.woocommerce-info #infoByEmail #stom_wc_search {
    display: flex !important;
    flex-wrap: wrap;
    align-items: baseline;
}
.woocommerce-info #infoByEmail #stom_wc_search p {
    margin: 0 20px 0 0;
    font-size: 15px;
    line-height: 1;
}
.woocommerce-info #infoByEmail #stom_wc_search input,
.woocommerce-info #infoByEmail #stom_wc_search button {
    padding: 4px 10px;
    font-size: 14px;
    line-height: 1.2;
}
.woocommerce-info #infoByEmail #stom_wc_search input {
    width: 250px;
    border-right: none;
}
.woocommerce-info #infoByEmail #stom_wc_search button {
    color: #fff;
}
/* END Cart/checkout override */
