.hidden {
	display: none !important;
	visibility: hidden !important;
}

.tawcvs-swatches {
	overflow: hidden;
}

.tawcvs-swatches .swatch {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 10px;
	margin-right: 12px;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 50%;
	position: relative;
}


.tawcvs-swatches .swatch.disabled {
	opacity: 0.1;
}

.tawcvs-swatches .swatch-color {
	text-indent: -9999px;
}

.tawcvs-swatches .swatch-color.selected {
	border-color: transparent;
}

.tawcvs-swatches .swatch-color.selected:before {
	font-family: linea-arrows-10;
	content: "\e006";
	font-size: 20px;
	display: block;
	position: absolute;
	top: -1px;
	left: 6px;
	color: #ffffff;
	text-indent: 0;
}

.tawcvs-swatches .swatch-label {
	background-color: #ede9e8;
	color: #555555;
}
.tawcvs-swatches .swatch-label.selected {
	background-color: #555555;
	color: #ffffff;
}

.tawcvs-swatches .swatch-image {
	overflow: hidden;
}