.elementor-kit-6238{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6238 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Hide elements by default */
.on-mobile-view-only {
  display: none !important;
}

/* Show elements only on mobile (max-width: 767px) */
@media only screen and (max-width: 767px) {
  .on-mobile-view-only {
    display: flex !important; /* Ensure it's displayed on mobile */
  }

  /* Target specific menu items for mobile view */
  .on-mobile-view-only.menu-item-6554, /* Cart */
  .on-mobile-view-only.menu-item-6555, /* Login / Register */
  .c-log_out.on-mobile-view-only.menu-item-6556 { /* Log out */
    display: flex !important; /* Ensure these items are shown on mobile */
  }
}

/* Hide elements on larger screens (768px and up) */
@media only screen and (min-width: 768px) {
  .on-mobile-view-only {
    display: none !important; /* Ensure elements are hidden on tablet/desktop */
  }
}

div#page-open-components {
    display: none;
}
.page-mobile-main-menu .menu__container > li + li > a, .page-mobile-main-menu .menu__container > li.opened > a {
    border-color: rgba(255, 255, 255, 0.15);
    width: 100%;
}
.menu-item-6555 .menu-item-title::before,
.menu-item-6555 .menu-item-title::after {
    content: none !important; /* Prevent pseudo-elements from overwriting text */
}
.menu-item-6555 .menu-item-title {
    content: none !important; /* Remove pseudo-elements */
    display: block !important; /* Ensure the span is displayed */
}

/* Hide elements by default */
.on-mobile-view-only {
  display: none !important;
}

/* Mobile-specific styles */
@media only screen and (max-width: 767px) {
  /* Logout button defaults to hidden */
  .on-mobile-view-only.menu-item-6556 {
    display: none !important;
  }

  /* Show logout button when user is logged in */
  body.logged-in .on-mobile-view-only.menu-item-6556 {
    display: flex !important; /* Ensure visibility */
  }
}

.page-mobile-main-menu .menu-item-6556 {
    display: none !important;
}

body.logged-in .page-mobile-main-menu .menu-item-6556 {
    display: flex !important;
}/* End custom CSS */