.xc-woo-order-whatsapp-btn,
.xc-woo-floating-whatsapp-btn .xc-woo-floating-whatsapp-button {
	align-items: center;
	background: #25d366;
	border: 0;
	border-radius: 4px;
	box-shadow: none;
	color: #fff;
	display: inline-flex;
	font-size: 16px;
	font-weight: 600;
	gap: 8px;
	line-height: 1.2;
	padding: 12px 18px;
	text-decoration: none;
	transition: background-color 0.2s ease, opacity 0.2s ease;
}

.xc-woo-order-whatsapp-btn:hover,
.xc-woo-order-whatsapp-btn:focus,
.xc-woo-floating-whatsapp-btn .xc-woo-floating-whatsapp-button:hover,
.xc-woo-floating-whatsapp-btn .xc-woo-floating-whatsapp-button:focus {
	background: #128c7e;
	color: #fff;
	text-decoration: none;
}

.xc-woo-order-whatsapp-btn svg,
.xc-woo-floating-whatsapp-btn svg {
	display: inline-block;
	fill: currentColor;
	height: 18px;
	width: 18px;
}

.xc-woo-cart-whatsapp-fields {
	margin: 0 0 16px;
	text-align: left;
}

.xc-woo-cart-whatsapp-fields p {
	margin: 0 0 12px;
}

.xc-woo-cart-whatsapp-fields label {
	display: block;
	font-weight: 600;
	margin: 0 0 4px;
}

.xc-woo-cart-whatsapp-fields input,
.xc-woo-cart-whatsapp-fields textarea {
	box-sizing: border-box;
	width: 100%;
}

.xc-woo-cart-whatsapp-checkout {
	clear: both;
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 0 0 18px;
	text-align: right;
	width: 100%;
}

.xc-woo-cart-whatsapp-checkout .xc-woo-order-whatsapp-btn {
	align-self: flex-end;
	justify-content: center;
	margin: 0;
	min-height: 48px;
	min-width: 220px;
	text-align: center;
}

.xc-woo-cart-whatsapp-error {
	background: #fff2f2;
	border-left: 4px solid #cc1818;
	color: #8a2424;
	margin: 0 0 12px;
	padding: 10px 12px;
	text-align: left;
}

.xc-woo-field-invalid {
	border-color: #cc1818 !important;
	box-shadow: 0 0 0 1px #cc1818 !important;
}

.xc-woo-floating-whatsapp-btn {
	bottom: 24px;
	position: fixed;
	z-index: 9999;
}

.xc-woo-floating-whatsapp-btn.xc-woo-floating-left {
	left: 24px;
}

.xc-woo-floating-whatsapp-btn.xc-woo-floating-right {
	right: 24px;
}

.xc-woo-floating-whatsapp-btn .xc-woo-floating-whatsapp-button {
	border-radius: 50%;
	height: 56px;
	justify-content: center;
	padding: 0;
	width: 56px;
}

.xc-woo-floating-whatsapp-btn svg {
	height: 26px;
	width: 26px;
}

@media (min-width: 786px) {
	.xc-woo-hide-desktop {
		display: none !important;
	}
}

@media (max-width: 785px) {
	.xc-woo-hide-mobile {
		display: none !important;
	}

	.xc-woo-floating-whatsapp-btn {
		bottom: 16px;
	}

	.xc-woo-floating-whatsapp-btn.xc-woo-floating-left {
		left: 16px;
	}

	.xc-woo-floating-whatsapp-btn.xc-woo-floating-right {
		right: 16px;
	}
}
