.wd-owl:hover .owl-nav>div {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
	pointer-events: visible;
}

.wd-owl .owl-stage {
	position: relative;
}

.wd-owl .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	line-height: 0;
}

.wd-owl .owl-stage-outer {
	position: relative;
	overflow: hidden;
	transform: translate3d(0px, 0, 0);
}

.wd-owl :is(.owl-wrapper,.owl-item) {
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.wd-owl .owl-item {
	position: relative;
	float: left;
	min-height: 1px;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-touch-callout: none;
}

.wd-owl :is(.owl-nav.disabled,.owl-dots.disabled) {
	display: none;
}

.wd-owl :is(.owl-nav .owl-prev,.owl-nav .owl-next,.owl-dot) {
	cursor: pointer;
	user-select: none;
}

.wd-owl.owl-loaded {
	display: block;
}

.wd-owl.owl-loading {
	display: block;
	opacity: 0;
}

.wd-owl.owl-hidden {
	opacity: 0;
}

.wd-owl.owl-refresh .owl-item {
	visibility: hidden;
}

.wd-owl.owl-drag .owl-item {
	user-select: none;
}

.wd-owl.owl-grab {
	cursor: move;
	cursor: grab;
}

.wd-owl .owl-item.animated {
	animation-duration: 600ms;
	animation-fill-mode: both;
}

.wd-owl .owl-item.fadeOut {
	animation-name: wd-fadeOut;
}

.wd-owl .owl-animated-in {
	z-index: 0;
}

.wd-owl .owl-animated-out {
	z-index: 1;
}

.owl-height {
	transition: height 500ms ease-in-out;
}

.owl-loaded:after, .owl-loaded:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50px;
}

.owl-loaded:before {
	right: -50px;
}

.owl-loaded:after {
	left: -50px;
}

.owl-dots {
	margin-top: 5px;
	text-align: center;
}

.owl-dots .owl-dot {
	display: inline-block;
	margin-top: 10px;
}

.owl-dots .owl-dot span {
	display: block;
	margin: 5px;
	width: 10px;
	height: 10px;
	border: 2px solid var(--color-gray-300);
	border-radius: 50%;
	transition: all .25s ease;
}

.owl-dots .owl-dot:not(.active):hover span {
	border-color: var(--color-gray-800);
}

.owl-dots .owl-dot.active span {
	border-color: var(--color-gray-800);
	background-color: var(--color-gray-800);
}

.owl-nav>div[class*="prev"] {
	left: 0;
}

.owl-nav>div[class*="next"] {
	right: 0;
}

[class*="wd-carousel-spacing-"] .owl-nav>div[class*="prev"] {
	left: calc(-50px + var(--wd-car-sp) / 2);
}

[class*="wd-carousel-spacing-"] .owl-nav>div[class*="next"] {
	right: calc(-50px + var(--wd-car-sp) / 2);
}

@media (min-width: 1025px) {}

@media (max-width: 1024px) {
	.owl-nav>div {
		visibility: visible;
		opacity: 1;
		pointer-events: visible;
	}
	
	.owl-nav>div[class*="prev"] {
		left: 5px;
	}
	
	.owl-nav>div[class*="next"] {
		right: 5px;
	}
	
	div[class*="wd-carousel-spacing"] .owl-nav>div[class*="prev"] {
		margin-left: 35px;
	}
	
	div[class*="wd-carousel-spacing"] .owl-nav>div[class*="next"] {
		margin-right: 35px;
	}
	
	.wpb-js-composer :is(.slider-type-product,.slider-type-post,.categories-style-carousel) {
		margin-bottom: 20px;
	}
	
	.owl-loaded:after, .owl-loaded:before {
		content: none;
	}
}

@media (max-width: 768.98px) {}

@media (max-width: 576px) {}

@media (min-width: 769px) and (max-width: 1024px) {}

@media (min-width: 577px) and (max-width: 768.98px) {}