/*
    Theme Name: WebSpace Framework
    Description: A custom theme built for cakes.2210patisserie.ie
    Theme URL: https://web-space.ie
    Author: WebSpace
    Author URL: https://web-space.ie
    Template: hello-elementor
    Text Domain: hello-elementor-child
    License: GNU General Public License v3 or later.
    License URI: https://www.gnu.org/licenses/gpl-3.0.html
    Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
    Version: 1.0.9
*/
:root {
  --primary-color: #ffe1e6;
  --secondary-color: #151515cc;
  --text-color: #151515;
  --background-color: #ffffff;
}

.custom-footer {
  background-color: var(--primary-color);
  color: var(--text-color);
  padding: 20px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

.custom-header {
  background-color: var(--primary-color);
  color: var(--text-color);
  width: 100%;
}
/* Flexbox layout for the body */
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
}

/* Make the #root div take up the available space */
#root {
  flex: 1;
  min-height: 600px;
}

.woocommerce-breadcrumb {
  display: none;
}
