*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.product-slider-wrapper {
    margin: 10px auto;
    max-width: 100%;
}

/* Main Image */
.product-slider-wrapper .show{
    width: 400px;
    height: 400px;
    border: 1px solid #d7d7d7;
    float: left; z-index: 9;
}
.product-slider-wrapper  #show-img {
    width: 400px;
    height: 400px;
}

/* Thumbnail Wrapper */
.product-slider-wrapper  .small-img{
    width: 70px;
    height: 400px;
    margin-top: 10px;
    position: relative; float: left;margin-right: 10px;
}

/* Arrow Icons */
.product-slider-wrapper  .small-img .icon-left,
.product-slider-wrapper  .small-img .icon-right{
    width: 12px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.product-slider-wrapper  .small-img .icon-left{
    top: 0;transform: rotate(-90deg);
}

.product-slider-wrapper  .small-img .icon-right{
    bottom: 0;
    transform: rotate(90deg);
}

.product-slider-wrapper  .small-img .icon-left:hover,
.product-slider-wrapper .small-img .icon-right:hover{
    opacity: .5;
}

/* Thumbnail Container */
.product-slider-wrapper .small-container{
    width: 70px;
    height: 350px;
    overflow: hidden;
    position: absolute;
    top: 25px;
    left: 0;
}

/* Vertical Stack */
.product-slider-wrapper .small-container div{
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
}

/* Thumbnail Images */
.product-slider-wrapper .small-container .show-small-img{
    width: 70px;
    height: 70px;
    margin-bottom: 6px;
    cursor: pointer;
}

.product-slider-wrapper .small-container .show-small-img:last-of-type{
    margin-bottom: 0;
}

.w100{width: 100%;}

.productList-carousel .owl-nav .owl-prev, .productList-carousel .owl-nav .owl-next {
    position: absolute;
    top: -40px;
    padding: 5px 40px;
    border-radius: 30px;
    background: #39cb74;
    color: #fff;
    transition: 0.5s;
}

.productList-carousel .owl-nav .owl-prev {
    left: 0;
}

.productList-carousel .owl-nav .owl-next {
    right: 0;
}

