.pagenation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -37px;
}

.pagenation ul {
  background-color: #1D1D1B;
  margin: 0px;
  padding: 22px 19px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #706F6F;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.pagenation ul li {
  display: block;
  margin: 0 16px;
}

.pagenation ul li.current {
  color: #fff;
}
.pagenation ul li.pages-item-prev, .pagenation ul li.pages-item-next {
  color: #fff;
}
.pagenation ul li.pages-item-prev a, .pagenation ul li.pages-item-next a {
  color: #fff;
  text-decoration: underline;
}
.pagenation ul li.pages-item-prev {
  margin-right: 70px;
}

.pagenation ul li.pages-item-next {
  margin-left: 70px;
}

.pagenation ul li a {
  display: block;
  text-decoration: none;
  color: #706F6F;
}

#layer-product-list > .message {
  margin: 40px auto;
}

@media (min-width: 992px) {
  #layer-product-list > .message {
      max-width: 960px;
  }
}

@media (min-width: 1200px) {
  #layer-product-list > .message {
      max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  #layer-product-list > .message {
      max-width: 1344px;
  }
}

@media (min-width: 1680px) {
  #layer-product-list > .message {
      max-width: 1664px;
  }
}

@media (max-width: 991px) {
  #layer-product-list > .message {
      max-width: 100%;
  }
}

.categoryArea {
  position: relative;
  background: #F2F2F2;
  padding: 0px !important;
}

.categoryArea::before {
  width: 100%;
  height: calc(100% - 77px);
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  background-color: #F2F2F2;
  z-index: -1;
}
.categoryArea h1 {
  font-size: 44px;
  line-height: 52px;
  font-weight: 300;
  color: #1D1D1B;
  text-align: center;
  margin: 0px;
  padding-bottom: 20px;
}

.categoryArea p {
  font-size: 16px;
  line-height: 24px;
  color: #706F6F;
  margin: 0 auto 27px auto;
  text-align: center;
  max-width: 1080px;
}

.category-description.categoryArea {
  font-size: 16px;
  line-height: 24px;
  color: #706F6F;
  text-align: center;
  background: #F2F2F2;
  padding: 22px 0 27px 0 !important;
}
.category-description.categoryArea .container {
  max-width: 1104px;
  margin: 0 auto;
}

.categoryArea h4,
.layered-filter-block-container h4 {
  font-size: 14px;
  line-height: 16px;
  color: #706F6F;
  text-transform: uppercase;
  letter-spacing: 2.56px;
  font-weight: 400;
  text-align: center;
  margin: 0 0 21px 0;
}

.filterBox {
  max-width: 1360px;
  margin: 0 auto;
}
.filterBox .blackFilter {
  width: 100%;
  background-color: #1D1D1B;
  min-height: 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 16px 16px 16px 29px;
}


.filterBox .common-btn {
  font-size: 14px;
  padding: 12px 22px;
}

.filterBox .flitericon {
  width: 22px;
  height: 22px;
  display: block;
  background-image: url(../images/fliter-icon.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}


.filterBox .dropdown {
  margin-left: 50px;
}

.filterBox .dropdown-toggle {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  border: none;
  background: none;
  padding: 0 30px 0 0;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 0.66px;
  cursor: pointer;
}


.filterBox .dropdown-toggle::after {
  width: 10px;
  height: 18px;
  border: none;
  background-image: url(../images/drop-arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0px;
  vertical-align: inherit;
  content: "";
  position: absolute;
  top: 0px;
  right: 2px;
  transform: rotate(90deg);
}

.filterBox .dropdown-menu {
  border: none;
  padding: 17px 20px;
  border-radius: 0px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  min-width: 213px;
  left: 50% !important;
  margin: 27px 0 26px -107px !important;
  z-index: 2;
}

.filterBox .dropdown-menu::before {
  width: 10px;
  height: 10px;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translate(-50%, 0);
  content: "";
  background-color: #fff;
  border-radius: 100%;
}
.filterBox .dropdown-menu[data-popper-placement=top-start]::before {
  bottom: -5px;
  top: auto;
}
.filterBox .dropdown-menu .clear {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 16px;
  letter-spacing: 0.63px;
  border: none;
  padding: 0px;
  text-decoration: underline;
  background: none !important;
}
.filterBox .dropdown-menu label {
  display: block;
  position: relative;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 16px;
  padding-left: 22px;
  letter-spacing: 0.63px;
}

.filterBox .dropdown-menu label a {
  color: #000000;
  text-decoration: none;
}

.filterBox .dropdown-menu label:last-child {
  margin-bottom: 10px;
}
.filterBox .dropdown-menu label input[type=checkbox],
.filterBox .dropdown-menu label input[type=radio] {
  position: absolute;
  top: 2px;
  left: 0px;
  width: 12px;
  height: 12px;
  border: 1px solid #1D1D1B;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  margin: 0px;
}
.filterBox .dropdown-menu label input[type=checkbox]:checked,
.filterBox .dropdown-menu label input[type=radio]:checked {
  background-color: #1D1D1B;
  background-image: url(../images/check.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

.filterBox .filter-content {
   width: 100%;
   display: flex;
   align-items: center;
   justify-content: space-between;
   flex-wrap: wrap;
   row-gap: 15px;
}

.filterBox .filter-content .filter-options {
  order: 1;
  row-gap: 10px;
}

.filterBox .filter-content .filter-actions {
  order: 2;
}

.filterBox .ln_overlay {
  position: fixed;
}

.filterBox .ln_overlay img {
  max-width: 60px;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  margin: 0;
}

.filterBox .filter-current {
  display: none;
}

div#ln_slider_container_price {
  text-align: center;
  margin: 0 0 0 -22px;
}

.filterBox .dropdown .ui-slider {
  margin-bottom: 15px;
}

.bottomfilter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 16px 0 0 0;
}

.bottomfilter .container > .d-flex {
  max-width: 1360px;
  margin: 0 auto;
}

.bottomfilter .porto-product-filters-toggle {
  display: none !important;
}

.bottomfilter .selectGroup {
  margin: 0 60px 0 0;
}

.bottomfilter label {
  font-size: 16px;
  color: #1D1D1B;
  letter-spacing: 0.63px;
  text-transform: uppercase;
}

.bottomfilter label strong {
  font-weight: 700;
}
.bottomfilter select {
  font-size: 16px;
  color: #1D1D1B;
  letter-spacing: 0.63px;
  text-transform: uppercase;
  font-weight: 700;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0px;
  background-color: transparent;
  background-image: url(../images/arrow-black.svg);
  background-position: center right;
  background-repeat: no-repeat;
  padding: 0 35px 0 2px;
  outline: none !important;
  width: auto;
  box-shadow: none !important;
  height: auto;
}


.bottomfilter select option {
  border-radius: 0px;
  padding: 5px;
}

/* Responsive CSS */
/* --- max-width: 1399px --- */
@media (max-width: 1399px) {

  .pagenation ul {
      font-size: 18px;
    }

    .filterBox .blackFilter {
      padding: 14px 14px 14px 20px;
      min-height: 71px;
    }

    .filterBox .dropdown {
      margin-left: 35px;
    }

    .filterBox .dropdown-toggle {
      font-size: 13px;
      padding: 0 25px 0 0;
    }

    .filterBox .dropdown-toggle::after {
      width: 7px;
      height: 15px;
      top: 1px;
    }

    .bottomfilter label {
      font-size: 15px;
    }

    .bottomfilter select {
      font-size: 15px;
      background-size: 16px 9px;
      padding: 0 30px 0 2px;
    }

}

/* --- max-width: 1199px --- */
@media (max-width: 1199px) {

  .pagenation {
      margin-bottom: -27px;
    }

    .pagenation ul {
      padding: 15px;
    }
    .pagenation ul li.pages-item-prev {
      margin-right: 50px;
    }

    .pagenation ul li.pages-item-next {
      margin-left: 50px;
    }

    .categoryArea h1 {
      font-size: 40px;
      line-height: 48px;
    }

    .category-description.categoryArea {
      padding: 18px 0 27px 0 !important;
    }

    .categoryArea p,
    .category-description.categoryArea {
      font-size: 14px;
      line-height: 22px;
    }

    .filterBox .blackFilter {
      padding: 12px 12px 12px 15px;
      min-height: 67px;
    }

    .filterBox .common-btn {
      padding: 10px 20px;
      font-size: 13px;
    }

    .filterBox .flitericon {
      width: 16px;
      height: 16px;
    }

    .filterBox .dropdown {
      margin-left: 25px;
    }

    .filterBox .dropdown-toggle {
      padding: 0 20px 0 0;
    }

    .bottomfilter .selectGroup {
      margin: 0 40px 0 0;
    }

    .bottomfilter label {
      font-size: 14px;
    }

    .bottomfilter select {
      font-size: 14px;
    }
}

/* --- max-width: 991px --- */
@media (max-width: 991px) {
  .pagenation ul {
    font-size: 14px;
  }

  .categoryArea {
      padding: 20px 0 0 0 !important;
    }

    .categoryArea h1 {
      font-size: 36px;
      line-height: 44px;
    }

    .category-description.categoryArea {
      padding: 15px 0 27px 0 !important;
    }

    .filterBox .leftF {
      margin: 0px;
    }

    .bottomfilter .selectGroup {
      margin: 0 22px 0 0;
    }
}

/* --- max-width: 767px --- */
@media (max-width: 767px) {
  .pagenation {
    margin-bottom: -22px;
  }

  .pagenation ul {
      padding: 16px;
      font-size: 12px;
      width: 100%;
    }

    .pagenation ul li {
      margin: 0 13px;
    }

    .pagenation ul li.pages-item-prev {
      margin-right: 15px;
    }

    .pagenation ul li.pages-item-next {
      margin-left: 15px;
    }

    .filterBox .leftF {
      width: 100%;
      justify-content: space-between;
    }

    .filterBox .flitericon {
      width: 22px;
      height: 22px;
      position: absolute;
      top: 14px;
      left: 19px;
      display: none !important;
    }

    .filterBox .dropdown {
      margin: 0 0 7px 0;
      width: 100%;
      border-bottom: 1px solid #FFFFFF;
    }

    .filterBox .dropdown-toggle {
      display: block;
      width: 100%;
      text-align: left;
      font-size: 14px;
      padding: 11px 0;
      letter-spacing: 2px;
    }

    .filterBox .dropdown-toggle::after {
      top: 14px;
      width: 10px;
    }

    .filterBox .dropdown-menu {
      min-width: 100%;
      position: static;
      margin: 0 !important;
    }

    .filterBox .dropdown-menu::before {
      display: none;
    }

    .filterBox .blackFilter {
      padding: 50px 19px 0 19px;
      position: relative;
      min-height: 50px;
    }

    .filterBox .common-btn {
      padding: 0 !important;
      font-size: 12px !important;
      border: none !important;
      position: absolute !important;
      top: 16px;
      right: 19px;
    }

    .filterBox .common-btn::before {
      display: none;
    }

    .filterBox .common-btn::after {
      position: static;
      width: auto;
      height: auto;
      content: "X";
      background: none !important;
      margin-left: 10px;
      font-size: 15px;
      display: none;
    }

    .filterBox .filter-content .filter-options {
      background: #2B2B2B;
      width: calc(100% + 38px);
      margin: 0 -19px 0 -19px;
      padding: 7px 19px 19px 19px;
      display: none !important;
      row-gap: 0px;
    }

    .filter-active .filterBox .filter-content .filter-options,
    .filterBox .filter-content.openFilter .filter-options {
      display: flex !important;
    }

    .filterBox .blackFilter .porto-product-filters-toggle,
    .filterBox .blackFilter .filterTog {
      position: absolute !important;
      top: 14px;
      left: 19px;
      font-size: 14px;
      color: #FFFFFF;
      text-decoration: none;
      text-transform: uppercase;
      letter-spacing: 0.63px;
      padding: 1px 27px 0px 42px;
      background-image: url(../images/fliter-icon.svg);
      background-position: center left;
      background-repeat: no-repeat;
      background-size: contain;
    }

    .filterBox .blackFilter .porto-product-filters-toggle::after,
    .filterBox .blackFilter .filterTog::after {
      width: 9px;
      height: 18px;
      border: none;
      background-image: url(../images/drop-arrow.svg);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      margin: 0px;
      vertical-align: inherit;
      content: "";
      position: absolute;
      top: 2px;
      right: 2px;
      transform: rotate(90deg);
    }

    .filterBox .dropdown-menu label:last-child {
      margin-bottom: 0;
    }
        
    .bottomfilter .porto-product-filters-toggle {
      display: none !important;
    }

    .filterBox .filter-content .filter-actions {
      order: inherit;
    }

    .bottomfilter {
      padding: 10px 0 0 0;
    }

    .bottomfilter .selectGroup {
      margin: 0 15px 0 0;
    }

    .bottomfilter .toolbar-amount.selectGroup {
      display: none;
    }

    .bottomfilter .selectGroup + .selectGroup {
      display: none;
    }

    .bottomfilter label {
      font-size: 12px;
    }

    .bottomfilter select {
      padding: 0 15px 0 2px;
      font-size: 12px;
      background-size: 12px auto;
    }

    .categoryArea h1 {
      font-size: 28px;
      line-height: 34px;
    }

    .category-description.categoryArea {
      padding: 18px 0 22px 0 !important;
    }

    .categoryArea p, .category-description.categoryArea {
      font-size: 16px;
      line-height: 24px;
    }

    .categoryArea h4, .layered-filter-block-container h4 {
      font-size: 12px;
      margin: 0 0 11px 0;
    }

    #layer-product-list > .message {
      margin: 12px;
    }
}
