#productThumbs-product-template > li:not(.product-single__additional-thumbnail):nth-child(1n+12) {
  display: none; }

.product-images-wrapper {
  z-index: 10000;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0; }

.product-images {
  max-width: -webkit-calc(768px + 100px);
  max-width: calc(768px + 100px);
  max-height: 768px;
  width: -webkit-calc(80vw + 100px);
  width: calc(80vw + 100px);
  height: 80vw;
  margin: 30px auto 0;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.product-images__list {
  height: 100%;
  overflow-y: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100px;
  -ms-flex: 1 0 100px;
  flex: 1 0 100px;
  padding: 5px;
  background-color: white; }
  .product-images__list img {
    max-width: 100%; }

.product-images__thumbnail {
  line-height: 0;
  border: 2px solid transparent;
  cursor: pointer; }
  .product-images__thumbnail:not(:last-child) {
    margin-bottom: 5px; }
  .product-images__thumbnail.active {
    border: 2px solid #888; }

.product-images__featured {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin: 0; }
  .product-images__featured img {
    max-width: 100%;
    width: 100%;
    height: 100%; }
  .product-images__featured .zoomImg {
    z-index: 1; }
  .product-images__featured iframe {
    width: 100%;
    height: 100%; }

.product-images__zoom-instructions {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
  background-color: white;
  padding: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  color: black;
  pointer-events: none; }

.product-single__additional-thumbnail {
  line-height: normal;
  text-align: center;
  cursor: pointer;
  color: #000;
  font-size: 14px; }
  @media (max-width: 768px) {
    .product-single__additional-thumbnail {
      display: none; } }

.product-single__additional-thumbnail__spacer {
  padding-bottom: 100%;
  display: block;
  position: relative;
  width: 100%; }

.product-single__additional-thumbnail__text {
  background: #CCC;
  font-weight: 700;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 1000px) {
    .product-single__additional-thumbnail__text {
      font-size: 12px; } }
