.moo-category .cate-action {
  position: absolute;
  top: 150px;
  left: 0px;
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(69,183,109,1) 0%, rgba(237,182,29,1) 50%, rgba(232,24,80,1) 100%);
  padding: 2px 2px 2px 0px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
    z-index: 9;
}
.moo-category .cate-action label {
    cursor: pointer;
    background: #ffffff;
    margin: 0px;
    -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
}
.moo-category .cate-action label img {
    width: 35px;
    transition:all 0.3s ease;

}
.moo-category input#open-pop {
  display: none;
}
.moo-category .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.95);
}
.moo-category .overlay label {
  width: 35px;
  height: 35px;
  position: absolute;
  right: 50px;
  top: 50px;
  background: url("../../images/new-home-page/cross.png") no-repeat;
  background-size: 35px auto;
  z-index: 100;
  cursor: pointer;
}
.moo-category .overlay nav {
  position: relative;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.moo-category .overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
}
.moo-category .overlay ul li {
  display: block;
  padding: 10px 0;
}
.moo-category .overlay ul li a {
  font-weight: 500;
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
    display: flex;
    align-items: center;
}
.moo-category .overlay ul li a span {
    width: 35px;
    height: 35px;
    margin: 0px 20px 0 0;
    text-align: center;
    display: block;
    transition:all 0.3s ease;
}
.moo-category .overlay ul li a span.popular {
    background: url("../../images/new-home-page/popular-brands.png") no-repeat;
    background-size: 35px auto;
}
.moo-category .overlay ul li a:hover span.popular {
    background: url("../../images/new-home-page/popular-brands-hover.png") no-repeat;
    background-size: 35px auto;
}
.moo-category .overlay ul li a span.beyond {
    background: url("../../images/new-home-page/beyond.svg") no-repeat;
    background-size: 35px auto;
    background-position: center 4px;
}
.moo-category .overlay ul li a:hover span.beyond {
    background: url("../../images/new-home-page/beyond-hover.svg") no-repeat;
    background-size: 35px auto;
    background-position: center 4px;
}
.moo-category .overlay ul li a span.living {
    background: url("../../images/new-home-page/living.svg") no-repeat;
    background-size: 35px auto;
}
.moo-category .overlay ul li a:hover span.living {
    background: url("../../images/new-home-page/living-hover.png") no-repeat;
    background-size: 35px auto;
}
.moo-category .overlay ul li a span.entertainment {
    background: url("../../images/new-home-page/entertainment.png") no-repeat;
    background-size: 35px auto;
}
.moo-category .overlay ul li a:hover span.entertainment {
    background: url("../../images/new-home-page/entertainment-hover.png") no-repeat;
    background-size: 35px auto;
}
.moo-category .overlay ul li a span.treats {
    background: url("../../images/new-home-page/eats.svg") no-repeat;
    background-size: 35px auto;
}
.moo-category .overlay ul li a:hover span.treats {
    background: url("../../images/new-home-page/eats-hover.png") no-repeat;
    background-size: 35px auto;
}
.moo-category .overlay ul li a span.glow {
    background: url("../../images/new-home-page/wellness.svg") no-repeat;
    background-size: 35px auto;
}
.moo-category .overlay ul li a:hover span.glow {
    background: url("../../images/new-home-page/wellness-hover.png") no-repeat;
    background-size: 35px auto;
}
.moo-category .overlay ul li a span.all-vouchers {
    background: url("../../images/new-home-page/all-voucher.svg") no-repeat;
    background-size: 35px auto;
}
.moo-category .overlay ul li a:hover span.all-vouchers {
    background: url("../../images/new-home-page/all-voucher-hover.svg") no-repeat;
    background-size: 35px auto;
}
.moo-category .overlay ul li a:hover span.popular, .moo-category .overlay ul li a:hover span.beyond, .moo-category .overlay ul li a:hover span.living, .moo-category .overlay ul li a:hover span.entertainment, .moo-category .overlay ul li a:hover span.treats, .moo-category .overlay ul li a:hover span.glow {
    -webkit-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
}
.moo-category .overlay ul li a:hover, .moo-category .overlay ul li a:focus {
  text-decoration: underline;

}
.moo-category .cate-action ~ .overlay-hugeinc {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}
.moo-category #open-pop:checked ~ .overlay-hugeinc {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.moo-category .overlay-hugeinc nav {
  -moz-perspective: 300px;
}
.moo-category .overlay-hugeinc nav ul {
  opacity: 0.4;
  -webkit-transform: translateY(-25%) rotateX(35deg);
  transform: translateY(-25%) rotateX(35deg);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
}
.moo-category #open-pop:checked ~ .overlay-hugeinc nav ul {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.moo-category #open-pop:not(:checked) ~ .overlay-hugeinc nav ul {
  -webkit-transform: translateY(25%) rotateX(-35deg);
  transform: translateY(25%) rotateX(-35deg);
}
/************* Animation ***************/
.iconDiv {
  height: 55px;
  width: 55px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  transition: width 300ms ease-in-out 0s, background-color 300ms linear 200ms;
    padding-left: 10px;
}
.iconSVG {
  height: 36px;
  aspect-ratio: 1 / 1;
}
.iconDiv:hover,
.iconDiv:focus-visible {
  width: 142px;
  background-color: var(--color-mid);
  transition: width 300ms ease-in-out 0s, background-color 100ms linear 0s;
}
.iconDiv:focus-visible {
  outline: 1px solid var(--color-mid);
  outline-offset: 4px;
}
.iconDiv:active {
  opacity: 0.9;
}
.iconDiv::after {
  content: attr(tooltip);
  margin-left: 12px;
  -webkit-animation: fadeIn 600ms linear forwards;
          animation: fadeIn 600ms linear forwards;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}