.waypam_price-table .waypf-product__body__products__item__content__text__top {
	display: flex;
	gap: 10px;
}

@media (max-width: 1024px) {
	.waypam_price-table .waypf-product__body__products__item__content__text__top {
		flex-direction: column;
	}
}

.waypam_price-table .waypf-product__body__products__item__content__text__top del.waypam_old-price {
	opacity: .65;
	color: gray;
	font-size: .8em;
	font-weight: 500;
}

.waypam_price-table .waypf-product__body__products__item__content__text__top strong.waypam_promo-price {
	font-weight: inherit;
}