.lunar-silver            { background: linear-gradient(rgb(194, 202, 209) 0%, rgb(141, 152, 164) 100%); }
.storm-grey              { background: linear-gradient(rgb(127, 143, 163) 0%, rgb(68, 80, 96) 100%); }
.slate-grey              { background: linear-gradient(rgb(136, 146, 154) 0%, rgb(108, 115, 124) 100%); }
.midnight-black          { background: linear-gradient(rgb(80, 83, 87) 0%, rgb(26, 31, 36) 100%); }
.chery-red               { background: linear-gradient(rgb(205, 46, 69) 0%, rgb(129, 30, 39) 100%); }
.arctic-white            { background: linear-gradient(rgb(238, 240, 244) 0%, rgb(203, 211, 219) 100%); }
.arctic-whire-black-roof { background: linear-gradient(rgb(118, 124, 140) 0%, rgb(226, 230, 237) 100%); }
.reef-blue               { background: linear-gradient(180deg, #289FCC 0%, #1780A9 100%); }
.forest-green            { background: linear-gradient(180deg, #318C8A 0%, #044346 100%); }
.fossil-grey             { background: linear-gradient(180deg, #6B909D 0%, #2E5B69 100%); }


.chery-colour-swatch-container { display: inline-block; height: 42px; width: 42px; margin: 4px 8px; border: 1px solid #F1F1F1; border-radius: 100%; }
.chery-colour-swatch-container:hover,
.chery-colour-swatch-container.active { border-color: #000000;  }
.chery-colour-swatch { display: inline-block; height: 40px; width: 40px; border: 2px solid #F1F1F1; border-radius: 100%; }

.chery-vehicle-colour-options img { display: none; }
.chery-vehicle-colour-options img.active { display: block; }