/* Theme Adjustments */
form .selector-wrapper,
.product_form--swatches .select-container
{
	display:block !important;
}
.selecter
{
	outline:none;
	z-index:initial;
}
.product-form__item .single-option-selector__label {
	position:static;
}
body form div.select {
	display:block;
}
.swatch_options {
	display:none;
}
.form-options>.form-field-select-wrapper>.webyzeSwatches+label+svg,
.product-variant.selector-wrapper>.regular-select-cover>.webyzeSwatches+.regular-select-inner,
.product-variant.selector-wrapper>.regular-select-cover>.webyzeSwatches+.regular-select-inner+svg,
.product-variant.selector-wrapper>.regular-select-cover>label[for="product-color"]+.regular-select-cover>.regular-select-inner,
.product-variant.selector-wrapper>.regular-select-cover>label[for="product-color"]+.regular-select-cover>svg {
	display:none !important;
}
select.product-select[name="id"] {
	display:none;
}

.form-field-swatch .webyzeSwatches {
	font-size:16px;
}

html body .webyzeSwatches_wrapper.webyzeSwatches_wrapper {
	display:block !important;
}
.webyzeSwatches + .selecter-selected
{
	display:none;
}
.webyzeSwatches_wrapper .disclosure--toggle
{
	display:none !important;
}

.webyzeSwatches_wrapper {
	border:0px solid transparent !important;
}
.webyzeSwatches_wrapper::before, .webyzeSwatches_wrapper::after, .webyzeSwatches_wrapper svg, .webyzeSwatches_wrapper label::before, .webyzeSwatches_wrapper label::after, .webyzeSwatches_wrapper [data-selected-option] {
	display:none !important;
}



/* Swatches */
.webyzeSwatches
{
	display:inline-block;
	width: 100%;
}
.webyzeSwatches.webyzeSwatchesForceCenter {
	text-align: center !important;
	align-self:center !important;
	margin-left:auto;
	margin-right:auto;
}
.webyzeSwatches *
{
	-webkit-box-sizing:content-box !important;
	-moz-box-sizing:content-box !important;
	box-sizing:content-box !important;
	line-height: 1;
}
.webyzeSwatches>.swatchColor,
.webyzeSwatches>.swatchColor>div
{
	margin:0px;
	padding:0px;
	box-shadow:none;
	border-radius:0px;
	border:0px;
	width: 26px;
	height: 26px;
	overflow: hidden;
	display: inline-block;
	background-position: center center;
	background-size: cover;
	vertical-align: middle;
}
.webyzeSwatches>.swatchColor
{
	cursor:pointer;
	margin:3px 5px;
	border: 2px solid #ffffff;
	border-radius: 50%;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
	transition:box-shadow 0.4s;
}
.webyzeSwatches>.swatchColor>div
{
	border-radius:inherit;
}
.webyzeSwatches>.swatchColor.currentSwatch
{
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.6);
}
.webyzeSwatches>.swatchColor>.webyzeTooltip
{
	display:block;
	position:absolute;
	pointer-events: none;
	opacity:0;
	transition:opacity 0.4s, margin-top 0.4s;
	width:200px;
	margin-left:-87px;/* -100 + 13 */
	margin-top: -10px;
	text-align:center;
	z-index: 100;
}
.webyzeSwatches>.swatchColor:hover>.webyzeTooltip
{
	opacity:0.8;
	margin-top:10px;
}
.webyzeSwatches>.swatchColor>.webyzeTooltip>span:first-child
{
	top: -5px;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid black;
}
.webyzeSwatches>.swatchColor>.webyzeTooltip>.innerText
{
	background:#000000;
	border-radius:3px;
	padding:3px 5px;
	color:#ffffff;
	display:inline-block;
	text-align:center;

}
.webyzeSwatches>.swatchColor.swatchType_two_colors>div {
	transform: rotate(0deg);
}
.webyzeSwatches>.swatchColor.swatchType_two_colors>div>div:first-child {
	transform-origin: 100% 50%;
}
.webyzeSwatches>.swatchColor.swatchType_two_colors>div>div:last-child {
	transform-origin: 0% 50%;
}
.webyzeSwatches>.swatchColor.swatchType_two_colors>div>div {
	width: 13px;
	transform: rotate(90deg);
	height: 26px;
	display: inline-block;
}

/* Theme 2 */
.webyzeSwatches[data-style="2"]>.swatchColor
{
	border-radius:3px;
}
.webyzeSwatches[data-style="2"]>.swatchColor>div
{
	border-radius:0px;
}


/* Theme 3 & 9 */
.webyzeSwatches[data-style="3"]>.swatchColor,
.webyzeSwatches[data-style="9"]>.swatchColor
{
	border-radius:50%;
	border: 2px solid rgba(0, 0, 0, 0.1);
	padding:2px;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	transition:border 0.4s;
}
.webyzeSwatches[data-style="3"]>.swatchColor.currentSwatch,
.webyzeSwatches[data-style="9"]>.swatchColor.currentSwatch
{
	border:2px solid rgba(0, 0, 0, 0.4);
	box-shadow:none;
}


/* Theme 4 & 10 */
.webyzeSwatches[data-style="4"]>.swatchColor,
.webyzeSwatches[data-style="10"]>.swatchColor
{
	border-radius:4px;
	border: 2px solid rgba(0, 0, 0, 0.1);
	padding:2px;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	transition:border 0.4s;
}
.webyzeSwatches[data-style="4"]>.swatchColor>div,
.webyzeSwatches[data-style="10"]>.swatchColor>div
{
	border-radius:0px;
}
.webyzeSwatches[data-style="4"]>.swatchColor.currentSwatch,
.webyzeSwatches[data-style="10"]>.swatchColor.currentSwatch
{
	border:2px solid rgba(0, 0, 0, 0.4);
	box-shadow:none;
}


/* Theme 5 */
.webyzeSwatches[data-style="5"]>.swatchColor
{
	border-radius:4px;
	padding:3px;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	transition:border 0.4s;
	overflow:visible;
	width:auto;
}
.webyzeSwatches[data-style="5"]>.swatchColor>div
{
	border-radius:0px;
}
.webyzeSwatches[data-style="5"]>.swatchColor.currentSwatch
{
	border:2px solid rgba(0, 0, 0, 0.3);
	box-shadow:none;
}
.webyzeSwatches[data-style="5"]>.swatchColor>.webyzeTooltip
{
	display:inline-block;
	position:static;
	opacity:1;
	transition:none;
	width:60px;
	margin:2px 0px 2px 4px;
	text-align:left;
	font-size:0.8em;
	text-overflow: ellipsis;
	white-space:nowrap;
}
.webyzeSwatches[data-style="5"]>.swatchColor:hover>.webyzeTooltip
{
	margin:2px 0px 2px 4px;
	display:inline-block;
	opacity:1;
}
.webyzeSwatches[data-style="5"]>.swatchColor>.webyzeTooltip>.innerText
{
	display:inline-block;
	background:transparent;
	border-radius:0px;
	padding:0px;
	color:inherit;
	text-align:left;
	text-overflow: ellipsis;
	overflow:hidden;
	vertical-align:middle;
	width:60px;
}
.webyzeSwatches[data-style="5"]>.swatchColor>.webyzeTooltip>span,
.webyzeSwatches[data-style="5"]>.swatchColor>.webyzeTooltip>span:first-child
{
	display:none;
}


/* Theme 6 */
.webyzeSwatches[data-style="6"]>.swatchColor
{
	border-radius:0px;
	padding:3px;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	transition:border 0.4s;
	overflow:visible;
	width:auto;
	border:1px solid rgba(0, 0, 0, 0.2);
}
.webyzeSwatches[data-style="6"]>.swatchColor>div
{
	border-radius:0px;
}
.webyzeSwatches[data-style="6"]>.swatchColor.currentSwatch
{
	border:1px solid rgba(0, 0, 0, 0.8);
	box-shadow:none;
}
.webyzeSwatches[data-style="6"]>.swatchColor>.webyzeTooltip
{
	display:inline-block;
	position:static;
	opacity:1;
	transition:none;
	width:60px;
	margin:2px 0px 2px 4px;
	text-align:left;
	font-size:0.8em;
	text-overflow: ellipsis;
	white-space:nowrap;
}
.webyzeSwatches[data-style="6"]>.swatchColor:hover>.webyzeTooltip
{
	margin:2px 0px 2px 4px;
	display:inline-block;
	opacity:1;
}
.webyzeSwatches[data-style="6"]>.swatchColor>.webyzeTooltip>.innerText
{
	display:inline-block;
	background:transparent;
	border-radius:0px;
	padding:0px;
	color:inherit;
	text-align:left;
	text-overflow: ellipsis;
	overflow:hidden;
	vertical-align:middle;
	width:60px;
}
.webyzeSwatches[data-style="6"]>.swatchColor>.webyzeTooltip>span,
.webyzeSwatches[data-style="6"]>.swatchColor>.webyzeTooltip>span:first-child
{
	display:none;
}


/* Theme 7 */
.webyzeSwatches[data-style="7"]>.swatchColor
{
	border-radius:0px;
	border:2px solid transparent;
	box-shadow:none;
	margin:2px;
}
.webyzeSwatches[data-style="7"]>.swatchColor.currentSwatch
{
	border:2px solid #333333;
	box-shadow:none;
}
.webyzeSwatches[data-style="7"]>.swatchColor>div
{
	border-radius:0px;
}
.webyzeSwatches[data-style="7"]>.swatchColor.swatchType_two_colors>div>div
{
    transform: scale(2, 2) rotate(45deg);
}


/* Theme 8 */
.webyzeSwatches[data-style="8"]>.swatchColor
{
	border-radius:50%;
	border:2px solid transparent;
	box-shadow:none;
	margin:2px;
}
.webyzeSwatches[data-style="8"]>.swatchColor.currentSwatch
{
	border:2px solid #333333;
	background:#333333;
	box-shadow:none;
}
.webyzeSwatches[data-style="8"]>.swatchColor>div
{
	border-radius:50%;
}
.webyzeSwatches[data-style="8"]>.swatchColor.swatchType_two_colors>div>div
{
    transform: scale(2, 2) rotate(45deg);
}


/* Theme 9 & 10 */
.webyzeSwatches[data-style="9"]>.swatchColor:hover>.webyzeTooltip,
.webyzeSwatches[data-style="10"]>.swatchColor:hover>.webyzeTooltip {
	margin-top: 6px;
}
.webyzeSwatches[data-style="9"]>.swatchColor>.webyzeTooltip>span:first-child,
.webyzeSwatches[data-style="10"]>.swatchColor>.webyzeTooltip>span:first-child {
	display:none;
}
.webyzeSwatches[data-style="9"]>.swatchColor>.webyzeTooltip>.innerText,
.webyzeSwatches[data-style="10"]>.swatchColor>.webyzeTooltip>.innerText {
	font-size: 0.85em;
	font-weight: 600;
	color: #4c4c4c;
	border-radius: 2px;
	padding: 8px 10px;
	background: #f3f3f3;
	box-shadow: 2px 1px 2px rgb(0 0 0 / 10%);
}

/* Theme 11 & 12 */
.webyzeSwatches[data-style="11"]>.swatchColor,
.webyzeSwatches[data-style="12"]>.swatchColor {
	border-radius: 4px;
	padding: 3px;
	box-shadow: none;
	transition: border 0.4s;
	overflow: visible;
	display: inline-flex;
	flex-flow: column nowrap;
	align-items: stretch;
	height: auto;
	vertical-align: top;
	width: 60px;
}
.webyzeSwatches[data-style="11"]>.swatchColor.currentSwatch,
.webyzeSwatches[data-style="12"]>.swatchColor.currentSwatch {
	border:2px solid rgba(0, 0, 0, 0.3);
	box-shadow:none;
}
.webyzeSwatches[data-style="11"]>.swatchColor>div,
.webyzeSwatches[data-style="12"]>.swatchColor>div {
	border-radius: 2px;
	width: 100%;
	height: 0px;
	padding-top: 50%;
	position: relative;
}
.webyzeSwatches[data-style="11"]>.swatchColor.swatchType_two_colors>div>div:first-child,
.webyzeSwatches[data-style="12"]>.swatchColor.swatchType_two_colors>div>div:first-child {
	left: 50%;
}
.webyzeSwatches[data-style="11"]>.swatchColor.swatchType_two_colors>div>div,
.webyzeSwatches[data-style="12"]>.swatchColor.swatchType_two_colors>div>div {
	transform:none;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 50%;
}


.webyzeSwatches[data-style="11"]>.swatchColor>.webyzeTooltip,
.webyzeSwatches[data-style="12"]>.swatchColor>.webyzeTooltip {
	position: static;
	opacity: 1;
	transition: none;
	font-size: 0.8em;
	margin: 8px 0px 0px 0px;
	text-align: center;
	display: block;
	max-width: 100%;
}
.webyzeSwatches[data-style="11"]>.swatchColor>.webyzeTooltip>span:first-child,
.webyzeSwatches[data-style="12"]>.swatchColor>.webyzeTooltip>span:first-child {
	display:none;
}
.webyzeSwatches[data-style="11"]>.swatchColor>.webyzeTooltip>.innerText,
.webyzeSwatches[data-style="12"]>.swatchColor>.webyzeTooltip>.innerText {
	background: transparent;
	border-radius: 0px;
	padding: 0px;
	color: inherit;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	overflow: visible;
	word-break: break-word;
	white-space: break-spaces;
	display: block;
}
/* Theme 12 */
.webyzeSwatches[data-style="12"]>.swatchColor {
	border: 1px solid rgba(0, 0, 0, 0.2);
}
.webyzeSwatches[data-style="12"]>.swatchColor.currentSwatch {
	border: 1px solid rgba(0, 0, 0, 0.8);
}




/* Large Swatches */
.webyzeSwatches.webyzeSwatchesLarge>.swatchColor.swatchType_two_colors>div>div {
	width: 28px;
	height: 56px;
}
.webyzeSwatches.webyzeSwatchesLarge>.swatchColor,
.webyzeSwatches.webyzeSwatchesLarge>.swatchColor>div
{
	width: 56px;
	height: 56px;
}
.webyzeSwatches.webyzeSwatchesLarge>.swatchColor>.webyzeTooltip
{
	margin-left:-72px;
}




/* Large Swatches | Styles 5 & 6 */
.webyzeSwatches.webyzeSwatchesLarge[data-style="5"]>.swatchColor.swatchType_two_colors>div>div,
.webyzeSwatches.webyzeSwatchesLarge[data-style="6"]>.swatchColor.swatchType_two_colors>div>div
{
	width: 28px;
	height: 56px;
}
.webyzeSwatches.webyzeSwatchesLarge[data-style="5"]>.swatchColor,
.webyzeSwatches.webyzeSwatchesLarge[data-style="6"]>.swatchColor
{
	width: 56px;
	height: auto;
}
.webyzeSwatches.webyzeSwatchesLarge[data-style="5"]>.swatchColor>div,
.webyzeSwatches.webyzeSwatchesLarge[data-style="6"]>.swatchColor>div
{
	width: 56px;
	height: 56px;
}
.webyzeSwatches.webyzeSwatchesLarge[data-style="5"]>.swatchColor>.webyzeTooltip,
.webyzeSwatches.webyzeSwatchesLarge[data-style="6"]>.swatchColor>.webyzeTooltip,
.webyzeSwatches.webyzeSwatchesLarge[data-style="5"]>.swatchColor:hover>.webyzeTooltip,
.webyzeSwatches.webyzeSwatchesLarge[data-style="6"]>.swatchColor:hover>.webyzeTooltip
{
	text-align:center;
	width:56px;
	margin-left:0px;
}
.webyzeSwatches.webyzeSwatchesLarge[data-style="5"]>.swatchColor>.webyzeTooltip>.innerText,
.webyzeSwatches.webyzeSwatchesLarge[data-style="6"]>.swatchColor>.webyzeTooltip>.innerText
{
	text-align:center;
	text-overflow: clip;
	width:56px;
}

/* Large Swatches | Styles 11 & 12 */
.webyzeSwatches.webyzeSwatchesLarge[data-style="11"]>.swatchColor.swatchType_two_colors>div>div,
.webyzeSwatches.webyzeSwatchesLarge[data-style="12"]>.swatchColor.swatchType_two_colors>div>div {
	width: 50%;
	height: 100%;
}
.webyzeSwatches.webyzeSwatchesLarge[data-style="11"]>.swatchColor,
.webyzeSwatches.webyzeSwatchesLarge[data-style="12"]>.swatchColor {
	width: 100px;
	height: auto;
}
.webyzeSwatches.webyzeSwatchesLarge[data-style="11"]>.swatchColor>div,
.webyzeSwatches.webyzeSwatchesLarge[data-style="12"]>.swatchColor>div {
	width: 100%;
	height: 0px;
}
.webyzeSwatches.webyzeSwatchesLarge[data-style="11"]>.swatchColor>.webyzeTooltip,
.webyzeSwatches.webyzeSwatchesLarge[data-style="12"]>.swatchColor>.webyzeTooltip {
	margin-left:0px;
}

/* Disable Tooltips */
.webyzeSwatches[disable-tooltips]:not([data-style="5"]):not([data-style="6"])>.swatchColor>.webyzeTooltip {
	display:none !important;
}
