.category #center_column {
  background: unset;
  padding: 0
}

#category-banner {
  margin-bottom: 15px;
  text-align: right
}

#category-banner .img-responsive {
  width: 100%
}

#category-products {
  background: #fff;
  padding: 15px;
  margin: 15px
}

#category-subcategories {
  background: #fff;
  padding: 15px
}

#category-subcategories .page-heading {
  margin-bottom: 0;
  padding: 0
}

#category-subcategories #subcategories {
  padding-top: 10px
}

.category-desc {
  background: #fff;
  padding: 20px;
  color: #333;
}

.category-desc h1 {
  cursor: auto;
  font-size: 24px;
  margin: 0
}

.category-desc h2 {
  font-size: 20px
}

.category-desc p {
  text-align: justify;
  font-size: 11px
}

.subcategory-title {
  margin: 0;
  padding: 0 15px
}

.subcategory-title a:hover {
  color: #a6ce39;
}

.subcategory-title a {
  transition: color 0.3s ease;
  -webkit-transition: color 2s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  color: #333;
  font-size: 14px
}

#filters-trigger {
  padding: 15px;
  margin: 0 15px 15px 15px;
  background: #fff
}

#filters-trigger .filters-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

#filters-trigger .filters-container .single-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

#filters-trigger .filters-container .single-filter label {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  margin-left: 4px
}

#filters-trigger .filters-container .single-filter .filter-icon {
  max-width: 20px
}

#filters-trigger .filters-container .single-filter .icon-pagelines {
  font-size: 18px;
  color: #aaa
}

#filters-trigger .single-filter {
  margin-right: 20px;
  padding-left: 20px
}

#filters-trigger .sortPagiBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

#filters-trigger .js-per-page,
#filters-trigger .productsSortForm {
  margin: 0
}

#filters-trigger .js-per-page {
  margin-left: 10px
}

#filters-trigger form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap
}

#filters-trigger form label {
  margin-right: 5px
}

.left-col-collapse {
  margin-bottom: 15px
}

.left-col-collapse .left-col-collapse-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  background: #fff;
  padding: 5px 15px
}

.left-col-collapse .left-col-collapse-title img {
  max-width: 24px
}

.linked-category h2 {
  font-size: 18px;
  font-weight: 700;
}

.linked-category {
  margin-top: 15px;
  padding: 0 15px;
  background: #fff
}

.linked-category .product_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.linked-category .slick-prev,
.linked-category .slick-next {
  top: 97%
}

.linked-category .slick-prev::before,
.linked-category .slick-next::before {
  font-family: "FontAwesome";
  color: #8ec53f
}

.linked-category .slick-prev {
  left: 15px;
  z-index: 99
}

.linked-category .slick-prev::before {
  content: '\f053'
}

.linked-category .slick-next {
  right: 15px
}

.linked-category .slick-next::before {
  content: '\f054'
}

@media (min-width: 768px) {
  #category-products {
    margin: 0
  }

  #filters-trigger {
    margin: 0 0 15px 0
  }

  #filters-trigger .single-filter {
    white-space: nowrap
  }

  #category-subcategories {
    padding: 30px 20px;
    margin-bottom: 15px
  }

  .category-desc {
    margin-bottom: 15px
  }
}

@media (min-width: 1200px) {
  #filters-trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media screen and (min-width: 992px) {
  #filters-trigger .filters-container {
    justify-content: space-between;
    flex-direction: unset;
  }

  #filters-trigger .filters-container .single-filter {
    flex-basis: 40%;
  }
}