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

.woocommerce-product-gallery img {
	max-width: 100%
}
.woocommerce-product-gallery__image>a,
.slick-initialized .slick-slide.nav-item{
	display:flex;
	align-items:center;
	justify-content:center;
}
/*.slide-img-wrap-pad{
	padding:10px;
}*/
.slide-img-wrap{
	position:relative;
	width:100%;
	height:0;
	padding-bottom:100%;
}
.slide-img-wrap>img{
	position:absolute;
	top:5%;
	bottom:5%;
	left:5%;
	right:5%;
	margin:auto;
	max-width:100%;
	max-height:100%;
}
.woocommerce-product-gallery:not(.thumbs-position-centered) {
	opacity: 1 !important
}

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

.woocommerce-product-gallery .owl-carousel .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 .product-image-thumbnail {
	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 .woocommerce-product-gallery__wrapper.owl-carousel.owl-items-lg-1>.product-image-wrap:nth-child(n+2) {
	display: none
}

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

.woocommerce-product-gallery .thumbnails {
	opacity: 0
}

.woocommerce-product-gallery .thumbnails.thumbnails-ready {
	opacity: 1;
	transition: opacity .2s ease .2s
}

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

.woocommerce-product-gallery .thumbnails.owl-carousel .owl-item {
	padding-right: 2px;
	padding-left: 2px
}

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

.image-action-none .owl-carousel .product-image-wrap a {
	cursor: move
}

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

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

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

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

.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, 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: 16px;
	line-height: var(--icon-bg-size);
	font-family: "woodmart-font"
}

.wd-action-btn.wd-style-icon-bg-text>a:after {
	display: none
}

.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 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15), max-width 0.4s cubic-bezier(0.175, 0.885, 0.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 {
	font-size: 26px !important;
	content: "\f102"
}

.wd-show-product-gallery-wrap>a:before {
	content: "\f127"
}

.product-video-button>a:before {
	content: "\f101"
}

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

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

.woocommerce-product-gallery .labels-rounded {
	top: 15px;
	right: 30px
}

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

.woocommerce-product-gallery .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
	}
	
	.product-360-button>a:before {
		font-size: 22px !important
	}
}

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