*{
  margin: 0;
  padding: 0;
  box-sizing: border-box
}
.show_zoom{
  width: 521px !important;
  height: 521px !important;
}
.singleProductSlider{
  position:relative;
  z-index: 99;
}
img#big-img {
  max-width: inherit !important;
}
.panel_lens {
  border: 1px solid rgb(224, 224, 224);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 20px 2px;
  pointer-events: none;
  border-radius: 4px;
  background:#fff;
  z-index: 9999;
}
#show-img { width: 521px; height: 521px; }
.small-img {
    width: 85%;
    height: 80px;
    margin-top: 10px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.small-img .icon-left, .small-img .icon-right {
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: var(--theme-color) !important;
  border-radius: 4px;
  border: none;
  color: #fff;
  z-index: 1;
}
.small-img .icon-left {
   left: -38px;
}
.small-img .icon-right{
   right: -38px;
    transform: rotate(180deg);
}
.small-img .icon-left:hover, .small-img .icon-right:hover{
  opacity: .5;
}
.small-container{
  width: 100%;
  height: 80px;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding:0px 14px;
}
.small-container div{
  width: 800%;
  position: relative;
}

.small-container .show-small-img{
  width: 80px;
  height: 80px;
  margin-right: 6px !important;
  cursor: pointer;
  float: left;
  border: 1px solid var(--border-color) !important;
  border-radius: 4px;
}
.small-container .show-small-img:last-of-type{
  margin-right: 0;
}
@media(min-width:768px) and (max-width:1280px){
  .show_zoom{
  width: 386px !important;
  height: 386px !important;
}
}