
.product-details-area .show {
    width: 100%;
    height: 100%;
}
  .product-details-area #show-img {
     width: 100%;
     height: 100%;
  }
  .product-details-area .small-img{
    width: 350px;
    height: 70px;
    margin-top: 10px;
    position: relative;
    left: 25px;
  }
  .product-details-area .small-img .icon-left,
  .product-details-area .small-img .icon-right{
    width: 12px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .product-details-area .small-img .icon-left{
    transform: rotate(180deg)
  }
  .product-details-area .small-img .icon-right{
    right: 0;
  }
  .product-details-area .small-img .icon-left:hover,
  .product-details-area .small-img .icon-right:hover{
    opacity: .5;
  }
  .product-details-area .small-container{
    width: 310px;
    height: 70px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .product-details-area .small-container div {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
}

  .product-details-area .small-container .show-small-img{
    width: 70px;
    height: 70px;
    margin-right: 6px;
    cursor: pointer;
    float: left;
  }
  .product-details-area .small-container .show-small-img:last-of-type{
    margin-right: 0;
  }
