.lm-products-row {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
  padding-bottom: 6rem;
}
.lm-products-row:has(.woocommerce-sidebar) > div:first-child {
  width: 70%;
  order: 1;
}
.lm-products-row:has(.woocommerce-sidebar) > div:last-child {
  width: 25%;
  order: 0;
}
@media (max-width: 1200px) {
  .lm-products-row:has(.woocommerce-sidebar) > div:first-child {
    width: 60%;
  }
  .lm-products-row:has(.woocommerce-sidebar) > div:last-child {
    width: 35%;
  }
}
@media (max-width: 768px) {
  .lm-products-row:has(.woocommerce-sidebar) {
    gap: 3rem;
  }
  .lm-products-row:has(.woocommerce-sidebar) > div:first-child {
    width: 90%;
    margin: auto;
  }
  .lm-products-row:has(.woocommerce-sidebar) > div:last-child {
    width: 100%;
  }
}
.lm-products-row .lm-product-thumbnail-wraper {
  display: flex;
  position: relative;
  overflow: hidden;
  border: 1px solid #cacaca;
  height: fit-content;
  margin-bottom: 1rem;
}
.lm-products-row .lm-product-thumbnail-wraper:before {
  content: " ";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.lm-products-row .lm-product-thumbnail-wraper img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100% !important;
  width: auto !important;
  transform: translate(-50%, -50%);
  max-width: none;
}
.lm-products-row .lm-product-thumbnail-wraper > div {
  position: absolute;
  z-index: 1;
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  text-align: center;
  color: #ffffff;
  opacity: 0;
}
.lm-products-row .lm-product-thumbnail-wraper > div span {
  position: absolute;
  left: 50%;
  top: 110%;
  transform: translate(-50%, -50%);
}
.lm-products-row .woocommerce-loop-product__link:hover .lm-product-thumbnail-wraper > div {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
}
.lm-products-row .woocommerce-loop-product__link:hover .lm-product-thumbnail-wraper > div span {
  top: 50%;
}
.lm-products-row ul.products {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: start;
  width: 100%;
}
.lm-products-row ul.products:before, .lm-products-row ul.products:after {
  display: none !important;
}
.lm-products-row ul.products li {
  float: none !important;
}
.lm-products-row ul.products li {
  margin: 0px !important;
  background: white;
}
.lm-products-row ul.products li > a:first-child {
  display: flex;
  flex-direction: column;
}
.lm-products-row ul.products li > div {
  padding: 1rem;
  padding-top: 0rem;
}
.lm-products-row ul.products li.product h2 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.lm-products-row ul.products li.product p {
  margin-top: 0px;
  font-weight: 300;
}
.lm-products-row .chw-widget {
  padding: 3rem;
  background: #eeeeee;
}
.lm-products-row .chw-widget > div:before, .lm-products-row .chw-widget > div:after {
  display: none !important;
}
.lm-products-row .chw-widget .pf_rngstyle_thin .irs-from, .lm-products-row .chw-widget .pf_rngstyle_thin .irs-to, .lm-products-row .chw-widget .pf_rngstyle_thin .irs-single {
  background: var(--main-color);
}
.lm-products-row .chw-widget input[type=text] {
  padding: 0.5rem;
  width: 100%;
}
.lm-products-row .chw-widget .prdctfltr_filter_inner {
  display: flex !important;
  flex-wrap: wrap;
  gap: 1rem;
  height: auto !important;
}
.lm-products-row .chw-widget .prdctfltr_filter_inner > div {
  position: relative !important;
  width: 100%;
  top: inherit !important;
  left: inherit !important;
  margin-bottom: 0rem !important;
}
.lm-products-row .chw-widget .prdctfltr_filter_inner:before, .lm-products-row .chw-widget .prdctfltr_filter_inner:after {
  display: none !important;
}
.lm-products-row .chw-widget .prdctfltr_filter label {
  font-size: 17px;
}
.lm-products-row .chw-widget .prdctfltr_filter_title {
  display: none;
}
.lm-products-row .chw-widget .prdctfltr_columns_1 .prdctfltr_filter:before,
.lm-products-row .chw-widget .prdctfltr_columns_1 .prdctfltr_filter:after {
  display: none !important;
}
.lm-products-row .chw-widget .prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter label.prdctfltr_active > span:after {
  content: "" !important;
}
.lm-products-row .chw-widget .prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter label.prdctfltr_active > span:before {
  background-color: var(--main-color) !important;
}
.lm-products-row .chw-widget .prdctfltr_collector:has(span) {
  background: rgba(255, 255, 255, 0.1333333333);
  padding: 0.5rem;
}
.lm-products-row .chw-widget .prdctfltr_collector:has(span) :last-child {
  margin-bottom: 0rem !important;
}

@media (max-width: 1200px) {
  .site-main > .container {
    width: 100%;
    max-width: none !important;
  }
}
.wc-sidebar-filter-btn-open,
.wc-sidebar-filter-btn-close {
  display: none !important;
}

@media screen and (max-width: 900px) {
  .woocommerce-sidebar {
    position: fixed;
    width: 100vw;
    bottom: 0px;
    left: 0px;
    background: var(--mobile-menu-bg-color, #ffffff);
    z-index: 999;
    margin-bottom: 0px;
  }
  .woocommerce-sidebar > * {
    margin: 0.5rem auto;
  }
  .woocommerce-sidebar.open {
    z-index: 9999;
  }
}
@media screen and (max-width: 900px) {
  .woocommerce-sidebar.open {
    min-height: 100vh;
    bottom: inherit;
    top: 0px;
    left: 0px;
  }
  .woocommerce-sidebar > :not(.wc-sidebar-filter-btn-open) {
    display: none;
  }
  .woocommerce-sidebar.open > * {
    display: flex !important;
  }
  .woocommerce-sidebar > * {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .wc-sidebar-filter-btn-open {
    display: flex !important;
  }
  .woocommerce-sidebar.open .wc-sidebar-filter-btn-open {
    display: none !important;
  }
  .wp-block-woocommerce-product-categories {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce div.product {
    display: flex;
    margin-bottom: 2rem;
    margin-top: 2rem;
    flex-wrap: wrap;
  }
}
@media (max-width: 1500px) {
  .woocommerce-products-header {
    width: 90%;
    margin: auto;
  }
}
@media (max-width: 1200px) {
  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    width: 48% !important;
  }
}
@media (max-width: 572px) {
  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    width: 90% !important;
  }
  .woocommerce ul.products[class*=columns-],
  .woocommerce-page ul.products[class*=columns-] {
    justify-content: center !important;
  }
  .woocommerce-result-count,
  .woocommerce-ordering {
    float: none !important;
    text-align: center;
  }
}
.woocommerce div.product form.cart {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.woocommerce .entry-summary {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.woocommerce .entry-summary .price {
  font-size: 1.2em;
  color: var(--main-color);
}

.prdctfltr_collector > span {
  white-space: normal !important;
}

*:has(.cart-count) {
  position: relative;
}
*:has(.cart-count) > .cart-count {
  position: absolute;
  z-index: 1;
  border-radius: 1rem;
  font-size: 0.6rem;
  line-height: 0px;
  background-color: var(--main-color);
  width: 40%;
  height: 40%;
  right: 0%;
  bottom: 0%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*# sourceMappingURL=style.css.map */
