.thaxam-floating-button{position:fixed;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:99998;box-shadow:0 6px 20px rgb(0 0 0 / .25),0 0 0 1px rgb(255 255 255 / .1);transition:all 0.3s ease;font-size:24px}.thaxam-floating-button:hover{transform:scale(1.1);box-shadow:0 8px 25px rgb(0 0 0 / .3),0 0 0 1px rgb(255 255 255 / .2)}.thaxam-icon{display:flex;align-items:center;justify-content:center}.thaxam-icon svg{width:70%;height:70%}.thaxam-position-top-left{top:20px;left:20px}.thaxam-position-top-right{top:20px;right:20px}.thaxam-position-bottom-left{bottom:20px;left:20px}.thaxam-position-bottom-right{bottom:20px;right:20px}.thaxam-cart-count{position:absolute;top:-8px;right:-8px;background:red;color:#fff;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.thaxam-notification{position:fixed;background:#28a745;color:#fff;padding:12px 24px;border-radius:8px;box-shadow:0 4px 12px rgb(0 0 0 / .15);z-index:99999;opacity:0;visibility:hidden;transition:all 0.3s ease;font-size:14px}.thaxam-notification-above-top-left{top:100px;left:20px}.thaxam-notification-above-top-right{top:100px;right:20px}.thaxam-notification-above-bottom-left{bottom:100px;left:20px}.thaxam-notification-above-bottom-right{bottom:100px;right:20px}.thaxam-notification.show{opacity:1;visibility:visible}.thaxam-off-canvas{position:fixed;top:0;right:-400px;width:400px;height:100%;background:#fff;box-shadow:-4px 0 20px rgb(0 0 0 / .15);z-index:99999;transition:right 0.3s ease;display:flex;flex-direction:column}.thaxam-off-canvas.open{right:0}.thaxam-off-canvas-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #eee}.thaxam-off-canvas-header h3{margin:0;font-size:18px}.thaxam-close-btn{background:none;border:none;font-size:24px;cursor:pointer;color:#666}.thaxam-cart-items{flex:1;overflow-y:auto;padding:20px}.thaxam-loader{display:flex;justify-content:center;align-items:center;height:100px;font-size:16px;color:#666}.thaxam-loader::after{content:'';width:20px;height:20px;border:2px solid #f3f3f3;border-top:2px solid #007cba;border-radius:50%;animation:thaxam-spin 1s linear infinite;margin-left:10px}@keyframes thaxam-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.woocommerce-cart-form{margin:0}.shop_table{width:100%;border-collapse:collapse;margin:0}.shop_table th,.shop_table td{padding:10px 5px;text-align:left;vertical-align:middle;border-bottom:1px solid #eee}.shop_table th{font-weight:700;background:#f8f8f8}.shop_table .product-thumbnail img{width:50px;height:50px;object-fit:cover;border-radius:4px}.shop_table .product-name a{text-decoration:none;color:#333}.shop_table .product-name a:hover{color:#007cba}.quantity{display:flex;align-items:center}.quantity input.qty{width:50px;height:30px;text-align:center;border:1px solid #ddd;margin:0 5px}.qty_button{width:30px;height:30px;border:1px solid #ddd;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px}.qty_button:hover{background:#f0f0f0}.product-remove a.remove{color:#999;text-decoration:none;font-size:20px;line-height:1}.product-remove a.remove:hover{color:red;background:none}.thaxam-off-canvas-footer{padding:20px;border-top:1px solid #eee;text-align:center}.thaxam-update-cart-btn{display:inline-block;padding:12px 24px;background:#28a745;color:#fff;border:none;border-radius:4px;cursor:pointer;margin-right:10px;transition:background 0.3s ease}.thaxam-update-cart-btn:hover{background:#1e7e34}.thaxam-view-cart-btn{display:inline-block;padding:12px 24px;background:#007cba;color:#fff;text-decoration:none;border-radius:4px;transition:background 0.3s ease}.thaxam-view-cart-btn:hover{background:#005a87}.thaxam-quantity-tooltip{position:absolute;background:#fff;border:1px solid #ddd;border-radius:4px;padding:8px;box-shadow:0 2px 8px rgb(0 0 0 / .15);z-index:10000;display:flex;gap:4px}.thaxam-qty-btn{padding:6px 10px;border:1px solid #007cba;background:#007cba;color:#fff;border-radius:3px;cursor:pointer;font-size:12px;transition:background 0.2s}.thaxam-qty-btn:hover{background:#005a87}@media (max-width:480px){.thaxam-off-canvas{width:100%;right:-100%}.thaxam-floating-button{width:50px;height:50px;font-size:20px}}