.product-main-nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0.625rem 0 0 0;
  box-shadow: 0 -1px 5px 0 #b5b5b5;
  border-bottom: 2px solid #e0e0e0;
  z-index: 98;
  position: sticky !important;
  top: 88px !important;
  background-color: #fff;
}
.product-main-nav ul {
  margin: 0;
  padding: 0 1rem 2px 1rem;
  display: flex;
  justify-content: flex-start;
  overflow-x: auto;
  flex-wrap: nowrap;
}
.product-main-nav ul::-webkit-scrollbar {
  height: 2px;
}
.product-main-nav ul::-webkit-scrollbar-track {
  background-color: transparent;
}
.product-main-nav ul::-webkit-scrollbar-thumb {
  background-color: #c0c0c0;
  border-radius: 0;
}
.product-main-nav ul::-webkit-scrollbar-thumb:hover {
  background-color: #909090;
}
.product-main-nav ul:active::-webkit-scrollbar-thumb, .product-main-nav ul:focus::-webkit-scrollbar-thumb {
  background-color: #707070;
}
.product-main-nav ul li {
  list-style: none;
  padding: 0 1rem;
  white-space: nowrap;
}
.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;
  white-space: nowrap;
}
.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;
  white-space: nowrap;
}
.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;
  }
}
