.hidden {
	display: none !important;
	visibility: hidden !important;
}

.sfc-wcvs-swatches, 
.sfc-wcvs-child-swatches {
	overflow: hidden;
	padding: 5px;
	background: #ffffff;
    border-radius: 10px;	
}

.sfc-wcvs-swatches .sfc-swatch, .sfc-wcvs-child-swatches .sfc-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;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 1%;
    display: inline-table;
    width: 6rem;
    height: 1rem;
    line-height: 30px;
    text-align: center;
    margin-right: 15px;
    cursor: pointer;
    border: 1px solid transparent;
    position: relative;
    opacity: 0.5;
}

.sfc-wcvs-swatches .sfc-swatch.selected ,
.sfc-wcvs-child-swatches .sfc-swatch.selected 
{
	-webkit-box-shadow: 0 0 5px;
	-moz-box-shadow: 0 0 5px;
	box-shadow: 0 0 5px;
	border-color: #999;
	opacity: 1;
}

.sfc-wcvs-swatches .sfc-swatch.disabled ,
.sfc-wcvs-child-swatches .sfc-swatch.disabled 
{
	opacity: 0.1;
}

.sfc-wcvs-swatches .sfc-swatch-color ,
.sfc-wcvs-child-swatches .sfc-swatch-color
{
	text-indent: -9999px;
}

.sfc-wcvs-swatches .sfc-swatch-color.selected , 
.sfc-wcvs-child-swatches .sfc-swatch-color.selected 
{
	border-color: transparent;
	margin: 10px;
}

.sfc-wcvs-swatches .sfc-swatch-color.selected:before , 
.sfc-wcvs-child-swatches .sfc-swatch-color.selected:before 
 {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
	width: 6px;
	height: 10px;
	display: block;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	position: absolute;
	top: 8px;
	left: 11px;
}

.sfc-wcvs-swatches .sfc-swatch-label  , 
.sfc-wcvs-child-swatches .sfc-swatch-label
{
	background-color: #f1f1f1;
}

.sfc-wcvs-swatches .sfc-swatch-image , 
.sfc-wcvs-child-swatches .sfc-swatch-image
{
	overflow: hidden;
}