
  
.woocommerce span.onsale, span.onsale {
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    left: 15px;
    line-height: 1;
    min-height: inherit;
    min-width: inherit;
    padding: 5px 10px;
    top: 15px;
    position: absolute;
  }
  
  
  
.woocommerce-product-gallery__trigger {
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 2em;
  z-index: 9;
  width: 36px;
  height: 36px;
  background: #fff;
  text-indent: -9999px;
  border-radius: 100%;
  box-sizing: content-box;
}

.woocommerce-product-gallery__trigger::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  left: 9px;
  box-sizing: content-box;
}

.woocommerce-product-gallery__trigger::after {
  content: "";
  display: block;
  width: 2px;
  height: 8px;
  background: #000;
  border-radius: 6px;
  position: absolute;
  top: 19px;
  left: 22px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: content-box;
}

.flex-control-thumbs {
  overflow: hidden;
  zoom: 1;
  margin: 0;
  padding: 0;
}
.woocommerce div.product div.images img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: none;

}
.woocommerce img, .woocommerce-page img {
  height: auto;
  max-width: 100%;
}

.flex-control-thumbs li img {
  cursor: pointer;
  opacity: .5;
  margin: 0;
}
.flex-control-thumbs li img.flex-active {
  opacity: 1;
}
ol.flex-control-nav.flex-control-thumbs{
  display: flex;
  list-style-type: none;
}
ul .ol{
  padding: 0;
}
