@charset "utf-8";
:root{
    --border-input:1px;
}
.woocommerce-cart .cart_totals:has(.blockUI),
.woocommerce-cart .woocommerce-cart-form:has(.blockUI),
.woocommerce-checkout-review-order:has(.blockUI),
.woocommerce-mini-cart-item:has(.blockUI){
    opacity:.5
}

.woocommerce-cart .cart_totals .blockUI.blockOverlay,
.woocommerce-cart .woocommerce-cart-form .blockUI.blockOverlay,
.woocommerce-checkout-review-order .blockUI.blockOverlay,
.woocommerce-mini-cart-item .blockUI.blockOverlay{
    background-color:transparent !important;
    opacity:.5 !important
}

.woocommerce-cart .cart_totals .blockUI.blockOverlay:before,
.woocommerce-cart .woocommerce-cart-form .blockUI.blockOverlay:before,
.woocommerce-checkout-review-order .blockUI.blockOverlay:before,
.woocommerce-mini-cart-item .blockUI.blockOverlay:before{
    animation:spin .6s linear infinite;
    border-bottom:3px solid rgba(0, 0, 0, .1) !important;
    border-left:3px solid var(--fs-color-primary);
    border-radius:50%;
    border-right:3px solid rgba(0, 0, 0, .1) !important;
    border-top:3px solid rgba(0, 0, 0, .1) !important;
    content:"";
    display:block;
    font-size:2em;
    height:30px;
    left:50%;
    line-height:1;
    margin-left:-.5em;
    margin-top:-.5em;
    pointer-events:none;
    position:absolute;
    text-align:center;
    top:50%;
    width:30px
}

.dark .woocommerce-cart .cart_totals .blockUI.blockOverlay:before, .dark .woocommerce-cart .woocommerce-cart-form .blockUI.blockOverlay:before, .dark .woocommerce-checkout-review-order .blockUI.blockOverlay:before, .dark .woocommerce-mini-cart-item .blockUI.blockOverlay:before{
    border:3px solid rgba(0, 0, 0, .1) !important;
    border-left-color:#fff !important
}

.product-summary .ux-product-brands{
    display:inline-flex;
    flex-wrap:wrap;
    gap:15px
}

.product-summary .ux-product-brands a:hover{
    opacity:.7
}

@media (min-width:1000px){
    .product-summary .ux-product-brands{
        flex-direction:column;
        float:right;
        margin-block:0;
        margin-inline-start:15px
    }

    .product-summary .ux-product-brands a{
        background-color:#fff;
        border:1px solid #e0e0e0;
        max-width:100px;
        min-height:70px;
        padding:5px;
        transition:border-color .2s ease-in-out
    }

    .product-summary .ux-product-brands a:hover{
        border-color:#969696;
        opacity:1
    }
}

.product-summary.text-center .ux-product-brands{
    justify-content:space-evenly
}

@media (min-width:1000px){
    .product-summary.text-center .ux-product-brands{
        align-items:center;
        flex-direction:row;
        float:none;
        margin-inline:0
    }

    .product-summary.text-center .ux-product-brands a{
        border:none
    }

    .product-summary.text-right .ux-product-brands{
        float:left;
        margin-inline-end:15px;
        margin-inline-start:0
    }
}

.brands_index{
    display:flex;
    flex-wrap:wrap;
    gap:15px;
    justify-content:center;
    padding:30px 0 0
}

.brands_index li{
    margin:0 !important
}

.dark ul.brands_index li span{
    opacity:.3
}

.category-page-row{
    padding-top:30px
}

.price_slider_amount input{
    display:none
}

.woocommerce-result-count{
    display:inline-block;
    margin:0 1em 0 auto
}

.woocommerce-ordering,
.woocommerce-ordering select{
    display:inline-block;
    margin:5px 0
}

.add_to_cart_button.added{
    display:none
}

a.added_to_cart{
    display:inline-block;
    font-size:.9em;
    font-weight:600;
    padding:10px 0;
    text-transform:uppercase
}

a.added_to_cart:after{
    content:" →"
}

.grid-style-3 .title-wrapper{
    flex:1;
    min-width:60%;
    overflow:hidden;
    padding-right:15px;
    text-overflow:ellipsis
}

.grid-style-3 .price-wrapper{
    text-align:right
}

.grid-style-3 .star-rating{
    margin:.2em 0;
    text-align:right
}

.grid-style-3 .price del{
    display:block
}

.grid-style-3 .price del span.amount{
    margin:0
}

.price-wrapper .review-count{
    margin-left:4px
}

.products .box-vertical .box-text{
    font-size:1.1em
}

.page-numbers.button.current{
    opacity:.6;
    pointer-events:none
}

.grid-tools{
    backface-visibility:hidden;
    display:flex;
    margin-bottom:-1px;
    padding:0 !important;
    white-space:nowrap;
    width:100%
}

.grid-tools a{
    background-color:var(--fs-color-primary);
    color:#f1f1f1;
    display:block;
    font-size:.85em;
    font-weight:600;
    opacity:.95;
    padding:.4em 0 .5em;
    text-overflow:ellipsis;
    text-transform:uppercase;
    transition:opacity .3s;
    width:100%
}

.grid-tools a.quick-view:focus-visible{
    outline-offset:-4px
}

.grid-tools a + a{
    border-left:1px solid hsla(0, 0%, 100%, .1)
}

.grid-tools a:hover{
    color:#fff;
    opacity:1
}

.grid-tools .add-to-cart-grid{
    width:0
}

@media (max-width:849px){
    .category-filter-row{
        padding:10px 0
    }
}

.filter-button{
    display:inline-block;
    margin-top:.5em
}

.box-image .out-of-stock-label{
    background:#fff;
    background:hsla(0, 0%, 100%, .9);
    color:#333;
    font-weight:600;
    left:0;
    opacity:.9;
    padding:20px 0;
    position:absolute;
    right:0;
    text-align:center;
    text-transform:uppercase;
    top:40%
}

.featured-title .woocommerce-result-count{
    display:none
}

.widget_product_categories > ul > li{
    align-items:center;
    display:flex;
    flex-flow:row wrap
}

.widget_product_categories > ul > li span{
    font-size:.85em;
    opacity:.4
}

.widget_product_categories > ul > li ul span.count{
    display:none
}

.message-wrapper + .login{
    background-color:rgba(0, 0, 0, .03);
    padding:30px
}

.woocommerce-form-login .button{
    margin-bottom:0
}

.woocommerce-billing-fields{
    border-top:var(--border-input)  solid #ddd;
    padding-top:15px
}

.woocommerce-billing-fields p{
    margin-bottom:.5em
}

form.checkout h3{
    font-size:1.1em;
    font-weight:600;
    overflow:hidden;
    padding-top:15px;
}

form.checkout input[type=checkbox]{
    margin-bottom:0;
    margin-right:.5em;
    margin-top:0
}

.payment_methods li + li{
    border-top:1px solid #ececec;
    padding-top:7px
}

.payment_methods p{
    font-size:.9em
}

.payment_method_paypal img{
    margin:0 10px;
    max-width:130px
}

a.about_paypal{
    font-size:.8em
}

.woocommerce-privacy-policy-text{
    font-size:85%
}

.form-row-wide{
    clear:both
}

.form-row-push{
    margin-top:-15px
}

@media (min-width:550px){

    .form-row-first,
    .form-row-last{
        float:left;
        width:48%
    }

    .form-row-first{
        margin-right:4%
    }
}

button#place_order{
    font-size:1.2em;
    line-height:1.2;
    margin-right:0;
    padding-bottom:.5em;
    padding-top:.5em;
    white-space:normal;
    width:100%
}


#ship-to-different-address{
    padding-top:0
}

#ship-to-different-address label{
    font-weight:400;
    text-transform:none
}

#billing_address_2_field > label,
#shipping_address_2_field > label{
    opacity:0;
    overflow:hidden;
    white-space:nowrap;
    width:0
}

@media (max-width:549px){

    #billing_address_2_field > label,
    #shipping_address_2_field > label{
        display:none
    }
}

.wc-terms-and-conditions{
    border-top:1px solid #ececec;
    margin-top:-15px;
    padding:15px 0
}

.wc-terms-and-conditions input{
    margin-bottom:0
}

.wc-terms-and-conditions label{
    font-weight:400
}

div.create-account{
    clear:both
}

.form-row.create-account{
    font-size:1.1em;
    margin:0
}

.form-row.create-account label{
    font-weight:400
}

.page-checkout-simple{
    padding:40px 0;
}

@media (max-width:849px){
    .page-checkout-simple .medium-text-center #logo{
        margin:0 auto
    }
}

.js_active .woocommerce-account-fields p.create-account + div.create-account,
.js_active .woocommerce-shipping-fields #ship-to-different-address + div.shipping_address{
    display:none
}

.widget_price_filter form{
    margin:0
}

.widget_price_filter .price_slider{
    background:#f1f1f1;
    margin-bottom:1em
}

.widget_price_filter .price_label{
    padding-top:6px
}

.widget_price_filter span{
    font-weight:600
}

.widget_price_filter .price_slider_amount{
    font-size:.8751em;
    line-height:1;
    text-align:right
}

.widget_price_filter .price_slider_amount .button{
    background-color:#666;
    border-radius:99px;
    float:left;
    font-size:.85em
}

.widget_price_filter .ui-slider{
    position:relative;
    text-align:left
}

.widget_price_filter .ui-slider .ui-slider-handle{
    background-color:#666;
    border-radius:999px;
    cursor:pointer;
    height:15px;
    outline:none;
    position:absolute;
    top:-5px;
    width:15px;
    z-index:2
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child{
    margin-left:-10px
}

.widget_price_filter .ui-slider .ui-slider-range{
    background-color:#666;
    border:0;
    border-radius:99px;
    display:block;
    font-size:10px;
    opacity:.5;
    position:absolute;
    z-index:1
}

.widget_price_filter .ui-slider-horizontal{
    border-radius:99px;
    height:5px
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range{
    height:100%;
    top:0
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min{
    left:-1px
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max{
    right:-1px
}

.widget li.chosen a:before{
    color:currentColor;
    content:"x";
    display:inline-block;
    margin-right:5px;
    opacity:.6;
    position:relative;
    top:-2px
}

.wc-layered-nav-term.chosen > a:before{
    background-color:#f1f1f1;
    border:1px solid rgba(0, 0, 0, .1);
    border-radius:99px;
    height:18px;
    line-height:12px;
    text-align:center;
    width:18px
}

.dark .wc-layered-nav-term.chosen > a:before{
    background-color:rgba(0, 0, 0, .5)
}

.widget_layered_nav_filters ul li.chosen{
    border:0 !important;
    display:inline-block;
    margin-right:10px
}

.widget_layered_nav_filters ul li.chosen a{
    background-color:#f1f1f1;
    border:1px solid rgba(0, 0, 0, .1);
    border-radius:99px;
    display:inline-block;
    font-size:.85em;
    font-weight:400;
    opacity:.9;
    padding:0 7px
}

.dark .widget_layered_nav_filters ul li.chosen a{
    background-color:rgba(0, 0, 0, .5);
    color:#fff
}

.widget_layered_nav_filters ul li.chosen a:before{
    content:"x";
    margin-right:3px;
    opacity:.4;
    position:relative;
    top:-1px
}

.widget_layered_nav_filters ul li.chosen a:hover:before{
    opacity:1
}

.woocommerce-product-gallery .woocommerce-product-gallery__wrapper{
    margin:0
}

.message-wrapper{
    margin:0;
    padding-bottom:.5em
}

#wrapper > .message-wrapper{
    font-size:1.1em;
    margin-bottom:10px;
    outline:0;
    padding-bottom:.75em;
    padding-top:.75em
}

ul.message-wrapper li{
    list-style:none
}

.message-container span{
    font-weight:600
}

.message-container .wc-forward{
    display:none
}

.message-container a{
    margin:0 15px 0 0
}

.container .message-container{
    padding-left:0;
    padding-right:0
}

.message-wrapper + main .product-main{
    padding-top:0
}

.demo_store{
    background-color:#000;
    color:#fff;
    margin:0;
    padding:5px;
    text-align:center
}

#wrapper > .has-transparent ~ .message-wrapper{
    background-color:#fff;
    box-shadow:1px 1px 10px 1px rgba(0, 0, 0, .1);
    left:50%;
    max-width:800px;
    padding:20px 25px;
    position:fixed;
    top:calc(var(--flatsome-scroll-padding-top) + 30px);
    transform:translate(-50%);
    transition:top .6s;
    width:80vw;
    z-index:1002
}

#wrapper > .has-transparent.transparent ~ .message-wrapper{
    top:150px
}

.form-row input[type=submit]{
    margin:0
}

.form-row input[type=submit] + label{
    margin-left:15px
}

.my-account-header.featured-title .page-title-inner{
    min-height:100px
}

.my-account-header .button{
    margin-bottom:5px;
    margin-top:5px
}

.woocommerce-form-register .woocommerce-privacy-policy-text{
    margin-bottom:1.5em
}

form.lost_reset_password{
    padding:30px 0
}

.dashboard-links{
    display:flex;
    flex-wrap:wrap;
    font-size:1.3em;
    line-height:1;
    list-style:none
}

.dashboard-links a{
    border:1px solid #ddd;
    border-radius:5px;
    display:block;
    margin-right:10px;
    padding:20px 0;
    text-align:center;
    transition:all .3s
}

.dashboard-links .active{
    display:none
}

.dashboard-links a:hover{
    background-color:#333;
    color:#fff
}

.dashboard-links li{
    width:33.333%
}

@media (max-width:849px){
    .dashboard-links li{
        width:50%
    }
}

@media (max-width:549px){
    .dashboard-links li{
        width:100%
    }
}

@media (max-width:849px){
    .account-container:has(.woocommerce-form-register) > .row > .col-1{
        border-bottom:1px solid #ececec;
        margin-bottom:30px;
        padding-bottom:30px !important
    }

}

.password-input{
    display:block;
    position:relative
}

.password-input input:focus ~ .show-password-input,
.password-input:hover .show-password-input{
    visibility:visible
}

.woocommerce-EditAccountForm input[type=password],
.woocommerce-form input[type=password]{
    padding:0 2em 0 .75em
}

.show-password-input{
    cursor:pointer;
    line-height:1.35;
    padding:.618em;
    position:absolute;
    right:0;
    top:0;
    visibility:hidden
}

.show-password-input:after{
    content:"";
    font-family:fl-icons
}

.show-password-input.display-password:after{
    content:"";
    font-family:fl-icons
}

.product-info .breadcrumbs{
    font-size:.875em;
    margin:-10px 0 .25em;
    order:0;
}

@media (max-width:849px){
    .product-info .breadcrumbs{
        margin:0 0 .25em;
    }
}

#login-form-popup .woocommerce-notices-wrapper:not(:empty){
    padding:20px 20px 0
}

#login-form-popup .woocommerce-form{
    margin-bottom:0
}

#login-form-popup:not(:has(.account-register-inner)){
    max-width:440px
}

#login-form-popup .account-container.lightbox-inner > .account-login-inner{
    padding-left:15px;
    padding-right:15px
}

.price{
    line-height:1
}

.product-info .price{
    font-size:1.5em;
    font-weight:bolder;
    margin:.5em 0
}

.woocommerce-variation-price{
    font-size:.8em;
    padding:7.5px 0
}

.price-wrapper .price{
    display:block
}

span.amount{
    color:#111;
    font-weight:600;
    white-space:nowrap
}

.dark .price,
.dark .price del,
.dark span.amount{
    color:#fff
}

.header-cart-title span.amount{
    color:currentColor
}

del span.amount{
    font-weight:400;
    margin-right:.3em;
    opacity:.6
}

.no-prices .amount{
    display:none !important
}

ul.product_list_widget li{
    line-height:1.33;
    list-style:none;
    min-height:80px;
    overflow:hidden;
    padding:10px 0 5px 75px;
    position:relative;
    vertical-align:top
}

ul.product_list_widget li + li{
    border-top:1px solid #ececec
}

.dark ul.product_list_widget li{
    border-color:hsla(0, 0%, 100%, .2)
}

.widget_shopping_cart ul.product_list_widget li{
    padding-right:30px
}

ul.product_list_widget li > span.reviewer{
    font-size:.8em
}

ul.product_list_widget li a:not(.remove){
    display:block;
    line-height:1.3;
    margin-bottom:5px;
    overflow:hidden;
    padding:0;
    text-overflow:ellipsis
}

ul.product_list_widget li a.remove{
    position:absolute;
    right:0;
    z-index:9
}

ul.product_list_widget li dl{
    font-size:.7em;
    line-height:1;
    margin:0
}

ul.product_list_widget li img{
    height:60px;
    left:0;
    margin-bottom:5px;
    -o-object-fit:cover;
    object-fit:cover;
    -o-object-position:50% 50%;
    object-position:50% 50%;
    position:absolute;
    top:10px;
    width:60px
}

ul.product_list_widget li .quantity{
    display:block;
    font-size:.85em;
    margin-top:3px;
    opacity:.6
}

.product-main{
    padding:32px 0
}

.page-title:not(.featured-title) + main .product-main{
    padding-top:10px
}

h1.product-title.entry-title{
    font-size:1.125rem;
    font-weight:600;
}
@media (max-width:849px){
    h1.product-title.entry-title{
        font-size:16px;
    }
    
}
.product-info{
    padding-top:15px;
    display:flex;
    flex-direction:column;
}

.product-summary .woocommerce-Price-currencySymbol{
    display:inline-block;
    font-size:.75em;
    vertical-align:top
}

.product-info .size-chart-link, .available-link{
    margin-left:15px;
    color:var(--primary-color);
    position:absolute;
    top:40px;
    right:0;
    font-size:0.875rem;
    font-weight:600;
    z-index:6;
}

.product-info .size-chart-link span, .available-link span{
    width:20px;
    height:25px;
    display:inline-block;
    vertical-align:middle;
}

.product-info .size-chart-link span svg, .available-link span svg{
    width:auto;
    height:20px;
    max-height:100%;
    max-width:100%;
    overflow:hidden;
    pointer-events:none;
    vertical-align:bottom;
}

.available-link{
    position:relative;
    top:0;
}

.available-link span svg{
    width:16px;
}

.available-link svg path{
    stroke:var(--primary-color);
}

.product-summary .quantity{
    margin-bottom:1em
}

.product-summary .variations_button{
    padding:.5em 0
}

form.cart a.added_to_cart.wc-forward{
    display:none
}

.woocommerce-variation-add-to-cart,
form.cart{
    display:flex;
    flex-wrap:wrap;
    gap:1em;
}

/* .woocommerce-variation-add-to-cart > *,
form.cart > *{
  flex:1 1 100%;
  margin:0; */
/* }
.woocommerce-variation-add-to-cart
  :where(.ux-quantity, .single_add_to_cart_button, .ux-buy-now-button),
form.cart :where(.ux-quantity, .single_add_to_cart_button, .ux-buy-now-button){
  flex:0 0 auto;
}
.text-center .woocommerce-variation-add-to-cart,
.text-center form.cart{
  justify-content:center;
}
.text-right .woocommerce-variation-add-to-cart,
.text-right form.cart{
  justify-content:end;
} */
.product_meta{
    font-size:.8em;
    margin-bottom:1em
}

.product_meta > span{
    border-top:1px dotted #ddd;
    display:block;
    padding:5px 0
}

.product-info p.stock{
    font-size:.8em;
    font-weight:600;
    line-height:1.3;
    margin-bottom:1em
}

p.in-stock{
    color:var(--fs-color-success)
}

.group_table .quantity{
    margin:0
}

.group_table .price{
    font-size:1em
}

.group_table .label label{
    margin:0;
    padding:0
}

.product-gallery,
.product-thumbnails .col{
    padding-bottom:0 !important
}

.woocommerce-product-gallery__image > a{
    display:block;
    padding-top:100%;
    position:relative;
}

.product-gallery-slider img,
.product-thumbnails img{
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    margin-bottom:-5px;
    transition:transform .6s, border .6s;
    position:absolute;
    max-width:100%;
    top:0;
    bottom:0;
    margin:auto;
    border-radius:0;
    max-height:100%;
    left:0;
    right:0;
    width:auto;
}

.product-gallery-slider img{
    border-radius:5px;
}

.product-gallery-slider.lazy-load:after{
    content:'';
    background:#f5f5f5;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}
.product-gallery-slider .woocommerce-product-gallery__image a:focus-visible{
    outline:none!important
}
.product-quick-view-container .product-gallery-slider img,
.product-quick-view-container .product-thumbnails img,
.product-gallery-wide{
    position:relative
}

@media screen and (min-width:850px){
    .product-gallery-stacked{
        overflow:auto !important;
        white-space:normal !important;
        width:auto !important
    }

    .product-gallery-stacked .flickity-slider,
    .product-gallery-stacked .flickity-viewport{
        height:auto !important
    }

    .product-gallery-stacked .flickity-slider,
    .product-gallery-stacked .slide{
        left:0 !important;
        position:relative !important;
        right:0 !important;
        transform:none !important
    }

    .product-gallery-stacked .slide{
        overflow:hidden
    }

    .product-gallery-stacked .slide:not(:last-child){
        margin-bottom:1.5em
    }

    .product-gallery-stacked.product-gallery-grid-layout .flickity-slider,
    .product-gallery-stacked.product-gallery-grid-layout:not(.flickity-enabled){
        display:grid;
        gap:10px
    }

    .product-gallery-stacked.product-gallery-grid-layout .flickity-slider .slide,
    .product-gallery-stacked.product-gallery-grid-layout:not(.flickity-enabled) .slide{
        margin-bottom:0 !important
    }

    .product-gallery-stacked.product-gallery-grid-layout--1-2 .flickity-slider,
    .product-gallery-stacked.product-gallery-grid-layout--1-2:not(.flickity-enabled){
        grid-template-columns:repeat(2, 1fr)
    }

    .product-gallery-stacked.product-gallery-grid-layout--1-2 .flickity-slider .slide:first-child,
    .product-gallery-stacked.product-gallery-grid-layout--1-2:not(.flickity-enabled) .slide:first-child{
        grid-column:1/3
    }

    .product-gallery-stacked.product-gallery-grid-layout--2 .flickity-slider,
    .product-gallery-stacked.product-gallery-grid-layout--2:not(.flickity-enabled){
        grid-template-columns:repeat(2, 1fr)
    }

    .product-gallery-stacked.product-gallery-grid-layout--3-1-2 .slide:first-child{
        grid-column:span 6;
        order:4
    }

    .product-gallery-stacked.product-gallery-grid-layout--3-1-2 .slide:nth-child(2){
        grid-column:span 2;
        order:1
    }

    .product-gallery-stacked.product-gallery-grid-layout--3-1-2 .slide:nth-child(3){
        grid-column:span 2;
        order:2
    }

    .product-gallery-stacked.product-gallery-grid-layout--3-1-2 .slide:nth-child(4){
        grid-column:span 2;
        order:3
    }

    .product-gallery-stacked.product-gallery-grid-layout--3-1-2 .slide:nth-child(n+5){
        grid-column:span 3;
        order:5
    }

    .product-stacked-info{
        padding:5vh 5% 2vh
    }

    .single-product .product-gallery > .product-gallery-default,
    .single-product .product-gallery > .product-images-wrapper{
        position:sticky !important;
        top:70px;
    }
}

.product-thumbnails{
    padding-top:0
}

.product-thumbnails .img-wrapper{
    background-color:#fff;
    border:1px solid transparent;
    display:block;
    overflow:hidden;
    transform:translateY(0);
    border:1px solid #cccccc9e;
    border-radius:3px;
    cursor:pointer;
}

/* .product-thumbnails img{
    backface-visibility:hidden;
    margin-bottom:-5px;
    transition:transform .6s, border .6s;
    position:absolute;
    width:100%;
    top:0;
    bottom:0;
    margin:auto;
    border-radius:0;
} */

.product-thumbnails .is-nav-selected .img-wrapper{
    border-color:var(--primary-color);
}

.product-thumbnails .col{
    margin-bottom:0;
    height:90px;
    max-width:100px;
    padding-right:0px !important;
}

.product-thumbnails .col .img-wrapper{
    margin-bottom:0;
    height:100%;
    width:100%;
}

.vertical-thumbnails .row-slider:not(.flickity-enabled){
    opacity:0
}

@media screen and (min-width:850px){
    .vertical-thumbnails{
        overflow-x:hidden;
        overflow-y:auto;
        flex-basis:74px;
        max-width:74px;
    }

    .product-gallery .large-11{
        flex-basis:calc(100% - 74px);
        max-width:calc(100% - 74px);
    }

    .vertical-thumbnails .col{
        left:0 !important;
        max-width:100% !important;
        min-height:0 !important;
        padding:0 0 10px 10px !important;
        position:relative !important;
        right:0 !important;
        width:74px !important;
        height:74px;
    }

    .vertical-thumbnails .flickity-slider,
    .vertical-thumbnails .flickity-viewport{
        height:auto !important;
        overflow:visible !important;
        transform:none !important
    }
}

.woocommerce-tabs{
    padding:0;
    border:1px solid #e5e5e5;
    border-radius:5px;
    margin-bottom:75px;
}

.product-footer .woocommerce-tabs > .nav-line-grow,
.product-footer .woocommerce-tabs > .nav-line:not(.nav-vertical){
    margin-top:0px;
}

.product-tabs{
    border-bottom:1px solid #e5e5e5;
}

.product-tabs.nav-pills,
.product-tabs.nav-outline{
    padding:15px;
}

.product-tabs:not(.nav-pills, .nav-outline) > li > a,
.product-tabs:not(.nav-outline) > li > a{
    line-height:34px;
    padding:10px;
}

.product-tabs.nav-line > li > a:before{
    bottom:-1px;
    top:auto;
}

.product-tabs.nav.nav-vertical{
    border-bottom:0;
}

.product-tabs.nav.nav-vertical + .tab-panels{
    padding:30px;
}

.content-readmore:not(.full){
    max-height:240px;
    position:relative;
    overflow:hidden;
}

.content-readmore:not(.show)::after{
    opacity:1;
    content:"";
    top:50%;
    left:0;
    right:0;
    bottom:0;
    position:absolute;
    transition:opacity 200ms ease-in;
    background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
    pointer-events:none;
}

.content-readmore.full::after{
    display:none;
}

#product-sidebar .next-prev-thumbs{
    margin:0 0 3em
}

.mfp-content #product-sidebar{
    display:block !important
}

.mfp-content #product-sidebar:where(:not(:has(>.sidebar-inner))){
    padding:30px 20px
}

.mfp-content #product-sidebar:where(:has(>.sidebar-inner)){
    padding:0
}

.product-sidebar-small{
    font-size:.9em
}

.product-sidebar-small .widget-title{
    text-align:center
}

.product-sidebar-small .is-divider{
    margin-left:auto;
    margin-right:auto
}

.product-sidebar-small ul.product_list_widget li{
    padding-left:60px
}

.product-sidebar-small ul.product_list_widget li img{
    height:50px;
    width:50px
}

.product-section{
    /* border-top:1px solid #ececec */
}

.easyzoom-notice{
    display:none
}

.easyzoom-flyout{
    animation-delay:1s;
    animation:stuckFadeIn .6s;
    background:#fff;
    height:100%;
    left:0;
    overflow:hidden;
    pointer-events:none;
    position:absolute;
    top:0;
    transition:opacity 1s;
    width:100%;
    z-index:1
}

@media (max-width:849px){
    .easyzoom-flyout{
        display:none !important
    }

}

.product-gallery-slider .slide .easyzoom-flyout img{
    max-width:1000px !important;
    width:1000px !important
}

.woocommerce-product-gallery__trigger{
    display:none
}

.product-info .composite_form .composite_navigation .page_button{
    font-size:1em;
    font-weight:400;
    line-height:1.2
}

.woocommerce-pagination ul.links li{
    margin-left:inherit
}

.has-sticky-product-cart{
    padding-bottom:60px
}

.has-sticky-product-cart .back-to-top.active{
    bottom:10px
}

.sticky-add-to-cart__product{
    align-items:center;
    display:none;
    padding:3px
}

.sticky-add-to-cart__product .product-title-small{
    line-height:1;
    margin-right:1em;
    max-width:180px
}

.sticky-add-to-cart__product .sticky-add-to-cart-img{
    border-radius:5px;
    height:45px;
    margin-right:1em;
    -o-object-fit:cover;
    object-fit:cover;
    -o-object-position:50% 50%;
    object-position:50% 50%;
    width:45px
}

.sticky-add-to-cart--active{
    align-items:center;
    animation:stuckMoveUp .6s;
    background-color:hsla(0, 0%, 100%, .9);
    border-top:1px solid #ddd;
    bottom:0;
    display:flex;
    flex-wrap:wrap;
    font-size:.9em;
    justify-content:center;
    left:0;
    padding:3px;
    position:fixed;
    right:0;
    z-index:20
}

.sticky-add-to-cart--active .variations,
.sticky-add-to-cart--active .woocommerce-variation-description{
    display:none
}

.sticky-add-to-cart--active .single_variation_wrap,
.sticky-add-to-cart--active .woocommerce-variation-add-to-cart{
    align-items:center;
    display:flex;
    flex-wrap:no-wrap
}

.sticky-add-to-cart--active .product-page-price,
.sticky-add-to-cart--active .stock,
.sticky-add-to-cart--active .woocommerce-variation-price{
    border:0;
    font-size:15px;
    margin-bottom:0;
    margin-right:.9em;
    margin-top:0;
    padding:0
}

.sticky-add-to-cart--active .stock{
    font-size:.8em;
    font-weight:600
}

.sticky-add-to-cart--active .quantity,
.sticky-add-to-cart--active button,
.sticky-add-to-cart--active form{
    margin-bottom:0
}

.sticky-add-to-cart--active .sticky-add-to-cart__product{
    display:flex
}

@media (max-width:550px){
    .sticky-add-to-cart--active{
        font-size:.8em
    }

    .sticky-add-to-cart--active .stock{
        display:none
    }
}

.flex-viewport{
    cursor:pointer;
    max-height:2000px;
    transition:all 1s ease
}

.flex-viewport a{
    display:block
}

.flex-viewport img{
    width:100%
}

.flex-control-thumbs{
    display:flex;
    flex-wrap:wrap;
    margin:10px -5px 0
}

.flex-control-thumbs li{
    cursor:pointer;
    list-style:none;
    padding:0 5px;
    width:25%
}

.flex-control-thumbs li img{
    opacity:.6
}

.flex-control-thumbs li img.flex-active{
    opacity:1
}

.woocommerce-simple-add-to-cart{
    display:flex;
    position:relative;
    z-index:1;
}

.quantity,
.text-center .quantity{
    display:inline-block;
    display:inline-flex;
    margin-right:1em;
    opacity:1;
    vertical-align:top;
    white-space:nowrap
}

.button + .quantity,
.text-center .button + .quantity{
    margin-right:0
}

.quantity + .button, .ux-buy-now-button{
    font-size:1em;
    margin-right:0;
    flex:1 0;
    min-height:52px;
}

.ux-buy-now-button{
    /* background-color:var(--fs-color-secondary); */
    margin-left:0;
    color:#FFF;
}

.quantity.buttons_added.form-flat .button{
    border-width:var(--border-input);
    min-height:45px;
}

.quantity .button.minus{
    border-bottom-right-radius:0 !important;
    border-right:0 !important;
    border-top-right-radius:0 !important
}

.quantity .button.plus{
    border-bottom-left-radius:0 !important;
    border-left:0 !important;
    border-top-left-radius:0 !important
}

.quantity .minus,
.quantity .plus{
    padding-left:.5em;
    padding-right:.5em;
    width:36px;
}

.quantity input{
    display:inline-block;
    margin:0;
    padding-left:0;
    padding-right:0;
    vertical-align:top
}

.quantity input[type=number]{
    -webkit-appearance:textfield;
    -moz-appearance:textfield;
    appearance:textfield;
    border-radius:0 !important;
    font-size:1em;
    max-width:2.5em;
    text-align:center;
    width:2.5em;
    height:auto;
    border-width:1px;
}

.form-flat.quantity input[type=number]{
    border-left:0;
    border-right:0;
    border-width:var(--border-input);
}

.form-flat.quantity input[type=number]:focus{
    border-color:#ddd !important;
}

@media (max-width:549px){
    .quantity input[type=number]{
        width:2em
    }
}

.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button{
    -webkit-appearance:none;
    margin:0
}

.box-text .ux-quantity{
    margin-top:1em
}

.box-text .ux-quantity__button{
    margin-top:0
}

.ux-free-shipping{
    display:grid;
    gap:10px
}

.nav-dropdown .ux-free-shipping{
    min-width:300px
}

.ux-free-shipping__bar{
    background:#ddd;
    border-radius:5px;
    height:8px
}

.ux-free-shipping__bar--striped{
    background-image:linear-gradient(135deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size:30px 30px
}

.ux-free-shipping__bar-progress{
    background:var(--fs-color-primary);
    border-radius:5px;
    display:block;
    height:8px
}

.widget_shopping_cart_content .ux-free-shipping{
    margin-bottom:10px
}

.woocommerce-cart .ux-free-shipping{
    padding-bottom:30px
}

.woocommerce-checkout .ux-free-shipping{
    padding:30px 0
}

.cart-icon,
.cart-icon strong{
    display:inline-block
}

.cart-icon strong{
    border:var(--border-input)  solid var(--fs-color-primary);
    border-radius:0;
    color:var(--fs-color-primary);
    font-family:Helvetica, Arial, Sans-serif;
    font-size:1em;
    font-weight:600;
    height:2.2em;
    line-height:1.9em;
    margin:.3em 0;
    position:relative;
    text-align:center;
    vertical-align:middle;
    width:2.2em
}

.cart-icon strong:after{
    border:var(--border-input)  solid var(--fs-color-primary);
    border-bottom:0;
    border-top-left-radius:99px;
    border-top-right-radius:99px;
    bottom:100%;
    content:" ";
    height:8px;
    left:50%;
    margin-bottom:0;
    margin-left:-7px;
    pointer-events:none;
    position:absolute;
    transition:height .1s ease-out;
    width:14px
}

.cart-icon:hover strong,
.current-dropdown .cart-icon strong{
    background-color:var(--fs-color-primary);
    color:#fff
}

.cart-icon:hover strong:after,
.current-dropdown .cart-icon strong:after{
    height:10px
}

.nav-small .cart-icon{
    font-size:.66em
}

.nav-dark .cart-icon strong{
    border-color:#fff;
    color:#fff
}

.nav-dark .cart-icon:hover strong,
.nav-dark .current-dropdown .cart-icon strong{
    background-color:#fff;
    color:var(--fs-color-primary)
}

.nav-dark .cart-icon strong:after{
    border-color:#fff
}
.woocommerce-mini-cart__empty-message{
    text-align:center
}

.loading .cart-icon strong,
.loading .cart-icon strong:after{
    border-color:var(--fs-color-success);
    color:var(--fs-color-success)
}

.loading .cart-icon:hover strong{
    background-color:var(--fs-color-success);
    color:#fff
}

.header-cart-icon{
    position:relative
}

.header-cart-icon img[width="1"][height="1"]{
    width:32px;
}

.cross-sells h2{
    font-size:1.2em;
    margin-bottom:1em
}

.checkout ul li,
.shop_table ul li{
    list-style:none;
    margin:0
}

.shop_table .quantity{
    margin:0
}

td.product-name{
    text-overflow:ellipsis;
    word-break:break-word
}

td.product-thumbnail{
    max-width:90px;
    min-width:60px;
    width:90px;
    vertical-align:top;
}

td.product-remove{
    padding:0;
    width:20px
}

.shop_table tfoot th{
    font-size:85%;
    letter-spacing:0;
    text-transform:inherit
}

.cart_totals tbody tr td,
.shop_table tfoot tr td,
.shop_table thead tr th:last-of-type,
.shop_table tr td:last-of-type,
td.product-total{
    text-align:right
}

.shop_table .order-total td,
.shop_table .order-total th,
.shop_table thead th{
    border-width:1px;
    color:#666;
    font-weight:400;
    font-size:16px;
}

.shop_table .order-total th{
    font-size:16px;
}

.shop_table th:last-child{
    border-right:0
}

.shop_table .cart_item td{
    padding-top:20px;
    padding-bottom:20px;
    color:#000;
    font-weight:500;
}

.shop_table .actions{
    border:0;
    padding:15px 0 10px
}

.shop_table .submit-col{
    padding-left:30px
}

@media (max-width:849px){
    .shop_table{
        font-size:.9em;
        margin-bottom:0;
    }

    .shop_table tr.shipping th{
        width:39%
    }

    .shop_table .product-name{
        min-width:80px
    }

    .shop_table .product-remove{
        position:relative;
        width:0
    }

    .shop_table .product-remove a{
        font-size:18px !important;
        height:24px;
        left:0;
        line-height:18px !important;
        position:absolute;
        top:10px;
        width:24px
    }

    .shop_table .mobile-product-price{
        margin:.5em 0
    }
}

@media (max-width:549px){

    .shop_table .product-price,
    .shop_table .product-subtotal{
        display:none
    }

    .product-quantity{
        text-align:right
    }

    .shop_table .cart_item td.product-quantity{
        border-right:1px solid #EBEBEB;
    }

    .cross-sells{
        overflow:hidden
    }
}

.cart_totals tbody th{
    font-size:.9em;
    font-weight:400;
    letter-spacing:0;
    text-transform:inherit
}

.cart_totals > h2{
    display:none
}

.cart_totals .button{
    display:block;
    margin-right:0;
    min-width:100%
}

.cart_totals th.product-name{
    border-width:3px
}

.cart_totals .wc-proceed-to-checkout{
    margin:1.5em 0
}

.shipping__table{
    margin:0
}

.shipping__inner{
    border:0;
    font-size:1em;
    padding:0
}

.shipping__list{
    margin-bottom:0
}

.shipping__list_item,
li.wc_payment_method{
    align-items:center;
    display:flex;
    min-height:2em;
    flex-wrap:wrap;
}

.shipping__list_label{
    flex:1;
    font-weight:400;
    margin:0;
    opacity:.8;
    padding:.5em 0
}

.shipping.shipping--boxed .shipping__list{
    padding:0
}

.shipping.shipping--boxed .shipping__list_item{
    background-color:rgba(0, 0, 0, .01);
    border:1px solid rgba(0, 0, 0, .1);
    border-radius:3px;
    margin-bottom:5px;
    min-height:2.4em;
    padding:.3em .6em
}

.shipping__table--multiple{
    display:block;
    text-align:left
}

.shipping__table--multiple tbody,
.shipping__table--multiple td,
.shipping__table--multiple th,
.shipping__table--multiple tr{
    display:block;
    padding-left:0;
    text-align:left
}

.shipping__table--multiple th{
    border:0
}

.shipping__table--multiple .shipping__list{
    padding:0 .2em
}

.shipping__table--multiple .shipping__list_label,
.shipping__table--multiple .woocommerce-shipping-calculator,
.shipping__table--multiple .woocommerce-shipping-destination{
    text-align:left
}

tr.shipping input:checked + label,
tr.shipping input:hover + label,
tr.shipping label:hover{
    opacity:1
}

tr.shipping input:not(:checked) + label{
    cursor:pointer;
}

tr.shipping input:checked + label{
    font-weight:600;
}

tr.shipping input{
    margin-bottom:0;
    margin-top:-2px;
    position:relative;
}


tr.shipping span.amount{
    margin-left:.2em
}

.woocommerce-shipping-calculator{
    margin-bottom:0;
    margin-top:.5em
}

.shipping-calculator-button,
.woocommerce-shipping-destination{
    font-size:.9em
}

.shipping-calculator-form{
    background-color:rgba(0, 0, 0, .03);
    border-radius:5px;
    margin-top:5px;
    padding:15px 15px 10px
}

.cart-discount{
    background-color:#d4edda;
    font-size:.85em
}

.cart-discount .coupon-icon{
    margin-right:10px;
}

.cart-discount td,
.cart-discount th{
    padding:10px 15px !important;
    line-height:28px;
}

.cart-sidebar .widget-title{
    border-bottom:3px solid #ececec;
    font-size:.95em;
    margin-bottom:15px;
    padding-bottom:10px
}

.widget_shopping_cart .woocommerce-mini-cart__buttons .button{
    margin:.5em 0 0;
    width:100%
}

.widget_shopping_cart li.empty{
    margin:0;
    min-height:0;
    padding:0 10px !important;
    text-align:center
}

.widget_shopping_cart p.total{
    border-bottom:var(--border-input)  solid #ececec;
    border-top:1px solid #ececec;
    margin-bottom:.5em;
    padding:10px 0;
    text-align:center
}

.dark .widget_shopping_cart p.total{
    border-color:hsla(0, 0%, 100%, .2)
}

.nav-dropdown .product_list_widget{
    -webkit-overflow-scrolling:touch;
    max-height:500px;
    max-height:50vh;
    overflow-y:auto
}

.woocommerce-mini-cart-item .variation{
    margin-bottom:10px
}

.woocommerce-mini-cart-item .ux-mini-cart-qty{
    margin-right:-30px;
    margin-top:3px
}

.woocommerce-mini-cart__total{
    display:flex;
    gap:15px;
    justify-content:space-between
}

.nav-dropdown ul.woocommerce-mini-cart{
    margin-bottom:10px
}

.cart-popup-inner{
    display:flex;
    flex-direction:column;
    padding-bottom:0
}

.cart-popup-inner > :last-child{
    margin-bottom:30px
}

.cart-popup-inner .widget_shopping_cart{
    margin-bottom:0
}

.cart-popup-inner .widget_shopping_cart,
.cart-popup-inner .widget_shopping_cart_content{
    display:flex;
    flex:1;
    flex-direction:column
}

.cart-popup-inner .widget_shopping_cart_content .price-wrapper{
    font-size:.85em;
    opacity:.6
}

.cart-popup-inner .woocommerce-mini-cart{
    display:flex;
    flex:1;
    flex-direction:column;
    margin-bottom:30px
}

.cart-popup-inner .woocommerce-mini-cart__buttons:last-child{
    margin-bottom:0
}

@media (min-height:500px){
    .cart-popup-inner--sticky{
        min-height:calc(100vh - var(--wp-admin--admin-bar--height, 0px))
    }

    .cart-popup-inner--sticky .ux-mini-cart-footer{
        background-color:#fff;
        border-top:1px solid #f1f1f1;
        bottom:0;
        position:sticky
    }

    .cart-popup-inner--sticky .ux-mini-cart-footer .woocommerce-mini-cart__total:first-child{
        border-top:0
    }
}

.ux-mini-cart-footer .ux-free-shipping{
    margin-bottom:20px;
    margin-top:5px
}

.off-canvas-cart .ux-mini-cart-footer{
    margin-left:-30px;
    margin-right:-30px;
    padding:10px 30px 30px
}

.ux-mini-cart-qty{
    align-items:center;
    display:flex;
    flex-wrap:nowrap;
    gap:4px;
    justify-content:space-between
}

.ux-mini-cart-qty .quantity{
    margin:0 !important
}

.ux-mini-cart-cross-sells{
    margin-bottom:30px;
    margin-top:auto
}

.nav-dropdown .ux-mini-cart-cross-sells{
    display:none
}

.ux-mini-cart-cross-sells__list{
    display:flex;
    flex-direction:column;
    gap:10px
}

.ux-mini-cart-cross-sells__list li.ux-mini-cart-cross-sells__list-item{
    background-color:rgba(0, 0, 0, .05);
    border:0;
    margin-bottom:0;
    padding-left:85px;
    padding-right:10px !important
}

.ux-mini-cart-cross-sells__list li.ux-mini-cart-cross-sells__list-item img{
    left:10px
}

.ux-mini-cart-cross-sells__list li.ux-mini-cart-cross-sells__list-item .product-title{
    font-size:.9em
}

.ux-mini-cart-cross-sells__list li.ux-mini-cart-cross-sells__list-item .price-wrapper{
    opacity:1
}

.ux-mini-cart-cross-sells__list li.ux-mini-cart-cross-sells__list-item .price-wrapper .price{
    margin-bottom:.5em;
    margin-top:.5em
}

.ux-mini-cart-cross-sells__list li.ux-mini-cart-cross-sells__list-item .price-wrapper .star-rating ~ .price{
    margin-top:0
}

.ux-mini-cart-cross-sells__list li.ux-mini-cart-cross-sells__list-item a:not(.remove, .button){
    display:inline
}

.ux-mini-cart-cross-sells__list li.ux-mini-cart-cross-sells__list-item:last-child{
    margin-bottom:0
}

.ux-mini-cart-cross-sells__list .button.add_to_cart_button{
    align-items:center;
    display:inline-flex;
    float:right;
    font-size:.7em;
    gap:5px;
    justify-content:center;
    line-height:1;
    margin:0 0 8px 8px;
    padding:3px 8px
}

.ux-mini-cart-empty{
    gap:30px;
    padding:15px 0
}

.ux-mini-cart-empty .woocommerce-mini-cart__empty-message{
    margin-bottom:0
}

.tagcloud{
    padding-bottom:15px
}

.tagcloud a{
    border:1px solid;
    border-radius:3px;
    display:inline-block;
    font-size:.8em !important;
    margin:0 3px 5px 0;
    opacity:.8;
    padding:2px 5px
}

.tagcloud a:hover{
    background-color:var(--fs-experimental-link-color-hover);
    border-color:var(--fs-experimental-link-color-hover);
    color:#fff;
    opacity:1
}

table.variations .label{
    padding-right:20px
}

table.variations label{
    white-space:nowrap
}

table.variations .value{
    width:100%
}

.variations{
    position:relative
}

.variations td,
.variations th{
    border:0;
    letter-spacing:normal;
    padding:.2em 0;
    text-transform:none;
    vertical-align:middle
}

.variations .reset_variations{
    bottom:95%;
    color:currentColor;
    font-size:11px;
    opacity:.6;
    position:absolute;
    right:0;
    text-transform:uppercase
}

dl.variation dt{
    clear:both;
    float:left;
    line-height:1.2;
}

dl.variation dd{
    display:block;
    line-height:1.2;
}

.wc-item-meta{
    margin-top:1.3em
}

.product-page-accordian .accordion .accordion-item{
    border:1px solid rgb(0 0 0 / 12%);
}

/* WCPA */
.hidden_parent{
    margin:0 !important;
}

.hidden_parent > *{
    display:none !important;
}

.single-product div.product form.cart{
    position:relative;
    margin-bottom:0;
}

.single-product div.product form.cart,
.single-product div.product.wcpa_has_options form.cart{
    display:flex !important;
    flex-wrap:wrap;
    flex-direction:column;
}

.single-product div.product.wcpa_has_options form.cart{
    margin-top:40px;
    padding-bottom:15px;
    margin-bottom:25px;
    border-bottom:var(--border-input)  solid #f5f5f5;
}

.product.wcpa_has_options .product-info .price-wrapper,
.wcpa_cart_val.wcpa_cart_type_color-group span,
.wcpa_img_mag,
.product .wcpa_price_summary .wcpa_total > span:first-child{
    display:none;
}

.product .wcpa_form_outer{
    margin:0;
    overflow:hidden;
    position:relative;
}

.product .wcpa_form_outer .wcpa_row{
    position:relative;
    z-index:6;
}

.product .product-summary .variations_button{
    order:3;
    display:flex;
}

.product .wcpa_price_outer .wcpa_price{
    color:#222;
    font-weight:600;
    font-size:1.5em;
}

.wcpa_error_msg{
    font-size:0.8rem;
    color:#000;
    color:red;
    bottom:-8px;
}

.product .wcpa_price_summary{
    background:none;
    order:-1;
    position:absolute;
    top:-40px;
    left:0;
    overflow:hidden;
}

.product .wcpa_price_summary ul{
    margin-bottom:15px;
    list-style:none;
    margin-left:0;
    padding-left:0;
}

.product .wcpa_price_summary .wcpa_total{
    margin:0;
    border:0;
    padding:0;
    line-height:24px;
    display:flex;
}

.product .wcpa_form_outer .wcpa_form_item .wcpa_color label span.disp_squircle{
    border-radius:2px;
}

.wcpa_form_outer .wcpa_form_item .color-group label{
    border:1px solid #e0e0e0;
    border-radius:50px;
    padding:2px;
}

.wcpa_form_outer .wcpa_form_item .color-group .wcpa_color label span{
    display:block;
    position:relative;
}

.wcpa_form_outer .wcpa_form_item .wcpa_color label span.disp_circle{
    border-radius:50%;
}

.product .wcpa_form_outer .wcpa_form_item .checkbox-inline .wcpa_checkbox,
.wcpa_form_outer .wcpa_form_item .radio-inline .wcpa_radio,
.product .wcpa_form_outer .wcpa_form_item .color-group .wcpa_color{
    margin:0 8px 8px 0;
    display:inline-flex;
    cursor:pointer;
}

.product .wcpa_form_outer .wcpa_form_item .color-group .wcpa_color label span.label_inside{
    line-height:28px;
    font-size:13px;
    font-weight:600;
    padding:0 15px;
}

.product .wcpa_form_outer .wcpa_form_item .color-group .wcpa_color label span.wcpa_clb_border{
    border:1px solid rgba(0, 0, 0, .4);
    border:1px solid rgba(0, 0, 0, .3);
}

.wcpa_form_outer .wcpa_form_item .color-group .wcpa_color input:checked + label span{
    border:0;
    box-shadow:none;
}

.product .wcpa_form_outer .wcpa_form_item .color-group.wcpa_sel_type_tick-border .wcpa_color input:checked + label span,
.product .wcpa_form_outer .wcpa_form_item .color-group.wcpa_sel_type_border .wcpa_color input:checked + label span{
    box-shadow:none;
    color:#FFF;
    box-shadow:0 0 0 2px var(--primary-color);
}

.product .wcpa_form_outer .wcpa_form_item .color-group.wcpa_sel_type_tick-border .wcpa_color input:checked + label span:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:2;
    border-radius:100%;
    border:var(--border-input)  solid #FFF;
}

.product .wcpa_form_outer .wcpa_form_item .color-group.wcpa_sel_type_tick-border .wcpa_color input:checked + label span:after,
.product .wcpa_form_outer .wcpa_form_item .color-group.wcpa_sel_type_tick .wcpa_color input:checked + label span:after{
    content:"";
    display:block;
    position:absolute;
    left:0;
    top:-1px;
    bottom:0;
    right:0;
    width:7px;
    height:12px;
    border-style:solid;
    border-width:0 2px 2px 0;
    border-color:#ffffff;
    transform:rotate(45deg);
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    margin:auto;
}

.product .wcpa_form_outer .wcpa_form_item .color-group.wcpa_sel_type_tick-border .wcpa_color input:checked + label span.wcpa_clb_nowhite:after,
.product .wcpa_form_outer .wcpa_form_item .color-group.wcpa_sel_type_tick .wcpa_color input:checked + label span.wcpa_clb_nowhite:after{
    border-color:#333;
}

.product .wcpa_form_outer .wcpa_form_item .wcpa_sel_type_tick .wcpa_image input:checked ~ label:after,
.wcpa_form_outer .wcpa_form_item .wcpa_sel_type_tick-shadow .wcpa_image input:checked ~ label:after{
    border-color:#333333;
}

.product .wcpa_form_outer .wcpa_form_item > label{
    padding-right:.5em;
    font-weight:500;
    font-size:0.875rem;
    color:#333;
    margin-bottom:6px;
    display:inline-block;
    text-transform:none;
    font-weight:600;
}

.product .wcpa_form_outer .wcpa_form_item .checkbox-inline,
.wcpa_form_outer .wcpa_form_item .radio-inline,
.product .wcpa_type_image-group .image-group.image-inline,
.product .wcpa_form_outer .wcpa_form_item .color-inline{
    margin-left:0;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:flex-start;
}

.product .wcpa_form_outer .wcpa_form_item .wcpa_radio label{
    line-height:36px !important;
    height:39px;
    min-width:45px;
    border:var(--border-input)  solid rgb(0 0 0 / 12%);
    padding:0 16px !important;
    text-align:center;
    color:#000;
    border-radius:3px;
    font-size:0.825em;
    font-weight:500;
    cursor:pointer;
    display:inline-block;
    position:relative;
    overflow:hidden;
}

.product .wcpa_form_outer .wcpa_form_item .wcpa_radio label::after{
    background:#333;
    background:var(--primary-color);
    content:" ";
    display:block;
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    opacity:0.1;
    border-radius:100%;
    transition:transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), background 150ms ease-out, box-shadow 200ms ease-out;
    transform:scaleX(0) scaleY(0) perspective(1px);
}

.product .wcpa_form_outer .wcpa_form_item .wcpa_radio:hover label::after{
    transform:scaleX(1.5) scaleY(1.5) perspective(1px);
}

.product .wcpa_form_outer .wcpa_form_item .image-inline .wcpa_image{
    margin:0 8px 8px 0;
    width:80px;
    border:var(--border-input)  solid rgb(0 0 0 / 12%);
    border-radius:2px;
    display:inline-flex;
    flex-direction:column;
}

.product .wcpa_form_outer .wcpa_form_item .wcpa_image img{
    border-radius:2px;
    padding:1px 1px 0;
    box-shadow:none !important;
}

.product .wcpa_form_outer .wcpa_form_item .wcpa_radio .wcpa_check{
    display:inline-block;
    position:initial;
    border:0 !important;
    border-radius:100%;
    height:auto;
    width:auto;
    margin:0;
}

.product_cat-custom-jersey .wcpa_form_item.custom-jersey-optional_parent,
.product_cat-custom-hoodie .wcpa_form_item.custom-jersey-optional_parent,
.product .wcpa_form_item.custom-jersey-optional_parent > label{
    display:none;
}
[class*="product_cat-custom-"] .wcpa_form_item.custom-optional_parent{
  display:none;
}
.wcpa_cart_val.wcpa_cart_type_file{
    position:relative;
}

/* .product .wcpa_form_outer .wcpa_form_item .wcpa_radio .wcpa_check::before{
    display:block;
    position:absolute;
    content:'';
    border-radius:0;
    height:100%;
    width:100%;
    top:0;
    left:0;
    right:0;
    z-index:-1;
    margin:auto;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
} */
.product .wcpa_form_outer .wcpa_form_item .wcpa_radio input[type=radio]:checked + label{
    color:#FFF;
    border-color:var(--primary-color);
    background:var(--primary-color);
}

.product .wcpa_form_outer .wcpa_form_item .wcpa_radio input[type=radio]:checked + label .wcpa_check::before{
    background:var(--primary-color) !important;
}

.product .wcpa_form_outer .wcpa_form_item .image-inline .wcpa_image label{
    display:block;
    font-size:12px;
    text-align:center;
    text-transform:uppercase;
    font-weight:400;
    line-height:15px;
    padding:5px 0;
    margin-bottom:0;
    height:100%;
    cursor:pointer;
}

.product .wcpa_form_outer .wcpa_form_item .wcpa_image input:checked ~ label{
    background:var(--primary-color);
    color:#FFF;
}

.product .wcpa_form_outer .wcpa_form_item .wcpa_image input:checked ~ label:before{
    display:block;
    border-radius:2px;
    color:#FFF;
    content:"";
    position:absolute;
    left:-1px;
    right:-1px;
    bottom:-1px;
    top:-1px;
    border:var(--border-input)  solid var(--primary-color);
}

.wcpa_form_outer .wcpa_form_item{
    margin:0 0 0.875em 0;
    position:relative;
}

.wcpa_color label{
    font-size:0;
}

.wcpa_form_outer .wcpa_form_item .wcpa_image,
.wcpa_form_outer .wcpa_form_item .wcpa_image_other{
    position:relative;
}

.wcpa_form_outer .wcpa_form_item .wcpa_image input[type="checkbox"],
.wcpa_form_outer .wcpa_form_item .wcpa_image input[type="radio"],
.wcpa_form_outer .wcpa_form_item input[type="radio"]{
    position:absolute;
    opacity:0;
}

.wcpa_form_outer .wcpa_form_item .image-group img{
    cursor:pointer;
}

.wcpa_form_outer .wcpa_form_item input[type=date],
.wcpa_form_outer .wcpa_form_item input[type=datetime-local],
.wcpa_form_outer .wcpa_form_item input[type=email],
.wcpa_form_outer .wcpa_form_item input[type=file],
.wcpa_form_outer .wcpa_form_item input[type=number],
.wcpa_form_outer .wcpa_form_item input[type=password],
.wcpa_form_outer .wcpa_form_item input[type=tel],
.wcpa_form_outer .wcpa_form_item input[type=text],
.wcpa_form_outer .wcpa_form_item input[type=url],
.wcpa_form_outer .wcpa_form_item textarea{
    border:var(--border-input)  solid rgb(0 0 0 / 12%);
}

.wcpa_form_outer .wcpa_form_item .wcpa_checkbox input[type="checkbox"]:checked + label .wcpa_check,
.wcpa_form_outer .wcpa_form_item .wcpa_productGroup.wcpa_multiselect input[type="checkbox"]:checked + label .wcpa_check{
    border:var(--border-input)  solid var(--primary-color);
    background:var(--primary-color);
}

.wcpa_form_outer .wcpa_form_item .wcpa_checkbox .wcpa_check,
.wcpa_form_outer .wcpa_form_item .wcpa_productGroup.wcpa_multiselect .wcpa_productGroup_option_img .wcpa_check{
    height:20px;
    width:20px;
    margin-bottom:-5px;
}

.wcpa_form_outer .wcpa_form_item .wcpa_checkbox input[type="checkbox"]:checked + label .wcpa_check::before,
.wcpa_form_outer .wcpa_form_item .wcpa_productGroup.wcpa_multiselect input[type="checkbox"]:checked + label .wcpa_check::before{
    left:6px;
    top:1px;
    width:6px;
    height:10px;
}

.wcpa_cart_val.wcpa_cart_type_color-group{
    display:inline;
}

.wcpa_cart_type_image-group, .woocommerce-cart-form .wcpa_cart_type_image-group p, .woocommerce-cart-form .wcpa_cart_type_color-group, .woocommerce-cart-form .wcpa_cart_type_color-group p, .woocommerce-checkout-review-order-table .wcpa_cart_type_image-group, .woocommerce-checkout-review-order-table .wcpa_cart_type_image-group p, .woocommerce-checkout-review-order-table .wcpa_cart_type_color-group, .woocommerce-checkout-review-order-table .wcpa_cart_type_color-group p{
    display:inline;;
}

/* Couter Viewing */
.listings_nudge > div:not(:last-child){
    margin-bottom:8px;
}

.listings_nudge_icon{
    width:26px;
    height:26px;
    display:block;
    margin-top:5px;
}

.icon-fire{
    margin-top:-2px;
}
.listings_nudge_icon.estimated-delivery-icon{
    width:32px;
    margin-left:-6px;
}
.listings_nudge_icon.cart-icon{
    margin-top:0;
}
/* Form Product */
.has-product-summary-bg.single-product div.product form.cart{
    padding:0.9375rem;
    position:relative;
    border-radius:5px;
    padding-bottom:0;
    margin-bottom:20px;
}

/* .has-product-summary-bg form.cart>div{
    z-index:3;
} */

.has-product-summary-bg form.cart::before{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    content:"";
    display:block;
    background-color:#F2F2F7;
    background:#F8F8F8;
    z-index:0;
    border-radius:5px;
}

.has-product-summary-bg .single-product div.product form.cart{
    background:#f1f1f1;
}

.product-function > div{
    margin-bottom:15px;
    font-size:0.875rem;
}

.size-chart{
    position:relative;
    z-index:8;
}

.has-product-summary-bg .product-info .size-chart-link{
    top:50px;
    right:15px;
}

.product-summary .accordion .accordion-item{
    background-color:transparent;
}

.price_regular{
    font-size:16px;
    font-weight:500;
}

.price_regular_wrapper{
    margin-left:10px;
    font-size:16px;
}

.price_regular_wrapper .save-text{
    color:#53a42f;
    background-color:rgba(103, 175, 71, .15);
    padding:2px 7px;
    border-radius:3px;
    font-size:0.875rem;
    font-weight:500;
    line-height:24px;
    vertical-align:top;
    margin-left:10px;
}

.coupon-tag{
    cursor:pointer;
    padding:2px 12px;
    border:1px solid #d84545;
    border-radius:4px;
    font-size:13px;
    font-weight:500;
    line-height:20px;
    color:#d84545;
    position:relative;
    margin:8px 12px 0px 0px;
    display:inline-block;
    background:#ffe0e0;
}

.coupon-tag:before,
.coupon-tag:after{
    content:"";
    width:10px;
    height:10px;
    background-color:rgb(255, 255, 255);
    border-width:1px;
    border-style:solid;
    border-color:transparent #d84545 #d84545 transparent;
    border-image:initial;
    position:absolute;
    top:50%;
    margin-top:-5px;
    border-radius:50%;
}

.coupon-tag:before{
    left:-6px;
    transform:rotate(-45deg);
}

.coupon-tag:after{
    right:-6px;
    transform:rotate(135deg);
}

.flash-sale{
    margin-bottom:10px;
    margin-top:-10px;
}

.flash-sale .listings_nudge_icon{
    width:18px;
    height:18px;
    margin-bottom:-8px;
    margin-right:5px;
}

.flame{
    animation:0.15s flame infinite;
}

@keyframes flame{
    0%{
        height:24px;
        width:26px;
    }

    50%{
        height:25px;
        width:26px;
    }

    100%{
        height:26px;
        width:26px;
    }
}

.product-reviewer{
    margin-bottom:15px;
    margin-top:-5px;
    justify-content:flex-start;
}

.jdgm-all-reviews-summary{
    margin-left:5px;
}

.product-reviewer .line{
    height:13px;
    width:1px;
    margin:0 5px;
    background:#CCC;
    display:inline-block;
    text-align:center;
    vertical-align:middle;
}

.product-sold{
    color:#0a0a0a;
}

.product-info .product-page-accordian{
    margin-top:15px;
}

.no-product-tab-border .woocommerce-tabs,
.no-product-tab-border .tab-panels,
.no-product-tab-border .product-page-accordian .accordion .accordion-item,
.no-product-tab-border .product-page-accordian .accordion .accordion-inner{
    border:0;
    padding-left:0;
    padding-right:0;
}

.no-product-tab-border .product-page-accordian .accordion .accordion-title,
.no-product-tab-border .product-page-accordian .accordion .accordion .toggle{
    background:none;
    padding-left:0;
    padding-right:0;
    font-weight:600;
}

.no-product-tab-border .product-page-accordian .accordion .accordion-title:after{
    background:#333;
    background:var(--primary-color);
    content:" ";
    display:block;
    width:auto;
    height:100%;
    position:absolute;
    left:-5px;
    right:-5px;
    top:0;
    opacity:0;
    border-radius:30px;
    transition:transform 200ms cubic-bezier(0.345, 0.115, 0.135, 1.42), background 150ms ease-out, box-shadow 200ms ease-out;
    transform:scaleX(0.8) scaleY(0.8) perspective(1px);
}

.no-product-tab-border .product-page-accordian .accordion .accordion-title:hover:after{
    opacity:0.1;
    transform:scaleX(1.035) scaleY(1.035) perspective(1px);
}

.no-product-tab-border .product-page-accordian .accordion .toggle{
    right:-10px;
}

@media (max-width:549px){
    .woocommerce-product-gallery .woocommerce-product-gallery__wrapper{
        margin:0 -15px;
    }

    .product-main{
        padding-top:0;
    }

    .hide-gallery-thumbnail .product-thumbnails.slider .flickity-viewport,
    .hide-gallery-thumbnail .product-thumbnails.slider > div{
        display:none !important;
    }

    .product-thumbnails .flickity-page-dots{
        display:none;
    }

    .hide-gallery-thumbnail .product-thumbnails .flickity-page-dots{
        display:block;
        top:0
    }
}

.box-text-products .title-wrapper .product-title a{
    color:var(--fs-experimental-link-color-hover);
    /* display:block;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
    white-space:nowrap !important;
    min-width:0 !important; */
    display:block;
    overflow:hidden !important;
    min-width:0 !important;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-overflow:ellipsis;
}

.product-small .product-title{
    /* font-weight:400; */
    /* font-size:0.95em; */
    color:var(--fs-experimental-link-color-hover);
    /* line-height:1.5; */
    margin-bottom:10px;
    letter-spacing:0.1px;
}

.product-small .product-title a{
    color:var(--fs-experimental-link-color-hover);
}

.shop_table tbody tr td:first-child,
.shop_table tbody tr th:first-child{
    border-left:1px solid #e5e5e5;
    padding-left:20px
}

.shop_table tbody tr td:last-child{
    border-right:1px solid #e5e5e5;
    padding-right:15px
}

.cart-collaterals .shop_table tbody tr th:first-child{
    border-left:none
}

.cart-collaterals .shop_table tbody tr th:last-child{
    border-right:none
}

.shop_table a.icon-remove,
.shop_table a.remove{
    height:55px;
    line-height:15px
}

.cart-collaterals,
.is-well{
    border-radius:5px;
    margin-bottom:30px
}

.cart-collaterals > h4{
    padding:15px 0;
    margin:0
}

.cart-collaterals .cart-sidebar .widget-title{
    margin-bottom:0
}

.cart-collaterals .cart-coupon-wrapper,
.cart-collaterals .shop_table th,
.cart-collaterals > h4,
.is-well > .checkout-sidebar{
    padding-left:20px;
    padding-right:20px
}

.cart-collaterals .shop_table td,
.cart-collaterals .shop_table th,
.shop_table tfoot th{
    border:none;
    padding-top:5px;
    padding-bottom:5px;
    font-weight:500;
    font-size:15px;
}

.cart-collaterals .cart-subtotal td,
.cart-collaterals .cart-subtotal th{
    padding-top:5px;
    padding-bottom:12px
}

.cart-collaterals .order-total td,
.cart-collaterals .order-total th{
    padding-top:15px;
    padding-bottom:15px;
    font-weight:600;
}

.shop_table .cart-discount td,
.shop_table .order-save td,
.shop_table .order-save th{
    font-size:13px
}

.shop_table .order-save th{
    font-weight:500
}

.shop_table .order-save td{
    font-weight:600
}

.shop_table .order-regular th{
    font-weight:400
}

.shop_table .cart-discount th,
.shop_table .order-regular .amount,
.shop_table .order-regular th{
    color:#000;
}

.cart_totals .shop_table .cart-subtotal th,
.cart_totals .shop_table .order-total th,
.checkout-sidebar .shop_table .cart-subtotal th,
.checkout-sidebar .shop_table .order-total th,
.shop_table .cart-discount th{
    color:#333
}

.cart_totals .shop_table tr.order-regular th,
.cart_totals .shop_table tr.order-save th,
.woocommerce-checkout .shop_table .order-regular th,
.woocommerce-checkout .shop_table .order-save th{
    font-size:15px;
    font-weight:500
}

.checkout-sidebar .shop_table .cart-subtotal th,
.checkout-sidebar .shop_table .order-total th{
    font-weight:600
}

.cart-collaterals .cart_totals .wc-proceed-to-checkout{
    padding:0 20px
}

.wc-proceed-to-checkout .checkout-button,
#payment .place-order .button{
    font-size:16px;
    font-weight:600;
    line-height:40px;
    width:100%;
    letter-spacing:normal;
}

.woocommerce-remove-coupon{
    font-weight:500;
    color:var(--primary-color);
}

.cart-sidebar .cart-coupon td{
    border-top:1px solid #e1e1f1;
    border-bottom:1px solid #e1e1f1;
}

.cart_totals .shop_table tbody tr td:last-child{
    border-left:0;
    border-right:0
}

.cart-coupon form{
    margin-top:0
}

.cart-coupon .coupon{
    position:relative;
}

.cart-coupon .coupon-icon{
    width:20px;
    height:20px;
    position:absolute;
    left:0;
    top:15px;
    bottom:0;
    fill:#666;
}

.cart-coupon .coupon .icon-angle-down{
    position:absolute;
    top:12px;
    right:0px;
    font-size:20px;
    transition:all .3s;
}

.checkout_coupon.show .coupon .icon-angle-down{
    transform:rotate(-180deg);
}

.cart-coupon .coupon .togglecoupon{
    text-align:left
}

.cart-coupon .cart-coupon-wrapper,
.cart-coupon .togglecoupon{
    padding-left:0;
    padding-right:0
}

.cart-coupon .message-wrapper{
    text-align:left;
    margin-top:10px;
    padding-bottom:0;
}

.cart-total-custom.order-regular .amount{
    color:#c40000;
    opacity:1;
    margin-right:0
}

.shop_table .order-regular .amount{
    color:#000
}

.cart-container .woocommerce.row{
    margin-bottom:80px
}

.woocommerce-cart-form dl.variation{
    font-size:.8em;
}

.checkout_coupon input[type=submit].is-form,
.checkout_coupon input[type=text],
.woocommerce-cart-form input[type=submit].is-form{
    height:38px
}

.woocommerce-checkout .checkout_coupon input[type=text]{
    max-width:80%;
}

.checkout_coupon input[type=submit].is-form,
.woocommerce-cart-form input[type=submit].is-form{
    border:none;
    color:#fff;
    font-weight:600
}

.woocommerce-cart .shop_table tbody tr:last-child td.actions{
    border:none;
    padding-left:0;
    padding-top:20px
}

.woocommerce-checkout .cart-header .message-container{
    float:right
}

.woocommerce-billing-fields input:-ms-input-placeholder,
.woocommerce-billing-fields input::-webkit-input-placeholder,
.woocommerce-billing-fields input::placeholder,
.woocommerce-billing-fields textarea:-ms-input-placeholder,
.woocommerce-billing-fields textarea::-webkit-input-placeholder,
.woocommerce-billing-fields textarea::placeholder{
    color:#9fa4b9
}

.woocommerce-checkout .large-7 > h2{
    margin-bottom:30px
}

.woocommerce-checkout .card-header-top{
    padding:20px 0;
    border-bottom:1px solid #eee
}

.woocommerce-checkout .card-header-top .message-container a{
    line-height:32px;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:center;
    align-items:center
}

.page-checkout-simple #content{
    padding:20px 0 0
}

.woocommerce-checkout .shop_table tbody tr td:first-child{
    border-left:none;
    padding-left:0
}

.woocommerce-checkout .shop_table tbody tr td:last-child{
    border-right:none;
    padding-right:0
}

.woocommerce-checkout .shop_table tbody tr td:last-child a{
    margin-right:0
}

.shop_table tfoot td,
.shop_table tfoot th{
    border-bottom:none
}

.shop_table.woocommerce-checkout-review-order-table .cart_item td{
    padding-top:10px;
    padding-bottom:10px
}

.woocommerce-checkout .shop_table .cart-subtotal td,
.woocommerce-checkout .shop_table .cart-subtotal th,
.woocommerce-checkout .shop_table .order-total td,
.woocommerce-checkout .shop_table .order-total th{
    padding-top:15px;
    padding-bottom:15px
}

.woocommerce-checkout .shop_table .cart-subtotal td,
.woocommerce-checkout .shop_table .cart-subtotal th{
    border-top:1px solid #e1e1f1
}

.woocommerce-checkout .shop_table .order-regular td,
.woocommerce-checkout .shop_table .order-regular th,
.woocommerce-checkout .shop_table .order-save td,
.woocommerce-checkout .shop_table .order-save th{
    padding-top:3px;
    padding-bottom:10px
}

.woocommerce-checkout .shop_table .order-regular td,
.woocommerce-checkout .shop_table .order-regular th{
    padding-top:20px
}

.woocommerce-checkout .shop_table .cart-discount td{
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
    padding-left:0 !important;
    min-width:75px;
}

.woocommerce-checkout .shop_table .cart-discount th{
    padding-left:10px;
    padding-right:10px;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
    line-height:28px;
}

.woocommerce-checkout .shop_table .cart-discount + tr > td{
    border-top:none;
}

.woocommerce-checkout .copyright-footer{
    line-height:33px
}

.notice-order-success h4{
    margin-bottom:0
}

.notice-order-success span{
    font-weight:500
}

.woocommerce-order-received .is-well{
    padding:20px
}

.woocommerce-notice--success{
    font-size:18px;
    font-weight:600;
    color:#000
}

ul.woocommerce-order-overview{
    list-style:none
}

.woocommerce-checkout.woocommerce-order-received .myaccount__page__list,
.woocommerce-checkout.woocommerce-order-received .myaccountorder__address{
    display:inline-block;
    width:100%
}

.notice-order-success,
.woocommerce-checkout.woocommerce-order-received .myaccount__page__list.myaccountorder__address,
.woocommerce-checkout.woocommerce-order-received .myaccountorder,
.woocommerce-checkout.woocommerce-order-received .myaccountorder__address,
.woocommerce-customer-details,
.woocommerce-order-details,
.woocommerce-order-downloads{
    border:1px solid #eee;
    border-radius:3px;
    padding:25px 38px;
    margin-bottom:20px
}

.woocommerce-checkout.woocommerce-order-received .myaccount__page__list--column,
.woocommerce-checkout.woocommerce-order-received .myaccount__page__list--column address,
.woocommerce-checkout.woocommerce-order-received .myaccount__page__list--title,
.woocommerce-checkout.woocommerce-order-received .woocommerce-table--order-details{
    width:100%
}

.woocommerce-checkout.woocommerce-order-received .myaccountorder__address .myaccount__page__list--column > section{
    width:40%;
    float:left
}

.woocommerce-account.woocommerce-view-order .myaccountorder__address .myaccount__page__list--column > section > div{
    display:inline-block;
    width:100%
}

.woocommerce-checkout.woocommerce-order-received .myaccount__page__list--title{
    margin-bottom:15px
}

.woocommerce-checkout.woocommerce-order-received .myaccountorder__address .myaccount__page--small-title{
    font-weight:500;
    font-size:12px;
    line-height:15px;
    text-transform:uppercase;
    color:#9fa4b9
}

.woocommerce-checkout.woocommerce-order-received .myaccountorder__address address{
    font-weight:400;
    font-size:13px;
    line-height:19px;
    color:#505261;
    font-style:normal
}

.notice-order-success{
    padding:42px 0
}

.woocommerce-order-downloads .shop_table tbody tr td,
.woocommerce-order-downloads .shop_table tbody tr th{
    padding:10px
}

.woocommerce-checkout section > h2{
    font-weight:600;
    font-size:18px;
    color:#000
}

.woocommerce-customer-details address{
    font-size:13px
}

.woocommerce-order-details span.amount{
    font-weight:500
}

.woocommerce-order-details tfoot th{
    font-weight:500;
    font-size:14px;
    color:#000
}

.woocommerce-order-details tfoot tr:last-child td,
.woocommerce-order-details tfoot tr:last-child th{
    font-size:15px
}

.woocommerce-shipping-totals td,
.woocommerce-shipping-totals th{
    border-left:none !important;
    border-right:none !important;
}

.shop_table .woocommerce-shipping-totals > td{
    border-top:1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5;
    padding-top:10px;
    padding-bottom:10px
}

.shop_table .shipping__table tbody tr th{
    padding-left:0;
    font-weight:500;
}

form .woocommerce-form-row{
    position:relative
}

form .woocommerce-form-row > label{
    position:absolute;
    top:8px;
    left:13px
}

form .woocommerce-form-row label{
    color:#818390;
    font-weight:600;
    font-size:11px;
    text-transform:uppercase;
    z-index:1
}

form .woocommerce-form-row input{
    height:65px;
    padding-top:22px
}

form .woocommerce-form-row input[name=account_display_name]{
    margin-bottom:0
}

form .woocommerce-form-row > span{
    font-style:italic;
    font-weight:500;
    font-size:12px;
    line-height:1.5;
    display:inline-block;
    width:100%;
    margin-bottom:10px
}

.select2-container .select2-choice > .select2-chosen,
.select2-container .select2-selection--single .select2-selection__rendered,
.select2-selection,
form .woocommerce-form-row span input{
    font-style:normal
}

.select2-container .select2-choice > .select2-chosen,
.select2-container .select2-selection--single .select2-selection__rendered,
.select2-selection{
    color:#000
}

form .woocommerce-form-row > .woocommerce-shipping-totals table{
    margin-bottom:0
}

.remember-and-lost{
    display:inline-block;
    width:100%
}

.woocommerce-shipping-totals table tbody > tr > td,
.woocommerce-shipping-totals table tbody > tr > th{
}

ul.woocommerce-shipping-methods{
    list-style:none;
    margin-bottom:0
}

ul.woocommerce-shipping-methods li{
    margin-left:0;
    margin-bottom:0
}

input[type=radio]{
    width:21px;
    height:21px;
    border-radius:12px;
    border:var(--border-input)  solid rgba(0, 0, 0, .3);
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    border:none;
    margin-bottom:5px;
}

input[type=radio]:before{
    content:"";
    width:21px;
    height:21px;
    border-radius:12px;
    display:inline-block;
    text-align:center;
    border:var(--border-input)  solid #CCC;
}

input[type=radio]:checked:after{
    content:'';
    right:0;
    display:block;
    position:absolute;
    left:0;
    top:-3px;
    bottom:0;
    width:7px;
    height:12px;
    border-style:solid;
    border-width:0 2px 2px 0;
    border-color:#ffffff;
    transform:rotate(45deg);
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    margin:auto;
}

input[type=radio]:checked:before{
    background:var(--primary-color);
    border:0;
}

label.shipping__list_label{
    font-size:14px;
    display:flex !important;
    justify-content:space-between;
}

.woocommerce-Button,
.woocommerce-form .button,
.woocommerce-form button,
.woocommerce-form input[type=button],
.woocommerce-form input[type=reset],
.woocommerce-form input[type=submit]{
    font-size:16px;
    font-weight:600;
    width:100%;
    padding:7px 0
}

.woocommerce .woocommerce-MyAccount-content form button.button{
    font-size:16px;
    font-weight:600;
    padding:2px 25px
}

.woocommerce-ResetPassword .form-row-first{
    float:none;
    margin-right:0;
    width:100%
}

ul.woocommerce-order-overview li{
    word-break:break-all;
    margin-left:0;
    font-size:15px
}

ul.woocommerce-order-overview li label{
    min-width:35%;
    display:inline-block;
    color:#505261;
    font-size:13px;
    font-weight:400
}

.cart-sidebar .widget-title,
.widget-title.togglecoupon{
    border-bottom:none;
    font-size:15px;
    padding-left:30px;
    cursor:pointer;
    font-weight:600;
    color:#666;
    padding-top:15px;
    padding-bottom:15px
}

.checkout.woocommerce-checkout .widget-title.togglecoupon{
    padding-left:0;
    text-align:left
}

.checkout.woocommerce-checkout .coupon_checkout > td{
    border-bottom:1px solid #ececec;
    padding:0
}

@media screen and (min-width:850px){
    .page-checkout-focused{
        padding:40px 0 0;
        min-height:100vh;
        display:flex;
        flex-direction:column;
        align-content:stretch;
        justify-content:space-between;
    }

    .page-checkout-focused #content{
        z-index:2;
    }

    .page-checkout-focused .container,
    .page-checkout-simple .container{
        max-width:1140px;
    }

    .page-checkout-focused .large-7.col{
        padding-right:80px;
    }

    .page-checkout-simple .large-7.col{
        padding-right:30px;
    }

    .page-checkout-focused .large-5.col{
        padding-left:60px;
    }

    .container-split{
        position:absolute;
        left:0;
        right:0;
        margin:auto;
        bottom:0;
        top:0;
        z-index:0;
    }

    .container-split > .row{
        height:100%;
    }

    .container-split .left:before{
        content:'';
        position:absolute;
        top:0;
        left:0;
        bottom:0;
        background:#F6F6F6;
        z-index:0;
        width:80vw;
        border-left:1px solid #e5e5e5;
    }

    .woocommerce-order-pay .container-split .left:before{
        display:none;
    }

    .page-checkout-focused .woocommerce-notices-wrapper, .page-checkout-focused .woocommerce-NoticeGroup{
        max-width:58.3333333333%;
        padding-right:80px;
    }

    .page-checkout-focused .woocommerce-notices-wrapper > .woocommerce-NoticeGroup{
        max-width:100%;
        padding-right:0;
    }
}

.checkout-sidebar .item-count{
    font-size:.85rem;
    font-weight:400;
    margin-left:5px;
    color:#666;
}

.woocommerce-notices-wrapper, .woocommerce-error.message-wrapper{
    font-size:0.9375rem;
}

.list-terms:not(.style-label) .list-category-children > div{
    border-radius:3px;
    height:160px !important;
}

.term-thumb{
    width:90px;
    height:90px;
    border-radius:50%;
    border:1px solid rgb(0 0 0 / 12%);
    display:flex;
    justify-content:center;
    align-content:center;
    align-items:center;
    overflow:hidden;
    background:#FFF;
    transition:border ease-in 0.3s;
    margin:auto;
}

.list-category-children .term-thumb img{
    width:106px;
    padding:10px;
    max-width:120px;
}

.list-terms .swiper-list-category-children.swiper-enable{
    height:360px;
}

.list-terms.style-label .swiper-list-category-children.swiper-enable{
    height:100px;
}

.swiper-list-category-children.swiper-enable .swiper:not(.swiper-initialized) .list-category-children{
    flex-direction:column;
    flex-wrap:wrap;
}

.swiper-initialized .list-category-children > div{
    margin:inherit;
}

.swiper-list-category-children .swiper-button-next,
.swiper-list-category-children .swiper-button-prev{
    top:var(--swiper-navigation-top-offset, 45%);
}

.list-category-children > div:hover .term-thumb,
.list-category-children > div.active .term-thumb{
    border-color:var(--primary-color);
    border-width:1px;
}

.list-category-children a{
    width:100%;
    font-size:0.875em;
    align-items:center;
    display:block;
    color:#333;
    font-weight:600;
    position:relative;
}

.list-terms.style-label .list-category-children a{
    padding:10px 20px;
    border-radius:50px;
    white-space:nowrap;
}

.list-terms:not(.style-label) .list-category-children a{
    min-height:150px;
}

.list-category-children p{
    text-align:center;
    margin-top:10px;
}

.swiper{
    width:100%;
    height:100%;
    margin-left:auto;
    margin-right:auto;
}

.swiper-slide{
    text-align:center;
    background:#fff;
    display:flex;
    justify-content:center;
    /* order:2; */
}

/* .list-category-children .swiper-slide.active{
    order:1;
} */
.list-category-children .swiper-slide.active p{
    background:#F2F2F2;
    border-radius:2px;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal{
    opacity:1 !important;
}

.swiper-enable .swiper-wrapper{
    justify-content:start;
}

.swiper-list-category-children:not(.swiper-enable) .swiper-wrapper{
    flex-wrap:wrap;
}

.swiper-list-category-children.swiper-enable .swiper:not(.swiper-initialized) .swiper-slide:nth-child(2n + 1){
    margin-bottom:15px;
}

.list-terms.grid .list-category-children .swiper-slide{
    margin-left:7.5px;
    margin-right:7.5px;
}

.list-terms.style-label .swiper-list-category-children .swiper:not(.swiper-initialized) .swiper-slide{
    width:auto !important;
    padding:7.5px 0;
}

@media screen and (min-width:1024px){
    .swiper-list-category-children .swiper:not(.swiper-initialized) .swiper-slide{
        width:calc((100% - 150px) / 11) !important;
        min-width:92px;
    }

    .list-terms:not(.style-label) .swiper-list-category-children:not(.swiper-enable) .swiper-slide{
        padding:10px 0;
    }

    .store-mobile .list-terms:not(.show-desktop){
        display:none;
    }

}

@media screen and (max-width:1024px){
    .list-category-children > div{
        width:calc((100% - 30px) / 3);
        width:80px;
    }

    .list-terms.small-grid .swiper-list-category-children.swiper-mobile,
    .swiper-list-category-children.swiper-enable{
        height:320px;
    }

    .swiper-mobile .swiper-wrapper{
        overflow-y:scroll !important;
    }

    .next-prev-thumbs li.has-dropdown:hover > .nav-dropdown,
    .no-js li.has-dropdown:hover > .nav-dropdown,
    li.current-dropdown > .nav-dropdown{
        right:-20px;
        left:auto;
        padding:15px 0 5px;
    }

    .swiper-list-category-children.swiper-mobile{
        padding-right:0;
        padding-left:0;
    }

    .swiper-list-category-children.swiper-mobile .swiper-slide:first-child,
    .swiper-list-category-children.swiper-enable.swiper-mobile .swiper-slide:nth-child(2),
    .list-terms.small-grid .swiper-list-category-children.swiper-mobile .swiper-slide:nth-child(2),
    .swiper-list-category-children.swiper-mobile .swiper-slide.active{
        margin-left:15px;
    }

    .swiper-list-category-children.swiper-mobile .list-category-children .swiper-slide:not(:first-child).active{
        margin-right:0;
    }

    .swiper-list-category-children:not(.swiper-enable) .swiper-wrapper{
        flex-wrap:nowrap;
        flex-direction:row;
        justify-content:flex-start;
        overflow-y:scroll;
    }

    .list-terms.small-grid .swiper-list-category-children.swiper-mobile .swiper-wrapper{
        flex-direction:column;
        flex-wrap:wrap;
    }

    .list-category-children .term-thumb{
        width:80px;
        height:80px;
    }

    .list-terms.grid .swiper-list-category-children:not(.swiper-enable) .swiper-wrapper{
        flex-wrap:wrap;
        justify-content:center;
    }

    .list-terms.style-label .swiper-list-category-children .swiper:not(.swiper-initialized) .swiper-slide{
        margin-bottom:10px;
    }
}

/* Style 2 List Term */
/* @media screen and (min-width:1024px){
    
    .swiper-list-category-children .swiper:not(.swiper-initialized) .swiper-slide{
        width:calc((100% - 135px) / 10) !important;
        min-width:117px;
    }
    .swiper-list-category-children .swiper:not(.swiper-initialized) .swiper-slide:nth-child(10n){
        margin-right:0;
    }
}
@media screen and (max-width:849px){
    .swiper-list-category-children.swiper-mobile{
        height:420px;
    }
}
.list-category-children > div{
    border:var(--border-input)  solid #cccccc7d;
    background:#F2F2F7;
}
.list-category-children .term-thumb{
    width:80px;
    height:80px;
}
.list-category-children .term-thumb img{
    width:99px;
}
.list-category-children p{
    padding:0 5px;
}
.list-category-children > div{
    height:180px !important;
}
.swiper-list-category-children.swiper-enable{
    height:420px;
} */
/* Style 2 List Term */
.product-page-title .medium-text-center{
    padding-top:0;
    padding-bottom:0;
}


@keyframes global-loading{
    0%{
        transform:skewX(360deg) translateX(-80%)
    }

    to{
        transform:skewX(360deg) translateX(80%)
    }
}

.dorola-loading{
    min-height:36px;
    width:50%;
}

.lazy-load, .dorola-loading{
    overflow:hidden;
}

.lazy-load .flickity-viewport:before,
.lazy-load .woocommerce-product-gallery__image.slide.first::before,
.single .wcpa_has_options.product .cart:not(.loaded) .wcpa_form_outer::before,
.single .wcpa_has_options.product .cart:not(.loaded) .wcpa_price_summary::before,
.dorola-loading::before{
    content:'';
    top:0;
    left:0;
    right:0;
    bottom:0;
    position:absolute;
    background:#F9F9F9;
    z-index:8;
    border-radius:5px;
}

.single .wcpa_has_options.product .cart:not(.loaded) .wcpa_form_outer::before{
    bottom:20px;
}

.product-gallery-slider.lazy-load:after,
.single .wcpa_has_options.product .cart:not(.loaded) .wcpa_form_outer::after,
.single .wcpa_has_options.product .cart:not(.loaded) .wcpa_price_summary::after,
.dorola-loading::after{
    content:'';
    background:#f5f5f5;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    display:block;
    content:"";
    border-color:transparent;
    position:absolute;
    z-index:9;
    top:-50%;
    left:-50%;
    right:-50%;
    bottom:-50%;
    opacity:0.8;
    background-image:linear-gradient(360deg, rgba(255, 255, 255, 0.8) 20%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 80%);
    animation:global-loading 1.5s infinite;
}

.mfp-content > div{
    padding:10px;
    border-radius:5px;
}

#size-chart-content .wp-block-table{
    text-align:center;
}

@media (min-width:849px){
    .hproduct{
        height:calc(100vh - 40px);
    }

    .hproduct #main{
        height:638px;
        overflow:hidden;
    }

    .hproduct main#main *{
        opacity:0;
        display:none;
    }

    .hproduct .page-title{
        display:none;
    }

    .hproduct #main:before{
        content:'404';
        content:'404';
        position:absolute;
        top:0;
        bottom:0;
        left:0;
        right:0;
        background:#FFF;
        z-index:999;
        text-align:center;
        padding-top:100px;
        font-size:6em;
        font-weight:bold;
        color:#0000004d;
    }

    .hproduct main#main:after{
        content:'Product Not Found';
        position:absolute;
        top:0;
        bottom:0;
        left:0;
        right:0;
        z-index:999;
        text-align:center;
        padding-top:30px;
        font-size:1.7em;
        font-weight:bold;
        color:#000000b5;
        padding-top:220px;
    }
}

/* 
width:100%;
    display:grid;
    grid-template-rows:auto auto;
    grid-auto-flow:column;
    overflow-x:scroll;
    grid-template-columns:auto !important;
    grid-gap:8px;
    padding:8px 0 8px 8px;
    background-color:#fff;
    .row-small>.col, .row-small>.flickity-viewport>.flickity-slider>.col{
        margin-bottom:0;
        padding:5px;
    }
    .small-columns-2 .flickity-slider>.col, .small-columns-2>.col{
        flex-basis:50%;
        /* max-width:50%; */
/* max-width:150px;
} */

.product-small.product .box-image > div[class^="image-"]:not(.image-tools) > a:before{
    content:"";
    padding-top:100%;
    display:block;
}

.product-lightbox-inner .ux-quantity.quantity.buttons_added{
    margin-bottom:1em;
}

.product-small.product .box-image img{
    margin:0 auto;
    max-width:100%;
    max-height:100%;
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    width:auto;
}

.dorola-alert{
    position:relative;
    padding:.75rem 1.25rem;
    margin-bottom:1rem;
    /* border:1px solid transparent; */
    border-radius:.25rem;
    font-size:1rem;
}

.alert-success{
    color:#155724;
    background-color:#d4edda;
    /* border-color:#c3e6cb; */
}

.alert-primary{
    color:#004085;
    background-color:#cce5ff;
    /* border-color:#b8daff; */
}

.alert-info{
    color:#0c5460;
    background-color:#d1ecf1;
    /* border-color:#bee5eb; */
}

.alert-warning{
    color:#30464a;
    background-color:#d8f3ed;
    /* border-color:#ffeeba; */
}

.product-images-wrapper:not(.vertical) .available-style{
    padding:0;
    margin-top:15px;
}

.wcpa_cart_val.wcpa_cart_type_file{
    clear:both;
}

.wcpa_file_details_content_title{
    display:none;
}

.wcpa_cart_val.wcpa_cart_type_file a{
    overflow:unset;
}

.wcpa_cart_val.wcpa_cart_type_file img{
    position:relative;
    margin:10px 0;
}

.wcpa_cart_val.wcpa_cart_type_file span{
    display:none;
}

.wc-item-meta-label{
    float:left;
    display:block;
    min-width:16%;
}

.wcpa_cart_val{
    word-break:unset;
}

.header-search-form-wrapper .form-flat input[type=search]{
    border-radius:20px;
}

.discount-badge:after{
    content:'';
    width:300px;
    display:block;
    background-repeat:no-repeat;
    background-size:contain;
    background-position:50%;
    height:120px;
    /* background-image:url(img/discount-15.webp); */
    margin-top:-25px;
    margin-bottom:-15px;
    margin-left:auto;
    margin-right:auto;
}

.safe-payment-badge{
    text-align:center;
    margin:0 auto;
    border:1px solid #e5e5e5;
    border-radius:5px;
    padding:0px;
    margin-bottom:15px;
    width:100%;
}
.safe-payment-badge:before{
    content:'';
    width:333px;
    max-width:90%;
    display:block;
    background-repeat:no-repeat;
    background-size:contain;
    background-position:50%;
    height:120px;
    background-image:url(../img/safe-payment.png);
    margin-top:-15px;
    margin-bottom:-15px;
    margin-left:auto;
    margin-right:auto;
}


.buymore-savemore{
    margin-bottom:15px;
    text-align:center;
    /* background:#F8F8F8; */
    border-radius:5px;
    padding:15px 0 0px;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-between;

}
.buymore-savemore .item-discount:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:var(--fs-color-secondary);
    z-index:0;
    opacity:0.05;
}
.buymore-savemore h3{
    color:var(--fs-color-secondary);
}
.buymore-savemore h3 span{
    color:#333333;
}

.buymore-savemore .item-discount{
    display:inline-block;
    border:1px dashed var(--fs-color-secondary);
    border-radius:8px;
    padding:10px 10px 10px 45px;
    text-align:center;
    font-family:Arial, sans-serif;
    background:#f9f9f9;
    min-width:30%;
    background:#FFF;
    position:relative;
    overflow:hidden;
}
.buymore-savemore .item-discount .save-text{
    font-size:18px;
    font-weight:bold;
    position:absolute;
    transform:rotate(270deg);
    left:-55px;
    top:30%;
    color:#333;
    padding:5px 50px;
}
.buymore-savemore .item-discount .save-text:after{
    content:'';
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:var(--fs-color-secondary);
    opacity:0.1;
    z-index:2;
}
.buymore-savemore .item-discount .sub-title{
    color:#333; 
    font-size:0.875rem; 
    font-weight:bold; 
    margin-bottom:5px;
    position:relative;
    z-index:2;
}
.buymore-savemore .item-discount .percent{
    color:var(--fs-color-secondary);
    font-size:36px;
    font-weight:bold;
    line-height:1;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:center;
    position:relative;
    z-index:2;
}
.buymore-savemore .item-discount .percent span{
    font-size:26px;
}
.buymore-savemore .item-discount .off-text{
    font-size:28px;
    color:#333;
    font-size:14px;
    font-weight:bold;
    margin-top:5px;
    display:none;
    position:relative;
    z-index:2;
}
@media (max-width:800px){
    .buymore-savemore{
        background:none;
    }
    .buymore-savemore .item-discount{
        min-width:30%;
        padding:10px 5px 10px 35px;
    }
    .buymore-savemore .item-discount .save-text{
        font-size:15px;
        top:32%;
    }
    .buymore-savemore .item-discount .percent{
        font-size:2em;
    }
}
@media (max-width:400px){
    .buymore-savemore .item-discount{
        min-width:100%;
        margin-bottom:10px;
        padding:5px 10px 5px 35px;
    }
}
