.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);
}

.woocommerce-breadcrumb {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
}

.amount {
	color: var(--wd-primary-color);
	font-weight: 600;
}

del .amount {
	color: var(--color-gray-300);
	font-weight: 400;
}

.price {
	color: var(--wd-primary-color);
}

.price .amount {
	font-size: inherit;
}

.price del {
	color: var(--color-gray-300);
	font-size: 90%;
}

.price ins {
	padding: 0;
	background-color: transparent;
	color: var(--wd-primary-color);
	text-decoration: none;
	opacity: 1;
}

@keyframes wd-FadeInLoader {
	from {
		opacity: 0;
	}
	
	to {
		opacity: .8;
	}
}

.wd-products-element {
	position: relative;
}

.wd-products {
	position: relative;
	align-items: flex-start;
	transition: all .25s ease;
}