.content-area {
  padding: 40px 0px;
}
.oh-archive-header h1 {
  margin-bottom: 30px;
}
.term-description {
  text-align: center;
}
.term-description p {
  margin-bottom: 30px;
}
.oh-archive-header {
  padding-top: 40px;
  border-top: 1px solid #4e4e4e;
}
.woocommerce-pagination ul li .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 5px;
  min-width: 34px;
  height: 34px;
  color: var(--oh-color6);
  font-weight: 600;
  font-size: 14px;
  border-radius: calc(8px / 1.5);
  transition: all 0.2s ease;
}
.woocommerce-pagination ul li .page-numbers.next,
.woocommerce-pagination ul li .page-numbers.prev {
  text-indent: -9999px;
  width: 34px;
  height: 34px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  background-image: url("data:image/svg+xml;utf8,<svg width='100%' height='100%' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;'><g transform='matrix(0.856768,0,0,0.856768,-2.13471,1.71878)'><g id='u'><path d='M11.245,1.495L21.75,12L11.245,22.505' style='fill:none;stroke:black;stroke-width:1.75px;'/></g></g></svg>");
  color: var(--oh-color6);
}
.woocommerce-pagination {
  padding: 40px 0px;
}
.woocommerce-pagination ul {
  margin: 0px;
  padding: 0px;
  justify-content: center;
  list-style: none;
  display: flex;
  align-items: center;
}
.woocommerce-pagination ul li .page-numbers.current {
  color: #fff;
  background-color: var(--oh-primary);
}
.woocommerce-pagination ul li .page-numbers:hover {
  background-color: #f1f1f1;
}
.woocommerce-pagination ul li .page-numbers.prev {
  transform: rotate(180deg);
}
.woocommerce-breadcrumb {
  display: none;
}
.woocommerce-ordering {
  margin-bottom: 20px;
  margin-top: 10px;
}
.woocommerce-notices-wrapper {
  display: none;
}
