.cc2026-swatches {
	display: block;
	margin: 14px 0 0;
}

.cc2026-swatches__label {
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 10px;
	color: #303133;
}

.cc2026-swatches__items {
	display: block;
	font-size: 0;
}

.cc2026-swatches .cc2026-swatch.swatch {
	width: 50px;
	height: 50px;
	min-width: 50px;
	min-height: 50px;
	margin: 0 4px 4px 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	border: 0.555556px solid rgba(0, 0, 0, 0);
	border-radius: 1px;
	box-shadow: none;
	box-sizing: border-box;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.cc2026-swatches .cc2026-swatch.swatch span {
	display: none;
}

.cc2026-swatches .cc2026-swatch.swatch:focus {
	outline: none !important;
}

.cc2026-swatches .cc2026-swatch.swatch--active,
.cc2026-swatches .cc2026-swatch.is-active,
.cc2026-swatches .cc2026-swatch.active,
.cc2026-swatches .cc2026-swatch.selected {
	opacity: 1;
	border: 0.555556px solid rgb(48, 49, 51) !important;
	box-shadow: none !important;
	outline: none !important;
	transform: none !important;
}

.cc2026-swatches .cc2026-swatch.swatch--active::before,
.cc2026-swatches .cc2026-swatch.swatch--active::after,
.cc2026-swatches .cc2026-swatch.is-active::before,
.cc2026-swatches .cc2026-swatch.is-active::after,
.cc2026-swatches .cc2026-swatch.active::before,
.cc2026-swatches .cc2026-swatch.active::after,
.cc2026-swatches .cc2026-swatch.selected::before,
.cc2026-swatches .cc2026-swatch.selected::after {
	display: none !important;
	content: none !important;
}

.woocommerce-product-gallery.cc2026-gallery-active:not(.flexslider) .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:not(:first-child) {
	display: none;
}

@media only screen and (max-width: 768px) {

	.cc2026-swatches .cc2026-swatch.swatch.swatch--single {
		width: 40px;
		height: 40px;
		min-width: 40px;
		min-height: 40px;
	}

}