#category-info .page-heading {
  background: none;
  font-size: 3em;
  border: none;
  text-transform: uppercase;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
}

#category-info .page-heading .heading-counter {
  margin: auto 0 auto auto;
}

@media (max-width: 1099px) {
  #category-info .page-heading .heading-counter {
    display: none;
  }
}

.content_sortPagiBar {
  border-bottom: solid 2px #439CE0;
  margin-bottom: 40px;
}

.content_sortPagiBar #product-list-switcher {
  float: right;
}

.content_sortPagiBar #product-list-switcher .btn {
  padding: 5px 2px 2px 2px;
  border: solid 1px transparent;
}

.content_sortPagiBar #product-list-switcher .btn i {
  font-size: 25px;
}

.content_sortPagiBar #product-list-switcher .btn.active {
  color: #439CE0;
  border: solid 1px #439CE0;
}

@media (max-width: 1099px) {
  .content_sortPagiBar #product-list-switcher {
    display: none;
  }
}

.content_sortPagiBar #productsSortForm #selectProductSort {
  padding: 7px;
  height: 36px;
}

.content_sortPagiBar .js-per-page {
  float: right;
  margin-right: 15px;
}

.content_sortPagiBar .js-per-page #nb_item {
  padding: 7px 22px 7px 7px;
  height: 36px;
}

.content_sortPagiBar .js-per-page .select-custom {
  display: inline-block;
  float: inherit;
  width: auto;
}

@media (max-width: 1099px) {
  .content_sortPagiBar .js-per-page {
    display: none;
  }
}

@media (max-width: 1099px) {
  #category-products .compare-form, #category-products .showall, #category-products .product-count {
    display: none;
  }
  #category-products .pagination {
    margin-top: 15px;
  }
}

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

#category-description {
  margin-bottom: 25px;
}

.subcategory-title {
  margin: 0;
}

/*# sourceMappingURL=category.css.map */
