@media (min-width: 1515px) {
  body.archive .wd-content-layout {
    max-width: calc(100vw - 200px);
  }
  :root {
    --wd-col-lg: 5 !important;
  }
}
@media (min-width: 1800px) {
  body.archive .wd-products.wd-grid-g {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (min-width: 2300px) {
  body.archive .wd-products.wd-grid-g {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
.woocommerce .widget_price_filter .button {
  color: white !important;
  background-color: #F40A6A !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  font-family: "Albert Sans" !important;
  line-height: 21.8px !important;
  order: 2 !important;
}

.wa-archive-filter__wrapper h2, .wa-archive-filter__wrapper h5 {
  font-size: 16px !important;
}

.wd-show-sidebar-btn.wd-action-btn a {
  color: white;
  background-color: #000;
  padding: 10px 15px;
}
.wd-show-sidebar-btn.wd-action-btn a * {
  color: white;
}
.wd-show-sidebar-btn.wd-action-btn a:hover {
  color: white !important;
}

.widget-title {
  font-weight: 600 !important;
}

.wd-shop-tools .woocommerce-ordering.wd-style-underline select {
  max-width: 250px !important;
  border: 1px solid #000;
  padding: 10px 15px !important;
  background-position: right 10px top 50% !important;
}

body .wd-sidebar-opener.wd-action-btn.wd-style-icon > a {
  flex-direction: row !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  width: auto !important;
  padding: 10px 12px;
  gap: 5px;
}

body .wd-product .content-product-imagin {
  visibility: hidden !important;
  opacity: 0 !important;
  transform: none !important;
}

body .wd-product:hover {
  z-index: 1;
}

body .product-wrapper {
  border: 2px solid white;
  margin-right: -1px;
}

.woocommerce-pagination .page-numbers.dots {
  min-width: unset;
  padding-inline: 0;
}

.wa-product-child-category {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
  transition: 0.2s all ease-in-out;
  border: 2px solid transparent;
  overflow: hidden;
}
.wa-product-child-category__img {
  width: 75px;
  height: 100%;
  object-fit: cover;
  transition: 0.2s all ease-in-out;
  background-color: white;
}
.wa-product-child-category__body {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px;
  background-color: white;
  color: black;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  transition: 0.2s all ease-in-out;
}
.wa-product-child-category-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1100px) {
  .wa-product-child-category-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
}
@media (max-width: 487px) {
  .wa-product-child-category-wrapper {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .wa-product-child-category-wrapper img {
    height: 50px;
    width: 50px;
  }
}
@media (min-width: 1281px) {
  .wa-product-child-category:hover {
    border-color: #4F4F4F;
  }
  .wa-product-child-category:hover img {
    transform: scale(1.06);
  }
}

.wd-sidebar.wd-side-hidden .wd-heading {
  flex-direction: row-reverse;
}

.wd-sidebar.wd-side-hidden .wd-widget {
  padding-inline: 15px !important;
}
