/* Start Product Category CSS */

.nxtcode-product-category__info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.nxtcode-product-category__single {
  background-color: #F0F4F7;
  text-align: center;
}

.nxtcode-product-category__single-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.nxtcode-product-category__thumbnail {
  text-align: center;
}

.nxtcode-product-category__thumbnail img {
  display: inline-block;
}

.nxtcode-product-category__count {
  position: absolute;
  right: 20px;
  top: 10px;
}

.nxtcode-product-category__count span {
  font-family: 'Plus Jakarta Sans', sans-serif;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  color: #FFF;
  background-color: #000;
  border-radius: 50%;
  padding: 11px 12px;
  width: 42px;
  height: 42px;
}

.nxtcode-product-category__content {
  background-color: #fff;
  margin: 10px 20px 0;
  padding: 15px;
}

.nxtcode-product-category__content h4 {
  line-height: 1;
  margin-bottom: 10px;
}

.nxtcode-product-category__content h4 a {
  display: inline-block;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  color: #000;
}

.nxtcode-product-category__content h4 a:hover {
  color: #ED1D24;
}

.nxtcode-product-category__view {
  line-height: 1;
}

.nxtcode-product-category__view a {
  font-family: 'Plus Jakarta Sans', sans-serif;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  color: #ED1D24;
}

.nxtcode-product-category__number span {
  font-family: 'Plus Jakarta Sans', sans-serif;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #626262;
}

@media screen and (max-width: 991.98px) {
  .nxtcode-product-category__info {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767.98px) {
  .nxtcode-product-category__info {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* End Product Category CSS */

/* Start Product Category One CSS */


/* End Product Category One CSS */