

img#show-img {
}

.show-zoom {
    text-align: center;
}

.img_zoom_container {
    background: white;
}
/* 
  .show{width: 100%;background: red;} */
  #show-img { width: 400px; height: 400px; }
  .small-img{
    width: 100%;
    margin-top: 20px;
    position: relative;
    min-height: 114px;
  }
  .small-img .icon-left, .small-img .icon-right{
    width: 12px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .small-img .icon-left{
    z-index: 9;
    left: -15px;
  }
  .small-img .icon-right{
    right: -15px;
  }
  .small-img .icon-left:hover, .small-img .icon-right:hover{
    opacity: .5;
  }
  .small-container{
    width: 100%;
    height: 150px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .small-container div{
    width: 970px;
    position: relative;
    transition: all 1000ms ease 0s;
  }
  
  .small-container .show-small-img{
    max-width: 114px;
    margin-right: 15px;
    cursor: pointer;
    min-height: 100px;
    float: left;
  }
  .small-container .show-small-img:last-of-type{
    margin-right: 0;
  }

.hidden {
    display: none !important;
}
.show-zoom:last-child {
    z-index: 111;
}


.show-zoom {
    max-width: 100%;
    position: relative;
}

img#show-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.show-zoom {
    text-align: center;
    height: 100%;
}

.product__wrp {
    min-height: 541px;
}


.img_zoom_container, .vide__wrp {
    /* height: 475px; */
    background-color: #fafafa;
}
