/* Product Page */
.thumbnails a {
  width: 110px;
  display: inline-block;
  margin: 0px!important;
  padding: 0px!important;
  border: 1px solid #f3f3f3;
  height: 90px;
  float: left;
  position: relative;
  align-items: center;

}

.thumbnails a img {
  width: 100%;
  height: 100%;
}

.thumbnails {
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  margin: 2px 3px 0px 0px;
}