
.wd-buttons[class*="wd-pos-r"] .wd-tooltip-label {
	top: 50%;
	right: 100%;
	margin-top: -17px;
	margin-right: 8px;
}

.wd-buttons[class*="wd-pos-r"] .wd-tooltip-label:before {
	top: 50%;
	left: 100%;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}

.product-grid-item {
	text-align: center;
}

.product-grid-item .product-element-top {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.product-grid-item .product-element-top:after {
	position: absolute;
	top: 50%;
	left: 50%;
	visibility: hidden;
	margin-top: -16px;
	margin-left: -16px;
	opacity: 0;
	transition: opacity .1s ease, visibility .1s ease;
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	border: 1px solid #bbb;
	border-left-color: #000;
	border-radius: 50%;
	vertical-align: middle;
}

.product-grid-item .product-element-top:hover .hover-img {
	opacity: 1;
	transform: scale(1.09);
}

.product-grid-item .swatches-on-grid {
	margin-bottom: 5px;
}

.product-grid-item .swatches-on-grid:empty {
	display: none;
}

.product-grid-item .product-image-link img, .product-grid-item .hover-img img {
	width: 100%;
}

.product-grid-item .product-image-link {
	display: block;
}

.product-grid-item .hover-img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	opacity: 0;
	transition: opacity .5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
}

.product-grid-item .hover-img>a {
	display: block;
	flex: 1 1 100%;
	max-width: 100%;
	width: 100%;
}

.product-grid-item .wd-entities-title {
	margin-bottom: 5px;
	font-size: inherit;
}

.product-grid-item .wd-product-cats, .product-grid-item .wd-product-brands-links {
	margin-bottom: 5px;
	color: #9e9e9e;
	font-size: 95%;
}

.product-grid-item .wd-product-cats a, .product-grid-item .wd-product-brands-links a {
	display: inline-block;
	color: #9e9e9e;
}

.product-grid-item .wd-product-cats a:hover, .product-grid-item .wd-product-brands-links a:hover {
	color: #5c5c5c;
}

.product-grid-item .wd-product-countdown, .product-grid-item .wd-stock-progress-bar {
	margin-top: 10px;
}

.product-grid-item .star-rating {
	margin-bottom: 5px;
}

.product-grid-item .price {
	display: block;
	margin-bottom: 0;
	line-height: 1.3;
}

.product-grid-item .added_to_cart {
	display: none !important;
}

.product-grid-item.product-swatched .hover-img {
	display: none;
}

.product-grid-item.wd-loading-image .hover-img {
	display: none;
}

.product-grid-item.wd-loading-image .product-image-link {
	opacity: .4;
}

.product-grid-item.wd-loading-image .product-element-top:after {
	visibility: visible;
	opacity: 1;
	transition: opacity .25s ease, visibility .25s ease;
	animation: wd-rotate 450ms infinite linear;
}

.product-grid-item.quick-shop-shown .product-element-top .hover-img, .product-grid-item.wd-loading-quick-shop .product-element-top .hover-img {
	opacity: 0;
	transition: opacity .25s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
}

.wd-spacing-0 .product-grid-item:not([class*="wd-hover-info"]), .wd-spacing-2 .product-grid-item:not([class*="wd-hover-info"]) {
	margin-bottom: 10px;
}

[class*="color-scheme-light"] .product-grid-item .product-element-top:after {
	border-color: rgba(255, 255, 255, .15);
	border-left-color: #fff;
}

[class*="color-scheme-light"] .product-grid-item .wd-product-cats, [class*="color-scheme-light"] .product-grid-item .wd-product-brands-links {
	color: rgba(255, 255, 255, .6);
}

[class*="color-scheme-light"] .product-grid-item .wd-product-cats a, [class*="color-scheme-light"] .product-grid-item .wd-product-brands-links a {
	color: rgba(255, 255, 255, .6);
}

[class*="color-scheme-light"] .product-grid-item .wd-product-cats a:hover, [class*="color-scheme-light"] .product-grid-item .wd-product-brands-links a:hover {
	color: #fff;
}

.quick-shop-wrapper {
	z-index: 10;
	background-color: rgba(255, 255, 255, .95);
	transition: transform .3s ease;
	transform: translate3d(0, 103%, 0);
}

.quick-shop-wrapper .quick-shop-form {
	padding: 45px 10px 0 10px;
	height: 100%;
	text-align: center;
	max-height: 100%;
}

.quick-shop-wrapper div.quantity {
	display: none !important;
}

.quick-shop-wrapper .woocommerce-variation-add-to-cart {
	position: relative;
	display: flex;
	align-items: stretch;
	flex-direction: row;
	justify-content: space-between;
	order: 1;
	margin-right: -10px;
	margin-left: -10px;
}

.quick-shop-wrapper .single_add_to_cart_button {
	margin-bottom: calc(-1 * var(--btn-shop-bottom-active));
	flex: 1 1 auto;
	border-radius: 0 !important;
}

.quick-shop-wrapper .single_add_to_cart_button:before {
	display: inline-block;
	margin-right: 10px;
	margin-left: -9px;
	vertical-align: bottom;
	font-weight: 400;
	font-size: 19px;
	content: "";
	font-family: "woodmart-font";
}

.quick-shop-wrapper .quick-shop-close {
	position: absolute;
	top: 5px;
	right: 8px;
	z-index: 5;
	opacity: 0;
	transition: opacity .2s ease 0s;
	text-transform: uppercase;
}

.quick-shop-wrapper .quick-shop-close>a {
	letter-spacing: .6px;
	font-size: 12px;
	height: 30px;
}

.quick-shop-wrapper .quick-shop-close>a:before {
	font-size: 9px;
}

[class*="color-scheme-light"] .quick-shop-wrapper {
	background-color: rgba(0, 0, 0, .9);
}

.quick-shop-shown .wd-buttons, .wd-loading-quick-shop .wd-buttons {
	opacity: 0;
}

.quick-shop-shown .product-labels, .wd-loading-quick-shop .product-labels {
	opacity: 0;
}

.wd-loading-quick-shop .product-element-top:after {
	visibility: visible;
	opacity: 1;
	transition: opacity .25s ease, visibility .25s ease;
	animation: wd-rotate 450ms infinite linear;
}

.wd-loading-quick-shop .product-image-link {
	opacity: .2;
}

.quick-shop-shown .quick-shop-wrapper {
	transition: transform .4s ease;
	transform: translate3d(0, 0, 0);
}

.quick-shop-shown .quick-shop-close {
	opacity: 1;
	transition: all .25s ease .35s;
}

.wd-buttons {
	z-index: 2;
	display: flex;
	flex-direction: column;
	background: #fff;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
	transition: all .3s ease;
}

.wd-buttons .wd-action-btn>a {
	height: 45px;
}

.wd-buttons.wd-pos-r-t {
	position: absolute;
	top: 10px;
	right: 10px;
}

.wd-buttons.wd-pos-r-b {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.wd-buttons[class*="wd-pos-r"] {
	opacity: 0;
	transform: translateX(20px) translateZ(0);
}

.product-grid-item:hover .wd-buttons[class*="wd-pos-r"] {
	opacity: 1;
	transform: translateY(0) translateZ(0);
}

.product-grid-item.product-swatched .wd-buttons[class*="wd-pos-r"], .product-grid-item.quick-shop-shown .wd-buttons[class*="wd-pos-r"], .product-grid-item[class*="wd-loading"] .wd-buttons[class*="wd-pos-r"] {
	opacity: 0;
	transform: translateX(20px) translateZ(0);
}

.product-grid-item.product-swatched:not(.quick-shop-shown):not([class*="wd-loading"]) .product-element-top:hover .wd-buttons[class*="wd-pos-r"] {
	opacity: 1;
	transform: translateY(0) translateZ(0);
}

[class*="color-scheme-light"] .wd-buttons {
	background-color: #101010;
}

.wd-add-btn-replace .add-to-cart-loop {
	overflow: hidden;
	padding: 0;
}

.wd-add-btn-replace .add-to-cart-loop .wd-tooltip-label {
	display: none;
}

.wd-add-btn-replace .add-to-cart-loop span {
	display: block;
	transition: transform .25s ease, opacity .15s ease;
}

.wd-add-btn-replace .add-to-cart-loop:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	font-size: 20px;
	transition: opacity .15s ease, transform .25s ease;
	transform: translateY(100%);
	content: "";
	font-family: "woodmart-font";
}

.wd-add-btn-replace .add-to-cart-loop:after {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -9px;
	margin-left: -9px;
	opacity: 0;
	transition: opacity .2s ease;
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	border: 1px solid rgba(255, 255, 255, .4);
	border-left-color: #fff;
	border-radius: 50%;
	vertical-align: middle;
}

.wd-add-btn-replace .add-to-cart-loop:hover:before {
	transform: translateY(0) translateZ(0);
}

.wd-add-btn-replace .add-to-cart-loop:hover span {
	transform: translateY(-100%) translateZ(0);
}

.wd-add-btn-replace .add-to-cart-loop.loading:before {
	opacity: 0;
}

.wd-add-btn-replace .add-to-cart-loop.loading:after {
	opacity: 1;
	animation: wd-rotate 450ms infinite linear;
}

.wd-add-btn-replace .add-to-cart-loop.loading span {
	opacity: 0;
}

.title-line-one .product-grid-item .wd-entities-title, .title-line-two .product-grid-item .wd-entities-title {
	overflow: hidden;
	line-height: 18px;
}

.title-line-one .product-grid-item .wd-entities-title {
	max-height: 18px;
}

.title-line-two .product-grid-item .wd-entities-title {
	max-height: 36px;
}

.slider-type-product .owl-stage-outer, .slider-type-product .owl-carousel:not(.owl-loaded) {
	padding-top: 3px;
	padding-bottom: 3px;
}

.quick-shop-wrapper table.variations label {
	margin-right: 0;
}

.quick-shop-wrapper table.variations tr {
	display: flex;
	align-items: stretch;
	flex-direction: column;
	margin-bottom: 10px;
}

.quick-shop-wrapper table.variations tr:last-child {
	margin-bottom: 0;
}

.quick-shop-wrapper table.variations td {
	padding-bottom: 0;
	text-align: center;
}

.quick-shop-wrapper table.variations .label {
	margin-bottom: 5px;
}

.quick-shop-wrapper table.variations .reset_variations {
	position: absolute;
	left: 50%;
	margin-left: 0;
	transform: translateX(-50%);
}

.quick-shop-wrapper .swatches-on-single {
	padding-bottom: 0;
	transition: padding .25s ease;
}

@media (max-width: 1024px) {
	.product-grid-item .hover-img {
		display: none;
	}
	
	.product-grid-item .wd-buttons {
		opacity: 1;
		transform: none;
	}
	
	.wd-buttons {
		border-radius: 35px;
	}
	
	.wd-buttons .wd-action-btn>a {
		width: 35px;
		height: 35px;
	}
	
	.wd-buttons .wd-action-btn>a:before {
		font-size: 14px;
	}
	
	.wd-buttons .wd-action-btn>a:after {
		margin-top: -7px;
		margin-left: -7px;
		width: 14px;
		height: 14px;
	}
	
	.wd-buttons .wd-quick-view-icon, .wd-buttons .wd-compare-btn {
		display: none;
	}
}

@media (max-width: 768px) {
	.quick-shop-wrapper .quick-shop-close {
		top: 0;
		right: 0;
		padding-right: 0;
	}
	
	.quick-shop-wrapper .quick-shop-close>a {
		width: 30px;
		font-size: 0;
	}
	
	.quick-shop-wrapper .quick-shop-close>a:before {
		margin-right: 0;
	}
	
	.quick-shop-wrapper .quick-shop-form {
		padding-top: 10px;
	}
	
	.quick-shop-wrapper select {
		height: 35px;
	}
	
	.quick-shop-wrapper .single_add_to_cart_button {
		font-size: 0;
		white-space: nowrap;
	}
	
	.quick-shop-wrapper .single_add_to_cart_button:before {
		margin-right: 0;
		margin-left: 0;
	}
}

@media (max-width: 575px) {
	.product-grid-item.col-6 .wd-entities-title, .product-grid-item.col-6 .wd-product-cats, .product-grid-item.col-6 .wd-product-brands-links {
		font-size: 12px;
	}
	
	.product-grid-item.col-6 .price, .product-grid-item.col-6 .star-rating {
		font-size: 14px;
	}
	
	.wd-more-desc {
		max-height: 80px;
		font-size: 12px;
	}
	
	.wd-more-desc-inner {
		line-height: 20px;
	}
	
	.wd-more-desc-inner p {
		line-height: inherit;
	}
	
	.wd-more-desc-full {
		max-height: none;
	}
	
	.product-label {
		min-width: 40px;
	}
	
	.product-label:not(:last-child) {
		margin-bottom: 5px;
	}
	
	.labels-rectangular .product-label {
		padding-right: 5px;
		padding-left: 5px;
		font-size: 10px;
	}
	
	.labels-rectangular .label-with-img {
		padding-right: 0;
		padding-left: 0;
	}
	
	.labels-rounded .product-label {
		min-height: 40px;
		font-size: 10px;
	}
	
	.browser-Internet .labels-rounded .product-label {
		height: 40px;
	}
	
	.labels-rounded .label-with-img {
		min-height: auto;
	}
	
	.title-line-one .product-grid-item.col-6 .wd-entities-title, .title-line-two .product-grid-item.col-6 .wd-entities-title {
		line-height: 15px;
	}
	
	.title-line-one .product-grid-item.col-6 .wd-entities-title {
		max-height: 15px;
	}
	
	.title-line-two .product-grid-item.col-6 .wd-entities-title {
		max-height: 30px;
	}
}
