.subCategoriesContainer {
  background-color: var(--backgroundMenuColor2);
}

.categoriesContainer {
  background-color: var(--backgroundMenuColor);
}

.categoryActive {
  color: var(--categoryActiveLabelColor);
  font-weight: bold !important;
}

.categoryNegishiActive {
  border-bottom: 0.1875rem solid var(--categoryActiveLabelColor) !important;
}

.categoryInactive {
  color: var(--textGreyColor2);
}

.subCategoryActive {
  color: var(--categoryActiveLabelColor);
  font-weight: bold !important;
}

.subCategoryInactive {
  color: var(--textGreyColor2);
}

.navIcon {
  color: var(--textDarkColor3);
  font-size: 0.8rem;
}

.subNavIcon {
  color: var(--textDarkColor2);
  font-size: 0.8rem;
}

.parentCategoryLabel {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.95rem;
}

.childCategoryLabel {
  font-weight: 400;
  font-size: 0.9rem;
}

.categoriesScrollContainerForSearch {
  padding-left: 0px !important;
}

.categoriesScrollContainer {
  width: 100%;
  padding-left: 40px;
}

.categoriesWrapper {
  position: relative;
}

.searchButton {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  display: flex;
}

.filterBtn {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.firstItem {
  margin-left: -15px;
}

.wrapperClassCategories {
  width: 100%;
}

.arrowRightBtn {
  padding-right: 0px !important;
  text-align: right;
}

.arrowRightMobileBtn {
  padding-right: 10px !important;
  text-align: right;
}

.arrowLeftBtn {
  padding-left: 0px !important;
  text-align: left;
}

.arrowLeftMobileBtn {
  padding-left: 10px !important;
  text-align: left;
}

.scrollMenuWrapperClass {
  -webkit-mask-image: linear-gradient(
    to right,
    transparent,
    black 15%,
    black 85%,
    transparent
  );
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-image: linear-gradient(
    to right,
    transparent,
    black 15%,
    black 85%,
    transparent
  );
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}

.categoryNegishiDesktop {
  width: 100%;
  min-height: 110px;
  text-align: center;
  text-wrap: wrap;
  padding: 0px 10px;
}

.categoryNegishiDesktop:hover {
  background-color: #645b56;
}

.categoryNegishiDesktopActive {
  background-color: #645b56 !important;
}

.categoryNegishiDesktopWrapper {
  padding: 0px 0px 50px 0px;
}

.filterDesktopBtn {
  width: 100%;
  height: 100px;
}

.overlapIconScrolled {
  position: absolute;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  z-index: 15;
  color: #ffffff;
  background-color: rgb(60, 60, 60, 0.85);
}

.iconOverlapBottom {
  -webkit-mask-image: linear-gradient(
    to top,
    transparent,
    black 0%,
    black 85%,
    transparent
  );
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-image: linear-gradient(
    to top,
    transparent,
    black 0%,
    black 85%,
    transparent
  );
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  cursor: s-resize;
}

.iconOverlapTop {
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent,
    black 0%,
    black 85%,
    transparent
  );
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-image: linear-gradient(
    to bottom,
    transparent,
    black 0%,
    black 85%,
    transparent
  );
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  cursor: n-resize;
}
