#wooswipe {
  position: relative;
}

#wooswipe .wooswipe-pinit {
  position: absolute;
  top: 10px;
  left: 10px;
}

#wooswipe .thumbnails {
  list-style: none;
  height: 100px;
  overflow: hidden;
  max-height: 100%;
  padding: 0;
}

#wooswipe .row{
  max-width: none;
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}

#wooswipe .col-md-6, #wooswipe .col-md-6-small-img-container, #wooswipe .col-md-6-big-img-container {
  width: 50%;
  border: 1px solid #333;
}

#wooswipe .col-md-6-small-img-container img{
  height:232px;
}

#wooswipe .col-md-6-big-img-container img{
  object-fit: cover;
  height: 100%;
}

#wooswipe .thumbnails{
  display: none;
}

#wooswipe .single-product-main-image-small img{
  object-fit: cover;
  height: 100%;
}

#wooswipe .single-product-main-image-small{
  height: 232px;
}

#wooswipe .single-product-main-image{
  height: 468px;
}

@media only screen and (max-width: 1360px) {
  #wooswipe .single-product-main-image{
    height: 360px;
  }
  #wooswipe .single-product-main-image-small{
    height: 178px;
  }
}

@media only screen and (max-width: 850px) {
  /* For mobile phones: */
  [class*="col-"] {
    width: 100%;
  }

  #wooswipe .col-md-6-big-img-container{
    width: 100%;
  }

  #wooswipe .col-md-6-big-img-container img{
    width: 100%;
    max-width: 100%;
  }
  #wooswipe .desktop-gallery{
    display:none;
  }
  #wooswipe .col-md-6-small-img-container{
    display:none;
  }

  #wooswipe .thumbnails{
    display: initial;
  }

  .slick-list{
    margin: 0 0 0 0;
  }

  .slick-dots {
    bottom: 20px;
  }
}

