
img.lws-woorewards-point-symbol {
	display: inline !important;
	margin-bottom: -.1em;
	height: 1em;
	width: auto;
}

ul.products li.product img.lws-woorewards-point-symbol {
	margin-bottom: -.1em;
}

.wr-wrapper {
	display: flex;
	flex-direction: row;
	padding: var(--wr-block-padding, "10px");
	gap: 10px;
	justify-content: center;
	align-items: center;
	border-style: var(--wr-block-border-style, "none");
	border-width: var(--wr-block-border-width, "inherit");
	border-radius: var(--wr-block-border-radius, "inherit");
	border-color: var(--wr-block-border-color, "inherit");
	background-color: var(--wr-block-background-color, "inherit");
	color: var(--wr-block-font-color, "inherit");
	font-size: var(--wr-block-font-size, "inherit");
	line-height: 1;
	flex-wrap: wrap;
}

.wr-wrapper.vertical {
	flex-direction: column;
}

.wr-wrapper.top-margin {
	margin-top: 10px;
}

.wr-wrapper.auto-fit {
	width: -moz-fit-content;
	width: fit-content;
}

.wr-wrapper.bottom-margin {
	margin-bottom: 10px;
}

.wr-wrapper .wr-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2em;
	color: var(--wr-block-border-color, "inherit");
}

.wr-button {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px 10px;
	transition: all .5s ease;
	padding: var(--wr-button-padding, "10px");
	border-style: var(--wr-button-border-style, "none");
	border-width: var(--wr-button-border-width, "inherit");
	border-color: var(--wr-button-border-color, "inherit");
	border-radius: var(--wr-button-border-radius, "inherit");
	background-color: var(--wr-button-background-color, "inherit");
	color: var(--wr-button-font-color, "inherit");
	font-size: var(--wr-button-font-size, "inherit");
}

.wr-button:hover {
	border-color: var(--wr-button-border-over-color, "inherit");
	background-color: var(--wr-button-background-over-color, "inherit");
	color: var(--wr-button-font-over-color, "inherit");
}
