.show-slide {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 20px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
}
.show-slide .product-badge {
  right:20px;
  left: inherit;
}

.small-img {
  width: 80px;
  height: 340px;
  margin-top: 10px;
  position: relative;
  left: 0px;
}

.small-img .icon-left, .small-img .icon-right {
  cursor: pointer;
  position: absolute;
  top: -30px;
  left: 34px;
  margin: 0;
  z-index: 99;
  color: #101010;
  font-family: 'Rubik', sans-serif;
  font-size: 25px;
}

.small-img .icon-left { transform: rotate(270deg) }

.small-img .icon-right { top: 100%;transform: rotate(90deg);}

.small-img .icon-left:hover, .small-img .icon-right:hover { opacity: .5; }

.small-container {
  width: auto;
  height: 340px;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.small-container div {
  width: 800%;
  position: relative;
}

.small-container .show-small-img {
  width: 80px;
  height: 80px;
  margin-bottom: 6px;
  cursor: pointer;
  clear: left;
  display: block;
  padding: 10px !important;
  border: 1px solid #cccccc !important;
}

.small-container .show-small-img:last-of-type { margin-right: 0; }
