@charset "UTF-8";.thebase-shop-top-row {
    display: flex;
    margin-bottom: var(--global-md-spacing)
}

@media screen and (max-width: 1366px) {
    .thebase-shop-top-row {
        margin-bottom:var(--global-md-spacing)
    }
}

@media screen and (max-width: 767px) {
    .thebase-shop-top-row {
        margin-bottom:20px;
        justify-content: center
    }
}

@media screen and (max-width: 540px) {
    .thebase-shop-top-item.thebase-woo-toggle {
        width:100%;
        margin: 0 0 10px
    }

    .thebase-shop-top-item.thebase-woo-toggle .thebase-toggle-shop-layout {
        margin-left: 0;
        margin-right: .5em
    }
}

.thebase-product-toggle-container {
    display: flex
}

.thebase-product-toggle-container .thebase-toggle-shop-layout {
    padding: 0 10px;
    color: var(--global-palette3);
    margin-right: .5em;
    display: flex;
    height: 35px;
    align-items: center;
    background: var(--global-palette8);
    box-shadow: none
}

.thebase-product-toggle-container .thebase-toggle-shop-layout .thebase-svg-iconset {
    pointer-events: none
}

.thebase-product-toggle-container .thebase-toggle-shop-layout.toggle-active,.thebase-product-toggle-container .thebase-toggle-shop-layout:hover {
    color: var(--global-palette-btn);
    background: var(--global-palette-btn-bg)
}

.thebase-product-toggle-container .thebase-toggle-shop-layout .thebase-svg-iconset svg {
    height: 15px;
    width: 15px
}

@media screen and (max-width: 540px) {
    .thebase-product-toggle-container {
        justify-content:center
    }
}

.thebase-woo-toggle {
    flex-grow: 1
}

.thebase-woo-results-count {
    font-size: 90%;
    margin-right: .5em;
    line-height: 32px
}

.thebase-woo-results-count p.woocommerce-result-count {
    padding: 0 10px
}

p.woocommerce-result-count {
    margin: 0;
    display: inline-block;
    vertical-align: top;
    padding: 4px 10px;
    background: var(--global-palette8);
    font-size: 13px
}

@media screen and (max-width: 479px) {
    p.woocommerce-result-count {
        float:none;
        display: block;
        text-align: center
    }
}

@media screen and (min-width: 980px) {
    .thebase-shop-top-row {
        justify-content:flex-end
    }

    .thebase-woo-results-count {
        margin-bottom: 0
    }
}

@media screen and (max-width: 479px) {
    .thebase-woo-results-count {
        width:100%;
        margin: 0 0 10px
    }

    .thebase-woo-ordering,.thebase-woo-ordering select.orderby {
        width: 100%
    }

    .thebase-product-toggle-container {
        justify-content: center
    }
}

select.orderby {
    padding: 3px 25px 3px 15px;
    height: auto;
    font-size: 90%;
    background-color: var(--global-palette9);
    background-position: right 5px top 50%;
    font-weight: 400;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: auto 18px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==)
}

table.wishlist_table {
    font-size: inherit!important
}

.wishlist_table .yith-wcqv-button {
    display: none!important
}

li.carousel-item {
    padding: 0 15px;
    display: inline-block;
    vertical-align: top
}

@media screen and (max-width: 1024px) {
    li.carousel-item {
        padding:0 10px
    }
}

@media screen and (max-width: 767px) {
    li.carousel-item {
        padding:0 5px
    }
}

.webdigify-message {
    margin: 20px 0;
    display: none;
    font-size: 20px;
    text-align: center
}

.webdigify-message .fa {
    margin: 0 10px 0 0
}

.loadgridlist-wrapper {
    text-align: center
}

#categoryTab .resp-tabs-container .resp-accordion,#categoryTab .resp-tabs-container .resp-tab-content,#productTab .resp-tabs-container .resp-accordion,#productTab .resp-tabs-container .resp-tab-content,.woobest .woo-grid .woocommerce ul.products li,.woofeature .woo-grid .woocommerce ul.products li,.woonew .woo-grid .woocommerce ul.products li,.woosale .woo-grid .woocommerce ul.products li {
    display: none
}

#categoryTab .resp-tabs-container .resp-tab-content.resp-tab-content-active,#productTab .resp-tabs-container .resp-tab-content.resp-tab-content-active {
    display: block
}

#categoryTab ul.resp-tabs-list,#productTab ul.resp-tabs-list {
    margin: 0 0 40px
}

@media screen and (max-width: 1024px) {
    #categoryTab ul.resp-tabs-list,#productTab ul.resp-tabs-list {
        margin:0 0 20px
    }
}

@media screen and (max-width: 540px) {
    #categoryTab ul.resp-tabs-list,#productTab ul.resp-tabs-list {
        margin:0 0 5px;
        padding: 0 0 5px;
        display: grid;
        grid-template-columns: repeat(3,minmax(150px,3fr));
        overflow: auto;
        scrollbar-width: thin
    }

    #categoryTab ul.resp-tabs-list::-webkit-scrollbar,#productTab ul.resp-tabs-list::-webkit-scrollbar {
        width: 3px;
        height: 3px;
        background-color: #f1f1f1
    }

    #categoryTab ul.resp-tabs-list::-webkit-scrollbar-thumb,#productTab ul.resp-tabs-list::-webkit-scrollbar-thumb {
        background: #a8a8a8
    }
}

#categoryTab ul.resp-tabs-list li.resp-tab-item,#productTab ul.resp-tabs-list li.resp-tab-item {
    display: inline-block;
    vertical-align: top;
    list-style-type: none;
    margin: 0 25px
}

#categoryTab ul.resp-tabs-list li.resp-tab-item:first-child,#productTab ul.resp-tabs-list li.resp-tab-item:first-child {
    margin-left: 0
}

@media screen and (max-width: 540px) {
    #categoryTab ul.resp-tabs-list li.resp-tab-item,#productTab ul.resp-tabs-list li.resp-tab-item {
        margin:0 5px
    }
}

#categoryTab ul.resp-tabs-list li.resp-tab-item .tab-title,#productTab ul.resp-tabs-list li.resp-tab-item .tab-title {
    background-color: transparent;
    color: var(--global-palette5);
    padding: 0;
    border: 0;
    display: inline-block;
    font-family: inherit;
    cursor: pointer;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    position: relative;
    transition: all .1s linear;
    border-radius: 0
}

@media screen and (max-width: 540px) {
    #categoryTab ul.resp-tabs-list li.resp-tab-item .tab-title,#productTab ul.resp-tabs-list li.resp-tab-item .tab-title {
        font-size:11px;
        line-height: 20px;
        background-color: var(--global-palette8);
        padding: 5px;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -khtml-border-radius: 3px;
        display: block;
        border: none;
        text-align: center
    }
}

#categoryTab ul.resp-tabs-list li.resp-tab-item.resp-tab-active .tab-title,#categoryTab ul.resp-tabs-list li.resp-tab-item:hover .tab-title,#productTab ul.resp-tabs-list li.resp-tab-item.resp-tab-active .tab-title,#productTab ul.resp-tabs-list li.resp-tab-item:hover .tab-title {
    color: var(--global-palette4);
    border-color: var(--global-palette4)
}

@media screen and (max-width: 540px) {
    #categoryTab ul.resp-tabs-list li.resp-tab-item.resp-tab-active .tab-title,#categoryTab ul.resp-tabs-list li.resp-tab-item:hover .tab-title,#productTab ul.resp-tabs-list li.resp-tab-item.resp-tab-active .tab-title,#productTab ul.resp-tabs-list li.resp-tab-item:hover .tab-title {
        background-color:var(--global-palette-btn-bg);
        color: var(--global-palette-btn)
    }
}

.woo-carousel .woocommerce ul.products {
    display: block;
    grid-template-columns: unset;
    -webkit-column-gap: unset;
    -moz-column-gap: unset;
    grid-column-gap: unset;
    column-gap: unset;
    grid-row-gap: unset;
    row-gap: unset;
    margin: 0!important
}

.woo-carousel .woocommerce ul.products li.content-bg {
    background-color: transparent
}

.woo-carousel {
    margin: 0 -15px
}

@media screen and (max-width: 1024px) {
    .woo-carousel {
        margin:0 -10px
    }
}

@media screen and (max-width: 767px) {
    .woo-carousel {
        margin:0 -5px
    }
}

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

.woocommerce .products ul li,.woocommerce ul.products li {
    position: relative;
    padding: 0 15px;
    margin: 0 0 70px;
    box-shadow: none
}

@media screen and (max-width: 1366px) {
    .woocommerce .products ul li,.woocommerce ul.products li {
        margin:0 0 30px
    }
}

@media screen and (max-width: 1024px) {
    .woocommerce .products ul li,.woocommerce ul.products li {
        padding:0 10px;
        margin: 0 0 20px
    }
}

@media screen and (max-width: 767px) {
    .woocommerce .products ul li,.woocommerce ul.products li {
        padding:0 5px
    }
}

.woocommerce .products ul li .product-wrapper,.woocommerce ul.products li .product-wrapper {
    display: inline-block;
    vertical-align: top
}

.woocommerce ul.products .product-buttons-wrap {
    visibility: hidden;
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s
}

@media screen and (max-width: 1024px) {
    .woocommerce ul.products .product-buttons-wrap {
        visibility:visible;
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        -moz-transform: translateY(0)
    }
}

.woocommerce ul.products li.product:hover .product-buttons-wrap {
    visibility: visible;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0)
}

.woocommerce ul.products.woo-archive-top-on-hover .product-buttons-wrap {
    top: 10px;
    bottom: auto
}

@media screen and (max-width: 767px) {
    .woocommerce ul.products.woo-archive-top-on-hover .product-buttons-wrap {
        top:5px
    }
}

.woocommerce ul.products.woo-archive-bottom-on-hover .product-buttons-wrap {
    top: auto;
    bottom: 10px;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    -moz-transform: translateY(30px)
}

@media screen and (max-width: 767px) {
    .woocommerce ul.products.woo-archive-bottom-on-hover .product-buttons-wrap {
        bottom:5px
    }
}

.woocommerce ul.products li.product:hover .woo-archive-bottom-on-hover .product-buttons-wrap,.woocommerce ul.products li.product:hover .woo-archive-top-on-hover .product-buttons-wrap {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0)
}

.woocommerce ul.products.woo-archive-left-on-hover .product-buttons-wrap {
    top: 10px;
    bottom: auto;
    left: 10px;
    right: auto
}

@media screen and (max-width: 767px) {
    .woocommerce ul.products.woo-archive-left-on-hover .product-buttons-wrap {
        top:5px;
        left: 5px
    }
}

.woocommerce ul.products.woo-archive-right-on-hover .product-buttons-wrap {
    top: 10px;
    bottom: auto;
    left: auto;
    right: 10px
}

@media screen and (max-width: 767px) {
    .woocommerce ul.products.woo-archive-right-on-hover .product-buttons-wrap {
        top:5px;
        right: 5px
    }
}

.woocommerce ul.products.woo-archive-left-on-hover .product-buttons-wrap .product-buttons .product.compare-button,.woocommerce ul.products.woo-archive-left-on-hover .product-buttons-wrap .product-buttons .yith-wcwl-add-to-wishlist,.woocommerce ul.products.woo-archive-right-on-hover .product-buttons-wrap .product-buttons .product.compare-button,.woocommerce ul.products.woo-archive-right-on-hover .product-buttons-wrap .product-buttons .yith-wcwl-add-to-wishlist {
    display: block;
    float: none;
    margin: 0 0 5px
}

.woocommerce ul.products.woo-archive-left-on-hover .product-buttons-wrap .product-buttons .button.yith-wcqv-button,.woocommerce ul.products.woo-archive-left-on-hover .product-buttons-wrap .product-buttons .product_type_external.button,.woocommerce ul.products.woo-archive-left-on-hover .product-buttons-wrap .product-buttons .product_type_grouped.button,.woocommerce ul.products.woo-archive-left-on-hover .product-buttons-wrap .product-buttons .product_type_simple.button,.woocommerce ul.products.woo-archive-left-on-hover .product-buttons-wrap .product-buttons .product_type_variable.button,.woocommerce ul.products.woo-archive-left-on-hover .product-buttons-wrap .product-buttons .yith-wcwl-add-to-wishlist a.add_to_wishlist,.woocommerce ul.products.woo-archive-left-on-hover .product-buttons-wrap .product-buttons .yith-wcwl-wishlistaddedbrowse,.woocommerce ul.products.woo-archive-left-on-hover .product-buttons-wrap .product-buttons .yith-wcwl-wishlistexistsbrowse,.woocommerce ul.products.woo-archive-left-on-hover .product-buttons-wrap .product-buttons a.compare.button,.woocommerce ul.products.woo-archive-right-on-hover .product-buttons-wrap .product-buttons .button.yith-wcqv-button,.woocommerce ul.products.woo-archive-right-on-hover .product-buttons-wrap .product-buttons .product_type_external.button,.woocommerce ul.products.woo-archive-right-on-hover .product-buttons-wrap .product-buttons .product_type_grouped.button,.woocommerce ul.products.woo-archive-right-on-hover .product-buttons-wrap .product-buttons .product_type_simple.button,.woocommerce ul.products.woo-archive-right-on-hover .product-buttons-wrap .product-buttons .product_type_variable.button,.woocommerce ul.products.woo-archive-right-on-hover .product-buttons-wrap .product-buttons .yith-wcwl-add-to-wishlist a.add_to_wishlist,.woocommerce ul.products.woo-archive-right-on-hover .product-buttons-wrap .product-buttons .yith-wcwl-wishlistaddedbrowse,.woocommerce ul.products.woo-archive-right-on-hover .product-buttons-wrap .product-buttons .yith-wcwl-wishlistexistsbrowse,.woocommerce ul.products.woo-archive-right-on-hover .product-buttons-wrap .product-buttons a.compare.button {
    display: block;
    float: none;
    margin: 0 0 10px
}

.woocommerce ul.products.woo-archive-action-visible .product-buttons-wrap {
    visibility: visible;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0)
}

.woocommerce .product-buttons-wrap .product-buttons .product.compare-button,.woocommerce .product-buttons-wrap .product-buttons .yith-wcwl-add-to-wishlist {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    float: left
}

.woocommerce .product-buttons-wrap .product-buttons .button.yith-wcqv-button,.woocommerce .product-buttons-wrap .product-buttons .product_type_external.button,.woocommerce .product-buttons-wrap .product-buttons .product_type_grouped.button,.woocommerce .product-buttons-wrap .product-buttons .product_type_simple.button,.woocommerce .product-buttons-wrap .product-buttons .product_type_variable.button,.woocommerce .product-buttons-wrap .product-buttons .yith-wcwl-add-to-wishlist a.add_to_wishlist,.woocommerce .product-buttons-wrap .product-buttons .yith-wcwl-wishlistaddedbrowse,.woocommerce .product-buttons-wrap .product-buttons .yith-wcwl-wishlistexistsbrowse,.woocommerce .product-buttons-wrap .product-buttons a.added_to_cart,.woocommerce .product-buttons-wrap .product-buttons a.compare.button {
    display: inline-block;
    vertical-align: top;
    float: left;
    position: relative;
    background-color: var(--global-palette9);
    background-position: 50%;
    background-repeat: no-repeat;
    font-size: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    margin: 0 3px;
    text-align: center;
    text-decoration: none;
    border-radius: 30px
}

@media screen and (max-width: 1024px) {
    .woocommerce .product-buttons-wrap .product-buttons .button.yith-wcqv-button,.woocommerce .product-buttons-wrap .product-buttons .product_type_external.button,.woocommerce .product-buttons-wrap .product-buttons .product_type_grouped.button,.woocommerce .product-buttons-wrap .product-buttons .product_type_simple.button,.woocommerce .product-buttons-wrap .product-buttons .product_type_variable.button,.woocommerce .product-buttons-wrap .product-buttons .yith-wcwl-add-to-wishlist a.add_to_wishlist,.woocommerce .product-buttons-wrap .product-buttons .yith-wcwl-wishlistaddedbrowse,.woocommerce .product-buttons-wrap .product-buttons .yith-wcwl-wishlistexistsbrowse,.woocommerce .product-buttons-wrap .product-buttons a.added_to_cart,.woocommerce .product-buttons-wrap .product-buttons a.compare.button {
        width:35px;
        height: 35px;
        line-height: 35px;
        margin: 0 0 5px!important
    }
}

@media screen and (max-width: 479px) {
    .woocommerce .product-buttons-wrap .product-buttons .button.yith-wcqv-button,.woocommerce .product-buttons-wrap .product-buttons .product_type_external.button,.woocommerce .product-buttons-wrap .product-buttons .product_type_grouped.button,.woocommerce .product-buttons-wrap .product-buttons .product_type_simple.button,.woocommerce .product-buttons-wrap .product-buttons .product_type_variable.button,.woocommerce .product-buttons-wrap .product-buttons .yith-wcwl-add-to-wishlist a.add_to_wishlist,.woocommerce .product-buttons-wrap .product-buttons .yith-wcwl-wishlistaddedbrowse,.woocommerce .product-buttons-wrap .product-buttons .yith-wcwl-wishlistexistsbrowse,.woocommerce .product-buttons-wrap .product-buttons a.added_to_cart,.woocommerce .product-buttons-wrap .product-buttons a.compare.button {
        width:30px;
        height: 30px;
        line-height: 30px
    }
}

.woocommerce .product-buttons-wrap .product-buttons .button.yith-wcqv-button:hover,.woocommerce .product-buttons-wrap .product-buttons .product_type_external.button:hover,.woocommerce .product-buttons-wrap .product-buttons .product_type_grouped.button:hover,.woocommerce .product-buttons-wrap .product-buttons .product_type_simple.added:hover,.woocommerce .product-buttons-wrap .product-buttons .product_type_simple.button:hover,.woocommerce .product-buttons-wrap .product-buttons .product_type_variable.button:hover,.woocommerce .product-buttons-wrap .product-buttons .yith-wcwl-add-to-wishlist a.add_to_wishlist:hover,.woocommerce .product-buttons-wrap .product-buttons .yith-wcwl-wishlistaddedbrowse:hover,.woocommerce .product-buttons-wrap .product-buttons .yith-wcwl-wishlistexistsbrowse:hover,.woocommerce .product-buttons-wrap .product-buttons a.added_to_cart:hover,.woocommerce .product-buttons-wrap .product-buttons a.compare.button:hover {
    background-color: var(--global-palette-btn-bg)
}

.woocommerce .product-buttons-wrap .product-buttons .product_type_external.button,.woocommerce .product-buttons-wrap .product-buttons .product_type_grouped.button,.woocommerce .product-buttons-wrap .product-buttons .product_type_simple.button,.woocommerce .product-buttons-wrap .product-buttons .product_type_variable.button {
    background-image: url(../images/webdigify/product-cart.svg);
    background-size: 20px
}

.woocommerce .product-buttons-wrap .product-buttons .product_type_external.button:hover,.woocommerce .product-buttons-wrap .product-buttons .product_type_grouped.button:hover,.woocommerce .product-buttons-wrap .product-buttons .product_type_simple.button:hover,.woocommerce .product-buttons-wrap .product-buttons .product_type_variable.button:hover {
    background-image: url(../images/webdigify/product-cart-hover.svg)
}

@media screen and (max-width: 1024px) {
    .woocommerce .product-buttons-wrap .product-buttons .product_type_external.button,.woocommerce .product-buttons-wrap .product-buttons .product_type_grouped.button,.woocommerce .product-buttons-wrap .product-buttons .product_type_simple.button,.woocommerce .product-buttons-wrap .product-buttons .product_type_variable.button {
        background-size:17px
    }
}

.woocommerce .product-buttons-wrap .product-buttons .product_type_simple.added {
    display: none
}

.woocommerce .product-buttons-wrap .product-buttons .product_type_simple.added,.woocommerce .product-buttons-wrap .product-buttons a.added_to_cart {
    background-image: url(../images/webdigify/product-cart-added.svg);
    background-size: 16px
}

.woocommerce .product-buttons-wrap .product-buttons .product_type_simple.added:hover,.woocommerce .product-buttons-wrap .product-buttons a.added_to_cart:hover {
    background-image: url(../images/webdigify/product-cart-added-hover.svg)
}

@media screen and (max-width: 1024px) {
    .woocommerce .product-buttons-wrap .product-buttons .product_type_simple.added,.woocommerce .product-buttons-wrap .product-buttons a.added_to_cart {
        background-size:15px
    }
}

.woocommerce .product-buttons-wrap .product-buttons .yith-wcqv-button {
    background-image: url(../images/webdigify/product-quickview.svg);
    background-size: 18px
}

.woocommerce .product-buttons-wrap .product-buttons .yith-wcqv-button:hover {
    background-image: url(../images/webdigify/product-quickview-hover.svg)
}

@media screen and (max-width: 1024px) {
    .woocommerce .product-buttons-wrap .product-buttons .yith-wcqv-button {
        background-size:21px
    }
}

.woocommerce .product-buttons-wrap .product-buttons .yith-wcwl-add-to-wishlist a.add_to_wishlist {
    background-image: url(../images/webdigify/product-wishlist.svg);
    background-size: 15px
}

.woocommerce .product-buttons-wrap .product-buttons .yith-wcwl-add-to-wishlist a.add_to_wishlist:hover {
    background-image: url(../images/webdigify/product-wishlist-hover.svg)
}

@media screen and (max-width: 1024px) {
    .woocommerce .product-buttons-wrap .product-buttons .yith-wcwl-add-to-wishlist a.add_to_wishlist {
        background-size:17px
    }
}

.woocommerce .product-buttons-wrap .product-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,.woocommerce .product-buttons-wrap .product-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
    background-image: url(../images/webdigify/product-wishlist-added.svg);
    display: block;
    background-position: 50%;
    background-size: 16px;
    background-repeat: no-repeat
}

.woocommerce .product-buttons-wrap .product-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,.woocommerce .product-buttons-wrap .product-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover {
    background-image: url(../images/webdigify/product-wishlist-added-hover.svg)
}

@media screen and (max-width: 1024px) {
    .woocommerce .product-buttons-wrap .product-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,.woocommerce .product-buttons-wrap .product-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
        background-size:16px
    }
}

.woocommerce .product-buttons-wrap .product-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,.woocommerce .product-buttons-wrap .product-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
    display: none;
    font-size: 0;
    margin: 0;
    padding: 0;
    text-indent: -9999px
}

.woocommerce .product-buttons-wrap .product-buttons a.compare.button {
    background-image: url(../images/webdigify/product-compare.svg);
    background-size: 18px
}

.woocommerce .product-buttons-wrap .product-buttons a.compare.button:hover {
    background-image: url(../images/webdigify/product-compare-hover.svg)
}

.woocommerce .product-buttons-wrap .product-buttons a.compare.button.added {
    background-image: url(../images/webdigify/product-compare-added.svg);
    background-size: 18px
}

.woocommerce .product-buttons-wrap .product-buttons a.compare.button.added:hover {
    background-image: url(../images/webdigify/product-compare-added-hover.svg)
}

@media screen and (max-width: 1024px) {
    .woocommerce .product-buttons-wrap .product-buttons a.compare.button {
        background-size:19px
    }
}

@media screen and (max-width: 1024px) {
    .woocommerce ul.products:not(.products-list-view) .product.compare-button,.woocommerce ul.products:not(.products-list-view) .yith-wcqv-button {
        display:none!important
    }
}

.woocommerce .product-buttons-wrap {
    position: absolute;
    top: auto;
    bottom: 15px;
    left: 15px;
    right: 15px;
    text-align: center
}

@media screen and (max-width: 1024px) {
    .woocommerce .product-buttons-wrap {
        left:5px;
        right: 5px
    }
}

.woocommerce .product-buttons-wrap .product-buttons {
    display: inline-block;
    vertical-align: top
}

.woocommerce .product-buttons-wrap .product-buttons .yith-wcwl-add-button>a i {
    display: none
}

.woocommerce .product.compare-button,.woocommerce .yith-wcwl-add-to-wishlist {
    display: block
}

.woocommerce .button.yith-wcqv-button,.woocommerce .product_type_external.button,.woocommerce .product_type_grouped.button,.woocommerce .product_type_simple.button,.woocommerce .product_type_variable.button,.woocommerce .yith-wcwl-add-to-wishlist a.add_to_wishlist,.woocommerce .yith-wcwl-wishlistaddedbrowse,.woocommerce .yith-wcwl-wishlistexistsbrowse,.woocommerce a.compare.button {
    display: block;
    float: none;
    margin: 3px 0
}

.woocommerce .product_type_external.button {
    padding: 10px 5px
}

.woocommerce .woo-archive-btn-button .product-buttons {
    -moz-column-count: 2;
    column-count: 2;
    grid-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px
}

.woocommerce .woo-archive-btn-action-bottom .purchasable.product-type-variable .detail-block .product-action-wrap,.woocommerce .woo-archive-btn-action-bottom li.product .detail-block .product-action-wrap {
    line-height: 10px;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform-origin: bottom;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s
}

@media screen and (max-width: 1024px) {
    .woocommerce .woo-archive-btn-action-bottom .purchasable.product-type-variable .detail-block .product-action-wrap,.woocommerce .woo-archive-btn-action-bottom li.product .detail-block .product-action-wrap {
        position:static;
        visibility: visible;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1
    }
}

.woocommerce .woo-archive-btn-action-bottom .purchasable.product-type-variable:hover .detail-block .product-action-wrap,.woocommerce .woo-archive-btn-action-bottom li.product:hover .detail-block .product-action-wrap {
    visibility: visible;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -moz-transform: scaleY(1)
}

.woocommerce .woo-archive-btn-action-bottom li.product.product-type-variable .product-action-wrap {
    position: static;
    visibility: visible;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1
}

.woocommerce .woo-archive-btn-action-bottom li.product:hover .price {
    visibility: hidden;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform-origin: top
}

@media screen and (max-width: 1024px) {
    .woocommerce .woo-archive-btn-action-bottom li.product:hover .price {
        visibility:visible;
        opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -moz-transform: scaleY(1)
    }
}

.woocommerce .count-down {
    position: absolute;
    top: auto;
    bottom: 15px;
    left: 15px;
    right: 15px;
    z-index: 1;
    text-align: center
}

@media screen and (max-width: 1200px) {
    .woocommerce .count-down {
        bottom:10px
    }
}

@media screen and (max-width: 540px) {
    .woocommerce .count-down {
        bottom:5px;
        left: 5px;
        right: 5px
    }
}

.woocommerce .count-down .countbox {
    display: inline-flex;
    vertical-align: top;
    align-items: center;
    -moz-column-gap: 15px;
    grid-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    background-color: var(--global-palette9);
    padding: 5px 9px;
    justify-content: center;
    border: 1px solid var(--global-palette7);
    border-radius: 5px
}

@media screen and (max-width: 767px) {
    .woocommerce .count-down .countbox {
        grid-column-gap:5px;
        -moz-column-gap: 5px;
        column-gap: 5px;
        padding: 0 5px
    }
}

.woocommerce .count-down .countbox .timebox {
    color: var(--global-palette3);
    width: auto;
    height: auto;
    text-align: center;
    font-weight: 600;
    font-size: 14px
}

@media screen and (max-width: 767px) {
    .woocommerce .count-down .countbox .timebox {
        font-size:13px
    }
}

.woocommerce .count-down .countbox .timebox .time {
    display: none
}

.woocommerce .count-down .countbox .timebox:after {
    content: ":";
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 10px
}

@media screen and (max-width: 767px) {
    .woocommerce .count-down .countbox .timebox:after {
        padding:0 0 0 5px
    }
}

.woocommerce .count-down .countbox .timebox.second:after {
    display: none
}

.woocommerce ul.products.woo-archive-right-on-hover li.product .discount,.woocommerce ul.products.woo-archive-right-on-hover li.product .onsale {
    left: 10px;
    right: auto
}

.woocommerce ul.products li.product {
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 40px
}

@media screen and (max-width: 1024px) {
    .woocommerce ul.products li.product {
        margin:0 0 20px
    }
}

.woocommerce ul.products li.product .discount,.woocommerce ul.products li.product .onsale {
    top: 10px;
    right: 10px;
    left: auto;
    margin: 0
}

.woocommerce ul.products li.product .discount {
    visibility: hidden
}

.woocommerce ul.products li.product .discount,.woocommerce ul.products li.product:hover .onsale {
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s
}

.woocommerce ul.products li.product:hover .discount {
    visibility: visible;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s
}

.woocommerce ul.products li.product a.woocommerce-loop-image-link {
    position: relative;
    display: block
}

.woocommerce ul.products li.product .product-action-wrap {
    margin: 5px 0 0;
    line-height: 10px
}

.woocommerce ul.products li.product .product-action-wrap .button {
    background-color: transparent;
    padding: 0;
    color: var(--global-palette2);
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    position: relative;
    line-height: 18px;
    text-decoration: underline;
    border-radius: 0
}

.woocommerce ul.products li.product .product-action-wrap .button .thebase-svg-iconset {
    display: none
}

.woocommerce ul.products li.product .product-action-wrap .button:hover {
    color: var(--global-palette1)
}

.woocommerce ul.products li.product .product-action-wrap .button.loading:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/webdigify/cart-loader.gif) 50% no-repeat #fff
}

.woocommerce ul.products li.product .product-action-wrap .yith-wcqv-button {
    display: none
}

.woocommerce ul.products li.product .entry-content-wrap {
    padding: 15px 0 0;
    position: relative;
    text-align: left
}

.woocommerce ul.products li.product .entry-content-wrap .star-rating-block {
    float: right
}

@media screen and (max-width: 540px) {
    .woocommerce ul.products li.product .entry-content-wrap .star-rating-block {
        float:none;
        margin: 0 0 5px
    }
}

@media screen and (max-width: 1024px) {
    .woocommerce ul.products li.product .entry-content-wrap {
        padding:10px 0 0
    }
}

.woocommerce ul.products li.product .product-excerpt {
    display: none
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product h3 {
    margin: 0 0 5px;
    font-size: 15px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-transform: inherit;
    font-family: var(--global-body-font-family);
    font-weight: 700
}

.woocommerce ul.products li.product .woocommerce-loop-category__title:hover a,.woocommerce ul.products li.product .woocommerce-loop-product__title:hover a,.woocommerce ul.products li.product h3:hover a {
    color: var(--global-palette1)
}

@media screen and (max-width: 1024px) {
    .woocommerce ul.products li.product .woocommerce-loop-category__title,.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product h3 {
        font-size:14px;
        line-height: 20px
    }
}

.woocommerce ul.products li.product a img {
    height: auto;
    display: block;
    margin: 0;
    box-shadow: none
}

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

.woocommerce ul.products li.product .woocommerce-placeholder {
    border: 1px solid #f2f2f2
}

.woocommerce ul.products li.product .button .thebase-check-svg,.woocommerce ul.products li.product .button .thebase-spinner-svg {
    display: none
}

.woocommerce ul.products li.product .button.loading {
    opacity: .25;
    border: none
}

.woocommerce ul.products li.product .button.loading .thebase-arrow-right-alt-svg {
    display: none
}

.woocommerce ul.products li.product .button.loading .thebase-spinner-svg {
    display: block;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

.woocommerce ul.products li.product .button.loading:after {
    display: none
}

.woocommerce ul.products li.product .button.added {
    font-size: 0;
    display: none
}

.woocommerce ul.products li.product .button.added .thebase-svg-iconset:last-child {
    font-size: 1rem
}

.woocommerce ul.products li.product .button.added .thebase-arrow-right-alt-svg {
    display: none
}

.woocommerce ul.products li.product .button.added .thebase-check-svg {
    display: block;
    font-size: 80%
}

.woocommerce ul.products li.product .button.added:after {
    display: none
}

.woocommerce ul.products li.product .price {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--global-palette2);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s
}

@media screen and (max-width: 1024px) {
    .woocommerce ul.products li.product .price {
        font-size:14px;
        font-size: 13px;
        line-height: 20px
    }
}

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

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

.woocommerce ul.products li.product .price .from {
    font-size: .67em;
    margin: -2px 0 0;
    text-transform: uppercase;
    color: var(--global-palette6)
}

.woocommerce ul.products li.product .star-rating~.price {
    padding-right: 5.4em
}

.woocommerce ul.products.woo-archive-btn-button.products-list-view .button {
    width: auto
}

.woocommerce ul.products.woo-archive-btn-button li.product .price {
    margin-bottom: 1em
}

.woocommerce nav.woocommerce-pagination {
    float: right
}

@media screen and (max-width: 479px) {
    .woocommerce nav.woocommerce-pagination {
        float:none;
        margin: 0 0 15px
    }
}

.woocommerce nav.woocommerce-pagination ul {
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
    list-style: none;
    padding: 0;
    text-align: center
}

.woocommerce nav.woocommerce-pagination ul li .page-numbers {
    display: inline-block;
    margin-left: .5em;
    min-width: 35px;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    background: var(--global-palette8);
    color: var(--global-palette3)
}

.woocommerce nav.woocommerce-pagination ul li a:focus,.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce nav.woocommerce-pagination ul li span.current {
    color: var(--global-palette-btn);
    background: var(--global-palette-btn-bg)
}

.thebase-shop-top-row {
    flex-wrap: wrap
}

.archive.content-style-unboxed .products.woo-archive-action-visible li.product.content-bg.loop-entry .content-bg:not(.loop-entry),.post-type-archive.content-style-unboxed .products.woo-archive-action-visible li.product.content-bg.loop-entry .content-bg:not(.loop-entry),.single-product.content-style-unboxed .products.woo-archive-action-visible li.product.content-bg.loop-entry .content-bg:not(.loop-entry) {
    background: transparent;
    padding-left: 0;
    margin-left: 0;
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 0
}

.archive.content-style-unboxed.woocommerce ul.products.products-list-view li.product.content-bg.loop-entry .entry-content-wrap:not(.loop-entry) {
    padding: 0 0 0 30px
}

@media screen and (max-width: 540px) {
    .archive.content-style-unboxed.woocommerce ul.products.products-list-view li.product.content-bg.loop-entry .entry-content-wrap:not(.loop-entry) {
        padding:0
    }
}

.woocommerce ul.products.products-list-view li.product:hover .price {
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -moz-transform: scaleX(1)
}

.woocommerce ul.products.products-list-view {
    grid-template-columns: 1fr
}

.woocommerce ul.products.products-list-view li.product .product-wrapper {
    display: grid;
    grid-template-columns: .917fr 2fr
}

@media screen and (max-width: 1200px) {
    .woocommerce ul.products.products-list-view li.product .product-wrapper {
        grid-template-columns:1fr 2fr
    }
}

@media screen and (max-width: 540px) {
    .woocommerce ul.products.products-list-view li.product .product-wrapper {
        display:block;
        grid-template-columns: unset
    }
}

@media screen and (max-width: 540px) {
    .woocommerce ul.products.products-list-view li.product .product-wrapper .image-block {
        width:327px;
        margin: 0 auto 15px
    }
}

@media screen and (max-width: 540px) and (max-width:479px) {
    .woocommerce ul.products.products-list-view li.product .product-wrapper .image-block {
        width:300px
    }
}

.woocommerce ul.products.products-list-view li.product .product-wrapper .entry-content-wrap {
    padding: 1rem 1rem 1rem 1.5rem;
    text-align: left
}

@media screen and (max-width: 540px) {
    .woocommerce ul.products.products-list-view li.product .product-wrapper .entry-content-wrap {
        padding:0;
        text-align: center
    }
}

.woocommerce ul.products.products-list-view li.product .product-wrapper .price,.woocommerce ul.products.products-list-view li.product .product-wrapper .star-rating-block,.woocommerce ul.products.products-list-view li.product .product-wrapper .woocommerce-loop-product__title {
    margin: 0 0 10px
}

@media screen and (max-width: 1200px) {
    .woocommerce ul.products.products-list-view li.product .product-wrapper .price,.woocommerce ul.products.products-list-view li.product .product-wrapper .star-rating-block,.woocommerce ul.products.products-list-view li.product .product-wrapper .woocommerce-loop-product__title {
        margin:0 0 5px
    }
}

.woocommerce ul.products.products-list-view li.product .product-wrapper .product-excerpt {
    display: block
}

.woocommerce ul.products.products-list-view li.product .product-wrapper .product-excerpt p {
    margin: 0
}

.woocommerce ul.products.products-list-view li.product .product-wrapper .product-action-wrap {
    width: auto;
    position: static;
    margin-top: 20px;
    padding: 0;
    right: 0;
    opacity: 1;
    transition: none;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -moz-transform: none
}

@media screen and (max-width: 1200px) {
    .woocommerce ul.products.products-list-view li.product .product-wrapper .product-action-wrap {
        margin-top:5px
    }
}

.woocommerce ul.products.products-list-view li.product .product-wrapper .star-rating-block {
    float: none;
    position: static
}

.woocommerce ul.products.products-list-view li.product .product-wrapper .star-rating {
    float: none;
    margin-left: 0
}

@media screen and (max-width: 540px) {
    .woocommerce ul.products.products-list-view li.product .product-wrapper .star-rating {
        margin:auto
    }
}

.woocommerce ul.products.products-list-view li.product .product-wrapper .star-rating~.price {
    padding: 0;
    margin-top: 1em
}

.woocommerce ul.products.products-list-view li.product .product-wrapper:focus-within .entry-content-wrap,.woocommerce ul.products.products-list-view li.product .product-wrapper:hover .entry-content-wrap {
    transform: translateY(0)
}

.woocommerce ul.products.products-list-view li.product .product-wrapper:focus-within .product-action-wrap,.woocommerce ul.products.products-list-view li.product .product-wrapper:hover .product-action-wrap {
    bottom: 0;
    opacity: 1
}

.woocommerce ul.products.grid-lg-col-1.products-grid-view {
    grid-template-columns: 1fr 1fr 1fr
}

@media screen and (min-width: 1025px) {
    .woocommerce ul.products.products-list-view li.product {
        align-items:center
    }
}

.wtbpContentTable .wtbpAddToCartWrapper p {
    margin: 0
}

ul.products li.product .tinvwl-loop-button-wrapper {
    position: absolute;
    bottom: 100%;
    right: 0;
    padding: .5em
}

ul.products li.product .tinvwl_add_to_wishlist_button {
    margin-top: 0;
    display: flex;
    align-items: center;
    flex-direction: row-reverse
}

ul.products li.product .tinvwl_add_to_wishlist_button .tinvwl_add_to_wishlist-text {
    font-size: 80%;
    background: rgba(0,0,0,.5);
    padding: .2em .4em;
    color: #fff;
    position: relative;
    margin-right: .5em;
    opacity: 0;
    transition: all .2s ease
}

ul.products li.product .tinvwl_add_to_wishlist_button:hover .tinvwl_add_to_wishlist-text {
    opacity: 1
}

ul.products li.product .tinvwl_add_to_wishlist_button .tinvwl_add_to_wishlist-text:after {
    margin-left: 0;
    margin-right: -12px;
    margin-bottom: 0;
    border: 6px solid transparent;
    border-left-color: rgba(0,0,0,.5);
    z-index: 1001;
    background: transparent;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

ul.products li.product .tinvwl_add_to_wishlist_button:before {
    margin-right: 0;
    background: #fff;
    color: #000;
    border-radius: 50%;
    padding: .2em
}

.products.align-buttons-bottom li.product {
    display: flex;
    flex-direction: column
}

.products.align-buttons-bottom li.product .entry-content-wrap {
    flex-grow: 1;
    display: flex;
    flex-direction: column
}

.woocommerce .products.align-buttons-bottom li.product .product-action-wrap {
    margin-top: auto;
    padding-top: .7em
}

ul.products li.product .tinvwl-loop-button-wrapper.tinvwl-above_thumb-add-to-cart .tinvwl_add_to_wishlist_button {
    flex-direction: row
}

ul.products li.product .tinvwl-loop-button-wrapper.tinvwl-above_thumb-add-to-cart .tinvwl_add_to_wishlist_button .tinvwl_add_to_wishlist-text {
    margin-left: .5em;
    margin-right: 0
}

ul.products li.product .tinvwl-loop-button-wrapper.tinvwl-above_thumb-add-to-cart .tinvwl_add_to_wishlist_button .tinvwl_add_to_wishlist-text:after {
    right: auto;
    left: 0;
    border: 6px solid transparent;
    border-right-color: rgba(0,0,0,.5);
    margin-left: -12px;
    margin-right: 0
}

.image-block {
    position: relative;
    overflow: hidden
}

.woocommerce-page .col2-set,.woocommerce .col2-set {
    *zoom:1;width: 100%
}

.woocommerce-page .col2-set:after,.woocommerce-page .col2-set:before,.woocommerce .col2-set:after,.woocommerce .col2-set:before {
    content: " ";
    display: table
}

.woocommerce-page .col2-set:after,.woocommerce .col2-set:after {
    clear: both
}

.woocommerce-page .col2-set .col-1,.woocommerce .col2-set .col-1 {
    float: left;
    width: 48%
}

.woocommerce-page .col2-set .col-2,.woocommerce .col2-set .col-2 {
    float: right;
    width: 48%
}

.woocommerce-page img,.woocommerce img {
    height: auto;
    max-width: 100%
}

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

.woocommerce #content div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary,.woocommerce div.product div.summary {
    float: right;
    width: 55%;
    clear: none
}

.woocommerce #content div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs {
    clear: both
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs,.woocommerce-page div.product .woocommerce-tabs ul.tabs,.woocommerce div.product .woocommerce-tabs ul.tabs {
    *zoom:1}

.woocommerce #content div.product .woocommerce-tabs ul.tabs:after,.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before,.woocommerce-page div.product .woocommerce-tabs ul.tabs:after,.woocommerce-page div.product .woocommerce-tabs ul.tabs:before,.woocommerce div.product .woocommerce-tabs ul.tabs:after,.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    content: " ";
    display: table
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs:after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after,.woocommerce-page div.product .woocommerce-tabs ul.tabs:after,.woocommerce div.product .woocommerce-tabs ul.tabs:after {
    clear: both
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li {
    display: inline-block
}

.woocommerce #content div.product #reviews .comment,.woocommerce-page #content div.product #reviews .comment,.woocommerce-page div.product #reviews .comment,.woocommerce div.product #reviews .comment {
    *zoom:1}

.woocommerce #content div.product #reviews .comment:after,.woocommerce #content div.product #reviews .comment:before,.woocommerce-page #content div.product #reviews .comment:after,.woocommerce-page #content div.product #reviews .comment:before,.woocommerce-page div.product #reviews .comment:after,.woocommerce-page div.product #reviews .comment:before,.woocommerce div.product #reviews .comment:after,.woocommerce div.product #reviews .comment:before {
    content: " ";
    display: table
}

.woocommerce #content div.product #reviews .comment:after,.woocommerce-page #content div.product #reviews .comment:after,.woocommerce-page div.product #reviews .comment:after,.woocommerce div.product #reviews .comment:after {
    clear: both
}

.woocommerce #content div.product #reviews .comment img,.woocommerce-page #content div.product #reviews .comment img,.woocommerce-page div.product #reviews .comment img,.woocommerce div.product #reviews .comment img {
    float: right;
    height: auto
}

.woocommerce-page ul.products,.woocommerce ul.products {
    clear: both;
    -webkit-column-gap: inherit;
    -moz-column-gap: inherit;
    grid-column-gap: inherit;
    column-gap: inherit;
    margin: 0 -15px
}

@media screen and (max-width: 979px) {
    .woocommerce-page ul.products,.woocommerce ul.products {
        margin:0 -10px
    }
}

@media screen and (max-width: 767px) {
    .woocommerce-page ul.products,.woocommerce ul.products {
        margin:0 -5px
    }
}

.woocommerce-page ul.products:not(.products-list-view),.woocommerce ul.products:not(.products-list-view) {
    -webkit-column-gap: inherit!important;
    -moz-column-gap: inherit!important;
    grid-column-gap: inherit!important;
    column-gap: inherit!important
}

@media screen and (max-width: 767px) and (min-width:541px) {
    .woocommerce-page ul.products:not(.products-list-view),.woocommerce ul.products:not(.products-list-view) {
        grid-template-columns:repeat(3,minmax(0,1fr))!important
    }
}

@media screen and (max-width: 979px) {
    .woocommerce-page ul.products:not(.products-list-view),.woocommerce ul.products:not(.products-list-view) {
        margin:0 -10px
    }
}

@media screen and (max-width: 767px) {
    .woocommerce-page ul.products:not(.products-list-view),.woocommerce ul.products:not(.products-list-view) {
        margin:0 -5px
    }
}

.woocommerce-page .woocommerce-pagination ul.page-numbers,.woocommerce .woocommerce-pagination ul.page-numbers {
    *zoom:1}

.woocommerce-page .woocommerce-pagination ul.page-numbers:after,.woocommerce-page .woocommerce-pagination ul.page-numbers:before,.woocommerce .woocommerce-pagination ul.page-numbers:after,.woocommerce .woocommerce-pagination ul.page-numbers:before {
    content: " ";
    display: table
}

.woocommerce-page .woocommerce-pagination ul.page-numbers:after,.woocommerce .woocommerce-pagination ul.page-numbers:after {
    clear: both
}

.woocommerce-page .woocommerce-pagination ul.page-numbers li,.woocommerce .woocommerce-pagination ul.page-numbers li {
    display: inline-block
}

.woocommerce #content table.cart img,.woocommerce-page #content table.cart img,.woocommerce-page table.cart img,.woocommerce table.cart img {
    height: auto
}

.woocommerce #content table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions,.woocommerce table.cart td.actions {
    text-align: right
}

.woocommerce #content table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon {
    float: left
}

.woocommerce #content table.cart td.actions .coupon label,.woocommerce-page #content table.cart td.actions .coupon label,.woocommerce-page table.cart td.actions .coupon label,.woocommerce table.cart td.actions .coupon label {
    display: none
}

.woocommerce-page .cart-collaterals,.woocommerce .cart-collaterals {
    *zoom:1;width: 100%
}

.woocommerce-page .cart-collaterals:after,.woocommerce-page .cart-collaterals:before,.woocommerce .cart-collaterals:after,.woocommerce .cart-collaterals:before {
    content: " ";
    display: table
}

.woocommerce-page .cart-collaterals:after,.woocommerce .cart-collaterals:after {
    clear: both
}

.woocommerce-page .cart-collaterals .shipping_calculator,.woocommerce .cart-collaterals .shipping_calculator {
    width: 48%;
    *zoom:1;clear: right;
    float: right
}

.woocommerce-page .cart-collaterals .shipping_calculator:after,.woocommerce-page .cart-collaterals .shipping_calculator:before,.woocommerce .cart-collaterals .shipping_calculator:after,.woocommerce .cart-collaterals .shipping_calculator:before {
    content: " ";
    display: table
}

.woocommerce-page .cart-collaterals .shipping_calculator:after,.woocommerce .cart-collaterals .shipping_calculator:after {
    clear: both
}

.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2,.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2 {
    width: 47%
}

.woocommerce-page ul.cart_list li,.woocommerce-page ul.product_list_widget li,.woocommerce ul.cart_list li,.woocommerce ul.product_list_widget li {
    *zoom:1}

.woocommerce-page ul.cart_list li:after,.woocommerce-page ul.cart_list li:before,.woocommerce-page ul.product_list_widget li:after,.woocommerce-page ul.product_list_widget li:before,.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-page ul.cart_list li:after,.woocommerce-page ul.product_list_widget li:after,.woocommerce ul.cart_list li:after,.woocommerce ul.product_list_widget li:after {
    clear: both
}

.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img,.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img {
    float: right;
    height: auto
}

.woocommerce-page form .form-row,.woocommerce form .form-row {
    *zoom:1}

.woocommerce-page form .form-row:after,.woocommerce-page form .form-row:before,.woocommerce form .form-row:after,.woocommerce form .form-row:before {
    content: " ";
    display: table
}

.woocommerce-page form .form-row:after,.woocommerce form .form-row:after {
    clear: both
}

.woocommerce-page form .form-row label,.woocommerce form .form-row label {
    display: block
}

.woocommerce-page form .form-row label.checkbox,.woocommerce form .form-row label.checkbox {
    display: inline
}

.woocommerce-page form .form-row select,.woocommerce form .form-row select {
    width: 100%
}

.woocommerce-page form .form-row .input-text,.woocommerce form .form-row .input-text {
    box-sizing: border-box;
    width: 100%
}

.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last,.woocommerce form .form-row-first,.woocommerce form .form-row-last {
    width: 47%;
    overflow: visible
}

.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last,.woocommerce form .form-row-first,.woocommerce form .form-row-last {
    float: left;
    width: 100%
}

.woocommerce-page form .form-row-wide,.woocommerce form .form-row-wide {
    clear: both
}

.woocommerce #payment .form-row select,.woocommerce-page #payment .form-row select {
    width: auto
}

.woocommerce #payment .terms,.woocommerce #payment .wc-terms-and-conditions,.woocommerce-page #payment .terms,.woocommerce-page #payment .wc-terms-and-conditions {
    text-align: left;
    padding: 0 1em 0 0;
    float: left
}

.woocommerce-page .woocommerce-billing-fields,.woocommerce-page .woocommerce-shipping-fields,.woocommerce .woocommerce-billing-fields,.woocommerce .woocommerce-shipping-fields {
    *zoom:1}

.woocommerce-page .woocommerce-billing-fields:after,.woocommerce-page .woocommerce-billing-fields:before,.woocommerce-page .woocommerce-shipping-fields:after,.woocommerce-page .woocommerce-shipping-fields:before,.woocommerce .woocommerce-billing-fields:after,.woocommerce .woocommerce-billing-fields:before,.woocommerce .woocommerce-shipping-fields:after,.woocommerce .woocommerce-shipping-fields:before {
    content: " ";
    display: table
}

.woocommerce-page .woocommerce-billing-fields:after,.woocommerce-page .woocommerce-shipping-fields:after,.woocommerce .woocommerce-billing-fields:after,.woocommerce .woocommerce-shipping-fields:after {
    clear: both
}

.woocommerce-page .woocommerce-terms-and-conditions,.woocommerce .woocommerce-terms-and-conditions {
    margin-bottom: 1.618em;
    padding: 1.618em
}

.woocommerce-page .woocommerce-oembed,.woocommerce .woocommerce-oembed,form.woocommerce-product-search {
    position: relative
}

form.woocommerce-product-search button[type=submit] {
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    color: transparent!important;
    background: transparent!important;
    z-index: 2;
    width: 50px;
    border: 0;
    padding: 8px 12px 7px;
    box-shadow: none;
    border-radius: 0;
    overflow: hidden
}

form.woocommerce-product-search input[type=search] {
    padding-right: 60px;
    width: 100%
}

form.woocommerce-product-search .thebase-search-icon-wrap {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    padding: 0;
    text-align: center;
    background: 0 0;
    z-index: 3;
    cursor: pointer;
    pointer-events: none;
    color: var(--global-palette4);
    text-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center
}

form.woocommerce-product-search button[type=submit]:hover~.thebase-search-icon-wrap {
    color: var(--global-palette4)
}

body.rtl .woocommerce-product-search .button[type=submit],body.rtl .woocommerce-product-search .thebase-search-icon-wrap {
    left: 0;
    right: auto
}

body.rtl .woocommerce-product-search input[type=search] {
    padding-right: .5em;
    padding-left: 60px
}

.woocommerce .woocommerce-privacy-policy-text {
    margin: 0 0 .8em
}

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

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

.woocommerce form .form-row span em {
    font-size: 80%
}

.woocommerce form .form-row label {
    line-height: 2.4;
    color: var(--global-palette3)
}

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

.woocommerce form .form-row label.inline {
    display: inline
}

.woocommerce form .form-row .woocommerce-input-wrapper .description {
    background: #1e85be;
    color: #fff;
    border-radius: 3px;
    padding: 1em;
    margin: .5em 0 0;
    clear: both;
    display: none;
    position: relative
}

.woocommerce form .form-row .woocommerce-input-wrapper .description a {
    color: #fff;
    text-decoration: underline;
    border: 0;
    box-shadow: none
}

.woocommerce form .form-row .woocommerce-input-wrapper .description:before {
    left: 50%;
    top: 0;
    margin-top: -4px;
    transform: translateX(-50%) rotate(180deg);
    content: "";
    position: absolute;
    border-color: #1e85be transparent transparent;
    border-style: solid;
    border-width: 4px 6px 0;
    z-index: 100;
    display: block
}

.woocommerce form .form-row select {
    cursor: pointer;
    margin: 0;
    padding: .4em 24px .4em .5em
}

.woocommerce form .form-row .optional {
    visibility: visible
}

.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
}

.woocommerce form .form-row .button {
    padding: calc(.4em + 1px) 1em
}

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

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

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

.woocommerce form .form-row.woocommerce-invalid .select2-container,.woocommerce form .form-row.woocommerce-invalid input.input-text,.woocommerce form .form-row.woocommerce-invalid select {
    border-color: #a00
}

.woocommerce form .form-row.woocommerce-validated .select2-container,.woocommerce form .form-row.woocommerce-validated input.input-text,.woocommerce form .form-row.woocommerce-validated select {
    border-color: #6dc22e
}

.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-row .required {
    color: red;
    font-weight: 700;
    border: 0!important;
    text-decoration: none;
    visibility: hidden
}

.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register {
    border: 1px solid var(--global-palette8);
    padding: 20px;
    margin: 2em 0;
    text-align: left
}

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

.woocommerce ul#shipping_method li {
    margin: 0 0 .5em;
    line-height: 1.5em;
    list-style: none outside;
    display: flex;
    align-items: center
}

.woocommerce ul#shipping_method li input {
    margin: 0 .5em 0 0;
    height: 1em;
    background-image: none;
    vertical-align: top
}

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

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

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

.product-hero-section .extra-title {
    display: block
}

.woocommerce.single-product.content-style-boxed .product.entry-content-wrap>span.onsale {
    left: 2.5rem;
    top: 2.5rem
}

.rtl.woocommerce.single-product.content-style-boxed .product.entry-content-wrap>span.onsale {
    right: 2.5rem;
    left: auto
}

.woocommerce.single-product.content-style-boxed .products ul.products.woo-archive-action-visible li.product .product-details {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0
}

.single-product .site div.product form.cart .woocommerce-grouped-product-list-item__quantity .quantity {
    width: 100%
}

.single-product .site div.product form.cart .woocommerce-grouped-product-list-item__quantity .quantity .qty {
    height: 40px
}

.woocommerce div.product:after {
    clear: both;
    display: table;
    content: ""
}

.woocommerce-variation.single_variation {
    display: none
}

.woocommerce .entry-summary .yith-wcwl-add-to-wishlist {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 0 0;
    padding: 0 15px 0 0;
    border-right: 1px solid var(--global-palette7)
}

.woocommerce .entry-summary .yith-wcwl-add-to-wishlist a.add_to_wishlist {
    display: block
}

.woocommerce .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .fa {
    display: none
}

.woocommerce .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist:before {
    content: "\f004";
    font-family: FontAwesome;
    font-size: 14px;
    margin: 0 5px 0 0
}

.woocommerce .entry-summary .yith-wcwl-add-to-wishlist .feedback {
    display: none
}

.woocommerce .entry-summary .yith-wcwl-wishlistexistsbrowse {
    margin: 0
}

.woocommerce .entry-summary .yith-wcwl-add-to-wishlist a,.woocommerce .entry-summary a.compare.button {
    background-color: transparent;
    color: var(--global-palette5);
    padding: 0;
    margin: 0;
    border: 0;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    text-transform: none;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400
}

.woocommerce .entry-summary .yith-wcwl-add-to-wishlist a:hover,.woocommerce .entry-summary a.compare.button:hover {
    background-color: transparent;
    box-shadow: none;
    color: var(--global-palette-btn-bg)
}

.woocommerce .entry-summary a.compare.button:before {
    content: "\f1fe";
    font-family: FontAwesome;
    font-size: 15px;
    margin: 0 5px 0 auto
}

.woocommerce .entry-summary .stock {
    margin: 0 0 0 15px
}

.woocommerce .cross-sells,.woocommerce .related.products,.woocommerce .up-sells.products {
    clear: both;
    margin: 0 0 120px
}

@media screen and (max-width: 1024px) {
    .woocommerce .cross-sells,.woocommerce .related.products,.woocommerce .up-sells.products {
        margin:0 0 60px
    }
}

@media screen and (max-width: 767px) {
    .woocommerce .cross-sells,.woocommerce .related.products,.woocommerce .up-sells.products {
        margin:0 0 50px
    }
}

.woocommerce .related.products {
    margin: 0
}

.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
    padding: 0 .5em;
    box-sizing: border-box;
    height: 40px
}

.woocommerce .brief-shipping-details {
    font-size: 13px;
    color: var(--global-palette5)
}

.woocommerce a.product-single-category {
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none
}

.woocommerce .woocommerce-product-details__short-description {
    margin-bottom: 25px
}

@media screen and (max-width: 1024px) {
    .woocommerce .woocommerce-product-details__short-description {
        margin:0 0 15px
    }
}

.woocommerce .single-product-extras {
    margin-top: 25px
}

.woocommerce .single-product-extras ul {
    padding: 0;
    margin: 0 0 1.5em;
    list-style: none;
    overflow: hidden;
    border: 1px dashed var(--global-palette7)
}

.woocommerce .single-product-extras ul li {
    line-height: 30px;
    padding: 10px 15px;
    border-bottom: 1px dashed var(--global-palette7)
}

@media screen and (max-width: 767px) {
    .woocommerce .single-product-extras ul li {
        line-height:24px;
        padding: 5px 10px
    }
}

.woocommerce .single-product-extras ul li:last-child {
    margin: 0 0 -1px
}

.woocommerce .single-product-extras ul strong {
    color: var(--global-palette3);
    font-family: var(--global-heading-font-family);
    font-size: 16px;
    letter-spacing: .8px;
    font-weight: 500
}

.woocommerce .single-product-extras ul .thebase-svg-iconset {
    display: none;
    padding-right: .25em;
    color: var(--global-palette-btn-bg-hover)
}

.woocommerce .single-product-extras p {
    margin: 20px 0 .5em!important;
    color: var(--global-palette3);
    font-size: 18px;
    font-family: var(--global-heading-font-family)
}

.woocommerce .single-product-payments {
    margin-bottom: 0;
    border: none;
    background: var(--global-palette8);
    text-align: center;
    padding: 25px 0 10px
}

.woocommerce .single-product-payments span {
    color: var(--global-palette5);
    font-size: 13px
}

.woocommerce .single-product-payments ul {
    justify-content: center
}

.woocommerce .single-product-payments ul li {
    margin-bottom: 0
}

.woocommerce .single-product-payments ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap
}

.woocommerce .single-product-payments li {
    margin-left: .5em;
    margin-bottom: .5em
}

.woocommerce .single-product-payments .payment-custom-img {
    max-height: 30px;
    width: auto
}

.woocommerce .single-product-payments .payment-custom-img-gray {
    filter: grayscale(1)
}

.woocommerce .single-product-payments .thebase-svg-iconset svg {
    height: 30px;
    width: auto;
    border: 1px solid var(--global-palette8)
}

.woocommerce .single-product-payments.payments-color-scheme-gray legend {
    color: var(--global-palette6)
}

.woocommerce .single-product-payments.payments-color-scheme-gray .thebase-svg-iconset svg path {
    fill: var(--global-gray-500)!important
}

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

.woocommerce div.product .product_title {
    clear: none;
    padding: 0;
    text-transform: none;
    margin: 0 0 25px
}

@media screen and (max-width: 1024px) {
    .woocommerce div.product .product_title {
        margin:0 0 15px
    }
}

.woocommerce div.product p.price,.woocommerce div.product span.price {
    font-size: 18px;
    color: var(--global-palette3);
    font-weight: 500
}

.woocommerce div.product p.price ins,.woocommerce div.product span.price ins {
    background: inherit;
    font-weight: 700;
    display: inline-block;
    color: #e52727
}

.woocommerce div.product p.price del,.woocommerce div.product span.price del {
    opacity: .5;
    display: inline-block
}

.woocommerce div.product p.stock {
    font-size: .92em
}

.woocommerce div.product .stock {
    color: green;
    font-weight: 600
}

.woocommerce div.product .out-of-stock {
    color: red;
    font-weight: 500;
    display: block
}

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

@media screen and (max-width: 1024px) {
    .woocommerce div.product .woocommerce-product-rating {
        margin:0 0 15px
    }
}

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

.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    transition: all .5s cubic-bezier(.795,-.035,0,1);
    margin: 0;
    padding: 0;
    cursor: crosshair
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    background-color: #fff;
    opacity: 0
}

.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
    border: 1px solid #f2f2f2
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    display: none
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 15px;
    bottom: auto;
    left: auto;
    right: 15px;
    font-size: 2em;
    z-index: 9;
    width: 35px;
    height: 35px;
    background: #fff;
    border: 1px solid var(--global-palette8);
    text-indent: -9999px;
    box-sizing: content-box
}

@media screen and (max-width: 1024px) {
    .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
        width:30px;
        height: 30px
    }
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
    content: "";
    background: url(../images/webdigify/product-zoom.svg) no-repeat 50%;
    display: block;
    background-size: 16px;
    width: 35px;
    height: 35px;
    margin: auto
}

@media screen and (max-width: 1024px) {
    .woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
        width:30px;
        height: 30px
    }
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger img {
    display: none!important
}

.woocommerce div.product div.images .thumbnail-wrapper {
    margin: 0 -5px;
    position: relative
}

.woocommerce div.product div.images .flex-control-thumbs {
    margin: 10px 0 0;
    position: static
}

.woocommerce div.product div.images .flex-control-thumbs li {
    list-style: none;
    padding: 0 5px
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    cursor: pointer
}

.woocommerce div.product div.summary {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 30px
}

@media screen and (max-width: 1200px) {
    .woocommerce div.product div.summary {
        padding-left:30px
    }
}

@media screen and (max-width: 1024px) {
    .woocommerce div.product div.summary {
        padding-left:15px
    }
}

.woocommerce div.product div.summary p {
    margin: 0 0 25px
}

@media screen and (max-width: 1024px) {
    .woocommerce div.product div.summary p {
        margin:0 0 15px
    }
}

.woocommerce div.product div.summary .count-down {
    position: static;
    margin: 0 0 25px;
    display: inline-block;
    vertical-align: top
}

.woocommerce div.product div.summary .count-down .countbox {
    padding: 5px 15px;
    background-color: var(--global-palette8)
}

.woocommerce div.product td.woocommerce-grouped-product-list-item__price p.stock.in-stock {
    margin: 0
}

.woocommerce div.product td.woocommerce-grouped-product-list-item__price .woocommerce-Price-amount.amount {
    color: var(--global-palette3)
}

.woocommerce div.product .button.single_add_to_cart_button {
    height: 41px;
    line-height: 41px;
    padding: 0 1em;
    text-align: center
}

.woocommerce div.product .product_meta {
    margin: 25px 0 0
}

.woocommerce div.product .product_meta>span {
    display: block;
    margin: 0 0 15px;
    color: var(--global-palette3);
    font-family: var(--global-heading-font-family);
    font-size: 16px;
    letter-spacing: .8px;
    font-weight: 500
}

.woocommerce div.product .product_meta>span a {
    font-weight: 400;
    font-size: 14px;
    font-family: var(--global-body-font-family);
    text-decoration: none
}

.woocommerce div.product .product_meta>span>span {
    font-weight: 400;
    color: var(--global-palette5);
    font-size: 14px;
    font-family: var(--global-body-font-family)
}

.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 {
    margin: 0 0 90px;
    padding: 100px 0 0
}

@media screen and (max-width: 1024px) {
    .woocommerce div.product .woocommerce-tabs {
        padding:50px 0 0;
        margin: 0 0 40px
    }
}

@media screen and (max-width: 540px) {
    .woocommerce div.product .woocommerce-tabs {
        padding:30px 0 0;
        margin: 0 0 20px
    }
}

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

@media screen and (max-width: 1024px) {
    .woocommerce div.product .woocommerce-tabs ul.tabs {
        margin:0 0 30px
    }
}

@media screen and (max-width: 479px) {
    .woocommerce div.product .woocommerce-tabs ul.tabs {
        margin:0 0 20px
    }
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0 25px 0 0;
    display: inline-block;
    vertical-align: top
}

@media screen and (max-width: 767px) {
    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        margin:0 0 10px;
        display: block;
        text-align: center
    }
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    background-color: transparent;
    color: var(--global-palette5);
    padding: 0;
    border: 0;
    display: inline-block;
    font-family: inherit;
    cursor: pointer;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    position: relative;
    transition: all .1s linear;
    border-radius: 0;
    text-decoration: none
}

@media screen and (max-width: 767px) {
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        font-size:16px
    }
}

@media screen and (max-width: 479px) {
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        font-size:14px
    }
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
    color: var(--global-palette4);
    border-color: var(--global-palette4)
}

.woocommerce div.product .woocommerce-tabs .panel {
    padding: 30px;
    border: 1px solid var(--global-palette7)
}

@media screen and (max-width: 1024px) {
    .woocommerce div.product .woocommerce-tabs .panel {
        padding:15px
    }
}

.woocommerce div.product .woocommerce-tabs .panel .tab-description {
    overflow: hidden;
    display: grid;
    align-items: center;
    grid-template-columns: 460px 1fr;
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px
}

.woocommerce div.product .woocommerce-tabs .panel .tab-description .tab-desc {
    overflow: hidden
}

.woocommerce div.product .woocommerce-tabs .panel .tab-description .tab-desc h6 {
    margin: 0 0 15px
}

.woocommerce div.product .woocommerce-tabs .panel .tab-description .tab-desc ol li,.woocommerce div.product .woocommerce-tabs .panel .tab-description .tab-desc ul li {
    margin: 0 0 10px;
    list-style-type: none
}

.woocommerce div.product .woocommerce-tabs .panel .tab-description .tab-desc ol li:last-child,.woocommerce div.product .woocommerce-tabs .panel .tab-description .tab-desc ul li:last-child {
    margin: 0
}

@media screen and (max-width: 1024px) {
    .woocommerce div.product .woocommerce-tabs .panel .tab-description .tab-desc {
        float:left;
        width: 100%;
        margin: 20px 0 0;
        text-align: center
    }
}

@media screen and (max-width: 1024px) {
    .woocommerce div.product .woocommerce-tabs .panel .tab-description {
        display:block
    }
}

.woocommerce div.product .woocommerce-tabs .panel hr {
    border-color: var(--global-palette8);
    border-bottom-width: 1px
}

.woocommerce div.product p.cart {
    margin-bottom: 2em;
    *zoom:1}

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

.woocommerce div.product p.cart:after {
    clear: both
}

.woocommerce div.product form.cart {
    margin-bottom: 25px;
    *zoom:1}

@media screen and (max-width: 1024px) {
    .woocommerce div.product form.cart {
        margin:0 0 15px
    }
}

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

.woocommerce div.product form.cart:after {
    clear: both
}

.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 15px 0 0
}

.woocommerce div.product form.cart table {
    padding: 8px 18px;
    margin: 0 0 25px
}

@media screen and (min-width: 980px) and (max-width:1024px) {
    .woocommerce div.product form.cart table {
        padding:8px 5px
    }
}

@media screen and (max-width: 979px) {
    .woocommerce div.product form.cart table {
        padding:8px 15px
    }
}

.woocommerce div.product form.cart table td {
    border-width: 0 0 1px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.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-bottom: 25px;
    border: 0;
    width: 100%;
    padding: 0
}

.woocommerce div.product form.cart .variations td,.woocommerce div.product form.cart .variations th {
    border: 0;
    vertical-align: middle;
    line-height: 2.2em;
    text-align: left;
    color: var(--global-palette3);
    padding: 0 0 25px;
    margin: 0
}

.woocommerce div.product form.cart .variations tr:last-child td,.woocommerce div.product form.cart .variations tr:last-child th {
    padding: 0
}

.woocommerce div.product form.cart .variations .label,.woocommerce div.product form.cart .variations label {
    font-size: 18px;
    font-family: var(--global-heading-font-family);
    font-weight: 500;
    width: 100px
}

.woocommerce div.product form.cart .variations select {
    max-width: 100%;
    min-width: 75%;
    display: inline-block;
    margin-right: 1em;
    padding: 6px 10px;
    font-size: 14px;
    cursor: pointer
}

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

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

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

.woocommerce div.product form.cart .woocommerce-variation-add-to-cart {
    margin-top: .5em
}

.woocommerce div.product form.cart .woocommerce-variation-add-to-cart:after {
    display: table;
    content: "";
    clear: both
}

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

.woocommerce div.product form.cart .button {
    vertical-align: middle
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
    padding-right: 1em;
    padding-left: 1em;
    vertical-align: middle;
    width: 43%;
    text-align: left
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label a {
    color: var(--global-palette3);
    text-decoration: none
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label a:hover {
    color: var(--global-palette1)
}

.woocommerce div.product form.cart .group_table td {
    border: none
}

.woocommerce div.product form.cart .group_table td:first-child {
    width: 69px
}

.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    transform: scale(1.5)
}

.woocommerce section.products>h2 {
    margin: 0 0 40px;
    text-align: center;
    font-size: 36px;
    line-height: 1
}

@media screen and (max-width: 1024px) {
    .woocommerce section.products>h2 {
        margin:0 0 30px;
        font-size: 28px
    }
}

@media screen and (max-width: 767px) {
    .woocommerce section.products>h2 {
        margin:0 0 20px;
        font-size: 23px
    }
}

.woocommerce span.discount,.woocommerce span.onsale {
    min-height: 0;
    min-width: 0;
    padding: 3px 5px;
    position: absolute;
    text-align: center;
    line-height: 13px;
    top: .5rem;
    left: .5rem;
    margin: 0;
    font-size: 11px;
    background-color: #e52727;
    color: var(--global-palette-btn);
    z-index: 9
}

.woocommerce span.onsale {
    top: 35px
}

.woocommerce.product-tab-style-center div.product .woocommerce-tabs ul.tabs {
    text-align: center;
    padding: 0
}

.woocommerce.product-variation-style-vertical div.product form.cart .variations td.label {
    padding: 0
}

.woocommerce.product-variation-style-vertical div.product form.cart .variations tr,.woocommerce.product-variation-style-vertical div.product form.cart table td {
    display: block
}

.woocommerce.product-variation-style-vertical div.product form.cart .variations select {
    min-width: 240px;
    margin: 0
}

.thebase-cart-button-large.woocommerce div.product .button.single_add_to_cart_button {
    height: 60px;
    line-height: 60px;
    font-size: 125%;
    width: 70%
}

.thebase-cart-button-large.woocommerce div.product form.cart div.quantity {
    width: 30%;
    margin: 0;
    padding: 0 .5em 0 0
}

.thebase-cart-button-large.woocommerce div.product form.cart div.quantity .qty {
    width: 100%;
    height: 60px
}

.thebase-cart-button-large.woocommerce div.product form.cart div.quantity.spinners-added {
    width: 35%;
    display: flex;
    padding: 0;
    margin: 0 2% 0 0
}

.thebase-cart-button-large.woocommerce div.product form.cart div.quantity.spinners-added .qty {
    width: 0;
    flex-grow: 1;
    height: 58px
}

.thebase-cart-button-large.woocommerce div.product form.cart div.quantity.spinners-added~.button.single_add_to_cart_button {
    width: 63%
}

.thebase-cart-button-medium-large.woocommerce div.product .button.single_add_to_cart_button {
    height: 50px;
    line-height: 50px;
    font-size: 125%;
    width: 70%
}

.thebase-cart-button-medium-large.woocommerce div.product form.cart div.quantity {
    width: 30%;
    margin: 0;
    padding: 0 .5em 0 0
}

.thebase-cart-button-medium-large.woocommerce div.product form.cart div.quantity .qty {
    width: 100%;
    height: 50px
}

.thebase-cart-button-medium-large.woocommerce div.product form.cart div.quantity.spinners-added {
    width: 35%;
    display: flex;
    padding: 0;
    margin: 0 2% 0 0
}

.thebase-cart-button-medium-large.woocommerce div.product form.cart div.quantity.spinners-added .qty {
    width: 0;
    flex-grow: 1;
    height: 48px
}

.thebase-cart-button-medium-large.woocommerce div.product form.cart div.quantity.spinners-added~.button.single_add_to_cart_button {
    width: 63%
}

@media screen and (min-width: 540px) {
    .thebase-cart-button-large.woocommerce div.product .button.single_add_to_cart_button {
        width:85%
    }

    .thebase-cart-button-large.woocommerce div.product form.cart div.quantity {
        width: 15%
    }

    .thebase-cart-button-large.woocommerce div.product form.cart div.quantity.spinners-added {
        width: 25%
    }

    .thebase-cart-button-large.woocommerce div.product form.cart div.quantity.spinners-added~.button.single_add_to_cart_button {
        width: 73%
    }

    .thebase-cart-button-medium-large.woocommerce div.product .button.single_add_to_cart_button {
        width: 65%
    }

    .thebase-cart-button-medium-large.woocommerce div.product form.cart div.quantity {
        width: 15%
    }

    .thebase-cart-button-medium-large.woocommerce div.product form.cart div.quantity.spinners-added {
        width: 25%
    }
}

.woocommerce-page .content-bg .product.entry.loop-entry,.woocommerce .content-bg .product.entry.loop-entry {
    box-shadow: none
}

.single-product.content-vertical-padding-bottom .thebase-breadcrumbs,.single-product.content-vertical-padding-hide .thebase-breadcrumbs {
    margin-top: .5em;
    margin-bottom: .5em
}

.content-style-unboxed .entry-content-wrap.product:not(.loop-entry) {
    padding: 0
}

.content-style-unboxed .content-bg.loop-entry .content-bg:not(.loop-entry) {
    background: var(--global-palette9)
}

.woocommerce div.product div.thebase-product-image-wrap.images .images {
    width: auto;
    float: none
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper:after {
    clear: both;
    display: table;
    content: ""
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(n+2) {
    display: inline-block;
    height: 65px;
    width: 33%;
    margin-top: -31px
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(n+2) img {
    height: 65px;
    width: auto;
    margin-right: auto;
    margin-left: auto
}

.woocommerce div.product div.images .flex-viewport .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(n+2) {
    margin-top: 0;
    height: auto;
    width: auto
}

.woocommerce div.product div.images .flex-viewport .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(n+2) img {
    height: auto
}

.woocommerce div.product form.cart .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item .quantity.spinners-added {
    width: 93px;
    margin: auto
}

.woocommerce div.product form.cart .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item div.quantity.spinners-added .qty {
    width: 1.8em
}

.woocommerce .thebase-sticky-add-to-cart-action-wrap a.added_to_cart,.woocommerce div.product div.summary .added_to_cart {
    text-decoration: none;
    background: transparent;
    color: var(--global-palette3);
    border: 1px solid var(--global-gray-400);
    height: 40px;
    padding: 0 1em;
    margin-top: .5em;
    font-size: inherit;
    line-height: 1;
    vertical-align: middle;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: none;
    font-weight: 400;
    border-radius: 3px;
    letter-spacing: inherit
}

.woocommerce.thebase-cart-button-normal div.product div.summary .added_to_cart {
    margin-top: 0;
    margin-left: .5em
}

.thebase-sticky-add-to-cart-action-wrap .single_add_to_cart_button {
    height: 40px;
    line-height: 41px;
    padding: 0 1em
}

.woocommerce .thebase-sticky-add-to-cart-action-wrap a.added_to_cart {
    margin: 0 0 0 .5em
}

.woocommerce .thebase-sticky-add-to-cart-action-wrap a.added_to_cart:hover,.woocommerce div.product div.summary .added_to_cart:hover {
    background: var(--global-palette9)
}

.thebase-cart-button-medium-large.woocommerce div.product div.summary .added_to_cart {
    height: 50px;
    line-height: 50px;
    font-size: 125%;
    width: 100%
}

.thebase-cart-button-large.woocommerce div.product div.summary .added_to_cart {
    height: 60px;
    line-height: 60px;
    font-size: 125%;
    width: 100%
}

.quantity.spinners-added {
    border: 1px solid var(--global-palette7);
    background: var(--global-palette9);
    transition: all .2s ease
}

.quantity.spinners-added .qty::-webkit-inner-spin-button,.quantity.spinners-added .qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.quantity.spinners-added:hover {
    border-color: var(--global-palette6)
}

.quantity.spinners-added input.minus,.quantity.spinners-added input.plus {
    background: transparent;
    color: var(--global-palette6);
    box-shadow: none;
    padding: 0 .8em;
    line-height: 41px;
    border: 0;
    border-right: 1px solid var(--global-palette7);
    border-radius: 0
}

.quantity.spinners-added input.minus:hover,.quantity.spinners-added input.plus:hover {
    background: transparent;
    box-shadow: none;
    color: var(--global-palette3)
}

.quantity.spinners-added input.plus {
    border-left: 1px solid var(--global-palette7);
    border-right: none
}

.quantity.hidden {
    display: none!important
}

.woocommerce .quantity.spinners-added .qty {
    width: 2.3em;
    text-align: center;
    border: 0;
    padding: 0;
    box-shadow: none;
    height: 38px;
    -moz-appearance: textfield
}

@media screen and (max-width: 1024px) {
    .woocommerce div.product div.images .flex-control-thumbs li:nth-child(7) {
        width:65px;
        padding-left: 5px
    }

    .woocommerce div.product div.images .flex-control-thumbs li:nth-child(9) {
        width: 60px;
        padding-left: 0
    }
}

@media screen and (max-width: 980px) {
    .woocommerce div.product div.images .flex-control-thumbs li:nth-child(6) {
        width:65px;
        padding-left: 5px
    }

    .woocommerce div.product div.images .flex-control-thumbs li:nth-child(7) {
        width: 60px;
        padding-left: 0
    }
}

.woocommerce-account .account-navigation-wrap {
    margin-bottom: 1.5em
}

.woocommerce-account .account-navigation-wrap .thebase-customer-image {
    position: absolute;
    left: calc(1em + 4px);
    top: 0
}

.woocommerce-account .account-navigation-wrap .thebase-customer-image img {
    border-radius: 50%;
    max-width: 40px;
    position: absolute;
    left: 0;
    top: 0
}

.woocommerce-account .account-navigation-wrap .thebase-account-avatar {
    position: relative;
    min-height: 40px;
    display: flex;
    align-items: center;
    padding-left: calc(1em + 4px);
    margin-bottom: .5em;
    margin-top: .5em
}

.woocommerce-account .account-navigation-wrap .thebase-account-avatar .thebase-customer-name {
    padding-left: 50px
}

.woocommerce-account .account-navigation-wrap li a {
    display: block;
    padding: 10px 15px;
    color: inherit;
    text-decoration: none;
    margin-right: var(--global-md-spacing);
    border: 1px solid var(--global-palette8)
}

.woocommerce-account .account-navigation-wrap li.is-active a,.woocommerce-account .account-navigation-wrap li.is-active a:hover,.woocommerce-account .account-navigation-wrap li:hover a {
    background-color: var(--global-palette-btn-bg);
    color: var(--global-palette-btn)
}

.woocommerce-account .account-navigation-wrap ul {
    padding-left: 0;
    list-style: none
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-notices-wrapper:empty+* {
    margin-top: 0
}

.woocommerce-account .woocommerce-MyAccount-content .u-columns {
    margin-top: var(--global-md-spacing);
    margin-bottom: 0
}

@media screen and (min-width: 980px) {
    .woocommerce-account .account-navigation-wrap {
        float:right;
        width: 20%;
        border-left: 1px solid var(--global-palette8);
        margin-bottom: 0
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        float: left;
        width: 80%;
        padding-right: var(--global-lg-spacing)
    }

    .thebase-account-nav-left.woocommerce-account .account-navigation-wrap {
        float: left;
        border-right: 1px solid var(--global-palette8);
        border-left: 0
    }

    .thebase-account-nav-left.woocommerce-account .account-navigation-wrap li a {
        margin-bottom: 15px
    }

    .thebase-account-nav-left.woocommerce-account .woocommerce-MyAccount-content {
        float: right;
        padding-left: var(--global-md-spacing);
        padding-right: 0
    }

    .thebase-account-nav-right.woocommerce-account .account-navigation-wrap li a {
        margin-right: 0;
        margin-left: 15px;
        margin-bottom: 15px
    }

    .thebase-account-nav-above.woocommerce-account .account-navigation-wrap {
        float: none;
        border-left: 0;
        width: auto;
        margin-bottom: -1px
    }

    .thebase-account-nav-above.woocommerce-account .account-navigation-wrap ul {
        display: flex;
        flex-wrap: wrap
    }

    .thebase-account-nav-above.woocommerce-account .woocommerce-MyAccount-content {
        float: none;
        width: auto;
        padding: 25px;
        border: 1px solid var(--global-palette8)
    }
}

.woocommerce form[class*=woocommerce-] {
    margin-top: 0
}

.woocommerce-MyAccount-content mark {
    color: inherit;
    background: transparent;
    font-weight: 700
}

.woocommerce-account .woocommerce {
    *zoom:1}

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

.woocommerce-account .woocommerce:after {
    clear: both
}

.woocommerce-account .addresses .title {
    *zoom:1}

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

.woocommerce-account .addresses .title:after {
    clear: both
}

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

.woocommerce-account .addresses .title .edit {
    float: right;
    padding: .3em 0
}

.woocommerce-account ol.commentlist.notes li.note p.meta {
    font-weight: 700;
    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-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "";
    text-decoration: none
}

.woocommerce-account ul.digital-downloads li .count {
    float: right
}

.woo-sl-info mark {
    background: var(--global-palette7);
    font-weight: 700
}

p.woo-sl-key {
    margin-top: var(--global-xs-spacing);
    padding: .5em;
    background: var(--global-palette8);
    display: inline-block
}

#woo_sl_lk {
    margin-top: 1em
}

#woo_sl_lk p.woo-sl-label {
    padding: .5em 1em;
    background: var(--global-palette8);
    display: block;
    margin: 0;
    line-height: 1.8
}

#woo_sl_lk .inside .licence_expire {
    border-color: var(--global-gray-400)
}

#sl_generator_desc {
    margin-bottom: 1em
}

#woo-sl-key-generator.software_license_key_generator p {
    margin-top: 1em;
    margin-bottom: 1em
}

#woo-sl-key-generator.software_license_key_generator #sl_product_id {
    padding: .2em 35px .2em .5em
}

.woocommerce #woo_sl_lk table.my_account_orders th {
    padding: 9px 12px
}

.woocommerce table.shop_table td .quantity.spinners-added {
    display: inline-block
}

.woocommerce .woocommerce-checkout .shop_table {
    background: var(--global-palette9)
}

.woocommerce .cart-empty.woocommerce-info {
    margin-top: var(--global-xxl-spacing);
    margin-bottom: var(--global-sm-spacing);
    padding: 0;
    background: transparent;
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    border: 0;
    color: var(--global-palette6)
}

.woocommerce .cart-empty.woocommerce-info:after,.woocommerce .cart-empty.woocommerce-info:before {
    display: none
}

.woocommerce .return-to-shop {
    margin-top: var(--global-sm-spacing);
    margin-bottom: var(--global-xxl-spacing);
    text-align: center
}

.woocommerce-account h2,.woocommerce-account h3 {
    font-size: 22px;
    line-height: 33px
}

#add_payment_method table.cart,.woocommerce-cart table.cart,.woocommerce-checkout table.cart {
    position: relative
}

#add_payment_method table.cart td.actions .button:disabled,.woocommerce-cart table.cart td.actions .button:disabled,.woocommerce-checkout table.cart td.actions .button:disabled {
    background-color: var(--global-palette4);
    color: var(--global-palette9)
}

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

#add_payment_method table.cart .product-name a,.woocommerce-cart table.cart .product-name a,.woocommerce-checkout table.cart .product-name a {
    color: var(--global-palette4)
}

#add_payment_method table.cart .product-name a:hover,.woocommerce-cart table.cart .product-name a:hover,.woocommerce-checkout table.cart .product-name a:hover {
    color: var(--global-palette2)
}

#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;
    box-sizing: border-box;
    margin: 0 4px 0 0;
    outline: 0;
    height: 44px
}

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

#add_payment_method .wc-proceed-to-checkout,.woocommerce-cart .wc-proceed-to-checkout,.woocommerce-checkout .wc-proceed-to-checkout {
    *zoom:1;padding: 1em 0;
    text-align: right
}

#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:after,.woocommerce-cart .wc-proceed-to-checkout:after,.woocommerce-checkout .wc-proceed-to-checkout:after {
    clear: both
}

#add_payment_method .cart-collaterals .shipping-calculator-button,.woocommerce-cart .cart-collaterals .shipping-calculator-button,.woocommerce-checkout .cart-collaterals .shipping-calculator-button {
    float: none;
    margin-top: .5em;
    display: inline-block;
    position: relative
}

#add_payment_method .cart-collaterals .shipping-calculator-button:after,.woocommerce-cart .cart-collaterals .shipping-calculator-button:after,.woocommerce-checkout .cart-collaterals .shipping-calculator-button:after {
    content: "\f107";
    font-family: FontAwesome;
    -webkit-margin-start: 10px;
    margin-inline-start:10px;font-size: 16px;
    display: inline-block;
    vertical-align: top
}

#add_payment_method .cart-collaterals .shipping-calculator-form,.woocommerce-cart .cart-collaterals .shipping-calculator-form,.woocommerce-checkout .cart-collaterals .shipping-calculator-form {
    margin: 1em 0 0
}

#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: var(--global-palette6);
    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: 35%
}

#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 {
    vertical-align: top;
    border-left: 0;
    border-right: 0;
    border-bottom: 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: var(--global-palette6)
}

#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: var(--global-palette-highlight)
}

#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 var(--global-palette7)
}

#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination,.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination {
    margin-bottom: 0
}

#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
}

#add_payment_method .checkout .col-2 .woocommerce-form__label-for-checkbox,.woocommerce-cart .checkout .col-2 .woocommerce-form__label-for-checkbox,.woocommerce-checkout .checkout .col-2 .woocommerce-form__label-for-checkbox {
    display: flex;
    align-items: center
}

#add_payment_method .checkout .col-2 .woocommerce-form__label-for-checkbox [type=checkbox],.woocommerce-cart .checkout .col-2 .woocommerce-form__label-for-checkbox [type=checkbox],.woocommerce-checkout .checkout .col-2 .woocommerce-form__label-for-checkbox [type=checkbox] {
    margin-right: .5em
}

#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: var(--global-palette6);
    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 .checkout .shipping_address,.woocommerce-cart .checkout .shipping_address,.woocommerce-checkout .checkout .shipping_address {
    clear: both
}

#add_payment_method #payment ul.payment_methods,.woocommerce-cart #payment ul.payment_methods,.woocommerce-checkout #payment ul.payment_methods {
    *zoom:1;text-align: left;
    padding: 0;
    margin: 0;
    list-style: none outside
}

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

#add_payment_method #payment ul.payment_methods:after,.woocommerce-cart #payment ul.payment_methods:after,.woocommerce-checkout #payment ul.payment_methods:after {
    clear: both
}

#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: 400
}

#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;
    display: inline-block
}

#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 ul.payment_methods li:not(.woocommerce-notice),.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice),.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice) {
    *zoom:1}

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

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice):after,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):after,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice):after {
    clear: both
}

#add_payment_method #payment .woocommerce-terms-and-conditions-wrapper,.woocommerce-cart #payment .woocommerce-terms-and-conditions-wrapper,.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper {
    margin-top: var(--global-md-spacing)
}

#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: 0;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: transparent;
    color: var(--global-palette4)
}

#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-top-color: var(--global-gray-400);
    border-color: var(--global-gray-400)
}

#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: var(--global-gray-400)
}

#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: var(--global-gray-400)
}

#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: var(--global-gray-400)
}

#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 outside;
    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: var(--global-palette6);
    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 .8em
}

#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 .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
}

.rtl #add_payment_method .checkout .col-2 h3#ship-to-different-address,.rtl.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,.rtl.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
    float: right
}

.rtl #add_payment_method .checkout .col-2 .woocommerce-form__label-for-checkbox [type=checkbox],.rtl.woocommerce-cart .checkout .col-2 .woocommerce-form__label-for-checkbox [type=checkbox],.rtl.woocommerce-checkout .checkout .col-2 .woocommerce-form__label-for-checkbox [type=checkbox] {
    margin-left: .5em;
    margin-right: 0
}

.rtl #add_payment_method #payment ul.payment_methods,.rtl #add_payment_method #payment ul.payment_methods li,.rtl.woocommerce-cart #payment ul.payment_methods,.rtl.woocommerce-cart #payment ul.payment_methods li,.rtl.woocommerce-checkout #payment ul.payment_methods,.rtl.woocommerce-checkout #payment ul.payment_methods li {
    text-align: right
}

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

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

.rtl #add_payment_method #payment .payment_method_paypal .about_paypal,.rtl.woocommerce-cart #payment .payment_method_paypal .about_paypal,.rtl.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    float: left
}

.rtl #payment ul.wc_payment_methods {
    padding-right: 0
}

.rtl #payment ul.wc_payment_methods li.wc_payment_method input[type=radio]:first-child:checked+label {
    border-right: 5px solid var(--global-palette-highlight);
    border-left: 0
}

.rtl #payment ul.wc_payment_methods li.wc_payment_method>label {
    border-right: 5px solid var(--global-gray-400);
    border-left: 0
}

.rtl #payment ul.wc_payment_methods li.wc_payment_method>label:before {
    margin-right: -5px;
    margin-left: 4px
}

.woocommerce-terms-and-conditions {
    border: 1px solid var(--global-palette8);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    background: var(--global-palette9)
}

.woocommerce-invalid #terms {
    outline: 2px solid red;
    outline-offset: 2px
}

.cross-sells,.thebase-woo-cart-form-wrap {
    *zoom:1}

.cross-sells:after,.cross-sells:before,.thebase-woo-cart-form-wrap:after,.thebase-woo-cart-form-wrap:before {
    content: " ";
    display: table
}

.cross-sells:after,.thebase-woo-cart-form-wrap:after {
    clear: both
}

@media screen and (min-width: 980px) {
    #add_payment_method table.cart .product-thumbnail,.woocommerce-cart table.cart .product-thumbnail,.woocommerce-checkout table.cart .product-thumbnail {
        width:74px
    }

    #add_payment_method table.cart .product-remove,.woocommerce-cart table.cart .product-remove,.woocommerce-checkout table.cart .product-remove {
        width: 24px
    }

    .rtl #add_payment_method table.cart th.product-name,.rtl.woocommerce-cart table.cart th.product-name,.rtl.woocommerce-checkout table.cart th.product-name {
        right: 0;
        left: auto
    }
}

#payment #place_order {
    float: none;
    width: 100%;
    box-sizing: border-box;
    margin: var(--global-md-spacing) 0 1em;
    padding: .6em 1em
}

#payment ul.wc_payment_methods {
    list-style: none;
    padding-left: 0
}

#payment ul.wc_payment_methods li.wc_payment_method>input[type=radio]:first-child {
    clip: rect(1px,1px,1px,1px);
    position: absolute!important
}

#payment ul.wc_payment_methods li.wc_payment_method input[type=radio]:first-child:checked+label {
    border-left-color: var(--global-palette-btn-bg);
    background: var(--global-palette8);
    color: var(--global-palette3)
}

#payment ul.wc_payment_methods li.wc_payment_method input[type=radio]:first-child:checked+label:before {
    background: var(--global-palette-highlight);
    border-color: var(--global-palette-highlight)
}

#payment ul.wc_payment_methods li.wc_payment_method>label {
    background: transparent;
    display: block;
    border: 1px solid var(--global-palette5);
    border-left-width: 5px;
    padding: 8px 15px;
    transition: border .2s ease-in-out;
    margin-bottom: 5px;
    font-weight: 700
}

#payment ul.wc_payment_methods li.wc_payment_method>label:before {
    content: "";
    background: transparent;
    width: 10px;
    display: inline-block;
    border: 1px solid var(--global-gray-500);
    height: 10px;
    border-radius: 50%;
    margin-left: -5px;
    margin-right: 4px
}

#payment ul.wc_payment_methods li.wc_payment_method>label:hover {
    border-left-color: var(--global-palette-btn-bg);
    background: var(--global-palette7)
}

#payment ul.wc_payment_methods li:first-child:last-child>label {
    border: 0!important
}

#payment ul.wc_payment_methods li:first-child:last-child>label:before {
    display: none
}

#payment .payment_box {
    position: relative;
    width: 100%;
    padding: 15px;
    font-size: 95%
}

#payment .payment_box p:last-child {
    margin-bottom: 0
}

@media screen and (min-width: 1025px) {
    .cart_totals {
        width:50%;
        margin: 0 0 40px;
        float: right
    }

    form.checkout {
        *zoom:1}

    form.checkout:after,form.checkout:before {
        content: " ";
        display: table
    }

    form.checkout:after {
        clear: both
    }

    form.checkout .col2-set {
        float: left;
        width: 50%;
        padding-right: var(--global-md-spacing);
        padding-left: 0
    }

    form.checkout .col2-set .col-1,form.checkout .col2-set .col-2 {
        width: 100%;
        float: none;
        padding: 0;
        clear: both
    }

    form.checkout .col2-set .col-2 {
        margin-top: var(--global-md-spacing)
    }

    form.checkout #order_review_heading {
        margin: 0 0 .5em
    }

    form.checkout #order_review_heading,form.checkout .woocommerce-checkout-review-order {
        float: left;
        width: 50%;
        padding-left: var(--global-md-spacing)
    }
}

.select2-container--default .select2-selection--single {
    height: 42px;
    border-color: var(--global-palette7);
    background: transparent;
    border-radius: 0
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--global-palette4);
    line-height: 40px;
    background: transparent
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px
}

.select2-container--default .select2-results__option[aria-selected=true],.select2-container--default .select2-results__option[data-selected=true] {
    background-color: var(--global-palette7)
}

.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option--highlighted[data-selected] {
    background: var(--global-palette-btn-bg);
    color: var(--global-palette-btn)
}

.select2-dropdown {
    border-color: var(--global-gray-400);
    color: var(--global-palette4);
    background: var(--global-palette9)
}

.select2-container--open .select2-dropdown--below {
    box-shadow: 0 15px 25px -7px rgba(0,0,0,.1)
}

.select2-container--open .select2-dropdown--above {
    box-shadow: 0 -15px 25px -7px rgba(0,0,0,.1)
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: var(--global-gray-400)
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-top-color: var(--global-gray-400)
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-left-color: transparent;
    border-bottom-color: var(--global-gray-400);
    border-right-color: transparent;
    border-top-color: transparent
}

.wc-block-components-totals-coupon.wc-blocks-components-panel .wc-blocks-components-panel__button {
    margin: .375em 0
}

.wc-block-components-sidebar .wc-block-components-totals-coupon.wc-blocks-components-panel>h2 {
    font-size: 1em
}

.wc-block-components-checkout-form .wc-block-components-checkout-step__description {
    margin-bottom: 16px
}

.single-content .woocommerce-notices-wrapper ul.woocommerce-error,.single-content .woocommerce-notices-wrapper ul.woocommerce-info,.single-content .woocommerce-notices-wrapper ul.woocommerce-success {
    margin-bottom: var(--global-md-spacing)
}

.rtl.woocommerce #content table.cart td.actions,.rtl.woocommerce-page #content table.cart td.actions,.rtl.woocommerce-page table.cart td.actions,.rtl.woocommerce table.cart td.actions {
    text-align: left
}

.rtl.woocommerce #content table.cart td.actions .coupon,.rtl.woocommerce-page #content table.cart td.actions .coupon,.rtl.woocommerce-page table.cart td.actions .coupon,.rtl.woocommerce table.cart td.actions .coupon {
    float: right
}

.rtl .woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: right;
    margin-right: 0;
    margin-left: 1em
}

.rtl .woocommerce form .form-row.form-row-last {
    float: left
}

.rtl .woocommerce form .form-row.form-row-first {
    float: right
}

.wc-block-grid__product .wc-block-grid__product-title {
    font-size: 1em;
    padding-top: .5rem;
    font-weight: 500;
    margin-bottom: .5rem;
    font-family: var(--global-heading-font-family)
}

.entry-content .wc-block-grid__products {
    margin: 0 0 1em;
    padding: 0
}

.wc-block-grid .wc-block-grid__products {
    margin: 0 0 1em;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
    list-style: none
}

.wc-block-grid .wc-block-grid__products .woocommerce-loop-image-link img {
    width: 100%
}

.wc-block-grid .wc-block-grid__products:not(.thisisforspecificity) .wc-block-grid__product {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    width: 100%;
    max-width: 100%;
    flex: 1;
    text-align: left;
    overflow: hidden
}

#wrapper .wc-block-grid .wc-block-grid__products .product-loop-boxed .entry-content-wrap,#wrapper .wc-block-grid .wc-block-grid__products .woo-archive-bottom-on-hover .entry-content-wrap {
    padding: 1rem 1rem 1.5rem;
    position: relative;
    margin: 0 .5em;
    border-radius: .25rem;
    transition: transform .3s cubic-bezier(.17,.67,.35,.95)
}

.has-2-columns .wc-block-grid__products {
    grid-template-columns: 1fr 1fr
}

.has-3-columns .wc-block-grid__products {
    grid-template-columns: 1fr 1fr 1fr
}

.has-4-columns .wc-block-grid__products {
    grid-template-columns: 1fr 1fr 1fr 1fr
}

.has-5-columns .wc-block-grid__products {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr
}

.has-6-columns .wc-block-grid__products {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr
}

@media screen and (max-width: 980px) {
    .has-4-columns .wc-block-grid__products {
        grid-template-columns:1fr 1fr
    }

    .has-6-columns .wc-block-grid__products {
        grid-template-columns: 1fr 1fr 1fr
    }
}

@media screen and (max-width: 767px) {
    .site .wc-block-grid .wc-block-grid__products {
        margin:0 0 1em;
        padding: 0;
        display: grid;
        grid-template-columns: 1fr
    }

    .site .wc-block-grid .wc-block-grid__products .wc-block-grid__product {
        margin-left: 0;
        margin-right: 0
    }
}

.wc-block-grid .wc-block-grid__product .wc-block-grid__product-image {
    margin-bottom: 0
}

.wc-block-grid .wc-block-grid__product .product-details .wp-block-button {
    margin: 0
}

.wc-block-grid.has-aligned-buttons .wc-block-grid__product .product-details.content-bg.entry-content-wrap {
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.wc-block-grid.has-aligned-buttons .wc-block-grid__product .product-details .wp-block-button {
    margin-top: auto
}

.wc-block-grid.has-aligned-buttons .wc-block-grid__product .product-details.content-bg.entry-content-wrap {
    padding-bottom: 1.5rem
}

.wc-block-grid .wc-block-grid__product .entry-content-wrap {
    padding: 1.5rem
}

.wc-block-grid .wc-block-grid__product.product-loop-unboxed .entry-content-wrap,body.content-style-unboxed .wc-block-grid .wc-block-grid__product .entry-content-wrap {
    padding: 1rem 0;
    background: transparent
}

.wc-block-grid .wc-block-grid__product.product-loop-unboxed {
    background: transparent
}

.wc-block-grid__product a.wc-block-grid__product-link,.wc-block-grid__product a.wc-block-grid__product-title-link {
    text-decoration: none;
    color: inherit
}

.wc-block-grid__product a.wc-block-grid__product-link {
    position: relative;
    display: block
}

.wc-block-grid__product:not(.woo-archive-image-hover-none) a.wc-block-grid__product-link {
    overflow: hidden
}

.wc-block-grid__product {
    text-align: left
}

.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price {
    margin: 0 0 1em
}

.wc-block-grid__product-price {
    font-weight: 400;
    font-size: .857em
}

.wc-block-grid__product-price del {
    color: inherit;
    opacity: .5
}

.wc-block-grid__product-price ins {
    background: none;
    font-weight: 700
}

.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-onsale {
    min-height: 0;
    min-width: 0;
    padding: 3px 10px;
    font-weight: 400;
    position: absolute;
    text-align: center;
    line-height: 1.2;
    top: 10px;
    left: 10px;
    right: auto;
    margin: 0;
    background-color: var(--global-palette2);
    color: var(--global-palette-highlight-alt2);
    font-size: 13px;
    /* text-transform: capitalize; */
    border-radius: 0;
    border: none;
    z-index: 9
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart {
    color: inherit
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart .wp-block-button__link .thebase-svg-iconset {
    display: inline-flex;
    align-self: center
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart .wp-block-button__link .thebase-svg-iconset svg {
    top: .125em;
    position: relative;
    height: 1em;
    width: 1em
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart .wp-block-button__link .thebase-check-svg,.wc-block-grid__product .wc-block-grid__product-add-to-cart .wp-block-button__link .thebase-spinner-svg {
    display: none
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart .wp-block-button__link.loading {
    opacity: .25
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart .wp-block-button__link.loading .thebase-arrow-right-alt-svg {
    display: none
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart .wp-block-button__link.loading .thebase-spinner-svg {
    display: block;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart .wp-block-button__link.loading:after {
    display: none
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart .wp-block-button__link.added {
    font-size: 0
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart .wp-block-button__link.added .thebase-svg-iconset:last-child {
    font-size: 1rem
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart .wp-block-button__link.added .thebase-arrow-right-alt-svg {
    display: none
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart .wp-block-button__link.added .thebase-check-svg {
    display: block;
    font-size: 80%
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart .wp-block-button__link.added:after {
    display: none
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart a.added_to_cart {
    display: inline-flex;
    background: transparent;
    padding: .5em 0;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: .05em;
    color: inherit;
    text-decoration: none;
    font-size: 80%
}

.wc-block-grid__product.woo-archive-btn-button .wc-block-grid__product-add-to-cart .wp-block-button__link {
    color: var(--global-palette-btn);
    text-align: center;
    display: block;
    width: 100%;
    transition: color .2s ease,background .2s ease,border .2s ease
}

.wc-block-grid__product.woo-archive-btn-button .wc-block-grid__product-add-to-cart .wp-block-button__link:hover {
    color: var(--global-palette-btn-hover);
    background: var(--global-palette-btn-bg-hover)
}

.wc-block-grid__product.woo-archive-btn-button .wc-block-grid__product-add-to-cart .wp-block-button__link.added {
    height: 0;
    overflow: hidden
}

.wc-block-grid__product:not(.woo-archive-btn-button) .wc-block-grid__product-add-to-cart .wp-block-button__link {
    background: transparent;
    padding: .5em 0;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .05em;
    color: inherit;
    font-size: 80%;
    border: 0;
    box-shadow: none;
    display: inline-block;
    transition: color .2s ease
}

.wc-block-grid__product .wc-block-grid__product-rating {
    float: right;
    margin-top: 0;
    margin-bottom: 0
}

.wc-block-grid__product .wc-block-grid__product-rating .star-rating {
    margin: .25em auto
}

.wc-block-grid.has-aligned-buttons .wc-block-grid__product .wc-block-grid__product-rating {
    margin-bottom: 12px;
    margin-left: 0
}

.wc-block-grid.has-aligned-buttons .wc-block-grid__product .wc-block-grid__product-rating .star-rating {
    margin-left: 0
}

.wc-block-grid__product .wc-block-grid__product-rating~.wc-block-grid__product-price {
    padding-right: 5.4em
}

.wc-block-grid__product-rating .star-rating,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars,.wc-block-review-list .wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars {
    font-family: 'star';
    display: block;
    margin: .25em auto .25em 0;
    font-size: 1em;
    line-height: 1;
    height: 1em;
    width: 5em;
    color: var(--global-palette-highlight)
}

.wc-block-grid__product-rating .star-rating:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before,.wc-block-review-list .wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars:before {
    content: "\e900\e900\e900\e900\e900";
    color: var(--global-gray-400);
    float: left;
    top: 0;
    left: 0;
    opacity: 1;
    right: auto;
    position: absolute
}

.wc-block-grid__product-rating .star-rating span,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span,.wc-block-review-list .wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars span {
    float: left;
    right: auto
}

.wc-block-grid__product-rating .star-rating span:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before,.wc-block-review-list .wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars span:before {
    content: "\e901\e901\e901\e901\e901";
    right: auto;
    color: inherit
}

.wc-block-grid__product a .secondary-product-image,li.product a .secondary-product-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0;
    min-width: 100%;
    min-height: 100%
}

.products:not(.woo-archive-image-hover-none) li.product a {
    overflow: hidden
}

.woo-archive-image-hover-fade .woocommerce-loop-product__link .attachment-woocommerce_thumbnail {
    transition: opacity .3s ease
}

.woo-archive-image-hover-fade .woocommerce-loop-product__link:hover .attachment-woocommerce_thumbnail {
    opacity: 1
}

.woo-archive-image-hover-zoom .woocommerce-loop-product__link .attachment-woocommerce_thumbnail {
    transform: scale(1);
    transition: opacity .4s ease,transform 2s cubic-bezier(0,0,.4,1.1)
}

.woo-archive-image-hover-zoom .woocommerce-loop-product__link:hover .attachment-woocommerce_thumbnail {
    opacity: 1;
    transform: scale(1.07)
}

.woo-archive-image-hover-slide .woocommerce-loop-product__link .attachment-woocommerce_thumbnail.secondary-product-image {
    transform: translate(-100%);
    opacity: 1;
    transition: all .4s cubic-bezier(.17,.67,.35,.95);
    display: block
}

.woo-archive-image-hover-slide .woocommerce-loop-product__link .attachment-woocommerce_thumbnail:not(.secondary-product-image) {
    transform: translate(0);
    transition: all .4s cubic-bezier(.17,.67,.35,.95);
    display: block
}

.woo-archive-image-hover-slide .woocommerce-loop-product__link.product-has-hover-image:hover .attachment-woocommerce_thumbnail:not(.secondary-product-image) {
    transform: translate(100%)
}

.woo-archive-image-hover-slide .woocommerce-loop-product__link.product-has-hover-image:hover .attachment-woocommerce_thumbnail.secondary-product-image {
    transform: translate(0)
}

.woo-archive-image-hover-flip .woocommerce-loop-product__link .attachment-woocommerce_thumbnail {
    perspective: 1000px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition: all .5s ease-in-out;
    display: block
}

.woo-archive-image-hover-flip .woocommerce-loop-product__link .attachment-woocommerce_thumbnail.secondary-product-image {
    transform: rotateY(180deg);
    opacity: 1
}

.woo-archive-image-hover-flip .woocommerce-loop-product__link .attachment-woocommerce_thumbnail:not(.secondary-product-image) {
    transform: rotateY(0deg)
}

.woo-archive-image-hover-flip .woocommerce-loop-product__link.product-has-hover-image:hover .attachment-woocommerce_thumbnail:not(.secondary-product-image) {
    transform: rotateY(180deg)
}

.woo-archive-image-hover-flip .woocommerce-loop-product__link.product-has-hover-image:hover .attachment-woocommerce_thumbnail.secondary-product-image {
    transform: rotateY(1turn)
}

.wc-block-components-price-slider__range-input-wrapper {
    background-color: var(--global-gray-400);
    border-radius: 1em;
    box-shadow: none;
    max-width: calc(100% - 4px);
    margin-left: 2px
}

.wc-block-components-price-slider__range-input-wrapper .wc-block-components-price-slider__range-input-progress {
    --range-color: var(--global-palette-highlight);
    border-radius: 1em
}

.wc-block-components-price-slider__range-input-wrapper .wc-block-components-price-slider__range-input {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 0;
    display: block;
    position: relative;
    pointer-events: none;
    outline: none!important;
    position: absolute;
    left: 0;
    top: 0
}

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

.primary-sidebar .widget .widget-title {
    margin: 0 0 20px
}

.primary-sidebar .widget .title-outer:after {
    color: var(--global-palette3);
    line-height: 25px
}

.thebase-header-cart .header-cart-button,.thebase-header-cart.header-navigation .header-cart-button {
    color: inherit;
    text-decoration: none;
    display: flex;
    align-items: center;
    background: transparent;
    padding: 0;
    border: 0;
    box-shadow: none;
    grid-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px
}

.thebase-header-cart .header-cart-button:hover,.thebase-header-cart.header-navigation .header-cart-button:hover {
    background: transparent;
    color: inherit;
    box-shadow: none
}

@media screen and (max-width: 1200px) {
    .header-cart-label {
        display:none
    }
}

.header-cart-button .thebase-svg-iconset {
    font-size: 1.2em
}

.header-cart-wrap .header-cart-empty-check {
    display: none
}

.header-cart-button .header-cart-total {
    font-weight: 700
}

.header-cart-button .header-cart-total:before {
    content: "("
}

.header-cart-button .header-cart-total:after {
    content: ")"
}

#cart-drawer.popup-drawer .drawer-inner {
    max-width: 350px;
    background: var(--global-palette9);
    color: var(--global-palette4);
    overflow: visible
}

@media screen and (max-width: 479px) {
    #cart-drawer.popup-drawer .drawer-inner {
        max-width:270px
    }
}

#cart-drawer h2.side-cart-header {
    font-size: 18px
}

#cart-drawer.popup-drawer .drawer-header {
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--global-palette7);
    min-height: calc(2.2em + 24px)
}

#cart-drawer.popup-drawer .drawer-content {
    padding-top: 1em;
    overflow: auto
}

.site-header-section-left .thebase-header-cart.header-navigation ul ul.sub-menu {
    left: 0;
    right: auto
}

.thebase-header-cart.header-navigation .header-cart-button {
    padding: .6em 0
}

.thebase-header-cart.header-navigation ul.cart_list {
    display: block;
    position: static;
    box-shadow: none;
    background: transparent;
    transform: none;
    opacity: 1;
    visibility: visible;
    height: auto;
    clip: auto;
    max-height: 100vh;
    overflow: auto
}

.thebase-header-cart.header-navigation .menu-item.menu-item-thebase-cart-dropdown {
    min-width: 340px;
    padding: 1em;
    color: var(--global-palette4);
    font-size: 90%
}

.thebase-header-cart.header-navigation ul p.woocommerce-mini-cart__empty-message {
    margin: 0
}

.thebase-header-cart.header-navigation ul ul.sub-menu {
    right: 0;
    background: var(--global-palette9);
    color: var(--global-palette4);
    left: auto
}

.thebase-header-cart.header-navigation ul ul a:not(.button) {
    padding: 0;
    width: auto;
    font-size: inherit;
    color: var(--global-palette4);
    background: transparent
}

.thebase-header-cart.header-navigation ul ul a:not(.button):hover {
    color: var(--global-palette3);
    background: transparent
}

.thebase-header-cart.header-navigation ul ul a.remove:hover {
    background: red;
    text-decoration: none
}

.thebase-header-cart.header-navigation ul li a.remove.remove_from_cart_button {
    padding: 0
}

.thebase-header-cart.header-navigation ul .woocommerce-mini-cart__buttons {
    margin-bottom: 0
}

.thebase-header-cart.header-navigation ul a.button {
    border-radius: 3px;
    background: var(--global-palette-btn-bg);
    color: var(--global-palette-btn);
    padding: .4em 1em;
    border: 0;
    font-size: inherit;
    line-height: 1.6;
    display: inline-block;
    width: 100%
}

.thebase-header-cart.header-navigation ul a.button:hover {
    color: var(--global-palette-btn-hover);
    background: var(--global-palette-btn-bg-hover)
}

.rtl .thebase-header-cart.header-navigation ul ul.sub-menu {
    right: auto;
    left: 0
}

@-webkit-keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

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

.woocommerce-store-notice a,p.demo_store a {
    color: var(--global-palette-btn);
    text-decoration: underline
}

.woocommerce-store-notice a.woocommerce-store-notice__dismiss-link,p.demo_store a.woocommerce-store-notice__dismiss-link {
    float: right;
    padding: .3em .5em;
    margin-top: -.3em;
    margin-bottom: -.3em;
    text-decoration: none;
    border: 1px solid
}

@media screen and (max-width: 767px) {
    .woocommerce-store-notice a.woocommerce-store-notice__dismiss-link,p.demo_store a.woocommerce-store-notice__dismiss-link {
        float:none;
        margin-top: .5em;
        margin-bottom: 0;
        display: block
    }
}

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

.thebase-store-notice-placement-above p.woocommerce-store-notice.demo_store {
    position: static;
    box-shadow: none
}

.thebase-store-notice-placement-bottom .woocommerce-store-notice {
    bottom: 0;
    top: auto!important;
    position: fixed
}

.clear {
    clear: both
}

.woocommerce mark.count {
    background: transparent;
    color: inherit
}

.woocommerce .blockUI.blockOverlay {
    position: relative
}

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

.woocommerce a.remove {
    display: block;
    font-size: 20px;
    height: 24px;
    width: 24px;
    text-align: center;
    line-height: 22px;
    border-radius: 100%;
    color: red!important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
    font-family: system-ui
}

.woocommerce a.remove:hover {
    color: #fff!important;
    background: red;
    text-decoration: none
}

.woocommerce small.note {
    display: block;
    color: var(--global-palette6);
    font-size: .857em;
    margin-top: 10px
}

.woocommerce .woocommerce-breadcrumb {
    *zoom:1;margin: 0 0 1em;
    padding: 0;
    font-size: .92em;
    color: var(--global-palette6)
}

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

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

.woocommerce .woocommerce-breadcrumb a {
    color: var(--global-palette6)
}

.woocommerce #respond input#submit.loading,.woocommerce a.button.loading,.woocommerce button.button.loading,.woocommerce input.button.loading {
    opacity: .25
}

.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt {
    background-color: var(--global-palette-btn-bg);
    color: var(--global-palette-btn);
    -webkit-font-smoothing: antialiased
}

.woocommerce #respond input#submit.alt:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover {
    background-color: var(--global-palette-btn-bg-hover);
    color: var(--global-palette-btn-hover)
}

.woocommerce #respond input#submit.alt.disabled,.woocommerce #respond input#submit.alt.disabled:hover,.woocommerce #respond input#submit.alt:disabled,.woocommerce #respond input#submit.alt:disabled:hover,.woocommerce #respond input#submit.alt:disabled[disabled],.woocommerce #respond input#submit.alt:disabled[disabled]:hover,.woocommerce a.button.alt.disabled,.woocommerce a.button.alt.disabled:hover,.woocommerce a.button.alt:disabled,.woocommerce a.button.alt:disabled:hover,.woocommerce a.button.alt:disabled[disabled],.woocommerce a.button.alt:disabled[disabled]:hover,.woocommerce button.button.alt.disabled,.woocommerce button.button.alt.disabled:hover,.woocommerce button.button.alt:disabled,.woocommerce button.button.alt:disabled:hover,.woocommerce button.button.alt:disabled[disabled],.woocommerce button.button.alt:disabled[disabled]:hover,.woocommerce input.button.alt.disabled,.woocommerce input.button.alt.disabled:hover,.woocommerce input.button.alt:disabled,.woocommerce input.button.alt:disabled:hover,.woocommerce input.button.alt:disabled[disabled],.woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: var(--global-palette-btn-bg);
    color: var(--global-palette-btn)
}

.woocommerce #respond input#submit.disabled,.woocommerce #respond input#submit:disabled,.woocommerce #respond input#submit:disabled[disabled],.woocommerce a.button.disabled,.woocommerce a.button:disabled,.woocommerce a.button:disabled[disabled],.woocommerce button.button.disabled,.woocommerce button.button:disabled,.woocommerce button.button:disabled[disabled],.woocommerce input.button.disabled,.woocommerce input.button:disabled,.woocommerce input.button:disabled[disabled] {
    cursor: not-allowed;
    opacity: .5
}

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

.woocommerce a.added_to_cart {
    display: inline-flex;
    background: transparent;
    padding: 0;
    text-transform: uppercase;
    color: var(--global-palette2);
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: .3px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 3px 0;
    text-decoration: underline
}

.woocommerce a.added_to_cart:hover {
    color: var(--global-palette1)
}

.woocommerce #reviews h2 small {
    float: right;
    color: var(--global-palette6);
    font-size: 15px;
    margin: 10px 0 0
}

.woocommerce #reviews h2 small a {
    text-decoration: none;
    color: var(--global-palette6)
}

.woocommerce #reviews h3 {
    margin: 0
}

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

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

.woocommerce #reviews .comment-reply-title {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    color: var(--global-palette3);
    display: block;
    letter-spacing: 0;
    font-family: var(--global-heading-font-family)
}

@media screen and (max-width: 540px) {
    .woocommerce #reviews .comment-reply-title {
        font-size:16px;
        line-height: 24px
    }
}

.woocommerce #reviews #comments .add_review {
    *zoom:1}

.woocommerce #reviews #comments .add_review:after,.woocommerce #reviews #comments .add_review:before {
    content: " ";
    display: table
}

.woocommerce #reviews #comments .add_review:after {
    clear: both
}

.woocommerce #reviews #comments h2 {
    margin-bottom: .5em;
    font-size: 22px;
    line-height: 1.5
}

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

.woocommerce #reviews #comments ol.commentlist:after,.woocommerce #reviews #comments ol.commentlist:before {
    content: " ";
    display: table
}

.woocommerce #reviews #comments ol.commentlist:after {
    clear: both
}

.woocommerce #reviews #comments ol.commentlist li {
    padding: 0;
    margin: 0 0 20px;
    position: relative;
    background: 0;
    border: 0
}

.woocommerce #reviews #comments ol.commentlist li .meta {
    color: var(--global-palette6);
    font-size: .75em
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    float: left;
    position: absolute;
    top: .5em;
    left: 0;
    margin: 0;
    box-shadow: none;
    width: 50px;
    height: 50px;
    border-radius: 50px
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 70px;
    border: 1px solid var(--global-palette8);
    border-radius: 4px;
    padding: 1em 1em 0;
    *zoom:1}

.woocommerce #reviews #comments ol.commentlist li .comment-text .woocommerce-review__author {
    color: var(--global-palette3);
    font-weight: 500
}

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

.woocommerce #reviews #comments ol.commentlist li .comment-text:after {
    clear: both
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    margin: 0 0 1em
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: .83em
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
    margin: 0
}

.woocommerce #reviews #comments ol.commentlist ul.children {
    list-style: none outside;
    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 var(--global-gray-400);
    border-radius: 4px;
    padding: 1em 1em 0;
    margin: 20px 0 0 50px
}

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

.woocommerce #review_form_wrapper {
    margin-top: var(--global-md-spacing)
}

@media screen and (min-width: 1025px) {
    .woocommerce #reviews #comments {
        float:left;
        width: 50%;
        padding-right: var(--global-lg-spacing)
    }

    .woocommerce #reviews #review_form_wrapper {
        float: left;
        width: 50%;
        margin-top: 0
    }

    .woocommerce.rtl #reviews #comments {
        float: right;
        padding-left: var(--global-lg-spacing);
        padding-right: 0
    }

    .woocommerce.rtl #reviews #review_form_wrapper {
        float: right
    }
}

.woocommerce .star-rating-block {
    line-height: 24px
}

.woocommerce .star-rating {
    overflow: hidden;
    position: relative;
    height: 2.1em;
    line-height: 2.1;
    font-size: 10px;
    width: 6.4em;
    font-family: 'star';
    color: #ffc801;
    word-break: normal;
    white-space: normal;
    letter-spacing: 2.9px;
    margin: 0
}

.woocommerce .star-rating:before {
    content: "\e901\e901\e901\e901\e901";
    color: #cdcdcd;
    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: "\e901\e901\e901\e901\e901";
    top: 0;
    position: absolute;
    left: 0
}

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

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

.woocommerce .woocommerce-product-rating:after {
    clear: both
}

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

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

.woocommerce #review_form #respond {
    *zoom:1;position: static;
    margin: 0;
    width: auto;
    padding: 0;
    background: transparent none;
    border: 0
}

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

.woocommerce #review_form #respond:after {
    clear: both
}

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

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

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

.woocommerce p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    color: #ffc30e
}

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

.woocommerce p.stars a:hover {
    color: #ffc30e
}

.woocommerce p.stars a:hover~a:before {
    content: "\e900";
    color: #ffc30e
}

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

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

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

.woocommerce table.shop_attributes {
    border: 0;
    margin-bottom: 0;
    width: 100%
}

.woocommerce table.shop_attributes th {
    width: 150px;
    padding: 20px 10px;
    color: var(--global-palette3);
    font-family: var(--global-heading-font-family);
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0
}

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

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

.woocommerce table.shop_attributes tr:nth-child(2n) td,.woocommerce table.shop_attributes tr:nth-child(2n) th {
    background: rgba(0,0,0,.025)
}

.woocommerce .cart-summary {
    margin: 0 0 30px
}

.woocommerce table.shop_table {
    margin: 0 -1px 1.5em 0;
    text-align: left;
    width: 100%;
    border-collapse: collapse
}

.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 12px 15px;
    line-height: 1.5em;
    color: var(--global-palette3)
}

.woocommerce table.shop_table td {
    border-top: 1px solid var(--global-palette5);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em
}

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

.woocommerce table.shop_table td .product-quantity {
    color: var(--global-palette3)
}

.woocommerce table.shop_table td del {
    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-bottom: 0
}

.woocommerce table.shop_table tbody th,.woocommerce table.shop_table tfoot td,.woocommerce table.shop_table tfoot th {
    font-weight: 700;
    border-top: 1px solid var(--global-palette5);
    color: var(--global-palette3)
}

.woocommerce table.my_account_orders {
    margin-bottom: 0
}

.woocommerce table.my_account_orders td,.woocommerce table.my_account_orders th {
    vertical-align: middle
}

.woocommerce table.my_account_orders .button {
    white-space: nowrap
}

.woocommerce table.woocommerce-MyAccount-downloads td,.woocommerce table.woocommerce-MyAccount-downloads th {
    vertical-align: top;
    text-align: center
}

.woocommerce table.woocommerce-MyAccount-downloads td:first-child,.woocommerce table.woocommerce-MyAccount-downloads td:last-child,.woocommerce table.woocommerce-MyAccount-downloads th:first-child,.woocommerce table.woocommerce-MyAccount-downloads th:last-child {
    text-align: left
}

.woocommerce td.product-name .wc-item-meta,.woocommerce td.product-name dl.variation {
    list-style: none outside
}

.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,.woocommerce td.product-name .wc-item-meta dt,.woocommerce td.product-name dl.variation .wc-item-meta-label,.woocommerce td.product-name dl.variation dt {
    float: left;
    clear: both;
    margin-right: .25em;
    display: inline-block;
    list-style: none outside
}

.woocommerce td.product-name .wc-item-meta dd,.woocommerce td.product-name dl.variation dd {
    margin: 0
}

.woocommerce td.product-name .wc-item-meta:last-child,.woocommerce td.product-name .wc-item-meta p,.woocommerce td.product-name dl.variation:last-child,.woocommerce td.product-name dl.variation p {
    margin-bottom: 0
}

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

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

.woocommerce .primary-sidebar.widget-area ul.product_list_widget li {
    margin: 0 0 10px
}

.woocommerce .primary-sidebar.widget-area ul.product_list_widget li a {
    color: var(--global-palette4);
    margin: 0 0 8px
}

.woocommerce .primary-sidebar.widget-area ul.product_list_widget li .star-rating-block {
    margin: 0 0 5px
}

.woocommerce .primary-sidebar.widget-area ul.product_list_widget li .product-title {
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: 700
}

.woocommerce .primary-sidebar.widget-area ul.product_list_widget li .woocommerce-Price-amount.amount {
    font-size: 14px;
    font-weight: 700;
    color: var(--global-palette2)
}

.woocommerce ul.cart_list,.woocommerce ul.product_list_widget {
    list-style: none outside;
    margin: 0;
    color: var(--global-palette3)
}

.woocommerce ul.cart_list li,.woocommerce ul.product_list_widget li {
    padding: 5px 0;
    margin: 0;
    *zoom:1;list-style: none
}

.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:after,.woocommerce ul.product_list_widget li:after {
    clear: both
}

.woocommerce ul.cart_list li .quantity,.woocommerce ul.product_list_widget li .quantity {
    display: block;
    font-size: 13px;
    padding-left: 100px;
    font-weight: 500;
    margin: 5px 0 0
}

.woocommerce ul.cart_list li a,.woocommerce ul.product_list_widget li a {
    display: block;
    /* text-transform: capitalize; */
    text-decoration: none;
    color: var(--global-palette3)
}

@media screen and (max-width: 540px) {
    .woocommerce ul.cart_list li a,.woocommerce ul.product_list_widget li a {
        font-size:12px
    }
}

.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img {
    float: left;
    margin-right: 15px;
    width: 90px;
    height: auto
}

.woocommerce ul.cart_list li del,.woocommerce ul.product_list_widget li del {
    opacity: .7
}

.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);
    *zoom: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:after,.woocommerce ul.product_list_widget li dl:after {
    clear: both
}

.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: 0 0 1em
}

.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dt {
    font-weight: 700;
    padding: 0 0 .25em;
    margin: 0 4px 0 0;
    clear: left
}

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

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

.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 dl.variation,.woocommerce ul.product_list_widget li dl.variation {
    padding-left: 58px;
    font-size: .8em;
    border: 0
}

.woocommerce ul.cart_list li .star-rating,.woocommerce ul.product_list_widget li .star-rating {
    float: none;
    margin: 0;
    height: 1.5em;
    line-height: 1.5
}

.woocommerce ul.cart_list li.mini_cart_item dl dt {
    clear: none
}

.woocommerce.widget_shopping_cart .total,.woocommerce .widget_shopping_cart .total {
    border-top: 1px solid var(--global-palette7);
    padding: 15px 0 0;
    display: flex;
    margin-top: 0;
    justify-content: space-between
}

.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 {
    position: relative;
    padding: 0 25px 15px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--global-palette7)
}

.woocommerce.widget_shopping_cart .cart_list li:last-child,.woocommerce .widget_shopping_cart .cart_list li:last-child {
    border-bottom: 0;
    margin-bottom: 0
}

.woocommerce.widget_shopping_cart .cart_list li a.remove,.woocommerce .widget_shopping_cart .cart_list li a.remove {
    position: absolute;
    top: 0;
    right: -9px;
    font-size: 22px;
    font-weight: 500;
    height: 20px;
    width: 20px;
    line-height: 15px;
    text-decoration: none
}

.woocommerce.widget_shopping_cart .buttons,.woocommerce .widget_shopping_cart .buttons {
    display: flex;
    text-align: center;
    *zoom:1}

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

.woocommerce.widget_shopping_cart .buttons:after,.woocommerce .widget_shopping_cart .buttons:after {
    clear: both
}

.woocommerce.widget_shopping_cart .buttons a:not(.checkout),.woocommerce .widget_shopping_cart .buttons a:not(.checkout) {
    color: var(--global-palette-btn-hover);
    background-color: var(--global-palette-btn-bg-hover);
    box-shadow: none;
    margin: 0 5px 0 0
}

.woocommerce.widget_shopping_cart .buttons a:not(.checkout):hover,.woocommerce .widget_shopping_cart .buttons a:not(.checkout):hover {
    color: var(--global-palette-btn);
    background-color: var(--global-palette-btn-bg);
    box-shadow: none
}

.woocommerce.widget_shopping_cart .buttons .button,.woocommerce .widget_shopping_cart .buttons .button {
    padding: 10px 15px;
    width: 100%
}

.woocommerce ul.order_details {
    *zoom:1;margin: 0 0 3em;
    padding: 0;
    list-style: none
}

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

.woocommerce ul.order_details:after {
    clear: both
}

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

.woocommerce ul.order_details li strong {
    display: block;
    font-size: 1.4em;
    text-transform: none;
    color: var(--global-palette3);
    line-height: 1.5
}

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

.woocommerce ul.woocommerce-order-overview.woocommerce-thankyou-order-details {
    margin: 1.5em 0;
    padding: 15px;
    border: 1px dashed var(--global-palette7)
}

.woocommerce .woocommerce-notice--success.woocommerce-thankyou-order-received {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: green
}

.woocommerce .wc-bacs-bank-details-account-name {
    font-weight: 700
}

.woocommerce .woocommerce-customer-details,.woocommerce .woocommerce-order-details,.woocommerce .woocommerce-order-downloads {
    margin-bottom: var(--global-md-spacing)
}

.woocommerce .woocommerce-customer-details :last-child,.woocommerce .woocommerce-order-details :last-child,.woocommerce .woocommerce-order-downloads :last-child {
    margin-bottom: 0
}

.woocommerce .woocommerce-customer-details address {
    font-style: normal;
    margin-bottom: 0;
    border: 1px solid var(--global-palette7);
    text-align: left;
    width: 100%;
    padding: 10px 15px
}

.woocommerce .woocommerce-customer-details address p {
    margin: 0
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0
}

.woocommerce .woocommerce-widget-layered-nav-list {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
    *zoom:1;padding: 0 0 5px;
    list-style: none
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:after,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:before {
    content: " ";
    display: table
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:after {
    clear: both
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
    padding: 1px 0;
    text-decoration: none
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item .count {
    font-size: 12px
}

.woocommerce .woocommerce-widget-layered-nav-list a:before {
    content: "";
    position: relative;
    top: -1px;
    display: inline-block;
    width: 15px;
    height: 16px;
    margin-right: 10px;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid;
    opacity: .4
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a:before {
    content: "\2713";
    opacity: 1;
    color: var(--global-palette-btn-hover);
    background: var(--global-palette-btn-bg-hover)
}

.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
    margin-top: 1em
}

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

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

.woocommerce .widget_layered_nav_filters ul li a {
    text-decoration: none;
    background: var(--global-palette9);
    color: var(--global-palette5);
    padding: .6em;
    font-size: 80%;
    transition: all .3s ease-in-out
}

.woocommerce .widget_layered_nav_filters ul li a:focus,.woocommerce .widget_layered_nav_filters ul li a:hover {
    text-decoration: none;
    color: #000;
    color: initial
}

.woocommerce .widget_layered_nav_filters ul li a:focus:before,.woocommerce .widget_layered_nav_filters ul li a:hover:before {
    color: #a00;
    content: "\2716"
}

.woocommerce .widget_layered_nav_filters ul li a:before {
    font-family: "serif";
    speak: none;
    font-weight: 400;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "✕";
    text-decoration: none;
    unicode-bidi: bidi-override;
    vertical-align: inherit;
    margin-right: .5em
}

.woocommerce.widget_product_categories>ul {
    padding-left: 0;
    margin-left: 0;
    list-style: none
}

.woocommerce.widget_product_categories>ul li {
    position: relative
}

.woocommerce.widget_product_categories>ul li .count {
    position: absolute;
    right: 0;
    display: block;
    top: 1px;
    font-size: .8em;
    line-height: 2rem;
    min-width: 2rem;
    text-align: center
}

.woocommerce.widget_product_categories>ul li .count~.thebase-cat-toggle-sub {
    right: 2rem
}

.woocommerce.widget_product_categories>ul li a {
    display: block;
    border-bottom: 1px solid var(--global-palette7);
    line-height: 2em
}

.woocommerce.widget_product_categories>ul li a:hover {
    text-decoration: none;
    border-bottom-color: currentColor
}

.woocommerce.widget_product_categories>ul li.current-cat>a {
    font-weight: 700
}

.woocommerce.widget_product_categories>ul li.cat-parent>ul {
    display: none
}

.woocommerce.widget_product_categories>ul li.cat-parent.sub-toggle-active>ul {
    display: block
}

.woocommerce.widget_product_categories>ul li.cat-parent.sub-toggle-active>.thebase-cat-toggle-sub {
    background: var(--global-palette7)
}

.woocommerce.widget_product_categories>ul li.cat-parent.sub-toggle-active>.thebase-cat-toggle-sub:before {
    margin-top: -1px;
    transform: rotate(-45deg);
    margin-left: -3px
}

.woocommerce.widget_product_categories>ul li .thebase-cat-toggle-sub {
    display: block;
    background: transparent;
    width: 2em;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 2;
    color: var(--global-palette5);
    border: 0;
    border-bottom: 1px solid transparent;
    height: 2em;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer
}

.woocommerce.widget_product_categories>ul li .thebase-cat-toggle-sub:hover {
    border-bottom-color: var(--global-palette6);
    color: var(--global-palette3)
}

.woocommerce.widget_product_categories>ul li .thebase-cat-toggle-sub:before {
    display: block;
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: "";
    display: inline-block;
    height: 8px;
    top: 50%;
    left: 50%;
    margin-left: -2px;
    margin-top: -4px;
    transform: rotate(135deg);
    width: 8px;
    position: absolute
}

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

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

.woocommerce.widget_price_filter .price_slider_amount .price_label span {
    color: var(--global-palette3);
    font-weight: 700
}

.woocommerce.widget_price_filter .price_slider_amount .button {
    float: right;
    padding: 3px 15px;
    background-color: var(--global-palette8);
    color: var(--global-palette3)
}

.woocommerce.widget_price_filter .price_slider_amount .button:hover {
    background-color: var(--global-palette-btn-bg);
    color: var(--global-palette-btn)
}

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

.woocommerce.widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 10px;
    height: 10px;
    background-color: var(--global-palette1);
    cursor: ew-resize;
    outline: none;
    top: -4px;
    margin-left: -.3em
}

.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: var(--global-palette7)
}

.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background-color: var(--global-gray-400);
    border: 0
}

.woocommerce.widget_price_filter .ui-slider-horizontal {
    height: 2px
}

.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 outside
}

.woocommerce.widget_rating_filter ul li {
    *zoom:1;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:after {
    clear: both
}

.woocommerce.widget_rating_filter ul li a {
    padding: 1px 0;
    text-decoration: none;
    font-size: 80%
}

.woocommerce.widget_rating_filter ul li a:focus,.woocommerce.widget_rating_filter ul li a:hover {
    text-decoration: none
}

.woocommerce.widget_rating_filter ul li a:before {
    content: "";
    position: relative;
    top: -.15em;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    margin-right: .6em;
    font-size: .5rem;
    line-height: 1.4;
    text-align: center;
    vertical-align: middle;
    border: 1px solid;
    border-radius: .25rem;
    opacity: .4
}

.woocommerce.widget_rating_filter ul li .star-rating {
    float: none;
    margin-bottom: -.1em;
    font-size: 1rem;
    display: inline-block
}

.woocommerce.widget_rating_filter ul li.chosen a:before {
    content: "\2713";
    color: #fff;
    opacity: 1;
    border-color: var(--global-palette-highlight);
    background: var(--global-palette-highlight)
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: left;
    margin-right: 1em
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: inline-block
}

.woocommerce-no-js form.woocommerce-form-coupon,.woocommerce-no-js form.woocommerce-form-login {
    display: block!important
}

.woocommerce-no-js .showcoupon,.woocommerce-no-js .woocommerce-form-coupon-toggle,.woocommerce-no-js .woocommerce-form-login-toggle {
    display: none!important
}

.woocommerce .woocommerce-error,.woocommerce .woocommerce-info,.woocommerce .woocommerce-message {
    padding: 10px 15px;
    margin: 0 0 var(--global-md-spacing);
    position: relative;
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    border-left-width: 5px;
    list-style: none outside;
    border-radius: 3px;
    *zoom:1;width: auto;
    word-wrap: break-word
}

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

.woocommerce .woocommerce-error:after,.woocommerce .woocommerce-info:after,.woocommerce .woocommerce-message:after {
    clear: both
}

.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button,.woocommerce .woocommerce-message .button {
    float: right;
    color: var(--global-palette1);
    background-color: transparent;
    padding: 0;
    font-size: 13px;
    line-height: 24px;
    border-radius: 0;
    text-decoration: underline
}

.woocommerce .woocommerce-error .button:hover,.woocommerce .woocommerce-info .button:hover,.woocommerce .woocommerce-message .button:hover {
    color: var(--global-palette1)
}

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

.woocommerce .woocommerce-message {
    border-color: #c3e6cb
}

.woocommerce .woocommerce-info {
    border-color: #bee5eb;
    background-color: #d1ecf1;
    color: #0c5460
}

.woocommerce .woocommerce-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.rtl.woocommerce .price_label,.rtl.woocommerce .price_label span {
    direction: ltr;
    unicode-bidi: embed
}

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

.woocommerce-password-strength.strong {
    background-color: #d4edda;
    color: #155724;
    border-color: #c3e6cb
}

.woocommerce-password-strength.short {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

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

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

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

body.showing-filter-drawer .select2-container {
    z-index: 100000
}

.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item {
    border-radius: 0!important;
    box-shadow: none;
    border: 1px solid var(--global-palette8)
}

@media screen and (max-width: 479px) {
    .woocommerce .woocommerce-grouped-product-list-item {
        display:grid;
        justify-content: center;
        align-items: center;
        border-bottom: 1px solid var(--global-palette8);
        margin: 0 0 10px;
        text-align: center
    }

    .woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label,.woocommerce div.product form.cart .group_table td:first-child {
        padding: 0;
        width: 100%;
        text-align: center
    }

    .woocommerce div.product form.cart .group_table td {
        padding: 0
    }

    .woocommerce div.product form.cart img {
        margin: auto
    }
}

@media screen and (max-width: 1024px) {
    .tab-banner {
        width:100%;
        margin: 0 0 15px
    }

    .tab-banner img {
        margin: auto
    }

    .tab-banner .alignleft {
        float: none;
        text-align: center
    }

    .tab-banner p {
        text-align: center!important
    }
}

@media screen and (max-width: 767px) {
    .woocommerce div.product .woocommerce-tabs .panel {
        padding:15px;
        margin: 0
    }
}

@media screen and (max-width: 767px) and (max-width:479px) {
    .woocommerce div.product .woocommerce-tabs .panel {
        padding:10px
    }
}

@media screen and (max-width: 767px) {
    .woocommerce #reviews #comments ol.commentlist li img.avatar {
        width:25px;
        height: 25px
    }

    .woocommerce #reviews #comments ol.commentlist li .comment-text {
        margin-left: 45px
    }

    .woocommerce-page table.shop_table_responsive ul#shipping_method li,.woocommerce table.shop_table_responsive ul#shipping_method li {
        justify-content: flex-end
    }

    .woocommerce-page table.shop_table_responsive thead,.woocommerce table.shop_table_responsive thead {
        display: none
    }

    .woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child,.woocommerce table.shop_table_responsive tbody tr:first-child td:first-child {
        border: 0
    }

    .woocommerce-page table.shop_table_responsive tbody th,.woocommerce table.shop_table_responsive tbody th {
        display: none
    }

    .woocommerce-page table.shop_table_responsive tr,.woocommerce table.shop_table_responsive tr {
        display: block
    }

    .woocommerce-page table.shop_table_responsive tr td,.woocommerce table.shop_table_responsive tr td {
        display: block;
        text-align: right!important;
        border-top: 0;
        border-right: 0;
        border-left: 0
    }

    .woocommerce-page table.shop_table_responsive tr td.order-actions,.woocommerce table.shop_table_responsive tr td.order-actions {
        text-align: left!important
    }

    .woocommerce-page table.shop_table_responsive tr td:before,.woocommerce table.shop_table_responsive tr td:before {
        content: attr(data-title) ": ";
        font-weight: 700;
        float: left
    }

    .woocommerce-page table.shop_table_responsive tr td.actions:before,.woocommerce-page table.shop_table_responsive tr td.product-remove:before,.woocommerce table.shop_table_responsive tr td.actions:before,.woocommerce table.shop_table_responsive tr td.product-remove:before {
        display: none
    }

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

    .woocommerce-page table.my_account_orders tr td.order-actions,.woocommerce table.my_account_orders tr td.order-actions {
        text-align: left
    }

    .woocommerce-page table.my_account_orders tr td.order-actions:before,.woocommerce table.my_account_orders tr td.order-actions:before {
        display: none
    }

    .woocommerce-page table.my_account_orders tr td.order-actions .button,.woocommerce table.my_account_orders tr td.order-actions .button {
        float: none;
        margin: .125em .25em .125em 0
    }

    .woocommerce-page .col2-set .col-1,.woocommerce-page .col2-set .col-2,.woocommerce .col2-set .col-1,.woocommerce .col2-set .col-2 {
        float: none;
        width: 100%
    }

    .woocommerce-page .col2-set .col-2,.woocommerce .col2-set .col-2 {
        margin-top: var(--global-md-spacing)
    }

    .woocommerce #primary #content div.product div.images,.woocommerce #primary #content div.product div.summary,.woocommerce #primary div.product div.images,.woocommerce #primary div.product div.summary,.woocommerce-page #primary #content div.product div.images,.woocommerce-page #primary #content div.product div.summary,.woocommerce-page #primary div.product div.images,.woocommerce-page #primary div.product div.summary {
        float: none;
        width: 100%
    }

    .woocommerce #primary #content div.product div.summary,.woocommerce #primary div.product div.summary,.woocommerce-page #primary #content div.product div.summary,.woocommerce-page #primary div.product div.summary {
        clear: both;
        padding: 50px 0 0
    }

    .woocommerce #primary #content div.product div.images,.woocommerce #primary div.product div.images,.woocommerce-page #primary #content div.product div.images,.woocommerce-page #primary div.product div.images {
        width: 80%;
        margin: auto
    }
}

@media screen and (max-width: 767px) and (max-width:767px) {
    .woocommerce #primary #content div.product div.images,.woocommerce #primary div.product div.images,.woocommerce-page #primary #content div.product div.images,.woocommerce-page #primary div.product div.images {
        width:100%
    }
}

@media screen and (max-width: 767px) {
    .woocommerce #content table.cart .product-thumbnail,.woocommerce-page #content table.cart .product-thumbnail,.woocommerce-page table.cart .product-thumbnail,.woocommerce table.cart .product-thumbnail {
        border-top:0
    }

    .woocommerce #content table.cart .product-thumbnail:before,.woocommerce-page #content table.cart .product-thumbnail:before,.woocommerce-page table.cart .product-thumbnail:before,.woocommerce table.cart .product-thumbnail:before {
        display: none
    }

    .woocommerce #content table.cart .product-thumbnail img,.woocommerce-page #content table.cart .product-thumbnail img,.woocommerce-page table.cart .product-thumbnail img,.woocommerce table.cart .product-thumbnail img {
        margin-left: auto;
        margin-right: auto
    }

    .woocommerce #content table.cart .product-remove,.woocommerce-page #content table.cart .product-remove,.woocommerce-page table.cart .product-remove,.woocommerce table.cart .product-remove {
        padding-bottom: 0
    }

    .woocommerce #content table.cart .product-remove .remove,.woocommerce-page #content table.cart .product-remove .remove,.woocommerce-page table.cart .product-remove .remove,.woocommerce table.cart .product-remove .remove {
        transform: translateY(10px)
    }

    .woocommerce #content table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions,.woocommerce table.cart td.actions {
        text-align: left
    }

    .woocommerce #content table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon {
        float: none;
        *zoom:1;padding-bottom: .5em
    }

    .woocommerce #content table.cart td.actions .coupon:after,.woocommerce #content table.cart td.actions .coupon:before,.woocommerce-page #content table.cart td.actions .coupon:after,.woocommerce-page #content table.cart td.actions .coupon:before,.woocommerce-page table.cart td.actions .coupon:after,.woocommerce-page table.cart td.actions .coupon:before,.woocommerce table.cart td.actions .coupon:after,.woocommerce table.cart td.actions .coupon:before {
        content: " ";
        display: table
    }

    .woocommerce #content table.cart td.actions .coupon:after,.woocommerce-page #content table.cart td.actions .coupon:after,.woocommerce-page table.cart td.actions .coupon:after,.woocommerce table.cart td.actions .coupon:after {
        clear: both
    }

    .woocommerce #content table.cart td.actions .coupon .button,.woocommerce #content table.cart td.actions .coupon .input-text,.woocommerce #content table.cart td.actions .coupon input,.woocommerce-page #content table.cart td.actions .coupon .button,.woocommerce-page #content table.cart td.actions .coupon .input-text,.woocommerce-page #content table.cart td.actions .coupon input,.woocommerce-page table.cart td.actions .coupon .button,.woocommerce-page table.cart td.actions .coupon .input-text,.woocommerce-page table.cart td.actions .coupon input,.woocommerce table.cart td.actions .coupon .button,.woocommerce table.cart td.actions .coupon .input-text,.woocommerce table.cart td.actions .coupon input {
        width: 48%;
        box-sizing: border-box
    }

    .woocommerce #content table.cart td.actions .coupon .button.alt,.woocommerce #content table.cart td.actions .coupon .input-text+.button,.woocommerce-page #content table.cart td.actions .coupon .button.alt,.woocommerce-page #content table.cart td.actions .coupon .input-text+.button,.woocommerce-page table.cart td.actions .coupon .button.alt,.woocommerce-page table.cart td.actions .coupon .input-text+.button,.woocommerce table.cart td.actions .coupon .button.alt,.woocommerce table.cart td.actions .coupon .input-text+.button {
        float: right
    }

    .woocommerce #content table.cart td.actions .button,.woocommerce-page #content table.cart td.actions .button,.woocommerce-page table.cart td.actions .button,.woocommerce table.cart td.actions .button {
        display: block;
        width: 100%
    }

    .woocommerce-page .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .shipping_calculator,.woocommerce .cart-collaterals .cart_totals,.woocommerce .cart-collaterals .cross-sells,.woocommerce .cart-collaterals .shipping_calculator {
        width: 100%;
        float: none;
        text-align: left
    }

    .woocommerce-page.woocommerce-checkout form.login .form-row,.woocommerce.woocommerce-checkout form.login .form-row {
        width: 100%;
        float: none
    }

    .woocommerce #payment .terms,.woocommerce-page #payment .terms {
        text-align: left;
        padding: 0
    }

    .woocommerce-page .lost_reset_password .form-row-first,.woocommerce-page .lost_reset_password .form-row-last,.woocommerce .lost_reset_password .form-row-first,.woocommerce .lost_reset_password .form-row-last {
        width: 100%;
        float: none;
        margin-right: 0
    }

    .woocommerce-account .woocommerce-MyAccount-content,.woocommerce-account .woocommerce-MyAccount-navigation {
        float: none;
        width: 100%
    }

    .rtl .woocommerce #content table.cart td.actions .coupon .button.alt,.rtl .woocommerce #content table.cart td.actions .coupon .input-text+.button,.rtl .woocommerce-page #content table.cart td.actions .coupon .button.alt,.rtl .woocommerce-page #content table.cart td.actions .coupon .input-text+.button,.rtl .woocommerce-page table.cart td.actions .coupon .button.alt,.rtl .woocommerce-page table.cart td.actions .coupon .input-text+.button,.rtl .woocommerce table.cart td.actions .coupon .button.alt,.rtl .woocommerce table.cart td.actions .coupon .input-text+.button {
        float: left
    }

    .rtl .woocommerce-page table.shop_table_responsive tr td,.rtl .woocommerce table.shop_table_responsive tr td {
        text-align: left!important
    }

    .rtl .woocommerce-page table.shop_table_responsive tr td:before,.rtl .woocommerce table.shop_table_responsive tr td:before {
        float: right
    }
}

@media screen and (max-width: 479px) {
    .woocommerce .woocommerce-message .button {
        float:none;
        margin-top: .5em;
        margin-bottom: 0;
        text-align: center
    }

    .woocommerce .woocommerce-message {
        display: flex;
        flex-direction: column-reverse
    }

    #content table.cart td.actions .coupon .button,#content table.cart td.actions .coupon .input-text,#content table.cart td.actions .coupon input,table.cart td.actions .coupon .button,table.cart td.actions .coupon .input-text,table.cart td.actions .coupon input {
        width: 100%;
        float: none;
        margin: 0
    }

    #content table.cart td.actions .coupon .button.alt,#content table.cart td.actions .coupon .input-text+.button,table.cart td.actions .coupon .button.alt,table.cart td.actions .coupon .input-text+.button {
        float: none
    }
}

@media screen and (max-width: 400px) {
    .thebase-cart-button-large.woocommerce div.product .button.single_add_to_cart_button,.thebase-cart-button-medium-large.woocommerce div.product .button.single_add_to_cart_button {
        font-size:100%;
        padding: 0
    }

    .woocommerce div.product form.cart .variations td {
        display: block;
        padding-right: 0
    }
}
