
.woocommerce-product-gallery .owl-nav>div.disabled {
	color: var(--color-gray-400);
	cursor: default;
}

.woocommerce-product-gallery img {
	width: 100%;
	border-radius: var(--wd-brd-radius);
}

.woocommerce-product-gallery:not(.thumbs-position-centered) {
	opacity: 1 !important;
}

.woocommerce-product-gallery .wd-owl {
	overflow: hidden;
	border-radius: var(--wd-brd-radius);
}

.woocommerce-product-gallery .wd-owl .product-image-wrap {
	padding-right: 2px;
	padding-left: 2px;
}

.woocommerce-product-gallery .owl-loaded:after, .woocommerce-product-gallery .owl-loaded:before {
	content: none;
}

.woocommerce-product-gallery .owl-dots {
	position: absolute;
	bottom: -7px;
	left: 0;
	right: 0;
	pointer-events: none;
	transition: all .3s ease;
}

.woocommerce-product-gallery .owl-dots .owl-dot {
	pointer-events: auto;
	padding-bottom: 10px;
}

.woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wd-owl.owl-items-lg-1>.product-image-wrap:nth-child(n+2) {
	display: none;
}

.woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wd-owl.owl-items-lg-2>.product-image-wrap:nth-child(n+3) {
	display: none;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image {
	position: relative;
	overflow: hidden;
	border-radius: var(--wd-brd-radius);
}

.woocommerce-product-gallery.image-action-none .product-image-wrap a {
	cursor: default;
	pointer-events: none;
}

.woocommerce-product-gallery.image-action-none .wd-owl .product-image-wrap a {
	cursor: move;
}

.woocommerce-product-gallery.image-action-zoom .zoomImg[src$=".png"] {
	background-color: #fff;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.woocommerce-product-gallery.image-action-zoom .wd-owl .product-image-wrap {
	cursor: move;
	cursor: grab;
	cursor: -webkit-grab;
}

.woocommerce-product-gallery.image-action-zoom .owl-grab .zoomImg {
	opacity: 0 !important;
	transition: opacity .25s ease;
}

.woocommerce-product-gallery:not(.wd-has-thumb) .thumbnails {
	display: none;
}

.woocommerce-product-gallery .product-image-thumbnail {
	position: relative;
	cursor: pointer;
	transition: opacity .25s ease;
}

.woocommerce-product-gallery .product-image-thumbnail.active-thumb {
	transition: none;
}

.woocommerce-product-gallery .product-image-thumbnail:hover, .woocommerce-product-gallery .product-image-thumbnail.active-thumb {
	opacity: .5;
}

.woocommerce-product-gallery .thumbnails.wd-owl .owl-item, .woocommerce-product-gallery .thumbnails.wd-owl>.product-image-thumbnail {
	padding-right: 2px;
	padding-left: 2px;
}

.woocommerce-product-gallery .thumbnails.wd-owl>.product-image-thumbnail:first-child {
	opacity: .5;
}

.product-additional-galleries {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	padding: 30px 30px 15px 30px;
	transition: all .3s ease;
}

.product-additional-galleries>div:not(:last-child) {
	margin-bottom: 10px;
}

.wd-action-btn.wd-style-icon-bg-text {
	--icon-bg-size: 50px;
}

.wd-action-btn.wd-style-icon-bg-text>a {
	flex-wrap: nowrap;
	overflow: hidden;
	min-width: var(--icon-bg-size);
	height: var(--icon-bg-size);
	border-radius: 30px;
	background-color: var(--bgcolor-white);
	box-shadow: 0 0 5px rgba(0, 0, 0, .08);
	color: var(--color-gray-600);
	font-size: 13px;
}

.wd-action-btn.wd-style-icon-bg-text>a:before {
	display: inline-block;
	width: var(--icon-bg-size);
	height: var(--icon-bg-size);
	text-align: center;
	font-size: 18px;
	line-height: var(--icon-bg-size);
	font-family: "woodmart-font";
}

.wd-action-btn.wd-style-icon-bg-text>a>span {
	overflow: hidden;
	padding: 0;
	max-width: 0;
	white-space: nowrap;
	font-weight: 600;
	transition: padding .4s cubic-bezier(.175, .885, .32, 1.15), max-width .4s cubic-bezier(.175, .885, .32, 1.15);
}

.wd-action-btn.wd-style-icon-bg-text>a:hover {
	color: var(--color-gray-800);
}

.wd-action-btn.wd-style-icon-bg-text>a:hover>span {
	padding-right: 25px;
	max-width: 280px;
}

.product-360-button>a:before {
	content: "";
}

.wd-show-product-gallery-wrap>a:before {
	content: "";
}

.wd-play-icon>a:before {
	content: "";
}

.thumbs-position-bottom .woocommerce-product-gallery__wrapper {
	margin-bottom: 4px;
}

.woocommerce-product-gallery .product-labels {
	left: auto;
	z-index: 10;
	align-items: flex-end;
	max-width: 30%;
	transition: all .3s ease;
}

.woocommerce-product-gallery .product-labels.labels-rectangular {
	top: 15px;
	right: 17px;
	left: auto;
}

.woocommerce-product-gallery .product-labels[class*="labels-rounded"] {
	top: 15px;
	right: 30px;
}

.woocommerce-product-gallery .product-labels.labels-rounded .product-label {
	min-width: 55px;
	min-height: 55px;
}

.woocommerce-product-gallery .product-labels.labels-rounded .label-with-img {
	min-height: auto;
}

@media (max-width: 1024px) {
	.wd-action-btn.wd-style-icon-bg-text {
		--icon-bg-size: 40px;
	}
	
	.wd-action-btn.wd-style-icon-bg-text>a:before {
		font-size: 14px;
	}
	
	.woocommerce-product-gallery__wrapper .wd-btn-arrow {
		width: 55px;
		height: 80px;
		margin-top: -40px;
	}
}

@media (max-width: 576px) {
	.woocommerce-product-gallery .product-labels[class*="labels-rounded"] {
		top: 10px;
		right: 25px;
	}
	
	.woocommerce-product-gallery .product-labels.labels-rounded .product-label {
		min-width: 40px;
		min-height: 40px;
	}
	
	.woocommerce-product-gallery .product-labels.labels-rounded .label-with-img {
		min-height: auto;
	}
}
