.yith_magnifier_zoom_wrap {
	top: 0;
	position: relative;
}

.yith_magnifier_loading {
	color:white;
	background:#222;
	padding:3px;
	border:1px solid #000;
	position: absolute;
	text-align: center;
	top: 10%;
	z-index: 9999;
}

.yith_magnifier_zoom {
	position: relative;
	display: block;
}

.yith_magnifier_zoom img {
	display: block;
}

.yith_magnifier_mousetrap {
	z-index: 999;
	position: absolute;
	width: 0px;
	height :0px;
	left: 0;
	top: 0;
}

/* ie fix */
.ie .yith_magnifier_mousetrap {
	background-image: url(//outroofwears.com/wp-content/plugins/yith-woocommerce-zoom-magnifier/assets/css/.);
}

.yith_magnifier_lens {
	display: none;
	z-index:98;
	position:absolute;
	overflow: hidden;

	border: 1px solid #ccc;
}

.yith_magnifier_lens img {
	width: auto !important;
	max-width: none !important;

	-webkit-transition: all ease-in-out 0s !important;
	-moz-transition: all ease-in-out 0s !important;
	-o-transition: all ease-in-out 0s !important;
	transition: all ease-in-out 0s !important;
}

.yith_magnifier_zoom_magnifier {
	display:none;
	position:absolute;
	z-index: 99;

	border:4px solid #ccc;
	overflow:hidden;
}

.yith_magnifier_gallery {
	list-style: none;
}


/* ul.yith_magnifier_gallery li {
	margin-right: 10px;
	text-align: center;
	overflow: hidden;
}

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

.yith_magnifier_thumbnail {
	margin-right: 1px;
}

/* Fix the blocked zoom box */
.woocommerce-product-gallery__image > .yith_magnifier_zoom_magnifier{
  display: none !important;
}
/* 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;
  overflow: hidden;
}

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

.yith_slider_arrow span{
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}


.single-product.woocommerce .thumbnails #slider-prev,
.single-product.woocommerce .thumbnails #slider-next {
	display: none;
	cursor: pointer;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 50%;
	transform: translateY( -50% );
}

@media only screen and (max-width: 1024px) {
  .single-product.woocommerce .thumbnails #slider-prev,
  .single-product.woocommerce .thumbnails #slider-next {
    display: block;
  }
}

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

.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
}

a.yith_expand {
  /*background: url(//outroofwears.com/wp-content/plugins/yith-woocommerce-zoom-magnifier/assets/icons/lightbox.svg) no-repeat center center;*/
	display: inline;
	cursor: pointer;
	font-size: 25px;
	position: absolute;
	text-decoration: none;
	text-indent: -10000px;
	z-index: 20000;
	height: 25px;
	width: 25px;
	line-height: 1em;
}

.expand-button-hidden svg{
  display: block;
  padding: 2px;
}


span.yith_zoom_icon {
  /*background: url(//outroofwears.com/wp-content/plugins/yith-woocommerce-zoom-magnifier/assets/icons/zoom.svg) no-repeat center center;*/
  display: inline;
  cursor: default;
  font-size: 25px;
  position: absolute;
  text-decoration: none;
  text-indent: -10000px;
  z-index: 20000;
  height: 25px;
  width: 25px;
  line-height: 1em;
}

.zoom-button-hidden svg{
  display: block;
  padding: 5px;
}

.expand-button-hidden svg {
  display: block;
  padding: 5px;
}


.elementor-widget-wrap .yith_magnifier_zoom.woocommerce-main-image img{
	width: 100%;
}