:root {
    --xt-woovs-single-vgap: 20px;
    --xt-woovs-single-swatch-hgap: 10px;
    --xt-woovs-single-swatch-vgap: 10px;
    --xt-woovs-single-labels-per-row: 8;
    --xt-woovs-single-label-flex: 0;
    --xt-woovs-archives-vgap: 20px;
    --xt-woovs-archives-swatch-hgap: 10px;
    --xt-woovs-archives-swatch-vgap: 10px;
    --xt-woovs-archives-labels-per-row: 4;
    --xt-woovs-archives-label-flex: 0
}

.xt_woovs-disabled-clickable {
    --xt-woovs-disabled-pointer-events: initial
}

.xt_woovs-disabled-unclickable {
    --xt-woovs-disabled-pointer-events: none
}

body.xt_woovs-enable-qv .xt_woovs-hidden,
body:not(.xt_woovs-enable-qv) div:not(.quick-view) .xt_woovs-hidden {
    display: none !important;
    visibility: hidden !important
}

.xt_woovs-swatches-wrap table.variations {
    display: block;
    width: 100%
}

.xt_woovs-swatches-wrap table.variations tbody,
.xt_woovs-swatches-wrap table.variations tbody tr {
    display: block;
    width: 100%
}

.xt_woovs-swatches-wrap table.variations td.label {
    background: inherit
}

.xt_woovs-swatches-wrap:not(.xt_woovs-attr-label-above) .variations {
    width: inherit !important
}

.xt_woovs-swatches-wrap.xt_woovs-align-left~div {
    text-align: left
}

.xt_woovs-swatches-wrap.xt_woovs-align-left .variations td,
.xt_woovs-swatches-wrap.xt_woovs-align-left .variations th,
.xt_woovs-swatches-wrap.xt_woovs-align-left .xt_woovs-swatches {
    text-align: left;
    justify-content: flex-start
}

.xt_woovs-swatches-wrap.xt_woovs-align-center:not(.xt_woovs-attr-label-above) table.variations {
    margin: 0 auto
}

.xt_woovs-swatches-wrap.xt_woovs-align-center~div {
    text-align: center
}

.xt_woovs-swatches-wrap.xt_woovs-align-center .variations,
.xt_woovs-swatches-wrap.xt_woovs-align-center .variations td,
.xt_woovs-swatches-wrap.xt_woovs-align-center .variations th,
.xt_woovs-swatches-wrap.xt_woovs-align-center .xt_woovs-swatches {
    justify-content: center;
    text-align: center
}

.xt_woovs-swatches-wrap.xt_woovs-align-right~div {
    text-align: right
}

.xt_woovs-swatches-wrap.xt_woovs-align-right:not(.xt_woovs-attr-label-above) table.variations {
    margin: 0 0 0 auto
}

.xt_woovs-swatches-wrap.xt_woovs-align-right .variations td,
.xt_woovs-swatches-wrap.xt_woovs-align-right .variations th,
.xt_woovs-swatches-wrap.xt_woovs-align-right .xt_woovs-swatches {
    text-align: right;
    justify-content: flex-end
}

.xt_woovs-swatches-wrap.xt_woovs-align-right .variations td.swatch:last-of-type,
.xt_woovs-swatches-wrap.xt_woovs-align-right .variations th.swatch:last-of-type,
.xt_woovs-swatches-wrap.xt_woovs-align-right .xt_woovs-swatches.swatch:last-of-type {
    margin-left: 0 !important
}

.xt_woovs-swatches {
    box-sizing: border-box;
    padding: 0 !important;
    margin: 0 !important
}

.xt_woovs-swatches:not(.xt_woovs-select-container) {
    display: flex;
    flex-wrap: wrap
}

.xt_woovs-swatches * {
    box-sizing: border-box
}

.xt_woovs-swatches .swatch {
    transition: all .2s;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    position: relative;
    margin: 0;
    margin-top: -1px;
    margin-right: var(--xt-woovs-swatch-hgap) !important
}

.xt_woovs-swatches .swatch_radio {
    padding-left: 30px;
    position: relative;
    z-index: 999;
    margin-left: 0px;
    border: 1px solid red
}

.xt_woovs-swatches .swatch_radio input[type=radio] {
    position: absolute;
    left: -20px;
    top: 5px;
    z-index: -1;
    margin: 0px
}

.xt_woovs-swatches .swatch-label {
    background-color: #f1f1f1;
    width: auto !important;
    padding: 0 10px;
    overflow: hidden
}

.xt_woovs-swatches .swatch-label.xt_woovs-round {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.xt_woovs-swatches .swatch-label.xt_woovs-round_corner {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.xt_woovs-swatches .swatch-image img {
    height: auto;
    max-width: 100%;
    display: block;
    box-shadow: none;
    border: none;
    margin: 0 !important
}

.xt_woovs-swatches .swatch-image .swatch-image-inner {
    width: 100% !important
}

.xt_woovs-swatches .swatch-color,
.xt_woovs-swatches .swatch-image {
    width: initial;
    height: initial;
    line-height: initial;
    vertical-align: top
}

.xt_woovs-swatches .swatch-color figcaption,
.xt_woovs-swatches .swatch-image figcaption {
    overflow: hidden;
    padding: 5px 0 5px
}

.xt_woovs-swatches .swatch-color.xt_woovs-round .swatch-inner,
.xt_woovs-swatches .swatch-color.xt_woovs-round .swatch-inner img,
.xt_woovs-swatches .swatch-color.xt_woovs-round .swatch-inner .swatch-color-inner-inner,
.xt_woovs-swatches .swatch-image.xt_woovs-round .swatch-inner,
.xt_woovs-swatches .swatch-image.xt_woovs-round .swatch-inner img,
.xt_woovs-swatches .swatch-image.xt_woovs-round .swatch-inner .swatch-color-inner-inner {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.xt_woovs-swatches .swatch-color.xt_woovs-round_corner .swatch-inner,
.xt_woovs-swatches .swatch-color.xt_woovs-round_corner .swatch-inner img,
.xt_woovs-swatches .swatch-color.xt_woovs-round_corner .swatch-inner .swatch-color-inner-inner,
.xt_woovs-swatches .swatch-image.xt_woovs-round_corner .swatch-inner,
.xt_woovs-swatches .swatch-image.xt_woovs-round_corner .swatch-inner img,
.xt_woovs-swatches .swatch-image.xt_woovs-round_corner .swatch-inner .swatch-color-inner-inner {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.xt_woovs-swatches .swatch-color.xt_woovs-has-tooltip .swatch-color-name,
.xt_woovs-swatches .swatch-color.xt_woovs-has-tooltip .swatch-image-name,
.xt_woovs-swatches .swatch-image.xt_woovs-has-tooltip .swatch-color-name,
.xt_woovs-swatches .swatch-image.xt_woovs-has-tooltip .swatch-image-name {
    display: none
}

.xt_woovs-swatches .swatch-color .swatch-color-name,
.xt_woovs-swatches .swatch-color .swatch-image-name,
.xt_woovs-swatches .swatch-image .swatch-color-name,
.xt_woovs-swatches .swatch-image .swatch-image-name {
    margin-top: 5px;
    display: block
}

.xt_woovs-swatches .swatch-color .swatch-inner,
.xt_woovs-swatches .swatch-image .swatch-inner {
    position: relative;
    display: block;
    transition: all .3s;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.xt_woovs-swatches .swatch-color .swatch-inner .swatch-color-inner-inner,
.xt_woovs-swatches .swatch-image .swatch-inner .swatch-color-inner-inner {
    display: block;
    width: 100%;
    height: 100%
}

.reset_variations {
    margin-left: 0 !important;
    margin-bottom: 5px;
    margin-top: 5px;
    width: initial !important;
    overflow: hidden;
    display: none !important
}

.reset_variations.xt_woovs-reset-visible {
    display: block !important
}

.xt_woovs-catalog-mode .reset_variations {
    display: none !important
}

.xt_woovs-reset-hide .reset_variations {
    display: none !important
}

.xt_woovs-error {
    box-shadow: 0px 0px 5px 4px rgba(255, 0, 0, .45);
    padding: 10px 15px !important;
    transition: all .3s
}

.xt_woovs-single .xt_woovs-tooltip {
    -webkit-border-radius: 5%;
    -moz-border-radius: 5%;
    border-radius: 5%;
    background-color: #161616;
    border-color: #161616
}

.xt_woovs-single .xt_woovs-tooltip img {
    -webkit-border-radius: 5%;
    -moz-border-radius: 5%;
    border-radius: 5%
}

.xt_woovs-single .xt_woovs-tooltip.tooltip-image {
    border-width: 2px
}

.xt_woovs-single .xt_woovs-tooltip.tooltip-image:after {
    top: calc(100% + 2px - 1px)
}

.xt_woovs-single .xt_woovs-tooltip:after {
    border-top-color: #161616
}

.xt_woovs-archives .xt_woovs-tooltip {
    -webkit-border-radius: 5%;
    -moz-border-radius: 5%;
    border-radius: 5%;
    background-color: #161616;
    border-color: #161616
}

.xt_woovs-archives .xt_woovs-tooltip img {
    -webkit-border-radius: 5%;
    -moz-border-radius: 5%;
    border-radius: 5%
}

.xt_woovs-archives .xt_woovs-tooltip.tooltip-image {
    border-width: 2px
}

.xt_woovs-archives .xt_woovs-tooltip.tooltip-image:after {
    top: calc(100% + 2px - 1px)
}

.xt_woovs-archives .xt_woovs-tooltip:after {
    border-top-color: #161616
}

.xt_woovs-archives-product .woocommerce-variation-description,
.xt_woovs-archives-product .woocommerce-variation-price {
    display: none !important
}

.xt_woovs-archives-product.xt_woovs-support .button {
    float: none !important
}

.xt_woovs-archives-product.xt_woovs-support .single_variation_wrap .xt_woovs-quantity-wrap {
    margin: 10px auto !important
}

.xt_woovs-archives-product.xt_woovs-support .single_variation_wrap .xt_woovs-quantity-wrap.xt_woovs-quantity-wrap-inline {
    display: inline-flex !important
}

.xt_woovs-archives-product.xt_woovs-support .single_variation_wrap .xt_woovs-quantity-wrap.xt_woovs-quantity-wrap-block {
    display: block !important;
    width: 100%
}

.xt_woovs-archives-product.xt_woovs-support .variations {
    margin-bottom: 0 !important
}

.xt_woovs-archives-product .xt_woovs-swatches-wrap {
    padding: 0
}

.xt_woovs-archives-product .xt_woovs-swatches-wrap .variations {
    position: relative;
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px
}

.xt_woovs-archives-product .xt_woovs-swatches-wrap .variations td,
.xt_woovs-archives-product .xt_woovs-swatches-wrap .variations th {
    display: list-item;
    padding: 0;
    list-style: none;
    background-color: transparent
}

.xt_woovs-archives-product .xt_woovs-swatches-wrap .variations select {
    width: 100%
}

.xt_woovs-archives-product .xt_woovs-swatches-wrap.xt_woovs-align-left .swatch {
    margin-right: var(--xt-woovs-archives-swatch-hgap) !important
}

.xt_woovs-archives-product .xt_woovs-swatches-wrap.xt_woovs-align-center .xt_woovs-swatches:not(.xt_woovs-select-container) {
    margin-right: calc(0px - var(--xt-woovs-archives-swatch-hgap)) !important
}

.xt_woovs-archives-product .xt_woovs-swatches-wrap.xt_woovs-align-center .swatch {
    margin-right: var(--xt-woovs-archives-swatch-hgap) !important
}

.xt_woovs-archives-product .xt_woovs-swatches-wrap.xt_woovs-align-center .xt_woovs-quantity-wrap {
    text-align: center
}

.xt_woovs-archives-product .xt_woovs-swatches-wrap.xt_woovs-align-right .swatch {
    margin-left: var(--xt-woovs-archives-swatch-hgap) !important
}

.xt_woovs-archives-product .xt_woovs-swatches-wrap.xt_woovs-align-right .xt_woovs-quantity-wrap {
    text-align: right
}

.xt_woovs-archives-product .xt_woovs-swatches-wrap .swatch {
    margin-bottom: var(--xt-woovs-archives-swatch-vgap) !important
}

.xt_woovs-archives-product .xt_woovs-swatches {
    padding-bottom: var(--xt-woovs-archives-vgap) !important
}

.xt_woovs-archives-product .xt_woovs-swatches:not(.xt_woovs-select-container) {
    margin-bottom: calc(0px - var(--xt-woovs-archives-swatch-vgap)) !important
}

.xt_woovs-archives-product .xt_woovs-swatches.xt_woovs-catalog-mode-hidden {
    opacity: 0 !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important
}

.xt_woovs-archives-product .swatch.swatch-label {
    min-width: 25px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    color: #666;
    background-color: #fff;
    box-shadow: inset 0 0 0 1px #eaeaea
}

.xt_woovs-archives-product .swatch.swatch-label.xt_woovs-swatch-flex {
    flex: var(--xt-woovs-archives-label-flex) 0 calc(100%/var(--xt-woovs-archives-labels-per-row) - var(--xt-woovs-archives-swatch-hgap))
}

.xt_woovs-featured-2 .xt_woovs-archives-product .swatch.swatch-label.xt_woovs-swatch-flex {
    flex: var(--xt-woovs-archives-label-flex) 0 calc(100%/(var(--xt-woovs-archives-labels-per-row)*.9) - var(--xt-woovs-archives-swatch-hgap))
}

.xt_woovs-featured-3 .xt_woovs-archives-product .swatch.swatch-label.xt_woovs-swatch-flex {
    flex: var(--xt-woovs-archives-label-flex) 0 calc(100%/(var(--xt-woovs-archives-labels-per-row)*.8) - var(--xt-woovs-archives-swatch-hgap))
}

.xt_woovs-featured-4 .xt_woovs-archives-product .swatch.swatch-label.xt_woovs-swatch-flex {
    flex: var(--xt-woovs-archives-label-flex) 0 calc(100%/(var(--xt-woovs-archives-labels-per-row)*.7) - var(--xt-woovs-archives-swatch-hgap))
}

.xt_woovs-featured-5 .xt_woovs-archives-product .swatch.swatch-label.xt_woovs-swatch-flex {
    flex: var(--xt-woovs-archives-label-flex) 0 calc(100%/(var(--xt-woovs-archives-labels-per-row)*.6) - var(--xt-woovs-archives-swatch-hgap))
}

.xtfw-no-touchevents .xt_woovs-archives-product .swatch.swatch-label:not(.xt_woovs-selected):not(.xt_woovs-disabled):hover {
    color: #000;
    background-color: #c8c8c8
}

.xt_woovs-archives-product .swatch.swatch-label.xt_woovs-selected {
    color: #fff;
    background-color: #000;
    box-shadow: inset 0 0 0 2px #000
}

.xtfw-no-touchevents .xt_woovs-archives-product .swatch.swatch-label:not(.xt_woovs-selected):not(.xt_woovs-disabled):hover {
    box-shadow: inset 0 0 0 2px #c8c8c8
}

.xt_woovs-archives-product .swatch.swatch-color .swatch-inner {
    width: 40px;
    height: 40px;
    padding: 2px;
    box-shadow: inset 0 0 0 1px #eaeaea
}

.xtfw-no-touchevents .xt_woovs-archives-product .swatch.swatch-color:not(.xt_woovs-selected):not(.xt_woovs-disabled):hover .swatch-inner {
    box-shadow: inset 0 0 0 2px #c8c8c8
}

.xt_woovs-archives-product .swatch.swatch-color.xt_woovs-selected .swatch-inner {
    box-shadow: inset 0 0 0 2px #000
}

.xt_woovs-archives-product .swatch.swatch-image {
    width: 25px;
    height: auto
}

.xt_woovs-archives-product .swatch.swatch-image .swatch-inner {
    width: 25px;
    padding: 2px;
    box-shadow: inset 0 0 0 1px #eaeaea
}

.xtfw-no-touchevents .xt_woovs-archives-product .swatch.swatch-image:not(.xt_woovs-selected):not(.xt_woovs-disabled):hover .swatch-inner {
    box-shadow: inset 0 0 0 2px #c8c8c8
}

.xt_woovs-archives-product .swatch.swatch-image.xt_woovs-selected .swatch-inner {
    box-shadow: inset 0 0 0 2px #000
}

.xt_woovs-on-demand {
    background: #fff;
    max-width: 100vw;
    max-height: 100vh;
    overflow: hidden
}

.xt_woovs-on-demand .xt_woovs-on-demand-wrap {
    overflow: auto;
    max-width: 100vw;
    max-height: calc(100vh - 45px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 15px
}

.xt_woovs-on-demand.xt_woovs-display-inline {
    position: absolute;
    width: 100%;
    margin-top: 10px;
    border-radius: 3px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden
}

.xt_woovs-on-demand.xt_woovs-display-inline .button {
    width: 100% !important;
    margin: 10px 0 0 !important
}

.xt_woovs-on-demand.xt_woovs-display-inline.xt_woovs-active {
    visibility: visible;
    opacity: 1
}

.xt_woovs-on-demand.xt_woovs-display-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: scale(0) translateX(-50%) translateY(-50%);
    transition: transform .3s ease, opacity .3s ease, visibility .3s .1s;
    transform-origin: left center;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(24, 24, 24, .2)
}

.xt_woovs-on-demand.xt_woovs-display-modal.xt_woovs-active {
    opacity: 1;
    visibility: visible;
    transform: scale(1) translateX(-50%) translateY(-50%)
}

.xt_woovs-on-demand.xt_woovs-display-modal .xt_woovs-on-demand-wrap {
    width: 60vw;
    min-width: 400px
}

.xt_woovs-on-demand.xt_woovs-display-drawer {
    position: fixed;
    max-height: 100vh;
    transform-origin: center center;
    transition: transform .3s ease, visibility .3s .1s;
    z-index: 999999
}

.xt_woovs-on-demand.xt_woovs-display-drawer.xt_woovs-drawer-bottom {
    bottom: 0;
    transform: translateX(-50%) translateY(100%)
}

.xt_woovs-on-demand.xt_woovs-display-drawer.xt_woovs-drawer-top {
    top: 0;
    transform: translateX(-50%) translateY(-100%)
}

.xt_woovs-on-demand.xt_woovs-display-drawer.xt_woovs-drawer-bottom,
.xt_woovs-on-demand.xt_woovs-display-drawer.xt_woovs-drawer-top {
    left: 50%
}

.xt_woovs-on-demand.xt_woovs-display-drawer.xt_woovs-drawer-bottom.xt_woovs-active,
.xt_woovs-on-demand.xt_woovs-display-drawer.xt_woovs-drawer-top.xt_woovs-active {
    transform: translateX(-50%) translateY(0)
}

.xt_woovs-on-demand.xt_woovs-display-drawer.xt_woovs-drawer-left {
    left: 0;
    transform: translateX(-100%) translateY(-50%)
}

.xt_woovs-on-demand.xt_woovs-display-drawer.xt_woovs-drawer-right {
    right: 0;
    transform: translateX(100%) translateY(-50%)
}

.xt_woovs-on-demand.xt_woovs-display-drawer.xt_woovs-drawer-left,
.xt_woovs-on-demand.xt_woovs-display-drawer.xt_woovs-drawer-right {
    top: 50%
}

.xt_woovs-on-demand.xt_woovs-display-drawer.xt_woovs-drawer-left.xt_woovs-active,
.xt_woovs-on-demand.xt_woovs-display-drawer.xt_woovs-drawer-right.xt_woovs-active {
    transform: translateX(0) translateY(-50%)
}

.xt_woovs-on-demand.xt_woovs-display-drawer .xt_woovs-on-demand-wrap {
    width: 60vw;
    min-width: 400px
}

.xt_woovs-on-demand>span {
    display: block;
    font-weight: 600;
    padding: 15px;
    border-bottom: 1px solid #eaeaea;
    text-align: center;
    font-size: 14px;
    background: #eaeaea;
    color: #333
}

.xt_woovs-on-demand>span>span {
    display: inline-block;
    float: right;
    cursor: pointer
}

.xt_woovs-on-demand .variations_form {
    margin: 0
}

.xt_woovs-on-demand .variations_form .variations {
    margin: 0 !important;
    padding: 0 !important
}

.xt_woovs-on-demand .xt_woovs-swatches-wrap {
    margin-bottom: 10px
}

.xt_woovs-on-demand .button {
    font-size: 12px !important;
    position: relative !important;
    left: initial !important;
    right: initial !important;
    max-width: initial !important;
    height: auto;
    padding: 0 10px !important;
    margin-bottom: 5px !important;
    line-height: 40px !important;
    text-align: center !important
}

.xt_woovs-on-demand .button:before,
.xt_woovs-on-demand .button:after {
    display: none !important;
    content: "" !important
}

.xt_woovs-on-demand .button:last-child {
    margin-bottom: 0 !important
}

.xt_woovs-display-backlayer {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(24, 24, 24, .5);
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s ease .15s, visibility .3s .15s;
    z-index: 9998
}

.xt_woovs-display-backlayer.xt_woovs-active {
    visibility: visible;
    opacity: 1;
    transition: opacity .3s ease
}

.xt_woovs_select_options_button.xt_woovs-display-inline.xt_woovs-visibility-always {
    display: none !important
}

.xt_woovs_select_options_button.xt_woovs-display-inline.xt_woovs-visibility-hover.xt_woovs-active,
.xt_woovs_select_options_button.xt_woovs-display-inline.xt_woovs-visibility-click.xt_woovs-active {
    display: none !important
}

.xt_woovs-on-demand-preview {
    margin-top: -5px;
    width: 100%;
    overflow: hidden;
    transition: flex .3s ease, width .3s ease, height .3s ease, min-height .3s ease, opacity .2s ease;
    will-change: width, height, min-height, flex;
    flex: 1 0 45%
}

.xt_woovs-on-demand-preview:empty {
    width: 0;
    flex: 0
}

.xt_woovs-on-demand-preview img {
    padding: 0 20px 0 0;
    width: 100%;
    box-shadow: inherit !important
}

.xt_woovs-on-demand-preview+.variations_form {
    flex: 1 0 55%
}

@media only screen and (max-width: 400px) {
    .xt_woovs-on-demand .xt_woovs-on-demand-wrap {
        flex-direction: column;
        justify-content: start
    }

    .xt_woovs-on-demand.xt_woovs-display-modal,
    .xt_woovs-on-demand.xt_woovs-display-drawer {
        border-radius: 0 !important
    }

    .xt_woovs-on-demand.xt_woovs-display-modal .xt_woovs-on-demand-wrap,
    .xt_woovs-on-demand.xt_woovs-display-drawer .xt_woovs-on-demand-wrap {
        width: 100vw !important;
        min-width: 100vw !important;
        min-height: calc(100vh - 45px) !important
    }

    .xt_woovs-on-demand .xt_woovs-on-demand-preview {
        flex: 1 0 100%;
        margin-bottom: 20px;
        padding: 0;
        overflow: initial;
        opacity: 1
    }

    .xt_woovs-on-demand .xt_woovs-on-demand-preview:empty {
        width: inherit;
        min-width: inherit;
        height: 0;
        min-height: 0;
        opacity: 0
    }

    .xt_woovs-on-demand .xt_woovs-on-demand-preview img {
        margin: 0 auto;
        display: block;
        padding: 0
    }

    .xt_woovs-on-demand .variations_form {
        flex: 1 0 100%
    }
}

.xt_woovs-single-product .xt_woovs-hide-variation-price .single_variation_wrap .woocommerce-variation-price {
    display: none !important
}

.xt_woovs-single-product .xt_woovs-swatches-wrap {
    padding: 0
}

.xt_woovs-single-product .xt_woovs-swatches-wrap .label label abbr {
    text-decoration: none !important;
    border: 0 !important;
    margin-right: 5px
}

.xt_woovs-single-product .xt_woovs-swatches-wrap .label label>span {
    display: none
}

.xt_woovs-single-product .xt_woovs-swatches-wrap .xt_woovs-attribute-value {
    opacity: 0;
    visibility: hidden;
    text-transform: capitalize
}

.xt_woovs-single-product .xt_woovs-swatches-wrap.xt_woovs-attr-show-selected .label label>span {
    display: inline-block
}

.xt_woovs-single-product .xt_woovs-swatches-wrap.xt_woovs-attr-show-selected .xt_woovs-attribute-value {
    opacity: 1;
    visibility: visible
}

.xt_woovs-single-product .xt_woovs-swatches-wrap.xt_woovs-attr-label-inherit .variations .label {
    vertical-align: text-bottom;
    padding-right: 30px;
    min-width: 100px
}

.xt_woovs-single-product .xt_woovs-swatches-wrap.xt_woovs-attr-label-inherit .variations .value {
    width: 100%
}

.xt_woovs-single-product .xt_woovs-swatches-wrap.xt_woovs-attr-label-inherit .variations .xt_woovs-attribute-value {
    display: block
}

.xt_woovs-single-product .xt_woovs-swatches-wrap.xt_woovs-attr-label-above .variations .label,
.xt_woovs-single-product .xt_woovs-swatches-wrap.xt_woovs-attr-label-above .variations .value {
    display: block
}

.xt_woovs-single-product .xt_woovs-swatches-wrap.xt_woovs-attr-label-above .variations .label label,
.xt_woovs-single-product .xt_woovs-swatches-wrap.xt_woovs-attr-label-above .variations .value label {
    display: inline-block
}

.xt_woovs-single-product .xt_woovs-swatches-wrap.xt_woovs-attr-label-hidden .variations .label {
    display: none
}

.xt_woovs-single-product .xt_woovs-swatches-wrap.xt_woovs-attr-label-hidden .variations .value {
    display: block
}

.xt_woovs-single-product .xt_woovs-swatches-wrap .variations {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0
}

.xt_woovs-single-product .xt_woovs-swatches-wrap .swatch {
    margin-bottom: var(--xt-woovs-single-swatch-vgap) !important
}

.xt_woovs-single-product .xt_woovs-swatches-wrap.xt_woovs-align-left .swatch,
.xt_woovs-single-product .xt_woovs-swatches-wrap.xt_woovs-align-center .swatch {
    margin-right: var(--xt-woovs-single-swatch-hgap) !important
}

.xt_woovs-single-product .xt_woovs-swatches-wrap.xt_woovs-align-right .swatch {
    margin-left: var(--xt-woovs-single-swatch-hgap) !important
}

.xt_woovs-single-product .xt_woovs-swatches-wrap.xt_woovs-align-center .xt_woovs-swatches {
    margin-right: calc(0px - var(--xt-woovs-single-swatch-hgap)) !important
}

.xt_woovs-single-product .xt_woovs-swatches {
    padding-bottom: var(--xt-woovs-single-vgap) !important
}

.xt_woovs-single-product .xt_woovs-swatches:not(.xt_woovs-select-container) {
    margin-bottom: calc(0px - var(--xt-woovs-single-swatch-vgap)) !important
}

.xt_woovs-single-product .swatch.swatch-label {
    min-width: 50px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    color: #666;
    background-color: #fff;
    box-shadow: inset 0 0 0 1px #ddd
}

.xt_woovs-single-product .swatch.swatch-label.xt_woovs-swatch-flex {
    flex: var(--xt-woovs-single-label-flex) 0 calc(100%/var(--xt-woovs-single-labels-per-row) - var(--xt-woovs-single-swatch-hgap))
}

.xt_woovs-featured-2 .xt_woovs-single-product .swatch.swatch-label.xt_woovs-swatch-flex {
    flex: var(--xt-woovs-single-label-flex) 0 calc(100%/(var(--xt-woovs-single-labels-per-row)*.9) - var(--xt-woovs-single-swatch-hgap))
}

.xt_woovs-featured-3 .xt_woovs-single-product .swatch.swatch-label.xt_woovs-swatch-flex {
    flex: var(--xt-woovs-single-label-flex) 0 calc(100%/(var(--xt-woovs-single-labels-per-row)*.8) - var(--xt-woovs-single-swatch-hgap))
}

.xt_woovs-featured-4 .xt_woovs-single-product .swatch.swatch-label.xt_woovs-swatch-flex {
    flex: var(--xt-woovs-single-label-flex) 0 calc(100%/(var(--xt-woovs-single-labels-per-row)*.7) - var(--xt-woovs-single-swatch-hgap))
}

.xt_woovs-featured-5 .xt_woovs-single-product .swatch.swatch-label.xt_woovs-swatch-flex {
    flex: var(--xt-woovs-single-label-flex) 0 calc(100%/(var(--xt-woovs-single-labels-per-row)*.6) - var(--xt-woovs-single-swatch-hgap))
}

.xtfw-no-touchevents .xt_woovs-single-product .swatch.swatch-label:not(.xt_woovs-selected):not(.xt_woovs-disabled):hover {
    box-shadow: inset 0 0 0 2px #c8c8c8;
    color: #000;
    background-color: #c8c8c8
}

.xt_woovs-single-product .swatch.swatch-label.xt_woovs-selected {
    color: #fff;
    background-color: #000;
    box-shadow: inset 0 0 0 2px #000
}

.xt_woovs-single-product .swatch.swatch-color .swatch-inner {
    width: 40px;
    height: 40px;
    padding: 2px;
    box-shadow: inset 0 0 0 1px #ddd
}

.xtfw-no-touchevents .xt_woovs-single-product .swatch.swatch-color:not(.xt_woovs-selected):not(.xt_woovs-disabled):hover .swatch-inner {
    box-shadow: inset 0 0 0 2px #c8c8c8
}

.xt_woovs-single-product .swatch.swatch-color.xt_woovs-selected .swatch-inner {
    box-shadow: inset 0 0 0 2px #000
}

.xt_woovs-single-product .swatch.swatch-image {
    width: 50px;
    height: auto
}

.xt_woovs-single-product .swatch.swatch-image .swatch-inner {
    width: 50px;
    padding: 2px;
    box-shadow: inset 0 0 0 1px #ddd
}

.xtfw-no-touchevents .xt_woovs-single-product .swatch.swatch-image:not(.xt_woovs-selected):not(.xt_woovs-disabled):hover .swatch-inner {
    box-shadow: inset 0 0 0 2px #c8c8c8
}

.xt_woovs-single-product .swatch.swatch-image.xt_woovs-selected .swatch-inner {
    box-shadow: inset 0 0 0 2px #000
}

.xt_woovs-swatches-wrap.xt_woovs-behavior-blur-cross .xt_woovs-swatches .swatch:not(.radio-swatch).xt_woovs-disabled {
    cursor: not-allowed;
    pointer-events: var(--xt-woovs-disabled-pointer-events)
}

.xt_woovs-swatches-wrap.xt_woovs-behavior-blur-cross .xt_woovs-swatches .swatch:not(.radio-swatch).xt_woovs-disabled.swatch-image .swatch-inner,
.xt_woovs-swatches-wrap.xt_woovs-behavior-blur-cross .xt_woovs-swatches .swatch:not(.radio-swatch).xt_woovs-disabled.swatch-color .swatch-inner,
.xt_woovs-swatches-wrap.xt_woovs-behavior-blur-cross .xt_woovs-swatches .swatch:not(.radio-swatch).xt_woovs-disabled.swatch-label {
    cursor: not-allowed;
    pointer-events: var(--xt-woovs-disabled-pointer-events);
    position: relative
}

.xtfw-no-touchevents .xt_woovs-swatches-wrap.xt_woovs-behavior-blur-cross .xt_woovs-swatches .swatch:not(.radio-swatch).xt_woovs-disabled.swatch-image .swatch-inner:hover,
.xtfw-no-touchevents .xt_woovs-swatches-wrap.xt_woovs-behavior-blur-cross .xt_woovs-swatches .swatch:not(.radio-swatch).xt_woovs-disabled.swatch-color .swatch-inner:hover,
.xtfw-no-touchevents .xt_woovs-swatches-wrap.xt_woovs-behavior-blur-cross .xt_woovs-swatches .swatch:not(.radio-swatch).xt_woovs-disabled.swatch-label:hover {
    position: relative;
    overflow: hidden
}

.xtfw-no-touchevents .xt_woovs-swatches-wrap.xt_woovs-behavior-blur-cross .xt_woovs-swatches .swatch:not(.radio-swatch).xt_woovs-disabled.swatch-image .swatch-inner:hover img,
.xtfw-no-touchevents .xt_woovs-swatches-wrap.xt_woovs-behavior-blur-cross .xt_woovs-swatches .swatch:not(.radio-swatch).xt_woovs-disabled.swatch-image .swatch-inner:hover span,
.xtfw-no-touchevents .xt_woovs-swatches-wrap.xt_woovs-behavior-blur-cross .xt_woovs-swatches .swatch:not(.radio-swatch).xt_woovs-disabled.swatch-color .swatch-inner:hover img,
.xtfw-no-touchevents .xt_woovs-swatches-wrap.xt_woovs-behavior-blur-cross .xt_woovs-swatches .swatch:not(.radio-swatch).xt_woovs-disabled.swatch-color .swatch-inner:hover span,
.xtfw-no-touchevents .xt_woovs-swatches-wrap.xt_woovs-behavior-blur-cross .xt_woovs-swatches .swatch:not(.radio-swatch).xt_woovs-disabled.swatch-label:hover img,
.xtfw-no-touchevents .xt_woovs-swatches-wrap.xt_woovs-behavior-blur-cross .xt_woovs-swatches .swatch:not(.radio-swatch).xt_woovs-disabled.swatch-label:hover span {
    opacity: .4
}

.xt_woovs-swatches-wrap.xt_woovs-behavior-blur-cross .xt_woovs-swatches .swatch:not(.radio-swatch).xt_woovs-disabled.swatch-image .swatch-inner img,
.xt_woovs-swatches-wrap.xt_woovs-behavior-blur-cross .xt_woovs-swatches .swatch:not(.radio-swatch).xt_woovs-disabled.swatch-image .swatch-inner span,
.xt_woovs-swatches-wrap.xt_woovs-behavior-blur-cross .xt_woovs-swatches .swatch:not(.radio-swatch).xt_woovs-disabled.swatch-color .swatch-inner img,
.xt_woovs-swatches-wrap.xt_woovs-behavior-blur-cross .xt_woovs-swatches .swatch:not(.radio-swatch).xt_woovs-disabled.swatch-color .swatch-inner span,
.xt_woovs-swatches-wrap.xt_woovs-behavior-blur-cross .xt_woovs-swatches .swatch:not(.radio-swatch).xt_woovs-disabled.swatch-label img,
.xt_woovs-swatches-wrap.xt_woovs-behavior-blur-cross .xt_woovs-swatches .swatch:not(.radio-swatch).xt_woovs-disabled.swatch-label span {
    opacity: .4
}

.xt_woovs-swatches-wrap.xt_woovs-behavior-blur-cross .xt_woovs-swatches .swatch:not(.radio-swatch).xt_woovs-disabled.swatch-image .swatch-inner:after,
.xt_woovs-swatches-wrap.xt_woovs-behavior-blur-cross .xt_woovs-swatches .swatch:not(.radio-swatch).xt_woovs-disabled.swatch-image .swatch-inner:before,
.xt_woovs-swatches-wrap.xt_woovs-behavior-blur-cross .xt_woovs-swatches .swatch:not(.radio-swatch).xt_woovs-disabled.swatch-color .swatch-inner:after,
.xt_woovs-swatches-wrap.xt_woovs-behavior-blur-cross .xt_woovs-swatches .swatch:not(.radio-swatch).xt_woovs-disabled.swatch-color .swatch-inner:before,
.xt_woovs-swatches-wrap.xt_woovs-behavior-blur-cross .xt_woovs-swatches .swatch:not(.radio-swatch).xt_woovs-disabled.swatch-label:after,
.xt_woovs-swatches-wrap.xt_woovs-behavior-blur-cross .xt_woovs-swatches .swatch:not(.radio-swatch).xt_woovs-disabled.swatch-label:before {
    position: absolute;
    content: " " !important;
    width: 100%;
    height: 1px;
    background: #000000 !important;
    left: 0;
    right: 0;
    bottom: 0;
    top: 50%;
    visibility: visible;
    opacity: 1;
    border: 0;
    margin: 0 !important;
    padding: 0 !important;
    min-width: auto;
    -webkit-transform-origin: center;
    transform-origin: center;
    z-index: 0;
    opacity: .7
}

.xt_woovs-swatches-wrap.xt_woovs-behavior-blur-cross .xt_woovs-swatches .swatch:not(.radio-swatch).xt_woovs-disabled.swatch-image .swatch-inner:after,
.xt_woovs-swatches-wrap.xt_woovs-behavior-blur-cross .xt_woovs-swatches .swatch:not(.radio-swatch).xt_woovs-disabled.swatch-image .swatch-inner:before,
.xt_woovs-swatches-wrap.xt_woovs-behavior-blur-cross .xt_woovs-swatches .swatch:not(.radio-swatch).xt_woovs-disabled.swatch-color .swatch-inner:after,
.xt_woovs-swatches-wrap.xt_woovs-behavior-blur-cross .xt_woovs-swatches .swatch:not(.radio-swatch).xt_woovs-disabled.swatch-color .swatch-inner:before,
.xt_woovs-swatches-wrap.xt_woovs-behavior-blur-cross .xt_woovs-swatches .swatch:not(.radio-swatch).xt_woovs-disabled.swatch-label:after,
.xt_woovs-swatches-wrap.xt_woovs-behavior-blur-cross .xt_woovs-swatches .swatch:not(.radio-swatch).xt_woovs-disabled.swatch-label:before {
    background: #000000 !important;
    background-color: #000000 !important;
}
.xtfw-no-touchevents .xt_woovs-swatches-wrap.xt_woovs-behavior-blur-cross .xt_woovs-swatches .swatch:not(.radio-swatch).xt_woovs-disabled.swatch-image .swatch-inner:hover:after,
.xtfw-no-touchevents .xt_woovs-swatches-wrap.xt_woovs-behavior-blur-cross .xt_woovs-swatches .swatch:not(.radio-swatch).xt_woovs-disabled.swatch-image .swatch-inner:hover:before,
.xtfw-no-touchevents .xt_woovs-swatches-wrap.xt_woovs-behavior-blur-cross .xt_woovs-swatches .swatch:not(.radio-swatch).xt_woovs-disabled.swatch-color .swatch-inner:hover:after,
.xtfw-no-touchevents .xt_woovs-swatches-wrap.xt_woovs-behavior-blur-cross .xt_woovs-swatches .swatch:not(.radio-swatch).xt_woovs-disabled.swatch-color .swatch-inner:hover:before,
.xtfw-no-touchevents .xt_woovs-swatches-wrap.xt_woovs-behavior-blur-cross .xt_woovs-swatches .swatch:not(.radio-swatch).xt_woovs-disabled.swatch-label:hover:after,
.xtfw-no-touchevents .xt_woovs-swatches-wrap.xt_woovs-behavior-blur-cross .xt_woovs-swatches .swatch:not(.radio-swatch).xt_woovs-disabled.swatch-label:hover:before {
    position: absolute;
    content: " " !important;
    width: 100%;
    height: 1px;
    background: #000000 !important;
    left: 0;
    right: 0;
    bottom: 0;
    top: 50%;
    visibility: visible;
    opacity: 1;
    border: 0;
    margin: 0 !important;
    padding: 0 !important;
    min-width: auto;
    -webkit-transform-origin: center;
    transform-origin: center;
    z-index: 0
}

.xt_woovs-swatches-wrap.xt_woovs-behavior-blur-cross .xt_woovs-swatches .swatch:not(.radio-swatch).xt_woovs-disabled.swatch-image .swatch-inner:before,
.xtfw-no-touchevents .xt_woovs-swatches-wrap.xt_woovs-behavior-blur-cross .xt_woovs-swatches .swatch:not(.radio-swatch).xt_woovs-disabled.swatch-image .swatch-inner:hover:before,
.xt_woovs-swatches-wrap.xt_woovs-behavior-blur-cross .xt_woovs-swatches .swatch:not(.radio-swatch).xt_woovs-disabled.swatch-color .swatch-inner:before,
.xtfw-no-touchevents .xt_woovs-swatches-wrap.xt_woovs-behavior-blur-cross .xt_woovs-swatches .swatch:not(.radio-swatch).xt_woovs-disabled.swatch-color .swatch-inner:hover:before,
.xt_woovs-swatches-wrap.xt_woovs-behavior-blur-cross .xt_woovs-swatches .swatch:not(.radio-swatch).xt_woovs-disabled.swatch-label:before,
.xtfw-no-touchevents .xt_woovs-swatches-wrap.xt_woovs-behavior-blur-cross .xt_woovs-swatches .swatch:not(.radio-swatch).xt_woovs-disabled.swatch-label:hover:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.xt_woovs-swatches-wrap.xt_woovs-behavior-blur-cross .xt_woovs-swatches .swatch:not(.radio-swatch).xt_woovs-disabled.swatch-image .swatch-inner:after,
.xtfw-no-touchevents .xt_woovs-swatches-wrap.xt_woovs-behavior-blur-cross .xt_woovs-swatches .swatch:not(.radio-swatch).xt_woovs-disabled.swatch-image .swatch-inner:hover:after,
.xt_woovs-swatches-wrap.xt_woovs-behavior-blur-cross .xt_woovs-swatches .swatch:not(.radio-swatch).xt_woovs-disabled.swatch-color .swatch-inner:after,
.xtfw-no-touchevents .xt_woovs-swatches-wrap.xt_woovs-behavior-blur-cross .xt_woovs-swatches .swatch:not(.radio-swatch).xt_woovs-disabled.swatch-color .swatch-inner:hover:after,
.xt_woovs-swatches-wrap.xt_woovs-behavior-blur-cross .xt_woovs-swatches .swatch:not(.radio-swatch).xt_woovs-disabled.swatch-label:after,
.xtfw-no-touchevents .xt_woovs-swatches-wrap.xt_woovs-behavior-blur-cross .xt_woovs-swatches .swatch:not(.radio-swatch).xt_woovs-disabled.swatch-label:hover:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.xtfw-no-touchevents .xt_woovs-swatches-wrap.xt_woovs-behavior-blur-cross .xt_woovs-swatches .radio-swatch.xt_woovs-disabled:hover input,
.xtfw-no-touchevents .xt_woovs-swatches-wrap.xt_woovs-behavior-blur-cross .xt_woovs-swatches .radio-swatch.xt_woovs-disabled:hover label {
    cursor: not-allowed;
    text-decoration: line-through;
    opacity: .4
}

.xt_woovs-swatches-wrap.xt_woovs-behavior-blur-cross .xt_woovs-swatches .radio-swatch.xt_woovs-disabled input,
.xt_woovs-swatches-wrap.xt_woovs-behavior-blur-cross .xt_woovs-swatches .radio-swatch.xt_woovs-disabled label {
    cursor: not-allowed;
    text-decoration: line-through;
    opacity: .4
}

.xt_woovs-swatches-wrap.xt_woovs-behavior-blur-cross .xt_woovs-swatches .radio-swatch.xt_woovs-disabled:after,
.xt_woovs-swatches-wrap.xt_woovs-behavior-blur-cross .xt_woovs-swatches .radio-swatch.xt_woovs-disabled:before {
    display: none
}

.xt_woovs-swatches-wrap.xt_woovs-behavior-blur-cross .xt_woovs-swatches .radio-swatch.xt_woovs-disabled:hover:after,
.xt_woovs-swatches-wrap.xt_woovs-behavior-blur-cross .xt_woovs-swatches .radio-swatch.xt_woovs-disabled:hover:before {
    display: none
}

.xt_woovs-swatches-wrap.xt_woovs-behavior-blur .xt_woovs-swatches .swatch:not(.radio-swatch).xt_woovs-disabled {
    pointer-events: var(--xt-woovs-disabled-pointer-events);
    position: relative;
    overflow: hidden
}

.xtfw-no-touchevents .xt_woovs-swatches-wrap.xt_woovs-behavior-blur .xt_woovs-swatches .swatch:not(.radio-swatch).xt_woovs-disabled:hover {
    pointer-events: var(--xt-woovs-disabled-pointer-events);
    position: relative;
    overflow: hidden
}

.xtfw-no-touchevents .xt_woovs-swatches-wrap.xt_woovs-behavior-blur .xt_woovs-swatches .swatch:not(.radio-swatch).xt_woovs-disabled:hover img,
.xtfw-no-touchevents .xt_woovs-swatches-wrap.xt_woovs-behavior-blur .xt_woovs-swatches .swatch:not(.radio-swatch).xt_woovs-disabled:hover span {
    opacity: .4
}

.xt_woovs-swatches-wrap.xt_woovs-behavior-blur .xt_woovs-swatches .swatch:not(.radio-swatch).xt_woovs-disabled img,
.xt_woovs-swatches-wrap.xt_woovs-behavior-blur .xt_woovs-swatches .swatch:not(.radio-swatch).xt_woovs-disabled span {
    opacity: .4
}

.xt_woovs-swatches-wrap.xt_woovs-behavior-blur .xt_woovs-swatches .radio-swatch.xt_woovs-disabled {
    overflow: hidden;
    pointer-events: var(--xt-woovs-disabled-pointer-events)
}

.xtfw-no-touchevents .xt_woovs-swatches-wrap.xt_woovs-behavior-blur .xt_woovs-swatches .radio-swatch.xt_woovs-disabled:hover {
    overflow: hidden
}

.xtfw-no-touchevents .xt_woovs-swatches-wrap.xt_woovs-behavior-blur .xt_woovs-swatches .radio-swatch.xt_woovs-disabled:hover input,
.xtfw-no-touchevents .xt_woovs-swatches-wrap.xt_woovs-behavior-blur .xt_woovs-swatches .radio-swatch.xt_woovs-disabled:hover label {
    pointer-events: var(--xt-woovs-disabled-pointer-events);
    opacity: .4
}

.xt_woovs-swatches-wrap.xt_woovs-behavior-blur .xt_woovs-swatches .radio-swatch.xt_woovs-disabled input,
.xt_woovs-swatches-wrap.xt_woovs-behavior-blur .xt_woovs-swatches .radio-swatch.xt_woovs-disabled label {
    pointer-events: var(--xt-woovs-disabled-pointer-events);
    opacity: .4
}

.xt_woovs-swatches-wrap.xt_woovs-behavior-hide .xt_woovs-swatches .swatch.xt_woovs-disabled {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center;
    transform-origin: center;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important
}

.xt_woovs-swatches-wrap.xt_woovs-behavior-hide .xt_woovs-swatches .swatch.xt_woovs-disabled.radio-swatch {
    width: auto !important
}

.xt_woovs-tooltip {
    pointer-events: none;
    display: none;
    position: absolute;
    background-color: #161616;
    border-radius: 5px;
    padding: 8px 12px;
    color: #fff;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 9999999;
    left: 50%;
    text-transform: capitalize;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.xt_woovs-tooltip.tooltip-image {
    padding: 0;
    border-width: 1px;
    border-style: solid;
    border-color: #161616
}

.xt_woovs-tooltip:after {
    top: calc(100% - 1px);
    left: 50%;
    border: 7px solid transparent;
    border-top-color: #161616;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    margin-left: -7px
}

/*# sourceMappingURL=frontend.css.map */