.archive .shop-page-title.category-page-title.page-title {
  display: none;
}
.archive #main .product-category-title-and-description {
  width: 100%;
}
.archive #main .product-category-title-and-description .product-category-desc-col {
  max-width: 1480px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 40px;
  padding-right: 40px;
}
.archive #main .category-hero-bg {
  padding-top: 80px;
  padding-bottom: 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.archive #main .category-hero-bg .product-category-desc-col {
  position: relative;
  z-index: 2;
  max-width: 50%;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  padding: 25px 50px;
  background-color: rgba(255, 255, 255, 0.8);
}
.archive #main .category-hero-bg .product-category-desc-col .shop-page-title {
  text-align: center;
  text-transform: uppercase;
  color: #419cc3;
  font-size: 30px;
}
.archive #main .category-hero-bg .product-category-desc-col .term-description.product-category-description {
  text-align: justify;
  line-height: 24px;
}
.archive #main .category-hero-bg .product-category-desc-col .term-description.product-category-description p {
  margin-bottom: 0;
}
.archive #main .row.category-page-row {
  padding-left: 10px;
  padding-right: 10px;
}
.archive #main .row.category-page-row .woocommerce-breadcrumb.breadcrumbs {
  text-transform: initial;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.archive #main .row.category-page-row .woocommerce-breadcrumb.breadcrumbs a {
  font-weight: normal;
  font-size: 14px;
}
.archive #main .row.category-page-row .woocommerce-breadcrumb.breadcrumbs .divider {
  top: 1px;
}
.archive #main .row.category-page-row .col.large-3 .widget-title.shop-sidebar {
  font-family: "Mulish", sans-serif;
  height: 54px;
  background-color: #f5f5f5;
  width: 100%;
  display: block;
  padding: 10px 20px;
  letter-spacing: normal;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #419cc3;
  display: flex;
  align-items: center;
}
.archive #main .row.category-page-row .col.large-3 .berocket_ajax_group_filter_title {
  font-family: "Mulish", sans-serif;
  height: 54px;
  background-color: #f5f5f5;
  width: 100%;
  display: block;
  padding: 10px 20px;
  letter-spacing: normal;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #419cc3;
  display: flex;
  align-items: center;
}
.archive #main .row.category-page-row .col.large-3 .advanced-sidebar-menu-wrap {
  margin-top: 12px;
}
.archive #main .row.category-page-row .col.large-3 .advanced-sidebar-menu-wrap ul.parent-sidebar-menu li.cat-item a {
  font-size: 16px;
}
.archive #main .row.category-page-row .col.large-3 ul.product-categories li.cat-item {
  padding-left: 20px;
}
.archive #main .row.category-page-row .col.large-3 ul.product-categories li.cat-item a {
  font-size: 15px;
}
.archive #main .row.category-page-row .col.large-3 ul.product-categories li.cat-item ul.children {
  border-left: none;
  margin-left: 0;
}
.archive #main .row.category-page-row .col.large-3 ul.product-categories li.cat-item ul.children li.cat-item {
  padding-left: 0;
}
.archive #main .row.category-page-row .col.large-3 .is-divider.small {
  display: none;
}
.archive #main .row.category-page-row .col.large-9 .shop-container .before-shop-loop-options-wrap {
  height: 54px;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 14px;
  color: #2a2a2a;
  padding: 10px 20px;
}
.archive #main .row.category-page-row .col.large-9 .shop-container .before-shop-loop-options-wrap .woocommerce-result-count {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}
.archive #main .row.category-page-row .col.large-9 .shop-container .before-shop-loop-options-wrap form.woocommerce-ordering {
  margin: 0 0 0 auto;
  font-weight: 600;
  font-family: "Mulish", sans-serif;
  color: #2a2a2a;
}
.archive #main .row.category-page-row .col.large-9 .shop-container .before-shop-loop-options-wrap form.woocommerce-ordering select {
  margin: 0;
  border: none;
  background-color: transparent;
  box-shadow: none;
}

@media only screen and (max-width: 1440px) {
  .archive #main .product-category-title-and-description .product-category-desc-col {
    padding-left: 45px;
    padding-right: 45px;
  }
  .archive #main .row.category-page-row {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media only screen and (max-width: 1366px) {
  .archive #main .row.category-page-row .col.large-3 .advanced-sidebar-menu-wrap ul.parent-sidebar-menu li.cat-item a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  .archive #main .category-hero-bg {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .archive #main .category-hero-bg .product-category-desc-col {
    max-width: 80%;
  }
  .archive #main .row.category-page-row .col.large-9 .shop-container .before-shop-loop-options-wrap {
    font-size: 12px;
  }
  .archive #main .row.category-page-row .col.large-9 .shop-container .before-shop-loop-options-wrap .woocommerce-result-count {
    font-size: 12px;
  }
}
@media only screen and (max-width: 849px) {
  .archive #main .product-category-title-and-description .product-category-desc-col {
    padding-left: 20px;
    padding-right: 20px;
  }
  .archive #main .product-category-title-and-description .product-category-desc-col .shop-page-title {
    font-size: 26px;
  }
  .archive #main .category-hero-bg .product-category-desc-col .shop-page-title {
    font-size: 26px;
  }
  .archive #main .row.category-page-row {
    padding-top: 6px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .archive #main .row.category-page-row .woocommerce-breadcrumb.breadcrumbs {
    padding-left: 0;
    margin-bottom: 4px;
  }
  .archive #main .row.category-page-row .category-filtering.category-filter-row a.filter-button strong {
    font-size: 15px;
  }
  .archive #main .row.category-page-row .col.large-9 {
    padding-left: 0;
    padding-right: 0;
  }
  .archive #main .row.category-page-row .col.large-9 .shop-container .before-shop-loop-options-wrap .woocommerce-result-count {
    display: block !important;
  }
}
@media only screen and (max-width: 480px) {
  .archive #main .product-category-title-and-description .product-category-desc-col .shop-page-title {
    font-size: 22px;
  }
  .archive #main .category-hero-bg {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .archive #main .category-hero-bg .product-category-desc-col {
    max-width: 90%;
    padding: 25px;
  }
  .archive #main .category-hero-bg .product-category-desc-col .shop-page-title {
    font-size: 22px;
  }
  .archive #main .row.category-page-row .category-filtering.category-filter-row a.filter-button strong {
    font-size: 15px;
  }
  .archive #main .row.category-page-row .col.large-9 .shop-container .before-shop-loop-options-wrap {
    height: auto;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
  }
  .archive #main .row.category-page-row .col.large-9 .shop-container .before-shop-loop-options-wrap .woocommerce-result-count {
    width: 100%;
    padding-left: 5px;
  }
  .archive #main .row.category-page-row .col.large-9 .shop-container .before-shop-loop-options-wrap form.woocommerce-ordering {
    margin: 0;
    width: 100%;
  }
  .archive #main .row.category-page-row .col.large-9 .shop-container .before-shop-loop-options-wrap form.woocommerce-ordering select {
    padding-left: 0;
  }
  .archive #main .row.category-page-row .col.large-9 .shop-container .before-shop-loop-options-wrap form.woocommerce-ordering select option {
    padding-left: 0;
  }
}
.berocket_single_filter_widget .bapf_sfilter .bapf_head h3 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  color: #545454;
  border-bottom: 1px solid #cecfce;
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.berocket_single_filter_widget .bapf_sfilter .bapf_body ul li {
  padding-left: 20px;
}
.berocket_single_filter_widget .bapf_sfilter .bapf_body ul li input {
  border: 1px solid #bebebe;
  margin-bottom: 9px;
  margin-right: 13px;
}
.berocket_single_filter_widget .bapf_sfilter .bapf_body ul li label {
  font-weight: normal;
  font-size: 15px;
  color: #545454;
}
.berocket_single_filter_widget .bapf_sfilter .bapf_body .bapf_slidr_all span.irs .irs-bar {
  background-color: #cacaca;
}
.berocket_single_filter_widget .bapf_sfilter .bapf_body .bapf_slidr_all span.irs .irs-handle {
  border: none;
  box-shadow: none;
  background-color: #419cc3;
}
.berocket_single_filter_widget .bapf_sfilter .bapf_body .bapf_slidr_all span.irs .irs-min {
  background-color: transparent;
  color: #2a2a2a;
}
.berocket_single_filter_widget .bapf_sfilter .bapf_body .bapf_slidr_all span.irs .irs-min::before {
  display: none;
}
.berocket_single_filter_widget .bapf_sfilter .bapf_body .bapf_slidr_all span.irs .irs-max {
  background-color: transparent;
  color: #2a2a2a;
}
.berocket_single_filter_widget .bapf_sfilter .bapf_body .bapf_slidr_all span.irs .irs-max::before {
  display: none;
}
.berocket_single_filter_widget .bapf_sfilter .bapf_body .bapf_slidr_all span.irs .irs-from {
  background-color: transparent;
  color: #2a2a2a;
}
.berocket_single_filter_widget .bapf_sfilter .bapf_body .bapf_slidr_all span.irs .irs-from::before {
  display: none;
}
.berocket_single_filter_widget .bapf_sfilter .bapf_body .bapf_slidr_all span.irs .irs-to {
  background-color: transparent;
  color: #2a2a2a;
}
.berocket_single_filter_widget .bapf_sfilter .bapf_body .bapf_slidr_all span.irs .irs-to::before {
  display: none;
}
