.swatchs {
	display: flex;
}

.swatch {
	height: 30px;
	width: 30px;
	border: 1px solid transparent;
	border-radius: 50%;
	margin: 3px;
	color: white;
}

.swatch_selected {
	border-color: #0078d7;
}

.swatch:hover {
	border-color: silver;
}

.inner_swatch {
	height: 24px;
	width: 24px;
	border-radius: 50%;
	padding: 5px;
	margin: 2px;
	cursor: pointer;
}

.swatch_icon {
	font-size: 14px;
	font-weight: bolder !important;
}
