.simplecolorpicker{
 max-width: 300px;
}
.simplecolorpicker span.color[data-selected]:after {
  content: '\2714'; /* Ok/check mark */
  width: 12px;
  display: block;
  padding-left: 4px
}
.ot{
 margin-top: 40px;
 padding-right:65px;
 color:#000;

}

/*t-shirt*/
#tshirt_container{
 float:right;
 width: 960px;
 height: 720px;
}

#tshirt_container .tshirt_layer{
 position: absolute;
 display: table;
  width: 960px;
 height: 720px;
}

#tshirt_layer_1{
 z-index: 1;
}

#tshirt_layer_2{
	z-index: 2;
	-o-mix-blend-mode: multiply;
	-ms-mix-blend-mode: multiply;
	-moz-mix-blend-mode: multiply;
	mix-blend-mode: multiply;
	-webkit-mix-blend-mode: multiply;
}
