.product-images-slider,
.oxy-ou-product-images {
	display:block;
	position: relative;
	width: 100%;
}

.oxy-ou-product-images .ez-zoom {
	position: relative;
}

.oxy-ou-product-images .easyzoom-flyout {
	background: #fff;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: 1;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

.oxy-ou-product-images .easyzoom-flyout img {
	max-width: initial;
}

.oxy-ou-product-images .easyzoom-flyout:hover {
	opacity: 1;
}

.oxy-ou-product-images span.ouwoo-onsale.onsale {
	border-radius: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 0px 12px #b7b5b5;
}

.oxy-ou-product-images .ouwoo-out-of-stock-label {
	background-color: #ff2e00;
	color: #fff;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;					
	padding: 7px 10px;
	line-height: 1;
	font-size: 12px;
	pointer-events: none;
	text-align: center;
	box-shadow: 0px 0px 12px #b7b5b5;
}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/* pswp = photoswipe */
.pswp {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 98766553232;
	-webkit-text-size-adjust: 100%;
	/* create separate layer, to avoid paint on window.onscroll in webkit/blink */
	-webkit-backface-visibility: hidden;
	outline: none;
}

.pswp img {
	max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
	opacity: 0.001;
	will-change: opacity;
	/* for open/close transition */
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
	display: block;
}

.pswp--zoom-allowed .pswp__img {
	/* autoprefixer: off */
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
	max-width: none;
}

.pswp--zoomed-in .pswp__img {
	/* autoprefixer: off */
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}

.pswp--dragging .pswp__img {
	/* autoprefixer: off */
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing;
}

.pswp__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.85);
	opacity: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}

.pswp__scroll-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.pswp__container {
	transition: transform 0.3s ease-in-out;
}

.pswp__container,
.pswp__zoom-wrap {
	-ms-touch-action: none;
	touch-action: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pswp__zoom-wrap {
	position: absolute;
	width: 100%;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	/* for open/close transition */
	-webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
	will-change: opacity;
	/* for open/close transition */
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
	-webkit-transition: none;
	transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
	-webkit-backface-visibility: hidden;
}

.pswp__item {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.pswp__img {
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	left: 0;
}

.pswp__img--placeholder {
	-webkit-backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
	background: #222;
}

.pswp--ie .pswp__img {
	width: 100% !important;
	height: auto !important;
	left: 0;
	top: 0;
}

.pswp__error-msg {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	margin-top: -8px;
	color: #CCC;
}

.pswp__error-msg a {
	color: #CCC;
	text-decoration: underline;
}

.oxy-ou-product-images .swiper-slide {
	padding: 0!important;
	margin: 0;
}

.oxy-ou-product-images .product-images {
	margin-bottom: 10px;
	overflow: hidden;
}

.oxy-ou-product-images .mb-zero .product-images {
	margin-bottom: 0;
}

.oxy-ou-product-images #product-images {
	justify-content: unset!important;
}

.oxy-ou-product-images .product-images .image-item a {
	display: block;
	font-size: 0;
}

.oxy-ou-product-images .swiper-button-next.swiper-button-disabled {
	visibility: hidden;
	opacity: 0;
	right: -1em;
}

.oxy-ou-product-images .swiper-button-prev.swiper-button-disabled {
	visibility: hidden;
	left: -1em;
	opacity: 0;
}

.oxy-ou-product-images .ou-swiper-button svg {
	width: 12px;
	height: 12px;
}

.oxy-ou-product-images .ou-swiper-button {
	background: #fff;
	border-radius: 50%;
	color: #777;
	width: 40px;
	height: 40px;

	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.oxy-ou-product-images .product-thumbnail-images.swiper-container {
	margin-left: 0;
    margin-right: 0;
}

.oxy-ou-product-images .product-thumbnail-images .ou-swiper-button {
	width: 25px;
	height: 25px;
	top: 56%;
}

.oxy-ou-product-images .product-thumbnail-images .ou-swiper-button svg {
	width: 9px;
	height: 9px;
}

.oxy-ou-product-images .ou-swiper-button svg,
.oxy-ou-product-images .ou-swiper-button:hover svg,
.oxy-ou-product-images .woocommerce-product-gallery__trigger svg {
	fill: currentColor;
}

.oxy-ou-product-images .ou-swiper-button:focus,
.oxy-ou-product-images .ou-swiper-button:after {
	outline: 0;
}

.oxy-ou-product-images .ou-swiper-button:after {
	display: none;
}

body:not(.oxygen-builder-body) .thumbnail-item {
	cursor: pointer;
	transition: opacity 0.7s;
}

/*.oxy-ou-product-images .woocommerce-product-gallery__trigger {
	display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 2em;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 100%;
    box-sizing: content-box;
}

.oxy-ou-product-images .woocommerce-product-gallery__trigger svg {
	width: 15px;
	height: 15px;
}*/