.oec-product-swatches.oec-ps-tooltip .radio-variable-item[data-oecvstooltip] {
	position: relative;
}

.oec-product-swatches.oec-ps-tooltip .radio-variable-item[data-oecvstooltip]::before,
.oec-product-swatches.oec-ps-tooltip .radio-variable-item[data-oecvstooltip]::after {
	left: 8px;
	bottom: 100%;
}

.oec-product-swatches.oec-ps-tooltip .radio-variable-item .image-tooltip-wrapper {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 8px;
}

.oec-product-swatches.oec-ps-tooltip.oec-ps-archive-align-center .oec-ps-archive-variation-wrapper .radio-variable-item[data-oecvstooltip]::before,
.oec-product-swatches.oec-ps-tooltip.oec-ps-archive-align-center .oec-ps-archive-variation-wrapper .radio-variable-item[data-oecvstooltip]::after {
	left: 50%;
}

.oec-product-swatches.oec-ps-tooltip.oec-ps-archive-align-center .oec-ps-archive-variation-wrapper .radio-variable-item .image-tooltip-wrapper {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
}

.oec-product-swatches.oec-ps-tooltip.oec-ps-archive-align-right .oec-ps-archive-variation-wrapper .radio-variable-item[data-oecvstooltip]::before,
.oec-product-swatches.oec-ps-tooltip.oec-ps-archive-align-right .oec-ps-archive-variation-wrapper .radio-variable-item[data-oecvstooltip]::after {
	left: 100%;
}

.oec-product-swatches.oec-ps-tooltip.oec-ps-archive-align-right .oec-ps-archive-variation-wrapper .radio-variable-item .image-tooltip-wrapper {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 100%;
}

[data-oecvstooltip],
.oec-ps-has-image-tooltip {
	position: relative;
	cursor: pointer;
	outline: none;
}

[data-oecvstooltip]:before,
[data-oecvstooltip]:after,
.oec-ps-has-image-tooltip:before,
.oec-ps-has-image-tooltip:after {
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	position: absolute;
	bottom: 130%;
	left: 50%;
	z-index: 999;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-box-shadow: 0 7px 15px rgba(0, 0, 0, 0.3);
	box-shadow: 0 7px 15px rgba(0, 0, 0, 0.3);
	-webkit-transition: opacity 500ms ease-in-out;
	-o-transition: opacity 500ms ease-in-out;
	transition: opacity 500ms ease-in-out;
}

[data-oecvstooltip]:before,
.oec-ps-has-image-tooltip:before {
	margin-bottom: 5px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 7px;
	border-radius: 3px;
	background-color: var(--oec-ps-tooltip-background-color, #333333);
	color: var(--oec-ps-tooltip-text-color, #FFFFFF);
	text-align: center;
	font-size: 14px;
	line-height: 1.2;
}

[data-oecvstooltip]:before {
	min-width: 100px;
	content: attr(data-oecvstooltip) " "attr(data-oecvstooltip-out-of-stock);
}

.oec-ps-has-image-tooltip:before {
	content: attr(data-title);
	background-image: var(--tooltip-background);
	background-repeat: no-repeat;
	width: var(--tooltip-width);
	height: calc(var(--tooltip-height) + 20px);
	background-size: contain;
	background-position: center top;
	padding: 0;
	line-height: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-line-pack: center;
	align-content: center;
	font-size: 12px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

[data-oecvstooltip]:after,
.oec-ps-has-image-tooltip:after {
	margin-left: -5px;
	width: 0;
	border-top: 5px solid var(--oec-ps-tooltip-background-color, #333333);
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	content: " ";
	font-size: 0;
	line-height: 0;
}

[data-oecvstooltip]:hover:before,
[data-oecvstooltip]:hover:after,
.oec-ps-has-image-tooltip:hover:before,
.oec-ps-has-image-tooltip:hover:after {
	bottom: 120%;
	visibility: visible;
	opacity: 1;
}


.woo-variation-gallery-theme-massive-dynamic .woo-variation-items-wrapper .clear-selection,
.woo-variation-gallery-theme-massive-dynamic-child .woo-variation-items-wrapper .clear-selection {
	border: 0;
	height: auto;
	width: auto;
}

.woo-variation-gallery-theme-massive-dynamic .woo-variation-items-wrapper .clear-selection .reset_variations,
.woo-variation-gallery-theme-massive-dynamic-child .woo-variation-items-wrapper .clear-selection .reset_variations {
	font-size: 8px !important;
	width: 20px;
	height: 20px;
	padding: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 100%;
	border: 1px solid #F04040;
	color: #F04040;
}


.oec-product-swatches .woo-variation-raw-select+.select2 {
	display: none !important;
}

.oec-product-swatches .oec-ps-widget-layered-nav-list__item-color {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 10px 0;
}

.oec-product-swatches .oec-ps-widget-layered-nav-list__item-color>a {
	display: inline-block;
	position: relative;
}

.oec-product-swatches .oec-ps-widget-layered-nav-list__item-color .count {
	padding: 0 5px;
}

.oec-product-swatches .oec-ps-widget-layered-nav-list__item-color .oec-ps-widget-item-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.oec-product-swatches .oec-ps-widget-layered-nav-list__item-color .item {
	display: inline-block;
	float: left;
	padding: 9px;
	margin: 0 4px;
	-webkit-box-shadow: var(--oec-ps-item-box-shadow, 0 0 0 1px #A8A8A8);
	box-shadow: var(--oec-ps-item-box-shadow, 0 0 0 1px #A8A8A8);
	border: 2px solid #fff;
	height: 20px;
	width: 20px;
	-webkit-transition: -webkit-box-shadow 200ms ease;
	transition: -webkit-box-shadow 200ms ease;
	-o-transition: box-shadow 200ms ease;
	transition: box-shadow 200ms ease;
	transition: box-shadow 200ms ease, -webkit-box-shadow 200ms ease;
}

.oec-product-swatches .oec-ps-widget-layered-nav-list__item-color .item.style-squared {
	border-radius: 2px;
}

.oec-product-swatches .oec-ps-widget-layered-nav-list__item-color .item.style-rounded {
	border-radius: 100%;
}

.oec-product-swatches .oec-ps-widget-layered-nav-list__item-color .text {
	display: inline-block;
}

.oec-product-swatches .oec-ps-widget-layered-nav-list__item-color .text :after {
	content: "";
	display: inline;
	clear: both;
}

.oec-product-swatches .oec-ps-widget-layered-nav-list__item-color:hover .item {
	-webkit-box-shadow: var(--oec-ps-hover-item-box-shadow, 0 0 0 3px #dddddd);
	box-shadow: var(--oec-ps-hover-item-box-shadow, 0 0 0 3px #dddddd);
}

.oec-product-swatches .oec-ps-widget-layered-nav-list__item-color.woocommerce-widget-layered-nav-list__item--chosen .item {
	-webkit-box-shadow: var(--oec-ps-selected-item-box-shadow, 0 0 0 2px #000);
	box-shadow: var(--oec-ps-selected-item-box-shadow, 0 0 0 2px #000);
}

.oec-product-swatches .woo-variation-raw-select {
	display: none !important;
}

.oec-product-swatches .woo-variation-raw-select:before,
.oec-product-swatches .woo-variation-raw-select:after {
	display: none !important;
}
/* 
.oec-product-swatches .variations td.value>span:before,
.oec-product-swatches .variations td.value>span:after {
	display: none !important;
} */

.oec-product-swatches .oec-product-swatches-variable-item-more {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.oec-product-swatches .oec-ps-archive-variations-wrapper {
	display: block;
	width: 100%;
}

.oec-product-swatches .oec-ps-archive-variations-wrapper .variable-items-wrapper .variable-item:not(.radio-variable-item) {
	width: var(--oec-ps-archive-product-item-width, 30px);
	height: var(--oec-ps-archive-product-item-height, 30px);
}

.oec-product-swatches .oec-ps-archive-variations-wrapper .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
	font-size: var(--oec-ps-archive-product-item-font-size, 16px);
	/*min-width: var(--oec-ps-archive-product-item-width, 30px);*/
}

.oec-product-swatches .oec-ps-archive-variations-wrapper .variable-items-wrapper.oec-ps-style-squared.archive-variable-items .variable-item:not(.radio-variable-item).button-variable-item {
	min-width: var(--oec-ps-archive-product-item-width, 30px);
}

.oec-product-swatches ul.variations {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.oec-product-swatches ul.variations>li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: var(--oec-ps-position);
	-ms-flex-pack: var(--oec-ps-position);
	justify-content: var(--oec-ps-position);
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin: 5px 0;
}

.oec-product-swatches ul.variations .oec_ps_archive_reset_variations.hide {
	visibility: hidden;
}

.oec-product-swatches ul.variations .oec_ps_archive_reset_variations.show {
	visibility: visible;
}

.oec-product-swatches .variable-items-wrapper {
	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;
	margin: 0 5px !important;
	/* margin: 0 !important; */
	padding: 0;
	list-style: none;
}

.oec-product-swatches .variable-items-wrapper.enabled-large-size .variable-item:not(.radio-variable-item) {
	width: var(--oec-ps-single-product-large-item-width, 40px);
	height: var(--oec-ps-single-product-large-item-height, 40px);
}

.oec-product-swatches .variable-items-wrapper.enabled-large-size .variable-item:not(.radio-variable-item).button-variable-item {
	font-size: var(--oec-ps-single-product-large-item-font-size, 16px);
}

.oec-product-swatches .variable-items-wrapper.radio-variable-items-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.oec-product-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	list-style: none;
	cursor: pointer;
	/*margin: 5px 0;*/
	padding: 0 5px;
}

.oec-product-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item label,
.oec-product-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item input {
	cursor: pointer;
	vertical-align: middle;
}

.oec-product-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item input {
	margin: 5px;
	width: 20px;
	height: 20px;
}

.oec-product-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item .variable-item-radio-value-wrapper {
	display: inline-block;
}

.oec-product-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item .variable-item-radio-value-wrapper img {
	width: 40px;
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

.oec-product-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item .variable-item-radio-value-wrapper .out-of-stock {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.oec-product-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item label {
	width: auto;
	display: inline-block;
	padding: 2px 0;
}

.oec-product-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled,
.oec-product-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.oec-product-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled label,
.oec-product-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled input,
.oec-product-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:hover label,
.oec-product-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:hover input {
	cursor: not-allowed;
	opacity: 0.5;
}

.oec-product-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled .variable-item-radio-value,
.oec-product-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:hover .variable-item-radio-value {
	text-decoration: line-through;
}

.oec-product-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled::before,
.oec-product-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled::after,
.oec-product-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:hover::before,
.oec-product-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:hover::after {
	display: none;
}

.oec-product-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:focus,
.oec-product-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:hover:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.oec-product-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.no-stock label,
.oec-product-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.no-stock input,
.oec-product-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.no-stock:hover label,
.oec-product-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.no-stock:hover input {
	text-decoration: line-through;
	opacity: 0.6;
}

.oec-product-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.no-stock .variable-item-radio-value,
.oec-product-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.no-stock:hover .variable-item-radio-value {
	text-decoration: line-through;
}

.oec-product-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item:hover {
	-webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.oec-product-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item:focus {
	-webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.3);
}

.oec-product-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.selected,
.oec-product-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.selected:hover {
	-webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.9);
	box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.9);
}

.oec-product-swatches .variable-items-wrapper .variable-item {
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline: none;
}

.oec-product-swatches .variable-items-wrapper .variable-item .variable-item-contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	width: 100%;
	height: 100%;
}

@supports (display: contents) {
	.oec-product-swatches .variable-items-wrapper .variable-item .variable-item-contents {
		/* display: contents;*/
	}
}

.oec-product-swatches .variable-items-wrapper .variable-item.variation-disabled {
	display: none !important;
}

.oec-product-swatches .variable-items-wrapper .variable-item img {
	margin: 0;
	/** Storefront FIX */
	padding: 0;
	/** ShopIsle Fix */
	width: 100%;
	/** TheGem Fix */
	height: 100%;
	pointer-events: none;
}

.oec-product-swatches .variable-items-wrapper .variable-item>span {
	pointer-events: none;
}

.oec-product-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: var(--oec-ps-item-background-color, #FFFFFF);
	color: var(--oec-ps-item-text-color, #000000);
	-webkit-box-shadow: var(--oec-ps-item-box-shadow, 0 0 0 1px #A8A8A8);
	box-shadow: var(--oec-ps-item-box-shadow, 0 0 0 1px #A8A8A8);
	padding: 2px;
	margin: 4px;
	width: var(--oec-ps-single-product-item-width, 30px);
	height: var(--oec-ps-single-product-item-height, 30px);
}

.oec-product-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):first-child {
	/*margin-left: 0;*/
}

.oec-product-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):last-child {
	margin-right: 0;
}

.oec-product-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).no-stock img,
.oec-product-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).no-stock span,
.oec-product-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).no-stock .variable-item-contents {
	opacity: 0.6;
}

.oec-product-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).no-stock .variable-item-contents::before {
	position: absolute;
	content: " ";
	display: block;
	background-image: var(--oec-ps-cross);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	width: 100%;
}

.oec-product-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
	-webkit-box-shadow: var(--oec-ps-hover-item-box-shadow, 0 0 0 3px #dddddd);
	box-shadow: var(--oec-ps-hover-item-box-shadow, 0 0 0 3px #dddddd);
	background-color: var(--oec-ps-hover-item-background-color, #FFFFFF);
	color: var(--oec-ps-hover-item-text-color, #000000);
}

.oec-product-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):focus {
	-webkit-box-shadow: var(--oec-ps-hover-item-box-shadow, 0 0 0 3px #dddddd);
	box-shadow: var(--oec-ps-hover-item-box-shadow, 0 0 0 3px #dddddd);
}

.oec-product-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
.oec-product-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
	-webkit-box-shadow: var(--oec-ps-selected-item-box-shadow, 0 0 0 2px #000);
	box-shadow: var(--oec-ps-selected-item-box-shadow, 0 0 0 2px #000);
	color: var(--oec-ps-selected-item-text-color, #000000);
}

.oec-product-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled,
.oec-product-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover {
	/* pointer-events: none; */
	/* cursor: not-allowed; */
	position: relative;
	overflow: hidden;
}

.oec-product-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled img,
.oec-product-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled span,
.oec-product-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled .variable-item-contents,
.oec-product-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover img,
.oec-product-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover span,
.oec-product-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover .variable-item-contents {
	opacity: 0.6;
}

.oec-product-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled .variable-item-contents::before,
.oec-product-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover .variable-item-contents::before {
	position: absolute;
	content: " ";
	display: block;
	background-image: var(--oec-ps-cross);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	width: 100%;
}

.oec-product-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected:not(.no-stock) .variable-item-contents::before,
.oec-product-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item.selected:not(.no-stock) .variable-item-contents::before {
	position: absolute;
	content: " ";
	display: block;
	background-image: var(--oec-ps-tick);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60%;
	height: 100%;
	width: 100%;
}

.oec-product-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color,
.oec-product-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item .variable-item-span-color {
	width: 100%;
	height: 100%;
	/*position: relative;*/
	display: block;
}

.oec-product-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
	text-align: center;
	font-size: var(--oec-ps-single-product-item-font-size, 16px);
}

.oec-product-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
	background-color: var(--oec-ps-selected-item-background-color, #FFFFFF);
	color: var(--oec-ps-selected-item-text-color, #000000);
}

.oec-product-swatches .variable-items-wrapper .variable-item.oec-ps-show-stock-left-info:not(.disabled):not(.radio-variable-item) .oec-ps-stock-left-info::before {
	content: " ";
	position: absolute;
	top: calc(100% - 1px);
	left: 50%;
	margin-left: -3px;
	width: 0;
	border-bottom: 3px solid #de8604;
	border-right: 3px solid transparent;
	border-left: 3px solid transparent;
	z-index: 1;
}

.oec-product-swatches .variable-items-wrapper .variable-item.oec-ps-show-stock-left-info:not(.disabled):not(.radio-variable-item) .oec-ps-stock-left-info::after {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: calc(100% + 2px);
	min-width: 36px;
	text-align: center;
}

.oec-product-swatches .variable-items-wrapper .variable-item.oec-ps-show-stock-left-info:not(.disabled) .oec-ps-stock-left-info::after {
	content: attr(data-oec-ps-stock-info);
	line-height: 1;
	font-size: 10px;
	font-style: italic;
	background: #de8604;
	color: #fff;
	padding: 2px;
	border-radius: 2px !important;
	text-shadow: 0 1px rgba(0, 0, 0, 0.2509803922);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3803921569);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.3803921569);
}

.oec-product-swatches .variable-items-wrapper .variable-item.oec-ps-show-stock-left-info:not(.disabled).radio-variable-item .oec-ps-stock-left-info::after {
	margin-left: 5px;
}

.oec-product-swatches .oec-ps-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item) {
	border-radius: 100%;
}

.oec-product-swatches .oec-ps-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item) .variable-item-span,
.oec-product-swatches .oec-ps-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item) img {
	border-radius: 100%;
	overflow: hidden;
	line-height: 1;
	margin: 0;
}

.oec-product-swatches .oec-ps-style-rounded.variable-items-wrapper .variable-item.radio-variable-item {
	border-radius: 2px;
}

.oec-product-swatches .oec-ps-style-rounded.variable-items-wrapper .variable-item.radio-variable-item img {
	border-radius: 100%;
}

.oec-product-swatches .oec-ps-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
	border-radius: 2px;
}

.oec-product-swatches .oec-ps-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
	width: auto;
	min-width: var(--oec-ps-single-product-item-width);
}

.oec-product-swatches .oec-ps-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span {
	padding: 0 5px;
}

.oec-product-swatches .oec-ps-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item span::after {
	border-radius: 0;
}

.oec-product-swatches .oec-ps-style-squared.variable-items-wrapper .variable-item.radio-variable-item {
	border-radius: 2px;
}

.oec-product-swatches .oec-ps-style-squared.variable-items-wrapper .variable-item.radio-variable-item img {
	border-radius: 5px;
}

.oec-product-swatches.oec-ps-behavior-blur .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled .variable-item-contents::before,
.oec-product-swatches.oec-ps-behavior-blur .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover .variable-item-contents::before {
	/*background: none;*/
}

.oec-product-swatches.oec-ps-behavior-blur .variable-items-wrapper .radio-variable-item.disabled label,
.oec-product-swatches.oec-ps-behavior-blur .variable-items-wrapper .radio-variable-item.disabled input,
.oec-product-swatches.oec-ps-behavior-blur .variable-items-wrapper .radio-variable-item.disabled:hover label,
.oec-product-swatches.oec-ps-behavior-blur .variable-items-wrapper .radio-variable-item.disabled:hover input {
	cursor: not-allowed;
	text-decoration: line-through;
	opacity: 0.5;
}

.oec-product-swatches.oec-ps-behavior-blur .variable-items-wrapper .radio-variable-item.disabled::before,
.oec-product-swatches.oec-ps-behavior-blur .variable-items-wrapper .radio-variable-item.disabled::after,
.oec-product-swatches.oec-ps-behavior-blur .variable-items-wrapper .radio-variable-item.disabled:hover::before,
.oec-product-swatches.oec-ps-behavior-blur .variable-items-wrapper .radio-variable-item.disabled:hover::after {
	display: none;
}

.oec-product-swatches.oec-ps-behavior-blur-no-cross .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled .variable-item-contents::before,
.oec-product-swatches.oec-ps-behavior-blur-no-cross .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover .variable-item-contents::before,
.oec-product-swatches.oec-ps-behavior-blur-no-cross .variable-items-wrapper .variable-item:not(.radio-variable-item).no-stock .variable-item-contents::before,
.oec-product-swatches.oec-ps-behavior-blur-no-cross .variable-items-wrapper .variable-item:not(.radio-variable-item).no-stock:hover .variable-item-contents::before {
	background-image: none;
}

.oec-product-swatches.oec-ps-behavior-blur-no-cross .variable-items-wrapper .radio-variable-item.disabled,
.oec-product-swatches.oec-ps-behavior-blur-no-cross .variable-items-wrapper .radio-variable-item.disabled:hover {
	overflow: hidden;
}

.oec-product-swatches.oec-ps-behavior-blur-no-cross .variable-items-wrapper .radio-variable-item.disabled label,
.oec-product-swatches.oec-ps-behavior-blur-no-cross .variable-items-wrapper .radio-variable-item.disabled input,
.oec-product-swatches.oec-ps-behavior-blur-no-cross .variable-items-wrapper .radio-variable-item.disabled:hover label,
.oec-product-swatches.oec-ps-behavior-blur-no-cross .variable-items-wrapper .radio-variable-item.disabled:hover input {
	pointer-events: none;
	opacity: 0.3;
}

.oec-product-swatches.oec-ps-behavior-hide .variable-items-wrapper .variable-item.disabled {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	font-size: 0;
	width: 0 !important;
	height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	min-width: 0 !important;
	min-height: 0 !important;
}

.oec-product-swatches.oec-ps-behavior-hide .variable-items-wrapper .variable-item.disabled.radio-variable-item {
	width: auto !important;
}

.oec-product-swatches.oec-ps-behavior-hide .variable-items-wrapper .variable-item.no-stock .variable-item-contents::before {
	background-image: none;
}

.oec-product-swatches.rtl table.variations td.label {
	/*padding-left: 15px;
	padding-right: 0;
	text-align: right;*/
}

.oec-product-swatches.rtl .variable-items-wrapper .variable-item {
	text-align: right;
}

.oec-product-swatches.rtl .variable-items-wrapper .variable-item:not(.radio-variable-item) {
	margin: 4px 0 4px 8px;
}

.oec-product-swatches.rtl .variable-items-wrapper.radio-variable-wrapper .radio-variable-item input {
	margin-right: 0;
	margin-left: 5px;
}

.oec-product-swatches.woocommerce .product.elementor table.variations td.value:before {
	display: none !important;
}

.oec-product-swatches.oec-product-swatches-ie11 .variable-items-wrapper {
	display: block !important;
}

.oec-product-swatches.oec-product-swatches-ie11 .variable-items-wrapper .variable-item:not(.radio-variable-item) {
	float: left;
}

.oec-product-swatches.oec-ps-show-label .variations th,
.oec-product-swatches.oec-ps-show-label .variations td {
	display: block;
	width: auto !important;
}

.oec-product-swatches.oec-ps-show-label .variations th label,
.oec-product-swatches.oec-ps-show-label .variations th .woo-selected-variation-item-name,
.oec-product-swatches.oec-ps-show-label .variations td label,
.oec-product-swatches.oec-ps-show-label .variations td .woo-selected-variation-item-name {
	display: inline-block;
	margin: 0 2px;
}

.oec-product-swatches .grouped-variable-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none !important;
}

.oec-product-swatches .grouped-variable-items.grouped-variable-items-display-vertical {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.oec-product-swatches .grouped-variable-items.grouped-variable-items-display-vertical .group-variable-items-wrapper {
	margin-top: 10px;
}

.oec-product-swatches .grouped-variable-items.grouped-variable-items-display-vertical .no-group-variable-items-wrapper {
	margin-top: 20px;
}

.oec-product-swatches .grouped-variable-items.grouped-variable-items-display-horizontal {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.oec-product-swatches .grouped-variable-items.grouped-variable-items-display-horizontal .group-variable-items-wrapper {
	margin-top: 10px;
	margin-right: 20px;
}

.oec-product-swatches .grouped-variable-items.grouped-variable-items-display-horizontal .group-variable-items-wrapper:last-child {
	margin-right: 0;
}

.oec-product-swatches .grouped-variable-items.grouped-variable-items-display-horizontal .no-group-variable-items-wrapper {
	margin-right: 0;
}

.oec-product-swatches .grouped-variable-items .group-variable-item-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.oec-product-swatches .grouped-variable-items .group-variable-items-name {
	font-style: italic;
}

.oec-product-swatches table td,
.oec-product-swatches table th {
    padding: 10px 0;
}
.oec-product-swatches table td.value,
.oec-product-swatches table th.value {
    padding: 0;
}
.oec-product-swatches table th {
	border-bottom: unset;
}
.oec-product-swatches .summary .woo-variation-items-wrapper ul {
	margin: 20px 0;
}

.oec-product-swatches .variations .reset_variations {
    margin-top: 25px !important;
}
.oec-outofstock-tooltip {
    display: block; 
    position: absolute; 
    background-color: black;
    color: white;
    text-align: center;
	font-size: 12px;
    border-radius: 6px;
    padding: 5px 10px;
    z-index: 1000; 
    visibility: hidden; 
    opacity: 0;
    transition: opacity 0.3s, visibility 0s 0.3s; 
	
}
