.superCtgry{
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 15px;
  background: white;
  border-bottom: 1px solid var(--dropdown-border-color);
}

.superCtgry .superCtgry-content {
  background: white 0 0 no-repeat padding-box;
  border-bottom: solid 4px white;
  margin: 0 auto;
  padding: 16px 0 0.5em 0;
  /* height: 140px; */
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.6s;
  border-radius: 0;
  max-width: 182px;
}

.superCtgry .superCtgry-content:hover {
  border-bottom: solid 4px var(--primary-color);
}


.superCtgry .superCtgry-content > div > img {
  margin: 0 auto 20px auto;
}

.superCtgry .superCtgry-content:hover > div > img {
  filter: invert(0.12) sepia(1) saturate(8.7) hue-rotate(129.6deg)
    brightness(0.82);
}

.superCtgry .superCtgry-content:hover > div > img {
  margin: 0 auto 20px auto;
  background-color: var(--primary-color);
}

.superCtgry .superCtgry-content > div > p {
  color: black;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 5px;
  font-size: 14px !important;
  overflow: hidden;
  position: relative;
  max-height: 45px;
  /* display: block; */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal !important;
  visibility: visible;
  min-height: 45px;
  padding: 0;
}

/* .superCtgry .superCtgry-content:hover > div > p {
  color: black;
  font-weight: bold;
  font-size: 16px !important;
} */

.superCtgry-content.active {
  color: black;
  /* font-weight: bold; */
  border-bottom: solid 4px var(--primary-color) !important;
}
/* .superCtgry .superCtgry-content.active > div > p{
  font-size: 16px!important;

} */
.superCtgry .superCtgry-content > div {
  flex: 0 0 100%;
  height: 100%;
}

.superCtgry-img {
  height: 75px;
  text-align: center;
}

.superCtgry-img img {
  margin: 0 auto;
  max-height: 100%;
}


.superCtgry > .productListingWrap {
  margin: 0 15px;
  position: relative;
  min-width: 224px;
  padding: 0;
}
.superCtgry ::ng-deep .slick-prev {

  /* .superCtgry .slick-prev { */
    height: 56px;
    width: 28px;
    border-bottom-right-radius: 180px;
    border-top-right-radius: 180px;
    left: 15px;
    background: white;
    padding: 0.6rem;
    opacity: 0.7;
    z-index: 9;
}
.superCtgry ::ng-deep .slick-next {

/* .superCtgry .slick-next { */
    height: 56px;
    width: 28px;
    border-bottom-left-radius: 180px;
    border-top-left-radius: 180px;
    right: 16px;
    background: white;
    padding: 0.6rem;
    opacity: 0.5;
}
.superCtgry ::ng-deep .slick-next:before,
.superCtgry ::ng-deep .slick-prev:before {

/* .superCtgry .slick-next:before,
.superCtgry .slick-prev:before { */
    position: relative;
    font: normal normal normal 14px/1 FontAwesome;
    color: black;
}
.superCtgry ::ng-deep .slick-next:before {

/* .superCtgry .slick-next:before { */
    left: 6px;
    content: "\f054";
}
.superCtgry ::ng-deep .slick-prev:before {

/* .superCtgry .slick-prev:before { */
    right: 7px;
    content: "\f053";
}
.superCtgry ::ng-deep .slick-arrow.slick-disabled {

/* .superCtgry .slick-arrow.slick-disabled { */
    display: none !important;
}

@media screen and (max-width: 820px) {
  .superCtgry .superCtgry-content > div > p {
    padding: 0;
  }
  .superCtgry .superCtgry-content {
    padding: 20px 0;
  }
}

@media screen and (max-width: 767px) {
  
  .superCtgry .superCtgry-content.active > div > p, .superCtgry .superCtgry-content > div > p, .superCtgry .superCtgry-content:hover > div > p {
    font-size: 10px !important;
}
.superCtgry .superCtgry-content > div > p{
  max-height:30px;
  min-height:30px;
}
.superCtgry .superCtgry-content {
  padding: 10px 0;
}
.productListingWrap {
  margin: 0!important;
}
}
