.swatch-green a, .swatch-green .color-link {
    background-color: green !important;
}
.swatch-red a, .swatch-red .color-link {
    background-color: #EE1C25 !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: #EC7549 !important;
}
.swatch-grey a, .swatch-grey .color-link {
    background-color: grey !important;
}
.swatch-black a, .swatch-black .color-link {
    background-color: black !important;
}

.swatch-pink a, .swatch-pink .color-link {
    background-color: #C79292 !important;
    background: linear-gradient(45deg, rgba(199,146,146,1) 0%, rgba(255,255,255,1) 49%, rgba(199,146,146,1) 100%) !important;
}
.swatch-gold a, .swatch-gold .color-link {
    background-color: #B8A790 !important;
    background: linear-gradient(45deg, rgba(184,167,144,1) 0%, rgba(255,255,255,1) 49%, rgba(184,167,144,1) 100%) !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-color: #ABABAB !important;
    background: linear-gradient(45deg, rgba(171,171,171,1) 0%, rgba(255,255,255,1) 49%, rgba(171,171,171,1) 100%) !important;
}
.swatch-brown a, .swatch-brown .color-link {
    background-color: #BC694A !important;
}
.swatch-basil-green a, .swatch-basil-green .color-link {
    background-color: #48662F !important;
}
.swatch-bordeaux a, .swatch-bordeaux .color-link {
    background-color: #560F0F !important;
}
.swatch-white-truffle a, .swatch-white-truffle .color-link {
    background-color: #D8D7D3 !important;
}
.swatch-sage a, .swatch-sage .color-link {
    background-color: #B5C4AD !important;
}
.swatch-la-mer a, .swatch-la-mer .color-link {
    background-color: #055558 !important;
}
.swatch-grenadine-red a, .swatch-grenadine-red .color-link {
    background-color: #831A21 !important;
}
.swatch-dark-blue a, .swatch-dark-blue .color-link a {
    background-color: #2D3065 !important;
}