.category_temp_top .temp_title {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
}

.category_temp_top .temp_title span {
  display: block;
  width: 60px;
  height: 5px;
  background: #f05e01;
  display: none;
}

@media all and (min-width: 768px) {
  .cat-normal-sidebar {
    width: 330px;
  }

  .cat-normal-content-big {
  }
}

.category-template {
  margin: 20px auto;
}

/*** Normal Page ********/
.cat-normal-content-big {
  padding-top: 7px;
}

.cat-normal-content-big .img {
  position: relative;
  border-radius: 10px 10px 0px 0px;
}

.cat-normal-content-big .img img {
  display: block;
  width: 100%;
}

.cat-normal-content-big a h3 {
  padding-top: 10px;
  font-size: 23px;
  line-height: 30px;
  margin: 0;
}

.cat-normal-content-big a:hover h3 {
  color: #3399ff;
}

.category_page_border {
  border-bottom: 1px solid #f5f5f5;
}

.cat-normal-content-other {
  clear: both;
  padding-top: 5px;
}

.cat-normal-content-other .row a {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.cat-normal-content-other .body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cat-normal-content-other-items {
  padding: 0 15px;
}

.cat-normal-content-other-item {
  position: relative;
  border-right: 1px solid rgba(204, 204, 204, 0.8);
  border-bottom: 1px solid rgba(204, 204, 204, 0.8);
  margin-bottom: 20px;
}

.cat-normal-content-other-item::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 100%;
  bottom: 0;
  background: #fff;
}

.cat-normal-content-other-item:nth-child(4n) {
  border-right: none;
}

.cat-normal-content-other-item:last-child::after {
  display: none;
}

.cat-normal-content-other-item .body {
  padding-bottom: 20px;
}

.cat-normal-content-other-item img {
  width: 100%;
}

.cat-normal-content-other-item .image_aria {
  padding-bottom: 10px;
}

.cat-normal-content-other-item .title a {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}

#load_more_button {
  padding: 10px 27px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #f05e01;
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  border: none;
}

.sub-categories {
  margin-top: 10px;
}
.sub-categories ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
}

.sub-categories ul li a {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.sub-categories ul li i {
  font-size: 0.7rem;
  color: #acacef;
  vertical-align: middle;
  margin-top: -3px;
}
