.product-main-nav {
  padding: 0.625rem 0;
  box-shadow: 0 1px 5px 0 #b5b5b5;
  z-index: 98;
  position: sticky !important;
  top: 88px !important;
  background-color: #fff;
}
.product-main-nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.product-main-nav ul li {
  list-style: none;
  padding: 0 1rem;
}
.product-main-nav ul li a {
  font-size: 0.75rem;
  font-weight: 600;
  color: #b5b5b5;
  line-height: 1.5rem;
  font-family: var(--main-font, "Filson Pro");
  text-decoration: none;
}
.product-main-nav ul li.active a {
  font-size: 0.75rem;
  font-weight: 600;
  color: #004135;
  line-height: 1.5rem;
  font-family: var(--main-font, "Filson Pro");
}
.product-main-nav ul li button {
  font-size: 0.75rem;
  font-weight: 600;
  color: #b5b5b5;
  line-height: 1.5rem;
  font-family: var(--main-font, "Filson Pro");
  text-decoration: none;
  border: none !important;
  background-color: transparent !important;
}
.product-main-nav ul li.active button {
  font-size: 0.75rem;
  font-weight: 600;
  color: #004135;
  line-height: 1.5rem;
  font-family: var(--main-font, "Filson Pro");
  border: none !important;
  background-color: transparent !important;
}

@media (max-width: 768px) {
  .product-main-nav {
    padding: 0;
    top: 52px !important;
  }
  .product-main-nav ul {
    padding: 0.625rem 0;
    display: -webkit-box;
    width: 100%;
    overflow-y: auto;
    font-size: 0.625rem;
  }
  .product-main-nav ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  }
  .product-main-nav ul::-webkit-scrollbar {
    width: 3px;
    height: 2px;
    background-color: #edffe8;
  }
  .product-main-nav ul::-webkit-scrollbar-thumb {
    background-color: #004135;
  }
  .product-main-nav ul li {
    list-style: none;
    padding: 0.5rem;
  }
  .product-main-nav ul li.active a {
    line-height: 1.125rem;
  }
}
.hov-new:hover {
  color: black;
}

@media (min-width: 600px) and (max-width: 1024px) {
  .product-main-nav {
    padding: 0;
    top: 52px !important;
  }
  .product-main-nav ul {
    padding: 0.625rem 0;
    display: -webkit-box;
    width: 100%;
    overflow-y: auto;
    font-size: 0.625rem;
  }
  .product-main-nav ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  }
  .product-main-nav ul::-webkit-scrollbar {
    width: 3px;
    height: 2px;
    background-color: #edffe8;
  }
  .product-main-nav ul::-webkit-scrollbar-thumb {
    background-color: #004135;
  }
  .product-main-nav ul li {
    list-style: none;
    padding: 0.5rem;
  }
  .product-main-nav ul li.active a {
    line-height: 1.125rem;
  }
}
