#product-thumbnails li{
text-align: center;
font-size: 12px;
height: 150px !important;
line-height: 1.2;
}

.product-color-box span{
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 10px;
}
#fluorescent-pink span{
  background: #e834b0;
}
#garminum-blue span{
  background: #28b7fb;
}
#hydrogen-white span{
  background: #f3f3f3;
}
#navy-black span{
  background: #243644;
}