:root {
    --xt-woofc-primary-color: #263646;
    --xt-woofc-accent-color: #2c97de;
    --xt-woofc-color: #666666;
    --xt-woofc-bg-color: #ffffff;
    --xt-woofc-badge-bg-color: #e94b35;
    --xt-woofc-error-color: #d91b1b;
    --xt-woofc-success-color: #4b9b12;
    --xt-woofc-link-color: var(--xt-woofc-primary-color);
    --xt-woofc-link-hover-color: var(--xt-woofc-link-color);
    --xt-woofc-border-width: 1px;
    --xt-woofc-border-style: solid;
    --xt-woofc-border-color: #eaeaea;
    --xt-woofc-border: var(--xt-woofc-border-width) var(--xt-woofc-border-style) var(--xt-woofc-border-color);
    --xt-woofc-radius: 6px;
    --xt-woofc-notice-font-size: 13px;
    --xt-woofc-notice-error-color: var(--xt-woofc-primary-color);
    --xt-woofc-notice-error-bg-color: var(--xt-woofc-bg-color);
    --xt-woofc-notice-error-icon-color: var(--xt-woofc-error-color);
    --xt-woofc-notice-success-color: var(--xt-woofc-primary-color);
    --xt-woofc-notice-success-bg-color: var(--xt-woofc-bg-color);
    --xt-woofc-notice-success-icon-color: var(--xt-woofc-success-color);
    --xt-woofc-notice-info-color: var(--xt-woofc-primary-color);
    --xt-woofc-notice-info-bg-color: var(--xt-woofc-bg-color);
    --xt-woofc-notice-info-icon-color: var(--xt-woofc-accent-color);
    --xt-woofc-zindex: 90200;
    --xt-woofc-overlay-color: rgba(0, 0, 0, .5);
    --xt-woofc-spinner-margin: 0 auto 0;
    --xt-woofc-spinner-size: 40px;
    --xt-woofc-spinner-color: var(--xt-woofc-accent-color);
    --xt-woofc-spinner-overlay-color: rgba(255, 255, 255, 0.5);
    --xt-woofc-width: 440px;
    --xt-woofc-height: 500px;
    --xt-woofc-hoffset: 20px;
    --xt-woofc-voffset: 20px;
    --xt-woofc-trigger-size: 72px;
    --xt-woofc-trigger-cart-icon-color: var(--xt-woofc-primary-color);
    --xt-woofc-trigger-close-icon-color: var(--xt-woofc-primary-color);
    --xt-woofc-trigger-bg-color: var(--xt-woofc-bg-color);
    --xt-woofc-trigger-bg-active-color: var(--xt-woofc-bg-color);
    --xt-woofc-counter-size: 25px;
    --xt-woofc-counter-font-size: calc(var(--xt-woofc-counter-size) * 0.55);
    --xt-woofc-counter-color: #ffffff;
    --xt-woofc-counter-bg-color: var(--xt-woofc-badge-bg-color);
    --xt-woofc-header-height: 40px;
    --xt-woofc-header-color: #808b97;
    --xt-woofc-header-error-color: var(--xt-woofc-error-color);
    --xt-woofc-header-link-color: var(--xt-woofc-link-color);
    --xt-woofc-header-link-hover-color: var(--xt-woofc-link-hover-color);
    --xt-woofc-header-bg-color: var(--xt-woofc-bg-color);
    --xt-woofc-header-border-color: var(--xt-woofc-border-color);
    --xt-woofc-header-title-color: var(--xt-woofc-primary-color);
    --xt-woofc-header-clear-color: var(--xt-woofc-primary-color);
    --xt-woofc-header-clear-hover-color: var(--xt-woofc-header-error-color);
    --xt-woofc-header-close-color: var(--xt-woofc-primary-color);
    --xt-woofc-coupon-button-bg-color: #eeeeee;
    --xt-woofc-coupon-button-text-color: var(--xt-woofc-primary-color);
    --xt-woofc-coupon-savings-text-color: #008000;
    --xt-woofc-shipping-bar-bg-color: inherit;
    --xt-woofc-shipping-bar-color: var(--xt-woofc-primary-color);
    --xt-woofc-shipping-bar-progress-inactive-color: var(--xt-woofc-border-color);
    --xt-woofc-shipping-bar-progress-active-color: var(--xt-woofc-primary-color);
    --xt-woofc-shipping-bar-progress-completed-color: var(--xt-woofc-success-color);
    --xt-woofc-header-msg-bg-color: inherit;
    --xt-woofc-header-msg-color: var(--xt-woofc-primary-color);
    --xt-woofc-list-gutter: 10px;
    --xt-woofc-list-border-width: var(--xt-woofc-border-width);
    --xt-woofc-list-border-style: var(--xt-woofc-border-style);
    --xt-woofc-list-border: var(--xt-woofc-list-border-width) var(--xt-woofc-border-style) var(--xt-woofc-border-color);
    --xt-woofc-product-title-wrap: nowrap;
    --xt-woofc-product-title-color: var(--xt-woofc-link-color);
    --xt-woofc-product-title-hover-color: var(--xt-woofc-link-hover-color);
    --xt-woofc-product-price-color: var(--xt-woofc-primary-color);
    --xt-woofc-product-attributes-color: var(--xt-woofc-color);
    --xt-woofc-product-qty-icon-size: 10px;
    --xt-woofc-product-qty-icon-color: var(--xt-woofc-color);
    --xt-woofc-product-qty-icon-hover-color: var(--xt-woofc-link-hover-color);
    --xt-woofc-product-qty-input-color: inherit;
    --xt-woofc-product-qty-input-size: 14px;
    --xt-woofc-product-qty-input-radius: 0px;
    --xt-woofc-product-remove-color: var(--xt-woofc-link-color);
    --xt-woofc-product-remove-hover-color: var(--xt-woofc-error-color);
    --xt-woofc-product-image-width: 80px;
    --xt-woofc-product-image-padding: 0;
    --xt-woofc-product-image-border-radius: 0;
    --xt-woofc-product-image-border-width: 0;
    --xt-woofc-product-image-border-color: initial;
    --xt-woofc-product-image-height: var(--xt-woofc-product-image-width);
    --xt-woofc-sp-title-color: var(--xt-woofc-primary-color);
    --xt-woofc-sp-arrow-size: 20px;
    --xt-woofc-sp-arrow-color: var(--xt-woofc-primary-color);
    --xt-woofc-sp-arrow-hover-color: var(--xt-woofc-accent-color);
    --xt-woofc-totals-savings-color: var(--xt-woofc-success-color);
    --xt-woofc-totals-font-size: 13px;
    --xt-woofc-checkout-form-font-size: 120%;
    --xt-woofc-checkout-btn-height: var(--xt-woofc-trigger-size);
    --xt-woofc-checkout-btn-bg-color: var(--xt-woofc-accent-color);
    --xt-woofc-checkout-btn-bg-hover-color: var(--xt-woofc-checkout-btn-bg-color);
    --xt-woofc-checkout-btn-color: #ffffff;
    --xt-woofc-checkout-btn-hover-color: var(--xt-woofc-checkout-btn-color);
    --xt-woofc-payment-btns-padding: 5px;
    --xt-woofc-menu-text-color: inherit;
    --xt-woofc-menu-icon-scale: 1.2;
    --xt-woofc-menu-icon-color: inherit;
    --xt-woofc-menu-badge-scale: 1;
    --xt-woofc-menu-badge-color: #ffffff;
    --xt-woofc-menu-badge-bg-color: var(--xt-woofc-badge-bg-color);
    --xt-woofc-shortcode-size: inherit;
    --xt-woofc-shortcode-text-color: inherit;
    --xt-woofc-shortcode-icon-scale: 1.2;
    --xt-woofc-shortcode-icon-color: inherit;
    --xt-woofc-shortcode-badge-scale: 1;
    --xt-woofc-shortcode-badge-color: #ffffff;
    --xt-woofc-shortcode-badge-bg-color: var(--xt-woofc-badge-bg-color)
}

.xt_woofc-product-wrap,
.xt_woofc-product-details,
.xt_woofc-product-header,
.xt_woofc-product-body,
.xt_woofc-product-footer {
    display: flex;
    flex: 1
}

.xt_woofc-product-wrap {
    align-items: center
}

.xt_woofc-product-details {
    flex-direction: column
}

.xt_woofc-product-header {
    margin-bottom: 1px
}

.xt_woofc-product-footer {
    align-content: center
}

body.woocommerce-checkout .xt_woofc,
body.woocommerce-cart .xt_woofc {
    display: none
}

.xt_woofc-show-on-tablet-only,
.xt_woofc-show-on-tablet-desktop,
.xt_woofc-show-on-desktop-only {
    display: none
}

@media only screen and (min-width: 481px) {
    .xt_woofc-show-on-mobile-only {
        display: none
    }

    .xt_woofc-show-on-tablet-only,
    .xt_woofc-show-on-tablet-mobile,
    .xt_woofc-show-on-tablet-desktop {
        display: block
    }
}

@media only screen and (min-width: 783px) {

    .xt_woofc-show-on-tablet-only,
    .xt_woofc-show-on-tablet-mobile {
        display: none
    }

    .xt_woofc-show-on-desktop-only {
        display: block
    }
}

.xt_woofc-spinner-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: collapse;
    background-color: var(--xt-woofc-spinner-overlay-color);
    transition: opacity .3s, visibility .3s ease .1s;
    border-radius: var(--xt-woofc-radius);
    z-index: 1
}

.xt_woofc-loading .xt_woofc-cart-opened .xt_woofc-spinner-wrap {
    opacity: 1;
    visibility: visible;
    transition: opacity .3s ease
}

.xt_woofc-stoploading .xt_woofc-spinner-wrap {
    opacity: 0;
    visibility: collapse
}

.xt_woofc-spinner-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%)
}

.xt_woofc-spinner {
    margin: 0 !important
}

@keyframes xt_wooqv_spin {
    100% {
        transform: rotate(360deg)
    }
}

.xt_woofc-loading .xt_woofc-spinner-rotating-plane {
    width: var(--xt-woofc-spinner-size);
    height: var(--xt-woofc-spinner-size);
    background-color: var(--xt-woofc-spinner-color);
    margin: var(--xt-woofc-spinner-margin);
    animation: xt_woofc-spinner-rotatePlane 1.2s infinite ease-in-out
}

@keyframes xt_woofc-spinner-rotatePlane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

.xt_woofc-loading .xt_woofc-spinner-double-bounce {
    width: var(--xt-woofc-spinner-size);
    height: var(--xt-woofc-spinner-size);
    position: relative;
    margin: var(--xt-woofc-spinner-margin)
}

.xt_woofc-loading .xt_woofc-spinner-double-bounce .xt_woofc-spinner-child {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--xt-woofc-spinner-color);
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    animation: xt_woofc-spinner-doubleBounce 1.2s ease-in-out 0s infinite both
}

.xt_woofc-loading .xt_woofc-spinner-double-bounce .xt_woofc-spinner-double-bounce2 {
    animation-delay: -2s
}

@keyframes xt_woofc-spinner-doubleBounce {

    0%,
    100% {
        transform: scale(0)
    }

    50% {
        transform: scale(1)
    }
}

.xt_woofc-loading .xt_woofc-spinner-wave {
    margin: var(--xt-woofc-spinner-margin);
    width: calc(var(--xt-woofc-spinner-size)*1.25);
    height: var(--xt-woofc-spinner-size);
    text-align: center;
    font-size: 10px
}

.xt_woofc-loading .xt_woofc-spinner-wave .xt_woofc-spinner-rect {
    background-color: var(--xt-woofc-spinner-color);
    height: 100%;
    width: 6px;
    display: inline-block;
    animation: xt_woofc-spinner-waveStretchDelay .8s infinite ease-in-out
}

.xt_woofc-loading .xt_woofc-spinner-wave .xt_woofc-spinner-rect1 {
    animation-delay: 0s
}

.xt_woofc-loading .xt_woofc-spinner-wave .xt_woofc-spinner-rect2 {
    animation-delay: .1s
}

.xt_woofc-loading .xt_woofc-spinner-wave .xt_woofc-spinner-rect3 {
    animation-delay: .2s
}

.xt_woofc-loading .xt_woofc-spinner-wave .xt_woofc-spinner-rect4 {
    animation-delay: .3s
}

.xt_woofc-loading .xt_woofc-spinner-wave .xt_woofc-spinner-rect5 {
    animation-delay: .4s
}

@keyframes xt_woofc-spinner-waveStretchDelay {

    0%,
    40%,
    100% {
        transform: scaleY(0.4)
    }

    20% {
        transform: scaleY(1)
    }
}

.xt_woofc-loading .xt_woofc-spinner-wandering-cubes {
    margin: var(--xt-woofc-spinner-margin);
    width: var(--xt-woofc-spinner-size);
    height: var(--xt-woofc-spinner-size);
    position: relative
}

.xt_woofc-loading .xt_woofc-spinner-wandering-cubes .xt_woofc-spinner-cube {
    background-color: var(--xt-woofc-spinner-color);
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    animation: xt_woofc-spinner-wanderingCube 1.8s ease-in-out 1.8s infinite both
}

.xt_woofc-loading .xt_woofc-spinner-wandering-cubes .xt_woofc-spinner-cube2 {
    animation-delay: .9s
}

@keyframes xt_woofc-spinner-wanderingCube {
    0% {
        transform: rotate(0deg)
    }

    25% {
        transform: translateX(30px) rotate(-90deg) scale(0.5)
    }

    50% {
        transform: translateX(30px) translateY(30px) rotate(-179deg)
    }

    50.1% {
        transform: translateX(30px) translateY(30px) rotate(-180deg)
    }

    75% {
        transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5)
    }

    100% {
        transform: rotate(-360deg)
    }
}

.xt_woofc-loading .xt_woofc-spinner-spinner-pulse {
    width: var(--xt-woofc-spinner-size);
    height: var(--xt-woofc-spinner-size);
    margin: var(--xt-woofc-spinner-margin);
    background-color: var(--xt-woofc-spinner-color);
    border-radius: 100%;
    animation: xt_woofc-spinner-pulseScaleOut 1s infinite ease-in-out
}

@keyframes xt_woofc-spinner-pulseScaleOut {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1);
        opacity: 0
    }
}

.xt_woofc-loading .xt_woofc-spinner-chasing-dots {
    margin: var(--xt-woofc-spinner-margin);
    width: var(--xt-woofc-spinner-size);
    height: var(--xt-woofc-spinner-size);
    position: relative;
    text-align: center;
    animation: xt_woofc-spinner-chasingDotsRotate 2s infinite linear
}

.xt_woofc-loading .xt_woofc-spinner-chasing-dots .xt_woofc-spinner-child {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: var(--xt-woofc-spinner-color);
    border-radius: 100%;
    animation: xt_woofc-spinner-chasingDotsBounce 2s infinite ease-in-out
}

.xt_woofc-loading .xt_woofc-spinner-chasing-dots .xt_woofc-spinner-dot2 {
    top: auto;
    bottom: 0;
    animation-delay: 1s
}

@keyframes xt_woofc-spinner-chasingDotsRotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes xt_woofc-spinner-chasingDotsBounce {

    0%,
    100% {
        transform: scale(0)
    }

    50% {
        transform: scale(1)
    }
}

.xt_woofc-loading .xt_woofc-spinner-three-bounce {
    margin: var(--xt-woofc-spinner-margin);
    width: calc(var(--xt-woofc-spinner-size)*2);
    text-align: center
}

.xt_woofc-loading .xt_woofc-spinner-three-bounce .xt_woofc-spinner-child {
    width: calc(var(--xt-woofc-spinner-size)/2);
    height: calc(var(--xt-woofc-spinner-size)/2);
    background-color: var(--xt-woofc-spinner-color);
    border-radius: 100%;
    display: inline-block;
    animation: xt_woofc-spinner-three-bounce 1.2s ease-in-out 0s infinite both
}

.xt_woofc-loading .xt_woofc-spinner-three-bounce .xt_woofc-spinner-bounce1 {
    animation-delay: .32s
}

.xt_woofc-loading .xt_woofc-spinner-three-bounce .xt_woofc-spinner-bounce2 {
    animation-delay: .16s
}

@keyframes xt_woofc-spinner-three-bounce {

    0%,
    80%,
    100% {
        transform: scale(0)
    }

    40% {
        transform: scale(1)
    }
}

.xt_woofc-loading .xt_woofc-spinner-circle {
    margin: var(--xt-woofc-spinner-margin);
    width: var(--xt-woofc-spinner-size);
    height: var(--xt-woofc-spinner-size);
    position: relative
}

.xt_woofc-loading .xt_woofc-spinner-circle .xt_woofc-spinner-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.xt_woofc-loading .xt_woofc-spinner-circle .xt_woofc-spinner-child:before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: var(--xt-woofc-spinner-color);
    border-radius: 100%;
    animation: xt_woofc-spinner-circleBounceDelay 1.2s infinite ease-in-out both
}

.xt_woofc-loading .xt_woofc-spinner-circle .xt_woofc-spinner-circle2 {
    transform: rotate(30deg)
}

.xt_woofc-loading .xt_woofc-spinner-circle .xt_woofc-spinner-circle3 {
    transform: rotate(60deg)
}

.xt_woofc-loading .xt_woofc-spinner-circle .xt_woofc-spinner-circle4 {
    transform: rotate(90deg)
}

.xt_woofc-loading .xt_woofc-spinner-circle .xt_woofc-spinner-circle5 {
    transform: rotate(120deg)
}

.xt_woofc-loading .xt_woofc-spinner-circle .xt_woofc-spinner-circle6 {
    transform: rotate(150deg)
}

.xt_woofc-loading .xt_woofc-spinner-circle .xt_woofc-spinner-circle7 {
    transform: rotate(180deg)
}

.xt_woofc-loading .xt_woofc-spinner-circle .xt_woofc-spinner-circle8 {
    transform: rotate(210deg)
}

.xt_woofc-loading .xt_woofc-spinner-circle .xt_woofc-spinner-circle9 {
    transform: rotate(240deg)
}

.xt_woofc-loading .xt_woofc-spinner-circle .xt_woofc-spinner-circle10 {
    transform: rotate(270deg)
}

.xt_woofc-loading .xt_woofc-spinner-circle .xt_woofc-spinner-circle11 {
    transform: rotate(300deg)
}

.xt_woofc-loading .xt_woofc-spinner-circle .xt_woofc-spinner-circle12 {
    transform: rotate(330deg)
}

.xt_woofc-loading .xt_woofc-spinner-circle .xt_woofc-spinner-circle2:before {
    animation-delay: 1.3s
}

.xt_woofc-loading .xt_woofc-spinner-circle .xt_woofc-spinner-circle3:before {
    animation-delay: 1.4s
}

.xt_woofc-loading .xt_woofc-spinner-circle .xt_woofc-spinner-circle4:before {
    animation-delay: 1.5s
}

.xt_woofc-loading .xt_woofc-spinner-circle .xt_woofc-spinner-circle5:before {
    animation-delay: 1.6s
}

.xt_woofc-loading .xt_woofc-spinner-circle .xt_woofc-spinner-circle6:before {
    animation-delay: 1.7s
}

.xt_woofc-loading .xt_woofc-spinner-circle .xt_woofc-spinner-circle7:before {
    animation-delay: 1.8s
}

.xt_woofc-loading .xt_woofc-spinner-circle .xt_woofc-spinner-circle8:before {
    animation-delay: 1.9s
}

.xt_woofc-loading .xt_woofc-spinner-circle .xt_woofc-spinner-circle9:before {
    animation-delay: 2s
}

.xt_woofc-loading .xt_woofc-spinner-circle .xt_woofc-spinner-circle10:before {
    animation-delay: 2.1s
}

.xt_woofc-loading .xt_woofc-spinner-circle .xt_woofc-spinner-circle11:before {
    animation-delay: 2.2s
}

.xt_woofc-loading .xt_woofc-spinner-circle .xt_woofc-spinner-circle12:before {
    animation-delay: 2.3s
}

@keyframes xt_woofc-spinner-circleBounceDelay {

    0%,
    80%,
    100% {
        transform: scale(0)
    }

    40% {
        transform: scale(1)
    }
}

.xt_woofc-loading .xt_woofc-spinner-cube-grid {
    width: var(--xt-woofc-spinner-size);
    height: var(--xt-woofc-spinner-size);
    margin: var(--xt-woofc-spinner-margin)
}

.xt_woofc-loading .xt_woofc-spinner-cube-grid .xt_woofc-spinner-cube {
    width: 33.33%;
    height: 33.33%;
    background-color: var(--xt-woofc-spinner-color);
    float: left;
    animation: xt_woofc-spinner-cubeGridScaleDelay 1.3s infinite ease-in-out
}

.xt_woofc-loading .xt_woofc-spinner-cube-grid .xt_woofc-spinner-cube1 {
    animation-delay: .2s
}

.xt_woofc-loading .xt_woofc-spinner-cube-grid .xt_woofc-spinner-cube2 {
    animation-delay: .3s
}

.xt_woofc-loading .xt_woofc-spinner-cube-grid .xt_woofc-spinner-cube3 {
    animation-delay: .4s
}

.xt_woofc-loading .xt_woofc-spinner-cube-grid .xt_woofc-spinner-cube4 {
    animation-delay: .1s
}

.xt_woofc-loading .xt_woofc-spinner-cube-grid .xt_woofc-spinner-cube5 {
    animation-delay: .2s
}

.xt_woofc-loading .xt_woofc-spinner-cube-grid .xt_woofc-spinner-cube6 {
    animation-delay: .3s
}

.xt_woofc-loading .xt_woofc-spinner-cube-grid .xt_woofc-spinner-cube7 {
    animation-delay: 0s
}

.xt_woofc-loading .xt_woofc-spinner-cube-grid .xt_woofc-spinner-cube8 {
    animation-delay: .1s
}

.xt_woofc-loading .xt_woofc-spinner-cube-grid .xt_woofc-spinner-cube9 {
    animation-delay: .2s
}

@keyframes xt_woofc-spinner-cubeGridScaleDelay {

    0%,
    70%,
    100% {
        transform: scale3D(1, 1, 1)
    }

    35% {
        transform: scale3D(0, 0, 1)
    }
}

.xt_woofc-loading .xt_woofc-spinner-fading-circle {
    width: var(--xt-woofc-spinner-size);
    height: var(--xt-woofc-spinner-size);
    position: relative
}

.xt_woofc-loading .xt_woofc-spinner-fading-circle .xt_woofc-spinner-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.xt_woofc-loading .xt_woofc-spinner-fading-circle .xt_woofc-spinner-circle:before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: var(--xt-woofc-spinner-color);
    border-radius: 100%;
    animation: xt_woofc-spinner-circleFadeDelay 1.2s infinite ease-in-out both
}

.xt_woofc-loading .xt_woofc-spinner-fading-circle .xt_woofc-spinner-circle2 {
    transform: rotate(30deg)
}

.xt_woofc-loading .xt_woofc-spinner-fading-circle .xt_woofc-spinner-circle3 {
    transform: rotate(60deg)
}

.xt_woofc-loading .xt_woofc-spinner-fading-circle .xt_woofc-spinner-circle4 {
    transform: rotate(90deg)
}

.xt_woofc-loading .xt_woofc-spinner-fading-circle .xt_woofc-spinner-circle5 {
    transform: rotate(120deg)
}

.xt_woofc-loading .xt_woofc-spinner-fading-circle .xt_woofc-spinner-circle6 {
    transform: rotate(150deg)
}

.xt_woofc-loading .xt_woofc-spinner-fading-circle .xt_woofc-spinner-circle7 {
    transform: rotate(180deg)
}

.xt_woofc-loading .xt_woofc-spinner-fading-circle .xt_woofc-spinner-circle8 {
    transform: rotate(210deg)
}

.xt_woofc-loading .xt_woofc-spinner-fading-circle .xt_woofc-spinner-circle9 {
    transform: rotate(240deg)
}

.xt_woofc-loading .xt_woofc-spinner-fading-circle .xt_woofc-spinner-circle10 {
    transform: rotate(270deg)
}

.xt_woofc-loading .xt_woofc-spinner-fading-circle .xt_woofc-spinner-circle11 {
    transform: rotate(300deg)
}

.xt_woofc-loading .xt_woofc-spinner-fading-circle .xt_woofc-spinner-circle12 {
    transform: rotate(330deg)
}

.xt_woofc-loading .xt_woofc-spinner-fading-circle .xt_woofc-spinner-circle2:before {
    animation-delay: 1.3s
}

.xt_woofc-loading .xt_woofc-spinner-fading-circle .xt_woofc-spinner-circle3:before {
    animation-delay: 1.4s
}

.xt_woofc-loading .xt_woofc-spinner-fading-circle .xt_woofc-spinner-circle4:before {
    animation-delay: 1.5s
}

.xt_woofc-loading .xt_woofc-spinner-fading-circle .xt_woofc-spinner-circle5:before {
    animation-delay: 1.6s
}

.xt_woofc-loading .xt_woofc-spinner-fading-circle .xt_woofc-spinner-circle6:before {
    animation-delay: 1.7s
}

.xt_woofc-loading .xt_woofc-spinner-fading-circle .xt_woofc-spinner-circle7:before {
    animation-delay: 1.8s
}

.xt_woofc-loading .xt_woofc-spinner-fading-circle .xt_woofc-spinner-circle8:before {
    animation-delay: 1.9s
}

.xt_woofc-loading .xt_woofc-spinner-fading-circle .xt_woofc-spinner-circle9:before {
    animation-delay: 2s
}

.xt_woofc-loading .xt_woofc-spinner-fading-circle .xt_woofc-spinner-circle10:before {
    animation-delay: 2.1s
}

.xt_woofc-loading .xt_woofc-spinner-fading-circle .xt_woofc-spinner-circle11:before {
    animation-delay: 2.2s
}

.xt_woofc-loading .xt_woofc-spinner-fading-circle .xt_woofc-spinner-circle12:before {
    animation-delay: 2.3s
}

@keyframes xt_woofc-spinner-circleFadeDelay {

    0%,
    39%,
    100% {
        opacity: 0
    }

    40% {
        opacity: 1
    }
}

.xt_woofc-loading .xt_woofc-spinner-folding-cube {
    margin: var(--xt-woofc-spinner-margin);
    width: var(--xt-woofc-spinner-size);
    height: var(--xt-woofc-spinner-size);
    position: relative;
    transform: rotateZ(45deg)
}

.xt_woofc-loading .xt_woofc-spinner-folding-cube .xt_woofc-spinner-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    transform: scale(1.1)
}

.xt_woofc-loading .xt_woofc-spinner-folding-cube .xt_woofc-spinner-cube:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--xt-woofc-spinner-color);
    animation: xt_woofc-spinner-foldCubeAngle 2.4s infinite linear both;
    transform-origin: 100% 100%
}

.xt_woofc-loading .xt_woofc-spinner-folding-cube .xt_woofc-spinner-cube2 {
    transform: scale(1.1) rotateZ(90deg)
}

.xt_woofc-loading .xt_woofc-spinner-folding-cube .xt_woofc-spinner-cube3 {
    transform: scale(1.1) rotateZ(180deg)
}

.xt_woofc-loading .xt_woofc-spinner-folding-cube .xt_woofc-spinner-cube4 {
    transform: scale(1.1) rotateZ(270deg)
}

.xt_woofc-loading .xt_woofc-spinner-folding-cube .xt_woofc-spinner-cube2:before {
    animation-delay: .3s
}

.xt_woofc-loading .xt_woofc-spinner-folding-cube .xt_woofc-spinner-cube3:before {
    animation-delay: .6s
}

.xt_woofc-loading .xt_woofc-spinner-folding-cube .xt_woofc-spinner-cube4:before {
    animation-delay: .9s
}

@keyframes xt_woofc-spinner-foldCubeAngle {

    0%,
    10% {
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0
    }

    25%,
    75% {
        transform: perspective(140px) rotateX(0deg);
        opacity: 1
    }

    90%,
    100% {
        transform: perspective(140px) rotateY(180deg);
        opacity: 0
    }
}

.xt_woofc-loading .xt_woofc-spinner-loading-text {
    width: 100%;
    font-size: 20px;
    color: var(--xt-woofc-spinner-color);
    margin: var(--xt-woofc-spinner-margin);
    text-align: center
}

.xt_woofc-fly-to-cart {
    position: absolute !important;
    transform-origin: center center;
    z-index: calc(var(--xt-woofc-zindex) + 2) !important;
    background-repeat: no-repeat;
    background-size: contain;
    list-style: none;
    max-width: inherit !important;
    max-height: inherit !important
}

.xt_woofc-fly-to-cart .lSPager,
.xt_woofc-fly-to-cart .lSAction {
    display: none
}

.xt_woofc-shake {
    animation: xt_woofc-shake .82s .3s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    backface-visibility: hidden;
    perspective: 300px;
    transform: translateX(0) scale(1)
}

.xt_woofc-shake-horizontal {
    animation: xt_woofc-horizontal-shake .82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    transform: translate(0, 0);
    backface-visibility: hidden;
    perspective: 1000px
}

.xt_woofc-shake-vertical {
    animation: xt_woofc-vertical-shake .82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    transform: translate(0, 0);
    backface-visibility: hidden;
    perspective: 1000px
}

#xt_woofc.xt_woofc.xt_woofc-cart-open.xt_woofc-modal .xt_woofc-shake-horizontal {
    animation: xt_woofc-horizontal-shake-center .82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both
}

#xt_woofc.xt_woofc.xt_woofc-cart-open.xt_woofc-modal .xt_woofc-shake-vertical {
    animation: xt_woofc-vertical-shake-center .82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both
}

#xt_woofc.xt_woofc:not(.xt_woofc-cart-open).xt_woofc-animation-slide .xt_woofc-shake-horizontal .xt_woofc-wrapper,
#xt_woofc.xt_woofc:not(.xt_woofc-cart-open).xt_woofc-animation-slide .xt_woofc-shake-vertical .xt_woofc-wrapper {
    box-shadow: none !important
}

#xt_woofc.xt_woofc:not(.xt_woofc-cart-open).xt_woofc-animation-slide .xt_woofc-shake-horizontal .xt_woofc-header,
#xt_woofc.xt_woofc:not(.xt_woofc-cart-open).xt_woofc-animation-slide .xt_woofc-shake-horizontal .xt_woofc-body,
#xt_woofc.xt_woofc:not(.xt_woofc-cart-open).xt_woofc-animation-slide .xt_woofc-shake-horizontal .xt_woofc-body *,
#xt_woofc.xt_woofc:not(.xt_woofc-cart-open).xt_woofc-animation-slide .xt_woofc-shake-horizontal .xt_woofc-footer,
#xt_woofc.xt_woofc:not(.xt_woofc-cart-open).xt_woofc-animation-slide .xt_woofc-shake-horizontal .xt_woofc-checkout,
#xt_woofc.xt_woofc:not(.xt_woofc-cart-open).xt_woofc-animation-slide .xt_woofc-shake-vertical .xt_woofc-header,
#xt_woofc.xt_woofc:not(.xt_woofc-cart-open).xt_woofc-animation-slide .xt_woofc-shake-vertical .xt_woofc-body,
#xt_woofc.xt_woofc:not(.xt_woofc-cart-open).xt_woofc-animation-slide .xt_woofc-shake-vertical .xt_woofc-body *,
#xt_woofc.xt_woofc:not(.xt_woofc-cart-open).xt_woofc-animation-slide .xt_woofc-shake-vertical .xt_woofc-footer,
#xt_woofc.xt_woofc:not(.xt_woofc-cart-open).xt_woofc-animation-slide .xt_woofc-shake-vertical .xt_woofc-checkout {
    transition: none !important;
    background: none !important;
    border: none !important;
    color: rgba(0, 0, 0, 0)
}

#xt_woofc.xt_woofc:not(.xt_woofc-cart-open).xt_woofc-animation-slide .xt_woofc-shake-horizontal .xt_woofc-header img,
#xt_woofc.xt_woofc:not(.xt_woofc-cart-open).xt_woofc-animation-slide .xt_woofc-shake-horizontal .xt_woofc-body img,
#xt_woofc.xt_woofc:not(.xt_woofc-cart-open).xt_woofc-animation-slide .xt_woofc-shake-horizontal .xt_woofc-body * img,
#xt_woofc.xt_woofc:not(.xt_woofc-cart-open).xt_woofc-animation-slide .xt_woofc-shake-horizontal .xt_woofc-footer img,
#xt_woofc.xt_woofc:not(.xt_woofc-cart-open).xt_woofc-animation-slide .xt_woofc-shake-horizontal .xt_woofc-checkout img,
#xt_woofc.xt_woofc:not(.xt_woofc-cart-open).xt_woofc-animation-slide .xt_woofc-shake-vertical .xt_woofc-header img,
#xt_woofc.xt_woofc:not(.xt_woofc-cart-open).xt_woofc-animation-slide .xt_woofc-shake-vertical .xt_woofc-body img,
#xt_woofc.xt_woofc:not(.xt_woofc-cart-open).xt_woofc-animation-slide .xt_woofc-shake-vertical .xt_woofc-body * img,
#xt_woofc.xt_woofc:not(.xt_woofc-cart-open).xt_woofc-animation-slide .xt_woofc-shake-vertical .xt_woofc-footer img,
#xt_woofc.xt_woofc:not(.xt_woofc-cart-open).xt_woofc-animation-slide .xt_woofc-shake-vertical .xt_woofc-checkout img {
    display: none
}

@keyframes xt_woofc-shake {
    0% {
        transform: scale(1)
    }

    10%,
    90% {
        transform: translateX(-1px) scale(1)
    }

    20%,
    80% {
        transform: translateX(2px) scale(1)
    }

    30%,
    50%,
    70% {
        transform: translateX(-4px) scale(1)
    }

    40%,
    60% {
        transform: translateX(4px) scale(1)
    }
}

@keyframes xt_woofc-horizontal-shake {

    10%,
    90% {
        transform: translate(-1px, 0)
    }

    20%,
    80% {
        transform: translate(2px, 0)
    }

    30%,
    50%,
    70% {
        transform: translate(-4px, 0)
    }

    40%,
    60% {
        transform: translate(4px, 0)
    }
}

@keyframes xt_woofc-vertical-shake {

    10%,
    90% {
        transform: translate(0, -1px)
    }

    20%,
    80% {
        transform: translate(0, 2px)
    }

    30%,
    50%,
    70% {
        transform: translate(0, -4px)
    }

    40%,
    60% {
        transform: translate(0, 4px)
    }
}

@keyframes xt_woofc-horizontal-shake-center {

    10%,
    90% {
        transform: translate(calc(-50% - 1px), -50%)
    }

    20%,
    80% {
        transform: translate(calc(-50% + 2px), -50%)
    }

    30%,
    50%,
    70% {
        transform: translate(calc(-50% - 4px), -50%)
    }

    40%,
    60% {
        transform: translate(calc(-50% + 4px), -50%)
    }
}

@keyframes xt_woofc-vertical-shake-center {

    10%,
    90% {
        transform: translate(-50%, calc(-50% - 1px))
    }

    20%,
    80% {
        transform: translate(-50%, calc(-50% + 2px))
    }

    30%,
    50%,
    70% {
        transform: translate(-50%, calc(-50% - 4px))
    }

    40%,
    60% {
        transform: translate(-50%, calc(-50% + 4px))
    }
}

.xt_woofc-inner .xt_woofc-product.xt_woofc-bundled-item .bundled_table_item_subtotal:before {
    display: none
}

.xt_woofc-inner .xt_woofc-product.xt_woofc-composite-item .xt_woofc-product-wrap,
.xt_woofc-inner .xt_woofc-product.xt_woofc-bundled-item .xt_woofc-product-wrap {
    padding-left: 10%;
    margin-bottom: 0 !important
}

.xt_woofc-inner .xt_woofc-product.xt_woofc-composite-item .xt_woofc-product-wrap dl,
.xt_woofc-inner .xt_woofc-product.xt_woofc-composite-item .xt_woofc-product-wrap dd,
.xt_woofc-inner .xt_woofc-product.xt_woofc-bundled-item .xt_woofc-product-wrap dl,
.xt_woofc-inner .xt_woofc-product.xt_woofc-bundled-item .xt_woofc-product-wrap dd {
    margin: 0
}

.xt_woofc-inner .xt_woofc-product.xt_woofc-composite-item .xt_woofc-product-wrap dl dt,
.xt_woofc-inner .xt_woofc-product.xt_woofc-bundled-item .xt_woofc-product-wrap dl dt {
    margin-bottom: 5px
}

.xt_woofc-inner .xt_woofc-product.xt_woofc-composite-item .xt_woofc-product-wrap dl p,
.xt_woofc-inner .xt_woofc-product.xt_woofc-bundled-item .xt_woofc-product-wrap dl p {
    margin: 0
}

.xt_woofc-inner .xt_woofc-product.xt_woofc-composite-item .xt_woofc-product-wrap:last-child,
.xt_woofc-inner .xt_woofc-product.xt_woofc-bundled-item .xt_woofc-product-wrap:last-child {
    border-bottom: 0
}

.xt_woofc-inner .xt_woofc-product.xt_woofc-composite-item .xt_woofc-product-wrap .xt_woofc-product-image,
.xt_woofc-inner .xt_woofc-product.xt_woofc-bundled-item .xt_woofc-product-wrap .xt_woofc-product-image {
    width: 50px;
    max-height: 50px
}

.xt_woofc-narrow-cart .xt_woofc-inner .xt_woofc-product.xt_woofc-composite-item .xt_woofc-product-wrap .xt_woofc-product-image,
.xt_woofc-narrow-cart .xt_woofc-inner .xt_woofc-product.xt_woofc-bundled-item .xt_woofc-product-wrap .xt_woofc-product-image {
    width: 40px;
    max-height: 40px
}

.xt_woofc-inner .xt_woofc-product.xt_woofc-composite-item .xt_woofc-product-wrap .xt_woofc-product-details .xt_woofc-product-title,
.xt_woofc-inner .xt_woofc-product.xt_woofc-bundled-item .xt_woofc-product-wrap .xt_woofc-product-details .xt_woofc-product-title {
    font-size: .9rem !important
}

.xt_woofc-narrow-cart .xt_woofc-inner .xt_woofc-product.xt_woofc-composite-item .xt_woofc-product-wrap .xt_woofc-product-details .xt_woofc-product-title,
.xt_woofc-narrow-cart .xt_woofc-inner .xt_woofc-product.xt_woofc-bundled-item .xt_woofc-product-wrap .xt_woofc-product-details .xt_woofc-product-title {
    width: 100%
}

.xt_woofc-inner .xt_woofc-product.xt_woofc-composite-item .xt_woofc-product-wrap .xt_woofc-product-details .xt_woofc-product-title dl dt,
.xt_woofc-inner .xt_woofc-product.xt_woofc-bundled-item .xt_woofc-product-wrap .xt_woofc-product-details .xt_woofc-product-title dl dt {
    display: none
}

.xt_woofc-inner .xt_woofc-product.xt_woofc-composite-item .xt_woofc-product-wrap .xt_woofc-product-details .xt_woofc-price,
.xt_woofc-inner .xt_woofc-product.xt_woofc-bundled-item .xt_woofc-product-wrap .xt_woofc-product-details .xt_woofc-price {
    font-size: .9rem !important
}

.xt_woofc-narrow-cart .xt_woofc-inner .xt_woofc-product.xt_woofc-composite-item .xt_woofc-product-wrap .xt_woofc-product-details .xt_woofc-price,
.xt_woofc-narrow-cart .xt_woofc-inner .xt_woofc-product.xt_woofc-bundled-item .xt_woofc-product-wrap .xt_woofc-product-details .xt_woofc-price {
    width: 100%
}

.xt_woofc-inner .xt_woofc-product.xt_woofc-composite-item .xt_woofc-product-wrap .xt_woofc-product-details .xt_woofc-price .bundled_table_item_subtotal,
.xt_woofc-inner .xt_woofc-product.xt_woofc-bundled-item .xt_woofc-product-wrap .xt_woofc-product-details .xt_woofc-price .bundled_table_item_subtotal {
    display: flex;
    align-items: center
}

.xt_woofc-inner .xt_woofc-product.xt_woofc-composite-item .xt_woofc-product-wrap .xt_woofc-product-details .xt_woofc-price .bundled_table_item_subtotal>*,
.xt_woofc-inner .xt_woofc-product.xt_woofc-bundled-item .xt_woofc-product-wrap .xt_woofc-product-details .xt_woofc-price .bundled_table_item_subtotal>* {
    margin-left: 5px
}

.xt_woofc-inner .xt_woofc-product.xt_woofc-composite-item .xt_woofc-product-wrap .xt_woofc-product-details .xt_woofc-clearfix,
.xt_woofc-inner .xt_woofc-product.xt_woofc-bundled-item .xt_woofc-product-wrap .xt_woofc-product-details .xt_woofc-clearfix {
    display: none
}

.xt_woofc-inner .xt_woofc-product.xt_woofc-composite-item .xt_woofc-product-wrap .xt_woofc-product-details .xt_woofc-product-attributes,
.xt_woofc-inner .xt_woofc-product.xt_woofc-bundled-item .xt_woofc-product-wrap .xt_woofc-product-details .xt_woofc-product-attributes {
    transform-origin: left center;
    margin-bottom: 0
}

.xt_woofc-subscription .xt_woofc-product-header {
    flex-direction: column
}

.xt_woofc-subscription .xt_woofc-price {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px
}

.xt_woofc-subscription .subscription-details {
    font-weight: 400
}

.xt_woofc-payment-btns {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: var(--xt-woofc-payment-btns-padding);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    filter: blur(5px);
    transition: filter .3s ease;
    overflow: hidden
}

.xt_woofc-payment-btns:empty {
    display: none
}

.xt_woofc-payment-btns p {
    padding: 0 !important;
    margin: 0 !important;
    display: block
}

.xt_woofc-payment-btns .xt_woofc-payment-btn {
    margin: 0 0 var(--xt-woofc-payment-btns-padding) 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    border-radius: 4px
}

.xt_woofc-payment-btns .xt_woofc-payment-btn:before {
    content: attr(data-or);
    position: absolute;
    z-index: 1000;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    font-size: 12px;
    font-weight: 600;
    padding: 8px;
    border-radius: 100%;
    background: var(--xt-woofc-bg-color);
    color: var(--xt-woofc-color);
    transition: transform .4s ease .4s, opacity .4s ease .4s
}

.xt_woofc-is-desktop .xt_woofc-pos-bottom-left .xt_woofc-payment-btns .xt_woofc-payment-btn:before,
.xt_woofc-is-desktop .xt_woofc-pos-top-left .xt_woofc-payment-btns .xt_woofc-payment-btn:before,
.xt_woofc-is-tablet .xt_woofc-tablet-pos-bottom-left .xt_woofc-payment-btns .xt_woofc-payment-btn:before,
.xt_woofc-is-tablet .xt_woofc-tablet-pos-top-left .xt_woofc-payment-btns .xt_woofc-payment-btn:before,
.xt_woofc-is-mobile .xt_woofc-mobile-pos-bottom-left .xt_woofc-payment-btns .xt_woofc-payment-btn:before,
.xt_woofc-is-mobile .xt_woofc-mobile-pos-top-left .xt_woofc-payment-btns .xt_woofc-payment-btn:before {
    right: 12px;
    transform: translateX(-10px) translateY(-50%)
}

.xt_woofc-is-desktop .xt_woofc-pos-bottom-right .xt_woofc-payment-btns .xt_woofc-payment-btn:before,
.xt_woofc-is-desktop .xt_woofc-pos-top-right .xt_woofc-payment-btns .xt_woofc-payment-btn:before,
.xt_woofc-is-tablet .xt_woofc-tablet-pos-bottom-right .xt_woofc-payment-btns .xt_woofc-payment-btn:before,
.xt_woofc-is-tablet .xt_woofc-tablet-pos-top-right .xt_woofc-payment-btns .xt_woofc-payment-btn:before,
.xt_woofc-is-mobile .xt_woofc-mobile-pos-bottom-right .xt_woofc-payment-btns .xt_woofc-payment-btn:before,
.xt_woofc-is-mobile .xt_woofc-mobile-pos-top-right .xt_woofc-payment-btns .xt_woofc-payment-btn:before {
    left: 12px;
    transform: translateX(10px) translateY(-50%)
}

.xt_woofc-payment-btns .xt_woofc-payment-btn:last-child {
    margin: 0
}

.xt_woofc-payment-btns .xt_woofc-payment-btn p,
.xt_woofc-payment-btns .xt_woofc-payment-btn span,
.xt_woofc-payment-btns .xt_woofc-payment-btn div {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important
}

.xt_woofc-payment-btns .xt_woofc-payment-btn a,
.xt_woofc-payment-btns .xt_woofc-payment-btn button {
    height: 100%;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: 15px;
    font-weight: 600
}

.xt_woofc-cart-opened:not(.xt_woofc-empty) .xt_woofc-payment-btns .xt_woofc-payment-btn:before {
    transform: translateX(0) translateY(-50%) !important;
    opacity: 1 !important
}

.xt_woofc-cart-opened:not(.xt_woofc-empty) .xt_woofc-payment-btns {
    filter: initial;
    visibility: visible;
    opacity: 1;
    transition: filter .3s ease .2s
}

.xt_woofc-cart-opened.xt_woofc-custom-payments:not(.xt_woofc-empty) .xt_woofc-wrapper {
    background: var(--xt-woofc-bg-color)
}

.xt_woofc-cart-opened.xt_woofc-custom-payments:not(.xt_woofc-empty) .xt_woofc-footer {
    position: relative
}

html:not(.xt_woofc-checkout-active):not(.xt_woofc-checkout-loading) .xt_woofc-cart-opened.xt_woofc-custom-payments:not(.xt_woofc-empty) .xt_woofc-footer {
    border-radius: 0
}

.xt_woofc-cart-opened.xt_woofc-custom-payments.xt_woofc-empty .xt_woofc-wrapper {
    padding-bottom: 0 !important
}

.xt_woofc-cart-opened:not(.xt_woofc-custom-payments) .xt_woofc-wrapper {
    padding-bottom: 0 !important
}

.xt_woofc-sp {
    border-top: var(--xt-woofc-border);
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: -1px;
    opacity: 0;
    color: var(--xt-woofc-color);
    background-color: var(--xt-woofc-bg-color);
    transition: opacity .3s
}

.xt_woofc-sp.xt_woofc-sp-empty,
.xt_woofc-sp:empty {
    display: none
}

.xt_woofc-empty .xt_woofc-sp,
.xt_woofc-loading .xt_woofc-sp {
    opacity: 0 !important
}

.xt_woofc-sp .xt_woofc-sp-title {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: var(--xt-woofc-sp-title-color, var(--xt-woofc-primary-color));
    font-family: sans-serif
}

.xt_woofc-sp li.xt_woofc-sp-item {
    text-align: center
}

.xt_woofc-sp .xt_woofc-sp-item-wrap {
    display: inline-flex;
    flex: 1;
    border: var(--xt-woofc-border);
    border-radius: 3px;
    padding: 10px;
    width: 75%;
    align-items: center;
    max-width: 400px;
    position: relative
}

.xt_woofc-narrow-cart .xt_woofc-sp .xt_woofc-sp-item-wrap {
    width: 55%;
    display: block;
    margin: 0 auto;
    padding: 15px
}

.xt_woofc-sp .xt_woofc-sp-left-area {
    width: var(--xt-woofc-product-image-width)
}

.xt_woofc-narrow-cart .xt_woofc-sp .xt_woofc-sp-left-area {
    margin: 0 auto 15px
}

.xt_woofc-sp .xt_woofc-sp-right-area {
    width: calc(100% - var(--xt-woofc-product-image-width));
    padding-left: 20px;
    text-align: left;
    height: 100%
}

.xt_woofc-narrow-cart .xt_woofc-sp .xt_woofc-sp-right-area {
    width: 100%;
    display: block;
    padding-left: 0;
    text-align: center
}

.xt_woofc-sp .xt_woofc-sp-right-area>div,
.xt_woofc-sp .xt_woofc-sp-right-area>span,
.xt_woofc-sp .xt_woofc-sp-right-area>a {
    font-size: 14px;
    display: block
}

.xt_woofc-sp .xt_woofc-sp-right-area span.price {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    color: var(--xt-woofc-product-price-color)
}

.xt_woofc-narrow-cart .xt_woofc-sp .xt_woofc-sp-right-area span.price {
    margin: 0 auto 15px
}

.xt_woofc-sp .xt_woofc-sp-right-area a.button {
    display: none !important
}

.xt_woofc-sp .xt_woofc-sp-right-area a.button.add_to_cart_button,
.xt_woofc-sp .xt_woofc-sp-right-area a.button.xt_wooqv-trigger {
    display: inline-block !important;
    font-size: 12px;
    margin-top: 5px !important;
    margin-right: 5px !important;
    margin-bottom: 0 !important;
    padding: 8px 10px !important
}

.xt_woofc-narrow-cart .xt_woofc-sp .xt_woofc-sp-right-area a.button.add_to_cart_button,
.xt_woofc-narrow-cart .xt_woofc-sp .xt_woofc-sp-right-area a.button.xt_wooqv-trigger {
    display: block !important;
    margin-right: 0 !important
}

.xt_woofc-sp .xt_woofc-sp-right-area a.button.add_to_cart_button.loading,
.xt_woofc-sp .xt_woofc-sp-right-area a.button.xt_wooqv-trigger.loading {
    padding: 8px 30px 8px 8px !important
}

.xt_woofc-sp .xt_woofc-sp-product-title {
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1.3;
    white-space: var(--xt-woofc-product-title-wrap);
    text-overflow: ellipsis;
    overflow: hidden;
    display: block
}

.xt_woofc-sp .xt_woofc-sp-product-title a {
    color: var(--xt-woofc-product-title-color)
}

.xtfw-no-touchevents .xt_woofc-sp .xt_woofc-sp-product-title a:hover,
.xtfw-touchevents .xt_woofc-sp .xt_woofc-sp-product-title a:focus {
    text-decoration: none;
    color: var(--xt-woofc-product-title-hover-color)
}

.xt_woofc-sp .lSSlideOuter .lSPager.lSpg {
    margin-top: 20px !important
}

.xt_woofc-sp .lSSlideOuter .lSPager.lSpg>li a {
    background-color: var(--xt-woofc-border-color)
}

.xtfw-no-touchevents .xt_woofc-sp .lSSlideOuter .lSPager.lSpg>li:hover a,
.xtfw-touchevents .xt_woofc-sp .lSSlideOuter .lSPager.lSpg>li:hover a {
    background-color: var(--xt-woofc-sp-arrow-hover-color)
}

.xt_woofc-sp .lSSlideOuter .lSPager.lSpg>li.active a {
    background-color: var(--xt-woofc-sp-arrow-hover-color)
}

.xt_woofc-sp .lSAction>a {
    background-image: none;
    transform: translateY(-50%);
    margin-top: 0;
    height: inherit;
    width: inherit;
    transition: color .3s;
    font-size: var(--xt-woofc-sp-arrow-size);
    color: var(--xt-woofc-sp-arrow-color)
}

.xtfw-no-touchevents .xt_woofc-sp .lSAction>a:hover,
.xtfw-touchevents .xt_woofc-sp .lSAction>a:focus {
    color: var(--xt-woofc-sp-arrow-hover-color)
}

.xt_woofc-sp .lSAction>.lSNext {
    right: 4%
}

.xt_woofc-sp .lSAction>.lSNext .xt_woofc-sp-arrow-icon:before {
    transform: rotate(180deg)
}

.xt_woofc-sp .lSAction>.lSPrev {
    left: 4%
}

.xt_woofc-sp.xt_woofc-sp-rows {
    opacity: 1
}

.xt_woofc-sp.xt_woofc-sp-rows .xt_woofc-sp-products {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0
}

.xt_woofc-sp.xt_woofc-sp-rows .xt_woofc-sp-item-wrap {
    display: flex;
    margin: 0 auto;
    justify-items: end
}

.xt_woofc-sp.xt_woofc-sp-rows .xt_woofc-sp-item .xt_woofc-sp-item-wrap {
    margin-bottom: var(--xt-woofc-list-gutter);
    padding-bottom: var(--xt-woofc-list-gutter)
}

.xt_woofc .wc-proceed-to-checkout .angelleye_smart_button_bottom {
    margin-top: 10px
}

.xt_woofc .angelleye_smart_button_checkout_bottom {
    display: none !important
}

.xt_woofc #checkout_paypal_message {
    text-align: center;
    margin-bottom: 0 !important
}

.xt_woofc #checkout_paypal_message+div {
    margin-bottom: 0 !important
}

.xt_woofc #checkout_paypal_message * {
    text-align: center;
    margin: 0 auto
}

.xt_woofc #checkout_paypal_message:before {
    display: none
}

.xt_woofc #woo_pp_ec_button_checkout {
    display: none !important
}

.xt_woofc .xt_woopr_alert {
    margin-bottom: 5px !important
}

.xt_woofc-animation-morph .xt_woofc-trigger {
    position: absolute;
    top: 0;
    transition: box-shadow .3s, border-radius .3s, background .4s .05s
}

.xt_woofc-cart-close .xt_woofc-animation-morph .xt_woofc-trigger {
    transition: box-shadow .3s .3s, border-radius .3s .3s
}

.xt_woofc-animation-morph .xt_woofc-wrapper {
    transition-timing-function: cubic-bezier(0.67, 0.17, 0.32, 0.95);
    transition: height .4s .1s, width .4s .1s, box-shadow .5s, border-radius .5s, opacity .4s .2s;
    width: var(--xt-woofc-trigger-size);
    height: var(--xt-woofc-trigger-size)
}

.xtfw-no-touchevents .xt_woofc-animation-morph .xt_woofc-wrapper:hover,
.xtfw-touchevents .xt_woofc-animation-morph .xt_woofc-wrapper:focus,
.xt_woofc-cart-open .xt_woofc-animation-morph .xt_woofc-wrapper {
    box-shadow: 0 4px 30px rgba(0, 0, 0, .3)
}

.xt_woofc-animation-morph.xt_woofc-hide-trigger .xt_woofc-wrapper {
    width: 0;
    height: 0;
    opacity: 0
}

.xt_woofc-animation-morph .xt_woofc-header,
.xt_woofc-animation-morph .xt_woofc-body {
    opacity: 0;
    transition: opacity .2s .2s, border-radius .5s
}

.xt_woofc-is-desktop .xt_woofc-animation-morph.xt_woofc-pos-bottom-left .xt_woofc-trigger,
.xt_woofc-is-desktop .xt_woofc-animation-morph.xt_woofc-pos-top-left .xt_woofc-trigger,
.xt_woofc-is-tablet .xt_woofc-animation-morph.xt_woofc-tablet-pos-bottom-left .xt_woofc-trigger,
.xt_woofc-is-tablet .xt_woofc-animation-morph.xt_woofc-tablet-pos-top-left .xt_woofc-trigger,
.xt_woofc-is-mobile .xt_woofc-animation-morph.xt_woofc-mobile-pos-bottom-left .xt_woofc-trigger,
.xt_woofc-is-mobile .xt_woofc-animation-morph.xt_woofc-mobile-pos-top-left .xt_woofc-trigger {
    left: 0
}

.xt_woofc-is-desktop .xt_woofc-animation-morph.xt_woofc-pos-bottom-right .xt_woofc-trigger,
.xt_woofc-is-desktop .xt_woofc-animation-morph.xt_woofc-pos-top-right .xt_woofc-trigger,
.xt_woofc-is-tablet .xt_woofc-animation-morph.xt_woofc-tablet-pos-bottom-right .xt_woofc-trigger,
.xt_woofc-is-tablet .xt_woofc-animation-morph.xt_woofc-tablet-pos-top-right .xt_woofc-trigger,
.xt_woofc-is-mobile .xt_woofc-animation-morph.xt_woofc-mobile-pos-bottom-right .xt_woofc-trigger,
.xt_woofc-is-mobile .xt_woofc-animation-morph.xt_woofc-mobile-pos-top-right .xt_woofc-trigger {
    right: 0
}

.xt_woofc-animation-morph.xt_woofc-cart-open .xt_woofc-trigger .xt_woofc-trigger-cart-icon {
    opacity: 0
}

.xt_woofc-animation-morph.xt_woofc-cart-open .xt_woofc-trigger .xt_woofc-trigger-close-icon {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%)
}

.xt_woofc-animation-morph.xt_woofc-cart-open .xt_woofc-wrapper {
    height: 100% !important;
    width: 100% !important;
    transition-delay: 0s;
    opacity: 1
}

.xt_woofc-animation-morph.xt_woofc-cart-open .xt_woofc-header,
.xt_woofc-animation-morph.xt_woofc-cart-open .xt_woofc-body {
    opacity: 1;
    transition: opacity .2s 0s
}

.xt_woofc-is-desktop .xt_woofc-animation-morph.xt_woofc-cart-open.xt_woofc-pos-bottom-left .xt_woofc-trigger,
.xt_woofc-is-desktop .xt_woofc-animation-morph.xt_woofc-cart-open.xt_woofc-pos-top-left .xt_woofc-trigger,
.xt_woofc-is-tablet .xt_woofc-animation-morph.xt_woofc-cart-open.xt_woofc-tablet-pos-bottom-left .xt_woofc-trigger,
.xt_woofc-is-tablet .xt_woofc-animation-morph.xt_woofc-cart-open.xt_woofc-tablet-pos-top-left .xt_woofc-trigger,
.xt_woofc-is-mobile .xt_woofc-animation-morph.xt_woofc-cart-open.xt_woofc-mobile-pos-bottom-left .xt_woofc-trigger,
.xt_woofc-is-mobile .xt_woofc-animation-morph.xt_woofc-cart-open.xt_woofc-mobile-pos-top-left .xt_woofc-trigger {
    border-radius: 0 0 0 var(--xt-woofc-radius);
    transition: border-bottom-left-radius .5s
}

.xt_woofc-is-desktop .xt_woofc-animation-morph.xt_woofc-cart-open.xt_woofc-pos-bottom-left .xt_woofc-checkout,
.xt_woofc-is-desktop .xt_woofc-animation-morph.xt_woofc-cart-open.xt_woofc-pos-top-left .xt_woofc-checkout,
.xt_woofc-is-tablet .xt_woofc-animation-morph.xt_woofc-cart-open.xt_woofc-tablet-pos-bottom-left .xt_woofc-checkout,
.xt_woofc-is-tablet .xt_woofc-animation-morph.xt_woofc-cart-open.xt_woofc-tablet-pos-top-left .xt_woofc-checkout,
.xt_woofc-is-mobile .xt_woofc-animation-morph.xt_woofc-cart-open.xt_woofc-mobile-pos-bottom-left .xt_woofc-checkout,
.xt_woofc-is-mobile .xt_woofc-animation-morph.xt_woofc-cart-open.xt_woofc-mobile-pos-top-left .xt_woofc-checkout {
    margin-left: var(--xt-woofc-trigger-size)
}

.xt_woofc-is-desktop .xt_woofc-animation-morph.xt_woofc-cart-open.xt_woofc-pos-bottom-right .xt_woofc-trigger,
.xt_woofc-is-desktop .xt_woofc-animation-morph.xt_woofc-cart-open.xt_woofc-pos-top-right .xt_woofc-trigger,
.xt_woofc-is-tablet .xt_woofc-animation-morph.xt_woofc-cart-open.xt_woofc-tablet-pos-bottom-right .xt_woofc-trigger,
.xt_woofc-is-tablet .xt_woofc-animation-morph.xt_woofc-cart-open.xt_woofc-tablet-pos-top-right .xt_woofc-trigger,
.xt_woofc-is-mobile .xt_woofc-animation-morph.xt_woofc-cart-open.xt_woofc-mobile-pos-bottom-right .xt_woofc-trigger,
.xt_woofc-is-mobile .xt_woofc-animation-morph.xt_woofc-cart-open.xt_woofc-mobile-pos-top-right .xt_woofc-trigger {
    border-radius: 0 0 var(--xt-woofc-radius) 0;
    transition: border-bottom-right-radius .5s
}

.xt_woofc-is-desktop .xt_woofc-animation-morph.xt_woofc-cart-open.xt_woofc-pos-bottom-right .xt_woofc-checkout,
.xt_woofc-is-desktop .xt_woofc-animation-morph.xt_woofc-cart-open.xt_woofc-pos-top-right .xt_woofc-checkout,
.xt_woofc-is-tablet .xt_woofc-animation-morph.xt_woofc-cart-open.xt_woofc-tablet-pos-bottom-right .xt_woofc-checkout,
.xt_woofc-is-tablet .xt_woofc-animation-morph.xt_woofc-cart-open.xt_woofc-tablet-pos-top-right .xt_woofc-checkout,
.xt_woofc-is-mobile .xt_woofc-animation-morph.xt_woofc-cart-open.xt_woofc-mobile-pos-bottom-right .xt_woofc-checkout,
.xt_woofc-is-mobile .xt_woofc-animation-morph.xt_woofc-cart-open.xt_woofc-mobile-pos-top-right .xt_woofc-checkout {
    margin-right: var(--xt-woofc-trigger-size)
}

.xt_woofc-animation-slide .xt_woofc-checkout {
    opacity: 1
}

.xt_woofc-animation-slide .xt_woofc-trigger {
    position: fixed;
    transition: box-shadow .5s, border-radius .5s, transform .4s .05s, opacity .4s .05s, background .4s .05s;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .17)
}

.xtfw-no-touchevents .xt_woofc-animation-slide .xt_woofc-trigger:hover,
.xtfw-touchevents .xt_woofc-animation-slide .xt_woofc-trigger:focus,
.xt_woofc-cart-open .xt_woofc-animation-slide .xt_woofc-trigger {
    box-shadow: 0 4px 30px rgba(0, 0, 0, .3)
}

.xt_woofc-animation-slide .xt_woofc-wrapper {
    transition-timing-function: ease;
    transition: box-shadow .5s, border-radius .5s, transform .4s, width .2s .5s, height 0s .5s;
    height: 100% !important;
    width: 100% !important
}

.xt_woofc-animation-slide.xt_woofc-cart-open .xt_woofc-wrapper {
    transition: box-shadow .3s, transform .4s, width 0s, height 0s;
    transform: translateX(0) !important
}

.xt_woofc-animation-slide.xt_woofc-cart-open .xt_woofc-footer {
    overflow: hidden
}

.xt_woofc-is-desktop .xt_woofc-animation-slide.xt_woofc-pos-bottom-left .xt_woofc-trigger,
.xt_woofc-is-tablet .xt_woofc-animation-slide.xt_woofc-tablet-pos-bottom-left .xt_woofc-trigger,
.xt_woofc-is-mobile .xt_woofc-animation-slide.xt_woofc-mobile-pos-bottom-left .xt_woofc-trigger {
    bottom: 0
}

.xt_woofc-is-desktop .xt_woofc-animation-slide.xt_woofc-pos-top-left .xt_woofc-trigger,
.xt_woofc-is-tablet .xt_woofc-animation-slide.xt_woofc-tablet-pos-top-left .xt_woofc-trigger,
.xt_woofc-is-mobile .xt_woofc-animation-slide.xt_woofc-mobile-pos-top-left .xt_woofc-trigger {
    top: 0
}

.xt_woofc-is-desktop .xt_woofc-animation-slide.xt_woofc-pos-bottom-left .xt_woofc-trigger,
.xt_woofc-is-tablet .xt_woofc-animation-slide.xt_woofc-tablet-pos-bottom-left .xt_woofc-trigger,
.xt_woofc-is-mobile .xt_woofc-animation-slide.xt_woofc-mobile-pos-bottom-left .xt_woofc-trigger,
.xt_woofc-is-desktop .xt_woofc-animation-slide.xt_woofc-pos-top-left .xt_woofc-trigger,
.xt_woofc-is-tablet .xt_woofc-animation-slide.xt_woofc-tablet-pos-top-left .xt_woofc-trigger,
.xt_woofc-is-mobile .xt_woofc-animation-slide.xt_woofc-mobile-pos-top-left .xt_woofc-trigger {
    transform: translateX(calc(100% + var(--xt-woofc-hoffset)));
    right: 0
}

.xt_woofc-is-desktop .xt_woofc-animation-slide.xt_woofc-pos-bottom-left.xt_woofc-cart-open .xt_woofc-trigger,
.xt_woofc-is-tablet .xt_woofc-animation-slide.xt_woofc-tablet-pos-bottom-left.xt_woofc-cart-open .xt_woofc-trigger,
.xt_woofc-is-mobile .xt_woofc-animation-slide.xt_woofc-mobile-pos-bottom-left.xt_woofc-cart-open .xt_woofc-trigger,
.xt_woofc-is-desktop .xt_woofc-animation-slide.xt_woofc-pos-top-left.xt_woofc-cart-open .xt_woofc-trigger,
.xt_woofc-is-tablet .xt_woofc-animation-slide.xt_woofc-tablet-pos-top-left.xt_woofc-cart-open .xt_woofc-trigger,
.xt_woofc-is-mobile .xt_woofc-animation-slide.xt_woofc-mobile-pos-top-left.xt_woofc-cart-open .xt_woofc-trigger {
    transform: translateX(100%) scale(0) !important
}

.xt_woofc-is-desktop .xt_woofc-animation-slide.xt_woofc-pos-bottom-left .xt_woofc-wrapper,
.xt_woofc-is-tablet .xt_woofc-animation-slide.xt_woofc-tablet-pos-bottom-left .xt_woofc-wrapper,
.xt_woofc-is-mobile .xt_woofc-animation-slide.xt_woofc-mobile-pos-bottom-left .xt_woofc-wrapper,
.xt_woofc-is-desktop .xt_woofc-animation-slide.xt_woofc-pos-top-left .xt_woofc-wrapper,
.xt_woofc-is-tablet .xt_woofc-animation-slide.xt_woofc-tablet-pos-top-left .xt_woofc-wrapper,
.xt_woofc-is-mobile .xt_woofc-animation-slide.xt_woofc-mobile-pos-top-left .xt_woofc-wrapper {
    transform: translateX(calc(-100% - var(--xt-woofc-hoffset)))
}

.xt_woofc-is-desktop .xt_woofc-animation-slide.xt_woofc-pos-bottom-right .xt_woofc-trigger,
.xt_woofc-is-tablet .xt_woofc-animation-slide.xt_woofc-tablet-pos-bottom-right .xt_woofc-trigger,
.xt_woofc-is-mobile .xt_woofc-animation-slide.xt_woofc-mobile-pos-bottom-right .xt_woofc-trigger {
    bottom: 0
}

.xt_woofc-is-desktop .xt_woofc-animation-slide.xt_woofc-pos-top-right .xt_woofc-trigger,
.xt_woofc-is-tablet .xt_woofc-animation-slide.xt_woofc-tablet-pos-top-right .xt_woofc-trigger,
.xt_woofc-is-mobile .xt_woofc-animation-slide.xt_woofc-mobile-pos-top-right .xt_woofc-trigger {
    top: 0
}

.xt_woofc-is-desktop .xt_woofc-animation-slide.xt_woofc-pos-bottom-right .xt_woofc-trigger,
.xt_woofc-is-tablet .xt_woofc-animation-slide.xt_woofc-tablet-pos-bottom-right .xt_woofc-trigger,
.xt_woofc-is-mobile .xt_woofc-animation-slide.xt_woofc-mobile-pos-bottom-right .xt_woofc-trigger,
.xt_woofc-is-desktop .xt_woofc-animation-slide.xt_woofc-pos-top-right .xt_woofc-trigger,
.xt_woofc-is-tablet .xt_woofc-animation-slide.xt_woofc-tablet-pos-top-right .xt_woofc-trigger,
.xt_woofc-is-mobile .xt_woofc-animation-slide.xt_woofc-mobile-pos-top-right .xt_woofc-trigger {
    transform: translateX(calc(-100% - var(--xt-woofc-hoffset)));
    left: 0
}

.xt_woofc-is-desktop .xt_woofc-animation-slide.xt_woofc-pos-bottom-right.xt_woofc-cart-open .xt_woofc-trigger,
.xt_woofc-is-tablet .xt_woofc-animation-slide.xt_woofc-tablet-pos-bottom-right.xt_woofc-cart-open .xt_woofc-trigger,
.xt_woofc-is-mobile .xt_woofc-animation-slide.xt_woofc-mobile-pos-bottom-right.xt_woofc-cart-open .xt_woofc-trigger,
.xt_woofc-is-desktop .xt_woofc-animation-slide.xt_woofc-pos-top-right.xt_woofc-cart-open .xt_woofc-trigger,
.xt_woofc-is-tablet .xt_woofc-animation-slide.xt_woofc-tablet-pos-top-right.xt_woofc-cart-open .xt_woofc-trigger,
.xt_woofc-is-mobile .xt_woofc-animation-slide.xt_woofc-mobile-pos-top-right.xt_woofc-cart-open .xt_woofc-trigger {
    transform: translateX(-100%) scale(0) !important;
    opacity: 0
}

.xt_woofc-is-desktop .xt_woofc-animation-slide.xt_woofc-pos-bottom-right .xt_woofc-wrapper,
.xt_woofc-is-tablet .xt_woofc-animation-slide.xt_woofc-tablet-pos-bottom-right .xt_woofc-wrapper,
.xt_woofc-is-mobile .xt_woofc-animation-slide.xt_woofc-mobile-pos-bottom-right .xt_woofc-wrapper,
.xt_woofc-is-desktop .xt_woofc-animation-slide.xt_woofc-pos-top-right .xt_woofc-wrapper,
.xt_woofc-is-tablet .xt_woofc-animation-slide.xt_woofc-tablet-pos-top-right .xt_woofc-wrapper,
.xt_woofc-is-mobile .xt_woofc-animation-slide.xt_woofc-mobile-pos-top-right .xt_woofc-wrapper {
    transform: translateX(calc(100% + var(--xt-woofc-hoffset)))
}

.xt_woofc-animation-slide .xt_woofc-animation-slide.xt_wooqv-trigger-overflow .xt_woofc-inner {
    width: 100vw !important
}

#xt_woofc .woocommerce-message,
#xt_woofc .woocommerce-info,
#xt_woofc .woocommerce-error {
    font-size: 13px;
    line-height: 1.5;
    margin: 0 !important;
    border-radius: 0 !important;
    border: 0 !important
}

#xt_woofc .woocommerce-message:empty,
#xt_woofc .woocommerce-info:empty,
#xt_woofc .woocommerce-error:empty {
    display: none
}

#xt_woofc .woocommerce-message:after,
#xt_woofc .woocommerce-info:after,
#xt_woofc .woocommerce-error:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--xt-woofc-border-color)
}

#xt_woofc.xt_woofc-override-woo-notices .woocommerce-message,
#xt_woofc.xt_woofc-override-woo-notices .woocommerce-info,
#xt_woofc.xt_woofc-override-woo-notices .woocommerce-error {
    font-size: var(--xt-woofc-notice-font-size);
    line-height: 1.5;
    position: relative;
    padding: 15px 15px 15px calc(15px + var(--xt-woofc-notice-font-size)*2)
}

#xt_woofc.xt_woofc-override-woo-notices .woocommerce-message *:before,
#xt_woofc.xt_woofc-override-woo-notices .woocommerce-info *:before,
#xt_woofc.xt_woofc-override-woo-notices .woocommerce-error *:before {
    content: ""
}

#xt_woofc.xt_woofc-override-woo-notices .woocommerce-message:not(.xt-framework-notice)>span,
#xt_woofc.xt_woofc-override-woo-notices .woocommerce-message:not(.xt-framework-notice)>div,
#xt_woofc.xt_woofc-override-woo-notices .woocommerce-info:not(.xt-framework-notice)>span,
#xt_woofc.xt_woofc-override-woo-notices .woocommerce-info:not(.xt-framework-notice)>div,
#xt_woofc.xt_woofc-override-woo-notices .woocommerce-error:not(.xt-framework-notice)>span,
#xt_woofc.xt_woofc-override-woo-notices .woocommerce-error:not(.xt-framework-notice)>div {
    padding: 0
}

#xt_woofc.xt_woofc-override-woo-notices .woocommerce-message a,
#xt_woofc.xt_woofc-override-woo-notices .woocommerce-info a,
#xt_woofc.xt_woofc-override-woo-notices .woocommerce-error a {
    float: right;
    padding: initial;
    line-height: initial
}

#xt_woofc.xt_woofc-override-woo-notices .woocommerce-message:before,
#xt_woofc.xt_woofc-override-woo-notices .woocommerce-info:before,
#xt_woofc.xt_woofc-override-woo-notices .woocommerce-error:before {
    position: absolute;
    left: 15px;
    top: 50% !important;
    transform: translateY(-50%);
    font-family: "xt_icomoon" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: calc(var(--xt-woofc-notice-font-size)*1.4)
}

#xt_woofc.xt_woofc-override-woo-notices .woocommerce-error {
    color: var(--xt-woofc-notice-error-color);
    background: var(--xt-woofc-notice-error-bg-color)
}

#xt_woofc.xt_woofc-override-woo-notices .woocommerce-error * {
    color: var(--xt-woofc-notice-error-color)
}

#xt_woofc.xt_woofc-override-woo-notices .woocommerce-error::before {
    content: "";
    color: var(--xt-woofc-notice-error-icon-color)
}

#xt_woofc.xt_woofc-override-woo-notices .woocommerce-info {
    color: var(--xt-woofc-notice-info-color);
    background: var(--xt-woofc-notice-info-bg-color)
}

#xt_woofc.xt_woofc-override-woo-notices .woocommerce-info * {
    color: var(--xt-woofc-notice-info-color)
}

#xt_woofc.xt_woofc-override-woo-notices .woocommerce-info::before {
    content: "";
    color: var(--xt-woofc-notice-info-icon-color)
}

#xt_woofc.xt_woofc-override-woo-notices .woocommerce-message {
    color: var(--xt-woofc-notice-success-color);
    background: var(--xt-woofc-notice-success-bg-color)
}

#xt_woofc.xt_woofc-override-woo-notices .woocommerce-message * {
    color: var(--xt-woofc-notice-success-color)
}

#xt_woofc.xt_woofc-override-woo-notices .woocommerce-message::before {
    content: "";
    color: var(--xt-woofc-notice-success-icon-color)
}

#xt_woofc.xt_woofc-success-notice-hide .woocommerce-message {
    display: none
}

#xt_woofc.xt_woofc-info-notice-hide .woocommerce-info {
    display: none
}

.xt_woofc-body-header .xt-framework-notices .xt-framework-notice:last-child {
    border-bottom: 0 !important
}

.xt_woofc-body-header .xt_woofc-wc-notices>*:last-child {
    border-bottom: 0 !important
}

.xt_woofc-narrow-cart .xt_woofc-product-header {
    flex-direction: column
}

.xt_woofc-narrow-cart .xt_woofc-product-image {
    width: 50px
}

.xt_woofc-narrow-cart .xt_woofc-price {
    margin-top: 4px
}

.xt_woofc-narrow-cart .xt_woofc-price .tax_label {
    font-size: .8rem
}

.xt_woofc-narrow-cart .xt_woofc-inner .xt_woofc-actions {
    font-size: .9rem !important
}

.xt_woofc-error {
    box-shadow: 0 0 5px 4px rgba(255, 0, 0, .45);
    padding: 10px 15px !important;
    transition: all .3s
}

.xt_woofc-hide {
    display: none
}

.xt_woofc {
    box-sizing: border-box;
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: inherit
}

.xtfw-no-transitions .xt_woofc {
    transition: none !important;
    animation: none !important
}

.xtfw-no-transitions .xt_woofc *:not(.xt_woofc-spinner-wrap *) {
    transition: none !important;
    animation: none !important
}

.xt_woofc .customize-partial-edit-shortcut {
    display: none
}

.xt_woofc::before {
    content: "";
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s, visibility .4s;
    background: var(--xt-woofc-overlay-color);
    z-index: var(--xt-woofc-zindex)
}

.xt_woofc.xt_woofc-cart-open::before {
    opacity: 1;
    visibility: visible
}

.xt_woofc * {
    line-height: inherit
}

.xt_woofc *,
.xt_woofc *::after,
.xt_woofc *::before {
    box-sizing: border-box;
    word-break: initial;
    word-wrap: initial
}

.xt_woofc .xtfw-touchevents a {
    pointer-events: none !important
}

.xt_woofc a {
    text-decoration: none
}

.xt_woofc a:focus {
    outline: initial
}

.xt_woofc i {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

.xt_woofc img {
    max-width: 100%
}

.xt_woofc em {
    font-style: inherit
}

.xt_woofc-clearfix {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 0
}

@keyframes xt_woofc-qty-enter {
    0% {
        opacity: 0;
        visibility: hidden;
        transform: translateX(-50%) translateY(0)
    }

    100% {
        opacity: 1;
        visibility: visible;
        transform: translateX(-50%) translateY(-50%)
    }
}

@keyframes xt_woofc-qty-leave {
    0% {
        opacity: 1;
        visibility: visible;
        transform: translateX(-50%) translateY(-50%)
    }

    100% {
        opacity: 0;
        visibility: hidden;
        transform: translateX(-50%) translateY(-100%)
    }
}

@keyframes xt_woofc-item-move-up {
    0% {
        padding-top: var(--xt-woofc-list-prev-item-height, 110px)
    }

    100% {
        padding-top: 0
    }
}

@keyframes xt_woofc-item-move-down {
    0% {
        padding-top: 0
    }

    100% {
        padding-top: var(--xt-woofc-list-prev-item-height, 110px)
    }
}

@keyframes xt_woofc-item-slide-out {
    0% {
        transform: translateX(0);
        opacity: 1
    }

    100% {
        transform: translateX(80px);
        opacity: 0
    }
}

@keyframes xt_woofc-item-slide-in {
    0% {
        transform: translateX(80px);
        opacity: 0
    }

    100% {
        transform: translateX(0);
        opacity: 1
    }
}

.xt_woofc-coupons-visible .xt_woofc-coupon,
.xt_woofc-empty .xt_woofc-coupon {
    opacity: 0 !important;
    visibility: hidden !important
}

.xt_woofc-coupon-form {
    border: 0;
    padding: 15px;
    margin: 0;
    border-radius: 0;
    width: 100%;
    color: var(--xt-woofc-color)
}

.xt_woofc-enable-coupon-list .xt_woofc-coupon-form {
    padding: 15px 3px 15px 15px;
    height: calc(100% + 1px);
    position: absolute;
    z-index: 9999999;
    border-bottom: 0 !important;
    border-top: var(--xt-woofc-border);
    color: var(--xt-woofc-color);
    background-color: var(--xt-woofc-bg-color);
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch
}

html:not(.xtfw-touchevents) .xt_woofc-enable-coupon-list .xt_woofc-coupon-form {
    scrollbar-width: thin;
    scrollbar-color: var(--xt-woofc-border-color) var(--xt-woofc-bg-color)
}

html:not(.xtfw-touchevents) .xt_woofc-enable-coupon-list .xt_woofc-coupon-form::-webkit-scrollbar {
    width: 12px
}

html:not(.xtfw-touchevents) .xt_woofc-enable-coupon-list .xt_woofc-coupon-form::-webkit-scrollbar-track {
    background: var(--xt-woofc-bg-color)
}

html:not(.xtfw-touchevents) .xt_woofc-enable-coupon-list .xt_woofc-coupon-form::-webkit-scrollbar-thumb {
    background-color: var(--xt-woofc-border-color);
    border-radius: 6px;
    border: 2px solid var(--xt-woofc-bg-color)
}

.xt_woofc-coupon-form p {
    font-size: 11px;
    margin-bottom: 10px
}

.xt_woofc-coupon-form .xt_woofc-form-inner {
    display: flex
}

.xt_woofc-coupon-form .xt_woofc-form-inner span {
    flex: 1
}

.xt_woofc-coupon-form .xt_woofc-form-inner span:last-child {
    flex: 0 0 30%
}

.xt_woofc-coupon-form .xt_woofc-coupon-error {
    margin-top: 10px;
    color: var(--xt-woofc-header-error-color);
    font-weight: 600
}

.xt_woofc-coupon-form .xt_woofc-coupon-error:empty {
    display: none
}

.xt_woofc-coupon-form [name=coupon_code] {
    border: var(--xt-woofc-border) !important;
    padding: 9px .5rem !important;
    height: 30px !important;
    border-radius: 0 !important;
    width: 100% !important;
    outline: initial !important;
    background: rgba(0, 0, 0, 0) !important;
    box-shadow: none !important
}

.xt_woofc-coupon-form .button {
    vertical-align: initial !important;
    padding: .428571429rem .5rem !important;
    height: 30px !important;
    border-radius: 0 !important;
    color: var(--xt-woofc-coupon-button-text-color) !important;
    background: var(--xt-woofc-coupon-button-bg-color) !important;
    border: 1px solid var(--xt-woofc-coupon-button-bg-color) !important;
    width: 100% !important;
    display: block !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    outline: none !important;
    transition: filter .3s !important;
    font-size: 10px !important;
    line-height: 16px !important
}

.xt_woofc-coupon-form .button:hover {
    filter: brightness(95%)
}

@media only screen and (max-width: 300px) {
    .xt_woofc-coupon-form .xt_woofc-form-inner {
        flex-direction: column
    }

    .xt_woofc-coupon-form .xt_woofc-form-inner span:last-child {
        margin-top: 5px
    }

    .xt_woofc-coupon-form .xt_woofc-form-inner input {
        text-align: center
    }
}

.xt_woofc-coupons {
    padding-top: 20px;
    margin-top: 20px;
    border-top: var(--xt-woofc-border)
}

.xt_woofc-coupons-label {
    font-weight: 700;
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
    color: var(--xt-woofc-primary-color)
}

.xt_woofc-coupons-section {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    padding-bottom: 10px
}

.xt_woofc-coupon-item {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 33%;
    max-width: 33%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    text-align: center
}

@media only screen and (max-width: 480px) {
    .xt_woofc-coupon-item {
        flex-basis: 50%;
        max-width: 50%
    }
}

@media only screen and (max-width: 300px) {
    .xt_woofc-coupon-item {
        flex-basis: 100%;
        max-width: 100%
    }
}

.xt_woofc-coupon-item .xt_woofc-coupon-item-inner {
    border: 1px solid var(--xt-woofc-border-color);
    padding: 5px
}

.xt_woofc-coupon-item .xt_woofc-coupon-code {
    border-bottom: 1px dashed var(--xt-woofc-border-color);
    display: block;
    padding-top: 5px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis
}

.xt_woofc-coupon-item .xt_woofc-coupon-off {
    font-weight: 700;
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
    color: var(--xt-woofc-coupon-savings-text-color)
}

.xt_woofc-coupon-item .xt_woofc-coupon-desc {
    display: block;
    line-height: 1.3;
    margin-bottom: 5px
}

.xt_woofc-coupon-item .xt_woofc-remove-coupon {
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 11px
}

.xt_woofc-enable-coupon-list .xt_woofc-coupon-item .xt_woofc-remove-coupon {
    color: var(--xt-woofc-link-color)
}

.xtfw-no-touchevents .xt_woofc-enable-coupon-list .xt_woofc-coupon-item .xt_woofc-remove-coupon:hover,
.xtfw-touchevents .xt_woofc-enable-coupon-list .xt_woofc-coupon-item .xt_woofc-remove-coupon:focus {
    color: var(--xt-woofc-link-hover-color)
}

.xt_woofc-coupon-item .button {
    margin-top: 10px !important
}

.woocommerce .xt_woofc .woocommerce-form-coupon-toggle,
.woocommerce-page .xt_woofc .woocommerce-form-coupon-toggle,
body .xt_woofc .woocommerce-form-coupon-toggle {
    display: none !important
}

.xt_woofc-header {
    position: absolute;
    z-index: 3;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    top: 0;
    padding: 0 0 0 1.4em;
    transition: opacity .2s 0s, border-radius .5s;
    background: var(--xt-woofc-header-bg-color);
    height: var(--xt-woofc-header-height);
    line-height: var(--xt-woofc-header-height);
    border-bottom: var(--xt-woofc-border-width) var(--xt-woofc-border-style) var(--xt-woofc-header-border-color);
    border-radius: var(--xt-woofc-radius) var(--xt-woofc-radius) 0 0;
    overflow: hidden
}

.xt_woofc-header::after {
    clear: both;
    content: "";
    display: block
}

.xt_woofc-modal .xt_woofc-header {
    top: 1px
}

.xt_woofc-header-left {
    flex: 1
}

.xt_woofc-header-right {
    display: flex;
    justify-content: flex-end
}

.xt_woofc-title {
    position: absolute;
    display: block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: var(--xt-woofc-header-title-color);
    white-space: nowrap;
    transition: opacity .3s, transform .3s
}

.xt_woofc-title svg {
    display: inline-block;
    transform: rotate(180deg);
    margin-right: 8px;
    height: 40px;
    vertical-align: top;
    width: 20px
}

.xt_woofc-title svg * {
    stroke: var(--xt-woofc-header-title-color)
}

.xt_woofc-header-action {
    font-size: 16px;
    cursor: pointer;
    padding: 0 12px;
    border-left: var(--xt-woofc-border-width) var(--xt-woofc-border-style) var(--xt-woofc-header-border-color)
}

.xt_woofc-header-clear {
    transition: width .3s, padding .3s;
    overflow: hidden
}

.xt_woofc-empty .xt_woofc-header-clear {
    visibility: hidden;
    width: 0;
    opacity: 0;
    padding: 0;
    font-size: 0
}

.xt_woofc-header-clear:before {
    transition: transform .25s, color .25s;
    color: var(--xt-woofc-header-clear-color);
    display: inline-block
}

.xt_woofc-header-clear:hover:before {
    transform: scale(1.2);
    color: var(--xt-woofc-header-clear-hover-color)
}

.xt_woofc-header-clear-confirm {
    margin-left: 8px
}

.xt_woofc-header-close:before {
    transition: transform .5s;
    color: var(--xt-woofc-header-close-color)
}

.xt_woofc-header-close[class*=xt_woofcicon-close]:hover:before,
.xt_woofc-header-close[class*=xt_woofcicon-delete]:hover:before,
.xt_woofc-header-close[class*=xt_woofcicon-cross]:hover:before,
.xt_woofc-header-close[class*=xt_woofcicon-circle]:hover:before {
    transform: scale(1.2) rotate(360deg)
}

.xt_woofc-header-close[class*=xt_woofcicon-arrow]:hover:before {
    transform: scale(1.2)
}

.xt_woofc-notice,
.xt_woofc-coupon {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.4px;
    opacity: 0;
    visibility: hidden;
    transition: transform .3s, opacity .3s, visibility 0s;
    color: var(--xt-woofc-header-color);
    transform: scale(0);
    white-space: nowrap;
    flex: 1
}

.xt_woofc-notice>*,
.xt_woofc-coupon>* {
    display: none
}

.xt_woofc-notice.xt_woofc-notice-error,
.xt_woofc-notice-error.xt_woofc-coupon {
    color: var(--xt-woofc-header-error-color)
}

.xt_woofc-notice a,
.xt_woofc-coupon a {
    text-decoration: underline;
    color: var(--xt-woofc-header-link-color);
    transition: color .3s
}

.xtfw-no-touchevents .xt_woofc-notice a:hover,
.xtfw-no-touchevents .xt_woofc-coupon a:hover,
.xtfw-touchevents .xt_woofc-notice a:focus,
.xtfw-touchevents .xt_woofc-coupon a:focus {
    color: var(--xt-woofc-header-link-hover-color)
}

.xt_woofc-notice a.button,
.xt_woofc-coupon a.button {
    color: inherit
}

.xt_woofc-notice.xt_woofc-visible,
.xt_woofc-visible.xt_woofc-coupon {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    padding: 0 12px
}

.xt_woofc-notice.xt_woofc-visible>*,
.xt_woofc-visible.xt_woofc-coupon>* {
    display: initial
}

.xt_woofc-shipping-bar {
    text-align: center;
    padding: 15px 8%;
    font-size: 16px;
    background-color: var(--xt-woofc-shipping-bar-bg-color);
    color: var(--xt-woofc-shipping-bar-color);
    width: 100%;
    margin: 0 auto
}

.xt_woofc-shipping-bar .xt_woofc-shipping-bar-text {
    font-weight: 600
}

.xt_woofc-shipping-bar .xt_woofc-shipping-bar-perc {
    height: 8px;
    width: 100%;
    background-color: var(--xt-woofc-shipping-bar-progress-inactive-color);
    border-radius: 5px;
    display: table;
    margin: 15px auto 0;
    overflow: hidden
}

.xt_woofc-shipping-bar .xt_woofc-shipping-bar-perc>span {
    display: block;
    z-index: 1;
    height: inherit;
    background-color: var(--xt-woofc-shipping-bar-progress-active-color);
    transition: width .3s ease, background-color .3s ease;
    width: 0
}

.xt_woofc-shipping-bar .xt_woofc-shipping-bar-perc[data-width="100%"]>span {
    background-color: var(--xt-woofc-shipping-bar-progress-completed-color)
}

.xt_woofc-empty .xt_woofc-shipping-bar,
.xt_woofc-shipping-bar:empty {
    display: none
}

.xt_woofc-shipping-bar p {
    margin: 0 !important
}

.xt_woofc-header-message {
    text-align: center;
    padding: 10px 15px;
    font-size: 18px;
    background-color: var(--xt-woofc-header-msg-bg-color);
    color: var(--xt-woofc-header-msg-color)
}

.xt_woofc-header-message p {
    margin: 0 !important
}

.xt_woofc-inner {
    position: fixed;
    transition: transform .2s, opacity .3s .5s, background .3s 0s;
    transform: scale(0);
    -webkit-backface-visibility: hidden;
    will-change: background, height;
    backface-visibility: hidden;
    opacity: 0;
    z-index: calc(var(--xt-woofc-zindex) + 1);
    width: var(--xt-woofc-width);
    height: var(--xt-woofc-height);
    max-width: calc(100% - var(--xt-woofc-hoffset)*2);
    max-height: calc(100% - var(--xt-woofc-voffset)*2);
    margin: var(--xt-woofc-voffset) var(--xt-woofc-hoffset) var(--xt-woofc-voffset) var(--xt-woofc-hoffset);
    min-height: 350px;
    min-width: 300px;
    pointer-events: none;
    transform-origin: center center
}

.admin-bar.xt_woofc-is-desktop .xt_woofc-inner {
    max-height: calc(100% - var(--xt-woofc-voffset)*2 - 32px)
}

.admin-bar.xt_woofc-is-tablet .xt_woofc-inner,
.admin-bar.xt_woofc-is-mobile .xt_woofc-inner {
    max-height: calc(100% - var(--xt-woofc-voffset)*2 - 46px)
}

.xt_woofc-ready .xt_woofc-inner {
    opacity: 1;
    transform: scale(1)
}

.xt_woofc-hide-thumbs .xt_woofc-inner .xt_woofc-product-image {
    display: none
}

.xt_woofc-hide-thumbs .xt_woofc-inner .xt_woofc-product-details {
    width: 100%;
    padding-left: 0
}

.xt_woofc-is-desktop .xt_woofc-pos-bottom-right .xt_woofc-inner,
.xt_woofc-is-tablet .xt_woofc-tablet-pos-bottom-right .xt_woofc-inner,
.xt_woofc-is-mobile .xt_woofc-mobile-pos-bottom-right .xt_woofc-inner {
    bottom: 0;
    right: 0
}

.xt_woofc-is-desktop .xt_woofc-pos-bottom-left .xt_woofc-inner,
.xt_woofc-is-tablet .xt_woofc-tablet-pos-bottom-left .xt_woofc-inner,
.xt_woofc-is-mobile .xt_woofc-mobile-pos-bottom-left .xt_woofc-inner {
    bottom: 0;
    left: 0
}

.xt_woofc-is-desktop .xt_woofc-pos-top-right .xt_woofc-inner,
.xt_woofc-is-tablet .xt_woofc-tablet-pos-top-right .xt_woofc-inner,
.xt_woofc-is-mobile .xt_woofc-mobile-pos-top-right .xt_woofc-inner {
    top: 0;
    right: 0
}

.xt_woofc-is-desktop .xt_woofc-pos-top-left .xt_woofc-inner,
.xt_woofc-is-tablet .xt_woofc-tablet-pos-top-left .xt_woofc-inner,
.xt_woofc-is-mobile .xt_woofc-mobile-pos-top-left .xt_woofc-inner {
    top: 0;
    left: 0
}

.xt_woofc-cart-open.xt_woofc-modal .xt_woofc-inner,
.xt_woofc-cart-close:not(.xt_woofc-cart-closed).xt_woofc-modal .xt_woofc-inner {
    margin: 0
}

.xt_woofc-is-desktop .xt_woofc-cart-open.xt_woofc-modal.xt_woofc-pos-bottom-right .xt_woofc-inner,
.xt_woofc-is-tablet .xt_woofc-cart-open.xt_woofc-modal.xt_woofc-tablet-pos-bottom-right .xt_woofc-inner,
.xt_woofc-is-mobile .xt_woofc-cart-open.xt_woofc-modal.xt_woofc-mobile-pos-bottom-right .xt_woofc-inner,
.xt_woofc-is-desktop .xt_woofc-cart-close:not(.xt_woofc-cart-closed).xt_woofc-modal.xt_woofc-pos-bottom-right .xt_woofc-inner,
.xt_woofc-is-tablet .xt_woofc-cart-close:not(.xt_woofc-cart-closed).xt_woofc-modal.xt_woofc-tablet-pos-bottom-right .xt_woofc-inner,
.xt_woofc-is-mobile .xt_woofc-cart-close:not(.xt_woofc-cart-closed).xt_woofc-modal.xt_woofc-mobile-pos-bottom-right .xt_woofc-inner {
    top: 50% !important;
    left: 50% !important;
    bottom: initial !important;
    right: initial !important;
    transform: translateX(-50%) translateY(-50%) !important
}

.xt_woofc-is-desktop .xt_woofc-cart-open.xt_woofc-modal.xt_woofc-pos-bottom-left .xt_woofc-inner,
.xt_woofc-is-tablet .xt_woofc-cart-open.xt_woofc-modal.xt_woofc-tablet-pos-bottom-left .xt_woofc-inner,
.xt_woofc-is-mobile .xt_woofc-cart-open.xt_woofc-modal.xt_woofc-mobile-pos-bottom-left .xt_woofc-inner,
.xt_woofc-is-desktop .xt_woofc-cart-close:not(.xt_woofc-cart-closed).xt_woofc-modal.xt_woofc-pos-bottom-left .xt_woofc-inner,
.xt_woofc-is-tablet .xt_woofc-cart-close:not(.xt_woofc-cart-closed).xt_woofc-modal.xt_woofc-tablet-pos-bottom-left .xt_woofc-inner,
.xt_woofc-is-mobile .xt_woofc-cart-close:not(.xt_woofc-cart-closed).xt_woofc-modal.xt_woofc-mobile-pos-bottom-left .xt_woofc-inner {
    top: 50% !important;
    right: 50% !important;
    bottom: initial !important;
    left: initial !important;
    transform: translateX(50%) translateY(-50%) !important
}

.xt_woofc-is-desktop .xt_woofc-cart-open.xt_woofc-modal.xt_woofc-pos-top-right .xt_woofc-inner,
.xt_woofc-is-tablet .xt_woofc-cart-open.xt_woofc-modal.xt_woofc-tablet-pos-top-right .xt_woofc-inner,
.xt_woofc-is-mobile .xt_woofc-cart-open.xt_woofc-modal.xt_woofc-mobile-pos-top-right .xt_woofc-inner,
.xt_woofc-is-desktop .xt_woofc-cart-close:not(.xt_woofc-cart-closed).xt_woofc-modal.xt_woofc-pos-top-right .xt_woofc-inner,
.xt_woofc-is-tablet .xt_woofc-cart-close:not(.xt_woofc-cart-closed).xt_woofc-modal.xt_woofc-tablet-pos-top-right .xt_woofc-inner,
.xt_woofc-is-mobile .xt_woofc-cart-close:not(.xt_woofc-cart-closed).xt_woofc-modal.xt_woofc-mobile-pos-top-right .xt_woofc-inner {
    bottom: 50% !important;
    left: 50% !important;
    top: initial !important;
    right: initial !important;
    transform: translateX(-50%) translateY(50%) !important
}

.xt_woofc-is-desktop .xt_woofc-cart-open.xt_woofc-modal.xt_woofc-pos-top-left .xt_woofc-inner,
.xt_woofc-is-tablet .xt_woofc-cart-open.xt_woofc-modal.xt_woofc-tablet-pos-top-left .xt_woofc-inner,
.xt_woofc-is-mobile .xt_woofc-cart-open.xt_woofc-modal.xt_woofc-mobile-pos-top-left .xt_woofc-inner,
.xt_woofc-is-desktop .xt_woofc-cart-close:not(.xt_woofc-cart-closed).xt_woofc-modal.xt_woofc-pos-top-left .xt_woofc-inner,
.xt_woofc-is-tablet .xt_woofc-cart-close:not(.xt_woofc-cart-closed).xt_woofc-modal.xt_woofc-tablet-pos-top-left .xt_woofc-inner,
.xt_woofc-is-mobile .xt_woofc-cart-close:not(.xt_woofc-cart-closed).xt_woofc-modal.xt_woofc-mobile-pos-top-left .xt_woofc-inner {
    bottom: 50% !important;
    right: 50% !important;
    top: initial !important;
    left: initial !important;
    transform: translateX(50%) translateY(50%) !important
}

.xt_woofc-is-desktop .xt_woofc-empty.xt_woofc-pos-bottom-right:not(.xt_woofc-force-visible):not(.xt_woofc-cart-open) .xt_woofc-inner,
.xt_woofc-is-desktop .xt_woofc-empty.xt_woofc-pos-bottom-left:not(.xt_woofc-force-visible):not(.xt_woofc-cart-open) .xt_woofc-inner,
.xt_woofc-is-tablet .xt_woofc-empty.xt_woofc-tablet-pos-bottom-right:not(.xt_woofc-force-visible):not(.xt_woofc-cart-open) .xt_woofc-inner,
.xt_woofc-is-tablet .xt_woofc-empty.xt_woofc-tablet-pos-bottom-left:not(.xt_woofc-force-visible):not(.xt_woofc-cart-open) .xt_woofc-inner,
.xt_woofc-is-mobile .xt_woofc-empty.xt_woofc-mobile-pos-bottom-right:not(.xt_woofc-force-visible):not(.xt_woofc-cart-open) .xt_woofc-inner,
.xt_woofc-is-mobile .xt_woofc-empty.xt_woofc-mobile-pos-bottom-left:not(.xt_woofc-force-visible):not(.xt_woofc-cart-open) .xt_woofc-inner {
    transform: translateY(150px);
    opacity: 0
}

.xt_woofc-is-desktop .xt_woofc-empty.xt_woofc-pos-top-right:not(.xt_woofc-force-visible):not(.xt_woofc-cart-open) .xt_woofc-inner,
.xt_woofc-is-desktop .xt_woofc-empty.xt_woofc-pos-top-left:not(.xt_woofc-force-visible):not(.xt_woofc-cart-open) .xt_woofc-inner,
.xt_woofc-is-tablet .xt_woofc-empty.xt_woofc-tablet-pos-top-right:not(.xt_woofc-force-visible):not(.xt_woofc-cart-open) .xt_woofc-inner,
.xt_woofc-is-tablet .xt_woofc-empty.xt_woofc-tablet-pos-top-left:not(.xt_woofc-force-visible):not(.xt_woofc-cart-open) .xt_woofc-inner,
.xt_woofc-is-mobile .xt_woofc-empty.xt_woofc-mobile-pos-top-right:not(.xt_woofc-force-visible):not(.xt_woofc-cart-open) .xt_woofc-inner,
.xt_woofc-is-mobile .xt_woofc-empty.xt_woofc-mobile-pos-top-left:not(.xt_woofc-force-visible):not(.xt_woofc-cart-open) .xt_woofc-inner {
    transform: translateY(-150px);
    opacity: 0
}

.xt_woofc-empty .xt_woofc-inner .xt_woofc-body-header {
    display: none
}

.xt_woofc-empty .xt_woofc-inner .xt_woofc-checkout {
    opacity: 0;
    visibility: hidden
}

.xt_woofc-empty .xt_woofc-inner .xt_woofc-no-product {
    opacity: 1;
    visibility: visible;
    height: inherit
}

.xt_woofc-empty .xt_woofc-inner .xt_woofc-footer {
    box-shadow: none
}

.xt_woofc-empty .xt_woofc-inner .xt_woofc-body-footer {
    display: none
}

.xt_woofc-is-desktop .xt_woofc-empty.xt_woofc-pos-bottom-right .xt_woofc-inner .xt_woofc-checkout,
.xt_woofc-is-desktop .xt_woofc-empty.xt_woofc-pos-top-right .xt_woofc-inner .xt_woofc-checkout,
.xt_woofc-is-tablet .xt_woofc-empty.xt_woofc-tablet-pos-bottom-right .xt_woofc-inner .xt_woofc-checkout,
.xt_woofc-is-tablet .xt_woofc-empty.xt_woofc-tablet-pos-top-right .xt_woofc-inner .xt_woofc-checkout,
.xt_woofc-is-mobile .xt_woofc-empty.xt_woofc-mobile-pos-bottom-right .xt_woofc-inner .xt_woofc-checkout,
.xt_woofc-is-mobile .xt_woofc-empty.xt_woofc-mobile-pos-top-right .xt_woofc-inner .xt_woofc-checkout {
    transform: translateX(-10%)
}

.xt_woofc-is-desktop .xt_woofc-empty.xt_woofc-pos-bottom-left .xt_woofc-inner .xt_woofc-checkout,
.xt_woofc-is-desktop .xt_woofc-empty.xt_woofc-pos-top-left .xt_woofc-inner .xt_woofc-checkout,
.xt_woofc-is-tablet .xt_woofc-empty.xt_woofc-tablet-pos-bottom-left .xt_woofc-inner .xt_woofc-checkout,
.xt_woofc-is-tablet .xt_woofc-empty.xt_woofc-tablet-pos-top-left .xt_woofc-inner .xt_woofc-checkout,
.xt_woofc-is-mobile .xt_woofc-empty.xt_woofc-mobile-pos-bottom-left .xt_woofc-inner .xt_woofc-checkout,
.xt_woofc-is-mobile .xt_woofc-empty.xt_woofc-mobile-pos-top-left .xt_woofc-inner .xt_woofc-checkout {
    transform: translateX(10%)
}

.xt_woofc-wrapper {
    position: absolute;
    z-index: 2;
    border-radius: var(--xt-woofc-radius);
    pointer-events: auto;
    will-change: transform, width, height, box-shadow, padding-bottom;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .17)
}

.xt_woofc-cart-close.xt_woofc-empty:not(.xt_woofc-force-visible) .xt_woofc-wrapper,
.xt_woofc-cart-closed.xt_woofc-empty:not(.xt_woofc-force-visible) .xt_woofc-wrapper {
    opacity: 0 !important
}

.xtfw-no-touchevents .xt_woofc-wrapper:hover,
.xtfw-touchevents .xt_woofc-wrapper:focus,
.xt_woofc-cart-open .xt_woofc-wrapper {
    box-shadow: 0 6px 30px rgba(0, 0, 0, .3)
}

.xt_woofc-cart-open:not(.xt_woofc-cart-close) .xt_woofc-wrapper {
    background-color: var(--xt-woofc-bg-color);
    overflow: hidden
}

.xt_woofc-is-desktop .xt_woofc-pos-bottom-right .xt_woofc-wrapper,
.xt_woofc-is-tablet .xt_woofc-tablet-pos-bottom-right .xt_woofc-wrapper,
.xt_woofc-is-mobile .xt_woofc-mobile-pos-bottom-right .xt_woofc-wrapper {
    bottom: 0;
    right: 0
}

.xt_woofc-is-desktop .xt_woofc-pos-bottom-left .xt_woofc-wrapper,
.xt_woofc-is-tablet .xt_woofc-tablet-pos-bottom-left .xt_woofc-wrapper,
.xt_woofc-is-mobile .xt_woofc-mobile-pos-bottom-left .xt_woofc-wrapper {
    bottom: 0;
    left: 0
}

.xt_woofc-is-desktop .xt_woofc-pos-top-right .xt_woofc-wrapper,
.xt_woofc-is-tablet .xt_woofc-tablet-pos-top-right .xt_woofc-wrapper,
.xt_woofc-is-mobile .xt_woofc-mobile-pos-top-right .xt_woofc-wrapper {
    top: 0;
    right: 0
}

.xt_woofc-is-desktop .xt_woofc-pos-top-left .xt_woofc-wrapper,
.xt_woofc-is-tablet .xt_woofc-tablet-pos-top-left .xt_woofc-wrapper,
.xt_woofc-is-mobile .xt_woofc-mobile-pos-top-left .xt_woofc-wrapper {
    top: 0;
    left: 0
}

.xt_woofc-body {
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 1;
    padding: 0;
    margin: var(--xt-woofc-header-height) 0 0;
    height: calc(100% - var(--xt-woofc-header-height) - var(--xt-woofc-checkout-btn-height) + 2px);
    color: var(--xt-woofc-color);
    background-color: var(--xt-woofc-bg-color);
    transition: opacity .2s;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch
}

html:not(.xtfw-touchevents) .xt_woofc-body {
    scrollbar-width: thin;
    scrollbar-color: var(--xt-woofc-border-color) var(--xt-woofc-bg-color)
}

html:not(.xtfw-touchevents) .xt_woofc-body::-webkit-scrollbar {
    width: 12px
}

html:not(.xtfw-touchevents) .xt_woofc-body::-webkit-scrollbar-track {
    background: var(--xt-woofc-bg-color)
}

html:not(.xtfw-touchevents) .xt_woofc-body::-webkit-scrollbar-thumb {
    background-color: var(--xt-woofc-border-color);
    border-radius: 6px;
    border: 2px solid var(--xt-woofc-bg-color)
}

.xt_woofc-coupons-visible .xt_woofc-body {
    flex-direction: column;
    overflow: hidden
}

.xt_woofc-empty .xt_woofc-body {
    overflow: hidden
}

.xt_woofc-body h1,
.xt_woofc-body h2,
.xt_woofc-body h3,
.xt_woofc-body h4,
.xt_woofc-body h5,
.xt_woofc-body h6 {
    color: var(--xt-woofc-primary-color)
}

.xt_woofc-body a {
    color: var(--xt-woofc-link-color);
    transition: color .3s, background .3s
}

.xtfw-no-touchevents .xt_woofc-body a:hover,
.xtfw-touchevents .xt_woofc-body a:focus {
    color: var(--xt-woofc-link-hover-color)
}

.xt_woofc-body .xt_woofc-list-wrap .button,
.xt_woofc-body .xt_woofc-body-footer .button {
    background: var(--xt-woofc-checkout-btn-bg-color) !important;
    color: var(--xt-woofc-checkout-btn-color) !important;
    border: 0 !important
}

.xt_woofc-body .xt_woofc-list-wrap .button:hover,
.xt_woofc-body .xt_woofc-body-footer .button:hover {
    background: var(--xt-woofc-checkout-btn-bg-hover-color) !important;
    color: var(--xt-woofc-checkout-btn-hover-color) !important
}

.xt_woofc-body .xt_woofc-body-header {
    color: var(--xt-woofc-header-color);
    background: var(--xt-woofc-header-bg-color);
    border-bottom: var(--xt-woofc-border);
    margin-top: -1px
}

.xt_woofc-body .xt_woofc-body-header>*:not(:last-child):not(:empty):not(.xt_woofc-wc-notices):not(.xt-framework-notices) {
    border-bottom: var(--xt-woofc-border)
}

.xt_woofc-body .xt_woofc-body-header a {
    color: var(--xt-woofc-header-link-color);
    transition: color .3s
}

.xtfw-no-touchevents .xt_woofc-body .xt_woofc-body-header a:hover,
.xtfw-touchevents .xt_woofc-body .xt_woofc-body-header a:focus {
    color: var(--xt-woofc-header-link-hover-color)
}

.xt_woofc-body .xt_woofc-body-header a.button {
    color: inherit
}

.xt_woofc-body .xt_woofc-body-header:empty {
    display: none
}

.xt_woofc-checkout-loading .xt_woofc-body .xt_woofc-body-header {
    opacity: 0;
    transition: .3s
}

.xt_woofc-body .xt_woofc-body-footer {
    background-color: var(--xt-woofc-bg-color);
    border-top: var(--xt-woofc-border);
    margin-bottom: -1px;
    transition: opacity .2s .4s
}

.xt_woofc-body .xt_woofc-body-footer:empty {
    display: none
}

.xt_woofc-loading-hide-content .xt_woofc-body .xt_woofc-body-footer {
    opacity: 0;
    transition: .3s
}

.xt_woofc-body .woocommerce-cart-form {
    display: none
}

.xt_woofc-body .xt_woofc-list-wrap {
    flex: 1
}

.xt_woofc-empty .xt_woofc-body .xt_woofc-list-wrap {
    position: absolute;
    top: calc(50% + var(--xt-woofc-header-height)/2);
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    white-space: nowrap
}

.xt_woofc-checkout-loading .xt_woofc-body .xt_woofc-list-wrap {
    opacity: 0;
    transition: .3s
}

.xt_woofc-body .xt_woofc-list {
    padding: calc(var(--xt-woofc-list-gutter)*1.2);
    position: relative;
    margin: 0 !important;
    list-style: none
}

html:not(.xt_woofc-loading) .xt_woofc-body .xt_woofc-list {
    overflow: hidden
}

.xt_woofc-body .xt_woofc-list li {
    position: relative;
    opacity: 0;
    transform: translateX(80px);
    transition: opacity 0s .2s, transform 0s .2s;
    list-style: none;
    margin: 0
}

.xt_woofc-body .xt_woofc-list li::after {
    clear: both;
    content: "";
    display: block
}

.xt_woofc-body .xt_woofc-list li:not(:last-of-type):not(.xt_woofc-no-product) {
    margin-bottom: var(--xt-woofc-list-gutter);
    padding-bottom: var(--xt-woofc-list-gutter)
}

.xt_woofc-body .xt_woofc-list li:not(:last-of-type):not(.xt_woofc-no-product):not(.xt_woofc-deleting-last) {
    border-bottom: var(--xt-woofc-list-border)
}

.xt_woofc-body .xt_woofc-list li.xt_woofc-deleting-last {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important
}

.xt_woofc-body .xt_woofc-list li .xt_woofc-deleting-last {
    margin-bottom: var(--xt-woofc-list-gutter);
    padding-bottom: var(--xt-woofc-list-gutter)
}

.xt_woofc-cart-open .xt_woofc-body .xt_woofc-list li {
    transition: transform .3s .2s, opacity .3s .2s;
    opacity: 1;
    transform: translateX(0)
}

.xt_woofc-cart-open .xt_woofc-body .xt_woofc-list li.xt_woofc-deleted {
    position: absolute;
    left: 1.4em;
    width: calc(100% - 2.8em);
    opacity: 0 !important;
    animation: xt_woofc-item-slide-out .3s forwards
}

.xt_woofc-cart-open .xt_woofc-body .xt_woofc-list li.xt_woofc-deleted.xt_woofc-undo-deleted {
    animation: xt_woofc-item-slide-in .3s forwards
}

.xt_woofc-cart-open .xt_woofc-body .xt_woofc-list li:nth-of-type(2) {
    transition-duration: .4s
}

.xt_woofc-cart-open .xt_woofc-body .xt_woofc-list li:nth-of-type(3) {
    transition-duration: .5s
}

.xt_woofc-cart-open .xt_woofc-body .xt_woofc-list li:nth-of-type(4) {
    transition-duration: .6s
}

.xt_woofc-cart-open .xt_woofc-body .xt_woofc-list li:nth-of-type(5) {
    transition-duration: .7s
}

.xt_woofc-cart-open .xt_woofc-body .xt_woofc-list li:nth-of-type(6) {
    transition-duration: .75s
}

.xt_woofc-cart-open .xt_woofc-body .xt_woofc-list li:nth-of-type(7) {
    transition-duration: .8s
}

.xt_woofc-cart-open .xt_woofc-body .xt_woofc-list li:nth-of-type(8) {
    transition-duration: .85s
}

.xt_woofc-cart-open .xt_woofc-body .xt_woofc-list li:nth-of-type(9) {
    transition-duration: .9s
}

.xt_woofc-cart-open .xt_woofc-body .xt_woofc-list li:nth-of-type(10) {
    transition-duration: .95s
}

.xt_woofc-body .xt_woofc-list li.xt_woofc-deleted+li {
    animation: xt_woofc-item-move-up .3s;
    animation-fill-mode: forwards
}

.xt_woofc-body .xt_woofc-list li.xt_woofc-undo-deleted+li {
    animation: xt_woofc-item-move-down .3s;
    animation-fill-mode: forwards
}

.xt_woofc-quantity {
    position: relative;
    display: inline-flex;
    height: 25px;
    z-index: 10;
    justify-content: flex-start;
    margin-right: 10px
}

.xt_woofc-remove-icon .xt_woofc-quantity {
    margin-right: -1px
}

.xt_woofc-quantity form {
    border: 1px solid var(--xt-woofc-border-color);
    overflow: hidden;
    margin: 0 !important;
    transition: opacity .3s ease;
    border-radius: var(--xt-woofc-product-qty-input-radius)
}

.xt_woofc-quantity .xt_woofc-quantity-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%
}

.xt_woofc-quantity .xt_woofc-quantity-col {
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: center;
    justify-content: center;
    border-right: 1px solid var(--xt-woofc-border-color);
    padding: 0 5px
}

.xt_woofc-quantity .xt_woofc-quantity-col.xt_woofc-quantity-hidden {
    padding: 0;
    font-size: calc(var(--xt-woofc-product-qty-input-size)*.8) !important
}

.xt_woofc-quantity .xt_woofc-quantity-col:last-child {
    border-right: 0
}

.xt_woofc-quantity .xt_woofc-quantity-col.xt_woofc-quantity-button {
    color: var(--xt-woofc-product-qty-icon-color)
}

.xtfw-no-touchevents .xt_woofc-quantity .xt_woofc-quantity-col.xt_woofc-quantity-button:hover,
.xtfw-touchevents .xt_woofc-quantity .xt_woofc-quantity-col.xt_woofc-quantity-button:focus {
    text-decoration: none;
    color: var(--xt-woofc-product-qty-icon-hover-color)
}

.xt_woofc-quantity .xt_woofc-quantity-col.xt_woofc-quantity-col-minus,
.xt_woofc-quantity .xt_woofc-quantity-col.xt_woofc-quantity-col-plus {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    min-width: 25px;
    font-size: var(--xt-woofc-product-qty-icon-size)
}

@media only screen and (max-width: 480px) {

    .xt_woofc-quantity .xt_woofc-quantity-col.xt_woofc-quantity-col-minus,
    .xt_woofc-quantity .xt_woofc-quantity-col.xt_woofc-quantity-col-plus {
        font-size: calc(var(--xt-woofc-product-qty-icon-size)*.85)
    }
}

.xt_woofc-quantity .xt_woofc-quantity-col.xt_woofc-quantity-col-input {
    color: var(--xt-woofc-product-qty-input-color);
    font-size: var(--xt-woofc-product-qty-input-size)
}

.xt_woofc-quantity .xt_woofc-quantity-col.xt_woofc-quantity-col-input input {
    display: block;
    margin: 0;
    font-weight: 400;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    width: 25px;
    max-width: 65px;
    height: 100%;
    text-align: center;
    font-size: var(--xt-woofc-product-qty-input-size);
    border: 0;
    padding: 0;
    background: none;
    outline: none;
    transition: width .2s ease;
    will-change: width;
    box-shadow: initial !important;
    color: var(--xt-woofc-product-qty-input-color)
}

@media only screen and (max-width: 480px) {
    .xt_woofc-quantity .xt_woofc-quantity-col.xt_woofc-quantity-col-input input {
        font-size: calc(var(--xt-woofc-product-qty-input-size)*.85)
    }
}

.xt_woofc-quantity .xt_woofc-quantity-col.xt_woofc-quantity-col-input input:focus {
    outline: 0;
    border-color: var(--xt-woofc-border-color)
}

.xt_woofc-quantity .xt_woofc-quantity-col.xt_woofc-quantity-col-input input::-webkit-inner-spin-button,
.xt_woofc-quantity .xt_woofc-quantity-col.xt_woofc-quantity-col-input input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.xt_woofc-no-product {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    margin: 0 !important;
    transition: opacity .4s, visibility .4s, height .4s .2s;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1.4px;
    text-align: center !important
}

.xt_woofc-no-product a {
    display: block;
    margin-top: 15%;
    text-align: center;
    border: 2px solid var(--xt-woofc-accent-color);
    color: var(--xt-woofc-accent-color);
    padding: 1rem 1rem;
    font-weight: 600;
    text-decoration: none;
    font-size: 90%
}

.xtfw-no-touchevents .xt_woofc-no-product a:hover,
.xtfw-no-touchevents .xt_woofc-no-product a:focus {
    color: #fff;
    background: var(--xt-woofc-accent-color);
    text-decoration: none
}

.xt_woofc-product-image {
    overflow: hidden;
    width: var(--xt-woofc-product-image-width);
    align-self: flex-start;
    display: inline-flex;
    border-radius: calc(var(--xt-woofc-product-image-border-radius) + var(--xt-woofc-product-image-border-width) + var(--xt-woofc-product-image-padding));
    border: var(--xt-woofc-product-image-border-width) solid var(--xt-woofc-product-image-border-color);
    padding: var(--xt-woofc-product-image-padding)
}

.xt_woofc-squared-thumbnail .xt_woofc-product-image {
    height: var(--xt-woofc-product-image-height)
}

.xt_woofc-product-image a {
    border-radius: var(--xt-woofc-product-image-border-radius);
    overflow: hidden
}

.xt_woofc-product-image img {
    display: block;
    width: 100%;
    height: auto
}

meta.xt_woofc-product-image {
    display: none
}

.xt_woofc-product-details {
    padding: 0 0 0 4%;
    width: calc(100% - var(--xt-woofc-product-image-width))
}

.xt_woofc-product-details::after {
    clear: both;
    content: "";
    display: block
}

@media only screen and (max-width: 300px) {
    .xt_woofc-product-details {
        width: 100%
    }
}

.xt_woofc-product-body {
    flex-direction: column
}

.xt_woofc-product-body p {
    margin-bottom: 8px
}

.xt_woofc-product-body p:last-child {
    margin-bottom: 0
}

.xt_woofc-product-body p.xt_woofc-backorder-notification {
    font-size: 12px;
    text-decoration-color: #A4004F;
    margin-bottom: 10px;
    font-weight: 600;
}

.xt_woofc-product-title,
.xt_woofc-price {
    font-weight: bold;
    font-size: 13.5px
}

@media only screen and (min-width: 481px) {

    .xt_woofc-product-title,
    .xt_woofc-price {
        font-size: 18px
    }
}

.xt_woofc-product-title {
    white-space: var(--xt-woofc-product-title-wrap);
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.2;
    flex: 1;
    flex-direction: column;
    padding-right: 4%;
    color: var(--xt-woofc-product-title-color)
}

.xt_woofc-product-title .remove,
.xt_woofc-product-title .qty {
    display: none
}

.xt_woofc-product-title a,
.xt_woofc-product-title span.xt_woofc-product-title-inner {
    color: var(--xt-woofc-product-title-color)
}

.xt_woofc-product-title a+*,
.xt_woofc-product-title span.xt_woofc-product-title-inner+* {
    margin-top: 10px;
}

.xtfw-no-touchevents .xt_woofc-product-title a:hover,
.xtfw-touchevents .xt_woofc-product-title a:focus {
    text-decoration: none;
    color: var(--xt-woofc-product-title-hover-color)
}

.xt_woofc-product-title>*:not(.xt_woofc-product-title-inner) {
    font-weight: 400
}

.xt_woofc-product-attributes {
    display: block;
    width: 75%;
    overflow: hidden;
    margin-bottom: 15px
}

.xt_woofc-product-attributes p {
    margin: 0
}

.xt_woofc-product-attributes dl {
    display: flex;
    margin-right: 10px;
    margin-bottom: 0;
    line-height: 1.3;
    margin-top: 0;
    color: var(--xt-woofc-product-attributes-color)
}

.xt_woofc-product-attributes dl.xt_woofc-sku {
    margin-bottom: 0
}

.xt_woofc-product-attributes dl:last-child {
    margin-bottom: 0
}

.xt_woofc-product-attributes dl:not(.xt_woofc-variation-inline):not(.xt_woofc-sku):before {
    margin-right: 4px
}

.xt_woofc-product-attributes dl.xt_woofc-variation-inline {
    margin-right: 3px;
    display: inline;
    line-height: 1.5
}

.xt_woofc-product-attributes dl.xt_woofc-variation-inline:after {
    content: "/"
}

.xt_woofc-product-attributes dl.xt_woofc-variation-inline:last-child:after {
    content: ""
}

.xt_woofc-product-attributes dl dt {
    display: inline-block;
    text-transform: capitalize;
    font-weight: 600;
    margin-right: 5px
}

.xt_woofc-product-attributes dl dd {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0
}

.xt_woofc-price {
    display: flex;
    flex: 0;
    flex-direction: row;
    line-height: 1.2;
    color: var(--xt-woofc-product-price-color);
    position: relative;
    align-items: center
}

.xt_woofc-price del {
    transform: translateY(calc(100% - 2px)) scale(0.8);
    transform-origin: right center;
    opacity: .7;
    position: absolute;
    right: 0
}

.xt_woofc-price ins {
    padding-bottom: 10px
}

.xt_woofc-price ins,
.xt_woofc-price del {
    background: none;
    color: var(--xt-woofc-product-price-color)
}

.xt_woofc-price .tax_label {
    font-size: 12px;
    font-weight: 400;
    opacity: .7;
    text-align: right;
    white-space: nowrap;
    margin-left: 5px
}

.xt_woofc-actions {
    font-size: 12px;
    font-weight: 400;
    display: flex;
    flex: 1;
    align-self: center;
    justify-content: flex-end;
    flex-wrap: wrap
}

.xt_woofc-actions::after {
    clear: both;
    content: "";
    display: block
}

.xt_woofc-actions a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    color: var(--xt-woofc-product-remove-color);
    margin-left: 10px
}

.xtfw-no-touchevents .xt_woofc-actions a:hover,
.xt_woofc-actions a:focus {
    color: var(--xt-woofc-product-remove-hover-color);
    text-decoration: none
}

@media only screen and (min-width: 481px) {
    .xt_woofc-actions {
        font-size: 14px
    }
}

.xt_woofc-quantity {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.xt_woofc-select {
    position: relative;
    display: inline-block;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    max-width: 60%;
    overflow: hidden;
    padding-right: 15px
}

.xt_woofc-select:after {
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-top: 5px solid var(--xt-woofc-link-color);
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 0;
    content: "";
    z-index: 0
}

.xt_woofc-select:hover select {
    color: var(--xt-woofc-link-hover-color)
}

.xt_woofc-select:hover:after {
    border-top: 5px solid var(--xt-woofc-link-hover-color)
}

.xt_woofc-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: var(--xt-woofc-link-color);
    background-color: var(--xt-woofc-bg-color);
    padding-right: 15px !important;
    width: calc(100% + 15px) !important;
    text-overflow: ellipsis;
    position: relative;
    z-index: 1
}

.select2-dropdown {
    z-index: calc(var(--xt-woofc-zindex) + 2) !important
}

#xt_woofc .woocommerce-checkout-review-order {
    float: none;
    width: 100%;
    max-width: inherit;
    font-size: 12px;
    padding-bottom: 0;
    border-top: var(--xt-woofc-border);
    color: var(--xt-woofc-color);
    background-color: var(--xt-woofc-bg-color);
    margin-top: -1px
}

#xt_woofc .woocommerce-checkout-review-order table th[colspan="2"] {
    padding-top: 15px !important;
    padding-bottom: 15px !important
}

.xt_woofc-is-light #xt_woofc .woocommerce-checkout-review-order table th[colspan="2"] {
    background: rgba(24, 24, 24, .05) !important
}

.xt_woofc-is-dark #xt_woofc .woocommerce-checkout-review-order table th[colspan="2"] {
    background: rgba(24, 24, 24, .2) !important
}

.xt_woofc-animation-morph #xt_woofc .woocommerce-checkout-review-order {
    opacity: 0;
    transition: opacity .3s
}

.xt_woofc-cart-opened #xt_woofc .woocommerce-checkout-review-order {
    opacity: 1;
    transition: opacity .3s
}

#xt_woofc .woocommerce-checkout-review-order a {
    color: var(--xt-woofc-link-color)
}

.xtfw-no-touchevents #xt_woofc .woocommerce-checkout-review-order a:hover,
.xtfw-touchevents #xt_woofc .woocommerce-checkout-review-order a:focus {
    text-decoration: none;
    color: var(--xt-woofc-link-hover-color)
}

#xt_woofc .woocommerce-checkout-review-order h2 {
    margin-bottom: 10px
}

#xt_woofc .woocommerce-checkout-review-order select#shipping_method {
    padding: 0;
    box-shadow: none;
    outline: none;
    border-radius: 0;
    cursor: pointer;
    border: 0;
    text-align: right;
    line-height: calc(var(--xt-woofc-totals-font-size)*1.3);
    font-size: var(--xt-woofc-totals-font-size);
    background: none
}

#xt_woofc .woocommerce-checkout-review-order ul#shipping_method li {
    line-height: initial
}

#xt_woofc .woocommerce-checkout-review-order ul#shipping_method li:last-child {
    margin: 0
}

#xt_woofc .woocommerce-checkout-review-order .woocommerce-shipping-destination {
    margin-bottom: 0;
    margin-top: 5px;
    padding: 12px 10px;
    display: flex;
    border-radius: 3px;
    color: var(--xt-woofc-color)
}

.xt_woofc-is-light #xt_woofc .woocommerce-checkout-review-order .woocommerce-shipping-destination {
    background: rgba(24, 24, 24, .1)
}

.xt_woofc-is-dark #xt_woofc .woocommerce-checkout-review-order .woocommerce-shipping-destination {
    background: rgba(255, 255, 255, .1)
}

#xt_woofc .woocommerce-checkout-review-order .woocommerce-shipping-destination span {
    position: relative;
    z-index: 1
}

#xt_woofc .woocommerce-checkout-review-order .xt_woofc-shipping-location,
#xt_woofc .woocommerce-checkout-review-order .xt_woofc-shipping-edit {
    vertical-align: bottom;
    display: inline-block;
    width: var(--xt-woofc-totals-font-size);
    height: var(--xt-woofc-totals-font-size)
}

#xt_woofc .woocommerce-checkout-review-order .xt_woofc-shipping-location {
    margin-right: 3px;
    fill: var(--xt-woofc-color)
}

#xt_woofc .woocommerce-checkout-review-order .xt_woofc-shipping-edit {
    margin-left: 3px;
    cursor: pointer;
    fill: var(--xt-woofc-link-color)
}

#xt_woofc .woocommerce-checkout-review-order .xt_woofc-shipping-edit:hover {
    fill: var(--xt-woofc-link-hover-color)
}

#xt_woofc .woocommerce-checkout-review-order .xt_woofc-shipping-info {
    flex: 1
}

#xt_woofc .woocommerce-checkout-review-order .shipping-calculator-button {
    display: none
}

#xt_woofc .woocommerce-checkout-review-order .shipping-calculator-form {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block
}

#xt_woofc .woocommerce-checkout-review-order .shipping-calculator-form p {
    padding: 3px 0;
    margin: 0
}

#xt_woofc .woocommerce-checkout-review-order .shipping-calculator-form input {
    border-radius: var(--xt-woofc-radius)
}

#xt_woofc .woocommerce-checkout-review-order #payment div.payment_box {
    border-radius: 3px;
    color: var(--xt-woofc-color);
    position: relative
}

#xt_woofc .woocommerce-checkout-review-order #payment div.payment_box:before {
    top: 0;
    margin-top: 0;
    transform: translateY(-100%)
}

.xt_woofc-is-light #xt_woofc .woocommerce-checkout-review-order #payment div.payment_box {
    background: rgba(24, 24, 24, .1)
}

.xt_woofc-is-light #xt_woofc .woocommerce-checkout-review-order #payment div.payment_box:before {
    border-bottom-color: rgba(24, 24, 24, .1)
}

.xt_woofc-is-dark #xt_woofc .woocommerce-checkout-review-order #payment div.payment_box {
    background: rgba(255, 255, 255, .1)
}

.xt_woofc-is-dark #xt_woofc .woocommerce-checkout-review-order #payment div.payment_box:before {
    border-bottom-color: rgba(255, 255, 255, .1)
}

#xt_woofc .woocommerce-checkout-review-order .xt_woofc-shipping-footer {
    border: 0 !important;
    padding: 5px 0 0 !important;
    text-align: left !important
}

#xt_woofc .woocommerce-checkout-review-order .xt_woofc-shipping-footer:before,
#xt_woofc .woocommerce-checkout-review-order .xt_woofc-shipping-footer:after {
    display: none
}

#xt_woofc .woocommerce-checkout-review-order table,
#xt_woofc .woocommerce-checkout-review-order tbody,
#xt_woofc .woocommerce-checkout-review-order tfoot,
#xt_woofc .woocommerce-checkout-review-order thead,
#xt_woofc .woocommerce-checkout-review-order tr,
#xt_woofc .woocommerce-checkout-review-order th,
#xt_woofc .woocommerce-checkout-review-order td {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: var(--xt-woofc-totals-font-size);
    vertical-align: baseline;
    background: initial;
    background-color: initial;
    height: inherit
}

#xt_woofc .woocommerce-checkout-review-order table {
    width: 100%;
    margin: 0
}

#xt_woofc .woocommerce-checkout-review-order table:not(.shop_table) {
    display: none
}

#xt_woofc .woocommerce-checkout-review-order table ul,
#xt_woofc .woocommerce-checkout-review-order table ol {
    margin: 0
}

#xt_woofc .woocommerce-checkout-review-order table tr th {
    font-weight: 700;
    padding: 8px calc(var(--xt-woofc-list-gutter)*1.2);
    line-height: 1em;
    border-top: var(--xt-woofc-border);
    white-space: nowrap
}

#xt_woofc .woocommerce-checkout-review-order table tr td {
    text-align: right;
    border-top: var(--xt-woofc-border);
    padding: 8px calc(var(--xt-woofc-list-gutter)*1.2);
    vertical-align: middle;
    line-height: 1em
}

#xt_woofc .woocommerce-checkout-review-order table tr table th,
#xt_woofc .woocommerce-checkout-review-order table tr table td {
    padding: 0
}

#xt_woofc .woocommerce-checkout-review-order table tr.shipping>td:before {
    content: ""
}

#xt_woofc .woocommerce-checkout-review-order table tr.shipping table tr:last-child>td {
    padding-bottom: 0 !important
}

#xt_woofc .woocommerce-checkout-review-order table tr.cart-discount .xt_woofc-remove-coupon {
    margin-right: 5px;
    font-size: 12px;
    line-height: 1
}

#xt_woofc .woocommerce-checkout-review-order table tr:first-child th {
    border-top: 0
}

#xt_woofc .woocommerce-checkout-review-order table tr:first-child td {
    border-top: 0
}

#xt_woofc .woocommerce-checkout-review-order table tr:last-child>td {
    padding-bottom: 15px
}

#xt_woofc .woocommerce-checkout-review-order table .includes_tax {
    display: block;
    margin-top: 3px
}

#xt_woofc .woocommerce-checkout-review-order .woocommerce-privacy-policy-text {
    padding: 0
}

.xt_woofc-total-savings {
    color: var(--xt-woofc-totals-savings-color)
}

.xt_woofc-body-footer .wc-proceed-to-checkout .checkout-button {
    display: none
}

.xt_woofc-footer {
    position: absolute;
    z-index: 3;
    left: 0;
    width: 100%;
    border-radius: 0 0 var(--xt-woofc-radius) var(--xt-woofc-radius);
    bottom: 0
}

.xt_woofc-cart-opened .xt_woofc-footer,
.xt_woofc-cart-open .xt_woofc-footer {
    box-shadow: 0 -2px 20px rgba(0, 0, 0, .15);
    background: var(--xt-woofc-bg-color);
    transition: box-shadow .5s, border-radius .5s;
    overflow: hidden
}

.xt_woofc-checkout {
    display: block;
    height: var(--xt-woofc-checkout-btn-height);
    line-height: var(--xt-woofc-checkout-btn-height);
    text-align: center;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    transition: all .5s;
    transform: translateX(0);
    overflow: hidden;
    opacity: 0;
    word-wrap: initial
}

.xt_woofc-hide-trigger .xt_woofc-checkout {
    margin: 0 !important
}

.xt_woofc-checkout .xt_woofc-dash,
.xt_woofc-checkout .amount {
    transition: width .2s, opacity .2s;
    display: inline-block;
    line-height: 1
}

.xt_woofc-checkout.xt_woofc-processing .xt_woofc-dash,
.xt_woofc-checkout.xt_woofc-processing .amount {
    width: 0;
    overflow: hidden;
    opacity: 0
}

.xt_woofc-cart-opened .xt_woofc-checkout {
    transition: all .3s 0s, opacity .3s .15s
}

.xt_woofc-cart-open .xt_woofc-checkout {
    opacity: 1;
    transition: color .2s, opacity .3s, visibility .3s, transform .5s ease, border-radius .5s;
    background: var(--xt-woofc-checkout-btn-bg-color)
}

.xt_woofc-cart-open .xt_woofc-checkout em {
    transform: translateX(0);
    transition: transform .2s .1s, padding .2s 0s
}

.xt_woofc-cart-open .xt_woofc-checkout em .xt_woofc-checkout-arrow * {
    stroke: var(--xt-woofc-checkout-btn-color)
}

.xtfw-no-touchevents .xt_woofc-cart-open .xt_woofc-checkout:not(.xt_woofc-processing):hover,
.xtfw-touchevents .xt_woofc-cart-open .xt_woofc-checkout:not(.xt_woofc-processing):focus {
    background: var(--xt-woofc-checkout-btn-bg-hover-color)
}

.xtfw-no-touchevents .xt_woofc-cart-open .xt_woofc-checkout:not(.xt_woofc-processing):hover em,
.xtfw-touchevents .xt_woofc-cart-open .xt_woofc-checkout:not(.xt_woofc-processing):focus em {
    color: var(--xt-woofc-checkout-btn-hover-color);
    padding-right: 30px
}

.xtfw-no-touchevents .xt_woofc-cart-open .xt_woofc-checkout:not(.xt_woofc-processing):hover em span,
.xtfw-touchevents .xt_woofc-cart-open .xt_woofc-checkout:not(.xt_woofc-processing):focus em span {
    color: var(--xt-woofc-checkout-btn-hover-color)
}

.xtfw-no-touchevents .xt_woofc-cart-open .xt_woofc-checkout:not(.xt_woofc-processing):hover em .xt_woofc-checkout-arrow,
.xtfw-touchevents .xt_woofc-cart-open .xt_woofc-checkout:not(.xt_woofc-processing):focus em .xt_woofc-checkout-arrow {
    opacity: 1
}

.xtfw-no-touchevents .xt_woofc-cart-open .xt_woofc-checkout:not(.xt_woofc-processing):hover em .xt_woofc-checkout-arrow *,
.xtfw-touchevents .xt_woofc-cart-open .xt_woofc-checkout:not(.xt_woofc-processing):focus em .xt_woofc-checkout-arrow * {
    stroke: var(--xt-woofc-checkout-btn-hover-color)
}

@media only screen and (max-width: 300px) {

    .xt_woofc-cart-open .xt_woofc-checkout .amount,
    .xt_woofc-cart-open .xt_woofc-checkout .xt_woofc-dash {
        display: none
    }
}

.xtfw-no-touchevents .xt_woofc-checkout:hover,
.xtfw-touchevents .xt_woofc-checkout:focus {
    background: var(--xt-woofc-checkout-btn-bg-hover-color)
}

.xt_woofc-checkout em {
    position: relative;
    display: inline-block;
    transform: translateX(40px);
    transition: transform 0s .2s;
    color: var(--xt-woofc-checkout-btn-color)
}

.xt_woofc-checkout em span {
    color: var(--xt-woofc-checkout-btn-color)
}

.xt_woofc-checkout em .xt_woofc-checkout-arrow {
    position: absolute;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    right: 0;
    height: 24px;
    width: 24px;
    opacity: 0;
    transition: opacity .2s
}

@media only screen and (min-width: 481px) {
    .xt_woofc-checkout {
        font-size: 24px
    }
}

.xt_woofc-trigger {
    z-index: calc(var(--xt-woofc-zindex) + 2);
    height: var(--xt-woofc-trigger-size);
    width: var(--xt-woofc-trigger-size);
    color: rgba(0, 0, 0, 0);
    white-space: nowrap;
    outline: none !important;
    border-radius: var(--xt-woofc-radius);
    background: var(--xt-woofc-trigger-bg-color)
}

.xt_woofc-empty.xt_woofc-cart-closed:not(.xt_woofc-force-visible) .xt_woofc-trigger {
    display: none
}

.xt_woofc-hide-trigger .xt_woofc-trigger {
    opacity: 0;
    visibility: hidden
}

.xt_woofc-cart-open .xt_woofc-trigger {
    background: var(--xt-woofc-trigger-bg-active-color)
}

.xt_woofc-trigger .xt_woofc-trigger-close-icon,
.xt_woofc-trigger .xt_woofc-trigger-cart-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    transform: translateX(-50%) translateY(-50%);
    height: 100%;
    width: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .3s .2s, transform .3s .2s
}

.xt_woofc-trigger .xt_woofc-trigger-close-icon {
    color: var(--xt-woofc-trigger-close-icon-color);
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) rotate(90deg)
}

.xt_woofc-trigger.xt_woofc-icontype-image .xt_woofc-trigger-cart-icon {
    background-image: url(../img/open.svg)
}

.xt_woofc-trigger.xt_woofc-icontype-image .xt_woofc-trigger-close-icon {
    background-image: url(../img/close.svg)
}

.xt_woofc-trigger.xt_woofc-icontype-font .xt_woofc-trigger-cart-icon:before,
.xt_woofc-trigger.xt_woofc-icontype-font .xt_woofc-trigger-close-icon:before {
    position: absolute;
    font-size: calc(var(--xt-woofc-trigger-size)*.55);
    line-height: var(--xt-woofc-trigger-size);
    width: 100%;
    text-align: center;
    cursor: pointer
}

.xt_woofc-trigger.xt_woofc-icontype-font .xt_woofc-trigger-cart-icon:before {
    color: var(--xt-woofc-trigger-cart-icon-color)
}

.xt_woofc-trigger.xt_woofc-icontype-font .xt_woofc-trigger-close-icon:before {
    color: var(--xt-woofc-trigger-close-icon-color)
}

.xt_woofc-trigger .xt_woofc-count {
    position: absolute;
    height: var(--xt-woofc-counter-size);
    width: var(--xt-woofc-counter-size);
    background-color: var(--xt-woofc-counter-bg-color);
    color: var(--xt-woofc-counter-color);
    font-size: var(--xt-woofc-counter-font-size);
    font-weight: 700;
    line-height: 0;
    border-radius: 50%;
    text-indent: 0;
    opacity: 0;
    padding: 0;
    margin: 0;
    transition: opacity .2s .4s, width .2s, height .2s, transform .2s .4s ease;
    list-style: none;
    will-change: width, height;
    backface-visibility: hidden
}

.xt_woofc-trigger .xt_woofc-count.xt_woofc-count-big {
    height: calc(var(--xt-woofc-counter-size)*1.3);
    width: calc(var(--xt-woofc-counter-size)*1.3)
}

.xt_woofc-trigger .xt_woofc-count.xt_woofc-count-bigger {
    height: calc(var(--xt-woofc-counter-size)*1.7);
    width: calc(var(--xt-woofc-counter-size)*1.7)
}

.xt_woofc-ready .xt_woofc:not(.xt_woofc-cart-open) .xt_woofc-trigger .xt_woofc-count {
    opacity: 1
}

.xt_woofc-cart-open .xt_woofc-trigger .xt_woofc-count,
.xt_woofc:not(.xt_woofc-cart-opened) .xt_woofc-trigger .xt_woofc-count {
    transition: opacity .1s, transform .1s ease
}

.xt_woofc-cart-open.xt_woofc-modal .xt_woofc-trigger .xt_woofc-count {
    transition: none
}

.xt_woofc-is-desktop .xt_woofc-counter-pos-top-left .xt_woofc-trigger .xt_woofc-count,
.xt_woofc-is-tablet .xt_woofc-counter-tablet-pos-top-left .xt_woofc-trigger .xt_woofc-count,
.xt_woofc-is-mobile .xt_woofc-counter-mobile-pos-top-left .xt_woofc-trigger .xt_woofc-count {
    top: 0;
    left: 0;
    transform: scale(0) translateY(-50%) translateX(-50%);
    transform-origin: top left
}

.xt_woofc-is-desktop .xt_woofc-counter-pos-top-right .xt_woofc-trigger .xt_woofc-count,
.xt_woofc-is-tablet .xt_woofc-counter-tablet-pos-top-right .xt_woofc-trigger .xt_woofc-count,
.xt_woofc-is-mobile .xt_woofc-counter-mobile-pos-top-right .xt_woofc-trigger .xt_woofc-count {
    top: 0;
    right: 0;
    transform: scale(0) translateY(-50%) translateX(50%);
    transform-origin: top right
}

.xt_woofc-is-desktop .xt_woofc-counter-pos-bottom-left .xt_woofc-trigger .xt_woofc-count,
.xt_woofc-is-tablet .xt_woofc-counter-tablet-pos-bottom-left .xt_woofc-trigger .xt_woofc-count,
.xt_woofc-is-mobile .xt_woofc-counter-mobile-pos-bottom-left .xt_woofc-trigger .xt_woofc-count {
    bottom: 0;
    left: 0;
    transform: scale(0) translateY(50%) translateX(-50%);
    transform-origin: bottom left
}

.xt_woofc-is-desktop .xt_woofc-counter-pos-bottom-right .xt_woofc-trigger .xt_woofc-count,
.xt_woofc-is-tablet .xt_woofc-counter-tablet-pos-bottom-right .xt_woofc-trigger .xt_woofc-count,
.xt_woofc-is-mobile .xt_woofc-counter-mobile-pos-bottom-right .xt_woofc-trigger .xt_woofc-count {
    bottom: 0;
    right: 0;
    transform: scale(0) translateY(50%) translateX(50%);
    transform-origin: bottom right
}

.xt_woofc-ready.xt_woofc-is-desktop .xt_woofc-counter-pos-top-left:not(.xt_woofc-cart-open) .xt_woofc-trigger .xt_woofc-count,
.xt_woofc-ready.xt_woofc-is-tablet .xt_woofc-counter-tablet-pos-top-left:not(.xt_woofc-cart-open) .xt_woofc-trigger .xt_woofc-count,
.xt_woofc-ready.xt_woofc-is-mobile .xt_woofc-counter-mobile-pos-top-left:not(.xt_woofc-cart-open) .xt_woofc-trigger .xt_woofc-count {
    transform: scale(1) translateY(-50%) translateX(-50%)
}

.xt_woofc-ready.xt_woofc-is-desktop .xt_woofc-counter-pos-top-right:not(.xt_woofc-cart-open) .xt_woofc-trigger .xt_woofc-count,
.xt_woofc-ready.xt_woofc-is-tablet .xt_woofc-counter-tablet-pos-top-right:not(.xt_woofc-cart-open) .xt_woofc-trigger .xt_woofc-count,
.xt_woofc-ready.xt_woofc-is-mobile .xt_woofc-counter-mobile-pos-top-right:not(.xt_woofc-cart-open) .xt_woofc-trigger .xt_woofc-count {
    transform: scale(1) translateY(-50%) translateX(50%)
}

.xt_woofc-ready.xt_woofc-is-desktop .xt_woofc-counter-pos-bottom-left:not(.xt_woofc-cart-open) .xt_woofc-trigger .xt_woofc-count,
.xt_woofc-ready.xt_woofc-is-tablet .xt_woofc-counter-tablet-pos-bottom-left:not(.xt_woofc-cart-open) .xt_woofc-trigger .xt_woofc-count,
.xt_woofc-ready.xt_woofc-is-mobile .xt_woofc-counter-mobile-pos-bottom-left:not(.xt_woofc-cart-open) .xt_woofc-trigger .xt_woofc-count {
    transform: scale(1) translateY(50%) translateX(-50%)
}

.xt_woofc-ready.xt_woofc-is-desktop .xt_woofc-counter-pos-bottom-right:not(.xt_woofc-cart-open) .xt_woofc-trigger .xt_woofc-count,
.xt_woofc-ready.xt_woofc-is-tablet .xt_woofc-counter-tablet-pos-bottom-right:not(.xt_woofc-cart-open) .xt_woofc-trigger .xt_woofc-count,
.xt_woofc-ready.xt_woofc-is-mobile .xt_woofc-counter-mobile-pos-bottom-right:not(.xt_woofc-cart-open) .xt_woofc-trigger .xt_woofc-count {
    transform: scale(1) translateY(50%) translateX(50%)
}

.xt_woofc-trigger .xt_woofc-count li {
    list-style: none;
    position: absolute;
    margin: 0;
    line-height: 1;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    transform: translateX(-50%) translateY(-50%)
}

.xt_woofc-trigger .xt_woofc-count li:last-of-type {
    visibility: hidden
}

.xt_woofc-trigger .xt_woofc-count.xt_woofc-update-count li:last-of-type {
    animation: xt_woofc-qty-enter .15s linear 0s 1 forwards
}

.xt_woofc-trigger .xt_woofc-count.xt_woofc-update-count li:first-of-type {
    animation: xt_woofc-qty-leave .15s linear 0s 1 forwards
}

.xt_woofc-checkout-frame {
    z-index: 10;
    border: 0;
    flex: 1 1 auto;
    height: 600px;
    max-width: none !important;
    overflow: hidden;
    transition: opacity .3s, height .3s;
    width: 100%;
    opacity: 0
}

.xt_woofc-checkout-loading .xt_woofc-header-right *:not(.xt_woofc-header-close) {
    opacity: 0 !important;
    transition: opacity .3s !important
}

.xt_woofc-checkout-loading .xt_woofc-wrapper,
.xt_woofc-checkout-active .xt_woofc-wrapper,
.xt_woofc-checkout-complete .xt_woofc-wrapper {
    border-bottom-left-radius: var(--xt-woofc-radius);
    border-bottom-right-radius: var(--xt-woofc-radius);
    overflow: hidden
}

.xt_woofc-checkout-loading .xt_woofc-list-wrap,
.xt_woofc-checkout-loading .xt_woofc-body-header>*:not(.xt_woofc-coupon-form),
.xt_woofc-checkout-loading .xt_woofc-body-footer,
.xt_woofc-checkout-active .xt_woofc-list-wrap,
.xt_woofc-checkout-active .xt_woofc-body-header>*:not(.xt_woofc-coupon-form),
.xt_woofc-checkout-active .xt_woofc-body-footer,
.xt_woofc-checkout-complete .xt_woofc-list-wrap,
.xt_woofc-checkout-complete .xt_woofc-body-header>*:not(.xt_woofc-coupon-form),
.xt_woofc-checkout-complete .xt_woofc-body-footer {
    display: none !important
}

.xt_woofc-checkout-active .xt_woofc-empty .xt_woofc-body-footer,
.xt_woofc-checkout-complete .xt_woofc-empty .xt_woofc-body-footer {
    opacity: 1 !important;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    padding: 10%
}

.xt_woofc-checkout-active .xt_woofc-body,
.xt_woofc-checkout-complete .xt_woofc-body {
    display: flex;
    flex-direction: column
}

.xt_woofc-checkout-active .xt_woofc-body .xt_woofc-body-header,
.xt_woofc-checkout-complete .xt_woofc-body .xt_woofc-body-header {
    border-bottom: 0
}

.xt_woofc-checkout-active .xt_woofc-body .xt_woofc-body-header>*,
.xt_woofc-checkout-complete .xt_woofc-body .xt_woofc-body-header>* {
    border-bottom: 0
}

.xt_woofc-checkout-active .xt_woofc-body .xt_woofc-body-footer,
.xt_woofc-checkout-complete .xt_woofc-body .xt_woofc-body-footer {
    border-top: 0;
    display: flex;
    flex-direction: column
}

.xt_woofc-checkout-active .xt_woofc-checkout-frame,
.xt_woofc-checkout-complete .xt_woofc-checkout-frame {
    opacity: 1
}

#xt_woofc-checkout-thankyou {
    box-sizing: border-box;
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
    line-height: 1.5;
    font-size: 15px;
    text-align: center;
    display: none;
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.xt_woofc-is-mobile #xt_woofc-checkout-thankyou {
    font-size: 16px
}

#xt_woofc-checkout-thankyou h2 {
    font-size: 20px;
    line-height: 1.5;
    color: var(--xt-woofc-checkout-completed-title, var(--xt-woofc-primary-color))
}

.xt_woofc-is-mobile #xt_woofc-checkout-thankyou h2 {
    font-size: 16px
}

#xt_woofc-checkout-thankyou h2 strong {
    color: var(--xt-woofc-checkout-completed-title, var(--xt-woofc-accent-color));
    display: block;
    font-size: 25px
}

#xt_woofc-checkout-thankyou p {
    margin: 0 0 20px;
    font-style: italic
}

#xt_woofc-checkout-thankyou .button {
    margin-top: 15px
}

#xt_woofc-checkout-thankyou .xt_woofc-spinner-wrap {
    opacity: 1;
    visibility: visible;
    position: absolute;
    display: block;
    overflow: hidden;
    left: 50%;
    top: 100%;
    transform: translateX(-50%) scale(0.7);
    transform-origin: center center;
    background: none;
    width: initial;
    height: initial
}

#xt_woofc-checkout-thankyou .xt_woofc-spinner-wrap .xt_woofc-spinner-inner {
    top: 0;
    left: 0;
    transform: initial;
    position: relative
}

/*# sourceMappingURL=frontend.css.map */