
.wd-hover-button .wd-add-btn>a, .wd-hover-info-alt .wd-add-btn>a {
	border-color: #fff;
	color: #fff;
	border-width: 2px;
}

.wd-hover-button .wd-add-btn>a:not(:hover), .wd-hover-info-alt .wd-add-btn>a:not(:hover) {
	background-color: transparent !important;
}

.wd-hover-button .wd-add-btn>a:hover, .wd-hover-info-alt .wd-add-btn>a:hover {
	box-shadow: none;
	border-color: rgba(255, 255, 255, .6);
	background-color: transparent;
}

.wd-hover-button .wd-add-btn>a span, .wd-hover-info-alt .wd-add-btn>a span {
	padding: 8px 14px;
}

.wd-hover-button .product-element-top:before, .wd-hover-info-alt .product-element-top:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	background-color: rgba(0, 0, 0, .5);
	opacity: 0;
	transition: opacity .3s ease;
}

.wd-hover-button:hover .product-element-top:before, .wd-hover-button.product-swatched:not([class*="wd-loading"]):not(.quick-shop-shown) .product-element-top:hover:before, .wd-hover-info-alt:hover .product-element-top:before {
	opacity: 1;
}

.wd-hover-button.product-swatched .product-element-top:before, .wd-hover-button.quick-shop-shown .product-element-top:before, .wd-hover-button[class*="wd-loading"] .product-element-top:before, .wd-hover-info-alt.quick-shop-shown .product-element-top:before, .wd-hover-info-alt[class*="wd-loading"] .product-element-top:before {
	opacity: 0;
}

.wd-hover-button .wd-buttons {
	z-index: 3;
	visibility: hidden;
	background-color: transparent;
	box-shadow: none;
}

.wd-hover-button .wd-add-btn {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 3;
	width: 100%;
	text-align: center;
	opacity: 0;
	transition: transform .3s ease, opacity .3s ease;
}

.wd-hover-button:hover .wd-buttons {
	visibility: visible;
}

.wd-hover-button:hover .wd-add-btn {
	transform: translateY(-50%);
	opacity: 1;
}

.wd-hover-button.product-swatched .wd-add-btn, .wd-hover-button.quick-shop-shown .wd-add-btn, .wd-hover-button[class*="wd-loading"] .wd-add-btn {
	transform: none;
	opacity: 0;
}

.wd-hover-button.product-swatched:not([class*="wd-loading"]):not(.quick-shop-shown) .product-element-top:hover .wd-add-btn {
	transform: translateY(-50%);
	opacity: 1;
}

.wd-hover-info-alt .product-element-top {
	margin-bottom: 0;
}

.wd-hover-info-alt .wd-buttons {
	z-index: 3;
	visibility: hidden;
	background-color: transparent;
	box-shadow: none;
}

.wd-hover-info-alt .top-information {
	z-index: 3;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	padding: 10px 38px;
	opacity: 0;
	transition: opacity .3s ease;
}

.wd-hover-info-alt .wd-entities-title, .wd-hover-info-alt .star-rating, .wd-hover-info-alt .wd-product-cats, .wd-hover-info-alt .wd-product-brands-links {
	margin-bottom: 7px;
}

.wd-hover-info-alt .swatches-on-grid {
	margin-top: -2px;
	margin-bottom: 4px;
}

.wd-hover-info-alt .wd-add-btn {
	margin-top: 10px;
}

.wd-hover-info-alt:hover .wd-buttons {
	visibility: visible;
}

.wd-hover-info-alt:hover .top-information {
	opacity: 1;
}

.wd-hover-info-alt.quick-shop-shown .top-information, .wd-hover-info-alt[class*="wd-loading"] .top-information {
	opacity: 0;
}

@media (min-width: 1025px) {
	.wd-hover-button .wd-buttons, .wd-hover-info-alt .wd-buttons {
		top: 0;
		right: 0;
	}
	
	.wd-hover-info-alt .top-information .amount, .wd-hover-info-alt .top-information .price, .wd-hover-info-alt .top-information .price ins {
		color: #fff;
	}
	
	.wd-hover-info-alt .top-information del .amount {
		color: rgba(255, 255, 255, .6);
	}
	
	.wd-hover-info-alt .woocommerce-price-suffix {
		color: rgba(255, 255, 255, .6);
	}
	
	.wd-hover-info-alt h3.wd-entities-title {
		color: #fff;
	}
	
	.wd-hover-info-alt h3.wd-entities-title a:hover {
		color: rgba(255, 255, 255, .8);
	}
	
	.wd-hover-info-alt .swatches-on-grid .swatch-on-grid {
		color: #fff;
	}
	
	.wd-hover-info-alt .swatches-on-grid .current-swatch:after {
		background-color: #fff;
	}
	
	.wd-hover-info-alt .wd-swatches-divider {
		color: #fff;
	}
	
	.wd-hover-info-alt .wd-product-cats a, .wd-hover-info-alt .wd-product-brands-links a {
		color: rgba(255, 255, 255, .7);
	}
	
	.wd-hover-info-alt .wd-product-cats a:hover, .wd-hover-info-alt .wd-product-brands-links a:hover {
		color: #fff;
	}
	
	.wd-hover-info-alt .star-rating:before {
		color: rgba(255, 255, 255, .7);
	}
}

@media (max-width: 1024px) {
	.wd-hover-button .product-element-top:before, .wd-hover-info-alt .product-element-top:before {
		content: none;
	}
	
	.wd-hover-button .wd-buttons, .wd-hover-info-alt .wd-buttons {
		visibility: visible;
		background-color: #101010;
	}
	
	.wd-hover-button .wd-add-btn, .wd-hover-info-alt .wd-add-btn {
		display: none;
	}
	
	.wd-hover-info-alt .top-information {
		position: static;
		padding: 0;
		opacity: 1;
	}
	
	.wd-hover-info-alt .product-image-link {
		margin-bottom: 10px;
	}
	
	.wd-spacing-0 .wd-hover-info-alt, .wd-spacing-2 .wd-hover-info-alt {
		margin-bottom: 10px;
	}
}
