/* Buy Now for Elementor */
.bnfe-button-wrap {
	display: flex;
	align-items: center;
}

.bnfe-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	cursor: pointer;
	border: 1px solid transparent;
	background: #111111;
	color: #ffffff;
	font: inherit;
	line-height: 1;
	text-decoration: none;
	padding: 12px 22px;
	transition: color .2s ease, background-color .2s ease, border-color .2s ease, opacity .2s ease;
}

.bnfe-button.is-loading {
	opacity: .65;
	pointer-events: none;
}

.bnfe-button__icon {
	display: inline-flex;
	align-items: center;
	line-height: 0;
}

.bnfe-button__icon svg {
	width: 1em;
	height: 1em;
	display: block;
	fill: currentColor;
}

.bnfe-button__label {
	display: inline-block;
}
