.swatch-green a, .swatch-green .color-link {
    background-color: green !important;
}
.swatch-red a, .swatch-red .color-link {
    background-color: red !important;
}
.swatch-blue a, .swatch-blue .color-link {
    background-color: blue !important;
}
.swatch-turquoise a, .swatch-turquoise .color-link {
    background-color: darkturquoise !important;
}
.swatch-orange a, .swatch-orange .color-link {
    background-color: orange !important;
}
.swatch-grey a, .swatch-grey .color-link {
    background-color: grey !important;
}
.swatch-black a, .swatch-black .color-link {
    background-color: black !important;
}

.swatch-gold a, .swatch-gold .color-link {
    background-color: #FFD700 !important;
}

.swatch-white a, .swatch-white .color-link {
    background-color: white !important;
}
.swatch-yellow a, .swatch-yellow .color-link {
    background-color: yellow !important;
}
.swatch-sesame a, .swatch-sesame .color-link {
    background-color: rgb(189, 127, 76) !important;
}
.swatch-multicolor a, .swatch-multicolor .color-link {
	background-color: white !important;
	background: linear-gradient(to top left, red, rgba(255, 153, 150, 0), blue), linear-gradient(to top right, yellow, rgba(255, 153, 150, 0), green) !important;
}
.product-imagezoom-container {
     z-index:101 !important;
}

.swatch-lilac a, .swatch-lilac .color-link {
    background-color: #e8ccd4 !important;
}

.swatch-silver a, .swatch-silver .color-link {
	background: rgb(181,181,181) !important;
	background: linear-gradient(45deg, rgba(181,181,181,1) 0%, rgba(255,255,255,1) 49%, rgba(181,181,181,1) 100%) !important;
}