/*
Theme Name: ORBITUS NOVA
Theme URI: https://orbitusdz.com
Author: Orbitus
Author URI: https://orbitusdz.com
Description: A minimalist WordPress theme designed for full WooCommerce compatibility without template overrides, relying on hooks. Core structure only.
Version: 2.4.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: orbitus-nova
Tags: minimalist, woocommerce
*/



body, html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background:#ffffff;
}
/* No CSS in this version, purely for theme identification. */

 .flaoting-cart {
    /* Fixes the element relative to the browser window */
    position: fixed;
    
    /* Positions the element in the bottom-left corner */
    bottom: 20px; /* Adjust this value for vertical spacing from the bottom edge */
    left: 20px; /* Adjust this value for horizontal spacing from the left edge */
    
    /* Ensures the element stays above other page content */
    z-index: 1000;
    
    /* Optional: Improves readability/appearance of the icon area */
    background-color: #f8f8f8; /* Light background for visibility */
    border: 1px solid #ddd;
    border-radius: 50%; /* Makes the container circular if desired */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15); /* Adds a slight shadow */
}
 .flaoting-chat-icon {
    /* Fixes the element relative to the browser window */
    position: fixed;
    
    /* Positions the element in the bottom-left corner */
    bottom: 20px; /* Adjust this value for vertical spacing from the bottom edge */
    right: 20px; /* Adjust this value for horizontal spacing from the left edge */
    
    /* Ensures the element stays above other page content */
    z-index: 1000;
    
  
}








