/* gallery */
.yith_magnifier_gallery {
  margin: 0;
  padding: 0;
  text-align: center;
}

.yith_magnifier_gallery li {
  position: relative;
  display: inline-block;
  vertical-align: center;
  top: 0;
}

.yith_magnifier_gallery li.last {
  /*margin-right: 0; */
}

.yith_magnifier_gallery li a {
  width: 100% !important;
  display: block;
  margin-top: 10px;
  height: auto !important;
}

/* next/prev */
.single-product.woocommerce .thumbnails {
  position: relative;
  overflow: hidden;
}

.single-product.woocommerce .thumbnails #slider-prev,
.single-product.woocommerce .thumbnails #slider-next {
  display: none !important;
  cursor: pointer;
  width: 27px;
  height: 26px;
  background: url('../images/slider-arrow.png') no-repeat left center;
  position: absolute;
  top: 50%;
  transform: translateY( -50% );
}

.single-product.woocommerce .thumbnails #slider-prev {
  background-position: left center;
  left: 0px;
}

.single-product.woocommerce .thumbnails #slider-next {
  background-position: right center;
  right: 0px;
}

.single-product.woocommerce .thumbnails:hover #slider-prev,
.single-product.woocommerce .thumbnails:hover #slider-next {
  display: block !important;
}

span.onsale {
  z-index: 10000
}

div.pp_woocommerce a.yith_expand {
  display: inline;
  bottom: 10px;
  top: initial;
  left: 10px;
  background-color: rgb(68, 68, 68);
  box-sizing: border-box;
  cursor: pointer;
  font-size: 25px;
  position: absolute;
  text-align: left;
  text-decoration: none;
  text-indent: -10000px;
  z-index: 20000;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
  line-height: 1em;
  transition: all ease-in-out .2s;
  color: #fff !important;
}

a.yith_expand:before {
  font-family: WooCommerce;
  content: "\e005";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  text-indent: 0;
}
