
.wd-hover-info {
	text-align: left;
}

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

.wd-hover-info .top-information {
	position: absolute;
	top: 20px;
	right: 25px;
	left: 25px;
	transition: opacity .3s ease;
}

.wd-hover-info .bottom-information {
	position: absolute;
	right: 60px;
	bottom: 20px;
	left: 25px;
	display: flex;
	flex-direction: column;
	transition: transform .3s ease, opacity .3s ease;
	transform: translateY(100%) translateZ(0);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.wd-hover-info .bottom-information .login-to-prices-msg, .wd-hover-info .bottom-information .price {
	position: absolute;
	bottom: 100%;
	left: 0;
}

.wd-hover-info .bottom-information .price {
	font-size: 110%;
}

.wd-hover-info .bottom-information .price ins, .wd-hover-info .bottom-information .price del {
	display: block;
}

.wd-hover-info .bottom-information .price ins {
	margin-top: 5px;
}

.wd-hover-info .bottom-information .star-rating {
	margin-right: auto;
}

.wd-hover-info .product-labels {
	left: auto;
	align-items: flex-end;
	max-width: 60px;
}

.wd-hover-info .labels-rectangular {
	right: 0;
}

.wd-hover-info .labels-rounded {
	right: 7px;
}

.wd-hover-info .swatches-on-grid, .wd-hover-info .star-rating {
	margin-top: 10px;
	opacity: 0;
	transition: opacity .3s ease;
}

.wd-hover-info .swatches-on-grid {
	order: 3;
}

.wd-hover-info .star-rating {
	order: 2;
	margin-bottom: 0;
}

.wd-hover-info.wd-with-labels .top-information {
	right: 60px;
}

.wd-hover-info:hover .bottom-information {
	transform: none;
}

.wd-hover-info:hover .swatches-on-grid, .wd-hover-info:hover .star-rating {
	opacity: 1;
}

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

@media (max-width: 1024px) {
	.wd-hover-info .wd-entities-title {
		font-size: 14px;
	}
}
