
.woocommerce-Reviews .comment-reply-title {
	display: block;
	margin-bottom: var(--wd-tags-mb);
	color: var(--wd-title-color);
	text-transform: var(--wd-title-transform);
	font-weight: var(--wd-title-font-weight);
	font-style: var(--wd-title-font-style);
	font-family: var(--wd-title-font);
	line-height: 1.4;
}

.commentlist .children, .commentlist {
	list-style: none;
	--li-pl: 0;
}

.commentlist .children {
	--list-mb: 0;
	--li-mb: 0;
	margin-left: 30px;
	border-top: 1px solid rgba(119, 119, 119, .2);
	line-height: 1.6;
}

.commentlist .children .comment:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

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

.popup-quick-view .wd-scroll-content>a:after {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -9px;
	margin-left: -9px;
	opacity: 0;
	transition: opacity 0s ease;
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	border: 1px solid rgba(255, 255, 255, .3);
	border-left-color: #fff;
	border-radius: 50%;
	vertical-align: middle;
}

.popup-quick-view .wd-scroll-content>a.loading {
	color: transparent !important;
}

.popup-quick-view .wd-scroll-content>a.loading:after {
	opacity: 1;
	transition: opacity .25s ease;
	animation: wd-rotate 450ms infinite linear;
}

.single-product .site-content {
	padding-right: 0;
	padding-left: 0;
}

.single-product-page>div:not(:last-child) {
	margin-bottom: 40px;
}

.breadcrumbs-location-below_header .single-breadcrumbs-wrapper {
	margin-top: -15px;
	margin-bottom: 15px;
}

.breadcrumbs-location-summary .single-breadcrumbs-wrapper {
	margin-bottom: 10px;
}

.single-breadcrumbs-wrapper .container:after {
	content: none;
}

.single-breadcrumbs-wrapper .single-breadcrumbs, .single-breadcrumbs-wrapper .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.single-breadcrumbs-wrapper .single-breadcrumbs:before, .single-breadcrumbs-wrapper .container:before {
	content: "";
	display: block;
}

.single-breadcrumbs-wrapper .woocommerce-breadcrumb, .single-breadcrumbs-wrapper .yoast-breadcrumb {
	flex: 1 1 auto;
	margin-bottom: 10px;
	font-size: 13px;
}

.single-breadcrumbs-wrapper .wd-products-nav {
	flex: 0 0 auto;
}

.single-product-sidebar {
	margin-bottom: 0;
}

.single-product-sidebar.sidebar-right {
	border-left: 1px solid rgba(119, 119, 119, .2);
}

.single-product-sidebar.sidebar-left {
	border-right: 1px solid rgba(119, 119, 119, .2);
}

.global-color-scheme-light .single-product-sidebar.sidebar-right, .global-color-scheme-light .single-product-sidebar.sidebar-left {
	border-color: rgba(255, 255, 255, .15);
}

.product-images img {
	width: 100%;
}

.product-images-inner {
	position: relative;
	z-index: 1;
}

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

.woocommerce-product-gallery .owl-carousel {
	overflow: hidden;
}

.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 .slick-slider {
	display: flex;
	align-items: stretch;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.woocommerce-product-gallery .slick-slider .slick-list {
	flex: 1 1 100%;
	order: 1;
	max-width: 100%;
	width: 100%;
}

.woocommerce-product-gallery .slick-slider .slick-prev, .woocommerce-product-gallery .slick-slider .slick-next {
	order: 2;
}

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

.thumbs-position-centered .woocommerce-product-gallery__image {
	transition: opacity .3s ease;
}

.thumbs-position-centered .owl-item:not(.center) .woocommerce-product-gallery__image {
	opacity: .4;
	pointer-events: none;
}

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

.thumbs-position-bottom_column .product-image-wrap, .thumbs-position-bottom_grid .product-image-wrap, .thumbs-position-bottom_combined .product-image-wrap {
	margin-bottom: 4px;
}

.thumbs-position-bottom_column .product-image-wrap:first-child, .thumbs-position-bottom_grid .product-image-wrap:first-child, .thumbs-position-bottom_combined .product-image-wrap:first-child {
	flex: 1 1 100%;
	max-width: 100%;
}

.thumbs-position-bottom_grid .woocommerce-product-gallery__wrapper, .thumbs-position-bottom_combined .woocommerce-product-gallery__wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-right: -2px;
	margin-left: -2px;
}

.thumbs-position-bottom_grid .product-image-wrap, .thumbs-position-bottom_combined .product-image-wrap {
	flex: 1 1 50%;
	padding-right: 2px;
	padding-left: 2px;
	max-width: 50%;
}

.thumbs-position-bottom_combined .product-image-wrap:nth-child(3n+4) {
	flex: 1 1 100%;
	max-width: 100%;
}

.image-full-width .product-images.vc_row-no-padding {
	flex-basis: auto;
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
	max-width: none;
}

.elementor-default .image-full-width div.product-images.wd-section-stretch-content {
	flex-basis: auto;
	padding-right: 0;
	padding-left: 0;
	max-width: none;
}

.image-full-width .product-image-summary-inner {
	display: block;
}

.image-full-width .product-image-summary-inner:after, .image-full-width .product-image-summary-inner:before {
	content: "";
}

.image-full-width .product-image-summary-inner>div:not(:last-child) {
	margin-bottom: 35px;
}

.image-full-width .product-image-summary-inner>.vc_row-full-width {
	margin-bottom: 0 !important;
}

.image-full-width.product-design-alt .summary-inner {
	margin: 0 auto;
}

.product-images .product-labels {
	left: auto;
	z-index: 10;
	align-items: flex-end;
	max-width: 30%;
}

.product-images .labels-rectangular {
	top: 15px;
	right: 0;
	left: auto;
}

.product-images .labels-rounded {
	top: 15px;
	right: 15px;
}

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

.browser-Internet .product-images .labels-rounded .product-label {
	height: 55px;
}

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

.product-additional-galleries {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	padding: 30px 30px 15px 30px;
}

.product-additional-galleries>div {
	margin-bottom: 10px;
}

.product-additional-galleries>div:last-child {
	margin-bottom: 0;
}

.wd-gallery-btn {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}

.wd-gallery-btn>a {
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: nowrap;
	overflow: hidden;
	min-width: 50px;
	height: 50px;
	border-radius: 30px;
	background: rgba(255, 255, 255, .9);
	box-shadow: 0 0 5px rgba(0, 0, 0, .08);
	color: rgba(0, 0, 0, .7);
	font-size: 13px;
}

.wd-gallery-btn>a:before {
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 16px;
	line-height: 50px;
	content: "";
	font-family: "woodmart-font";
}

.wd-gallery-btn>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-gallery-btn>a:hover {
	color: #333;
}

.wd-gallery-btn>a:hover>span {
	padding-right: 25px;
	max-width: 280px;
}

.global-color-scheme-light .wd-gallery-btn>a {
	background-color: rgba(0, 0, 0, .9);
	color: rgba(255, 255, 255, .8);
}

.global-color-scheme-light .wd-gallery-btn>a:hover {
	color: #fff;
}

.product-360-button>a:before {
	font-size: 26px;
	content: "";
	font-family: "woodmart-font";
}

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

.product-video-button>a:before {
	content: "";
	font-family: "woodmart-font";
}

.product_title {
	font-size: 34px;
	line-height: 1.2;
}

.product-image-summary .wd-product-brands {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

.product-image-summary .wd-product-brands a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	min-height: 70px;
	background-color: #fff;
	box-shadow: 0 0 2px rgba(0, 0, 0, .12);
	transition: all .3s ease;
}

.product-image-summary .wd-product-brands a:hover {
	box-shadow: 0 0 6px rgba(0, 0, 0, .14);
}

.product-image-summary .wd-product-brands img {
	max-width: 90px;
}

.global-color-scheme-light .product-image-summary .wd-product-brands a {
	background-color: #101010;
}

.summary-inner>.price, .wd-scroll-content>.price {
	font-size: 22px;
	line-height: 1.2;
}

.summary-inner>.price .login-to-prices-msg, .wd-scroll-content>.price .login-to-prices-msg {
	font-size: 80%;
}

.summary-inner>.price:empty, .wd-scroll-content>.price:empty {
	display: none;
}

.product-image-summary .wd-product-countdown {
	margin-bottom: 10px;
}

.product-image-summary .cart {
	margin-bottom: 15px;
}

.product-image-summary div.quantity {
	margin-bottom: 10px;
	margin-right: 10px;
}

.product-image-summary .single_add_to_cart_button {
	margin-bottom: 10px;
}

.wd-before-add-to-cart, .wd-after-add-to-cart {
	margin-bottom: 25px;
}

.summary-inner>.wd-action-btn {
	display: inline-block;
	margin-bottom: 20px;
	margin-right: 20px;
	vertical-align: middle;
}

.product_meta {
	display: block;
	color: #333;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.2;
}

.product_meta>span a, .product_meta>span span {
	display: inline-block;
	margin: 0 1px;
	color: #777;
	font-weight: 400;
}

.product_meta>span a:hover {
	color: #747474;
}

.global-color-scheme-light .product_meta {
	color: #fff;
}

.global-color-scheme-light .product_meta>span a, .global-color-scheme-light .product_meta>span span {
	color: rgba(255, 255, 255, .8);
}

.global-color-scheme-light .product_meta>span a:hover {
	color: #fff;
}

.product-share {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.2;
}

.product-share .share-title {
	margin-right: 5px;
	color: #1b1919;
	vertical-align: middle;
	font-weight: 600;
}

.product-share .share-title:after {
	content: ":";
}

.product-share .wd-social-icons {
	display: inline-flex;
}

.global-color-scheme-light .product-share .share-title {
	color: #fff;
}

.global-color-scheme-light .product-share .wd-social-icon a {
	color: #fff;
}

.global-color-scheme-light .product-share .wd-social-icon a:hover {
	color: rgba(255, 255, 255, .6);
}

.product-image-summary .shop_attributes {
	margin-bottom: 20px;
}

.browser-Safari .product-sticky-on .summary-inner.is_stuck, .browser-Safari .product-sticky-on .product-images-inner.is_stuck {
	-webkit-transform: translateZ(0);
	-webkit-perspective: 800px;
	-webkit-backface-visibility: hidden;
}

.product-summary-shadow .summary-inner {
	padding: 30px 35px 15px;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.product-summary-shadow .single-product-sidebar {
	border: none;
}

.global-color-scheme-light .product-summary-shadow .summary-inner {
	background-color: rgba(0, 0, 0, .3);
}

.product-full-width.image-full-width .summary-inner {
	margin: 0 auto;
}

.product-full-width.product-design-alt:not(.product-sticky-on) .summary-inner, .product-full-width.product-summary-shadow:not(.product-sticky-on) .summary-inner {
	margin: 0 auto;
}

.product-has-bg .product-tabs-wrapper {
	border-top: none;
}

.global-color-scheme-light .meta-location-add_to_cart .product_meta {
	border-color: rgba(255, 255, 255, .15);
}

.wd-before-product-tabs {
	margin-top: -41px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #f7f7f7;
	text-align: center;
}

.wd-before-product-tabs .product_meta {
	display: inline-block;
	vertical-align: middle;
}

.wd-before-product-tabs .product_meta>* {
	display: inline-block;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.wd-before-product-tabs .product-share {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	vertical-align: middle;
}

.global-color-scheme-light .wd-before-product-tabs {
	background-color: rgba(0, 0, 0, .3);
}

.product-tabs-wrapper {
	padding-top: 40px;
	padding-bottom: 40px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: rgba(119, 119, 119, .2);
	background-color: #fff;
}

.global-color-scheme-light .product-tabs-wrapper {
	border-color: rgba(255, 255, 255, .15);
	background-color: rgba(0, 0, 0, .3);
}

.full-height-sidebar-wrap .product-tabs-wrapper {
	background-color: transparent;
}

.poduct-tabs-inner>div:not(:last-child) {
	margin-bottom: 40px;
}

.tabs-layout-tabs .wd-tab-wrapper>.wd-accordion-title {
	display: none;
}

.tabs-layout-tabs .tabs {
	margin-top: -40px;
	list-style: none;
	text-align: center;
	--list-mb: 30px;
	--li-mb: 0;
	--li-pl: 0;
}

.tabs-layout-tabs .tabs li {
	display: inline-flex;
	margin-right: 30px;
	color: var(--wd-title-color);
	font-weight: var(--wd-title-font-weight);
	font-style: var(--wd-title-font-style);
	font-family: var(--wd-title-font);
}

.tabs-layout-tabs .tabs li a {
	position: relative;
	display: inline-block;
	padding-top: 30px;
	padding-bottom: 10px;
	color: inherit;
	text-transform: uppercase;
	font-weight: inherit;
	font-size: 16px;
	opacity: .7;
}

.tabs-layout-tabs .tabs li a:after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 0;
	margin-bottom: -2px;
	width: 0;
	height: 3px;
	background-color: var(--wd-primary-color);
	transition: width .3s cubic-bezier(.175, .885, .32, 1.15);
}

.tabs-layout-tabs .tabs li a:hover, .tabs-layout-tabs .tabs li a:focus {
	color: inherit;
	opacity: 1;
}

.tabs-layout-tabs .tabs li.active a {
	opacity: 1;
}

.tabs-layout-tabs .tabs li.active a:after {
	width: 100%;
}

.tabs-layout-tabs .tabs li:last-child {
	margin-right: 0;
}

.tabs-layout-tabs #tab-additional_information .wc-tab-inner>div>h2:first-child {
	margin-right: auto;
	margin-left: auto;
	max-width: 650px;
}

.tabs-layout-tabs #tab-additional_information .shop_attributes {
	margin: 0 auto;
	max-width: 650px;
}

.global-color-scheme-light .tabs-layout-tabs li {
	color: #fff;
}

.tabs-layout-accordion .wd-tab-wrapper>.wd-accordion-title {
	position: relative;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	color: var(--wd-title-color);
	text-transform: uppercase;
	font-weight: var(--wd-title-font-weight);
	font-style: var(--wd-title-font-style);
	font-size: 16px;
	font-family: var(--wd-title-font);
}

.tabs-layout-accordion .wd-tab-wrapper>.wd-accordion-title:hover, .tabs-layout-accordion .wd-tab-wrapper>.wd-accordion-title.active {
	color: var(--wd-primary-color);
}

.tabs-layout-accordion .wd-tab-wrapper>.wd-accordion-title:after {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	color: #bbb;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	transition: transform .4s ease;
	content: "";
	font-family: "woodmart-font";
	backface-visibility: hidden;
	perspective: 800px;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 800px;
}

.tabs-layout-accordion .wd-tab-wrapper>.wd-accordion-title.active:after {
	transform: rotate(180deg);
}

.global-color-scheme-light .tabs-layout-accordion .wd-tab-wrapper>.wd-accordion-title {
	color: #fff;
}

.global-color-scheme-light .tabs-layout-accordion .wd-tab-wrapper>.wd-accordion-title:hover, .global-color-scheme-light .tabs-layout-accordion .wd-tab-wrapper>.wd-accordion-title.active {
	color: var(--wd-primary-color);
}

.global-color-scheme-light .tabs-layout-accordion .wd-tab-wrapper>.wd-accordion-title:after {
	color: rgba(255, 255, 255, .6);
}

.tabs-layout-accordion {
	border-top: 2px solid rgba(119, 119, 119, .17);
}

.tabs-layout-accordion .wd-scroll {
	height: auto;
}

.tabs-layout-accordion .tabs {
	display: none;
}

.tabs-layout-accordion .wd-tab-wrapper {
	border-bottom: 1px solid rgba(119, 119, 119, .17);
}

.tabs-layout-accordion .wd-tab-wrapper .wc-tab {
	padding-bottom: 20px;
}

.tabs-layout-accordion .wd-tab-wrapper .wc-tab>h2:first-child {
	display: none;
}

.tabs-layout-accordion .wd-scroll-content {
	padding-right: 20px;
	max-height: 250px;
}

.tabs-layout-accordion .shop_attributes {
	margin-bottom: 10px;
}

.tabs-layout-accordion #tab-reviews {
	margin-top: 10px;
}

.tabs-layout-accordion #tab-reviews .wc-tab-inner .wd-scroll-content {
	max-height: 400px;
}

.global-color-scheme-light .tabs-layout-accordion {
	border-color: rgba(255, 255, 255, .25);
}

.global-color-scheme-light .tabs-layout-accordion .wd-tab-wrapper {
	border-color: rgba(255, 255, 255, .25);
}

.tabs-location-standard.reviews-location-separate.tabs-type-tabs .woocommerce-tabs {
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(119, 119, 119, .2);
}

.tabs-location-standard.tabs-type-accordion>div:not(:last-child) {
	margin-bottom: 25px;
}

.tabs-location-standard.tabs-type-accordion .product-tabs-wrapper {
	padding-top: 25px;
	padding-bottom: 25px;
	border-top: none;
}

.tabs-location-standard.tabs-type-accordion:not(.reviews-location-separate) .product-tabs-wrapper, .tabs-location-standard.tabs-type-accordion.meta-location-after_tabs .product-tabs-wrapper {
	border-bottom: none;
}

.tabs-location-standard.tabs-type-accordion .wd-before-product-tabs {
	margin-top: -26px;
}

.global-color-scheme-light .tabs-location-standard.reviews-location-separate.tabs-type-tabs .woocommerce-tabs {
	border-color: rgba(255, 255, 255, .15);
}

.tabs-location-summary .product-image-summary .woocommerce-Reviews {
	flex-wrap: wrap;
	margin-right: 0;
	margin-left: 0;
}

.tabs-location-summary .product-image-summary .woocommerce-Reviews #comments, .tabs-location-summary .product-image-summary .woocommerce-Reviews #review_form_wrapper {
	flex-basis: 100%;
	padding-right: 0;
	padding-left: 0;
	max-width: 100%;
	width: 100%;
}

.tabs-location-summary .product-image-summary .commentlist {
	margin-top: 0;
	margin-bottom: 20px;
}

.tabs-location-summary .product-image-summary .commentlist li:not(:last-child) {
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.tabs-location-summary .product-image-summary .woocommerce-Reviews-title {
	display: none;
}

.tabs-location-summary .tabs-layout-accordion {
	margin-top: 10px;
	margin-bottom: 25px;
}

.tabs-location-summary .tabs-layout-accordion .wd-accordion-title {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 14px;
}

.tabs-location-summary:not(.reviews-location-separate) .wd-before-product-tabs {
	margin-top: 0;
}

.tabs-location-summary.meta-location-add_to_cart .product_meta {
	padding-top: 0;
	border-top: none;
}

.woocommerce-Tabs-panel {
	display: none;
}

.wc-tabs+.wd-tab-wrapper .woocommerce-Tabs-panel:not([style]) {
	display: block;
}

.wc-tab-inner>div>h2:first-child {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
}

.woocommerce-Reviews {
	display: flex;
	flex-direction: row;
	margin-right: -30px;
	margin-left: -30px;
}

.woocommerce-Reviews #comments, .woocommerce-Reviews #review_form_wrapper {
	flex: 0 1 50%;
	padding-right: 30px;
	padding-left: 30px;
	max-width: 50%;
}

.woocommerce-Reviews .comment-reply-title, .woocommerce-Reviews .woocommerce-Reviews-title {
	text-transform: uppercase;
	font-size: 14px;
}

.woocommerce-Reviews .clear {
	display: none;
}

.global-color-scheme-light .woocommerce-Reviews .comment-reply-title {
	color: #fff;
}

label[for="rating"] {
	display: inline-block;
	margin-bottom: 0;
	margin-right: 15px;
}

label[for="rating"]:after {
	content: ":";
	margin-left: 2px;
}

.stars {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
	white-space: nowrap;
}

.stars span {
	display: flex;
	font-size: 0;
}

.stars a {
	width: 15px;
	text-align: center;
}

.stars a:before {
	font-size: 14px;
	font-family: "woodmart-font";
}

.stars:hover a:before, .stars.selected a:before, .stars.selected:hover a:before {
	content: "";
	color: #eabe12;
}

.stars a:before, .stars a:hover ~ a:before, .stars a.active ~ a:before, .stars.selected:hover a:hover ~ a:before {
	content: "";
	color: #b1b1b1;
}

.commentlist {
	margin-bottom: 0;
}

.commentlist>li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(119, 119, 119, .2);
}

.commentlist>li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

.commentlist .review_comment_container, .commentlist .comment_container {
	display: flex;
	align-items: flex-start;
	flex-direction: row;
	padding: 15px 0;
}

.commentlist .review_comment_container .dokan-review-author-img img, .commentlist .review_comment_container .avatar, .commentlist .comment_container .dokan-review-author-img img, .commentlist .comment_container .avatar {
	margin-right: 20px;
	max-width: 60px;
	border-radius: 50%;
}

.commentlist .comment-text {
	display: flex;
	flex: 1 1 auto;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.commentlist .comment-text .meta {
	order: 1;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 18px;
}

.commentlist .comment-text .meta strong {
	color: #2d2a2a;
}

.commentlist .comment-text .meta time {
	font-style: italic;
}

.commentlist .comment-text .description {
	flex: 1 1 100%;
	order: 3;
	margin-bottom: 0;
	max-width: 100%;
	line-height: 1.6;
}

.commentlist .comment-text .description p {
	margin-bottom: 10px;
}

.commentlist .comment-text .description p:last-child {
	margin-bottom: 0;
}

.global-color-scheme-light .commentlist>li, .global-color-scheme-light .commentlist .children {
	border-color: rgba(255, 255, 255, .15);
}

.global-color-scheme-light .commentlist .comment-text .meta strong {
	color: #fff;
}

.comment-form-images {
	margin-top: 10px;
}

label[for="wd-add-img-btn"] {
	display: inline-block;
	margin-bottom: 0;
	margin-right: 5px;
	border-width: 2px;
	border-bottom-style: solid;
	border-color: #dfdfdf;
	color: #333;
	vertical-align: middle;
	letter-spacing: .3px;
	font-weight: 600;
	cursor: pointer;
	transition: all .25s ease;
}

label[for="wd-add-img-btn"]:hover {
	border-color: #c5c5c5;
}

.wd-add-img-count {
	display: inline-block;
	margin-left: 15px;
	vertical-align: middle;
}

#wd-add-img-btn {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
}

.wd-add-img-msg {
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
}

.wd-add-img-msg span.wd-tooltip-label {
	padding: 8px 15px !important;
	min-width: 220px;
	height: auto;
	white-space: normal;
	line-height: 1.6;
}

.wd-add-img-msg:before {
	content: "?";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: var(--wd-primary-color);
	color: #fff;
	font-weight: 600;
	font-size: 14px;
}

.commentlist .wd-images-gallery {
	margin-top: 15px;
}

.global-color-scheme-light label[for="wd-add-img-btn"] {
	border-color: rgba(255, 255, 255, .3);
	color: #fff;
}

.global-color-scheme-light label[for="wd-add-img-btn"]:hover {
	border-color: #fff;
}

.product-extra-content {
	margin-bottom: 40px;
}

.product-image-summary-wrap+.product-extra-content {
	margin-top: 35px;
	margin-bottom: 0;
}

.related-and-upsells>div {
	margin-bottom: 40px;
}

.related-and-upsells>div:first-child {
	padding-top: 0;
	border-top: 0;
}

.related-and-upsells>div:last-child {
	margin-bottom: 0;
}

.related-and-upsells:after, .related-and-upsells:before {
	content: none;
}

.related-and-upsells:empty {
	margin-top: -40px;
}

.related-and-upsells .wd-carousel-container {
	margin-bottom: 0;
}

.wd-products-nav {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	letter-spacing: 0;
	font-size: 0;
}

.wd-products-nav .wd-back-btn, .wd-products-nav .product-btn>a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	color: #333;
}

.wd-products-nav .wd-back-btn span, .wd-products-nav .product-btn>a span {
	font-size: 12px;
}

.wd-products-nav .wd-back-btn:hover, .wd-products-nav .product-btn>a:hover {
	color: #878787;
}

.wd-products-nav .product-prev>a span:before {
	content: "";
	font-family: "woodmart-font";
}

.wd-products-nav .product-next>a span:before {
	content: "";
	font-family: "woodmart-font";
}

.wd-products-nav .wd-back-btn span {
	display: none;
}

.wd-products-nav .wd-back-btn:after {
	font-size: 14px;
	content: "";
	font-family: "woodmart-font";
}

.wd-products-nav .wrapper-short {
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 350;
	visibility: hidden;
	padding-top: 10px;
	min-width: 240px;
	opacity: 0;
	transition: opacity .1s ease .1s, visibility .1s ease .1s;
	animation: wd-fadeOutLeftShort .1s ease .1s both;
}

.wd-products-nav .product-btn:hover>.wrapper-short {
	visibility: visible;
	opacity: 1;
	transition: opacity .3s ease, visibility .3s ease;
	animation: wd-fadeInLeftShort .3s ease both;
}

.wd-products-nav .product-short {
	display: flex;
	align-items: center;
	flex-direction: row;
	background-color: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, .15);
}

.wd-products-nav .product-short-image img {
	max-width: 90px;
}

.wd-products-nav .product-short-description {
	padding: 10px 15px;
}

.wd-products-nav .product-short-description .wd-entities-title {
	margin-bottom: 7px;
	font-size: 14px;
}

.wd-products-nav .product-short-description .price {
	display: block;
	font-size: 14px;
	line-height: 1.2;
}

.global-color-scheme-light .wd-products-nav .product-btn>a, .global-color-scheme-light .wd-products-nav .wd-back-btn {
	color: #fff;
}

.global-color-scheme-light .wd-products-nav .product-btn>a:hover, .global-color-scheme-light .wd-products-nav .wd-back-btn:hover {
	color: rgba(255, 255, 255, .8);
}

.global-color-scheme-light .wd-products-nav .product-short {
	background-color: #101010;
}

@keyframes wd-fadeInLeftShort {
	from {
		transform: translate3d(-20px, 0, 0);
	}
	
	to {
		transform: none;
	}
}

@keyframes wd-fadeOutLeftShort {
	from {
		transform: none;
	}
	
	to {
		transform: translate3d(-20px, 0, 0);
	}
}

.group_table {
	margin-bottom: 25px;
	border-top: 2px solid #efefef;
}

.group_table td.price-column {
	text-align: right;
}

.group_table td.product-quantity>a {
	white-space: nowrap;
	padding: 8px 14px;
	border-width: 2px;
	border-color: #e9e9e9;
	color: #333;
}

.group_table td.product-quantity>a:not(:hover) {
	background-color: transparent !important;
}

.group_table td.product-quantity>a:hover {
	box-shadow: none;
	background-color: #e9e9e9;
	color: #333;
}

.group_table td.product-quantity>.added_to_cart {
	display: none;
}

.group_table tr td:first-child {
	padding-left: 0;
}

.group_table tr td:last-child {
	padding-right: 0;
}

.meta-location-add_to_cart .product_meta, .popup-quick-view .product_meta {
	padding-top: 20px;
	border-top: 1px solid rgba(119, 119, 119, .2);
}

.meta-location-add_to_cart .product_meta>span, .popup-quick-view .product_meta>span {
	display: block;
	margin-bottom: 15px;
}

.image-full-width.product-design-alt .summary-inner, .product-full-width.product-design-alt .summary-inner, .product-full-width.product-summary-shadow .summary-inner, .product-full-width.image-full-width .summary-inner {
	max-width: 620px;
}

.product-design-default .entry-summary.col-lg-4 .wd-product-brands, .product-design-alt .product-image-summary .wd-product-brands, .popup-quick-view .wd-product-brands {
	float: none;
	margin-left: 0;
}

.product-design-default .entry-summary.col-lg-4 .wd-product-brands a, .product-design-alt .product-image-summary .wd-product-brands a, .popup-quick-view .wd-product-brands a {
	display: inline-block;
	padding: 0;
	min-height: 0;
	background-color: transparent !important;
	box-shadow: none;
}

.product-design-default .entry-summary.col-lg-4 .wd-product-brands a:hover, .product-design-alt .product-image-summary .wd-product-brands a:hover, .popup-quick-view .wd-product-brands a:hover {
	box-shadow: none;
	opacity: .5;
}

.product-image-summary .shop_attributes th {
	font-weight: 600;
	font-family: var(--wd-text-font);
}

.product-image-summary .shop_attributes td, .product-image-summary .shop_attributes th {
	padding: 5px;
	border-bottom-style: dashed;
}

.product-image-summary .shop_attributes tr td:last-child {
	text-align: right;
}

.product-image-summary .shop_attributes tr:last-child td, .product-image-summary .shop_attributes tr:last-child th {
	border-bottom: none;
}

.product-image-summary .shop_attributes p {
	margin-bottom: 0;
}

.global-color-scheme-light .product-design-default .entry-summary.col-lg-4 .woocommerce-breadcrumb .breadcrumb-link-last {
	color: #fff;
}

.product-design-default .entry-summary.col-lg-4 .woocommerce-breadcrumb .breadcrumb-link-last, .product-design-default .entry-summary.col-lg-4 .yoast-breadcrumb .breadcrumb-link-last {
	margin-right: 0;
	color: #333;
	font-weight: 600;
}

.product-design-default .entry-summary.col-lg-4 .woocommerce-breadcrumb .breadcrumb-link-last:after, .product-design-default .entry-summary.col-lg-4 .yoast-breadcrumb .breadcrumb-link-last:after {
	content: none;
}

.product-design-default .entry-summary.col-lg-4 .woocommerce-breadcrumb .breadcrumb-last, .product-design-default .entry-summary.col-lg-4 .yoast-breadcrumb .breadcrumb-last {
	display: none;
}

.product-design-alt .product-image-summary div[itemprop="description"] {
	margin-bottom: 20px;
}

.product-design-alt .entry-summary {
	text-align: center;
}

.product-design-alt .woocommerce-variation {
	margin-top: 0;
}

.product-design-alt .woocommerce-variation-price .price {
	margin-right: 7px;
	margin-left: 7px;
}

.product-design-alt .woocommerce-variation-availability p.stock {
	margin-right: 7px;
	margin-left: 7px;
}

.product-design-alt table.variations .reset_variations {
	bottom: -30px;
	position: absolute;
	left: 50%;
	margin-left: 0;
	transform: translateX(-50%);
}

.product-design-alt .variation-swatch-selected .variations {
	margin-bottom: 50px;
}

.product-design-alt .summary-inner>.wd-action-btn {
	margin-right: 10px;
	margin-left: 10px;
}

.product-design-alt.meta-location-add_to_cart .product_meta {
	margin-bottom: 15px;
}

.product-design-alt.meta-location-add_to_cart .product_meta>span {
	display: inline-block;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	vertical-align: middle;
}

.product-design-alt.tabs-location-summary .wd-accordion-title:after {
	content: none;
}

.product-design-alt.tabs-location-summary .woocommerce-Tabs-panel {
	text-align: left;
}

.product-design-alt table.variations label {
	margin-right: 0;
}

.product-design-alt table.variations tr {
	display: flex;
	align-items: stretch;
	flex-direction: column;
	margin-bottom: 10px;
}

.product-design-alt table.variations tr:last-child {
	margin-bottom: 0;
}

.product-design-alt table.variations td {
	padding-bottom: 0;
	text-align: center;
}

.product-design-alt table.variations .label {
	margin-bottom: 5px;
}

.product-design-alt .swatches-on-single {
	padding-bottom: 0;
	transition: padding .25s ease;
}

.wd-popup.popup-quick-view {
	position: relative;
	max-width: 920px;
	padding: 0;
	overflow: hidden;
}

.popup-quick-view .product-image-summary {
	min-height: 450px;
}

.popup-quick-view .product-images {
	overflow: hidden;
}

.popup-quick-view .product-images .owl-carousel .product-image-wrap {
	padding: 0;
}

.popup-quick-view .product-images:hover .view-details-btn {
	transform: none;
}

.popup-quick-view div.wd-product-brands {
	margin-bottom: 15px;
}

.popup-quick-view div.wd-product-brands img {
	max-width: 65px;
}

.popup-quick-view .product-share {
	margin-bottom: 0;
}

.popup-quick-view .entry-summary {
	mask-image: linear-gradient(to top, transparent 5px, #000 40px);
	-webkit-mask-image: linear-gradient(to top, transparent 5px, #000 40px);
}

.popup-quick-view .wd-scroll-content>a {
	margin-bottom: 20px;
	border-radius: var(--btn-shop-brd-radius);
	color: var(--btn-shop-color);
	box-shadow: var(--btn-shop-box-shadow);
	background-color: var(--btn-shop-bgcolor);
}

.popup-quick-view .wd-scroll-content>a:hover {
	color: var(--btn-shop-color-hover);
	box-shadow: var(--btn-shop-box-shadow-hover);
	background-color: var(--btn-shop-bgcolor-hover);
}

.popup-quick-view .wd-scroll-content>a:active {
	box-shadow: var(--btn-shop-box-shadow-active);
	bottom: var(--btn-shop-bottom-active);
}

.popup-quick-view .wd-scroll-content>a.added {
	display: none;
}

.popup-quick-view .wd-scroll-content:after {
	content: "";
	display: block;
	width: 100%;
	height: 30px;
}

.popup-quick-view .view-details-btn {
	position: absolute !important;
	position: relative;
	right: 15px;
	bottom: 0;
	left: 15px;
	z-index: 15;
	transition: all .25s ease !important;
	transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease;
	transform: translateY(100%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	outline: none;
	border-width: 0;
	border-style: solid;
	border-color: transparent;
	border-radius: 0;
	box-shadow: none;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	letter-spacing: .3px;
	font-weight: 600;
	cursor: pointer;
	padding: 12px 20px;
	font-size: 13px;
	line-height: 18px;
	color: #fff;
	background-color: var(--wd-primary-color);
}

.popup-quick-view .view-details-btn:hover {
	text-decoration: none;
	color: #fff;
	box-shadow: inset 0 0 200px rgba(0, 0, 0, .1);
}

.popup-quick-view .view-details-btn:focus {
	outline: none;
}

.popup-quick-view button.mfp-close {
	position: absolute;
	top: 0 !important;
	background-color: transparent !important;
	color: #000;
}

.popup-quick-view button.mfp-close:hover {
	color: #777;
}

[class*="color-scheme-light"] .popup-quick-view .entry-summary .product_meta {
	border-color: rgba(255, 255, 255, .15);
}

[class*="color-scheme-light"] .popup-quick-view .wd-product-brands a {
	background-color: transparent !important;
}

[class*="color-scheme-light"] .popup-quick-view button.mfp-close {
	color: #fff;
}

[class*="color-scheme-light"] .popup-quick-view button.mfp-close:hover {
	color: rgba(255, 255, 255, .8);
}

.quick-view-horizontal .summary-inner {
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	left: 15px;
	width: auto;
}

.quick-view-horizontal .wd-scroll-content {
	padding-top: 30px;
	padding-right: 45px;
	max-height: 100%;
}

.quick-view-horizontal .product-images {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.quick-view-horizontal .product-images>.images {
	width: 100%;
}

.quick-view-vertical .wd-scroll-content {
	position: relative;
	padding: 25px 30px 0 25px;
	max-height: 400px;
}

.quick-view-vertical .wd-scroll-content:after {
	height: 25px;
}

@media (min-width: 1025px) {
	.popup-quick-view .product_title {
		font-size: 26px;
	}
	
	.thumbs-position-left>.col-lg-9 .woocommerce-product-gallery__wrapper {
		margin-left: -15px;
		width: auto;
	}
	
	.thumbs-position-left>.col-lg-9 .product-additional-galleries {
		left: -15px;
	}
}

@media (min-width: 1200px) {
	.elementor-default.wrapper-boxed .website-wrapper .image-full-width div.product-images.wd-section-stretch-content {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 1024px) {
	.single-product .site-content {
		margin-bottom: 25px;
	}
	
	.single-product-page>div:not(:last-child) {
		margin-bottom: 25px;
	}
	
	.woocommerce-product-gallery__wrapper:not(.owl-loaded)>.product-image-wrap:nth-child(n+2) {
		display: none;
	}
	
	.related-and-upsells:empty {
		margin-top: -25px;
	}
	
	.poduct-tabs-inner>div:not(:last-child) {
		margin-bottom: 25px;
	}
	
	.breadcrumbs-location-below_header .single-breadcrumbs-wrapper {
		margin-top: -20px;
		margin-bottom: 10px;
	}
	
	.breadcrumbs-location-summary .single-product-page {
		margin-top: -15px;
	}
	
	.single-breadcrumbs-wrapper .single-breadcrumbs, .single-breadcrumbs-wrapper .container {
		flex-wrap: wrap;
	}
	
	.single-breadcrumbs-wrapper .woocommerce-breadcrumb .breadcrumb-link-last {
		margin-right: 0;
		color: #333;
		font-weight: 600;
	}
	
	.single-breadcrumbs-wrapper .woocommerce-breadcrumb .breadcrumb-link-last:after {
		content: none;
	}
	
	.single-breadcrumbs-wrapper .woocommerce-breadcrumb .breadcrumb-last {
		display: none;
	}
	
	.global-color-scheme-light .single-breadcrumbs-wrapper .woocommerce-breadcrumb .breadcrumb-link-last {
		color: #fff;
	}
	
	.thumbs-position-left .woocommerce-product-gallery__wrapper {
		margin-bottom: 4px;
	}
	
	.image-full-width .product-image-summary-inner>div:not(:last-child) {
		margin-bottom: 25px;
	}
	
	.wd-gallery-btn>a {
		min-width: 40px;
		height: 40px;
		line-height: 40px;
	}
	
	.wd-gallery-btn>a:before {
		width: 40px;
		height: 40px;
		font-size: 14px;
		line-height: 40px;
	}
	
	.product-360-button>a:before {
		font-size: 22px;
	}
	
	.product_title {
		margin-bottom: 15px;
		font-size: 24px;
	}
	
	.summary-inner>.price, .wd-scroll-content>.price {
		margin-bottom: 15px;
		font-size: 18px;
	}
	
	.product-design-default .wd-product-brands {
		float: none;
		margin-left: 0;
	}
	
	.product-design-default .wd-product-brands a {
		display: inline-block;
		padding: 0;
		min-height: 0;
		background-color: transparent !important;
		box-shadow: none;
	}
	
	.product-design-default .wd-product-brands a:hover {
		box-shadow: none;
		opacity: .5;
	}
	
	.wd-before-product-tabs {
		margin-top: -26px;
	}
	
	.product-tabs-wrapper {
		padding-top: 25px;
		padding-bottom: 25px;
		border-top: none;
	}
	
	.woocommerce-tabs .wd-accordion-title {
		padding-top: 15px;
		padding-bottom: 15px;
		font-size: 14px;
	}
	
	.woocommerce-tabs .woocommerce-Reviews-title {
		display: none;
	}
	
	.tabs-layout-accordion .wd-scroll .wd-scroll-content {
		max-height: none;
	}
	
	.tabs-layout-tabs {
		display: none;
	}
	
	.tabs-location-standard.reviews-location-separate.tabs-type-tabs .woocommerce-tabs {
		padding-bottom: 0;
		border-bottom: none;
	}
	
	.tabs-location-standard.tabs-type-accordion .wd-before-product-tabs {
		margin-top: -26px;
	}
	
	.woocommerce-Reviews {
		flex-wrap: wrap;
		margin-right: 0;
		margin-left: 0;
	}
	
	.woocommerce-Reviews #comments, .woocommerce-Reviews #review_form_wrapper {
		flex-basis: 100%;
		padding-right: 0;
		padding-left: 0;
		max-width: 100%;
		width: 100%;
	}
	
	.woocommerce-Reviews .commentlist {
		margin-top: 0;
		margin-bottom: 25px;
	}
	
	.woocommerce-Reviews .commentlist li:not(:last-child) {
		margin-bottom: 5px;
		padding-bottom: 5px;
	}
	
	.popup-quick-view .view-details-btn {
		transform: none;
	}
}

@media (max-width: 768px) {
	.popup-quick-view .wd-scroll-content {
		padding: 20px 15px 20px 15px;
	}
	
	.popup-quick-view .entry-summary:after {
		content: none;
	}
	
	.quick-view-horizontal .summary-inner, .quick-view-horizontal .wd-scroll-content {
		position: static;
	}
	
	.quick-view-vertical .wd-scroll-content {
		max-height: none;
	}
	
	.single-product-page .wd-product-brands img {
		max-width: 70px;
	}
	
	.product-image-summary-inner>div {
		margin-bottom: 25px;
	}
	
	.product-image-summary-inner>div:last-child {
		margin-bottom: 0;
	}
	
	.single-product-page .summary-inner {
		margin-bottom: -20px;
	}
	
	.product-image-summary-wrap>div, .product-image-summary-wrap>aside, .full-height-sidebar-wrap>div, .full-height-sidebar-wrap>aside {
		margin-bottom: 25px;
	}
	
	.product-image-summary-wrap>div:last-child, .product-image-summary-wrap>aside:last-child, .full-height-sidebar-wrap>div:last-child, .full-height-sidebar-wrap>aside:last-child {
		margin-bottom: 0;
	}
	
	.single-product-sidebar.sidebar-container {
		border: none;
	}
	
	.thumbs-position-bottom_grid .woocommerce-product-gallery__wrapper, .thumbs-position-bottom_combined .woocommerce-product-gallery__wrapper {
		margin-right: 0;
		margin-left: 0;
	}
	
	.breadcrumbs-location-summary .single-product-page {
		margin-top: -25px;
	}
	
	.product_title {
		font-size: 20px;
	}
	
	.related-and-upsells>div {
		margin-bottom: 25px;
	}
	
	.related-and-upsells>div:last-child {
		margin-bottom: 0;
	}
	
	.related-and-upsells .owl-dots {
		display: none;
	}
	
	.related-and-upsells:empty {
		display: none;
	}
	
	.product-full-width.product-design-alt .summary-inner, .product-full-width.product-summary-shadow .summary-inner, .product-full-width.image-full-width .summary-inner {
		max-width: 100%;
	}
	
	.wd-products-nav .wrapper-short {
		display: none;
	}
}
