button.reset-color-btn i{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 21px;
	height: 20px;
	font-style: normal;
	border-radius: 50%;
	border: 1px solid lightgray;
}
.eye-color-item a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45px;
	height: 45px;
	color: #FFF;
	background: #000;
	font-size: 1.8em;
	border-radius: 5px;
	border: 1px solid #f0f0f0;
}

html.color-white-black :not(.default-color-tag) {
	color: #ffffff!important;
	background: #000000!important;
	border-color: #d3d3d3!important;
}
html.color-white-grey :not(.default-color-tag) {
	color: #ffffff!important;
	background: #444444!important;
	border-color: #d3d3d3!important;
}
html.color-white-blue :not(.default-color-tag) {
	color: #ffffff!important;
	background: #003399!important;
	border-color: #d3d3d3!important;
}
html.color-blue-lblue :not(.default-color-tag) {
	color: #000088!important;
	background: #3CF!important;
	border-color: #ffffff!important;
}
