/*product-trigger-menu*/
/*$photo-size: 16em; */
.pretty-product-menu {
  display: flex !important;
  background-color: #f6f6f6;
  margin-left: auto;
  margin-right: auto;
}
.pretty-product-menu > a,
.pretty-product-menu .technology {
  display: grid !important;
  white-space: normal !important;
  padding: 0 !important;
}
.pretty-product-menu:hover a {
  background-color: transparent !important;
  /*suppress menu LI hover */
}
.pretty-product-menu > a:not(.technology) {
  flex: 1 1 0px;
  /* Inherited for all children */
  text-decoration: none;
  row-gap: 1em;
  color: #a0a0a0;
  grid-template-rows: 0.5em 6em 3.5em;
}
.pretty-product-menu > a:not(.technology):hover:not(.technology) {
  background-color: rgba(0, 0, 0, 0.15) !important;
}
.pretty-product-menu > a:not(.technology) .name {
  font-size: 1.3vw;
  font-family: Lato, Helvetica, sans-serif;
}
.pretty-product-menu > a:not(.technology) .desc {
  font-size: 0.93vw;
  font-family: Lato, Helvetica, sans-serif;
  line-height: 1em;
  padding-left: 1em;
  padding-right: 1em;
}
.pretty-product-menu > a:not(.technology) .name,
.pretty-product-menu > a:not(.technology) .desc {
  justify-self: center;
  text-align: center;
}
.pretty-product-menu .technology {
  grid-template-rows: 1em 1em auto;
  row-gap: 0.75em;
  flex: 0.75 1 0px;
  /* Inherited for all children */
  border-left: 2px solid gainsboro;
}
.pretty-product-menu .technology > a {
  text-transform: uppercase;
  font-size: 1.3vw;
  text-decoration: none;
  color: #a0a0a0;
}
.pretty-product-menu .technology > a:hover {
  font-weight: 400;
  color: black;
  background-color: transparent !important;
}
@media (max-width: 605px) {
  .pretty-product-menu > div:nth-child(1n+3) {
    display: none;
  }
}
@media (min-width: 606px) and (max-width: 800px) {
  .pretty-product-menu > div:nth-child(1n+4) {
    display: none;
  }
}
@media (min-width: 801px) and (max-width: 950px) {
  .pretty-product-menu > div:nth-child(1n+5) {
    display: none;
  }
}
@media (min-width: 1401px) {
  .pretty-product-menu > a:not(.technology) .name {
    font-size: 18px;
  }
  .pretty-product-menu > a:not(.technology) .desc {
    font-size: 13px;
  }
}
.pretty-product-menu .photo {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: auto;
}
.pretty-product-menu .healthmate .photo {
  background-image: url("//air4health.com/new/wp-content/uploads/2019/10/aaass-copy.png");
}
.pretty-product-menu .bedroom .photo {
  background-image: url("//air4health.com/new/wp-content/uploads/2019/10/aaawhite.png");
}
.pretty-product-menu .healthmate-plus .photo {
  background-image: url("//air4health.com/new/wp-content/uploads/2019/10/aaablack.png");
}
.pretty-product-menu .pet .photo {
  background-image: url("//air4health.com/new/wp-content/uploads/2019/10/aaabluepet.png");
}
.pretty-product-menu .baby .photo {
  margin-top: 2vw;
  background-image: url("//air4health.com/new/wp-content/uploads/2019/10/bb_blue.png");
}

/** Overide for Alante theme */
.pretty-product-menu.products-menu-alante > a:not(.technology) {
  grid-template-rows: 2em 6em 5em;
}

/*# sourceMappingURL=overrides.css.map */
