/* category page */
.category-box {
  display: flex;
  margin-top: 1rem;
  background-color: #fff;
}

.category-box .col-3 {
  margin-left: -0.938rem;
}

#pills-tab-category {
  background-color: #f6f6f6;
}

#pills-tab-category li {
  height: 3rem;
}

#pills-tab-category li a {
  position: relative;
  display: flex;
	align-items: center;
	justify-content: center;
  padding-left: 0.125rem;
	font-size: 0.875rem;
	width: 100%;
	height: 100%;
}

#pills-tab-category li a.active {
  padding-left: 0;
  border-left: 0.125rem solid #ee0a24;
  background-color: #fff;
}

.category-item-box {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.938rem;
}

.category-item-box li {
  width: 33%;
}

.category-item-box li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.category-item-box li img {
  width: 4.75rem;
}
