/*
Theme Name: Fruitshop
Theme URI: https://fruitshop.7uptheme.net
Author: the 7up WordPress team
Author URI: http://themeforest.net/user/7-up
Description: Responsive WooCommerce WordPress Theme
Version: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: e-commerce, blog, grid-layout, two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, threaded-comments
Text Domain: fruitshop
*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

#navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px; /* Adjust as needed */
  background-color: black;
  color: white;
  display: flex;
  align-items: center;
  z-index: 999;
  padding: 0 20px;
}
