.variations .product-vars .wvs_ajax_add_to_cart,
.variations .product-vars .added_to_cart{
    display: none;
}

.product-vars .matat_wvs_mod_pa_color >li.selected{
    border: 1px solid #000000;
}

/*
For appearance of the color swatches
*/
.woo-variation-swatches .product-item .wvs-archive-variation-wrapper .variations .woo-variation-items-wrapper {
    margin: 0;
}

.product-item .product-vars .product-vars-inner {
    background: rgba(255,255,255,.9);
    max-width: none;
    padding: 8px 0 0;
}

body.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover,
body.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
body.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
    background: transparent !important;
}

body.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item {
    border-radius: 0;
}

body.woo-variation-swatches .variable-items-wrapper.button-variable-wrapper {
    max-width: 160px;
    display: block;
    margin: 0 auto !important;
}

body.woo-variation-swatches .variable-items-wrapper.button-variable-wrapper .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

body.woo-variation-swatches .variable-items-wrapper.button-variable-wrapper .slick-track:before,
body.woo-variation-swatches .variable-items-wrapper.button-variable-wrapper .slick-track::after {
    display: none;
}

body.woo-variation-swatches .variation_msize .variable-items-wrapper.button-variable-wrapper {
    max-width: 10rem;
}

body.woo-variation-swatches .single-product-detail .variable-items-wrapper.button-variable-wrapper {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

body.woo-variation-swatches .variable-items-wrapper li.variable-item:not(.radio-variable-item).button-variable-item .variable-item-contents:after {
    display: none;
}

body.woo-variation-swatches.wvs-behavior-blur .variable-item:not(.radio-variable-item).disabled,
body.woo-variation-swatches.wvs-behavior-blur .variable-item:not(.radio-variable-item).vibez-no-stock,
body.woo-variation-swatches.wvs-behavior-blur .variable-item:not(.radio-variable-item).oos {
    border-color: #b2b2b2;
}

body.woo-variation-swatches .product-item .wvs-archive-variation-wrapper .variations .woo-variation-items-wrapper > label {
    display: none;
    font-size: 15px;
    line-height: 21px;
}

body.woo-variation-swatches.wvs-behavior-blur .variable-item:not(.radio-variable-item).disabled .variable-item-contents:before,
body.woo-variation-swatches.wvs-behavior-blur .variable-item:not(.radio-variable-item).vibez-no-stock .variable-item-contents:before,
body.woo-variation-swatches.wvs-behavior-blur .variable-item:not(.radio-variable-item).vibez-no-stock .variable-item-contents:after,
body.woo-variation-swatches.wvs-behavior-blur .variable-item:not(.radio-variable-item).oos .variable-item-contents:before,
body.woo-variation-swatches.wvs-behavior-blur .variable-item:not(.radio-variable-item).oos .variable-item-contents:after {
    display: none !important;
}

body.woo-variation-swatches.rtl .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    box-shadow: none !important;
}

/*body.woo-variation-swatches.rtl .variable-items-wrapper .variable-item:not(.radio-variable-item).selected .variable-item-image,*/

/*body.woo-variation-swatches.rtl .variable-items-wrapper .variable-item:not(.radio-variable-item):hover .variable-item-image{*/
/*    box-shadow: 0 0 0 1px #000 !important;*/
/*}*/

body.woo-variation-swatches.rtl .variable-items-wrapper .variable-item.button-variable-item:not(.radio-variable-item) {
    box-shadow: none !important;
    margin: 2px 0;
    padding: 0 2px;
}

body.woo-variation-swatches.rtl .variable-items-wrapper .variable-item.button-variable-item:not(.radio-variable-item).selected .variable-item-span::before {
    opacity: 1;
    visibility: visible;
}

body.woo-variation-swatches.rtl .variable-items-wrapper .variable-item.button-variable-item:not(.radio-variable-item) .variable-item-span {
    padding: 0;
    font-size: 13px;
    line-height: 22px;
    height: 23px;
    width: 100%;
    text-align: center;
    padding: 0 .1875rem;
    white-space: nowrap;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

body.woo-variation-swatches.rtl .variable-items-wrapper .variable-item.button-variable-item:not(.radio-variable-item) .variable-item-span::before {
    position: absolute;
    top: -1px;
    left: -1px;
    height: calc(100% + 2px);
    width: calc(100% + 2px);
    content: "";
}

body.woo-variation-swatches.rtl .variable-items-wrapper .variable-item.button-variable-item:not(.radio-variable-item).selected .variable-item-span {
    font-weight: 700;
}

body.woo-variation-swatches.rtl .variable-items-wrapper .variable-item.button-variable-item:not(.radio-variable-item) .variable-item-span {
    position: relative;
}

body.woo-variation-swatches.rtl .variable-items-wrapper .variable-item.button-variable-item.disabled:not(.radio-variable-item) .variable-item-span::after {
    content: "";
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(bottom right, transparent calc(50% - 1px), black, transparent calc(50% + 1px));
    background: linear-gradient(to top left, transparent calc(50% - 1px), black, transparent calc(50% + 1px));
    height: 100%;
    width: 100%;
    position: absolute;
}

body.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).no-stock .variable-item-contents:before {
    display: none !important;
}

body.woo-variation-swatches.wvs-behavior-blur .variable-item:not(.radio-variable-item).disabled .variable-item-contents:after,
body.woo-variation-swatches.wvs-behavior-blur .variable-item:not(.radio-variable-item).vibez-no-stock .variable-item-contents:after,
body.woo-variation-swatches.wvs-behavior-blur .variable-item:not(.radio-variable-item).no-stock .variable-item-contents:after,
body.woo-variation-swatches.wvs-behavior-blur .variable-item:not(.radio-variable-item).oos .variable-item-contents:after {
    display: none;
}

body.woo-variation-swatches.wvs-behavior-blur .color-variable-items-wrapper .variable-item:not(.radio-variable-item).disabled .variable-item-contents .variable-item-span::before,
body.woo-variation-swatches.wvs-behavior-blur .color-variable-items-wrapper .variable-item:not(.radio-variable-item).vibez-no-stock .variable-item-contents .variable-item-span::before,
body.woo-variation-swatches.wvs-behavior-blur .color-variable-items-wrapper .variable-item:not(.radio-variable-item).no-stock .variable-item-contents .variable-item-span::before,
body.woo-variation-swatches.wvs-behavior-blur .color-variable-items-wrapper .variable-item:not(.radio-variable-item).oos .variable-item-contents .variable-item-span::before {
    content: "";
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(bottom right, transparent calc(50% - 1px), black, transparent calc(50% + 1px));
    background: linear-gradient(to top left, transparent calc(50% - 1px), black, transparent calc(50% + 1px));
    height: 100%;
    width: 100%;
    position: absolute;
}

body.woo-variation-swatches.wvs-behavior-blur .variable-item.color-variable-item:not(.radio-variable-item).disabled .variable-item-contents .variable-item-span,
body.woo-variation-swatches.wvs-behavior-blur .variable-item.color-variable-item:not(.radio-variable-item).vibez-no-stock .variable-item-contents .variable-item-span,
body.woo-variation-swatches.wvs-behavior-blur .variable-item.color-variable-item:not(.radio-variable-item).no-stock .variable-item-contents .variable-item-span,
body.woo-variation-swatches.wvs-behavior-blur .variable-item.color-variable-item:not(.radio-variable-item).oos .variable-item-contents .variable-item-span {
    position: relative;
    width: 100%;
    height: 100%;
}

body.woo-variation-swatches.wvs-behavior-blur .variable-item.color-variable-item:not(.radio-variable-item).disabled .variable-item-contents .variable-item-span::before,
body.woo-variation-swatches.wvs-behavior-blur .variable-item.color-variable-item:not(.radio-variable-item).vibez-no-stock .variable-item-contents .variable-item-span::before,
body.woo-variation-swatches.wvs-behavior-blur .variable-item.color-variable-item:not(.radio-variable-item).no-stock .variable-item-contents .variable-item-span::before,
body.woo-variation-swatches.wvs-behavior-blur .variable-item.color-variable-item:not(.radio-variable-item).oos .variable-item-contents .variable-item-span::before {
    top: 2px;
    left: 2px;
    height: calc(100% - 4px);
    width: calc(100% - 4px);
    background: -webkit-linear-gradient(bottom right, transparent calc(50% - 1px), black, transparent calc(50% + 1px));
    background: linear-gradient(to top left, transparent calc(50% - 1px), black, transparent calc(50% + 1px));
}

body.woo-variation-swatches.wvs-behavior-blur .variable-item.color-variable-item:not(.radio-variable-item).disabled .variable-item-contents .variable-item-span[style="background-color:#000000;"]::before,
body.woo-variation-swatches.wvs-behavior-blur .variable-item.color-variable-item:not(.radio-variable-item).vibez-no-stock .variable-item-contents .variable-item-span[style="background-color:#000000;"]::before,
body.woo-variation-swatches.wvs-behavior-blur .variable-item.color-variable-item:not(.radio-variable-item).no-stock .variable-item-contents .variable-item-span[style="background-color:#000000;"]::before,
body.woo-variation-swatches.wvs-behavior-blur .variable-item.color-variable-item:not(.radio-variable-item).oos .variable-item-contents .variable-item-span[style="background-color:#000000;"]::before {
    background: -webkit-linear-gradient(bottom right, transparent calc(50% - 1px), red, transparent calc(50% + 1px));
    background: linear-gradient(to top left, transparent calc(50% - 1px), red, transparent calc(50% + 1px));
}

body.woo-variation-swatches.wvs-behavior-blur .variable-item.color-variable-item:not(.radio-variable-item).disabled.selected .variable-item-contents .variable-item-span::before,
body.woo-variation-swatches.wvs-behavior-blur .variable-item.color-variable-item:not(.radio-variable-item).vibez-no-stock.selected .variable-item-contents .variable-item-span::before,
body.woo-variation-swatches.wvs-behavior-blur .variable-item.color-variable-item:not(.radio-variable-item).oos.selected .variable-item-contents .variable-item-span::before {
    opacity: 1;
    visibility: visible;
}

.woo-variation-swatches.wvs-behavior-blur .variable-item:not(.radio-variable-item).vibez-no-stock .variable-item-contents,
.woo-variation-swatches.wvs-behavior-blur .variable-item:not(.radio-variable-item).vibez-no-stock.selected .variable-item-contents,
.woo-variation-swatches.wvs-behavior-blur .variable-item:not(.radio-variable-item).vibez-no-stock.selected:hover .variable-item-contents,
.woo-variation-swatches.wvs-behavior-blur .variable-item:not(.radio-variable-item).vibez-no-stock.selected:hover img,
.woo-variation-swatches.wvs-behavior-blur .variable-item:not(.radio-variable-item).vibez-no-stock.selected:hover span,
.woo-variation-swatches.wvs-behavior-blur .variable-item:not(.radio-variable-item).vibez-no-stock.selected img,
.woo-variation-swatches.wvs-behavior-blur .variable-item:not(.radio-variable-item).vibez-no-stock.selected span,
.woo-variation-swatches.wvs-behavior-blur .variable-item:not(.radio-variable-item).oos.selected .variable-item-contents,
.woo-variation-swatches.wvs-behavior-blur .variable-item:not(.radio-variable-item).oos.selected:hover .variable-item-contents,
.woo-variation-swatches.wvs-behavior-blur .variable-item:not(.radio-variable-item).oos.selected:hover img,
.woo-variation-swatches.wvs-behavior-blur .variable-item:not(.radio-variable-item).oos.selected:hover span,
.woo-variation-swatches.wvs-behavior-blur .variable-item:not(.radio-variable-item).oos.selected img,
.woo-variation-swatches.wvs-behavior-blur .variable-item:not(.radio-variable-item).oos.selected span {
    opacity: .6 !important;
}

.woo-variation-swatches.wvs-behavior-blur .variable-item.button-variable-item:not(.radio-variable-item).vibez-no-stock.selected .variable-item-contents,
.woo-variation-swatches.wvs-behavior-blur .variable-item.button-variable-item:not(.radio-variable-item).vibez-no-stock.selected:hover .variable-item-contents,
.woo-variation-swatches.wvs-behavior-blur .variable-item.button-variable-item:not(.radio-variable-item).vibez-no-stock.selected:hover img,
.woo-variation-swatches.wvs-behavior-blur .variable-item.button-variable-item:not(.radio-variable-item).vibez-no-stock.selected:hover span,
.woo-variation-swatches.wvs-behavior-blur .variable-item.button-variable-item:not(.radio-variable-item).vibez-no-stock.selected img,
.woo-variation-swatches.wvs-behavior-blur .variable-item.button-variable-item:not(.radio-variable-item).vibez-no-stock.selected span,
.woo-variation-swatches.wvs-behavior-blur .variable-item.button-variable-item:not(.radio-variable-item).oos.selected .variable-item-contents,
.woo-variation-swatches.wvs-behavior-blur .variable-item.button-variable-item:not(.radio-variable-item).oos.selected:hover .variable-item-contents,
.woo-variation-swatches.wvs-behavior-blur .variable-item.button-variable-item:not(.radio-variable-item).oos.selected:hover img,
.woo-variation-swatches.wvs-behavior-blur .variable-item.button-variable-item:not(.radio-variable-item).oos.selected:hover span,
.woo-variation-swatches.wvs-behavior-blur .variable-item.button-variable-item:not(.radio-variable-item).oos.selected img,
.woo-variation-swatches.wvs-behavior-blur .variable-item.button-variable-item:not(.radio-variable-item).oos.selected span {
    opacity: 1 !important;
}

.woo-variation-swatches .single-product-summary .variable-items-wrapper li.variable-item:not(.radio-variable-item).button-variable-item .variable-item-span,
.woo-variation-swatches .single-product-summary .variable-items-wrapper li.variable-item:not(.radio-variable-item).button-variable-item .variable-item-span {
    border: none !important;
    border-radius: 0;
}

body.woo-variation-swatches .single-product-summary .variable-items-wrapper li.variable-item:not(.radio-variable-item).button-variable-item.selected .variable-item-span,
body.woo-variation-swatches .single-product-summary .variable-items-wrapper li.variable-item:not(.radio-variable-item).button-variable-item:hover .variable-item-span {
    background: none !important;
    color: #000 !important;
    box-shadow: none !important;
}

body.woo-variation-swatches .single-product-summary .variable-items-wrapper li.variable-item:not(.radio-variable-item).button-variable-item.selected .variable-item-span {
    font-weight: 700;
}

.quick_add_loader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999999;
    background: rgba(255, 255, 255, .6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s ease opacity, .3s ease visibility;
    transition: .3s ease opacity, .3s ease visibility;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
}

.quick_add_loading .quick_add_loader {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.woo-variation-swatches .product-item .wvs-archive-variation-wrapper .variations,
.woo-variation-swatches.wvs-archive-align-center .product-item .wvs-archive-variation-wrapper .variations {
    text-align: right;
}

.woo-variation-swatches .product-item .wvs-archive-variation-wrapper .variations .product-detail *,
.woo-variation-swatches.wvs-archive-align-center .product-item .wvs-archive-variation-wrapper .variations .product-detail * {
    text-align: inherit;
}

.product-item .product-img {
    position: relative;
}

.product-item .product-detail {
    position: relative;
}

.woo-variation-swatches .product-item .wvs-archive-variation-wrapper .variations .woo-variation-items-wrapper {
    margin: 0;
}

.product-item .product-vars {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    -webkit-transition: .25s ease opacity, .25s ease visibility;
    transition: .25s ease opacity, .25s ease visibility;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.product-item .product-vars .product-vars-inner {
    background: #fff;
    max-width: 14.6875rem;
    margin: auto;
    width: 100%;
    position: relative;
}

.product-item .product-vars .quick-close {
    top: .8125rem;
    right: .6875rem;
    line-height: 1;
    font-size: .5625rem;
    z-index: 13;
}

.product-item .product-vars a.variation-title {
    text-decoration: underline;
    margin: 0 15%;
}

.product-item .product-vars a.variation-title:hover {
    text-decoration: none;
}

.product-item .product-vars .variation-title {
    font-size: .75rem;
    line-height: 1.25;
    padding: .8125rem;
}

body.woo-variation-swatches .product-item .product-vars .variable-items-wrapper.button-variable-wrapper {
    max-width: none;
}

body.woo-variation-swatches.rtl .product-item .product-vars .variable-items-wrapper .variable-item.button-variable-item:not(.radio-variable-item) {
    margin: 0;
    padding: .625rem;
    width: auto;
    height: auto;
    border-radius: 0;
    border: none;
    box-shadow: none !important;
    background: none !important;
}

body.woo-variation-swatches.rtl .product-item .product-vars .variable-items-wrapper .variable-item.button-variable-item:not(.radio-variable-item).selected .variable-item-span:after,
body.woo-variation-swatches.rtl .product-item .product-vars .variable-items-wrapper .variable-item.button-variable-item:not(.radio-variable-item):hover .variable-item-span:after {
    opacity: 1;
}

body.woo-variation-swatches.rtl .product-item .product-vars .variable-items-wrapper .variable-item.button-variable-item:not(.radio-variable-item).disabled .variable-item-contents:before,
body.woo-variation-swatches.rtl .product-item .product-vars .variable-items-wrapper .variable-item.button-variable-item:not(.radio-variable-item).disabled .variable-item-contents:after {
    display: none !important;
}

body.woo-variation-swatches.rtl .product-item .product-vars .variable-items-wrapper .variable-item.button-variable-item:not(.radio-variable-item):before,
body.woo-variation-swatches.rtl .product-item .product-vars .variable-items-wrapper .variable-item.button-variable-item:not(.radio-variable-item):after {
    display: none;
}

body.woo-variation-swatches.rtl .product-item .product-vars .variable-items-wrapper .variable-item.button-variable-item:not(.radio-variable-item) .variable-item-span {
    width: auto;
    height: auto;
    padding: 0;
    max-width: none;
    font-size: .75rem;
    line-height: 1.25;
    border-radius: 0;
    box-shadow: none !important;
    background: none !important;
    position: relative;
}

body.woo-variation-swatches.rtl .product-item .product-vars .variable-items-wrapper .variable-item.button-variable-item:not(.radio-variable-item) .variable-item-span:before {
    width: 15px;
    height: 15px;
}

body.woo-variation-swatches.rtl .product-item .product-vars .variable-items-wrapper .variable-item.button-variable-item:not(.radio-variable-item) .variable-item-span:after {
    border-radius: 0;
    height: 1px;
    width: 100%;
    background: #000;
    top: auto;
    bottom: 0;
    content: "";
    position: absolute;
    left: 0;
    opacity: 0;
    -webkit-transition: .1s ease opacity;
    transition: .1s ease opacity;
}

.product-item a {
    color: #000;
    text-decoration: none;
}

.product-item a.btn-icon-var {
    position: absolute;
    top: -.125rem;
    left: 0;
    background: #fff;
    font-size: .875rem;
    z-index: 9;
    width: .875rem;
}

.woo-variation-swatches .product-item .product-detail .woo-variation-items-wrapper,
.woo-variation-swatches
.product-item .product-detail > div:not(.product-title) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.product-item .product-detail .woo-variation-items-wrapper .variable-items-wrapper.color-variable-items-wrapper.all_color_active ~ .btn_more_color,
.product-item .product-detail .woo-variation-items-wrapper .variable-items-wrapper.image-variable-items-wrapper.all_color_active ~ .btn_more_color,
.product-item .product-detail > div .variable-items-wrapper.color-variable-items-wrapper.all_color_active ~ .btn_more_color,
.product-item .product-detail > div .variable-items-wrapper.image-variable-items-wrapper.all_color_active ~ .btn_more_color {
    display: none !important;
}

.woo-variation-swatches .product-item .product-detail .woo-variation-items-wrapper .variable-items-wrapper.color-variable-items-wrapper.all_color_active .variable-item:nth-child(4) ~ li,
.woo-variation-swatches
.product-item .product-detail .woo-variation-items-wrapper .variable-items-wrapper.image-variable-items-wrapper.all_color_active .variable-item:nth-child(4) ~ li,
.woo-variation-swatches
.product-item .product-detail > div .variable-items-wrapper.color-variable-items-wrapper.all_color_active .variable-item:nth-child(4) ~ li,
.woo-variation-swatches
.product-item .product-detail > div .variable-items-wrapper.image-variable-items-wrapper.all_color_active .variable-item:nth-child(4) ~ li {
    display: block;
}

.product-item .product-detail .woo-variation-items-wrapper .variable-items-wrapper.color-variable-items-wrapper .variable-item.disabled .variable-item-contents,
.product-item .product-detail .woo-variation-items-wrapper .variable-items-wrapper.image-variable-items-wrapper .variable-item.disabled .variable-item-contents,
.product-item .product-detail > div .variable-items-wrapper.color-variable-items-wrapper .variable-item.disabled .variable-item-contents,
.product-item .product-detail > div .variable-items-wrapper.image-variable-items-wrapper .variable-item.disabled .variable-item-contents {
    opacity: 1;
}

.product-item .product-detail .woo-variation-items-wrapper .variable-items-wrapper.color-variable-items-wrapper .variable-item.disabled .variable-item-contents:before,
.product-item .product-detail .woo-variation-items-wrapper .variable-items-wrapper.image-variable-items-wrapper .variable-item.disabled .variable-item-contents:before,
.product-item .product-detail > div .variable-items-wrapper.color-variable-items-wrapper .variable-item.disabled .variable-item-contents:before,
.product-item .product-detail > div .variable-items-wrapper.image-variable-items-wrapper .variable-item.disabled .variable-item-contents:before {
    display: none !important;
}

.woo-variation-swatches .product-item .product-detail .woo-variation-items-wrapper .variable-items-wrapper.color-variable-items-wrapper .variable-item.disabled .variable-item-contents:after,
.woo-variation-swatches
  .product-item .product-detail .woo-variation-items-wrapper .variable-items-wrapper.image-variable-items-wrapper .variable-item.disabled .variable-item-contents:after,
.woo-variation-swatches
  .product-item .product-detail > div .variable-items-wrapper.color-variable-items-wrapper .variable-item.disabled .variable-item-contents:after,
.woo-variation-swatches
  .product-item .product-detail > div .variable-items-wrapper.image-variable-items-wrapper .variable-item.disabled .variable-item-contents:after {
    display: block !important;
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    height: calc(100% - 4px);
    width: calc(100% - 4px);
    margin: 0 !important;
    background: -webkit-linear-gradient(bottom right, transparent calc(50% - 1px), #5a7e64, transparent calc(50% + 1px)) !important;
    background: linear-gradient(to top left, transparent calc(50% - 1px), #5a7e64, transparent calc(50% + 1px)) !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    right: auto !important;
    z-index: 9;
}

.product-item .product-detail .woo-variation-items-wrapper .variable-items-wrapper.color-variable-items-wrapper .variable-item.disabled .variable-item-contents .variable-item-span,
.product-item .product-detail .woo-variation-items-wrapper .variable-items-wrapper.image-variable-items-wrapper .variable-item.disabled .variable-item-contents .variable-item-span,
.product-item .product-detail > div .variable-items-wrapper.color-variable-items-wrapper .variable-item.disabled .variable-item-contents .variable-item-span,
.product-item .product-detail > div .variable-items-wrapper.image-variable-items-wrapper .variable-item.disabled .variable-item-contents .variable-item-span {
    opacity: .3;
}

.product-item .product-detail .woo-variation-items-wrapper .variable-items-wrapper.color-variable-items-wrapper .variable-item.disabled .variable-item-contents .variable-item-span:before,
.product-item .product-detail .woo-variation-items-wrapper .variable-items-wrapper.image-variable-items-wrapper .variable-item.disabled .variable-item-contents .variable-item-span:before,
.product-item .product-detail > div .variable-items-wrapper.color-variable-items-wrapper .variable-item.disabled .variable-item-contents .variable-item-span:before,
.product-item .product-detail > div .variable-items-wrapper.image-variable-items-wrapper .variable-item.disabled .variable-item-contents .variable-item-span:before {
    display: none !important;
}

.woo-variation-swatches .product-item .product-detail .woo-variation-items-wrapper .variable-items-wrapper.color-variable-items-wrapper .variable-item,
.woo-variation-swatches
.product-item .product-detail .woo-variation-items-wrapper .variable-items-wrapper.image-variable-items-wrapper .variable-item,
.woo-variation-swatches
.product-item .product-detail > div .variable-items-wrapper.color-variable-items-wrapper .variable-item,
.woo-variation-swatches
.product-item .product-detail > div .variable-items-wrapper.image-variable-items-wrapper .variable-item {
    width: 19px;
    height: 19px;
    padding: 2px;
    border-radius: 50%;
    margin: 0 0 10px 10px;
    cursor: pointer;
    position: relative;
}

.woo-variation-swatches .product-item .product-detail .woo-variation-items-wrapper .variable-items-wrapper.color-variable-items-wrapper .variable-item .variable-item-contents,
.woo-variation-swatches
  .product-item .product-detail .woo-variation-items-wrapper .variable-items-wrapper.image-variable-items-wrapper .variable-item .variable-item-contents,
.woo-variation-swatches
  .product-item .product-detail > div .variable-items-wrapper.color-variable-items-wrapper .variable-item .variable-item-contents,
.woo-variation-swatches
  .product-item .product-detail > div .variable-items-wrapper.image-variable-items-wrapper .variable-item .variable-item-contents {
    display: block;
    position: relative;
}

.woo-variation-swatches .product-item .product-detail .woo-variation-items-wrapper .variable-items-wrapper.color-variable-items-wrapper .variable-item:nth-child(4) ~ li,
.woo-variation-swatches
  .product-item .product-detail .woo-variation-items-wrapper .variable-items-wrapper.image-variable-items-wrapper .variable-item:nth-child(4) ~ li,
.woo-variation-swatches
  .product-item .product-detail > div .variable-items-wrapper.color-variable-items-wrapper .variable-item:nth-child(4) ~ li,
.woo-variation-swatches
  .product-item .product-detail > div .variable-items-wrapper.image-variable-items-wrapper .variable-item:nth-child(4) ~ li {
    display: none;
} 

.woo-variation-swatches .product-item .product-detail .woo-variation-items-wrapper .variable-items-wrapper.color-variable-items-wrapper .variable-item .variable-item-span,
.woo-variation-swatches
  .product-item .product-detail .woo-variation-items-wrapper .variable-items-wrapper.image-variable-items-wrapper .variable-item .variable-item-span,
.woo-variation-swatches
  .product-item .product-detail > div .variable-items-wrapper.color-variable-items-wrapper .variable-item .variable-item-span,
.woo-variation-swatches
  .product-item .product-detail > div .variable-items-wrapper.image-variable-items-wrapper .variable-item .variable-item-span {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: auto;
    height: auto;
    box-shadow: 0 0 0 1px #f6f6f6 !important;
    font-size: 0;
    padding: 0;
}

.woo-variation-swatches .product-item .product-detail .woo-variation-items-wrapper .variable-items-wrapper.color-variable-items-wrapper .variable-item img,
.woo-variation-swatches
  .product-item .product-detail .woo-variation-items-wrapper .variable-items-wrapper.image-variable-items-wrapper .variable-item img,
.woo-variation-swatches
  .product-item .product-detail > div .variable-items-wrapper.color-variable-items-wrapper .variable-item img,
.woo-variation-swatches
  .product-item .product-detail > div .variable-items-wrapper.image-variable-items-wrapper .variable-item img {
    display: block;
}

.product-item .product-detail .woo-variation-items-wrapper .variable-items-wrapper.color-variable-items-wrapper .variable-item:not(.radio-variable-item):hover,
.product-item .product-detail .woo-variation-items-wrapper .variable-items-wrapper.color-variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
.product-item .product-detail .woo-variation-items-wrapper .variable-items-wrapper.color-variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover,
.product-item .product-detail .woo-variation-items-wrapper .variable-items-wrapper.image-variable-items-wrapper .variable-item:not(.radio-variable-item):hover,
.product-item .product-detail .woo-variation-items-wrapper .variable-items-wrapper.image-variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
.product-item .product-detail .woo-variation-items-wrapper .variable-items-wrapper.image-variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover,
.product-item .product-detail > div .variable-items-wrapper.color-variable-items-wrapper .variable-item:not(.radio-variable-item):hover,
.product-item .product-detail > div .variable-items-wrapper.color-variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
.product-item .product-detail > div .variable-items-wrapper.color-variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover,
.product-item .product-detail > div .variable-items-wrapper.image-variable-items-wrapper .variable-item:not(.radio-variable-item):hover,
.product-item .product-detail > div .variable-items-wrapper.image-variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
.product-item .product-detail > div .variable-items-wrapper.image-variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
    box-shadow: 0 0 0 1px #000 !important;
}

.product-item .product-detail .woo-variation-items-wrapper .variable-items-wrapper.color-variable-items-wrapper .variable-item .variable-item-span:after,
.product-item .product-detail .woo-variation-items-wrapper .variable-items-wrapper.image-variable-items-wrapper .variable-item .variable-item-span:after,
.product-item .product-detail > div .variable-items-wrapper.color-variable-items-wrapper .variable-item .variable-item-span:after,
.product-item .product-detail > div .variable-items-wrapper.image-variable-items-wrapper .variable-item .variable-item-span:after {
    display: none;
}

body.woo-variation-swatches.wvs-archive-align-center .product-item .wvs-archive-variation-wrapper .variable-items-wrapper,
body.woo-variation-swatches .product-item .wvs-archive-variation-wrapper .variable-items-wrapper {
    justify-content: center;
}

.product-item .btn_more_color {
    padding: 2px 4px;
    margin: 0 -3px 7px;
    outline: none;
    border: none;
    font-size: 14px;
    line-height: 1;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: top;
    color: #000;
    background: none;
    line-height: 15px;
    width: 19px;
    height: 19px;
    text-align: center !important;
}

#product_mob_ver {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    -webkit-transition: .25s ease opacity, .25s ease visibility;
    transition: .25s ease opacity, .25s ease visibility;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: rgba(0, 0, 0, .2);
}

.mob_variation_active #product_mob_ver {
    opacity: 1;
    visibility: visible;
}

#product_mob_ver .var-frame {
    background: #fff;
    max-width: 14.6875rem;
    margin: auto;
    width: 100%;
    position: relative;
}

#product_mob_ver .quick-close {
    top: .8125rem;
    right: .6875rem;
    line-height: 1;
    font-size: .5625rem;
    color: #000;
    text-decoration: none;
    z-index: 13;
}

#product_mob_ver .variation-title {
    font-size: .75rem;
    line-height: 1.25;
    padding: .8125rem;
    border-bottom: 1px solid #cecece;
}

#product_mob_ver a.add_to_cart_button,
#product_mob_ver a.wvs_add_to_cart_button,
#product_mob_ver a.wvs_ajax_add_to_cart,
#product_mob_ver a.added_to_cart {
    position: absolute !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

#product_mob_ver .woo-variation-items-wrapper {
    list-style: none;
    position: relative;
}

body.woo-variation-swatches #product_mob_ver .variable-items-wrapper.button-variable-wrapper {
    max-width: none;
    margin: 0 .75rem !important;
}

body.woo-variation-swatches.rtl #product_mob_ver .variable-items-wrapper {
    display: block;
}

body.woo-variation-swatches.rtl #product_mob_ver .variable-items-wrapper .variable-item.button-variable-item:not(.radio-variable-item) {
    margin: 0;
    padding: .625rem;
    width: auto;
    height: auto;
    border-top: 1px solid #cecece;
    border-radius: 0 !important;
    background: none !important;
    box-shadow: none !important;
}

body.woo-variation-swatches.rtl #product_mob_ver .scroll-enabled .variable-items-wrapper .variable-item.button-variable-item:not(.radio-variable-item):last-child {
    margin-bottom: 1.5625rem;
}

body.woo-variation-swatches.rtl #product_mob_ver .variable-items-wrapper .variable-item.button-variable-item:not(.radio-variable-item):first-child {
    border-top: none;
}

/* body.woo-variation-swatches.rtl #product_mob_ver .variable-items-wrapper .variable-item.button-variable-item:not(.radio-variable-item).selected .variable-item-span:after {
    opacity: 1;
} */

body.woo-variation-swatches.rtl #product_mob_ver .variable-items-wrapper .variable-item.button-variable-item:not(.radio-variable-item).disabled .variable-item-contents:before,
body.woo-variation-swatches.rtl #product_mob_ver .variable-items-wrapper .variable-item.button-variable-item:not(.radio-variable-item).disabled .variable-item-contents:after {
    display: none !important;
}

body.woo-variation-swatches.rtl #product_mob_ver .variable-items-wrapper .variable-item.button-variable-item:not(.radio-variable-item).disabled .variable-item-span {
    text-decoration: line-through;
}

body.woo-variation-swatches.rtl #product_mob_ver .variable-items-wrapper .variable-item.button-variable-item:not(.radio-variable-item):before,
body.woo-variation-swatches.rtl #product_mob_ver .variable-items-wrapper .variable-item.button-variable-item:not(.radio-variable-item):after {
    display: none;
}

body.woo-variation-swatches.rtl #product_mob_ver .variable-items-wrapper .variable-item.button-variable-item:not(.radio-variable-item) .variable-item-span {
    width: auto;
    height: auto;
    padding: 0;
    max-width: none;
    font-size: .75rem;
    line-height: 1.25;
    border: none !important;
    box-shadow: none !important;
    background: none !important;
}

body.woo-variation-swatches.rtl #product_mob_ver .variable-items-wrapper .variable-item.button-variable-item:not(.radio-variable-item) .variable-item-span:before {
    display: none !important;
}

body.woo-variation-swatches.rtl #product_mob_ver .variable-items-wrapper .variable-item.button-variable-item:not(.radio-variable-item) .variable-item-span:after {
    border-radius: 0;
    height: 1px;
    width: 100%;
    background: #000;
    top: auto;
    bottom: 0;
    content: "";
    position: absolute;
    left: 0;
    opacity: 0;
    -webkit-transition: .1s ease opacity;
    transition: .1s ease opacity;
}

#product_mob_ver .woo-variation-items-wrapper .quick_scroll_indicator {
    bottom: 0;
    left: 0;
    right: 0;
    height: 1.5625rem;
    border: none;
    background: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    font-size: .5rem;
    line-height: 1;
}

#product_mob_ver .woo-variation-items-wrapper .quick_scroll_indicator.no_more_scroll {
    opacity: 0;
    visibility: hidden;
}

@media (min-width: 768px) {
    body.woo-variation-swatches .variation_msize .variable-items-wrapper.button-variable-wrapper {
        max-width: 210px;
    }

    body.woo-variation-swatches .product-item .product-vars .wvs-archive-variation-wrapper .variations .woo-variation-items-wrapper > label {
        display: block;
    }

    body.woo-variation-swatches.rtl .variable-items-wrapper .variable-item.button-variable-item:not(.radio-variable-item) .variable-item-span {
        font-size: 14px;
        line-height: 20px;
        height: 20px;
        padding: 0 10px;
    }

    .product-item:not(.outofstock) .product-img:hover .product-vars {
        opacity: 1;
        visibility: visible;
    }

    .product-item .product-vars {
        z-index: 9;
        position: absolute;
        top: auto;
        padding: 10px;
    }

    .product-item .product-vars .product-vars-inner {
        background: rgba(255, 255, 255, .9);
        max-width: none;
        padding: 8px 0 0;
    }

    .product-item .product-vars .variation-title {
        font-size: 14px;
        padding: 3px 0 7px;
    }

    body.woo-variation-swatches .product-item .product-vars .variable-items-wrapper.button-variable-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 0 6px;
        margin: 0 -15px !important;
    }

    body.woo-variation-swatches.rtl .product-item .product-vars .variable-items-wrapper .variable-item.button-variable-item:not(.radio-variable-item) {
        padding: 5px;
        margin: 0 15px;
    }

    body.woo-variation-swatches.rtl .product-item .product-vars .variable-items-wrapper .variable-item.button-variable-item:not(.radio-variable-item) .variable-item-span {
        font-size: 14px;
    }

    .product-item a.btn-icon-var {
        display: none;
    }

    .product-item .btn_more_color {
        font-size: 14px;
        padding: 2px 4px;
    }

    #product_mob_ver {
        display: none;
    }
}

@media (max-width: 767.98px) {
    body.woo-variation-swatches #product_mob_ver .variable-items-wrapper {
        overflow-y: auto;
        overflow-x: hidden;
        max-height: 13.5rem;
    }

    body.woo-variation-swatches #product_mob_ver .variable-items-wrapper::-webkit-scrollbar {
        width: 2px;
    }

    body.woo-variation-swatches #product_mob_ver .variable-items-wrapper::-webkit-scrollbar-thumb {
        background: #000;
    }

    .product-vars-inner .woo_variation_swatches_archive_reset_variations {
        position: relative;
        top: unset;
        margin-top: 0;
    }

    .woo_variation_swatches_archive_reset_variations {
        font-size: .6875rem;
        text-decoration: underline;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        margin-top: -.3125rem;
    }

    body .wvs-archive-variation-wrapper .button-variable-item span {
        font-size: .6875rem;
        line-height: 1rem;
    }

    .product-item .product-detail {
        padding: 0 0 0 1.625rem;
        margin: 0;
        width: 100%;
    }

    .product-item .product-vars {
        background: rgba(0, 0, 0, .2);
    }

    .product-item .product-vars .variation-title {
        border-bottom: 1px solid #cecece;
    }
}
