/*
 * ProntoMetal floating controls layout.
 * Chats remain on the right. The floating cart remains on the left.
 */

/*
 * Keep the Zendesk launcher on the right even if the theme Additional CSS
 * is saved again with its former #launcher left-side rule.
 */
html body iframe#launcher {
	right: 0 !important;
	left: auto !important;
}

#moderncart-floating-cart {
	display: flex !important;
	left: 20px !important;
	right: auto !important;
	flex-direction: row !important;
}

@media screen and (max-width: 768px) {
	.aic-root.aic-pos-right {
		right: 16px !important;
		left: auto !important;
		bottom: 96px !important;
	}

	.aic-bubble,
	.aic-pos-right .aic-greeting {
		margin-bottom: 0 !important;
	}
}

@media screen and (min-width: 769px) {
	.aic-root.aic-pos-right {
		right: 20px !important;
		left: auto !important;
		bottom: 100px !important;
	}

	.aic-bubble,
	.aic-root.aic-open .aic-panel,
	.aic-pos-right .aic-greeting {
		margin-bottom: 0 !important;
	}
}
