/* One Click Chat to Order */
.wayra-coc-floating-button {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 99999;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: #25d366;
	color: #fff !important;
	text-decoration: none !important;
	box-shadow: 0 8px 25px -5px rgba(45, 62, 79, .38);
	transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.wayra-coc-floating-button:hover,
.wayra-coc-floating-button:focus {
	background: #0da245;
	color: #fff !important;
	transform: translateY(-2px);
	box-shadow: 0 10px 28px -5px rgba(45, 62, 79, .46);
}

.wayra-coc-floating-button svg {
	width: 28px;
	height: 28px;
	flex: 0 0 auto;
}

.wayra-coc-floating--compact {
	width: 58px;
	height: 58px;
	border-radius: 50%;
}

.wayra-coc-floating--large {
	min-height: 58px;
	border-radius: 999px;
	padding: 0 18px;
}

.wayra-coc-floating--compact .wayra-coc-floating-label {
	position: absolute;
	right: 70px;
	width: max-content;
	max-width: min(260px, calc(100vw - 110px));
	background: #fff;
	color: #24292f;
	border: 1px solid rgba(0, 0, 0, .08);
	border-radius: 6px;
	box-shadow: 0 6px 20px rgba(0, 0, 0, .12);
	font-size: 14px;
	line-height: 1.35;
	padding: 8px 10px;
	opacity: 0;
	visibility: hidden;
	transform: translateX(6px);
	transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
}

.wayra-coc-floating--compact:hover .wayra-coc-floating-label,
.wayra-coc-floating--compact:focus .wayra-coc-floating-label {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

.wayra-coc-floating--large .wayra-coc-floating-label {
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap;
}

.wayra-coc-button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 7px;
	box-sizing: border-box;
	background: #25d366 !important;
	border: 0 !important;
	border-radius: 6px !important;
	color: #fff !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	margin: 10px 0 20px !important;
	min-height: 44px;
	padding: 12px 18px !important;
	text-align: center !important;
	text-decoration: none !important;
	transition: background-color .2s ease, transform .2s ease !important;
}

.wayra-coc-button:hover,
.wayra-coc-button:focus {
	background: #0da245 !important;
	color: #fff !important;
	transform: translateY(-1px);
}

.wayra-coc-button::before,
.wayra-coc-button::after {
	display: none !important;
}

.wayra-coc-button svg {
	width: 1.15em;
	height: 1.15em;
	flex: 0 0 auto;
	color: currentColor;
}

.wayra-coc-button.disabled,
.wayra-coc-button[aria-disabled="true"] {
	cursor: not-allowed;
	filter: grayscale(.35);
	opacity: .58;
}

.product_meta .wayra-coc-button {
	font-size: 1em !important;
}

.wayra-coc-cart-wrapper .wayra-coc-button,
.wayra-coc-cart-block .wayra-coc-button {
	width: 100%;
	margin-bottom: 0 !important;
}

.wayra-coc-cart-block {
	margin: 18px 0 0;
}

.wayra-coc-cart-block .wc-proceed-to-checkout {
	padding: 0;
}

@media (max-width: 768px) {
	.hide-on-mobile {
		display: none !important;
	}

	.wayra-coc-floating-button {
		right: 14px;
		bottom: 14px;
	}
}
