/*!*********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./resources/css/app.scss ***!
  \*********************************************************************************************************************************************/
.disable-tax-toggle .toggle-taxes {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  opacity: 0.3;
}

.wapf-product-totals {
  display: none;
}

.ooznest-custom-attr-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
.ooznest-custom-attr-wrapper label {
  padding-right: 20px;
  width: 30%;
  margin-bottom: 0;
}

.ooznest-custom-attr-select {
  margin-bottom: 0;
}

.ooznest-sitemap-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ooznest-sitemap-wrapper .ooznest-sitemap-left {
  width: 50%;
}
.ooznest-sitemap-wrapper .ooznest-sitemap-right {
  width: 50%;
}

.archive .facetwp-facet-result_count {
  text-align: right;
}

#block-3 {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}

.facetwp-selections ul {
  margin: 15px 0;
}

.facetwp-selections li {
  display: inline-block;
  margin: 0 6px 6px 0;
  padding: 8px 10px;
  list-style-type: none;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.facetwp-selections .facetwp-selection-value {
  color: #ff6600;
}

.facetwp-selections .facetwp-selection-value:hover {
  text-decoration: underline;
}

.facetwp-selections .facetwp-selection-label + .facetwp-selection-value {
  margin-left: 4px;
}

.facetwp-selections .facetwp-selection-value:last-child {
  margin-right: 0;
}

.archive .facetwp-facet {
  margin-bottom: 0;
}

.widget-title.shop-sidebar {
  font-weight: 700;
  font-style: normal;
  font-size: 1.25em;
  color: #555;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 10px;
}

.widget_product_categories .is-divider {
  display: none;
}

.facetwp-slider-reset {
  display: none !important;
}

#shop-sidebar #block-2 .facet-wrap, #shop-sidebar .widget_product_categories {
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
#shop-sidebar #block-2 .facet-wrap:not([style*="display: none"]):last-child, #shop-sidebar .widget_product_categories:not([style*="display: none"]):last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.widget_shopping_cart_content .quantity del {
  display: none;
}

.woocommerce-variation-add-to-cart-enabled .price-wrapper {
  display: none;
}

.woocommerce-variation-price .woocommerce-Price-amount {
  font-size: 24px;
}

.facetwp-selections li {
  margin-bottom: 0;
}

.ooz-out-of-stock .price-wrapper {
  display: none;
}

.ooz-hidden {
  display: none;
}

.price-wrapper {
  display: block !important;
}

.single_variation + .woocommerce-variation-add-to-cart-enabled .product-page-price, .single_variation + .ooz-out-of-stock .product-page-price {
  display: none;
}

.ooz-bundled-items tr:last-child td {
  border-bottom: none;
}

.ooz-bundled-items .ooz-section-header {
  background-color: #f8f8f8;
  font-weight: bold;
  vertical-align: middle;
}

.ooz-bundled-items td {
  padding: 10px;
}

.ooz-delivery-informations div {
  display: flex;
  gap: 4px;
}
.ooz-delivery-informations div span {
  font-weight: bold;
  text-wrap: nowrap;
}

.ooz-info-icon {
  font-weight: 400;
  cursor: pointer;
}
.ooz-info-icon:hover {
  color: #ff6600;
}
.ooz-info-icon svg {
  display: block;
  width: 16px;
  height: 16px;
}

.ooz-tooltip {
  position: absolute;
  background-color: #333;
  color: #fff;
  padding: 10px 14px;
  border-radius: 6px;
  font-size: 13px;
  line-height: 1.5;
  max-width: 280px;
  z-index: 9999;
  display: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  font-weight: normal;
  text-align: left;
}
.ooz-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border-width: 6px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}
.ooz-tooltip.tooltip-below::after {
  top: auto;
  bottom: 100%;
  border-color: transparent transparent #333 transparent;
}
