
.wd-owl:hover .owl-nav>div {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
	pointer-events: visible;
}

.slider-title {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-align: left;
	text-transform: uppercase;
	font-size: 22px;
}

.slider-title:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 40px;
	height: 2px;
	background-color: var(--wd-primary-color);
}

.wd-owl {
	position: relative;
	z-index: 1;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
}

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

.wd-owl:not(.owl-loaded) {
	display: flex;
	overflow: hidden;
}

[data-hide_pagination_control="no"] .wd-owl:not(.owl-loaded) {
	padding-bottom: 41px !important;
}

.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-"] {
	margin-right: calc(( var(--wd-car-sp) / 2 ) * -1);
	margin-left: calc(( var(--wd-car-sp) / 2 ) * -1);
	--wd-car-sp: .001px;
}

[class*="wd-carousel-spacing-"] .owl-item, [class*="wd-carousel-spacing-"] .wd-owl:not(.owl-loaded)>div {
	padding-right: calc(var(--wd-car-sp) / 2);
	padding-left: calc(var(--wd-car-sp) / 2);
}

[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);
}

.wd-carousel-spacing-2 {
	--wd-car-sp: 2px;
}

.wd-carousel-spacing-6 {
	--wd-car-sp: 6px;
}

.wd-carousel-spacing-10 {
	--wd-car-sp: 10px;
}

.wd-carousel-spacing-20 {
	--wd-car-sp: 20px;
}

.wd-carousel-spacing-30 {
	--wd-car-sp: 30px;
}

@media (min-width: 1025px) {
	.owl-items-lg-1:not(.owl-loaded)>div {
		flex: 0 0 100%;
		width: 100%;
	}
	
	.owl-items-lg-2:not(.owl-loaded)>div {
		flex: 0 0 50%;
		width: 50%;
	}
	
	.owl-items-lg-3:not(.owl-loaded)>div {
		flex: 0 0 33.3333333333%;
		width: 33.3333333333%;
	}
	
	.owl-items-lg-4:not(.owl-loaded)>div {
		flex: 0 0 25%;
		width: 25%;
	}
	
	.owl-items-lg-5:not(.owl-loaded)>div {
		flex: 0 0 20%;
		width: 20%;
	}
	
	.owl-items-lg-6:not(.owl-loaded)>div {
		flex: 0 0 16.6666666667%;
		width: 16.6666666667%;
	}
	
	.owl-items-lg-7:not(.owl-loaded)>div {
		flex: 0 0 14.2857142857%;
		width: 14.2857142857%;
	}
	
	.owl-items-lg-8:not(.owl-loaded)>div {
		flex: 0 0 12.5%;
		width: 12.5%;
	}
}

@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) {
	.wd-carousel-spacing-20, .wd-carousel-spacing-30 {
		--wd-car-sp: 10px;
	}
}

@media (max-width: 576px) {
	.owl-items-xs-1:not(.owl-loaded)>div {
		flex: 0 0 100%;
		width: 100%;
	}
	
	.owl-items-xs-2:not(.owl-loaded)>div {
		flex: 0 0 50%;
		width: 50%;
	}
	
	.owl-items-xs-3:not(.owl-loaded)>div {
		flex: 0 0 33.3333333333%;
		width: 33.3333333333%;
	}
	
	.owl-items-xs-4:not(.owl-loaded)>div {
		flex: 0 0 25%;
		width: 25%;
	}
	
	.owl-items-xs-5:not(.owl-loaded)>div {
		flex: 0 0 20%;
		width: 20%;
	}
	
	.owl-items-xs-6:not(.owl-loaded)>div {
		flex: 0 0 16.6666666667%;
		width: 16.6666666667%;
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	.owl-items-md-1:not(.owl-loaded)>div {
		flex: 0 0 100%;
		width: 100%;
	}
	
	.owl-items-md-2:not(.owl-loaded)>div {
		flex: 0 0 50%;
		width: 50%;
	}
	
	.owl-items-md-3:not(.owl-loaded)>div {
		flex: 0 0 33.3333333333%;
		width: 33.3333333333%;
	}
	
	.owl-items-md-4:not(.owl-loaded)>div {
		flex: 0 0 25%;
		width: 25%;
	}
}

@media (min-width: 577px) and (max-width: 768.98px) {
	.owl-items-sm-1:not(.owl-loaded)>div {
		flex: 0 0 100%;
		width: 100%;
	}
	
	.owl-items-sm-2:not(.owl-loaded)>div {
		flex: 0 0 50%;
		width: 50%;
	}
	
	.owl-items-sm-3:not(.owl-loaded)>div {
		flex: 0 0 33.3333333333%;
		width: 33.3333333333%;
	}
	
	.owl-items-sm-4:not(.owl-loaded)>div {
		flex: 0 0 25%;
		width: 25%;
	}
	
	.owl-items-sm-5:not(.owl-loaded)>div {
		flex: 0 0 20%;
		width: 20%;
	}
	
	.owl-items-sm-6:not(.owl-loaded)>div {
		flex: 0 0 16.6666666667%;
		width: 16.6666666667%;
	}
}
