﻿/**
 * WooCommerce
 *//**
 * Imports
 */
@font-face
{
    font-family: "star";
    src: url("/finpoan/wp-content/plugins/woocommerce/assets/fonts/star.eot?");
    src: url("/finpoan/wp-content/plugins/woocommerce/assets/fonts/star.eot?") format("embedded-opentype"),url("../font/star.woff") format("woff"),url("../font/star.ttf") format("truetype"),url("../font/star.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
@keyframes slideInDown1
{
    from
    {
        transform: translate3d(0,0,0);
    }
    to
    {
        transform: translate3d(0,100%,0);
        visibility: visible;
    }
}
@keyframes slideOutUp
{
    from
    {
        transform: translate3d(0,100%,0);
        visibility: hidden;
    }
    to
    {
        transform: translate3d(0,0,0);
    }
}
.price
{
    color: var(--accent);
}
.price ins
{
    color: var(--primary);
}
.price del
{
    color: var(--text_light);
    margin-left: 5px;
}/**
 * Header Elements
 */
.site-header-cart
{
    list-style-type: none;
    margin-left: 0;
    padding: 0;
    margin-bottom: 0;
}
.site-header-cart .cart-contents
{
    position: relative;
    display: block;
    text-align: center;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.site-header-cart .cart-contents .count
{
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    height: 18px;
    min-width: 18px;
    padding: 3px;
    border-radius: 10px;
    position: absolute;
    bottom: -8px;
    right: -10px;
    background: var(--primary);
}
.site-header-cart .cart-contents::before
{
    color: var(--primary);
}
.site-header-cart .widget_shopping_cart
{
    display: none;
    background-color: var(--background);
    padding: 2.2906835em 1.41575em 1.41575em;
}
.site-header-cart .widget_shopping_cart .buttons
{
    padding: 0;
}
.site-header-cart .widget_shopping_cart .buttons .button
{
    margin: 0;
}
.site-search
{
    font-size: 14px;
    color: var(--text);
    clear: both;
    display: none;
}
.site-search .widget_product_search #searchsubmit
{
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal!important;
}/**
 * Handheld footer bar
 */
.finpoan-handheld-footer-bar
{
    position: fixed!important;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 996;
    border-top: 1px solid;
    border-top-color: var(--border);
}
.finpoan-handheld-footer-bar::before, .finpoan-handheld-footer-bar::after
{
    content: "";
    display: table;
}
.finpoan-handheld-footer-bar::after
{
    clear: both;
}
@media(min-width: 1025px)
{
    .finpoan-handheld-footer-bar
    {
        display: none;
    }
}
.finpoan-handheld-footer-bar ul
{
    margin: 0;
}
.finpoan-handheld-footer-bar ul li
{
    display: inline-block;
    float: left;
    text-align: center;
}
.finpoan-handheld-footer-bar ul li:last-child>a
{
    border-right: 0;
}
.finpoan-handheld-footer-bar ul li>a
{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    padding-bottom: 5px;
    background-color: var(--background);
    height: 4.235801032em;
    position: relative;
    z-index: 999;
    border-right: 1px solid;
    border-right-color: var(--border);
}
.finpoan-handheld-footer-bar ul li>a:before
{
    color: var(--accent);
}
.finpoan-handheld-footer-bar ul li>a .title
{
    font-weight: 600;
    font-size: 12px;
    color: var(--accent);
}
.finpoan-handheld-footer-bar ul li.search .site-search
{
    background-color: var(--background);
    position: absolute;
    bottom: -5em;
    left: 0;
    right: 0;
    transition: all,ease,.2s;
    padding: 1em;
    z-index: 1;
    display: block;
}
.finpoan-handheld-footer-bar ul li.search.active .site-search
{
    bottom: calc(100% + 1px);
}
.finpoan-handheld-footer-bar ul li.search .site-search, .finpoan-handheld-footer-bar ul li.search .widget, .finpoan-handheld-footer-bar ul li.search form
{
    margin-bottom: 0;
}
.finpoan-handheld-footer-bar ul li.search .widget_product_search
{
    padding-bottom: 0;
}
.finpoan-handheld-footer-bar ul li.search .ajax-search-result
{
    display: none;
}
.finpoan-handheld-footer-bar ul li.cart .count, .finpoan-handheld-footer-bar ul li.wishlist .count
{
    display: inline-block;
    min-width: 16px;
    text-indent: 0;
    line-height: 12px;
    font-size: 12px;
    padding: 2px 0;
    box-sizing: content-box;
    position: absolute;
    top: .5em;
    left: 50%;
    border-radius: 100%;
    color: #fff;
    background-color: var(--primary);
}
.finpoan-handheld-footer-bar ul.columns-1 li
{
    width: 100%;
    display: block;
    float: none;
}
.finpoan-handheld-footer-bar ul.columns-2 li
{
    width: 50%;
}
.finpoan-handheld-footer-bar ul.columns-3 li
{
    width: 33.33333%;
}
.finpoan-handheld-footer-bar ul.columns-4 li
{
    width: 25%;
}
.finpoan-handheld-footer-bar ul.scsscolumns-5 li
{
    width: 20%;
}
.sf-input-focused .finpoan-handheld-footer-bar
{
    display: none;
}/**
 * Shop tables
 */
table.shop_table_responsive thead
{
    display: none;
}
table.shop_table_responsive tbody th
{
    display: none;
}
table.shop_table_responsive tr td
{
    display: block;
    text-align: right;
    clear: both;
}
table.shop_table_responsive tr td::before, table.shop_table_responsive tr td::after
{
    content: "";
    display: table;
}
table.shop_table_responsive tr td::after
{
    clear: both;
}
table.shop_table_responsive tr td[data-title]::before
{
    content: attr(data-title) ": ";
    font-weight: 600;
    float: left;
}
table.shop_table_responsive tr td.product-remove a
{
    text-align: left;
}
table.shop_table_responsive tr td.actions::before, table.shop_table_responsive tr td.download-actions::before
{
    display: none;
}
table.shop_table_responsive tr td.download-actions .button
{
    display: block;
    text-align: center;
    line-height: 50px;
}
table.shop_table_responsive.my_account_orders .order-actions
{
    text-align: right;
}
table.shop_table_responsive.my_account_orders .order-actions::before
{
    display: none;
}/**
 * Breadcrumbs
 *//**
 * Right to left styles
 */
/*!rtl:begin:ignore*/
.rtl .widget_price_filter .price_label, .rtl .widget_price_filter .price_label span
{
    direction: ltr;
    unicode-bidi: embed;
}
/*!rtl:end:ignore*/
/**
 * General WooCommerce components
 */
.woocommerce-form__label-for-checkbox
{
    cursor: pointer;
    display: block;
}
.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox
{
    margin-right: .3342343017em;
}
.form-row label
{
    color: var(--accent);
    display: block;
    margin-bottom: .5em;
}
.form-row .select2-container--default .select2-selection--single
{
    border: none;
    border-radius: 5px;
    min-height: 48px;
    background-color: #f8f8f8;
}
.form-row .select2-container--default .select2-selection--single .select2-selection__rendered
{
    line-height: 48px;
    color: var(--text);
}
.form-row .select2-container--default .select2-selection--single .select2-selection__arrow
{
    height: 48px;
}
.form-row .select2-container--default .select2-search--dropdown .select2-search__field
{
    background: #fff!important;
}
.form-row input, .form-row textarea, .form-row select
{
    width: 100%;
}
.form-row input[type=checkbox], .form-row input[type=radio]
{
    width: auto;
}
.form-row .button
{
    width: auto;
}
.form-row.create-account label
{
    display: inline-block;
}
.form-row.woocommerce-validated input.input-text
{
    box-shadow: inset 2px 0 0 #0f834d;
}
.form-row.woocommerce-invalid input.input-text
{
    box-shadow: inset 2px 0 0 #e2401c;
}
.form-row.woocommerce-invalid input.input-checkbox
{
    outline: 2px solid #e2401c;
    outline-offset: 1px;
}
.form-row.woocommerce-invalid .select2-selection
{
    border-color: #e2401c;
    border-width: 2px;
}
.form-row-last
{
    margin-right: 0!important;
}
.form-row-wide
{
    clear: both;
    width: 100%;
}
.demo_store
{
    position: fixed;
    left: 0;
    bottom: 69px;
    right: 0;
    margin: 0;
    padding: 1em 1.41575em;
    background-color: #3d9cd2;
    color: #fff;
    z-index: 9998;
}
.demo_store a
{
    color: #fff;
    font-weight: 400;
    text-decoration: underline;
}
.demo_store a:hover
{
    text-decoration: none;
}
.demo_store a.woocommerce-store-notice__dismiss-link
{
    display: block;
}
.star-rating
{
    overflow: hidden;
    position: relative;
    height: 1.618em;
    line-height: 1.618;
    font-size: 12px;
    width: 6.2em;
    font-family: "star";
    font-weight: 600;
}
.star-rating::before
{
    content: "S S S S S";
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    color: #ccc;
}
.star-rating span
{
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.star-rating span::before
{
    content: "S S S S S";
    top: 0;
    position: absolute;
    left: 0;
    color: #ffc242;
}
p.stars
{
    display: inline-block;
    margin: 0;
}
p.stars a
{
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    margin-right: 1px;
    font-weight: 400;
}
p.stars a::before
{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: "star";
    content: "S";
    color: var(--text);
    text-indent: 0;
    opacity: .25;
}
p.stars a:hover~a::before
{
    content: "S";
    color: var(--text);
    opacity: .25;
}
p.stars:hover a::before
{
    content: "S";
    color: var(--primary);
    opacity: 1;
}
p.stars.selected a.active::before
{
    content: "S";
    color: var(--primary);
    opacity: 1;
}
p.stars.selected a.active~a::before
{
    content: "S";
    color: var(--text);
    opacity: .25;
}
p.stars.selected a:not(.active)::before
{
    content: "S";
    color: var(--primary);
    opacity: 1;
}
.wc-block-grid__product-onsale, .onsale
{
    padding: 2px 8px;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    background-color: var(--primary);
    color: #fff;
    border-radius: 20px;
}
.product-transition .wc-block-grid__product-onsale, .product-transition .onsale
{
    position: absolute;
    z-index: 5;
    top: 20px;
    left: 20px;
}
.quantity .qty
{
    width: 2.617924em;
    text-align: center;
}
.finpoan-sorting
{
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.finpoan-sorting>*
{
    margin-top: 0;
    margin-bottom: 0;
}
.finpoan-sorting .woocommerce-ordering
{
    position: relative;
    border: 1px solid var(--border);
    border-radius: 20px;
    margin-left: 20px;
}
.finpoan-sorting .woocommerce-ordering select
{
    min-width: 127px;
    padding: 0 20px 0 0;
    background-position: 100% center;
    background-size: 10px 10px;
    background-color: transparent;
    border: none;
    font-weight: 400;
}
.finpoan-sorting .woocommerce-ordering .select-items
{
    min-width: 225px;
    left: unset;
    margin-right: -1px;
}
.gridlist-toggle
{
    display: inline-flex;
}
.gridlist-toggle a
{
    font-size: 24px;
    display: inline-block;
    color: var(--text_light);
    margin-right: 12px;
}
.gridlist-toggle a.active, .gridlist-toggle a:hover
{
    color: var(--accent);
}
.related, .upsells
{
    margin-bottom: 50px;
}
.related>h2:first-child, .upsells>h2:first-child
{
    font-size: 28px;
    line-height: 1.2142857143;
    margin-bottom: 40px;
    color: var(--accent);
}
.hentry .woocommerce-message strong, .hentry .woocommerce-info strong, .hentry .woocommerce-error strong, .hentry .woocommerce-noreviews strong, .hentry p.no-comments strong
{
    color: #fff;
}
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments
{
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 30px;
    padding: 1.3em 1.618em 1em;
    background-color: #0f834d;
    border-radius: 2px;
    color: #fff;
    clear: both;
    border-left: .6180469716em solid rgba(0,0,0,.15);
}
.woocommerce-message::before, .woocommerce-message::after, .woocommerce-info::before, .woocommerce-info::after, .woocommerce-error::before, .woocommerce-error::after, .woocommerce-noreviews::before, .woocommerce-noreviews::after, p.no-comments::before, p.no-comments::after
{
    content: "";
    display: table;
}
.woocommerce-message::after, .woocommerce-info::after, .woocommerce-error::after, .woocommerce-noreviews::after, p.no-comments::after
{
    clear: both;
}
.woocommerce-message a, .woocommerce-info a, .woocommerce-error a, .woocommerce-noreviews a, p.no-comments a
{
    color: #fff;
}
.woocommerce-message a:hover, .woocommerce-info a:hover, .woocommerce-error a:hover, .woocommerce-noreviews a:hover, p.no-comments a:hover
{
    color: #fff;
    opacity: .7;
}
.woocommerce-message a.button:hover, .woocommerce-info a.button:hover, .woocommerce-error a.button:hover, .woocommerce-noreviews a.button:hover, p.no-comments a.button:hover
{
    opacity: 1;
}
.woocommerce-message .button, .woocommerce-info .button, .woocommerce-error .button, .woocommerce-noreviews .button, p.no-comments .button
{
    float: right;
    padding: 0;
    background: none;
    color: #fff;
    box-shadow: none;
    line-height: 1.618;
    margin-left: 1em;
    padding-left: 1em;
    border-width: 0;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgba(255,255,255,.25)!important;
    border-radius: 0;
}
.woocommerce-message .button:hover, .woocommerce-info .button:hover, .woocommerce-error .button:hover, .woocommerce-noreviews .button:hover, p.no-comments .button:hover
{
    background: none;
    color: #fff;
    opacity: .7;
}
.woocommerce-message strong, .woocommerce-info strong, .woocommerce-error strong, .woocommerce-noreviews strong, p.no-comments strong
{
    color: #fff;
}
.woocommerce-message pre, .woocommerce-info pre, .woocommerce-error pre, .woocommerce-noreviews pre, p.no-comments pre
{
    background-color: rgba(0,0,0,.1);
}
.home .woocommerce-message, .home .woocommerce-info, .home .woocommerce-error, .home .woocommerce-noreviews, .home p.no-comments
{
    display: none;
}
.site-content>.col-full>.woocommerce>.woocommerce-info:first-child, .site-content>.col-full>.woocommerce>.woocommerce-error:first-child
{
    margin-top: 2.617924em;
}
.woocommerce-error
{
    list-style: none;
}
.woocommerce-info, .woocommerce-noreviews, p.no-comments
{
    background-color: #3d9cd2;
}
.woocommerce-error
{
    background-color: #e2401c;
}
dl.variation
{
    font-size: .875em;
}
dl.variation dd
{
    margin: 0 0 1em;
}
.wc-item-meta
{
    font-size: .875em;
    margin-left: 0;
    list-style: none;
}
.wc-item-meta li::before, .wc-item-meta li::after
{
    content: "";
    display: table;
}
.wc-item-meta li::after
{
    clear: both;
}
.wc-item-meta li strong, .wc-item-meta li p
{
    display: inline-block;
}/**
 * Homepage
 */
.finpoan-product-section
{
    margin-bottom: 1.618em;
}
.finpoan-product-section .section-title
{
    text-align: center;
    margin-bottom: 1em;
}
.finpoan-product-section:last-child
{
    margin-bottom: 0;
}/**
 * Sticky Add to Cart
 */
.finpoan-sticky-add-to-cart
{
    display: none;
}
.screen-reader-text
{
    border: 0;
    clip: rect(1px,1px,1px,1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important;/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
@media(max-width: 1023px)
{
    .finpoan-archive-product #secondary
    {
        display: none;
    }
}
.woocommerce-ordering select
{
    display: none;
}
.select-selected
{
    padding: 5px 35px 5px 20px;
    cursor: pointer;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='13' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.224.801a.813.813 0 0 0-.39.361c-.059.116-.065.146-.065.344 0 .197.006.226.061.327.07.126 4.02 4.547 4.334 4.851.389.377.815.553 1.336.553.521 0 .947-.176 1.336-.553.315-.305 4.264-4.725 4.333-4.851.056-.101.062-.13.062-.327 0-.198-.006-.228-.065-.344a.796.796 0 0 0-.401-.363c-.095-.036-.154-.043-.292-.036a.682.682 0 0 0-.455.171c-.046.04-1.007 1.102-2.136 2.359a298.485 298.485 0 0 1-2.114 2.344.362.362 0 0 1-.268.105.362.362 0 0 1-.268-.105c-.035-.032-.986-1.086-2.114-2.344A204.845 204.845 0 0 0 1.982.934C1.849.818 1.726.773 1.517.765a.628.628 0 0 0-.293.036' fill-rule='evenodd' fill='%23000'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
    background-size: 8px 5px;
}
.select-selected span
{
    color: var(--text_light);
}
.select-items
{
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 10px 0;
    border: 1px solid var(--border);
    border-radius: 10px;
    margin-top: 10px;
}
.select-items div
{
    padding: 5px 18px;
    border: 0;
    cursor: pointer;
    color: var(--accent);
}
.select-items div span
{
    color: var(--text_light);
}
.select-items div:hover
{
    background-color: #f7f8fa;
}
.select-hide
{
    display: none;
}
.woocommerce-ordering select
{
    display: none;
}/**
 * Products
 */
ul.products, .wc-block-grid__products
{
    margin-left: calc(var(--gutter-width) / -2);
    margin-right: calc(var(--gutter-width) / -2);
    margin-bottom: 0;
    clear: both;
    display: flex;
    flex-wrap: wrap;
}
ul.products li.product, ul.products .wc-block-grid__product, .wc-block-grid__products li.product, .wc-block-grid__products .wc-block-grid__product
{
    padding-left: calc(var(--gutter-width) / 2);
    padding-right: calc(var(--gutter-width) / 2);
    margin-bottom: var(--gutter-width);
    list-style: none;
    position: relative;
    transition: all .3s ease;
    width: 100%;
}
ul.products li.product .added_to_cart.wc-forward, ul.products .wc-block-grid__product .added_to_cart.wc-forward, .wc-block-grid__products li.product .added_to_cart.wc-forward, .wc-block-grid__products .wc-block-grid__product .added_to_cart.wc-forward
{
    display: none;
}
ul.products li.product .woocommerce-LoopProduct-link, ul.products .wc-block-grid__product .woocommerce-LoopProduct-link, .wc-block-grid__products li.product .woocommerce-LoopProduct-link, .wc-block-grid__products .wc-block-grid__product .woocommerce-LoopProduct-link
{
    display: block;
}
ul.products li.product .count-review, ul.products .wc-block-grid__product .count-review, .wc-block-grid__products li.product .count-review, .wc-block-grid__products .wc-block-grid__product .count-review
{
    margin-bottom: 4px;
}
ul.products li.product .price, ul.products .wc-block-grid__product .price, .wc-block-grid__products li.product .price, .wc-block-grid__products .wc-block-grid__product .price
{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.625;
    font-family: var(--e-global-typography-text-font-family);
}
ul.products li.product .price del, ul.products .wc-block-grid__product .price del, .wc-block-grid__products li.product .price del, .wc-block-grid__products .wc-block-grid__product .price del
{
    color: var(--text_light);
    font-weight: 400;
}
ul.products li.product .price ins, ul.products .wc-block-grid__product .price ins, .wc-block-grid__products li.product .price ins, .wc-block-grid__products .wc-block-grid__product .price ins
{
    order: -1;
    color: var(--primary);
    font-weight: 600;
}
ul.products li.product h2, ul.products li.product h3, ul.products li.product .woocommerce-loop-product__title, ul.products li.product .wc-block-grid__product-title, ul.products .wc-block-grid__product h2, ul.products .wc-block-grid__product h3, ul.products .wc-block-grid__product .woocommerce-loop-product__title, ul.products .wc-block-grid__product .wc-block-grid__product-title, .wc-block-grid__products li.product h2, .wc-block-grid__products li.product h3, .wc-block-grid__products li.product .woocommerce-loop-product__title, .wc-block-grid__products li.product .wc-block-grid__product-title, .wc-block-grid__products .wc-block-grid__product h2, .wc-block-grid__products .wc-block-grid__product h3, .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__title, .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title
{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: var(--e-global-typography-text-font-family);
    letter-spacing: -1px;
}
ul.products li.product h2 a, ul.products li.product h3 a, ul.products li.product .woocommerce-loop-product__title a, ul.products li.product .wc-block-grid__product-title a, ul.products .wc-block-grid__product h2 a, ul.products .wc-block-grid__product h3 a, ul.products .wc-block-grid__product .woocommerce-loop-product__title a, ul.products .wc-block-grid__product .wc-block-grid__product-title a, .wc-block-grid__products li.product h2 a, .wc-block-grid__products li.product h3 a, .wc-block-grid__products li.product .woocommerce-loop-product__title a, .wc-block-grid__products li.product .wc-block-grid__product-title a, .wc-block-grid__products .wc-block-grid__product h2 a, .wc-block-grid__products .wc-block-grid__product h3 a, .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__title a, .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title a
{
    color: var(--accent);
}
ul.products li.product h2 a:hover, ul.products li.product h3 a:hover, ul.products li.product .woocommerce-loop-product__title a:hover, ul.products li.product .wc-block-grid__product-title a:hover, ul.products .wc-block-grid__product h2 a:hover, ul.products .wc-block-grid__product h3 a:hover, ul.products .wc-block-grid__product .woocommerce-loop-product__title a:hover, ul.products .wc-block-grid__product .wc-block-grid__product-title a:hover, .wc-block-grid__products li.product h2 a:hover, .wc-block-grid__products li.product h3 a:hover, .wc-block-grid__products li.product .woocommerce-loop-product__title a:hover, .wc-block-grid__products li.product .wc-block-grid__product-title a:hover, .wc-block-grid__products .wc-block-grid__product h2 a:hover, .wc-block-grid__products .wc-block-grid__product h3 a:hover, .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__title a:hover, .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title a:hover
{
    color: var(--primary);
}
ul.products li.product.product-category h2, ul.products li.product.product-category h3, ul.products li.product.product-category .woocommerce-loop-category__title, ul.products .wc-block-grid__product.product-category h2, ul.products .wc-block-grid__product.product-category h3, ul.products .wc-block-grid__product.product-category .woocommerce-loop-category__title, .wc-block-grid__products li.product.product-category h2, .wc-block-grid__products li.product.product-category h3, .wc-block-grid__products li.product.product-category .woocommerce-loop-category__title, .wc-block-grid__products .wc-block-grid__product.product-category h2, .wc-block-grid__products .wc-block-grid__product.product-category h3, .wc-block-grid__products .wc-block-grid__product.product-category .woocommerce-loop-category__title
{
    font-size: 1.1em;
}
ul.products li.product.product-category img, ul.products .wc-block-grid__product.product-category img, .wc-block-grid__products li.product.product-category img, .wc-block-grid__products .wc-block-grid__product.product-category img
{
    margin-bottom: 1.618em;
}
ul.products li.product .product-caption, ul.products .wc-block-grid__product .product-caption, .wc-block-grid__products li.product .product-caption, .wc-block-grid__products .wc-block-grid__product .product-caption
{
    padding-top: 24px;
    margin-top: auto;
}
ul.products li.product .add-to-cart-wrap, ul.products .wc-block-grid__product .add-to-cart-wrap, .wc-block-grid__products li.product .add-to-cart-wrap, .wc-block-grid__products .wc-block-grid__product .add-to-cart-wrap
{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    display: flex;
    justify-content: center;
    width: 100%;
}
ul.products li.product .product-transition a[class*=product_type_], ul.products .wc-block-grid__product .product-transition a[class*=product_type_], .wc-block-grid__products li.product .product-transition a[class*=product_type_], .wc-block-grid__products .wc-block-grid__product .product-transition a[class*=product_type_]
{
    color: var(--accent);
    background-color: #fff;
    padding: 12px 20px;
    opacity: 0;
    transition: all .3s ease;
}
ul.products li.product .product-block, ul.products .wc-block-grid__product .product-block, .wc-block-grid__products li.product .product-block, .wc-block-grid__products .wc-block-grid__product .product-block
{
    position: relative;
    transition: all .3s ease;
}
.product-transition
{
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.product-transition .woocommerce-loop-product__link
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: all .3s ease;
    pointer-events: none;
}
@keyframes run_button_thumbnail_right
{
    0%
    {
        opacity: 0;
        transform: translate(20px,0);
    }
    100%
    {
        opacity: 1;
        transform: translate(0,0);
    }
}
li.product .product-block:hover .product-transition .woocommerce-loop-product__link
{
    background-color: rgba(0,0,0,.4);
}
li.product .product-block:hover .product-transition a[class*=product_type_]
{
    opacity: 1;
}
li.product .product-block:hover .product-img-wrap .inner
{
    -ms-transition: transform 1s cubic-bezier(.19,1,.22,1) 0s;
    -o-transition: transform 1s cubic-bezier(.19,1,.22,1) 0s;
    -moz-transition: transform 1s cubic-bezier(.19,1,.22,1) 0s;
    -webkit-transition: transform 1s cubic-bezier(.19,1,.22,1) 0s;
    transition: transform 1s cubic-bezier(.19,1,.22,1) 0s;
}
li.product .product-block:hover .product-img-wrap.bottom-to-top .inner
{
    -ms-transform: translate3d(0,-100%,0);
    -o-transform: translate3d(0,-100%,0);
    -moz-transform: translate3d(0,-100%,0);
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
}
li.product .product-block:hover .product-img-wrap.top-to-bottom .inner
{
    -ms-transform: translate3d(0,100%,0);
    -o-transform: translate3d(0,100%,0);
    -moz-transform: translate3d(0,100%,0);
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}
li.product .product-block:hover .product-img-wrap.left-to-right .inner
{
    -ms-transform: translate3d(100%,0,0);
    -o-transform: translate3d(100%,0,0);
    -moz-transform: translate3d(100%,0,0);
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
}
li.product .product-block:hover .product-img-wrap.right-to-left .inner
{
    -ms-transform: translate3d(-100%,0,0);
    -o-transform: translate3d(-100%,0,0);
    -moz-transform: translate3d(-100%,0,0);
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
}
li.product .product-block:hover .product-img-wrap.swap .product-image
{
    opacity: 0;
}
li.product .product-block:hover .product-img-wrap.swap .product-image img
{
    transform: rotateY(180deg);
}
li.product .product-block:hover .product-img-wrap.swap .product-image.second-image
{
    opacity: 1;
}
li.product .product-block:hover .product-img-wrap.swap .product-image.second-image img
{
    transform: rotateY(0deg);
}
li.product .product-block:hover .product-img-wrap.fade .product-image
{
    opacity: 0;
}
li.product .product-block:hover .product-img-wrap.fade .product-image.second-image
{
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
li.product .product-block:hover .product-img-wrap.zoom-in .product-image.second-image
{
    transform: scale(1);
}
li.product .product-block:hover .product-img-wrap.zoom-out .product-image
{
    transform: scale(0);
}
li.product .product-block:hover .product-img-wrap.zoom-out .product-image.second-image
{
    transform: scale(1);
}
.product-img-wrap
{
    overflow: hidden;
    position: relative;
}
.product-img-wrap .inner
{
    width: 100%;
    height: 100%;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -ms-transition: all 1s cubic-bezier(.19,1,.22,1) 0s;
    -o-transition: all 1s cubic-bezier(.19,1,.22,1) 0s;
    -moz-transition: all 1s cubic-bezier(.19,1,.22,1) 0s;
    -webkit-transition: all 1s cubic-bezier(.19,1,.22,1) 0s;
    transition: all 1s cubic-bezier(.19,1,.22,1) 0s;
}
.product-img-wrap .product-image
{
    opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-transition: opacity 1.5s cubic-bezier(.19,1,.22,1) 0ms;
    -o-transition: opacity 1.5s cubic-bezier(.19,1,.22,1) 0ms;
    -moz-transition: opacity 1.5s cubic-bezier(.19,1,.22,1) 0ms;
    -webkit-transition: opacity 1.5s cubic-bezier(.19,1,.22,1) 0ms;
    transition: opacity 1.5s cubic-bezier(.19,1,.22,1) 0ms;
}
.product-img-wrap .product-image.second-image
{
    position: absolute;
    width: 100%;
    height: 100%;
}
.product-img-wrap.top-to-bottom .product-image
{
    bottom: 100%;
}
.product-img-wrap.left-to-right .product-image
{
    top: 0;
    right: 100%;
}
.product-img-wrap.right-to-left .product-image
{
    top: 0;
    left: 100%;
}
.product-img-wrap.swap .product-image
{
    top: 0;
    left: 0;
    transition: all .7s ease;
}
.product-img-wrap.swap .product-image img
{
    transition: all .7s ease;
    transform: rotateY(0deg);
}
.product-img-wrap.swap .product-image.second-image
{
    z-index: 2;
    opacity: 0;
}
.product-img-wrap.swap .product-image.second-image img
{
    transform: rotateY(-180deg);
}
.product-img-wrap.fade .product-image
{
    top: 0;
    left: 0;
    transition: all .5s ease;
}
.product-img-wrap.fade .product-image.second-image
{
    opacity: 0;
    transition: opacity .5s ease,transform 2s cubic-bezier(0,0,.44,1.18),-webkit-transform 2s cubic-bezier(0,0,.44,1.18);
}
.product-img-wrap.zoom-in .product-image
{
    top: 0;
    left: 0;
    transition: all .5s ease;
}
.product-img-wrap.zoom-in .product-image.second-image
{
    transform: scale(0);
    z-index: 2;
}
.product-img-wrap.zoom-out .product-image
{
    top: 0;
    left: 0;
    transition: all .5s ease;
}
.product-img-wrap.zoom-out .product-image.second-image
{
    z-index: -1;
}
.hentry .entry-content .wc-block-grid__products .wc-block-grid__product>a, .hentry .entry-content ul.products li.product>a
{
    text-decoration: none;
}
.price del+ins
{
    margin-right: .327em;
}
.opal-product-tooltipster
{
    display: block!important;
}
.opal-product-tooltipster .tooltipster-content
{
    background-color: #000;
    color: #fff;
    padding: 0 15px 3px;
    font-size: 13px;
}
.opal-product-tooltipster.tooltipster-sidetip.tooltipster-left .tooltipster-arrow
{
    margin-top: -8px;
    right: 0;
}
.opal-product-tooltipster.tooltipster-base.tooltipster-top .tooltipster-arrow-background
{
    border-top-color: #000;
}
.opal-product-tooltipster.tooltipster-base.tooltipster-left .tooltipster-arrow
{
    transform: translateY(-5px);
}
.opal-product-tooltipster.tooltipster-base.tooltipster-left .tooltipster-arrow-background
{
    border-left-color: #000;
}
.product-color
{
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
}
.product-color .item
{
    cursor: pointer;
    margin: 0 5px;
}
.product-color .color-item
{
    position: relative;
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 50%;
}
.product-color .color-item:before
{
    content: "";
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 22px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    opacity: 0;
    border: 1px solid #000;
    background-color: transparent;
    transition: all .3s ease;
}
.product-color .color-item:hover:before
{
    opacity: 1;
}
.product-color .color-item.active-swatch:before
{
    opacity: 1;
}
.product-color .image-item img
{
    border: 1px solid #fff;
    width: 20px!important;
    height: 20px!important;
    object-fit: cover;
    border-radius: 50%;
    filter: drop-shadow(0 4px 4px rgba(0,0,0,.05));
}
.time-sale
{
    margin-bottom: 19px;
}
.time-sale .deal-text
{
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7142857143;
    margin-bottom: 10px;
}
.time-sale .deal-text-down
{
    font-weight: 400;
    font-size: 12px;
    line-height: 1.8333333333;
    margin-top: 10px;
}
.time-sale .finpoan-countdown
{
    display: flex;
    flex-wrap: wrap;
}
.time-sale .finpoan-countdown .countdown-item
{
    position: relative;
    line-height: 1;
    margin-right: 10px;
    padding: 8px 5px;
    border-radius: 5px;
    min-width: 50px;
    text-align: center;
    background-color: #000;
}
.time-sale .finpoan-countdown .countdown-item:last-child
{
    margin-right: 0;
}
.time-sale .finpoan-countdown .countdown-item .countdown-digits
{
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 5px;
    color: #fff;
}
.time-sale .finpoan-countdown .countdown-item .countdown-label
{
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
}
.woocommerce-cart .cross-sells
{
    margin-bottom: 40px;
}
.woocommerce-cart .cross-sells .slick-list
{
    z-index: 9;
    padding: 30px 30px 200px 30px;
    margin-bottom: -200px;
    margin-left: -30px;
    margin-right: -30px;
}
.woocommerce-cart .cross-sells .slick-initialized .slick-slide
{
    opacity: 0;
    visibility: hidden;
    -ms-transition: all ease .1s;
    -o-transition: all ease .1s;
    -moz-transition: all ease .1s;
    -webkit-transition: all ease .1s;
    transition: all ease .1s;
}
.woocommerce-cart .cross-sells .slick-initialized .slick-slide.slick-active
{
    opacity: 1;
    visibility: visible;
}
.count-review
{
    display: flex;
    align-items: center;
    font-size: 12px;
    color: var(--text);
}
.count-review .star-rating
{
    margin-right: 6px;
}
.preloader .product-transition, .preloader .woocommerce-loop-product__title>a, .preloader .short-description, .preloader .star-rating, .preloader .button-group, .preloader .posted-in, .preloader .price, .preloader .product-attributes .item, .preloader .shop-action, .preloader .product-label, .preloader .product-image
{
    position: relative;
}
.preloader .product-transition:after, .preloader .woocommerce-loop-product__title>a:after, .preloader .short-description:after, .preloader .star-rating:after, .preloader .button-group:after, .preloader .posted-in:after, .preloader .price:after, .preloader .product-attributes .item:after, .preloader .shop-action:after, .preloader .product-label:after, .preloader .product-image:after
{
    content: "";
    position: absolute;
    z-index: 996;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right,#eee 8%,#ddd 18%,#eee 33%);
    background-size: 800px 104px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@keyframes placeHolderShimmer
{
    0%
    {
        background-position: -468px 0;
    }
    100%
    {
        background-position: 468px 0;
    }
}/**
 * Single Product
 */
.single-product .pswp__button
{
    background-color: transparent;
    border: none;
}
.single-product div.product
{
    position: relative;
}
.single-product div.product::before, .single-product div.product::after
{
    content: "";
    display: table;
}
.single-product div.product::after
{
    clear: both;
}
.single-product div.product .content-single-wrapper::before, .single-product div.product .content-single-wrapper::after
{
    content: "";
    display: table;
}
.single-product div.product .content-single-wrapper::after
{
    clear: both;
}
.single-product div.product .content-single-title-wrapper
{
    padding-bottom: 25px;
}
.single-product div.product .content-single-title-wrapper .woocommerce-product-rating
{
    position: relative;
    padding-right: 15px;
    margin-right: 15px;
}
.single-product div.product .content-single-title-wrapper .woocommerce-product-rating:before
{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 1px;
    height: 10px;
    transform: translateY(-50%);
    background-color: #e4e4e4;
}
.single-product div.product .content-single-title-wrapper .product_meta .sku_wrapper
{
    display: inline-block;
    margin-bottom: 0;
    color: var(--text_light);
}
.single-product div.product .content-single-title-wrapper .product_meta .sku_wrapper .sku
{
    color: var(--accent);
}
.single-product div.product .images, .single-product div.product .summary
{
    margin-bottom: 30px;
    margin-top: 0;
}
.single-product div.product .single-product-top
{
    display: flex;
    align-items: center;
}
.single-product div.product .single-product-top .onsale
{
    margin-right: 20px;
}
.single-product div.product .single-product-top>*
{
    margin-bottom: 10px;
}
.single-product div.product .woocommerce-product-gallery
{
    opacity: 0;
    transition: opacity .25s ease-in-out;
    position: relative;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger
{
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 30px;
    z-index: 80;
    text-align: center;
    color: var(--accent);
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper
{
    position: relative;
    display: block;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img
{
    width: 100%;
    pointer-events: none;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport
{
    border-radius: 20px;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper
{
    padding: 0;
    border: none;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs
{
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li
{
    list-style: none;
    cursor: pointer;
    display: block!important;
    position: relative;
    padding: 0;
    margin-right: 10px;
    max-width: 100px;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img
{
    object-fit: cover;
    border: 1px solid transparent;
    border-radius: 20px;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active
{
    opacity: 1;
    border-color: var(--accent);
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img, .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li.active img
{
    opacity: 1;
    border-color: var(--accent);
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.single-product div.product .woocommerce-product-gallery-horizontal .flex-control-thumbs
{
    margin-top: 10px;
}
.single-product div.product .woocommerce-product-gallery-horizontal .elementor-swiper-button
{
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background: rgba(255,255,255,.9);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    text-align: center;
    cursor: pointer;
}
.single-product div.product .woocommerce-product-gallery-horizontal .elementor-swiper-button:hover
{
    background: var(--primary);
}
.single-product div.product .woocommerce-product-gallery-horizontal .elementor-swiper-button.swiper-button-disabled
{
    opacity: 0;
}
.single-product div.product .woocommerce-product-gallery-horizontal .elementor-swiper-button.elementor-swiper-button-next
{
    right: 0;
}
.single-product div.product .woocommerce-product-gallery-horizontal .elementor-swiper-button.elementor-swiper-button-prev
{
    left: 0;
}
.single-product div.product .woocommerce-product-gallery-horizontal .flex-control-nav li
{
    margin-right: 10px;
}
.single-product div.product .images .woocommerce-main-image
{
    margin-bottom: 1.618em;
    display: block;
}
.single-product div.product .images .thumbnails a.zoom
{
    display: block;
    width: 22.05%;
    margin-right: 3.8%;
    float: left;
    margin-bottom: 1em;
}
.single-product div.product .images .thumbnails a.zoom.last
{
    margin-right: 0;
}
.single-product div.product .images .thumbnails a.zoom.first
{
    clear: both;
}
.single-product div.product .stock.in-stock
{
    margin-bottom: 30px;
    display: none;
}
.single-product div.product p.price+form.cart
{
    margin-top: 30px;
}
.single-product div.product form.cart
{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
    gap: 10px;
    column-gap: 10px;
    grid-gap: 10px;
}
.single-product div.product form.cart .clear
{
    width: 100%;
}
.single-product div.product form.cart.grouped_form, .single-product div.product form.cart.variations_form
{
    padding: 0;
    border: none;
    margin-top: 0;
}
.single-product div.product form.cart.grouped_form .quantity
{
    width: 100px;
}
.single-product div.product form.cart.grouped_form .woocommerce-grouped-add-to-cart
{
    border: 1px solid var(--border);
    padding: 30px 30px 25px;
    border-radius: 5px;
    width: 100%;
    margin-top: 15px;
    display: flex;
}
.single-product div.product form.cart .quantity
{
    position: relative;
    display: inline-flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 54px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid var(--border);
}
.single-product div.product form.cart .quantity:not(.buttons_added)
{
    display: none;
}
.single-product div.product form.cart .quantity button
{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    text-align: center;
    z-index: 9;
    top: 0;
    bottom: 0;
    border: none;
    width: 33%;
    height: 48px;
    border-radius: 0;
    color: #000;
    background-color: transparent;
}
.single-product div.product form.cart .quantity button:hover
{
    background-color: transparent;
    color: #000;
    outline: none;
}
.single-product div.product form.cart .quantity button:hover i
{
    transform: none;
}
.single-product div.product form.cart .quantity .qty
{
    padding: 5px 0;
    border: none;
    -moz-appearance: textfield;
    text-align: center;
    color: #000;
    flex: 1;
    font-weight: 700;
    font-size: 16px;
    background-color: transparent;
}
.single-product div.product form.cart .quantity .qty::-webkit-outer-spin-button, .single-product div.product form.cart .quantity .qty::-webkit-inner-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}
.single-product div.product form.cart .quantity .qty:focus
{
    border-color: var(--primary);
}
.single-product div.product form.cart table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity
{
    float: none;
    margin-right: 0;
    width: 100px;
}
@media(max-width: 1023px)
{
    .single-product div.product form.cart table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity a
    {
        font-size: 11px;
    }
}
.single-product div.product form.cart table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity a.button
{
    width: 100%;
    text-align: center;
    padding: .75em 0;
    text-transform: uppercase;
    word-break: initial;
    font-weight: 700;
    font-size: 12px;
    background-color: var(--accent);
    color: #fff;
}
.single-product div.product form.cart table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity a.button:hover
{
    background-color: var(--primary);
}
.single-product div.product form.cart table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity .quantity
{
    margin-right: 0;
}
.single-product div.product form.cart table.group_table tr
{
    border-bottom: 1px solid;
    border-color: var(--border);
}
.single-product div.product form.cart table.group_table td
{
    padding: 20px 0;
    vertical-align: middle;
}
@media(max-width: 500px)
{
    .single-product div.product form.cart table.group_table .woocommerce-grouped-product-image
    {
        display: none;
    }
    .single-product div.product form.cart table.group_table .woocommerce-grouped-product-list-item__label
    {
        padding-left: 15px;
    }
}
.single-product div.product form.cart table.group_table .quantity
{
    margin-bottom: 0;
}
.single-product div.product form.cart table.group_table .quantity button.minus
{
    border-left: none;
}
@media(max-width: 767px)
{
    .single-product div.product form.cart table.group_table .quantity
    {
        width: 120px;
    }
    .single-product div.product form.cart table.group_table .quantity .qty
    {
        width: 40px;
    }
}
.single-product div.product form.cart table.group_table .quantity .text-quantity
{
    display: none;
}
.single-product div.product form.cart table.group_table .woocommerce-grouped-product-image
{
    padding: 20px 14px 20px 10px;
    width: 80px;
}
.single-product div.product form.cart table.group_table .woocommerce-grouped-product-image img
{
    max-width: 56px;
    margin: auto;
    border-radius: 5px;
}
.single-product div.product form.cart table.group_table .woocommerce-grouped-product-list-item__label
{
    padding-right: 10px;
}
.single-product div.product form.cart table.group_table .woocommerce-grouped-product-list-item__label a
{
    color: var(--accent);
    word-break: break-word;
}
.single-product div.product form.cart table.group_table .woocommerce-grouped-product-list-item__label a:hover
{
    color: var(--primary);
}
.single-product div.product form.cart table.group_table .woocommerce-grouped-product-list-item__price del .woocommerce-Price-amount
{
    color: var(--text_light);
    font-weight: 600;
    font-size: 12px;
}
.single-product div.product form.cart table.group_table .woocommerce-grouped-product-list-item__price ins .woocommerce-Price-amount
{
    color: var(--highlight);
    font-weight: 600;
}
.single-product div.product form.cart table.group_table .woocommerce-Price-amount
{
    word-break: normal;
    font-weight: 600;
    color: var(--text_light);
}
.single-product div.product form.cart table.group_table .stock.out-of-stock
{
    display: none;
}
.single-product div.product .single_add_to_cart_button
{
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    border: none;
    padding: 15px 35px;
    color: #fff;
    border-radius: 30px;
    flex: 1;
    background: linear-gradient(90deg,var(--primary) 0%,var(--secondary) 51%,var(--primary) 100%) 0/200%;
}
.single-product div.product .single_add_to_cart_button:before
{
    font-size: 18px;
}
.single-product div.product .single_add_to_cart_button:hover
{
    text-decoration: none;
    background: linear-gradient(90deg,var(--primary) 0%,var(--secondary) 51%,var(--primary) 100%) 100%/200%;
}
.single-product div.product .single_add_to_cart_button+a.added_to_cart
{
    display: none;
}
.single-product div.product .product_title
{
    font-size: 34px;
    line-height: 1.3333333333;
    margin-bottom: 10px;
    font-weight: 600;
}
.single-product div.product p.price
{
    display: flex;
    font-size: 28px;
    margin-right: 0;
    line-height: 1.2142857143;
    align-items: flex-end;
    color: var(--accent);
    font-weight: 500;
    margin-bottom: 24px;
}
.single-product div.product p.price ins
{
    font-weight: 500;
    margin-right: 10px;
    order: -1;
    color: var(--primary);
}
.single-product div.product p.price del
{
    font-size: 16px;
    margin-bottom: 2px;
    font-weight: 400;
}
.single-product div.product .woocommerce-product-details__short-description
{
    margin-bottom: 30px;
}
.single-product div.product .woocommerce-product-details__short-description+.stock
{
    display: none;
}
.single-product div.product table.variations
{
    table-layout: fixed;
    position: relative;
    margin-bottom: 0;
}
.single-product div.product table.variations th, .single-product div.product table.variations td
{
    display: list-item;
    padding: 0;
    list-style: none;
    background-color: transparent;
}
.single-product div.product table.variations td.value
{
    margin-bottom: 20px;
    position: relative;
}
.single-product div.product table.variations label
{
    font-size: 12px;
    font-weight: 700;
    color: var(--accent);
    margin-bottom: 9px;
    line-height: 2.5;
}
.single-product div.product table.variations select
{
    max-width: 100%;
    vertical-align: middle;
    padding: 10px 35px 10px 15px;
    color: transparent;
}
.single-product div.product table.variations select+label
{
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    position: absolute;
    padding: 0 5px;
    background-color: #fff;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
    transition: all ease-in-out .2s;
    color: var(--text_light);
}
.single-product div.product table.variations select:valid, .single-product div.product table.variations select:focus
{
    color: var(--text);
}
.single-product div.product table.variations select:valid~label, .single-product div.product table.variations select:focus~label
{
    top: 0;
}
.single-product div.product table.variations a.reset_variations
{
    margin-top: 0;
    display: inline-block;
    margin-left: 0;
    color: var(--accent);
    border-bottom: 1px solid;
    line-height: 1;
}
.single-product div.product table.variations a.reset_variations:hover
{
    color: var(--primary);
}
.single-product div.product table.variations td.label label
{
    font-size: 12px;
    color: var(--accent);
    font-weight: 700;
}
.single-product div.product table.variations td.value ul.variable-items-wrapper
{
    display: inline-flex;
}
.single-product div.product table.variations td.value ul.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item
{
    box-shadow: none;
    border-radius: 3px;
    margin: 0 10px 10px 0;
    width: auto;
    height: auto;
    min-width: 46px;
    min-height: 46px;
    padding: 0;
    border: 1px solid var(--border);
}
.single-product div.product table.variations td.value ul.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item:hover, .single-product div.product table.variations td.value ul.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected
{
    outline: none;
    box-shadow: none;
    border-color: var(--accent);
}
.single-product div.product table.variations td.value ul.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span
{
    font-size: 10px;
    font-weight: 700;
    line-height: 3;
    padding: 4px 15px;
    color: var(--accent);
}
.single-product div.product table.variations td.value ul li.variable-item.color-variable-item
{
    border-radius: 50%;
    min-width: 20px;
    min-height: 20px;
    width: 24px;
    height: 24px;
    padding: 0;
}
.single-product div.product table.variations td.value ul li.variable-item.color-variable-item .variable-item-span
{
    border-radius: 50%;
    padding: 4px;
}
.single-product div.product table.variations td.value ul li.variable-item.color-variable-item .variable-item-span:after
{
    content: none;
}
.single-product div.product table.variations td.value ul li.variable-item.color-variable-item:hover, .single-product div.product table.variations td.value ul li.variable-item.color-variable-item.selected
{
    background-color: #fff;
}
.single-product div.product table.variations td.value ul li.variable-item.color-variable-item:hover .variable-item-span, .single-product div.product table.variations td.value ul li.variable-item.color-variable-item.selected .variable-item-span
{
    box-shadow: 0 0 0 3px inset #fff;
}
.single-product div.product table.variations td.value ul li.variable-item.disabled:before
{
    display: none;
}
.single-product div.product table.variations td.value ul li.variable-item.disabled:after
{
    transform: rotate(-30deg);
    height: 2px;
    background-color: var(--border);
    width: calc(100% + 12px);
    left: -7px;
    box-shadow: none;
}
.single-product div.product table.variations td.value ul li.variable-item.disabled .variable-item-span
{
    color: var(--text);
}
.single-product div.product .single_variation .price
{
    display: flex;
    font-size: 24px;
    margin-right: 0;
    line-height: 1;
    align-items: center;
    color: var(--primary);
    font-weight: 700;
    margin-bottom: 10px;
    font-family: var(--e-global-typography-accent-font-family);
}
.single-product div.product .single_variation .price ins
{
    font-weight: 700;
    margin-right: 0;
    color: var(--primary);
}
.single-product div.product .single_variation .price del
{
    margin-right: 10px;
    font-size: 20px;
}
.single-product div.product .single_variation_wrap
{
    width: 100%;
}
.single-product div.product .variations_button
{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
.single-product div.product .woocommerce-product-rating
{
    display: flex;
    align-items: center;
}
.single-product div.product .woocommerce-product-rating::before, .single-product div.product .woocommerce-product-rating::after
{
    content: "";
    display: table;
}
.single-product div.product .woocommerce-product-rating::after
{
    clear: both;
}
.single-product div.product .woocommerce-product-rating a
{
    font-size: 12px;
    text-transform: capitalize;
    color: var(--text_light);
}
.single-product div.product .woocommerce-product-rating a:hover
{
    color: var(--primary);
    text-decoration: underline;
}
.single-product div.product .woocommerce-product-rating .star-rating
{
    display: inline-block;
    vertical-align: bottom;
    font-size: 12px;
    color: var(--text_light);
}
.single-product div.product .woocommerce-product-rating .woocommerce-review-link
{
    margin-left: 8px;
}
.single-product div.product .finpoan-single-product-extra
{
    margin-top: 30px;
    padding-top: 23px;
    border-top: 1px solid var(--border);
}
.single-product div.product .product_meta
{
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid var(--border);
}
.single-product div.product .product_meta>span
{
    display: block;
    color: var(--text);
    font-weight: 400;
    font-size: 16px;
    line-height: 2.125;
}
.single-product div.product .product_meta>span:last-child
{
    margin-bottom: 0;
}
.single-product div.product .product_meta>span a, .single-product div.product .product_meta>span .sku
{
    color: var(--accent);
}
.single-product div.product .product_meta>span:last-child
{
    border-bottom: 0;
}
.single-product div.product .social-share-header
{
    font-weight: 400;
    color: var(--text);
    text-transform: capitalize;
}
.single-product .woocommerce-tabs
{
    display: block;
    margin-top: 60px;
    margin-bottom: 60px;
    position: relative;
}
.single-product .woocommerce-tabs ul.tabs
{
    margin: 0;
    list-style: none;
    position: relative;
    border-bottom: 1px solid var(--border);
}
@media(max-width: 767px)
{
    .single-product .woocommerce-tabs ul.tabs
    {
        display: none;
    }
}
.single-product .woocommerce-tabs ul.tabs li
{
    display: inline-block;
    margin-right: 50px;
}
.single-product .woocommerce-tabs ul.tabs li a
{
    display: block;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    padding: 0 0 10px 0;
    color: var(--text_light);
    position: relative;
}
.single-product .woocommerce-tabs ul.tabs li a:after
{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: var(--primary);
    transition: all ease .3s;
}
.single-product .woocommerce-tabs ul.tabs li a:hover
{
    color: var(--primary);
}
.single-product .woocommerce-tabs ul.tabs li a:hover:after
{
    height: 1px;
}
.single-product .woocommerce-tabs ul.tabs li.active a
{
    font-weight: 600;
    color: var(--primary);
}
.single-product .woocommerce-tabs ul.tabs li.active a:after
{
    height: 1px;
}
.single-product .woocommerce-tabs.product-accordions
{
    margin: 50px 0 20px 0;
    padding: 0;
    border-style: solid;
    border-width: 1px 0;
    border-color: var(--border);
}
.single-product .woocommerce-tabs.product-accordions:after, .single-product .woocommerce-tabs.product-accordions:before
{
    content: none;
}
.single-product .woocommerce-tabs.product-accordions .accordion-item:last-child .accordion-head
{
    border-bottom: none;
}
.single-product .woocommerce-tabs.product-accordions .accordion-head
{
    padding: 30px 0;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid;
    border-bottom-color: var(--border);
}
.single-product .woocommerce-tabs.product-accordions .accordion-head:hover .accordion-title
{
    color: var(--primary);
}
.single-product .woocommerce-tabs.product-accordions .accordion-head.active
{
    border-color: transparent;
}
.single-product .woocommerce-tabs.product-accordions .accordion-head.active:before, .single-product .woocommerce-tabs.product-accordions .accordion-head.active:after
{
    background-color: var(--primary);
}
.single-product .woocommerce-tabs.product-accordions .accordion-head.active:after
{
    transform: rotate(0);
}
.single-product .woocommerce-tabs.product-accordions .accordion-head:before, .single-product .woocommerce-tabs.product-accordions .accordion-head:after
{
    content: "";
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: var(--accent);
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    right: 0;
    width: 12px;
    height: 1px;
}
.single-product .woocommerce-tabs.product-accordions .accordion-head:after
{
    transform: rotate(90deg);
    top: calc(50%);
}
.single-product .woocommerce-tabs.product-accordions .accordion-title
{
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    font-weight: 500;
    color: var(--accent);
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.single-product .woocommerce-tabs.product-accordions .accordion-body
{
    padding: 0 0 25px;
    display: none;
}
.single-product .woocommerce-tabs.product-accordions .accordion-body.active
{
    border-bottom: 1px solid;
    border-color: var(--border);
}
.single-product .woocommerce-tabs.product-accordions .accordion-body h2:first-of-type
{
    display: none;
}
.single-product .woocommerce-tabs.product-accordions .accordion-body #reviews #comments, .single-product .woocommerce-tabs.product-accordions .accordion-body #reviews #review_form_wrapper
{
    width: 100%;
    float: none;
    padding-right: 0;
    padding-left: 0;
}
.single-product .woocommerce-tabs.product-accordions .accordion-body .list-unstyled
{
    margin-left: 0;
}
.single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled
{
    margin: 0;
}
.single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled li
{
    margin-bottom: 5px;
}
.single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled li.store-name>span:not(.details), .single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled li.seller-name>span:not(.details), .single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled li.store-address>span:not(.details)
{
    font-weight: 700;
    color: var(--accent);
}
.single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled .seller-rating
{
    vertical-align: middle;
}
.single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled .seller-rating .text
{
    vertical-align: text-bottom;
}
.single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled .star-rating
{
    display: inline-block;
}
.single-product .woocommerce-tabs.product-accordions table td, .single-product .woocommerce-tabs.product-accordions table th
{
    word-break: unset;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel
{
    padding-top: 30px;
}
@media(min-width: 768px)
{
    .single-product .woocommerce-tabs .woocommerce-Tabs-panel
    {
        padding-top: 40px;
    }
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled
{
    margin: 0;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled li
{
    margin-bottom: 5px;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled li.store-name>span:not(.details), .single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled li.seller-name>span:not(.details), .single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled li.store-address>span:not(.details)
{
    font-weight: 700;
    color: var(--accent);
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled li.clearfix
{
    display: flex;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled .seller-rating
{
    vertical-align: middle;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled .text
{
    margin-left: 5px;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled .star-rating
{
    display: inline-block;
}
.single-product .woocommerce-tabs .comment-form-cookies-consent
{
    display: inline-block;
}
.single-product .woocommerce-tabs .panel h2:first-of-type
{
    display: none;
}
.single-product .woocommerce-tabs .review_form label
{
    margin-bottom: .5em;
    display: block;
}
.single-product .woocommerce-tabs h2.resp-accordion
{
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 18px;
    padding: 1em;
    margin: 0;
    border-top: 1px solid;
    border-color: var(--border);
}
@media(min-width: 768px)
{
    .single-product .woocommerce-tabs h2.resp-accordion
    {
        display: none;
    }
}
.single-product .woocommerce-tabs h2.resp-accordion.active
{
    border-top: 2px solid;
    border-color: var(--primary);
}
.single-product .product-extra-info ul
{
    margin: 0;
    list-style: none;
}
.single-product .product-extra-info ul li
{
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 20px;
    color: var(--text);
}
.single-product .product-extra-info ul li:last-child
{
    margin-bottom: 0;
}
.single-product .product-extra-info ul li i
{
    margin-right: 10px;
}
.single-product .product-extra-info .brand-content
{
    padding-bottom: 20px;
}
.single-product .product-extra-info .brand-wrap
{
    padding-top: 20px;
    border-top: 1px solid var(--border);
}
.single-product .product-extra-info .title-brand
{
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: var(--primary);
}
.single-product .product-brand
{
    display: inline-block;
    color: var(--text_light);
}
.single-product #page .site-content, .single-product #page .content-area
{
    margin-bottom: 0;
}
.single-product #page .site-content
{
    margin-top: 40px;
}
.stock:empty::before
{
    display: none;
}
.stock.in-stock
{
    color: #0f834d;
}
.stock.out-of-stock
{
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: .5em;
    padding-bottom: .5em;
    margin-top: 30px;
    white-space: nowrap;
    border: 2px dashed;
    border-color: var(--text_light);
}
a.reset_variations
{
    display: inline-block;
    margin-left: 1em;
}
.finpoan-woocommerce-tabs
{
    margin-top: 50px;
}
.finpoan-woocommerce-tabs .umimi-woocommerce-tabs-panel
{
    padding: 50px 0;
    border-top: 1px solid;
    border-top-color: var(--border);
}
.finpoan-woocommerce-tabs .umimi-woocommerce-tabs-panel h2:first-of-type
{
    font-size: 16px;
    margin-bottom: 40px;
    color: var(--accent);
}
.finpoan-woocommerce-tabs .umimi-woocommerce-tabs-panel table.shop_attributes th
{
    padding: 4px 10px 4px 0;
}
.finpoan-woocommerce-tabs .umimi-woocommerce-tabs-panel table.shop_attributes td
{
    padding: 4px 0 4px 10px;
    text-align: right;
}
.single-product-reviews-wrap
{
    max-width: 855px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
}
.single-product-reviews-wrap .woocommerce-Reviews-title
{
    display: none;
}
.single-product-reviews-wrap .review-title
{
    font-size: 36px;
    border-bottom: 1px solid;
    border-bottom-color: var(--border);
    margin-bottom: 50px;
}
.single-product-reviews-wrap .review-title .count
{
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    background-color: #000;
    border-radius: 20px;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    margin-left: 5px;
}/**
 * Reviews
 */
#reviews
{
    outline: none;
    margin-left: auto;
    margin-right: auto;
}
.accordion-body #reviews
{
    max-width: 1400px;
}
#reviews #comments
{
    margin-bottom: 3.706325903em;
    padding-top: 0;
    margin-top: 0;
}
#reviews .comment-reply-title
{
    display: none;
}
#reviews .commentlist
{
    list-style: none;
    margin: 0;
}
#reviews .commentlist li
{
    margin-bottom: 2.617924em;
    list-style: none;
    clear: both;
}
#reviews .commentlist li::before, #reviews .commentlist li::after
{
    content: "";
    display: table;
}
#reviews .commentlist li::after
{
    clear: both;
}
#reviews .commentlist li .comment_container
{
    border-radius: 3px;
}
#reviews .commentlist li .comment_container::before, #reviews .commentlist li .comment_container::after
{
    content: "";
    display: table;
}
#reviews .commentlist li .comment_container::after
{
    clear: both;
}
#reviews .commentlist li .comment_container .comment-text
{
    width: calc(100% - 60px);
    float: right;
}
#reviews .commentlist li .comment_container .comment-text .star-rating
{
    font-size: .875em;
    line-height: 1;
    height: 1em;
}
#reviews .commentlist li:last-child
{
    border-bottom: 0;
    margin-bottom: 0;
}
#reviews .commentlist li time
{
    color: var(--text_light);
}
#reviews .commentlist li .avatar
{
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 10px;
    border-radius: 50%;
    object-fit: cover;
}
#reviews .commentlist li p.meta strong
{
    font-size: 16px;
    color: var(--accent);
}
#reviews .commentlist li p.meta time
{
    margin-left: 10px;
}
#reviews .commentlist li p.meta time:before
{
    margin-right: 5px;
    line-height: 1;
    margin-top: -3px;
}
#reviews .commentlist li p.meta .verified
{
    font-style: normal;
    font-size: .875em;
}
#reviews .commentlist li p.meta .woocommerce-review__dash
{
    display: none;
}
#reviews .commentlist li ul.children
{
    margin: 0;
    width: 82.2222222222%;
    float: right;
    margin-right: 0;
    padding-top: 1.618em;
}
#reviews .commentlist li ul.children .avatar
{
    width: 13.5135135135%;
    float: left;
    margin-right: 8.1081081081%;
}
#reviews .commentlist li ul.children .comment-text
{
    width: 78.3783783784%;
    float: right;
    margin-right: 0;
}
#reviews .commentlist li ul.children li
{
    margin-bottom: 1.618em;
}
#reviews .commentlist li ul.children li:last-child
{
    margin-bottom: 0;
}
#reviews .comment-form-rating
{
    clear: both;
    margin-bottom: 1em;
}
#reviews .comment-form-rating label
{
    margin-right: 20px;
}
#reviews .comment-form-rating p.stars
{
    line-height: 1;
}
#reviews .comment-form-comment input, #reviews .comment-form-author input, #reviews .comment-form-email input
{
    width: 100%;
}
#reviews .comment-form-comment textarea
{
    color: var(--accent);
}
#reviews .comment-form-comment, #reviews .comment-form-author, #reviews .comment-form-email, #reviews .comment-form-cookies-consent, #reviews .comment-notes
{
    margin-bottom: 1.41575em;
}
#reviews .comment-form-cookies-consent:before
{
    content: "";
    display: block;
    clear: left;
}
table.shop_attributes th
{
    color: var(--accent);
}
.finpoan-sticky-add-to-cart
{
    background-color: var(--background);
}
.finpoan-sticky-add-to-cart__content
{
    font-size: 16px;
}
.finpoan-sticky-add-to-cart__content-title strong
{
    color: var(--accent);
    font-weight: 400;
}
.finpoan-sticky-add-to-cart__content-button
{
    border: none;
    padding: 11px 25px;
    background-color: var(--primary);
}
.finpoan-sticky-add-to-cart__content-button:hover
{
    text-decoration: none;
    background-color: var(--accent);
}
.finpoan-sticky-add-to-cart__content-price
{
    display: inline-flex;
    font-size: 14px;
    color: var(--highlight);
    margin-bottom: 4px;
    align-items: center;
    font-weight: 700;
}
.finpoan-sticky-add-to-cart__content-price ins
{
    order: -1;
    margin-left: 0;
    margin-right: .6180469716em;
    background-color: transparent;
    color: var(--highlight);
}
.finpoan-sticky-add-to-cart__content-price del
{
    font-size: 12px;
    color: var(--text_light);
}
.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name
{
    display: none;
}/**
 * Widgets
 */
.product_list_widget
{
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
}
.product_list_widget li
{
    display: flex;
    padding: 10px 0;
    margin-bottom: 0!important;
}
.product_list_widget li::before, .product_list_widget li::after
{
    content: "";
    display: table;
}
.product_list_widget li::after
{
    clear: both;
}
.product_list_widget li img
{
    max-width: 80px;
}
.product_list_widget li>a
{
    display: block;
}
.product_list_widget li:last-child
{
    border: none;
}
.product_list_widget li:first-child
{
    padding-top: 0;
}
.product_list_widget .product-list-inner
{
    display: flex;
    align-items: center;
}
.product_list_widget .reviewer
{
    font-size: .875em;
}
.product_list_widget .count-review
{
    display: none;
}
.product_list_widget .product-content
{
    margin-left: 20px;
    flex: 1;
}
.product_list_widget .finpoan-count-review
{
    display: flex;
    align-items: center;
}
.product_list_widget .finpoan-count-review>span
{
    display: none;
    font-size: 14px;
    color: var(--text_light);
}
.product_list_widget .price
{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    font-family: var(--e-global-typography-accent-font-family);
    color: var(--highlight);
}
.product_list_widget .price del+ins
{
    order: -1;
    color: var(--highlight);
    font-weight: 400;
}
.product_list_widget .price del
{
    color: var(--text_light);
    font-size: 14px;
    font-weight: 400;
}
.product_list_widget .product-title
{
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    font-family: var(--e-global-typography-accent-font-family);
}
.product_list_widget .product-title span
{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--accent);
}
.product_list_widget a
{
    display: block;
}
.widget ul.products li.product a
{
    text-decoration: none;
}
.widget_product_search .woocommerce-product-search .search-field
{
    width: 100%;
    padding-left: 40px;
}
.widget_product_search .woocommerce-product-search button
{
    display: none;
}
.widget_rating_filter .wc-layered-nav-rating a
{
    display: flex;
    align-items: center;
    text-decoration: none!important;
    font-size: 14px;
    color: var(--accent);
}
.widget_rating_filter .wc-layered-nav-rating .star-rating
{
    display: inline-block;
    height: 1em;
    line-height: 1;
    margin-right: 5px;
}
.widget_products a
{
    display: block;
}
.widget_shopping_cart .product_list_widget
{
    margin-bottom: 0;
}
.widget_shopping_cart .product_list_widget li
{
    position: relative;
    padding-left: 27px;
}
.widget_shopping_cart .product_list_widget li a.remove
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    opacity: 1;
}
.widget_shopping_cart .product_list_widget li a.remove:hover:before
{
    color: #e2401c;
}
.widget_shopping_cart .woocommerce-mini-cart__empty-message
{
    margin: 1.41575em;
}
.widget_shopping_cart .product_list_widget img
{
    margin-right: 1em;
    float: left;
}
.widget_shopping_cart .mini_cart_item
{
    display: block;
    border-bottom: 1px solid;
    border-bottom-color: var(--border);
    font-size: 14px;
    font-weight: 600;
}
.widget_shopping_cart .mini_cart_item a
{
    line-height: 1.41575em;
    color: var(--accent);
    margin-bottom: 3px;
}
.widget_shopping_cart .mini_cart_item a:hover
{
    color: var(--primary);
}
.widget_shopping_cart .mini_cart_item .quantity
{
    color: var(--accent);
}
.widget_shopping_cart .mini_cart_item .quantity .amount
{
    color: var(--text_light);
}
.widget_shopping_cart p.total
{
    padding: 1em 0;
    margin: 0;
    border-top: 1px solid;
    border-top-color: var(--border);
}
.widget_shopping_cart p.total::before, .widget_shopping_cart p.total::after
{
    content: "";
    display: table;
}
.widget_shopping_cart p.total::after
{
    clear: both;
}
.widget_shopping_cart p.total strong
{
    color: var(--accent);
    font-weight: 400;
}
.widget_shopping_cart p.total .amount
{
    color: var(--accent);
    font-size: 1.41575em;
    font-family: var(--e-global-typography-accent-font-family);
    float: right;
}
.widget_shopping_cart .buttons
{
    padding: 0 0 1em;
    margin: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.widget_shopping_cart .buttons a
{
    display: block;
    margin-bottom: .6180469716em;
}
.widget_shopping_cart .buttons a:not(.checkout)
{
    background-color: transparent;
    border-color: transparent;
    color: var(--accent);
}
.widget_shopping_cart .buttons a:not(.checkout):hover
{
    color: var(--primary);
}
.widget_shopping_cart .buttons a:last-child
{
    margin-bottom: 0;
}
.widget_shopping_cart .buttons a img
{
    margin-left: auto;
    margin-right: auto;
}
.woocommerce-widget-layered-nav li, .widget_product_categories li, .widget_layered_nav li, .widget_rating_filter li, .widget_product_brands li
{
    margin-bottom: 6px;
    transition: all .3s ease;
}
.woocommerce-widget-layered-nav li a:not(.button), .widget_product_categories li a:not(.button), .widget_layered_nav li a:not(.button), .widget_rating_filter li a:not(.button), .widget_product_brands li a:not(.button)
{
    color: var(--accent);
    display: inline-block;
    position: relative;
}
.woocommerce-widget-layered-nav li a:not(.button):hover, .widget_product_categories li a:not(.button):hover, .widget_layered_nav li a:not(.button):hover, .widget_rating_filter li a:not(.button):hover, .widget_product_brands li a:not(.button):hover
{
    color: var(--accent);
}
.woocommerce-widget-layered-nav li.current-cat a, .woocommerce-widget-layered-nav li.chosen a, .widget_product_categories li.current-cat a, .widget_product_categories li.chosen a, .widget_layered_nav li.current-cat a, .widget_layered_nav li.chosen a, .widget_rating_filter li.current-cat a, .widget_rating_filter li.chosen a, .widget_product_brands li.current-cat a, .widget_product_brands li.chosen a
{
    color: var(--primary);
}
.widget_layered_nav li
{
    margin-bottom: .6180469716em;
}
.widget_product_categories ul li.cat-item
{
    display: flex;
}
.widget_product_categories ul li.cat-item .count
{
    margin-left: auto;
}
.widget_product_categories ul.children
{
    display: none;
}
.widget_product_categories li.current-cat>a
{
    color: var(--accent);
}
.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li>a
{
    flex: 1;
}
.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li .count
{
    color: var(--text_light);
}
.widget_price_filter form
{
    margin-bottom: 0;
    margin-top: 5px;
}
.widget_price_filter .price_slider
{
    margin-bottom: 20px;
}
.widget_price_filter .price_slider_amount
{
    display: flex;
    flex-direction: row-reverse;
}
.widget_price_filter .price_slider_amount .button
{
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5714285714;
    color: var(--accent);
    background-color: transparent;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.widget_price_filter .price_slider_amount .button:hover
{
    color: var(--primary);
}
.widget_price_filter .price_slider_amount .price_label
{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625;
    color: var(--text_light);
    margin-right: auto;
}
.widget_price_filter .price_slider_amount .price_label span
{
    color: var(--accent);
}
.widget_price_filter .ui-slider
{
    position: relative;
    text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle
{
    position: absolute;
    top: auto;
    z-index: 2;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    cursor: ew-resize;
    background-color: var(--white);
    box-sizing: border-box;
    margin-top: -5px;
    margin-left: auto;
    opacity: 1;
    border: 2px solid var(--primary);
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child
{
    margin-left: -12px;
}
.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active
{
    box-shadow: none;
}
.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(--primary);
}
.widget_price_filter .price_slider_wrapper .ui-widget-content
{
    border-radius: 5px;
    background: #e2e4ef;
    border: 0;
}
.widget_price_filter .ui-slider-horizontal
{
    height: 2px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range
{
    top: 0;
    height: 100%;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min
{
    left: -1px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max
{
    right: -1px;
}
.finpoan_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .finpoan-color-type
{
    display: flex;
    align-items: center;
    padding-left: 0;
}
.finpoan_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .finpoan-color-type:before
{
    content: none;
}
.finpoan_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .finpoan-color-type .color-label
{
    width: 16px;
    height: 16px;
    margin-right: 12px;
}
.finpoan_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .finpoan-color-type .color-label span
{
    width: 16px;
    height: 16px;
    display: block;
}
.finpoan_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .finpoan-color-type img
{
    width: 16px;
    height: 16px;
    object-fit: contain;
}
.finpoan_widget_layered_nav ul.woocommerce-widget-layered-nav-list li.chosen .finpoan-color-type .color-label span
{
    box-shadow: 0 0 0 2px var(--accent);
}
.finpoan_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .finpoan-image-type
{
    display: block;
    min-width: 90px;
    margin-top: 5px;
    padding-left: 0;
}
.finpoan_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .finpoan-image-type:before
{
    content: none;
}
.finpoan_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .finpoan-image-type img
{
    margin: auto;
    opacity: .2;
}
.finpoan_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .finpoan-image-type .image-count
{
    display: block;
    text-align: center;
    color: var(--text_light);
}
.finpoan_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .finpoan-image-type .image-name
{
    display: block;
    text-align: center;
    margin-top: 10px;
    color: var(--accent);
}
.finpoan_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .finpoan-image-type:hover img
{
    opacity: 1;
}
.finpoan_widget_layered_nav ul.woocommerce-widget-layered-nav-list li.chosen .finpoan-image-type img
{
    opacity: 1;
}
.finpoan_widget_layered_nav ul.woocommerce-widget-layered-nav-list li.chosen .finpoan-image-type .image-name
{
    color: var(--primary);
}
.finpoan-active-filters
{
    margin-bottom: 14px;
}
.finpoan-active-filters ul li
{
    padding: 5px 0;
    border: none;
    margin-bottom: 0;
}
.finpoan-active-filters li
{
    display: inline-block;
    margin-right: 10px;
}
.finpoan-active-filters li a
{
    border: 1px solid var(--border);
    padding: 3px 12px;
    position: relative;
    font-size: 14px;
    border-radius: 3px;
    font-weight: 500;
}
.finpoan-active-filters li a:hover:before
{
    color: #f00;
}
.finpoan-active-filters .widget_layered_nav_filters
{
    margin-bottom: 0;
}
.finpoan-active-filters .widget_layered_nav_filters h2.widgettitle
{
    font-size: 14px;
    display: flex;
    align-items: center;
    font-weight: 400;
    margin-bottom: 10px;
    border: none;
    padding-top: 0;
}
.finpoan-active-filters .widget_layered_nav_filters h2.widgettitle:before, .finpoan-active-filters .widget_layered_nav_filters h2.widgettitle:after
{
    content: "";
    flex: 1;
    height: 1px;
    background-color: var(--border);
}
.finpoan-active-filters .widget_layered_nav_filters h2.widgettitle:before
{
    margin-right: 10px;
}
.finpoan-active-filters .widget_layered_nav_filters h2.widgettitle:after
{
    margin-left: 10px;
}/**
 * Cart
 */
@media(min-width: 768px)
{
    table.cart
    {
        margin-bottom: 3.706325903em;
    }
}
table.cart .product-quantity .plus, table.cart .product-quantity .minus
{
    display: none;
}
table.cart thead
{
    border-bottom: 1px solid;
    border-bottom-color: var(--border);
}
table.cart th
{
    text-transform: uppercase;
    color: var(--accent);
    font-weight: 500;
}
table.cart td, table.cart th
{
    padding: 2em 0 0;
}
table.cart tr td
{
    text-align: left;
    border-color: var(--border);
}
@media(max-width: 767px)
{
    table.cart tr td
    {
        text-align: right;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    table.cart tr td:not(:last-child)
    {
        border-style: solid;
        border-width: 0 0 1px 0;
    }
}
table.cart tr td[data-title]::before
{
    font-size: 12px;
    text-transform: uppercase;
    color: var(--accent);
    font-weight: 400;
}
table.cart tr:first-child td.product-remove
{
    border-top-width: 0;
}
table.cart td.product-thumbnail img
{
    margin: auto;
    max-width: 90px;
}
table.cart td.product-thumbnail::before
{
    display: none;
}
@media(max-width: 767px)
{
    table.cart td.product-thumbnail
    {
        position: absolute;
        left: 10px;
        top: 15px;
        padding: 0;
        border: none!important;
    }
}
table.cart td.product-remove
{
    padding: 0;
    position: relative;
}
@media(max-width: 767px)
{
    table.cart td.product-remove
    {
        position: absolute;
        top: 18px;
        right: 20px;
        z-index: 1;
        margin-bottom: 0;
        padding-bottom: 0;
        border: none;
        font-size: 11px;
    }
}
table.cart td.product-remove a.remove
{
    position: absolute;
    font-size: 1.41575em;
    top: -8px;
    left: -6px;
}
table.cart td.product-remove a.remove:hover:before, table.cart td.product-remove a.remove:active:before
{
    color: #f00;
}
table.cart td.product-name:before
{
    margin-right: 1em;
}
table.cart td.product-name a
{
    text-decoration: none!important;
    color: var(--accent);
}
table.cart td.product-name a:hover
{
    color: var(--primary);
}
@media(max-width: 767px)
{
    table.cart td.product-name
    {
        text-align: left;
        border-width: 0;
        padding-right: 30px;
    }
    table.cart td.product-name:before
    {
        display: none;
    }
}
table.cart td.product-price .amount
{
    color: var(--accent);
}
table.cart td.product-quantity .qty
{
    border-width: 1px;
    padding: .326em;
    width: 3.706325903em;
    font-weight: 400;
    color: var(--accent);
}
table.cart td.product-subtotal
{
    padding-bottom: 1.41575em;
}
@media(min-width: 768px)
{
    table.cart td.product-subtotal
    {
        padding-bottom: 2.2906835em;
    }
}
table.cart td.product-subtotal .amount
{
    color: var(--accent);
    font-weight: 600;
}
table.cart .cart_item
{
    margin-bottom: 1em;
    border-bottom: 1px solid;
    border-bottom-color: var(--border);
}
@media(max-width: 767px)
{
    table.cart .cart_item
    {
        padding-left: 120px;
        position: relative;
        display: block;
    }
}
table.cart td.actions
{
    background-color: transparent;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 0;
}
@media(min-width: 768px)
{
    table.cart td.actions
    {
        padding-top: 30px;
        padding-bottom: 0;
    }
}
@media(max-width: 767px)
{
    table.cart td.actions
    {
        display: flex;
        flex-direction: column-reverse;
    }
}
table.cart td.actions label
{
    display: none;
}
table.cart td.actions .coupon
{
    position: relative;
    margin-bottom: 1.5em;
    text-align: left;
    border-color: var(--border);
}
@media(max-width: 767px)
{
    table.cart td.actions .coupon
    {
        padding: 25px 30px 30px;
        border-style: dashed;
        border-width: 2px;
        margin-bottom: 0;
        margin-top: 1.5em;
    }
}
table.cart td.actions .coupon .input-text
{
    min-width: 220px;
    margin-right: 10px;
}
table.cart td.actions .coupon .input-text:focus
{
    border-color: var(--primary);
}
@media(max-width: 767px)
{
    table.cart td.actions .coupon button[type=submit]
    {
        width: 100%;
    }
}
table.cart td.actions input
{
    display: block;
    width: 100%;
    margin: .5407911001em 0;
}
@media(max-width: 767px)
{
    table.cart td.actions button[name=update_cart]
    {
        width: 100%;
    }
}
table.cart .product-quantity .quantity
{
    position: relative;
    display: inline-flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    float: left;
    width: 120px;
    height: 40px;
    border: 1px solid #f4f4f4;
}
@media(max-width: 767px)
{
    table.cart .product-quantity .quantity
    {
        float: right;
    }
}
table.cart .product-quantity .quantity.hidden
{
    display: none;
}
table.cart .product-quantity .quantity button
{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    text-align: center;
    z-index: 9;
    top: 0;
    bottom: 0;
    border: none;
    font-size: 12px;
    font-weight: 700;
    width: 40px;
    height: 38px;
    border-radius: 0;
    color: #000;
    background-color: #fff;
}
table.cart .product-quantity .quantity button:hover
{
    background-color: var(--primary);
    outline: none;
}
table.cart .product-quantity .quantity .text-quantity
{
    display: none;
}
table.cart .product-quantity .quantity .qty
{
    padding: 9px 0;
    width: 40px;
    border: none;
    -moz-appearance: textfield;
    text-align: center;
    font-size: 12px;
    letter-spacing: .2px;
    font-weight: 700;
    border-radius: 0;
    color: #000;
}
table.cart .product-quantity .quantity .qty::-webkit-outer-spin-button, table.cart .product-quantity .quantity .qty::-webkit-inner-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}
table.cart .product-quantity .quantity .qty:focus
{
    border-color: var(--primary);
}
.woocommerce-cart-form
{
    margin-bottom: 0;
}
.woocommerce-cart-form table td
{
    vertical-align: middle;
}
.cart_totals
{
    padding: 30px 30px 40px;
    position: relative;
    background-color: #fff;
    border: 6px solid var(--border);
    border-radius: 5px;
}
.cart_totals>h2
{
    font-size: 28px;
    margin-bottom: 15px;
}
.cart_totals table th
{
    color: var(--accent);
    font-size: 18px;
}
.cart_totals table th, .cart_totals table td
{
    padding: 1em 0;
}
.cart_totals .cart-subtotal
{
    border-bottom: 1px solid;
    border-bottom-color: var(--border);
}
.cart_totals .cart-subtotal .amount
{
    color: var(--accent);
    font-size: 18px;
}
.cart_totals .order-total
{
    border-top: 1px solid;
    border-top-color: var(--border);
}
.cart_totals .order-total th
{
    vertical-align: middle;
}
.cart_totals .order-total td
{
    font-size: 2.2906835em;
    padding: .5em 0;
}
.cart_totals .order-total .amount
{
    color: var(--primary);
    font-size: 24px;
}
.cart_totals .checkout-button
{
    display: block;
    text-align: center;
    background-color: var(--primary);
}
.cart_totals .checkout-button:after
{
    display: none;
}
.cart_totals .checkout-button:hover
{
    background-color: var(--accent);
}
.woocommerce-shipping-calculator
{
    margin: 0;
}
.woocommerce-shipping-calculator>p:first-child
{
    margin: 0;
}
.woocommerce-shipping-calculator .shipping-calculator-form
{
    padding-top: 1.41575em;
}
.woocommerce-shipping-destination
{
    margin-bottom: 0;
}
ul#shipping_method
{
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
}
ul#shipping_method li
{
    margin-bottom: .2360828548em;
}
ul#shipping_method li:last-child
{
    margin-bottom: 0;
}
ul#shipping_method input
{
    margin-right: .3342343017em;
}
ul#shipping_method input[type=radio]+label
{
    margin-left: 0;
    color: var(--accent);
}
ul#shipping_method input[type=radio]:first-child:checked+label:after
{
    color: var(--primary);
}
.cart-collaterals
{
    margin-bottom: 30px;
}
.woocommerce-checkout ul#shipping_method
{
    margin-bottom: 0;
}
.site-header-cart .widget_shopping_cart
{
    border-color: var(--border);
}
.site-header-cart .widget.widget_shopping_cart
{
    border-top-color: var(--primary);
}
.woocommerce-cart .site-content
{
    margin-bottom: 6.8535260698em;
}
.woocommerce-cart .cart-empty
{
    background-color: transparent;
    border: none;
    text-align: center;
    font-size: 18px;
    color: var(--accent);
}
.woocommerce-cart .return-to-shop
{
    text-align: center;
}
.woocommerce-cart .return-to-shop a
{
    background-color: var(--primary);
}
.woocommerce-cart .return-to-shop a:hover
{
    background-color: var(--accent);
}
.cross-sells h2
{
    margin-bottom: 30px;
    font-size: 28px;
}
.cross-sells .slick-list li.product
{
    max-width: 100%!important;
}
.cross-sells .slick-slider .slick-dots
{
    bottom: -30px;
}/**
 * Checkout
 *
 * 1 - Required to make the blockUI overlay cover the entire page rather than just the checkout form. We do this because
 *     otherwise our sticky order review can break out of the checkout form (and the blockUI element).
 */
.checkout_coupon
{
    margin-bottom: 2.617924em;
    display: grid;
    max-width: 622px;
}
.checkout_coupon p:first-child
{
    grid-column: 1/span 2;
}
.checkout_coupon .form-row-first
{
    margin-right: 0;
    width: 100%;
}
.checkout_coupon .form-row-last
{
    width: unset;
    float: left;
}
.checkout_coupon .input-text
{
    width: 100%;
}
.checkout_coupon .input-text:focus
{
    border-color: var(--accent);
}
.checkout_coupon button[type=submit]
{
    margin-left: 20px;
}
form.checkout
{
    position: static!important;/* 1 */
}
form.checkout::before, form.checkout::after
{
    content: "";
    display: table;
}
form.checkout::after
{
    clear: both;
}
form.checkout>.blockUI
{
    position: fixed!important;/* 1 */
}
form.checkout h3
{
    font-size: 28px;
}
#order_review
{
    background-color: #fff;
    padding: 30px 30px 40px;
    position: relative;
    border-radius: 5px;
    border: 6px solid var(--border);
}
#order_review #order_review_heading
{
    font-size: 28px;
}
#order_review table
{
    margin-bottom: 0;
}
#order_review table td, #order_review table th
{
    padding: 1em 0;
}
#order_review .woocommerce-checkout-review-order-table thead th, #order_review .woocommerce-checkout-review-order-table thead td
{
    border: none;
}
#order_review .woocommerce-checkout-review-order-table th
{
    color: var(--accent);
    font-size: 18px;
    font-weight: 500;
}
#order_review .woocommerce-checkout-review-order-table th.product-total
{
    text-align: right;
}
#order_review .woocommerce-checkout-review-order-table td
{
    text-align: right;
    vertical-align: middle;
}
#order_review .woocommerce-checkout-review-order-table td.product-name
{
    text-align: left;
}
#order_review .woocommerce-checkout-review-order-table th, #order_review .woocommerce-checkout-review-order-table td
{
    border-top: 1px solid;
    border-top-color: var(--border);
}
#order_review .woocommerce-checkout-review-order-table .cart-subtotal .amount
{
    color: var(--accent);
}
#order_review .woocommerce-checkout-review-order-table .order-total th
{
    vertical-align: middle;
}
#order_review .woocommerce-checkout-review-order-table .order-total .amount
{
    font-size: 24px;
    color: var(--primary);
    font-weight: 600;
}
#payment::before, #payment::after
{
    content: "";
    display: table;
}
#payment::after
{
    clear: both;
}
#payment .create-account
{
    clear: both;
}
#payment .payment_methods
{
    margin: 0;
    padding: 0;
}
#payment .payment_methods>.woocommerce-PaymentMethod, #payment .payment_methods>.wc_payment_method
{
    border-bottom: 1px solid;
    border-bottom-color: var(--border);
}
#payment .payment_methods>.woocommerce-PaymentMethod>label, #payment .payment_methods>.wc_payment_method>label
{
    display: block;
    padding: 1em 0;
    cursor: pointer;
    font-size: 16px;
    margin-left: 0;
}
#payment .payment_methods li
{
    list-style: none!important;
    margin-left: 0;
    position: relative;
}
#payment .payment_methods li img
{
    float: right;
    border: 0;
    padding: 0;
    max-height: 1.618em;
}
#payment .payment_methods li.woocommerce-PaymentMethod>input[type=radio]:first-child:checked+label::before, #payment .payment_methods li.wc_payment_method>input[type=radio]:first-child:checked+label::before
{
    color: var(--primary);
}
#payment .payment_methods li>label
{
    font-weight: 700;
    color: var(--accent);
}
#payment .payment_methods li p
{
    margin: 0;
}
#payment .payment_methods li .payment_box
{
    padding: 1em 1.618em 2em;
    font-size: .875em;
}
#payment .payment_methods li .payment_box fieldset
{
    border: 0;
    margin: 0;
    padding: 1em 0 0;
    font-size: .875em;
}
#payment .payment_methods li .payment_box fieldset label
{
    width: auto;
    margin-left: 0;
}
#payment .payment_methods li .payment_box fieldset .form-row
{
    margin-bottom: 1em;
}
#payment .payment_methods li .payment_box fieldset .form-row input[type=checkbox]
{
    margin-right: 5px;
}
#payment .payment_methods li .payment_box fieldset #cvv
{
    width: 22%!important;
}
#payment .payment_methods li .payment_box fieldset .help
{
    width: 75%;
    float: right;
}
#payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods
{
    padding-top: 1em;
    margin: 0;
}
#payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods li
{
    margin-top: .6180469716em;
}
#payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods li input[type=radio]
{
    margin-right: .236em;
}
#payment .payment_methods li .payment_box ul.wc-saved-payment-methods
{
    margin-left: 0;
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number, #payment .payment_methods li .payment_box .wc-credit-card-form-card-expiry, #payment .payment_methods li .payment_box .wc-credit-card-form-card-cvc
{
    font-size: 1.41575em;
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number
{
    background-repeat: no-repeat;
    background-position: right .6180469716em center;
    background-size: 31px 20px;
    background-image: url("../image/unknown.svg");
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.visa
{
    background-image: url("../image/visa.svg");
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.mastercard
{
    background-image: url("../image/mastercard.svg");
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.laser
{
    background-image: url("../image/laser.svg");
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.dinersclub
{
    background-image: url("../image/diners.svg");
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.maestro
{
    background-image: url("../image/maestro.svg");
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.jcb
{
    background-image: url("../image/jcb.svg");
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.amex
{
    background-image: url("../image/amex.svg");
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.discover
{
    background-image: url("../image/discover.svg");
}
#payment .terms
{
    width: 100%;
    clear: both;
    float: none;
    margin-bottom: 1em;
}
#payment .terms label
{
    display: block;
    cursor: pointer;
}
#payment .woocommerce-terms-and-conditions
{
    padding: 1em;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
    margin-bottom: 16px;
    background-color: rgba(0,0,0,.05);
}
#payment .place-order
{
    margin-top: 1.618em;
    margin-bottom: 0;
    float: none;
    width: 100%;
}
#payment .place-order .button
{
    width: 100%;
    white-space: pre-wrap;
    background-color: var(--primary);
}
#payment .place-order .button:hover
{
    background-color: var(--accent);
}
table.woocommerce-checkout-review-order-table .product-name
{
    width: 45%;
    word-wrap: break-word;
}
table.woocommerce-checkout-review-order-table .product-quantity
{
    font-weight: 400;
}
table.woocommerce-checkout-review-order-table .variation, table.woocommerce-checkout-review-order-table .product-quantity
{
    color: var(--text);
}
table.woocommerce-checkout-review-order-table .variation dt
{
    font-weight: 400;
}
.admin-bar .woocommerce-checkout #wc_checkout_add_ons label+br
{
    display: none;
}
.woocommerce-checkout .form-row .select2-container--default .select2-selection--single
{
    border-color: var(--border);
}
.woocommerce-checkout .woocommerce form.woocommerce-form-login
{
    margin-left: 0;
    margin-top: 30px;
    max-width: 505px;
}
.woocommerce-checkout .woocommerce form.woocommerce-form-login .form-row-last, .woocommerce-checkout .woocommerce form.woocommerce-form-login .form-row-first
{
    width: 100%;
    margin-right: 0;
}
.woocommerce-checkout .select2-container--default .select2-search--dropdown .select2-search__field
{
    border: 1px solid var(--border);
}
.woocommerce-checkout .select2-dropdown
{
    border: 1px solid var(--border);
}
.woocommerce-form-login-toggle .woocommerce-info, .woocommerce-form-coupon-toggle .woocommerce-info
{
    padding: 0;
    border: 0;
    background-color: transparent;
    color: var(--text);
}
.woocommerce-form-login-toggle .woocommerce-info a, .woocommerce-form-coupon-toggle .woocommerce-info a
{
    color: var(--primary);
}
.woocommerce-form-login-toggle .woocommerce-info
{
    margin-bottom: 10px;
}
.woocommerce-order .woocommerce-thankyou-order-received
{
    color: #0f834d;
    background-color: #f8f8f8;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    padding: 2.2906835em 1.41575em;
}
.woocommerce-order .woocommerce-order-details__title
{
    text-align: center;
    text-transform: uppercase;
    font-size: 1.618em;
}
.woocommerce-order .woocommerce-customer-details h2
{
    font-size: 1.618em;
}
@media(min-width: 768px)
{
    .woocommerce-order ul.order_details
    {
        display: flex;
        justify-content: center;
        max-width: 100%;
    }
    .woocommerce-order ul.order_details li
    {
        padding-top: 0;
        padding-bottom: 0;
    }
    .woocommerce-order ul.order_details li:first-child
    {
        padding-top: 0;
    }
    .woocommerce-order ul.order_details li:last-child
    {
        padding-bottom: 0;
    }
    .woocommerce-order ul.woocommerce-thankyou-order-details li
    {
        width: 20%;
        margin: 0!important;
    }
}
.woocommerce-order .woocommerce-table--order-details
{
    max-width: 900px;
    margin: 1.41575em auto 5.9968353111em;
}
.woocommerce-order .woocommerce-table--order-details th
{
    color: var(--accent);
}
.woocommerce-order .woocommerce-table--order-details tr td:last-child, .woocommerce-order .woocommerce-table--order-details tr th:last-child
{
    text-align: right;
}
.woocommerce-order .woocommerce-table--order-details td, .woocommerce-order .woocommerce-table--order-details th
{
    border-top: 1px solid;
    border-top-color: var(--border);
    padding-left: 0;
    padding-right: 0;
}
.woocommerce-order .woocommerce-table--order-details thead td, .woocommerce-order .woocommerce-table--order-details thead th
{
    border-top: 0;
    border-bottom: 2px solid;
    border-bottom-color: var(--border);
}
.woocommerce-order .woocommerce-table--order-details .product-name a
{
    color: var(--text);
}
.woocommerce-order .woocommerce-table--order-details .product-name a:hover
{
    color: var(--primary);
}
.woocommerce-order .woocommerce-table--order-details tfoot
{
    color: var(--accent);
}
.woocommerce-order .woocommerce-table--order-details tfoot .amount
{
    font-weight: 700;
}
.woocommerce-order .woocommerce-table--order-details tfoot tr:last-child .amount
{
    font-weight: 700;
    font-size: 1.618em;
    color: var(--primary);
}
form.woocommerce-form-track-order label
{
    font-size: 20px;
    display: block;
    color: var(--accent);
    margin-bottom: 10px;
}
form.woocommerce-form-track-order input, form.woocommerce-form-track-order button
{
    width: 100%;
    margin-bottom: 30px;
}
@media(min-width: 1024px)
{
    form.woocommerce-form-track-order button
    {
        margin-top: 42px;
    }
}/**
 * Password strength meter
 */
.woocommerce-password-strength
{
    font-weight: 600;
    padding: .5407911001em 0;
    text-align: right;
    font-size: .875em;
}
.woocommerce-password-strength.strong
{
    color: #0f834d;
}
.woocommerce-password-strength.short
{
    color: #e2401c;
}
.woocommerce-password-strength.bad
{
    color: #e2401c;
}
.woocommerce-password-strength.good
{
    color: #3d9cd2;
}/**
 * My Account
 */
label.inline
{
    display: inline!important;
    margin-left: 1em;
}
.hentry .entry-content .woocommerce-MyAccount-navigation ul
{
    margin-left: 0;
    border-top: 1px solid;
    border-top-color: var(--border);
}
.hentry .entry-content .woocommerce-MyAccount-navigation ul li
{
    list-style: none;
    border-bottom: 1px solid;
    border-bottom-color: var(--border);
    position: relative;
}
.hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a
{
    text-decoration: none;
    padding: .875em 0;
    display: block;
    color: var(--accent);
}
.hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:hover
{
    color: var(--primary);
}
.hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active a
{
    color: var(--primary);
}
ul.order_details
{
    list-style: none;
    position: relative;
    max-width: 900px;
    margin: 0 auto 1.618em;
}
ul.order_details::before, ul.order_details::after
{
    content: "";
    display: table;
}
ul.order_details::after
{
    clear: both;
}
ul.order_details li
{
    padding: 1em 1.618em;
    text-align: center;
    border-color: var(--border);
}
ul.order_details li:first-child
{
    padding-top: 1.618em;
    border: 0;
}
ul.order_details li:last-child
{
    padding-bottom: 1.618em;
}
ul.order_details li:last-child::before, ul.order_details li:last-child::after
{
    content: "";
    display: table;
}
ul.order_details li:last-child::after
{
    clear: both;
}
ul.order_details li strong
{
    display: block;
    text-transform: none;
    color: var(--accent);
}
.my_account_orders .button, .woocommerce-MyAccount-downloads .button
{
    padding: .6180469716em .875em;
    font-size: .875em;
    margin-right: .236em;
}
.woocommerce-MyAccount-content h2
{
    font-size: 2em;
    font-weight: 600;
}
.woocommerce-MyAccount-content #payment .payment_methods
{
    margin-bottom: 1.618em!important;
}/**
 * My Account
 */
.woocommerce-MyAccount-content .woocommerce-Pagination
{
    text-align: center;
}
.woocommerce-MyAccount-content table th
{
    color: var(--accent);
}
.woocommerce-MyAccount-content table thead th
{
    background-color: rgba(0,0,0,.05);
}
.woocommerce-MyAccount-content table tr:nth-of-type(even)
{
    background-color: rgba(0,0,0,.05);
}
.woocommerce-MyAccount-content .order_details a:not(.button)
{
    color: var(--accent);
}
.woocommerce-MyAccount-content .order_details a:not(.button):hover
{
    text-decoration: underline;
}
.woocommerce-MyAccount-content .order_details .product-quantity
{
    color: var(--text_light);
}
.woocommerce-MyAccount-content .order_details .product-total .amount
{
    font-weight: 700;
}
.woocommerce-MyAccount-content .order_details tfoot .amount
{
    font-weight: 700;
    font-size: 1.41575em;
    color: var(--accent);
}
.woocommerce-MyAccount-content .order-again
{
    margin-bottom: 3.706325903em;
}
.register-from-title, .login-form-title
{
    font-size: 28px;
    margin-bottom: 40px;
}
.login-form-col
{
    border: none;
}
form.woocommerce-form-register
{
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
}
@media(min-width: 768px)
{
    form.woocommerce-form-register
    {
        margin-right: 0;
        margin-left: 0;
    }
}
form.woocommerce-form-register button[type=submit]
{
    display: block;
    width: 100%;
}
form.woocommerce-form-register .form-row-wide
{
    margin-bottom: 32px;
}
form.woocommerce-form-register .form-row label
{
    line-height: 28px;
    margin-bottom: 5px;
}
form.woocommerce-form-register .woocommerce-privacy-policy-text
{
    margin-bottom: 30px;
}
form.woocommerce-form-login
{
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
}
@media(min-width: 768px)
{
    .col2-set#customer_login form.woocommerce-form-login
    {
        margin-right: 0;
    }
}
form.woocommerce-form-login .woocommerce-form-login-wrap
{
    margin-bottom: 30px;
}
form.woocommerce-form-login button[type=submit]
{
    display: block;
    width: 100%;
}
form.woocommerce-form-login .woocommerce-form__label-for-checkbox
{
    float: left;
}
form.woocommerce-form-login .woocommerce-LostPassword
{
    float: right;
    margin-bottom: 35px;
}
form.woocommerce-form-login .woocommerce-LostPassword a
{
    color: var(--text);
    text-decoration: underline;
    text-decoration-style: dotted;
}
form.woocommerce-form-login .woocommerce-LostPassword a:hover
{
    color: var(--primary);
}
form.woocommerce-form-login .form-row label
{
    line-height: 28px;
    margin-bottom: 5px;
}
@media(min-width: 768px)
{
    ul.order_details
    {
        margin: 3.706325903em auto;
    }
    ul.order_details li
    {
        width: 22.5806451613%;
        float: left;
        margin-right: 3.2258064516%;
        border-left-style: solid;
        border-left-width: 1px;
    }
    ul.order_details li:first-child
    {
        border: 0;
    }
    ul.order_details li:last-child
    {
        float: right;
        margin-right: 0;
    }
    ul.order_details li:last-child::before, ul.order_details li:last-child::after
    {
        content: "";
        display: table;
    }
    ul.order_details li:last-child::after
    {
        clear: both;
    }
    .demo_store
    {
        bottom: 0;
    }
    .demo_store a.woocommerce-store-notice__dismiss-link
    {
        background: rgba(0,0,0,.1);
        float: right;
        display: inline-block;
        margin: -1em -1.41575em -1em 0;
        padding: 1em 1.41575em;
    }/**
   * Responsive tables
   */
    table.shop_table_responsive thead
    {
        display: table-header-group;
    }
    table.shop_table_responsive tbody th
    {
        display: table-cell;
    }
    table.shop_table_responsive tr td
    {
        display: table-cell;
    }
    table.shop_table_responsive tr td::before
    {
        display: none;
    }
    table.shop_table_responsive tr.woocommerce-shipping-totals td
    {
        width: 60%;
    }/**
   * Header Elements
   */
    .site-header-cart
    {
        position: relative;
    }
    .site-header-cart .cart-contents
    {
        display: inline-block;
        position: relative;
        text-indent: 0;
    }
    .site-header-cart .widget_shopping_cart
    {
        position: absolute;
        margin-top: 20px;
        top: 100%;
        width: 320px;
        z-index: 999999;
        right: -999em;
        display: block;
        border-width: 2px;
        border-style: solid;
    }
    .site-header-cart .widget_shopping_cart:before
    {
        content: "";
        display: block;
        position: absolute;
        top: -20px;
        left: 0;
        right: 0;
        height: 20px;
    }
    .site-header-cart .widget_shopping_cart.sub-menu--is-touch-device
    {
        display: none;
        left: 0;
    }
    .site-header-cart .widget_shopping_cart h2.widgettitle
    {
        display: none;
    }
    .site-header-cart .widget_shopping_cart .product_list_widget
    {
        height: 0;
    }
    .site-header-cart .widget_shopping_cart .product_list_widget li a.remove::before
    {
        text-align: left;
    }
    .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart
    {
        right: 0;
        display: block;
    }
    .site-header-cart:hover .widget_shopping_cart .product_list_widget, .site-header-cart.focus .widget_shopping_cart .product_list_widget
    {
        height: auto;
    }
    .site-search
    {
        display: block;
    }
    .site-search form
    {
        margin: 0;
    }
    .checkout_coupon
    {
        grid-template-columns: 53.6231884058% auto;
    }/**
   * Reset mobile product styles
   */
    ul.products li.product, ul.products .wc-block-grid__product, .wc-block-grid__products li.product, .wc-block-grid__products .wc-block-grid__product
    {
        clear: none;
        width: 100%;
    }/**
   * Main content area (adjacent to sidebar) product layout
   */
    ul.products.columns-1 li.product
    {
        flex: 0 0 100%;
        max-width: 100%;
    }
    ul.products.columns-2 li.product
    {
        flex: 0 0 50%;
        max-width: 50%;
    }
    ul.products.columns-3 li.product
    {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    ul.products.columns-4 li.product
    {
        flex: 0 0 25%;
        max-width: 25%;
    }
    ul.products.columns-5 li.product
    {
        flex: 0 0 20%;
        max-width: 20%;
    }
    ul.products.columns-6 li.product
    {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }/**
   * Single product page
   */
    .single-product div.product .images .thumbnails::before, .single-product div.product .images .thumbnails::after
    {
        content: "";
        display: table;
    }
    .single-product div.product .images .thumbnails::after
    {
        clear: both;
    }
    .single-product div.product .images .thumbnails a.zoom
    {
        width: 22.5806451613%;
        float: left;
        margin-right: 3.2258064516%;
    }
    .single-product div.product .images .thumbnails a.zoom.last
    {
        float: right;
        margin-right: 0;
    }
    .single-product div.product .woocommerce-product-gallery
    {
        width: calc(53.4% - 60px);
        margin-right: 0;
        float: left;
    }
    .single-product div.product .summary
    {
        float: right;
        width: 46.6%;
    }
    .single-product div.product .woocommerce-tabs
    {
        clear: both;
    }
    .single-product #reviews .comment-form-author, .single-product #reviews .comment-form-email
    {
        flex: 50%;
        max-width: 50%;
    }
    .single-product #reviews .comment-form-email
    {
        margin-right: 0;
    }
    #reviews .comment-form-email
    {
        margin-right: 0;
    }/**
   * General full-width styles
   */
    .finpoan-full-width-content.woocommerce-cart .entry-header, .finpoan-full-width-content.woocommerce-checkout .entry-header, .finpoan-full-width-content.woocommerce-account .entry-header
    {
        text-align: center;
        padding: 0 0 5.9968353111em;
    }
    .finpoan-full-width-content.woocommerce-cart .entry-header h1:last-child, .finpoan-full-width-content.woocommerce-checkout .entry-header h1:last-child, .finpoan-full-width-content.woocommerce-account .entry-header h1:last-child
    {
        margin-bottom: 0;
    }
    .finpoan-full-width-content .woocommerce-products-header
    {
        text-align: center;
    }
    .woocommerce .page-description
    {
        margin-bottom: 1.618em;
    }
    .finpoan-sorting select
    {
        width: auto;
    }
    .finpoan-sorting .woocommerce-pagination+.woocommerce-result-count
    {
        margin-right: auto;
        margin-left: 0;
    }
    .finpoan-sorting .woocommerce-result-count
    {
        margin-right: auto;
    }/**
   * Cart
   */
    .woocommerce-cart .content-area, .woocommerce-checkout .content-area
    {
        width: 100%;
        float: right;
        margin-right: 0;
    }
    .woocommerce-cart .hentry, .woocommerce-checkout .hentry
    {
        border-bottom: 0;
        padding-bottom: 0;
    }
    table.cart th, table.cart td
    {
        padding: 1.618em 1.618em 1.618em 0;
    }
    table.cart .qty
    {
        padding: .875em;
        max-width: 3.632em;
    }
    table.cart td.product-remove
    {
        display: table-cell;
        padding: 1.618em 1.618em 1.618em 0;
        border: 0;
        width: 5%;
    }
    table.cart td.product-remove a.remove
    {
        float: none;
        position: relative;
        top: auto;
        right: auto;
        font-size: 1em;
    }
    table.cart td.product-thumbnail
    {
        width: 17%;
    }
    table.cart td.product-name
    {
        width: 30%;
    }
    table.cart td.product-price
    {
        width: 16%;
    }
    table.cart td.product-subtotal
    {
        padding: 1.618em 1.618em 1.618em 0;
        width: 16%;
    }
    table.cart .product-quantity .plus, table.cart .product-quantity .minus
    {
        display: inline-block;
    }
    table.cart .quantity .qty
    {
        padding: .6180469716em;
    }
    table.cart td.actions
    {
        text-align: right;
    }
    table.cart td.actions label
    {
        display: none;
    }
    table.cart td.actions .coupon
    {
        display: flex;
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
        float: left;
        width: 60%;
    }
    table.cart td.actions input
    {
        display: inline-block;
        width: auto;
        margin: 0;
    }
    .cart-collaterals::before, .cart-collaterals::after
    {
        content: "";
        display: table;
    }
    .cart-collaterals::after
    {
        clear: both;
    }
    .cart-collaterals .cross-sells
    {
        width: 42.0289855072%;
        float: left;
        margin-right: 4.347826087%;
    }
    .cart-collaterals .shipping_calculator
    {
        width: 53.6231884058%;
        float: right;
        margin-right: 0;
        margin: 0;
        clear: right;
    }
    .cart-collaterals .cart_totals small.includes_tax
    {
        display: block;
    }
    .cart-collaterals .shipping_calculator
    {
        clear: right;
    }/**
   * Wishlist
   */
    table.wishlist_table .wishlist-items-wrapper tr td.product-name a.yith-wcqv-button
    {
        display: none;
    }/**
   * Checkout
   */
    #ship-to-different-address
    {
        position: relative;
    }
    #ship-to-different-address .woocommerce-form__input-checkbox
    {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        margin-right: 0;
    }
    .col2-set
    {
        width: 53.6231884058%;
        float: left;
        margin-right: 4.347826087%;
    }
    .col2-set .form-row-first
    {
        width: 48.3870967742%;
        float: left;
        margin-right: 3.2258064516%;
    }
    .col2-set .form-row-last
    {
        width: 48.3870967742%;
        float: right;
        margin-right: 0;
    }
    .col2-set .col-1, .col2-set .col-2
    {
        margin-bottom: 1.618em;
    }
    .col2-set+#customer_details
    {
        display: none;
    }
    .col2-set .woocommerce-billing-fields::before, .col2-set .woocommerce-billing-fields::after
    {
        content: "";
        display: table;
    }
    .col2-set .woocommerce-billing-fields::after
    {
        clear: both;
    }
    .col2-set.addresses
    {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
    .col2-set.addresses .col-1
    {
        width: 47.8260869565%;
        float: left;
        margin-right: 4.347826087%;
    }
    .col2-set.addresses .col-2
    {
        width: 47.8260869565%;
        float: right;
        margin-right: 0;
    }
    #customer_details+#wc_checkout_add_ons
    {
        width: 42.0289855072%;
        float: right;
        margin-right: 0;
    }
    #wc_checkout_add_ons input[type=radio]
    {
        float: left;
        margin-right: .5407911001em;
        clear: left;
        margin-top: .35em;
    }
    #order_review
    {
        width: 42.0289855072%;
        float: right;
        margin-right: 0;
        clear: right;
    }
    #order_review
    {
        transition: box-shadow ease .4s;
    }
    .woocommerce-order-pay #order_review
    {
        width: 100%;
        float: none;
    }
    .woocommerce-order-pay #order_review #payment h3
    {
        padding-left: 1em;
        padding-top: 1em;
    }
    .woocommerce-order-pay #order_review #payment .form-row
    {
        padding: 1em;
    }
    .woocommerce-order-pay #order_review .payment_methods+.form-row
    {
        padding: 1em;
    }
    .woocommerce-order-pay #order_review .button#place_order
    {
        display: block;
        width: 100%;
        font-size: 1.41575em;
    }/**
   * My Account
   */
    table+.addresses
    {
        margin-top: 1.618em;
    }
    .col2-set#customer_login
    {
        width: 100%;
        margin: 0;
    }
    .col2-set#customer_login .col-1
    {
        width: 50%;
        float: left;
        padding-right: 5%;
    }
    .col2-set#customer_login .col-2
    {
        width: 50%;
        float: right;
        padding-left: 5%;
    }
    .col2-set.addresses
    {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
    .col2-set.addresses .col-1
    {
        width: 48.3870967742%;
        float: left;
        margin-right: 3.2258064516%;
    }
    .col2-set.addresses .col-2
    {
        width: 48.3870967742%;
        float: right;
        margin-right: 0;
    }
    .woocommerce-MyAccount-navigation
    {
        width: 27.2727272727%;
        float: left;
        margin-right: 3.8961038961%;
    }
    .woocommerce-MyAccount-content
    {
        width: 68.8311688312%;
        float: right;
        margin-right: 0;
    }
    .addresses header.title::before, .addresses header.title::after
    {
        content: "";
        display: table;
    }
    .addresses header.title::after
    {
        clear: both;
    }
    .addresses header.title a
    {
        float: right;
    }
    .addresses header.title h3
    {
        float: left;
    }/**
   * General WooCommerce Components
   */
    .form-row-first
    {
        width: 48.3870967742%;
        float: left;
        margin-right: 3.2258064516%;
        clear: both;
    }
    .form-row-last
    {
        width: 48.3870967742%;
        float: right;
        margin-right: 0;
    }/**
   * Sticky Add to Cart
   */
    .finpoan-sticky-add-to-cart
    {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99998;
        transform: translate3d(0,100%,0);
        padding: 10px 1em;
        overflow: hidden;
        zoom: 1;
        box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
        animation-duration: .5s;
        animation-fill-mode: both;
    }
    .finpoan-sticky-add-to-cart--slideInDown
    {
        animation-name: slideInDown1;
    }
    .finpoan-sticky-add-to-cart--slideOutUp
    {
        animation-name: slideOutUp;
    }
    .finpoan-sticky-add-to-cart__content
    {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .finpoan-sticky-add-to-cart__content-title
    {
        display: block;
    }
    .finpoan-sticky-add-to-cart__content-price
    {
        margin-right: .875em;
    }
    .finpoan-sticky-add-to-cart__content-button
    {
        margin-left: auto;
    }
    .finpoan-sticky-add-to-cart img
    {
        max-width: 60px;
        margin: 0 1em 0 0;
        border: 1px solid rgba(0,0,0,.1);
    }
    .finpoan-sticky-add-to-cart .star-rating
    {
        display: inline-block;
        margin: 0;
        vertical-align: sub;
    }/**
   * Quick View
   */
    #yith-quick-view-modal.open .product-title
    {
        margin-top: -.2333em;
        font-size: 30px;
    }
    #yith-quick-view-close
    {
        top: 10px;
        right: 10px;
        text-indent: -9999px;
    }
}
@media(min-width: 1024px) and (max-width: 1366px)
{
    .single-product.finpoan-sidebar-left div.product .woocommerce-product-gallery, .single-product.finpoan-sidebar-right div.product .woocommerce-product-gallery
    {
        width: calc(100%);
        max-width: 1366px;
    }
    .single-product.finpoan-sidebar-left div.product .summary, .single-product.finpoan-sidebar-right div.product .summary
    {
        width: 100%;
    }
}
@media(min-width: 768px) and (max-width: 900px)
{
    body:not(.page-template-template-fullwidth-php) table.cart td, body:not(.page-template-template-fullwidth-php) table.cart th
    {
        padding: 1em;
    }
}
@media(min-width: 911px)
{
    .woocommerce-cart-form, .woocommerce-cart .cross-sells
    {
        width: 65.5913978495%;
        float: left;
        margin-right: 3.2258064516%;
    }
    .cart-collaterals
    {
        width: 31.1827956989%;
        float: right;
        margin-right: 0;
    }
}
@media(min-width: 1024px)
{
    .woocommerce-page.finpoan-full-width-content .content-area
    {
        width: 100%;
    }
    .woocommerce-page .content-area
    {
        width: calc(100% - 335px);
    }
    .woocommerce-page .widget-area
    {
        width: 300px;
        border-right: none;
        padding-right: 0;
    }
    .woocommerce-page.single-product.finpoan-sidebar-left .content-area, .woocommerce-page.single-product.finpoan-sidebar-right .content-area
    {
        width: calc(100% - 335px);
    }
    .woocommerce-page.single-product.finpoan-sidebar-left .widget-area, .woocommerce-page.single-product.finpoan-sidebar-right .widget-area
    {
        width: 300px;
    }
}
.elementor-element.elementor-products-grid .woocommerce ul.products li.product
{
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}
@media(max-width: 1366px)
{
    .finpoan-product-laptop-1 ul.products li.product
    {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .finpoan-product-laptop-2 ul.products li.product
    {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .finpoan-product-laptop-3 ul.products li.product
    {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .finpoan-product-laptop-4 ul.products li.product
    {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .finpoan-product-laptop-5 ul.products li.product
    {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .finpoan-product-laptop-6 ul.products li.product
    {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
}
@media(max-width: 768px)
{
    .finpoan-product-tablet-1 ul.products li.product
    {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .finpoan-product-tablet-2 ul.products li.product
    {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .finpoan-product-tablet-3 ul.products li.product
    {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .finpoan-product-tablet-4 ul.products li.product
    {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .finpoan-product-tablet-5 ul.products li.product
    {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .finpoan-product-tablet-6 ul.products li.product
    {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
}
@media(max-width: 500px)
{
    .finpoan-product-mobile-1 ul.products li.product
    {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .finpoan-product-mobile-2 ul.products li.product
    {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .finpoan-product-mobile-3 ul.products li.product
    {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .finpoan-product-mobile-4 ul.products li.product
    {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .finpoan-product-mobile-5 ul.products li.product
    {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .finpoan-product-mobile-6 ul.products li.product
    {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th
{
    padding: 15px;
    border: 1px solid var(--border);
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th a
{
    color: var(--accent);
    text-transform: none;
    font-weight: 600;
    font-size: 16px;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th a:hover
{
    color: var(--primary_hover);
}
@media(max-width: 767px)
{
    .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th:first-child
    {
        min-width: 150px;
        width: auto;
    }
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table .tr-additional td
{
    vertical-align: top;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-image img
{
    max-width: 150px;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td
{
    padding: 15px;
    border: 1px solid var(--border);
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td.td-label
{
    font-weight: 600;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .shop_attributes
{
    table-layout: auto!important;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .shop_attributes td, .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .shop_attributes th
{
    border: none!important;
    background: none!important;
    padding: 10px!important;
}
@media(max-width: 768px)
{
    .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .shop_attributes td
    {
        padding-top: 0!important;
        display: block;
    }
    .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .shop_attributes th
    {
        display: block;
        padding-bottom: 0!important;
    }
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td del
{
    text-decoration: none;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td del .amount
{
    text-decoration: line-through;
    color: var(--text_light);
    font-size: 14px;
    font-weight: 500;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .amount
{
    color: var(--primary);
    font-size: 16px;
    font-weight: 700;
}
ul.products-list
{
    margin-left: 0;
    list-style: none;
}
ul.products-list li.product-list
{
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    background-color: #fff;
}
@media(max-width: 767px)
{
    ul.products-list li.product-list
    {
        flex-wrap: wrap;
    }
}
ul.products-list li.product-list .product-transition
{
    width: 100%;
    position: relative;
    overflow: hidden;
}
@media(min-width: 768px)
{
    ul.products-list li.product-list .product-transition
    {
        max-width: calc(100% - 320px);
        margin: 0 20px 0 0;
        width: 320px;
    }
}
ul.products-list li.product-list .product-image img
{
    position: relative;
    z-index: 2;
    width: 100%;
    object-fit: cover;
}
.has-mega-menu ul.products-list li.product-list .product-image
{
    width: 100%;
    margin-bottom: 10px;
}
ul.products-list li.product-list .product-caption
{
    flex: 1;
}
@media(min-width: 768px)
{
    ul.products-list li.product-list .product-caption
    {
        max-width: calc(100% - 330px);
    }
}
.has-mega-menu ul.products-list li.product-list .product-caption
{
    max-width: 100%;
}
ul.products-list li.product-list .posted-in
{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.6923076923;
    color: var(--text_light);
}
ul.products-list li.product-list .posted-in a
{
    color: var(--text_light);
}
ul.products-list li.product-list .posted-in a:hover
{
    text-decoration: underline;
}
ul.products-list li.product-list .price
{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.375;
    margin-bottom: 5px;
    color: var(--primary);
    flex: 1;
}
ul.products-list li.product-list .price del
{
    font-size: 14px;
    font-weight: 400;
    color: var(--text_light);
}
ul.products-list li.product-list .price ins
{
    order: -1;
    color: var(--highlight);
}
ul.products-list li.product-list .count-review
{
    margin-bottom: 10px;
}
ul.products-list li.product-list .short-description
{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 25px;
}
.has-mega-menu ul.products-list li.product-list .short-description
{
    display: none;
}
ul.products-list li.product-list .short-description p
{
    margin-bottom: 0;
}
ul.products-list li.product-list .woocommerce-loop-product__title
{
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 10px;
    display: -webkit-box;
    font-family: var(--e-global-typography-text-font-family);
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
ul.products-list li.product-list .woocommerce-loop-product__title a
{
    color: var(--accent);
}
ul.products-list li.product-list a[class*=product_type_]
{
    color: var(--accent);
    background-color: #fff;
    padding: 12px 20px;
    transition: all .3s ease;
    border: 1px solid var(--border);
}
ul.products-list li.product-list .added_to_cart
{
    display: none;
}
.wcml-dropdown
{
    width: 100%;
}
.wcml-dropdown li, .wcml-dropdown .wcml-cs-submenu li
{
    border-color: var(--border);
}
.wcml-dropdown .wcml-cs-submenu
{
    border-top: 0;
}
.wcml-dropdown a
{
    padding: 1em 1.41575em;
}
.wcml-dropdown a.wcml-cs-item-toggle:after
{
    right: 1em;
}
.wcml-horizontal-list li.wcml-cs-active-currency a, .wcml-vertical-list li.wcml-cs-active-currency a
{
    font-weight: bold;
    color: var(--accent);
    cursor: default;
}/**
 * Wishlist
 */
.woosw-area .woosw-inner .woosw-content
{
    max-width: 570px;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items
{
    min-width: 400px;
}
@media(max-width: 640px)
{
    .woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item td
    {
        padding: 5px;
    }
    .woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item td.woosw-content-item--image
    {
        width: 80px;
    }
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--add p>a
{
    text-transform: capitalize;
    font-size: 12px;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    border: none;
    background-color: var(--primary);
    color: #fff;
    white-space: nowrap;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--add p>a:hover
{
    color: #fff;
    background-color: var(--primary_hover);
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item--title a
{
    font-weight: 400!important;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item--price
{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: var(--text_light);
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item--price del
{
    font-size: 12px;
    color: var(--text_light);
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item--price ins
{
    order: -1;
    color: var(--highlight);
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item--price del+ins
{
    margin-right: .327em;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-content-bot-inner .woosw-page a:hover
{
    text-decoration: underline;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-content-bot-inner .woosw-continue:hover
{
    text-decoration: underline;
}
.woosw-list .woosw-content-item--price
{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: var(--accent);
    font-size: 14px;
}
.woosw-list .woosw-content-item--price del
{
    font-size: 14px;
    font-weight: 400;
    color: var(--text_light);
}
.woosw-list .woosw-content-item--price ins
{
    order: -1;
}
.woosw-list .woosw-content-item--price del+ins
{
    margin-right: .327em;
}
.woosw-list .woosw-content-item--title a
{
    font-size: 16px;
    font-weight: 400!important;
}
.woosw-list .woosw-content-item .woosw-content-item--actions .woosw-content-item--add p>a.button
{
    font-size: 11px;
    text-align: center;
    display: inline-block;
}
@media(max-width: 568px)
{
    .woosw-list .woosw-content-item .woosw-content-item--image
    {
        display: none;
    }
}
.woosw-list .woosw-content-item--actions .woosw-content-item--stock
{
    margin-bottom: 5px;
}
.woosw-list .woosw-content-item .woosw-content-item--remove span:hover:before
{
    color: #f00!important;
}
.woosw-list .woosw-actions .woosw-copy-btn input
{
    margin-left: 5px;
}
.woosw-list .woosw-content-mid-notice
{
    text-align: center;
    font-size: 18px;
    color: var(--accent);
    margin-bottom: 30px;
}
.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--name a
{
    font-weight: 400;
}
.woosw-popup .woosw-popup-inner .woosw-popup-content
{
    max-width: 660px;
}
.woosw-list .woosw-copy-btn .button
{
    padding-top: 12px;
    padding-bottom: 12px;
}
.woosw-popup .woosw-items .woosw-item .woosw-item--atc p a, .woosw-popup .woosw-items .woosw-item .woosw-item--atc .add_to_cart_inline a
{
    padding-top: 12px;
    padding-bottom: 12px;
}
.woosw-popup .woosw-items .woosw-item .woosw-item--info
{
    flex: 1;
}
.widget_product_search
{
    position: relative;
}
.ajax-search-result
{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 5px 30px 0 rgba(0,0,0,.1);
    padding: 0 20px;
    z-index: 999;
    max-height: 500px;
    overflow-y: scroll;
}
.product-item-search
{
    padding: 10px 0;
    border-bottom: 1px solid;
    border-bottom-color: var(--border);
}
.product-item-search .product-link
{
    display: flex;
    align-items: center;
    color: var(--text_light);
}
.product-item-search .product-link img
{
    width: 60px;
    margin-right: 15px;
}
.product-item-search .product-title
{
    font-size: 14px;
    margin-bottom: 5px;
}
.product-item-search:last-child
{
    border-bottom: none;
}
.product-item-search .amount
{
    font-size: 14px;
    font-weight: 600;
    color: var(--text_light);
}
.product-item-search del+ins .amount
{
    font-weight: 600;
    color: var(--highlight);
}
.finpoan-canvas-filter
{
    background-color: var(--background);
    -webkit-transition: all .5s;
    transition: all .5s;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    position: fixed;
    z-index: 10002;
    visibility: hidden;
    overflow-y: auto;
    overflow-x: hidden;
    width: 360px;
    height: 100vh;
}
@media(max-width: 768px)
{
    .finpoan-canvas-filter
    {
        width: 330px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
.finpoan-canvas-filter::-webkit-scrollbar
{
    width: 3px;
}
.finpoan-canvas-filter::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    background-color: #f5f5f5;
}
.finpoan-canvas-filter::-webkit-scrollbar-thumb
{
    background-color: #000;
}
.finpoan-overlay-filter
{
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    bottom: 0;
    z-index: 997;
    opacity: 0;
    background-color: rgba(0,0,0,.7);
    visibility: hidden;
    transition: opacity .25s ease,visibility 0s ease;
}
.off-canvas-active .finpoan-overlay-filter
{
    visibility: visible;
    opacity: 1;
}
.off-canvas-active .finpoan-canvas-filter
{
    visibility: visible;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.filter-toggle
{
    background: transparent;
    margin-right: 30px;
    outline: none;
    text-align: center;
    color: var(--text);
}
.filter-toggle:hover
{
    color: var(--primary);
}
.filter-toggle i
{
    line-height: inherit;
    margin-right: 10px;
    display: inline-block;
}
@media(min-width: 1024px)
{
    .filter-toggle
    {
        display: none;
    }
}
.finpoan-full-width-content .filter-toggle
{
    display: inline-block;
}
.filter-toggle:focus, .filter-toggle:hover
{
    color: var(--primary);
}
.filter-toggle:focus span:before, .filter-toggle:hover span:before
{
    background-color: var(--primary);
}
.filter-toggle:after
{
    content: "";
    border-left: 1px solid;
    height: 20px;
    margin-left: 30px;
    margin-right: 30px;
    display: none;
    vertical-align: middle;
}
.filter-close
{
    height: 40px;
    line-height: 40px;
    margin-bottom: 25px;
    display: block;
    cursor: pointer;
    text-align: right;
    vertical-align: middle;
    font-weight: 500;
    font-size: 12px;
    border-bottom: 1px solid var(--border);
    color: var(--accent);
}
.filter-close:after
{
    content: "+";
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    position: relative;
    top: -1px;
    font-size: 30px;
    font-weight: 400;
    transform: rotate(45deg);
}
@media(min-width: 783px)
{
    .admin-bar .finpoan-canvas-filter
    {
        top: 32px;
    }
}
@media(min-width: 600px) and (max-width: 782px)
{
    .admin-bar .finpoan-canvas-filter
    {
        top: 46px;
    }
}
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item
{
    border-radius: 0;
}
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item.button-variable-item
{
    padding-top: 7px;
    padding-bottom: 7px;
    height: auto;
}
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item.button-variable-item .variable-item-span
{
    min-width: 57px;
}
.site-header-cart-side
{
    position: fixed;
    top: 0;
    bottom: 0;
    overflow: hidden;
    overflow-y: auto;
    width: 300px;
    background-color: var(--background);
    transition: transform .25s ease;
    display: flex;
    flex-direction: column;
    right: 0;
    z-index: 999999999;
    transform: translate3d(300px,0,0);
}
@media(min-width: 1024px)
{
    .site-header-cart-side
    {
        width: 340px;
        transform: translate3d(340px,0,0);
    }
}
.site-header-cart-side .cart-side-heading
{
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
    padding: 15px;
    border-bottom: 1px solid;
    border-bottom-color: var(--border);
}
.site-header-cart-side .cart-side-title
{
    flex: 1 1 auto;
    font-size: 18px;
    color: var(--accent);
    font-weight: 500;
}
.site-header-cart-side .close-cart-side
{
    color: var(--accent);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .3px;
    font-weight: 500;
    font-size: 13px;
    padding-right: 18px;
    position: relative;
}
.site-header-cart-side .close-cart-side:before, .site-header-cart-side .close-cart-side:after
{
    content: " ";
    position: absolute;
    top: 50%;
    display: inline-block;
    margin-top: -1px;
    width: 12px;
    height: 2px;
    background-color: var(--accent);
    transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
    right: 0;
    transform: rotate(-45deg);
}
.site-header-cart-side .close-cart-side:before
{
    transform: rotate(45deg);
}
.site-header-cart-side .close-cart-side:hover:before, .site-header-cart-side .close-cart-side:hover:after
{
    transform: rotate(0);
}
.site-header-cart-side .widget_shopping_cart
{
    margin-bottom: 0;
    position: relative;
    flex: 1 1 auto;
    display: flex;
    border: none;
    padding: 0;
    border-radius: 0;
}
.site-header-cart-side .widget_shopping_cart .woocommerce-mini-cart__empty-message
{
    text-align: center;
    font-size: 18px;
}
.site-header-cart-side .widget_shopping_cart .mini_cart_item
{
    padding: 15px 30px 15px 15px;
    margin-bottom: 0;
    transition: background-color .3s ease;
}
.site-header-cart-side .widget_shopping_cart .mini_cart_item:hover
{
    background-color: #f9f9f9;
}
.site-header-cart-side .widget_shopping_cart .mini_cart_item a
{
    line-height: 1.41575em;
    color: var(--accent);
    margin-bottom: 3px;
    font-size: 14px;
}
.site-header-cart-side .widget_shopping_cart .mini_cart_item a:hover
{
    color: var(--primary);
}
.site-header-cart-side .widget_shopping_cart .mini_cart_item a.remove
{
    position: absolute;
    top: 15px;
    margin-bottom: 0;
    transform: translateY(-50%);
    left: unset;
    opacity: 1;
    right: 8px;
}
.site-header-cart-side .widget_shopping_cart .widget_shopping_cart_content
{
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}
.site-header-cart-side .widget_shopping_cart .woocommerce-mini-cart__total
{
    margin-top: auto;
}
.site-header-cart-side .widget_shopping_cart .woocommerce-mini-cart-scroll
{
    position: relative;
    flex: 1 1 auto;
    overflow-y: auto;
}
.site-header-cart-side .widget_shopping_cart .product_list_widget
{
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
}
.site-header-cart-side .widget_shopping_cart .product_list_widget li:first-child
{
    padding-top: 1em;
}
.site-header-cart-side .widget_shopping_cart .product_list_widget li img
{
    max-width: 60px;
}
.site-header-cart-side .widget_shopping_cart p.total
{
    padding: 12px 15px 12px 15px;
    margin: 0;
    border-top: 1px solid;
    border-top-color: var(--border);
    margin-bottom: 5px;
}
.site-header-cart-side .widget_shopping_cart p.total .amount
{
    font-weight: 600;
    font-size: 18px;
    color: var(--primary);
}
.site-header-cart-side .widget_shopping_cart p.total strong
{
    font-size: 18px;
}
.site-header-cart-side .widget_shopping_cart .buttons a
{
    margin-right: 15px;
    margin-left: 15px;
    padding: 10px 20px;
    margin-bottom: 10px;
    border: 0 solid;
    font-size: 13px;
    letter-spacing: .3px;
    text-transform: uppercase;
    background-color: #f7f7f7;
}
.site-header-cart-side .widget_shopping_cart .buttons a:hover
{
    background-color: #efefef;
}
.site-header-cart-side .widget_shopping_cart .buttons a.checkout
{
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
    background-color: var(--primary);
}
.site-header-cart-side .widget_shopping_cart .buttons a.checkout:hover
{
    background-color: var(--primary_hover);
}
.site-header-cart-side.active
{
    transform: none;
}
.site-header-cart-side.active+.cart-side-overlay
{
    visibility: visible;
    opacity: 1;
}
.cart-side-overlay
{
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 997;
    opacity: 0;
    background-color: rgba(0,0,0,.7);
    visibility: hidden;
    transition: opacity .25s ease,visibility 0s ease;
}
.finpoan-dropdown-filter
{
    margin-bottom: 30px;
    margin-top: 20px;
    box-shadow: 0 3px 62px 0 rgba(0,0,0,.08);
    display: none;
    overflow-x: auto;
    width: 100%;
}
@media(max-width: 1023px)
{
    .finpoan-dropdown-filter
    {
        display: none!important;
    }
}
.finpoan-dropdown-filter-wrap
{
    display: flex;
    padding: 15px;
}
.finpoan-dropdown-filter-wrap .widget a:not(.button)
{
    color: var(--accent);
}
.finpoan-dropdown-filter-wrap .widget a:not(.button):hover
{
    color: var(--primary);
}
.finpoan-dropdown-filter-wrap .widget>ul
{
    max-height: 230px;
    overflow-y: auto;
}
.finpoan-dropdown-filter-wrap div.widget
{
    min-width: 33%;
    flex: 1;
    padding-left: 15px;
    padding-right: 15px;
    border: 0;
}
@media(min-width: 1320px)
{
    .finpoan-dropdown-filter-wrap div.widget
    {
        min-width: 20%;
    }
}
.finpoan-dropdown-filter-wrap div.widget .widget-title
{
    padding: 0;
}
.finpoan-dropdown-filter-wrap .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label
{
    display: flex;
}
.finpoan-dropdown-filter-wrap .widget_price_filter .price_slider_wrapper .price_slider_amount .button
{
    padding: 0;
}
.filter-toggle-dropdown
{
    display: none;
    font-size: 15px;
    background: transparent;
    margin-right: 25px;
    outline: none;
    text-align: center;
    line-height: 27px;
    color: #000;
}
.filter-toggle-dropdown i
{
    font-size: 16px;
    line-height: 1;
    margin-right: 9px;
    display: inline-block;
}
.filter-toggle-dropdown:focus, .filter-toggle-dropdown:hover
{
    color: var(--primary);
}
.filter-toggle-dropdown:focus span:before, .filter-toggle-dropdown:hover span:before
{
    background-color: var(--primary);
}
.finpoan-archive-product-width-wide .col-full
{
    max-width: 1680px;
}
@media(min-width: 1024px)
{
    .finpoan-full-width-content.shop_filter_dropdown .filter-toggle-dropdown
    {
        display: inline-block;
    }
}
@media(min-width: 1024px)
{
    .finpoan-full-width-content.shop_filter_dropdown .filter-toggle
    {
        display: none;
    }
}/*# sourceMappingURL=woocommerce.css.map */