.product-title {
	--wd-link-decor: none;
	--wd-link-decor-hover: none;
	display: block;
	color: var(--wd-entities-title-color);
	word-wrap: break-word;
	font-weight: var(--wd-entities-title-font-weight);
	font-style: var(--wd-entities-title-font-style);
	font-family: var(--wd-entities-title-font);
	text-transform: var(--wd-entities-title-transform);
	line-height: 1.4;
}

.product-title a:hover, a.product-title:hover {
	color: var(--wd-entities-title-color-hover);
}

.amount {
	color: var(--wd-primary-color);
	font-weight: 600;
}

.price {
	color: var(--wd-primary-color);
	font-weight: 600;
}

.price .amount {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.woocommerce-notices-wrapper:empty {
	display: none;
}

@keyframes wd-FadeInLoader {
	from {
		opacity: 0;
	}
	
	to {
		opacity: .8;
	}
}

.wd-product-detail {
	font-size: 90%;
	margin-top: 5px;
}

.wd-product-detail>span {
	vertical-align: middle;
}

.wd-product-detail.wd-product-sku {
	word-break: break-all;
}

.wd-products-element {
	position: relative;
}

.wd-products {
	position: relative;
	align-items: flex-start;
	transition: all .25s ease;
}