/*
Theme Name: Hello Eleme child

Template: hello-elementor

*/

/* Add your custom CSS styles below */



.mega-menu .sub-menu {
        width: 720px !important;
        white-space: normal;
        background-color: #fff !important;
    }
.mega-menu .sub-menu li {
        display: inline-block !important;
        width: 24% !important;
        padding-top: 15px!important;
        padding-bottom: 5px!important;
        text-align: center!important;
        vertical-align: top!important;
    }
    
    .layered-menu,
    .layered-menu ul {
      list-style: none;
      margin: 0;
      padding: 0;
    }
    .layered-menu li {
      position: relative;
    }
    .layered-menu .menu-item .menu-link {
      display: block;
      color: var(--e-global-color-f17c520);
      text-decoration: none;
      font-weight: 600;
      padding: 12.3px 0px;
    }
    .layered-menu .menu-item .menu-link:hover {
      color: var(--e-global-color-secondary);
    }
    .layered-menu .menu-item .submenu-arrow {
      position: absolute;
      right: 0px;
      bottom: 10px;
      background: transparent;
      color: var(--e-global-color-f17c520);
      font-size: 27px;
      cursor: pointer;
      width: 360px;
      height: 27px;
      border-radius: 4px;
      transition: 0.3s;
      display: flex;
      justify-content: end;
      align-items: center;
      padding-bottom: 4px;
    }
    .layered-menu .menu-item:hover > .submenu-arrow {
      color: var(--e-global-color-secondary) !important;
    }
    .layered-menu .sub-menu {
      display: none;
    }
    .layered-menu .back-link {
      color: var(--e-global-color-f17c520);
      font-weight: 700;
      cursor: pointer;
      width: 100%;
    }
    .layered-menu .back-link:hover {
      color: var(--e-global-color-secondary);
    }

    /* Active state styling */
    .layered-menu .menu-item.active > .menu-link {
      color: var(--e-global-color-secondary);
    }
    .layered-menu .menu-item.active > .submenu-arrow {
      color: var(--e-global-color-secondary);
    }
    

.page-id-633 .wp-block-button__link{
    background-color: var(--e-global-color-secondary) !important;   
}

.page-id-633 .elementor-button{
    background-color: var(--e-global-color-secondary) !important;
    border-style: none!important;
}

.page-id-634 .wp-element-button{
    background-color: var(--e-global-color-secondary) !important;
    border-style: none!important;
    color: white!important;
}
.page-id-634 .wc-block-components-button{
    background-color: var(--e-global-color-secondary) !important;
    border-style: none!important;
    color: white!important;
}

.page-id-634 .wc-block-components-checkout-return-to-cart-button{
 color: var(--e-global-color-secondary) !important;   
}

.wc-block-cart__submit-button{
     background-color: var(--e-global-color-secondary) !important;
    border-style: none!important;
    color: white!important;
}
.wc-block-components-product-name{
    color: var(--e-global-color-secondary) !important;
}
    
    
  