.product-listing {
  padding-bottom: 60px;
}
@media screen and (min-width: 1200px) {
  .product-listing {
    padding-block: 44px;
    padding-bottom: 140px;
  }
}
@media (hover: hover) {
  .product:hover .productlist-image-wrapper img  {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}
.product-listing .trending-card.show-sale .img-wrap .sale-span {
  opacity: 1;
}
.product-listing .trending-card .img-wrap {
  margin-bottom: 25px;
  position: relative;
}
.product .productlist-image-wrapper{
  overflow: hidden;
}
.product .productlist-image-wrapper img {

  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
  will-change: transform;
}
.onsale {
    width: 100%;
    max-width: 75px;
    position: absolute;
    top: 12px;
    right: 20px;
    background: #f2b681;
    color: #000;
    border: 0;
    padding: 8px 15px;
}
.product-listing .trending-card .img-wrap .sale-span img {
  -o-object-fit: contain;
     object-fit: contain;
}
.woocommerce-loop-product__title {
  font-size: 20px !important;
  line-height: 1;
  margin-bottom: 8px;
  color: #2E2E2E;
      font-family: "Cormorant Garamond", serif;
}
@media screen and (min-width: 768px) {
  .woocommerce-loop-product__title {
    font-size: 25px !important;
  }
}
@media screen and (min-width: 1600px) {
  .woocommerce-loop-product__title {
    font-size: 30px !important;
  }
}
.product-listing .trending-card .content-wrap .rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 8px;
}
@media screen and (min-width: 1200px) {
  .product-listing .trending-card .content-wrap .rate {
    font-size: 16px;
  }
}
.product-listing .trending-card .content-wrap .rate .discount {
  color: #2E2E2E;
  margin-right: 5px;
  display: inline-block;
}
.product-listing .trending-card .content-wrap .rate .original {
  color: #999999;
  text-decoration: line-through;
}
.product-listing .trending-card .content-wrap .select-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  position: relative;
  z-index: 2;
}
.product-listing .trending-card .content-wrap .select-wrap input {
  width: 18px;
  height: 18px;
  display: block;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border-radius: 50%;
}
.product-listing .trending-card .content-wrap .select-wrap input.yellow {
  -webkit-box-shadow: inset 0px 0 0 2px #fff, inset 0 0 0 34px #EAC37C;
          box-shadow: inset 0px 0 0 2px #fff, inset 0 0 0 34px #EAC37C;
}
.product-listing .trending-card .content-wrap .select-wrap input.yellow:checked {
  border: 1px solid #2E2E2E;
}
.product-listing .trending-card .content-wrap .select-wrap input.grey {
  -webkit-box-shadow: inset 0px 0 0 2px #fff, inset 0 0 0 34px #C8C8C8;
          box-shadow: inset 0px 0 0 2px #fff, inset 0 0 0 34px #C8C8C8;
}
.product-listing .trending-card .content-wrap .select-wrap input.grey:checked {
  border: 1px solid #2E2E2E;
}
.product-listing .title {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 13px;
  max-width: 100%;
}
@media screen and (min-width: 1200px) {
  .product-listing .title {
    max-width: 70%;
  }
}
.product-listing .title .main-title {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.2;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .product-listing .title .main-title {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
@media screen and (min-width: 1200px) {
  .product-listing .title .main-title {
    font-size: 40px;
    line-height: 1.5;
  }
}
.product-listing .title .count {
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 12px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .product-listing .title .count {
    margin-left: 23px;
  }
}

.products-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-top: 30px;
}
@media screen and (min-width: 1200px) {
  .products-list {
    padding-top: 0;
  }
}
@media screen and (max-width: 1199.98px) {
  .products-list {
    /*border-top: 1px solid rgba(211, 211, 211, 0.5);*/
  }
}
.products-list .box-out {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .products-list .box-out {
    right: -70px;
    top: -20px;
  }
  body .woocommerce-ordering{
      width: 100%;
  }
  body .storefront-sorting select{
     width: 100%;
    margin-top: 40px; 
  }
}
.products-list .box {
  max-width: 33.3333333%;
  width: 33.3333333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
}
@media screen and (max-width: 991.98px) {
  .products-list .box {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media screen and (max-width: 767.98px) {
  .products-list .box {
    border: 1px solid rgba(211, 211, 211, 0.5);
    border-top: 0;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.products-list .box .product-img {
  margin: 10px auto;
  display: block;
  height: 160px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 991.98px) {
  .products-list .box .product-img {
    margin: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .products-list .box .product-img {
    height: 120px;
  }
}
.products-list .box .p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .products-list .box .p {
    margin-bottom: 5px;
    font-size: 13px;
  }
}
.products-list .box .price-tag {
  color: #000;
}
.products-list .box .price-tag b {
  font-size: 18px;
}
@media screen and (max-width: 767.98px) {
  .products-list .box .price-tag b {
    font-size: 14px;
    padding-right: 5px;
  }
}
.products-list .box .price-tag del {
  color: #A2A2A2;
  font-size: 18px;
}
@media screen and (max-width: 767.98px) {
  .products-list .box .price-tag del {
    font-size: 12px;
  }
}
.products-list .box .price-tag span {
  color: #0049A2;
}
@media screen and (max-width: 767.98px) {
  .products-list .box .price-tag span {
    padding-left: 5px;
  }
}
.products-list .box a {
  color: #000000;
}
.products-list .box > p {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #000000;
}
.products-list .box .rating p {
  font-size: 0.75rem;
}
.products-list .box .add-crt {
  display: block;
  padding: 10px;
  font-size: 12px;
  background: #be1d22;
  color: #ffffff;
  text-align: center;
}
.products-list .add-box {
  width: 100%;
}
.products-list .add-box img {
  width: 100%;
}
.products-list .filter_sec {
  height: 100%;
  position: sticky;
  top: calc(var(--header-height));
}
@media screen and (min-width: 1200px) {
  .products-list .filter_sec .filter_sec_stick {
    width: 100%;
    max-width: 368px;
    top: calc(var(--header-height) + 20px);
            height: calc(100vh - 230px);
    overflow-y: auto;
  }
}
@media screen and (max-width: 1199.98px) {
  .products-list .filter_sec {
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999;
    top: 0;
    max-width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    min-height: 100vh;
    overflow: auto;
    left: -130%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    position: fixed;
    top: 0;
    padding-top: calc(var(--header-height) + 25px);
    padding-inline: 15px;
  }
  .products-list .filter_sec .filter_sec_stick {
    max-width: 95%;
    margin: 0 auto;
  }
  .products-list .filter_sec.open {
    left: 0;
  }
}
.products-list .filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.products-list .filters h4 {
  font-size: 16px;
  color: #000000;
  margin: 0;
}
.products-list .filters a {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 19px;
  -webkit-transition: color ease 0.3s;
  transition: color ease 0.3s;
}
.products-list .filters a:hover {
  color: #F2B681;
}
.products-list .filters a span.icon {
  width: 17px;
  height: 17px;
  margin-right: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mob-filter {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mob-filter img {
  width: 20px;
  margin-right: 5px;
}

.filter-drop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
.woof_container_inner h4 {
  font-size: 20px;
  color: #000000;
  margin: 0;
  line-height: 1.5;
      font-family: "Cormorant Garamond", serif;
      text-transform: uppercase;
      position: relative;
      padding-right: 30px;
      cursor: pointer;
  
}
.filter-drop a {
  font-size: 14px;
  color: #be1d22;
  font-weight: 500;
}
.filter-drop .accordion-button {
  padding: 20px 0;
}
.filter-drop .accordion-button::after {
  -webkit-filter: brightness(0) !important;
          filter: brightness(0) !important;
}

.common-list label {
  position: relative;
  font-weight: 400;
  cursor: pointer;
  margin: 0;
}
.common-list ul {
  padding: 0;
}
.common-list ul li {
  display: none;
  margin-bottom: 15px;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.common-list ul li:nth-child(1), .common-list ul li:nth-child(2), .common-list ul li:nth-child(3), .common-list ul li:nth-child(4), .common-list ul li:nth-child(5) {
  display: block;
}
.common-list ul.show li {
  display: block;
}
.common-list ul.show .more-filter {
  display: none;
}
.common-list .more-filter {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
}

input.styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  margin-top: 0px;
  display: inline-block;
  vertical-align: text-top;
  width: 22px;
  height: 22px;
  min-width: 16px;
  background: white;
  border: 1px solid #F2B681;
  border-radius: 0px;
}
@media screen and (max-width: 1199.98px) {
  input.styled-checkbox + label:before {
    margin-top: 1px;
  }
}

input.styled-checkbox:checked + label:before {
     background: #F2B681;
  /*position: absolute;*/
  /*content: "";*/
  /*left: 6px;*/
  /*top: 6px;*/
  /*width: 4px;*/
  /*height: 8px;*/
  /*border-bottom: 1px solid #000;*/
  /*border-right: 1px solid #000;*/
  /*-webkit-transform: rotate(45deg);*/
  /*        transform: rotate(45deg);*/
}
@media screen and (max-width: 1199.98px) {
  input.styled-checkbox:checked + label:after {
    top: 4px;
  }
}

li {
  list-style: none;
}

.price-range-slider {
  width: 100%;
  padding: 0;
}
.price-range-slider .range-value {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.price-range-slider .range-value input {
  background: none;
  color: #000;
  font-size: 16px;
  font-weight: initial;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  margin: 20px 0 20px 0;
  border: 1px solid #C1C9D3;
  border-radius: 5px;
  width: 45%;
}
.price-range-slider .range-value input:focus {
  outline: none;
}
.price-range-slider .range-bar {
  border: none;
  background: #c5c5c5;
  height: 3px;
  width: 94%;
  margin-left: 8px;
}
.price-range-slider .range-bar .ui-slider-range {
  background: #000;
  border: 2px solid #000;
}
.price-range-slider .range-bar .ui-slider-handle {
  border: none;
  border-radius: 30px;
  background: #000;
  border: 2px solid #fff;
  height: 17px;
  width: 9px;
  top: -0.52em;
  cursor: pointer;
}
.price-range-slider .range-bar .ui-slider-handle {
  border: none;
  border-radius: 30px;
  background: #000;
  border: 2px solid #fff;
  height: 17px;
  width: 9px;
  top: -7px;
  cursor: pointer;
}
.price-range-slider span:focus {
  outline: none;
}
.price-range-slider .ui-slider-horizontal .ui-slider-range {
  top: -1px;
  /* height: 1px; */
}

.new-arival-wrap {
  margin: 0 10px;
}
@media screen and (max-width: 767.98px) {
  .new-arival-wrap {
    margin: 0;
  }
}
.new-arival-wrap .arrival-box figure {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  height: 400px;
}
@media screen and (max-width: 1599.98px) {
  .new-arival-wrap .arrival-box figure {
    height: 350px;
  }
}
@media screen and (max-width: 1199.98px) {
  .new-arival-wrap .arrival-box figure {
    height: 260px;
  }
}
@media screen and (max-width: 575.98px) {
  .new-arival-wrap .arrival-box figure {
    height: 250px;
    margin-bottom: 10px;
  }
}
.new-arival-wrap .arrival-box figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.new-arival-wrap .arrival-box figure .avail-sizes {
  position: absolute;
  bottom: 0px;
  width: 90%;
  left: 5%;
  background: #FFFFFF;
  padding: 8px 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 1199.98px) {
  .new-arival-wrap .arrival-box figure .avail-sizes {
    opacity: 1;
    visibility: visible;
    bottom: 5px;
    font-size: 10px;
  }
}
.new-arival-wrap .arrival-box figure .avail-sizes span {
  color: #000;
}
.new-arival-wrap .arrival-box figure .avail-sizes .size {
  color: #777777;
}
.new-arival-wrap .arrival-box h5 {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 13px;
}
@media screen and (max-width: 767.98px) {
  .new-arival-wrap .arrival-box h5 {
    font-size: 12px;
    margin-bottom: 7px;
  }
}
.new-arival-wrap .arrival-box h6 {
  color: #000;
  font-weight: 700;
  font-size: 14px;
}
@media screen and (max-width: 767.98px) {
  .new-arival-wrap .arrival-box h6 {
    font-size: 12px;
  }
}
.new-arival-wrap .arrival-box:hover figure img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media screen and (min-width: 1200px) {
  .new-arival-wrap .arrival-box:hover figure .avail-sizes {
    opacity: 1;
    visibility: visible;
    bottom: 10px;
  }
}

@media screen and (min-width: 1200px) {
  .right-content {
    padding-left: 68px;
  }
}
@media screen and (min-width: 1400px) {
  .right-content {
    padding-left: 68px;
  }
}

.font-ci {
  font-family: "Cormorant Infant", serif;
}

.filter-title {
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 25px;
}
@media screen and (min-width: 1200px) {
  .filter-title {
    font-size: 40px;
  }
}

.ct-title {
  text-transform: uppercase;
}

.select-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
}
.select-wrapper .select-boxwrapper {
  width: 100%;
  max-width: 148px;
}
.select-wrapper .select-boxwrapper .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 0px;
  padding: 12px 15px;
}
.select-wrapper .select-boxwrapper .select2-container .select2-selection--single {
  height: 100%;
}
.select-wrapper .select-boxwrapper .select2-container {
  width: 100% !important;
}
.select-wrapper .select-boxwrapper .select2-selection__rendered {
  font-weight: 500;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  color: #000;
}
.select-wrapper .select-boxwrapper .select2-selection__arrow {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="10" viewBox="0 0 19 10" fill="none"><path d="M17.5659 0.5L18.6928 1.47031L9.39875 9.5L0.104736 1.47031L1.22583 0.5L9.39875 7.55469L17.5659 0.5Z" fill="black"/></svg>');
  background-position: center;
  height: 100%;
  width: 15px;
  right: 10px;
}
.select-wrapper .select-boxwrapper .select2-selection__arrow b {
  display: none;
}
.select-wrapper .js-example-basic-single {
  padding: 10px;
  border-color: rgb(217, 217, 217);
  border-radius: 0;
  width: 100%;
  max-width: 147px;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.sort-select .js-example-basic-single {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  outline: none;
}

.category-select {
  padding: 12px 15px;
  background-color: #F4F4F4;
  font-weight: 500;
  font-size: 14px;
}
.category-select .close {
  margin-left: 8px;
}

.pagination-strip {
  margin-top: 77px;
  position: relative;
  row-gap: 15px;
}
.pagination-strip .numberofpage {
  font-size: 14px;
  font-weight: 500;
  left: 0;
  color: #858585;
  width: 100%;
  pointer-events: none;
}
@media screen and (min-width: 1200px) {
  .pagination-strip .numberofpage {
    position: absolute;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.pagination-strip .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  width: 100%;
}
.pagination-strip .pagination span:not(.navigation) {
  font-weight: 600;
  font-size: 16px;
  padding: 10px;
  min-width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color ease 0.3s;
  transition: background-color ease 0.3s;
  cursor: pointer;
}
.pagination-strip .pagination span:not(.navigation).active {
  background: #F2B681;
}
@media (hover: hover) {
  .pagination-strip .pagination span:not(.navigation):hover {
    background: #F2B681;
  }
}
.pagination-strip .pagination .navigation {
  border: 1px solid #858585;
  padding: 11px 26px;
  padding-right: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #858585;
  line-height: 1;
  position: relative;
  cursor: pointer;
  -webkit-transition: background-color ease 0.3s, color ease 0.3s, border-color ease 0.3s;
  transition: background-color ease 0.3s, color ease 0.3s, border-color ease 0.3s;
}
.pagination-strip .pagination .navigation::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  border-bottom: 1px solid #858585;
  border-right: 1px solid #858585;
  width: 8px;
  height: 8px;
  -webkit-transition: border-color ease 0.3s;
  transition: border-color ease 0.3s;
}
@media (hover: hover) {
  .pagination-strip .pagination .navigation:hover {
    background: #F2B681;
    color: #fff;
    border-color: #fff;
  }
  .pagination-strip .pagination .navigation:hover::after {
    border-color: #fff;
  }
}

.filter-wrap {
  padding-block: 20px;
  position: sticky;
  top: var(--header-height);
  background-color: #fff;
  z-index: 999;
   border-bottom: 1px solid rgba(211, 211, 211, 0.5);
}

.close-mob-filter-btn {
  width: 30px;
  height: 30px;
  position: relative;
    margin-top: 5px;
}
.close-mob-filter-btn span {
  width: 25px;
  height: 1.5px;
  background-color: #000;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
.close-mob-filter-btn span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.close-mob-filter-btn span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.result-btn {
  font-family: "Plus Jakarta Sans", sans-serif;
}

.card-row {
  --bs-gutter-y: 40px;
}

ul.products{
  padding: 0;  
}
ul.products li.product img, ul.products .wc-block-grid__product img, .wc-block-grid__products li.product img, .wc-block-grid__products .wc-block-grid__product img{
    width: 100%;
    margin: 0;
    margin-bottom: 0px;
}
.button.woof_reset_search_form{
    display: none;
}
.rate.font-span{
    color: #000;
}
.woof_container{
           border-bottom: 1px solid #CCCCCC;
           padding-bottom: 20px;
            margin-bottom: 20px;
}
.woof_submit_search_form_container{
    display: none;
}

.woof_container_inner h4:after{
     -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transform 0.2s ease-in-out;
    display: inline-block;
    position: absolute;
    right: 0;
        top: 5px;
}

.woof_list_checkbox li div{
        margin-top: 0;
}
.irs--round.irs-with-grid{
        margin: 0 15px;
    margin-top:30px ;    
}
.woof_block_html_items{
    margin-top: 30px;
}
.irs--round .irs-handle{
        border: 4px solid #000 !important;
}
.irs--round .irs-bar{
    background-color: #000 !important;
}
.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single{
     background-color: #000 !important;
}
.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before{
    border-top-color:#000 !important;
}
.icheckbox_square-blue, .iradio_square-blue{
    filter: brightness(0) saturate(100%) invert(98%) sepia(26%) saturate(5409%) hue-rotate(300deg) brightness(95%) contrast(101%);
}

.woof_search_is_going nav.woocommerce-breadcrumb{
    display: block;
}

.storefront-breadcrumb .col-full{
    margin: 0;
    padding: 0;
}
.woocommerce-breadcrumb a{
    text-decoration: none;
}

.storefront-breadcrumb{
    margin-bottom: 0;   
}

.storefront-full-width-content.woocommerce-cart .entry-header h1:last-child, .storefront-full-width-content.woocommerce-checkout .entry-header h1:last-child, .storefront-full-width-content.woocommerce-account .entry-header h1:last-child, .storefront-full-width-content .woocommerce-products-header h1:last-child{
    text-align: left;
}

.storefront-full-width-content.woocommerce-cart .entry-header, .storefront-full-width-content.woocommerce-checkout .entry-header, .storefront-full-width-content.woocommerce-account .entry-header, .storefront-full-width-content .woocommerce-products-header{
    padding-bottom: 30px !important ;
}

.woof_products_top_panel ul {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.woof_reset_button_2 {
    background: #F2B681;
    padding: 0px 15px;
    font-size: 12px;
}
.woof_products_top_panel_ul >li{
    background-color: rgb(244, 244, 244);
    font-weight: 500;
    font-size: 14px;
    padding: 3px 15px;
    margin-bottom: 6px;
    margin-right: 5px ;
}
.woof_products_top_panel_ul >li:nth-child(1){
    background-color: transparent ;
    padding-left:  0;
}

.woof_products_top_panel li span, .woof_products_top_panel2 li span{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M1.62866 1.31445L11.0001 10.6859' stroke='black' stroke-width='1.5' stroke-linecap='round'%3E%3C/path%3E%3Cpath d='M1.35303 10.6859L10.7245 1.31445' stroke='black' stroke-width='1.5' stroke-linecap='round'%3E%3C/path%3E%3C/svg%3E");
    padding-right: 20px;
    background-size: 10px;
}

.storefront-sorting{
   display: flex;
        flex-direction: row-reverse;
        justify-content: end;  
        position: relative;
}

    .storefront-sorting select {
        height: 40px;
        padding: 10px;
        border: 1px solid #000000;
    }
    
    .woocommerce-result-count{
        position: absolute;
        left: 0;
    }
    
    .site-main ul.products.columns-3 li.product{
        text-align: left;
    }
  .filter-top .woocommerce-pagination{
     display: none;
  }
  
  .products-list  table:not( .has-background ) tbody td{
      background: #fff !important;
  }