/*CATEGORY SHOP PAGE*/


.woocommerce-shop ul.product-categories > li{
display:block !important;
}
ul.product-categories {
  display: flex;
  flex-direction: column;
}
.sidebar_woo_category ul.product-categories > li.current-cat  {
    order: 1;
}
.sidebar_woo_category ul.product-categories > li  {
    order: 2;
}

.category_hero {
    background-size: cover;
}
.sidebar_woo_category .widget-title , .block_title_absolute , .sidebar_woo_category .bapf_head h3{
  font-family: Karma;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 33px;
  text-transform: uppercase;
  color: #6c6c6c;
  padding-bottom: 15px;
  margin-bottom: 0;
}

.sidebar_woo_category a {
  font-size: 16px;
  line-height: 30px;
}
ul.sidebar-products-list {
  margin-bottom: -15px !important;
}
.sidebar_woo_category ul.product-categories > li > a {
   text-transform: uppercase;
}
.sidebar_woo_category .sb_product_item .content_wrapper a {
   line-height: 27px;
   color: #6c6c6c;
   font-family: "Crimson Pro";
   font-size: 20px !important;
   margin-bottom: 10px !important;
   text-align: center;
   color: var(--grey6C-color);
   overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
}
.sidebar_woo_category .sb_product_item .content_wrapper a span{
  text-transform: lowercase;
  display: inline-block;
}
.sidebar_woo_category .sb_product_item .content_wrapper a span:first-letter{
  text-transform: uppercase;
}
.sidebar_woo_category .sb_product_item .content_wrapper .sidebar-product-price,
.sidebar_woo_category .sb_product_item .content_wrapper .sidebar-product-price del ins {
  font-family: "Raleway";
  font-weight: 700;
  color: var(--green-color) !important;
  line-height: 1;
}

.sidebar_woo_category .sb_product_item .content_wrapper .sidebar-product-price del bdi {
  font-family: "Raleway";
  text-decoration-line: line-through;
  margin-right: 10px;
  line-height: 1.6;
  color: #000;
  font-weight: 400;
}
.sidebar_woo_category li.cat-item a {
  color: #9f9f9f;
}
.products.sidebar_product_filter_list .img_wrapper img{
    width: 70px;
    height: 70px;
    object-fit: contain;
}
.products.sidebar_product_filter_list .img_wrapper a{
  padding: 10px;
width: 90px;
height: 90px;
        border: 1px solid #f0f0f0;
display: inline-block;
border-radius: 10px;

    padding: 10px;
}
.sidebar_woo_category .products.sidebar_product_filter_list li {
  margin-bottom: 15px;
}
.sb_product_item {
    display: flex;
    grid-gap: 15px;

}
.sidebar_woo_category .sb_product_item .content_wrapper
 span.price {
  display: block;
  text-align: center;
}

.sidebar_woo_category .sb_product_item .content_wrapper
 .price del {
  opacity: 0.5;
}

.sidebar_woo_category .sb_product_item .content_wrapper
 .price,
.sidebar_woo_category .sb_product_item .content_wrapper
 .price del ins {
  font-family: "Raleway";
  font-size: 25px !important;
  font-weight: 700;
  color: var(--green-color) !important;
  line-height: 1;
  text-align: center !important;
}

.sidebar_woo_category .sb_product_item .content_wrapper
 .price del bdi {
  font-family: "Raleway";
  text-decoration-line: line-through;
  font-size: 20px !important;
  margin-right: 10px;
  line-height: 1.6;
  color: #000;
  font-weight: 400;
}

.sidebar_woo_category .sb_product_item .content_wrapper
 .price ins {
  text-decoration: none;
}

.sidebar_woo_category #woocommerce_product_categories-3 > ul > li ul {
  padding-left: 20px !important;
  margin-top: 15px;
  margin: 15px 0;
  border-left: 1px solid #e0e0e0;
}


 .sidebar_woo_category .bapf_sfilter ,.sidebar_woo_category > ul.product-categories ,#media_image-2,.product_sidebar_archive_wrapper , .sidebar_woo_category ul.product-categories{
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #e1e1e1;
}
.product_sidebar_archive_wrapper:last-child {
    border: 0;
}

.sidebar_woo_category  li {
  list-style: none;
  position: relative;
}
.sidebar_woo_category > li {
  list-style: none;
  margin-bottom: 7px;
  position: relative;
}

.sidebar_woo_category li.current-cat > a {
  color: #698958;
  font-weight: 700;
  /* display: block; */
}

.sidebar_woo_category li.current-cat > .count {
  float: right;
  color: #698958;
  font-weight: 700;
}

.sidebar_woo_category a:hover {
  /*text-decoration: underline !important;*/
  color: #698958 !important;
}

.sidebar_woo_category li .count {
  float: right;
  color: #888;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #698958;
}

.woocommerce-products-header__title.page-title {
  /*text-transform: uppercase !important;*/
  margin: 0 0px 0px 0px;
}

.category_list {
  /* display: flex; */
  justify-content: center;
  flex-wrap: wrap;
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(305px, 1fr));
  grid-gap: 15px;
  flex-wrap: wrap;
}

.cat_items {
  /* width: calc(100% / 4); */
  /* padding: 15px; */
  width: 100% !important;
}
.category_list {
  padding-top: 40px;
  padding-bottom: 40px;
}

.category_list h3 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  margin-top: 20px;
}

.category_list img {
  border: 1px solid #e3e3e3;
  width: 100%;
  height: auto;
  max-width: 100%;
  height: 100%;
  height: 250px;
  object-fit: cover;
}

.category_list p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #636363;
}
.category_list a > div {
  position: relative;
  display: block;
  overflow: hidden;
}
.category_list a > div:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgb(255 0 0 / 20%) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgb(255 0 0 / 20%) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.category_list a > div:hover:before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

.woocommerce-result-count {
  font-weight: bold;
}

.woocommerce_category_page.main_woo_category {
  margin-bottom: 25px;
}

/*.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0 3.8% 5em 0 !important;
}*/

select {
  background: #F9F9F9;
      margin-left: 35px;
      border: 1px solid #F9F9F9;
      color: #6C6C6C;
      padding: 5px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;

}
select:hover {
  background: #f0f0f0;
  border: 1px solid #626262;
}

option {
  background: #fff;
  border-color: #669c02;
  border-radius: 2px;
  line-height: 18px;
  outline: none;
  -webkit-box-shadow: 0 0 3px 1px #698958;
  -moz-box-shadow: 0 0 3px 1px #698958;
  box-shadow: 0 0 3px 1px #698958;
}



span.bapf_show_hide {
    margin-top: 15px;
    display: block;
    font-weight: bold;
    color: #6c6c6c;
}

.bapf_sfilter ul li {
  text-transform: uppercase;
  color: #9f9f9f;
  font-size: 16px;
  line-height: 30px;
  display: flex;
  align-items: center;
}

.bapf_sfilter.bapf_ckbox input[type="checkbox"] {
  width: 20px !important;
  height: 20px !important;
}

.bapf_sfilter.brchecked_default input:checked + label .bapf_clr_span,
.bapf_sfilter.brchecked_default input:checked + label .bapf_img_span,
.bapf_sfilter.brchecked_rotate input:checked + label .bapf_clr_span,
.bapf_sfilter.brchecked_rotate input:checked + label .bapf_img_span {
  -webkit-transform: scale(1.05) !important;
  -moz-transform: scale(1.05) !important;
  -ms-transform: scale(1.05) !important;
  -o-transform: scale(1.05) !important;
  transform: scale(1.05) !important;
}

.bapf_sfilter .bapf_clr_span,
.bapf_sfilter .bapf_img_span {
  background-size: contain !important;
}

.bapf_slidr_main.ui-widget-content .ui-slider-handle {
  background: #ffffff;
  border: 1px solid #f0f0f0;
}

.bapf_slidr_all {
  color: #4e4e50;
}

.bapf_sfilter.bapf_ckbox label {
  margin-bottom: 0px !important;
  margin-bottom: 0px !important;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box !important;
-webkit-line-clamp: 1;
line-clamp: 1;
-webkit-box-orient: vertical;
width: calc(100% - 30px);
}

/*FILTER*/
#category_filter {
  display: none;
}
#category_filter_close {
  display: none;
}
#category_filter_c {
  display: none;
}

@media only screen and (max-width: 767px) {
  .sidebar_woo_category_filter {
    display: none;
  }

  #category_filter {
    display: block;
    position: fixed;
    width: 51px;
    left: 0;
    right: 0;
    padding: 10px;
    z-index: 999 !important;
    height: 47px;
    top: 34%;
    font-size: 28px;
  }

  #category_filter_close {
    display: block;
    height: 30px;
    width: 30px;
    position: absolute;
    right: 0;
    top: 0px;
  }

  #category_filter_c {
    display: block;
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0;
    right: 0;
    padding: 10px;
    z-index: 1000 !important;
  }
}

.sidebar_woo_category_mobile {
  display: block;
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 9999 !important;
  background-color: #eee;
  padding: 30px 30px 0px 15px;
  overflow: scroll;
  height: 100%;
}

/* .woocommerce_category_page  ul.products li.product, .woocommerce_category_page .woocommerce-page ul.products li.product{
  margin: 0 1% 2.992em 0;
  width: 24%;
} */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: 100% !important;
}
.woocommerce_category_page ul.products::before {
  display: none !important;
}
.woocommerce_category_page ul.products {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  grid-gap: 50px 25px;
  flex-wrap: wrap;
}

@media only screen and (min-width: 1200px) {
  .woocommerce_category_page ul.products {
    grid-template-columns: repeat(4, 1fr) !important;
  }
  .category_list {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}

@media only screen and (max-width: 991px) {
  .woocommerce .woocommerce-ordering {
    margin-top: 10px;
  }
  form.form-wppp-select.products-per-page {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .category_list {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .category_list img {
    object-fit: contain;
    height: 200px;
  }
  .woocommerce .woocommerce-ordering {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .woocommerce_category_page ul.products {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .category_list {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .category_list img {
    object-fit: contain;
    height: 125px;
  }
  .category_list h3 {
    font-size: 15px;
  }
}


.woocommerce-products-header__description p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 16px;
}



.cat-parent .count {
  cursor: pointer;
}

.wrapper_title_desc {
  padding-top: 5rem;
  padding-right: 5rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
  min-height: 180px;
  max-width: 1700px;
  margin: 0 auto;
  color: #fff;
}
@media (max-width: 1280px) {
  .wrapper_title_desc {
    padding-top: 2rem;
    padding-right: 2rem;
    padding-bottom: 3rem;
    padding-left: 2rem;
  }
}



.bapf_slidr_main.ui-widget-content .ui-slider-range,
.berocket_filter_price_slider.ui-widget-content .ui-slider-range {
  background: #698958;
}

/* .sidebar_woo_category_filter ul.product-categories > li:not(.current-cat) {
    display: none;
} */
ul.product-categories .cat-parent:after {
  display: inline-block;
  /* display: none; */
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  transform: rotate(270deg);
  transition: all linear 0.25s;
  position: absolute;
  top: 7px;
  right: -17px;
  cursor: pointer;
  width: 15px;
  height: 15px;
  color: #a9a89b;
}
ul.product-categories .cat-parent.collapsed:after {
  transform: rotate(90deg);
  cursor: pointer;
}
 ul.product-categories {
  visibility: hidden;
}


ul.products li.product .price del bdi {
  text-decoration-line: unset !important;
}
.woocommerce ul.products li.product .price del {
  color: black !important;
}


@media (max-width: 992px) {
  #media_image-2.widget-container{
    display: none !important;
  }
}

.woocommerce-products-header__description a{
  color: #304f2f;
}