/* PRODUCT ARCHIVES */
.tax-product_cat .wd-cat-content .wd-entities-title {
  line-height: 1.2 !important;
}
.tax-product_cat .wd-cat-count {
  margin-top: 5px;
}
del .amount {
  color: var(--color-gray-500);
  font-weight: 400;
}
.widget_product_categories .wd-cats-toggle::after {
  content: "+" !important;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  font-family: "woodmart-font" !important;
}
.widget_product_categories .wd-cats-toggle.toggle-active::after {
  content: "\f129";
  font-size: 10px;
  font-weight: normal;
}
@media (max-width: 1025px) {
  .product-grid-item .product-image-link {
    margin-bottom: 45px;
  }
  .wd-product.wd-hover-quick .wd-add-btn div.quantity {
    font-weight: 600;
  }
}
.quick-shop-wrapper .woocommerce-variation-price {
  display: block !important;
}
.quick-shop-form .view-details {
  margin-top: -5px;
  margin-bottom: 5px;
  font-size: 12px;
}
@media (max-width: 768.98px) {
  .quick-shop-wrapper .woocommerce-variation > div:not(:empty) {
    display: inline-block !important;
  }
  .quick-shop-form .view-details {
    margin-top: 18px;
    margin-bottom: -5px;
  }
}
.quick-shop-wrapper .woocommerce-variation-price:not(:empty) + .woocommerce-variation-availability {
  margin-top: 5px;
}
.quick-shop-shown .wd-fill {
  position: relative;
}
.quick-shop-shown .product-image-link {
  display: none !important;
  visibility: hidden;
}
@media (max-width: 768.98px) {
  .quick-shop-wrapper table.variations {
    margin-top: 15px;
  }
  .quick-shop-wrapper .quick-shop-close > a {
    width: 50px !important;
  }
  .quick-shop-wrapper .quick-shop-close > a::before {
    margin-inline-end: 4px !important;
  }
}
.product-grid-item .wd-product-cats a, .product-grid-item .wd-product-brands-links a {
    color: #1E73BE;
    font-weight: 500;
}
.product-grid-item .wd-product-cats a:hover, .product-grid-item .wd-product-brands-links a:hover {
    color: #000080 !important;
}
.product-grid-item .wd-product-cats {
    font-size: 11px !important;
    padding: 3px 0 3px 0;
}
.product-grid-item .wd-product-cats:before {
    content: 'Kategori: ';
    margin-right: 2px;
}
.product-grid-item .wd-product-brands-links {
    font-size: 11px !important;
    padding: 3px 0 3px 0;
}
.product-grid-item .wd-product-brands-links:before {
    content: 'Varemerke: ';
    margin-right: 2px;
}
@media all and (min-width: 768px) {
  .product-grid-item .price {
    font-size: 18px !important;
  }
}
@media all and (max-width: 768px) {
  .product-grid-item .price {
    font-size: 16px !important;
  }
}
.products .price ins bdi {
  color: #dd3333;
}
/* STOCK INFO BOXES */
p.stock span {
  all: revert !important;
  all: unset !important;
}
p.stock span:before {
  all: revert !important;
  all: unset !important;
}
p.stock {
  display: flex !important;
  position: relative;
  flex-flow: row wrap;
  align-items: center;
  white-space: pre-wrap;
  width: fit-content;
  padding: .55em .8em !important;
  border: 2px solid;
  line-height: 1.2;
  color: var(--color-gray-800);
  font-weight: 600;
}
p.stock br {
  flex-basis: 100%;
  width: 0px; 
  overflow: hidden;
}
p.stock:before {
  content: "";
  margin-inline-end: .55em;
  width: .75em;
  height: .75em;
  border-radius: 50%;
}
@media (max-width: 450px) {
  .wd-quick-shop p.stock:before {
    content: unset !important;
    margin-inline-end: unset !important;
    width: unset !important;
    height: unset !important;
    border-radius: unset !important;
    all: revert !important;
    all: unset !important;
  }
}
p.stock.in-stock, p.stock.available-on-backorder {
  border-color: #85B951;
  color: var(--color-gray-800);
}
p.stock.in-stock:before, p.stock.available-on-backorder:before {
  background-color: #85B951;
}
p.stock.out-of-stock {
  border-color: #E22D2D;
  color: var(--color-gray-800) !important;
}
p.stock.out-of-stock:before {
  background-color: #E22D2D;
}