body main .component.cxa-productlistpager-component ul li,
body main .list-pagination ul li {
  padding: 0 12px;
}

body main .component.cxa-productlistpager-component ul li > a,
body main .list-pagination ul li > a {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
}

body main .component.cxa-productlistpager-component ul li.active,
body main .list-pagination ul li.active {
  background-color: transparent !important;
  border-bottom: 2px solid #00ADEF !important;
  border-radius: 0 !important;
}

body main .component.cxa-productlistpager-component ul li.active > a,
body main .list-pagination ul li.active > a {
  font-weight: 700;
}

body main .component.cxa-productlistpager-component .product-list > ul > li,
body main .list-pagination .product-list > ul > li {
  border: 1px solid #EFF1F4;
  box-shadow: none;
  margin: 0;
}

body main .component.cxa-productlistpager-component .product-info h4.product-title,
body main .list-pagination .product-info h4.product-title {
  color: #0D4486;
  font-weight: 600;
  white-space: normal;
}

body main .component.cxa-productlistpager-component .product-info .product-brand,
body main .list-pagination .product-info .product-brand {
  color: rgba(0, 0, 0, 0.7);
}

body main .component.cxa-productlistpager-component .current-price,
body main .list-pagination .current-price {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  border: 0;
  padding: 0;
  margin: 0;
}

body main .component.cxa-productlistpager-component .product-category,
body main .list-pagination .product-category {
  display: none;
}

body main .component.cxa-productlistpager-component .productlist-pagination-container .productlist-pagination li a,
body main .list-pagination .productlist-pagination-container .productlist-pagination li a {
  color: rgba(0, 0, 0, 0.7);
}

body main .component.cxa-productlistpager-component .productlist-pagination li,
body main .list-pagination .productlist-pagination li {
  position: relative;
}

body main .component.cxa-productlistpager-component .productlist-pagination li:first-child,
body main .list-pagination .productlist-pagination li:first-child {
  margin-left: 0;
  padding-left: 0;
}

body main .component.cxa-productlistpager-component .productlist-pagination li:first-child a:after,
body main .list-pagination .productlist-pagination li:first-child a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-caret-down.svg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

body main .component.cxa-productlistpager-component .productlist-pagination li:last-child,
body main .list-pagination .productlist-pagination li:last-child {
  margin-right: 0;
  padding-right: 0;
}

body main .component.cxa-productlistpager-component .productlist-pagination li:last-child a:after,
body main .list-pagination .productlist-pagination li:last-child a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-caret-down.svg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

body main .component.page-selector {
  padding: 0 15px 48px;
}

body main .component.page-selector .page-selector-item-last,
body main .component.page-selector .page-selector-item-first {
  display: none;
}

body main .component.page-selector li {
  position: relative;
}

@media (max-width: 991px) {
  body main .component.page-selector li {
    margin-top: 24px;
  }
}

body main .component.page-selector li .page-selector-item-link {
  margin: 0;
  width: 30px;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  color: rgba(0, 0, 0, 0.7);
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 14px;
  font-weight: 400;
}

body main .component.page-selector li .page-selector-item-link.active {
  border-bottom: 2px solid #00ADEF;
  font-weight: 700;
}

body main .component.page-selector li.page-selector-item-previous {
  width: 20px;
}

body main .component.page-selector li.page-selector-item-previous a {
  display: inline-block;
  overflow: hidden;
  color: transparent;
  text-indent: -9999px;
}

body main .component.page-selector li.page-selector-item-previous a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-caret-down.svg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  text-indent: -9999px;
}

body main .component.page-selector li.page-selector-item-previous.inactive a:after {
  opacity: 0.2;
}

body main .component.page-selector li.page-selector-item-next {
  width: 20px;
}

body main .component.page-selector li.page-selector-item-next a {
  display: inline-block;
  overflow: hidden;
  color: transparent;
  text-indent: -9999px;
}

body main .component.page-selector li.page-selector-item-next a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-caret-down.svg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

body main .component.page-selector li.page-selector-item-next.inactive a:after {
  opacity: 0.2;
}

body main .component.page-selector .component-content {
  text-align: center;
}

body main .component.page-selector .component-content nav {
  display: inline-block;
}

.cxa-productlistpager-component {
  margin-bottom: 18px;
}

.cxa-productlistpager-component .productlist-pagination-container .productlist-pagination {
  margin-bottom: 0;
}

.cxa-productlistpager-component .productlist-pagination-container .productlist-pagination li {
  margin-bottom: 30px;
}

.cxa-productlistpager-component .productlist-pagination-container .productlist-pagination li a {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
}

.list-pagination nav {
  text-align: center;
}

.list-pagination .First,
.list-pagination .Last {
  display: none;
}

.list-pagination .Previous,
.list-pagination .Next {
  position: relative;
  width: 30px;
  padding: 0;
  margin: 0 8px;
  margin-top: 30px;
  overflow: hidden;
  color: transparent;
  text-indent: -9999px;
  vertical-align: text-bottom;
  border: 0;
}

.list-pagination .Previous::after,
.list-pagination .Next::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-caret-down.svg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  content: '';
}

.list-pagination .Previous.inactive,
.list-pagination .Next.inactive {
  opacity: 0.2;
}

.list-pagination .Next::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.list-pagination .sxa-paginationnumber,
.list-pagination .sxa-paginationnumber:hover {
  display: inline-block;
  height: 22px;
  width: 30px;
  padding: 0;
  margin: 0 8px;
  margin-top: 30px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
}

.list-pagination .sxa-paginationnumber.active,
.list-pagination .sxa-paginationnumber:hover.active {
  font-weight: 700;
  color: #000;
  border: 0;
  border-bottom: 2px solid #00ADEF;
  background-color: transparent;
}
