.elementor-96 .elementor-element.elementor-element-23a1fcc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for toddly-header, class: .elementor-element-7c09a9c *//* Turn "Play ABC game" into a green button */
#menu-item-1763 > a {
    background-color: #f3b72a;
    color: white !important;
    padding: 8px 16px;
    border-radius: 6px;
    font-weight: 600;
    text-transform: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.sideMenuToggler {
    visibility: hidden
}


/* wishlist icon */
.header-wishlist-btn {
  background: none;
  border: none;
  cursor: pointer;
  margin-left: 12px; /* spacing between cart & wishlist */
  font-size: 18px;
  color: #222;
  position: relative;
  display: inline-flex;
  align-items: center;
}

.header-wishlist-btn:hover {
  color: #ff4b5c; /* nice heart hover color */
}


/* my account icon */
.header-account-btn {
  background: none;
  border: none;
  cursor: pointer;
  margin-left: 12px;
  font-size: 18px;
  color: #222;
  position: relative;
  display: inline-flex;
  align-items: center;
  transition: color 0.2s ease;
}

.header-account-btn:hover {
  color: #007bff; /* nice blue hover */
}/* End custom CSS */