.woocommerce-product-gallery {
    width: 100% !important;
    float: none !important;
    overflow: hidden;
}

.woocommerce-product-gallery__image a {
    display: block;
}

.woocommerce-product-gallery__trigger {
    display: none;;
}

.wooswipe__thumb {
    width: 100%;
    height: auto;
    padding: 0 1.5rem;
    margin-top: 1rem;
    list-style: none;
    overflow: hidden;
}

.wooswipe__thumb ul {
    padding: 0;
    margin: 0;
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.wooswipe__thumb li {
    padding: 0 5px;
    margin: 0 0 15px;
    outline: none !important;
    cursor: pointer;
}

.woocommerce-product-gallery__image {
    width: 100%;
    overflow: hidden;
    text-align: center;
  }  

.slick-next,
.slick-prev {
  width: 15px;
  height: 20px;
  margin: -16px auto 0;
  z-index: 10;
  background-size: 14px !important;
  box-shadow: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
}

.slick-next {
   background: url(../images/nav-right.png) center no-repeat;
   right: 5px;
}

.slick-prev {
    background: url(../images/nav-left.png) center no-repeat;
    left: 0;
}