/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */


.menu-breadcrumb {
  font-size: 14px;
  line-height: 1.4;
  color: #fff; /* adapte selon ton header */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
}

.menu-breadcrumb a {
  color: inherit;
  text-decoration: none;
  opacity: 0.9;
  color: #fff !important;
  font-size: 16px !important;
  font-style: italic !important;
}

.menu-breadcrumb a:hover {
  opacity: 1;
  text-decoration: underline;
}

.menu-breadcrumb .sep {
  margin: 0 .4em;
  opacity: 0.7;
}

.menu-breadcrumb .is-current {
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  font-style: italic;
}


.cart-icon-widget {
    position: relative;
    display: inline-flex;
}

.custom-cart-badge{
    position:absolute;
    top:-6px;
    right:-8px;
    min-width:18px;
    height:18px;
    border-radius:50%;
    background:#fff;
    color:#C49C72;
    font-size:11px;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
    line-height:1;
    padding:0 4px;
}


