/**
 * ISN_Pagination css.
 * @category  ISN
 */
/** NTW-213 **/
.page-products .pages strong.page {
  font-size: 18px !important;
  line-height: 2rem;
  padding: 5px 12px;
  color: #000000 !important;
  border: 2px solid #1379bc;
  font-weight: 700;
  border-width: 2px 2px;
}
.page-products .pages .action:hover {
  color: #000000;
}
.page-products .pages .action.next:after {
  font-size: 18px !important;
  color: #000000 !important;
  content: '\f105';
  font-weight: 700 !important;
}
.top.toolbar.toolbar-products {
  width: 50%;
  float: right;
}
.top.toolbar.toolbar-products .pages .item {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}
.top.toolbar.toolbar-products a.action.next span {
  display: none;
}
.top.toolbar.toolbar-products a.action.previous span {
  display: none;
}
.pages a.page {
  color: #000000;
  padding: 0px 5px;
}
.pages a.page:visited {
  color: #000000;
}
.pages a.page:hover {
  color: #000000;
}
.pages .action.previous:before {
  font-size: 18px;
  color: #000000;
  content: '\f104';
  font-weight: 700;
}
.pages .action.previous:visited:before {
  color: #000000;
}
.bottom.toolbar.toolbar-products {
  width: 50%;
  float: left;
}
.bottom.toolbar.toolbar-products .pages {
  display: none !important;
}
.sorter-options {
  margin: 0 20px 0 7px;
}
.products {
  clear: both;
}
.products.wrapper ~ .toolbar .limiter {
  float: left;
}
.products.wrapper ~ .top.toolbar.toolbar-products {
  width: 55%;
  float: left;
}
dl.block {
  clear: both;
}
@media (min-width: 769px) {
  .modes {
    float: right;
    margin: 2px 0px 0px 0px;
  }
  .products.wrapper ~ .toolbar .limiter {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .bottom.toolbar.toolbar-products {
    width: 100%;
    float: none;
  }
  .top.toolbar.toolbar-products {
    width: 100%;
    float: none;
  }
  .top.toolbar.toolbar-products .pages .item {
    margin: 0 0px 0 0;
    line-height: 23px;
    font-size: 14px;
  }
  .toolbar select {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .sorter-options {
    margin: 0px;
  }
  div#layered-filter-block strong {
    font-size: 14px;
  }
  .products.wrapper ~ .top.toolbar.toolbar-products {
    width: 100%;
    float: left;
  }
  .products.wrapper ~ .top.toolbar.toolbar-products .modes {
    display: none;
  }
  .products.wrapper ~ .toolbar p#toolbar-amount {
    display: none !important;
  }
  .products.wrapper ~ .toolbar .pages {
    width: 100%;
    margin: 0 auto;
  }
  .pages-item-next {
    position: static;
    margin: 0px !important;
  }
  .page-products .pages .action {
    width: auto;
  }
  .page-products .pages strong.page {
    padding: 3px 12px;
    font-size: 14px !important;
  }
  .page-products .pages .action.previous:before {
    vertical-align: middle;
  }
  .pages .pages-items {
    padding: 2px 10px 0;
  }
}
@media (max-width: 639px) {
  .pages-item-previous {
    position: static;
  }
}
@media screen and (min-width: 769px) and (max-width: 812px) {
  .sorter-options {
    margin: 5px 0px 0 5px;
  }
  .products.wrapper ~ .toolbar .pages {
    float: none;
  }
  .products.wrapper ~ .top.toolbar.toolbar-products {
    width: 92%;
  }
  .page-products p#toolbar-amount {
    margin-right: 0px;
  }
  .page-products .bottom.toolbar .limiter {
    clear: both;
  }
  .pages .item {
    margin: 0 0px 0 0;
  }
}
@media screen and (min-width: 813px) and (max-width: 1280px) {
  .products.wrapper ~ .top.toolbar.toolbar-products {
    width: 100%;
    float: left;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1366px) {
  .products.wrapper ~ .top.toolbar.toolbar-products {
    width: 55%;
    float: left;
  }
}
@media screen and (max-width: 480px) {
  .products.wrapper ~ .top.toolbar.toolbar-products {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .products.wrapper ~ .toolbar .pages {
    margin-bottom: 0;
    float: right !important;
  }
}
/** NTW-213 **/
