    
/*  Product gallery ------------------*/

.product-gallery {
  margin-bottom: 10px;
}
  
  .product-gallery:hover .gallery-thumbs-prev,
  .product-gallery:hover .gallery-thumbs-next {
    opacity: 1;
    visibility: visible; }

@media screen and (max-width: 1024px) {
  
  .product-gallery .gallery-thumbs-prev,
  .product-gallery .gallery-thumbs-next {
    opacity: 1;
    visibility: visible; } }
    
/*  Gallery thumbs --------------------*/

.gallery-thumbs-wrapper {
  position: relative; }


.gallery-thumbs {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: -3px;
  right: 0;
  bottom: -3px;
  padding: 3px 6px; }
  
  .gallery-thumbs .swiper-slide {
    background: transparent;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    cursor: pointer;
    text-align: center;
    max-height: 110px;
    width: 100%; }
  
  .gallery-thumbs .slide-inner {
    display: block;
    overflow: hidden;
    height: 100%;
    width: 100%;
    text-align: center; }
    
    .gallery-thumbs .slide-inner:after {
      content: '';
      display: inline-block;
      height: 100%;
      width: 0;
      vertical-align: middle; }
  
  .gallery-thumbs .swiper-slide.active {
    border: 1px solid #6FB52A; }
  
  .gallery-thumbs img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%; }


.gallery-thumbs-prev,
.gallery-thumbs-next {
  display: block;
  color: #6FB52A;
  cursor: pointer;
  font-size: 30px;
  opacity: 0;
  position: absolute;
  left: 0;
  text-align: center;
  z-index: 100;
  visibility: hidden;
  width: 100%;
  transition: 0.2s ease opacity, 0.2s ease visibility; }
  
  .gallery-thumbs-prev.swiper-button-disabled,
  .gallery-thumbs-next.swiper-button-disabled {
    visibility: hidden !important;
    opacity: 0 !important; }


.gallery-thumbs-prev {
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 10%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, white 10%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  top: 0;
  padding-bottom: 10px; }


.gallery-thumbs-next {
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 10%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 10%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  bottom: 0;
  padding-top: 10px; }

/*  Gallery main -----------------*/

.gallery-main-wrapper {
  position: relative;
  text-align: center; }

  .gallery-main-wrapper .product-image {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    text-align: center; }

  .gallery-main-wrapper .product-labels {
    right: 10px; }


.gallery-main {
  margin: -5px;
  padding: 5px; }

  .gallery-main .swiper-slide {
    background: #FFFFFF;
    position: relative; }

  .gallery-main .slide-inner {
    background: #FFFFFF;
    position: relative;
    height: 100%;
    width: 100%; }

  .gallery-main .image-wrapper {
    display: inline-block;
    position: relative;
    text-align: center;
    text-decoration: none;
    height: 100%;
    width: 100%; }

  .gallery-main img {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    max-width: 100%;
    max-height: 100%; }
