
.color__visualizer {
	position: relative; }
	.color__visualizer--selections {
		padding: 1em 0;  }
		@media screen and (min-width: 640px) {
			.color__visualizer--selections {
				position: absolute;
				z-index: 1001;
				top: 0;
				left: 0;
				background: rgba(255,255,255,.8);
				min-width: 240px;
				padding: 1em; } }
		.color__visualizer--selections p {
			margin: 0 0 .5em 0;
			font-size: 14px;
			line-height: 20px; }
.mask {
	position: absolute;
	top: 0;
	left: 0; }
.secondary {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 500;
	width: 100%;
	height: 100%; }
	.secondary svg {
		width: 100% !important;
		height: auto !important; }
		
/* swatch styles
--------------------------------------------- */
.swatch {
	padding: 5px 0;
	position: relative;
	z-index: 99999; }
.swatch:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0; }
.swatch a {
	display: block;
	width: 40px;
	height: 40px;
	/*-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;*/
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	float: left;
	margin: .5em .5em 0 0;
	/*background-image: linear-gradient(bottom, rgb(181,181,181) 53%, rgb(235,235,235) 52%);
	background-image: -o-linear-gradient(bottom, rgb(181,181,181) 53%, rgb(235,235,235) 52%);
	background-image: -moz-linear-gradient(bottom, rgb(181,181,181) 53%, rgb(235,235,235) 52%);
	background-image: -webkit-linear-gradient(bottom, rgb(181,181,181) 53%, rgb(235,235,235) 52%);
	background-image: -ms-linear-gradient(bottom, rgb(181,181,181) 53%, rgb(235,235,235) 52%);*/ }
	.swatch a { position: relative; }
.swatch a .swatch__fill {
  display: block;
  height: 100%;
  /* keep the nice glossy look over the base color */
  background-image: linear-gradient(to bottom, rgba(255,255,255,.18), rgba(0,0,0,.25));
  border-radius: 3px;
}
.swatch a .swatch__label {
  position: absolute;
  top: 6px;
  left: 8px;
  right: 8px;
  font-size: 12px;
  line-height: 1.1;
  font-weight: 600;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
  white-space: normal;
  text-indent: 0;
  overflow: visible;
  pointer-events: none;
}
/* use the luminance class we set in JS */
.swatch a.light .swatch__label {
  color: #222;
  text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

	.swatch a.active span {
		border: 2px solid #CCC; }
	
/* tooltip styles
--------------------------------------------- */
.colorizer-tooltip {
	position: absolute; 
	padding: 5px;
	font-size: 11px;
	-moz-box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #fff;
	top: 50px !important; 
	margin-top: 7px; }
.colorizer-pointer-up, .colorizer-pointer-up-inner {
	position: absolute;
	width: 0;
	height: 0;
	border-top-width: 0;
	background: none; }
.colorizer-pointer-up {
	border-left: 4px solid #ccc;
	border-right: 4px solid #ccc;
	border-bottom-width: 14px;
	top: 7px;
	right: auto;
	left: 50%;
	margin-left: -7px;
	box-shadow: 0 0 3px #333; }
.colorizer-pointer-up-inner {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 7px solid white;
	bottom: auto;
	top: -14px;
	left: -5px; }