/* Move the red floating icon from bottom-right to bottom-left */
/* Targets common floating cart/action button selectors */

/* WooCommerce floating cart */
.xoo-wsc-cart-trigger,
.floating-cart,
.cart-floating,
.fixed-cart-btn,
/* Generic floating action buttons that are red */
.fab-button,
.floating-action-btn,
/* Elementor floating button */
.e-floating-buttons,
/* Common cart/floating icon patterns */
[class*="floating"][class*="cart"],
[class*="float"][class*="btn"],
/* Target the second fixed element in bottom-right area */
body .wc-cart-count-floating,
body .cart-icon-floating {
    right: auto !important;
    left: 20px !important;
}

/* More specific: target fixed/sticky elements at bottom-right that are NOT the chatbot */
.e-floating-buttons {
    right: auto !important;
    left: 20px !important;
}
