.trustedair-sticky-add-to-cart {
	position: relative;
	background-color: #00B6C2 !important;
	border-color: #00B6C2 !important;
	transition: background-color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.trustedair-sticky-add-to-cart:hover,
.trustedair-sticky-add-to-cart:focus {
	background-color: #00a0ab !important;
	border-color: #00a0ab !important;
}

.trustedair-sticky-add-to-cart.disabled {
	opacity: 0.6;
	cursor: not-allowed;
	pointer-events: none;
}

.trustedair-sticky-add-to-cart .trustedair-atc-spinner {
	display: none;
}

.trustedair-sticky-add-to-cart.loading {
	pointer-events: none;
	cursor: default;
}

.trustedair-sticky-add-to-cart.loading .elementor-button-content-wrapper > *:not(.trustedair-atc-spinner) {
	visibility: hidden;
}

.trustedair-sticky-add-to-cart.loading .trustedair-atc-spinner {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 18px;
	margin: -9px 0 0 -9px;
	border: 2px solid rgba(255, 255, 255, 0.4);
	border-top-color: #fff;
	border-radius: 50%;
	animation: trustedair-atc-spin 0.6s linear infinite;
}

@keyframes trustedair-atc-spin {
	to {
		transform: rotate(360deg);
	}
}

.trustedair-sticky-price del,
.trustedair-sticky-price del .woocommerce-Price-amount {
	color: #000000 !important;
	font-family: "Lufga", Sans-serif !important;
	font-size: 28px !important;
	font-weight: 600 !important;
	text-decoration: line-through !important;
}

.trustedair-sticky-price ins,
.trustedair-sticky-price ins .woocommerce-Price-amount {
	color: #00AF1F !important;
	font-family: "Lufga", Sans-serif !important;
	font-size: 27px !important;
	font-weight: 700 !important;
	text-decoration: none;
}
