@media (min-width: 767px) {
  #product-single .product-image-wrapper:after {
    display: none;
  }
}
#product-single .product-image-wrapper .product-image {
  position: relative;
}
@media (min-width: 767px) {
  #product-single .product-image-wrapper .product-image:after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  #product-single .product-image-wrapper .product-image a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
  }
}
#product-single .product-image-wrapper .product-image-galery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  max-width: 100%;
}
@media (max-width: 768px) {
  #product-single .product-image-wrapper .product-image-galery {
    height: 100%;
  }
}
@media (min-width: 20rem) {
  #product-single .product-image-wrapper .product-image-galery {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    margin-bottom: 1.5625rem;
  }
}
@media (min-width: 37.5rem) {
  #product-single .product-image-wrapper .product-image-galery {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    margin-bottom: 1.5625rem;
  }
}
@media (min-width: 57.1875rem) {
  #product-single .product-image-wrapper .product-image-galery {
    width: 100%;
    height: auto;
    margin-bottom: 0rem;
    position: relative;
  }
}
@media (min-width: 68.75rem) {
  #product-single .product-image-wrapper .product-image-galery {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (min-width: 77.5rem) {
  #product-single .product-image-wrapper .product-image-galery {
    width: 100%;
  }
}
@media (min-width: 83.75rem) {
  #product-single .product-image-wrapper .product-image-galery {
    width: 100%;
  }
}
#product-single .product-image-wrapper .product-image-galery .thumbnails {
  margin: 8px;
}
#product-single .product-image-wrapper .product-image-galery .thumbnails .thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 8px;
  float: left;
  padding: 5px;
  margin-bottom: 10px;
  border: 1px solid #EAECEF;
  height: 80px;
  width: 80px;
  cursor: pointer;
}
#product-single .product-image-wrapper .product-image-galery .thumbnails .thumbnail.selected {
  border: 1px solid #51a53a;
}
@media (max-width: 768px) {
  #product-single .product-image-wrapper .product-image-galery .thumbnails .thumbnail {
    float: left;
    margin-right: 5px;
  }
}
#product-single .product-image-wrapper .product-image-galery .product--img {
  position: relative;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  #product-single .product-image-wrapper .product-image-galery .product--img {
    padding: 0.875rem 0;
    margin-bottom: 15px;
  }
}
#product-single .product-image-wrapper .product-image-galery .product--img img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  #product-single .product-image-wrapper .product-image-galery .product--img img {
    padding: 5px 0;
  }
}