header.woocommerce-products-header {
  width: 100%;
}
.product-filter-sidebar {
  width: 288px;
}
.woocommerce-product-list {
  width: calc(100% - 288px);
}
/*Filtrer*/
.ranges-sec .row {
  justify-content: space-between;
}
.product-filter-sidebar .title {
  margin-bottom: 80px;
}
.product-filter-sidebar:not(:has(input[type="checkbox"]:checked)) .title {
  margin-bottom: 46px;
}
.product-filter-sidebar .total-product-filter {
  margin-bottom: 50px;
}
.product-filter-sidebar .total-product-filter,
.product-filter-sidebar .selected-product-filter h6,
.checkbox-filter-title {
  font-family: "Helvetica Now Micro", sans-serif;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.05em;
  font-size: 18px;
}
.product-filter-sidebar .selected-product-filter h6 {
  margin-bottom: 23px;
}
.selected-product-filter .selected-product-filter-label,
.selected-product-filter .clear-all {
  margin: 3px 3px 3px 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
  padding: 4px 9px;
  font-family: "Helvetica Now Display", sans-serif;
  border: 1px solid var(--black);
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
}
.selected-product-filter .selected-product-filter-label a {
  color: var(--black);
  display: flex;
  align-items: center;
  gap: 5px;
}
.selected-product-filter .clear-all {
  color: var(--white);
  background-color: var(--black);
}
.selected-product-filter .clear-all a {
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 5px;
}
.selected-product-filter .clear-all img,
.selected-product-filter .clear-all .remove img {
  filter: brightness(0) invert(1);
}
.selected-product-filter .selected-product-filter-label .remove,
.selected-product-filter .clear-all .remove {
  margin-left: auto;
  flex-shrink: 0;
  display: inline-flex;
  padding-left: 5px;
  /*top: 1px;*/
  position: relative;
  height: 14px;
  width: 14px;
  font-size: 0;
  line-height: initial;
  background: transparent !important;
}
.product-filter-box .checkbox-filter {
  border-top: 1px solid var(--black);
  padding-top: 15px;
  margin-top: 45px;
}
.checkbox-filter-title {
  display: flex;
  justify-content: space-between;
}
.checkbox-filter-title .product-filter-dropdown {
  margin-left: 10px;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background-color: #f2f1ef;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkbox-filter-title .product-filter-dropdown img {
  transition: all 0.4s;
}
.checkbox-filter.close .product-filter-dropdown img {
  transform: rotate(180deg);
}
.product-filter-dropdown-list label {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
  font-family: "Helvetica Now", sans-serif;
  color: var(--black);
  cursor: pointer;
  margin-top: 2px;
}
.product-filter-dropdown-list label input[type="checkbox"] {
  appearance: none;
  background-color: #f2f1ef;
  border: 1px solid var(--black);
  border-radius: 6px;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-right: 12px;
  margin-top: -2px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}
.product-filter-dropdown-list label input[type="checkbox"]:checked {
  background-image: url(../images/close.svg);
}
.product-filter-dropdown-list {
  margin-top: 20px;
}
.product-search .product-search-wrapper {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--black);
  position: relative;
  padding-bottom: 6px;
}
.product-search .product-search-wrapper .icon {
  cursor: pointer;
  flex-shrink: 0;
  margin-top: 6px;
}
.product-search .search-icon {
  margin-right: 8px;
  margin-top: 5px;
}
.product-search .close-icon {
  margin-left: auto;
}
.product-search .close-icon img {
  width: 15px;
}
.product-search .product-search-wrapper input {
  border: none;
  outline: none;
  flex: 1;
  width: 100%;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.09px;
  font-weight: 400;
  color: var(--black);
  font-family: "Helvetica Now Display", sans-serif;
}
.product-filter-list-header {
  margin-bottom: 48px;
  margin-top: 80px;
}
.product-filter-list-header-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.product-image-slider .slick-arrow {
  position: absolute;
  bottom: 15px;
  left: 14px;
  border-radius: 48px;
  background-color: #dddbd9;
  padding: 6px;
  line-height: 0;
  cursor: pointer;
  z-index: 1;
  transition: var(--transition);
}
.product-image-slider .slick-arrow:hover {
  background-color: #373737;
}
.product-image-slider .slick-next.slick-arrow {
  left: 56px;
}

.download-btn, .download-btn .icon {display:none !important;}

.product-item-inner .product-image-wrapper .slick-arrow,
.product-item-inner .product-image-wrapper .download-btn,
.product-item-inner .product-image-wrapper .like-btn {
  transition: var(--transition);
  transform: translateY(150%);
}
.product-item-inner .product-image-wrapper:hover .slick-arrow,
.product-item-inner .product-image-wrapper:hover .download-btn,
.product-item-inner .product-image-wrapper:hover .like-btn {
  transform: translateY(0);
}
/*-*/
.woocommerce-js ul.products {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.woocommerce-js ul.products > li,
.woocommerce-js ul.products li.no-products {
  padding: 12px;
}
.woocommerce-js ul.products li.product {
  margin: 0px !important;
  padding: 20px 12px;
  clear: none;
}
.woocommerce-js ul.products.columns-2 li.product {
  width: 50%;
}
.woocommerce-js ul.products.columns-3 li.product {
  width: 33.33%;
}
.woocommerce-js ul.products.columns-4 li.product {
  width: 25%;
}
.woocommerce-js ul.products li.product .product-title {
  display: inline-flex;
  margin-bottom: 15px;
  font-family: "Helvetica Now", sans-serif;
  letter-spacing: 0em;
}
.product-item-inner {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.product-item-inner .product-image-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 12px;
}
.product-item-inner .product-image-wrapper/* .product-image-item */ {
  position: relative;
  overflow: hidden;
  padding-top: 71%;
  display: flex;
  width: 100%;
}
.project-list-wrapper:has(.product-image-slider:not(.slick-slider)) {
  display: none;
}
.product-image-wrapper .product-image-slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.product-item-inner .product-image-wrapper .product-image-item img {
  height: 100%;
  width: 100%;
  display: flex;
}
.product-item-inner .product-image-wrapper .slick-track > div {
  height: 100%;
  display: flex;
}
.product-item-inner .product-image-wrapper .slick-track {
  display: flex;
  height: 100%;
}
.product-item-inner .product-image-wrapper .product-image-slider .slick-list {
  height: 100%;
}
.product-item-inner .product-image-wrapper .slick-track .product-image-item {
  width: 100%;
}
/*
.woocommerce-js ul.products li.product .product-image-wrapper,
.woocommerce-js ul.products li.product .product-image-wrapper .product-image-slider,
.product-item-inner .product-image-wrapper .product-image-slider .slick-list {
  width: 100%;
}*/
.product-item-inner .product-image-wrapper .product-image-slider img,
.woocommerce ul.products li.product a.product-image-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.search .product-item-inner .product-image-wrapper .product-image-slider img,
.search .woocommerce ul.products li.product a.product-image-item img {
	width:auto !important;
}


.product-item-inner .product-image-wrapper .like-btn {
  position: absolute;
  right: 10px;
  bottom: 15px;
}
.product-item-inner .product-image-wrapper .download-btn {
  position: absolute;
  right: 110px;
  bottom: 15px;
}
/* .product-item-inner .product-image-wrapper .download-btn[href="#"] {
  display: none;
} */
.product-item-inner .product-image-wrapper .download-btn:has(+ .like-btn.liked) {
  right: 55px;
}
.woocommerce-js ul.products li.product h6 {
  margin-bottom: 15px;
}
.woocommerce-filter-wrapper .product-search {
  max-width: 552px;
  margin-top: auto;
}
.woocommerce-filter-wrapper .product-search .search-result-text {
  margin-bottom: 71px;
  margin-top: 7px;
}

.search .woocommerce-filter-wrapper .product-search .search-result-text {
  margin-bottom: 70px;
  margin-top: 0;
}


.page-template-streetchat-search .woocommerce-filter-wrapper .product-search .search-result-text {
  margin-top: 0;
  margin-bottom: 30px;
}

.page-template-streetchat-search .product-filter-sidebar .selected-product-filter h6 {
  margin-top: 6px;
}

.page-template-streetchat-search .search-result-text h4 {
  font-size: 26px;
	letter-spacing: 0.02em;
}

.page-template-streetchat-search .product-filter-sidebar .total-product-filter {
  display: none;
}

.search-result-text[style="opacity:0;"] {
  /*display: none;*/
}
.custom-select-wrapper {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.03em;
  color: #000000;
}
.product-listing-section .woocommerce-filter-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 15px;
}
.product-listing-section .woocommerce-filter-wrapper > div {
  width: 50%;
}
.product-listing-section .woocommerce-filter-wrapper .title-content-wrapper {
  display: flex;
  flex-direction: column;
  height: auto;
  align-items: end;
  justify-content: space-between;
}
.product-listing-section .woocommerce-filter-wrapper .title-content-wrapper .title-content {
  max-width: 300px;
  text-align: right;
  margin-bottom: 15px;
}
.custom-select-wrapper .custom-options {
  right: 0;
  left: auto;
}
.woocommerce-js ul.products li.product .latest {
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--theme-color);
  font-family: "Helvetica Now Display Medium", sans-serif;
}
li.product .product-content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
}
li.product.type-product .product-content-wrapper > span.latest {
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--theme-color);
  font-family: "Helvetica Now Display Medium", sans-serif;
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  padding: 0;
}
.woocommerce-js ul.products li.product .product-title:has(+ .latest) {
  padding-right: 45px;
}
li.product .product-content-wrapper .date {
  font-size: 16px;
  line-height: 120%;
  color: #6c6e74;
}
li.product .product-title:has(+ .date) {
  margin-bottom: 6px;
  color: #383a42;
}
.woocommerce-js ul.products.street-search-results .product-item-inner .product-content-wrapper > span {
  margin-bottom: 14px;
}

.woocommerce-js.search-results ul.products li.product .product-image-wrapper .slick-track,
.woocommerce-js.search-results ul.products li.product .product-image-wrapper .slick-track div {
  height: 100%;
}
/*.woocommerce-product-list {
  min-height: 100vh;
}*/
.woocommerce ul.products li.product a.btn.download {
  transition: none !important;
}

@media only screen and (min-width: 1200px) {
  .product-listing-section > .container > .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .product-listing-section > .container > .row > * {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media only screen and (min-width: 992px) {
  .product-filter-title-mobile,
  .product-filter-click,
  .product-filter-list .total-product-filter,
  .title-content.mobile,
  .woocommerce-filter-wrapper .product-search .search-result-text h6.total-product-filter {
    display: none;
  }
}

@media only screen and (max-width: 1599px) {
  .woocommerce-filter-wrapper .product-search .search-result-text {
    margin-bottom: 70px;
    margin-top: 14px;
  }
  .product-filter-sidebar .total-product-filter {
    margin-bottom: 51px;
  }
}

@media only screen and (max-width: 1199px) {
  .product-filter-sidebar .title {
    margin-bottom: 80px;
  }

  .woocommerce-js ul.products.columns-3 li.product {
    width: 50%;
  }
  .woocommerce-js ul.products.columns-4 li.product {
    width: 33.33%;
  }
  .product-filter-sidebar {
    width: 25%;
  }
  .product-filter-list,
  .woocommerce-product-list {
    width: 75%;
  }
  .product-filter-sidebar .title {
    margin-bottom: 51px;
  }
}
@media only screen and (max-width: 991px) {
  .woocommerce-js ul.products.columns-4 li.product {
    width: 50%;
  }
  .product-filter-sidebar {
    width: 30%;
  }
  .product-filter-list,
  .woocommerce-product-list {
    width: 70%;
  }
  .product-filter-box .product-filter-category {
    margin-top: 35px;
  }
  .product-filter-sidebar .title {
    margin-bottom: 60px;
  }
  .product-filter-list-header {
    margin-top: 60px;
  }
  .product-filter-sidebar,
  .product-filter-list,
  .woocommerce-product-list {
    width: 100%;
  }
  .product-filter-box {
    position: fixed;
    top: 0;
    left: -100%;
    width: calc(100% - 43px);
    z-index: 999;
    background-color: var(--white);
    height: 100vh;
    padding: 20px;
    overflow-y: auto;
    transition: all 0.6s;
    opacity: 0;
    visibility: hidden;
  }
  .product-filter-box.active {
    opacity: 1;
    visibility: visible;
    left: 0;
  }
  .product-filter-title-mobile {
    display: flex;
    column-gap: 10px;
    justify-content: space-between;
    margin-bottom: 50px;
    align-items: center;
  }
  .product-filter-title-mobile .close img {
    width: 15px;
  }
  .product-filter-title-mobile h2 {
    margin: 0;
  }
  .product-filter-sidebar .selected-product-filter h6 {
    margin-bottom: 18px;
  }
  .product-filter-box .product-filter-category {
    margin-top: 30px;
  }
  .product-filter-dropdown-list label input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-top: -1px;
    margin-right: 9px;
  }
  .product-filter-dropdown-list label input[type="checkbox"] {
    background-size: 9px;
  }
  .product-filter-sidebar .title,
  .product-filter-sidebar:not(:has(input[type="checkbox"]:checked)) .title {
    margin-bottom: 40px;
	letter-spacing: 0em;
  }
  .product-filter-list-header-row {
    grid-template-columns: repeat(1, 1fr);
  }
  .product-filter-list-header {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .product-filter-sort {
    display: flex;
    justify-content: space-between;
  }
  .product-filter-sort .product-filter-click {
    color: var(--black);
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.16px;
  }
  .product-filter-sort .product-filter-click img {
    margin-right: 10px;
  }
  .product-filter-sidebar .total-product-filter {
    display: none;
  }
  .product-filter-list .total-product-filter {
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.14px;
    margin-bottom: 50px;
  }
  .product-filter-list .product-filter-results {
    margin-bottom: 10px;
  }
  .product-filter-list .product-search-wrapper input {
    font-size: 16px;
  }
  .product-listing-section .woocommerce-filter-wrapper {
    flex-direction: column;
  }
  .product-listing-section .woocommerce-filter-wrapper > div {
    width: 100%;
  }
  .woocommerce-filter-wrapper .product-search {
    margin-bottom: 30px;
  }
  .woocommerce-filter-wrapper .product-search {
    display: flex;
    flex-direction: column-reverse;
  }
  .woocommerce-filter-wrapper .product-search .search-result-text {
    margin-bottom: 0;
    margin-top: 30px;
  }
  .woocommerce-filter-wrapper .product-search .search-result-text[style="opacity:0;"],
  .woocommerce-filter-wrapper .product-search .search-result-text[style="opacity: 0;"] {
    display: none;
  }
  .woocommerce-filter-wrapper .product-search .search-result-text h4 {
    margin-bottom: 6px;
  }
  .product-listing-section .woocommerce-filter-wrapper .title-content-wrapper {
    flex-wrap: wrap;
    align-items: start;
    flex-direction: initial;
  }
  .product-listing-section .woocommerce-filter-wrapper .title-content-wrapper .title-content {
    display: none;
  }
  .product-listing-section .woocommerce-filter-wrapper .title-content.mobile {
    text-align: left;
    max-width: initial;
    width: 100%;
    margin-bottom: 50px;
  }
  .product-listing-section .woocommerce-filter-wrapper .title-content.mobile p {
    font-size: 16px;
    line-height: 140%;
  }
  .product-listing-section .woocommerce-filter-wrapper .title-content-wrapper > div:not(.title-content) {
    width: 50%;
  }
  .product-listing-section .woocommerce-filter-wrapper .title-content-wrapper .custom-select-wrapper {
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .product-filter-title-mobile > h1.h5 {
    margin: 0;
  }
  .woocommerce-filter-wrapper .product-search .search-result-text h6.total-product-filter {
    font-size: 14px;
    line-height: 140%;
  }
  .custom-select-wrapper label {
    position: absolute;
    right: 30px;
  }
  .custom-select-wrapper label + select {
    font-size: 0 !important;
    height: 20px;
    max-width: 90px;
    min-width: 90px;
  }
  .custom-select-wrapper select option {
    font-size: 16px !important;
  }
  .blog-list-sec .filter-list-header-row .filter-right {
    justify-content: start;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce-js ul.products {
    margin-left: -10px;
    margin-right: -10px;
  }
  .woocommerce-js ul.products.columns-2 li.product,
  .woocommerce-js ul.products.columns-3 li.product,
  .woocommerce-js ul.products.columns-4 li.product {
    width: 50%;
    padding: 10px;
  }
  .woocommerce-js ul.products li.product .product-title {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.01em;
    margin-bottom: 10px;
    order: 2;
  }
  /*.product-item-inner .product-image-wrapper {
    padding-top: 68%;
  }*/
  li.product.type-product .product-content-wrapper > span.latest {
    font-size: 12px;
    position: static;
    order: 1;
    margin-bottom: 5px;
  }
  .woocommerce ul.products li.product .product-content-wrapper a {
    order: 3;
  }
  .woocommerce-js ul.products li.product .product-title:has(+ .date) {
    order: initial;
  }
}
@media only screen and (max-width: 575px) {
  /*
  .woocommerce-js ul.products.columns-2 li.product,
  .woocommerce-js ul.products.columns-3 li.product,
  .woocommerce-js ul.products.columns-4 li.product {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  */
  .product-item-inner .product-image-wrapper .slick-arrow,
  .product-item-inner .product-image-wrapper .download-btn,
  .product-item-inner .product-image-wrapper .like-btn {
    display: none !important;
  }
	
	.product-filter-sidebar .title, .product-filter-sidebar:not(:has(input[type="checkbox"]:checked)) .title {
		margin-bottom: 20px;
	}
	
}
/*Filtrer end*/
.product-item-inner .product-image-wrapper .product-image-slider > div:not([class^="slick"]):not(:first-child) {
  display: none;
}
