.product-single .owlcarousel {
	position: static;
}

.product-single .owlcarousel .owl-stage {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.product-single .owlcarousel .owl-item {
	width: 100% !important;
}

.rd-navbar-fixed .rd-navbar-collapse .owlcarousel .owl-item.active + .owl-item {
	opacity: 0;
}

@media (max-width: 575.98px) {
	.rd-navbar-modern.rd-navbar-fixed .owlcarousel {
		margin-left: 0;
		margin-top: 5px;
	}
}

.owlcarousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owlcarousel .owl-animated-in {
	z-index: 0;
}

.owlcarousel .owl-animated-out {
	z-index: 1;
}

.owlcarousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

.owlcarousel {
	display: block;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
	/*
 * 	Owl Carousel - Lazy Load Plugin
 */
	/*
 * 	Owl Carousel - Video Plugin
 */
}

.owlcarousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
	/* fix firefox animation glitch */
}

.owlcarousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owlcarousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owlcarousel .owl-controls .owl-nav .owl-prev,
.owlcarousel .owl-controls .owl-nav .owl-next,
.owlcarousel .owl-controls .owl-dot {
	cursor: pointer;
	user-select: none;
}

.owlcarousel .owl-loaded {
	display: block;
}

.owlcarousel .owl-loading {
	opacity: 0;
	display: block;
}

.owlcarousel .owl-hidden {
	opacity: 0;
}

.owlcarousel .owl-refresh .owl-item {
	display: none;
}

.owlcarousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owlcarousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.owlcarousel .owl-rtl {
	direction: rtl;
}

.owlcarousel .owl-rtl .owl-item {
	float: right;
}

.no-js .owlcarousel {
	display: block;
}

.owlcarousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}

.owlcarousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000000;
}

.owlcarousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	font: 400 40px/80px 'FontAwesome';
	cursor: pointer;
	z-index: 1;
	transition: scale 100ms ease;
}

.owlcarousel .owl-video-play-icon:before {
	content: '\f144';
}

.owlcarousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.owlcarousel .owl-video-playing .owl-video-tn,
.owlcarousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owlcarousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}

.owlcarousel .owl-video-frame {
	position: relative;
	z-index: 1;
}

.owlcarousel-inline-outer .owlcarousel {
	max-width: calc(100% + 60px);
}

.owlcarousel-inline-outer .owlcarousel {
	top: 5px;
}

.owlcarousel-inline-outer-1 .owlcarousel {
	top: 7px;
	max-width: calc(100% + 60px);
}

.owlcarousel-inline-outer-1 .owlcarousel {
	margin-left: 10px;
	line-height: 1.3;
}