@media screen and (max-width: 993px) {

  #_mobile_logo>a {
    margin: auto;
  }

  .blocHeaderWishlist {
    display: none;
  }

  .separateLineWhite_mobile_hide {
    display: none !important;
  }
	.sort-by-row {
		margin-top: 12px;
	}
}

.price-ttc {
  display: none;
}

.fh-logo {
  width: 200px;
  height: 200px;
  position: absolute;
  left: -20%;
  top: 0;
  z-index: -1;
  opacity: 0.5;
}

.fh-logo-add {
  opacity: 0.5;
}



.fh-logo-add {
  display: none
}



.wishlist-button-add {
  right: 2px !important;
  top: 2px !important;
}





.wishlist-button-add {
  background-color: transparent !important;
  box-shadow: none !important;
}



.block-category-mobile {
  display: none !important;
}

#js-product-list-header {
  background-color: none !important;
  background: url(../img/fondCatagorieHeader.png?format=webp);
  background-size: cover;
  height: fit-content;
}


.block-category {
  background-color: transparent !important;
  min-height: 11rem !important;
}


.subcategory-heading {
  padding: 16px 12px;
}

.filter-icon {
  width: 24px;
}

.pagination-container {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.pagination-container a,
.pagination-container span {
  padding: 0 8px;
}


.pagination-container span {
  border: 1px solid #999;
  color: #999;
}

.pagination-container a {
  color: white;
  background-color: #97C494;
  border: 1px solid #97C494;
}

.pagination-container a:hover {
  color: #97C494;
  background-color: white;
  cursor: pointer;
}

.products-sort-order {
  margin: auto;
  text-align: center;
}

.products-sort-order-dropdown {
  border: 1px solid #555;
}

.products-sort-order-dropdown:hover {
  background-color: #97C494;
  color: white;
}

.pagination-container-cat-desktop {
  display: none;
}

#category-description {
  background-color: none !important;
}

@media screen and (min-width: 993px) {
  .block-category-mobile {
    display: none !important;
  }

  .separateLineWhite_desktop_hide {
    display: none !important;
  }

  .pagination-container-cat-mobile {
    display: none;
  }

  .pagination-container-cat-desktop {
    display: flex;
    justify-content: center;
  }



  .pagination-container-cat-desktop li a {
    color: #7a7a7a !important;
    font-size: 14px !important;
    letter-spacing: normal;
	display: flex;
    justify-content: center;
    align-items: center;
  }

  .pagination-container-cat-desktop li:hover {
    background-color: #97C494;
    cursor: pointer;
  }

  .pagination-container-cat-desktop li:hover a {
    color: white !important;
  }

  .pagination-container-cat-desktop li a:hover {}

  /* .previous-box-pagination,
  .next-box-pagination {
    padding: 8px !important;
  } */

  .pagination-container-cat-desktop .current {
    background-color: #97C494;
  }

  .pagination-container-cat-desktop .current a {
    color: white !important;
  }

  #search_filters {
    border: 1px solid #eee;
    margin-top: 0;
    padding: 0;
  }

  #search_filters>section {
    margin: 0 24px;
  }

  .subcategory-heading,
  .products-selection {
    background-color: transparent;
    padding-bottom: 18px;
    margin-bottom: 18px !important;
    border-bottom: 2px solid #eee;
    font-size: 21px;
    display: flex;
    align-items: center;
  }

  .subcategory-title {
    margin: 36px 15px;
    padding: 24px;
    text-align: center;
  }

  #search_filters section p,
  #search_filters section ul {
    border-bottom: 1px solid #eee;
    padding-bottom: 0px;
  }

  #search_filters>p {
    background-color: #eee;
    padding: 12px;
    font-size: 21px !important;
    font-weight: 400;
  }


  #category-description {
    padding-right: 20%;
  }

  #category-description span {
    font-size: 17px;
  }

  #js-product-list-header {
    padding-right: 64px;
    padding-left: 6%;
  }

  .white-brush {
    background-image: url(../img/brush.svg?format=webp);
    background-repeat: no-repeat;
    background-size: cover;
  }



  .subcategory-container {
    gap: 18px
  }



  .products-sort-order {
    text-align: right;
    margin-right: 0 !important;
    border: none !important;
    width: auto !important;
    padding: .625rem 1rem;
    margin-left: 0;
  }

  .left-column-category {
    margin-left: 6%;
  }

  .products-sort-order-dropdown {
    border: none !important;
  }

  .thumbnail-container,
  .thumbnail-top,
  .product-thumbnail,
  .product-thumbnail img {
    width: 100%;
  }

  .products {
    gap: 24px;
  }

  .total-products {
    color: #32554B
  }

  .content-wrapper-category {
    padding: 24px 7% 0 48px;
  }

  .card-block {
    padding: 0;
  }

  .main-container-category {
    padding: 0 24px;
  }

  .fh-logo,
  .fh-logo-add {
    width: 300px;
    height: 300px;
    position: absolute;
    top: 0;
    top: -10%
  }

  .fh-logo {
    left: -7%;
  }

  .fh-logo-add {
    display: block;
    right: -7%;
  }

  .see-product-cta {
    font-weight: 700;

  }

  .subcategory-container a {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    height: 28vh;
  }

  .subcategory {
    border-bottom: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;

  }

  #subcategories {
    border-top: none;
  }

  .subcategory-heading {
    padding-left: 0;
    text-transform: uppercase;
  }

  #js-product-list-header nav {
    margin-left: 0 !important;
  }

  #js-product-list-header nav a {
    color: #fff !important;
  }

  #category #wrapper .breadcrumb li::after {
    color: #fff !important;
  }

  #wrapper .breadcrumb li:last-child {
    color: #fff !important;
  }

  .block-category h1 {
    font-weight: 500;
  }

  .category-name-title {
    font-size: 30px !important;
  }

  .category-top-menu .text-uppercase.h6 {
    font-size: 21px;
    font-weight: 400;
  }

  .block-categories {
    margin-bottom: 0;
    padding-top: 1rem;
  }

  #search_filters {
    background-color: #F4F4F4;
  }

  #search_filters a {
    color: #32554B !important;
    font-weight: 500;
  }

  .block-categories {
    border: 1px solid #eee;
  }

  .filterCatCustom {
    font-weight: 500;
    font-size: 19px;
    background-color: #F4F4F4;
    padding: 4% 5%;
    margin-top: 2rem;
  }

  .cat-hor-sep {
    width: 100%;
    height: 0.01rem;
    background-color: #c3c3c3;
    margin-bottom: 7px;
  }

}

@media screen and (min-width: 993px) {
  .subcategory-container a {
    height: 24vh;

  }
}

@media screen and (max-width: 993px) {
  #js-product-list-header {
    height: 100%;
  }

  .blocNewProductCat{
    display: none;
  }
}

#category-description a{
  color: #32554B;
  font-weight: 500;
}

#js-product-list-header nav a {
  color: #fff !important;
}
#wrapper .breadcrumb li:last-child {
  color: #fff !important;
}
#category #wrapper .breadcrumb li::after {
  color: #fff !important;
}