.color-variations-label{
	display: block;
    text-align: left;
	margin: 0 2px 7px 2px;
	color: var(--vamtam-widget-text-lighter);
	font-family: var(--e-global-typography-f83b301-font-family), Sans-serif;
    font-size: var(--e-global-typography-f83b301-font-size);
    font-weight: var(--e-global-typography-f83b301-font-weight);
    text-transform: var(--e-global-typography-f83b301-text-transform);
    line-height: var(--e-global-typography-f83b301-line-height);
    letter-spacing: var(--e-global-typography-f83b301-letter-spacing);
    word-spacing: var(--e-global-typography-f83b301-word-spacing);
}
.color-variations-items{
	display:flex;
	flex-wrap: wrap;
	padding-bottom: 15px;
}
.color-variations-item img{
	display:block;
	width: 100%;
	height:auto;
	border-radius: 50%;
}
span.color-variations-item{
	cursor: default;
	-webkit-box-shadow: var(--wvs-hover-item-box-shadow, 0 0 0 3px #ddd);
    box-shadow: var(--wvs-hover-item-box-shadow, 0 0 0 3px #ddd);
}
body .color-variations-item:hover,
body span.color-variations-item{
	-webkit-box-shadow: var(--wvs-hover-item-box-shadow, 0 0 0 3px #ddd);
    box-shadow: var(--wvs-hover-item-box-shadow, 0 0 0 3px #ddd);
}
body .color-variations-item{
	display: block;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	margin: 10px 10px 0 0;
	-webkit-box-shadow: var(--wvs-item-box-shadow, 0 0 0 1px #a8a8a8);
    box-shadow: var(--wvs-item-box-shadow, 0 0 0 1px #a8a8a8);
}