/*reset styles from dj-accesibility plugin*/
*:focus-visible {
  outline: none !important;
  outline-offset: none !important;
}

/*focus visible styles*/
a:focus-visible,
button:focus-visible,
.header-menu-mobile:focus-visible {
  outline: 2px solid #b72333 !important;
  outline-offset: 4px !important;
}

input:focus-visible,
textarea:focus-visible {
  outline: 4px solid #b72333 !important;
  outline-offset: 0px !important;
}

/*djacc styles for plugin*/
section.djacc-container.djacc-popup {
  z-index: 1000;
  width: auto;
  margin: 80px 3px;
  padding-bottom: 0;
  padding-top: 0;
}

@media only screen and (min-width: 768px) {
  section.djacc-container.djacc-popup {
    margin: 15px 10px;
  }
}

section.djacc-container.djacc-popup:hover .djacc__openbtn {
  margin: 0;
}

section.djacc-container.djacc-popup.djacc--top-right .djacc__panel {
  right: 0;
  top: 0px;
}

section.djacc-container.djacc-popup.djacc--bottom-right .djacc__panel {
  bottom: 0;
  right: 0;
}

section.djacc-container.djacc-popup.djacc--sticky {
  z-index: 1000;
}

section.djacc-container.djacc-popup .djacc__openbtn {
  background-color: #b72333;
  width: 38px;
  height: 38px;
}

section.djacc-container.djacc-popup .djacc__openbtn svg {
  width: 38px;
  height: 38px;
}

section.djacc-container.djacc-popup .djacc__close {
  background-color: #b72333;
}

section.djacc-container.djacc-popup .djacc__close:hover {
  filter: brightness(110%);
}

section.djacc-container.djacc-popup .djacc__btn--active,
section.djacc-container.djacc-popup .djacc__btn--active:hover {
  background-color: #b72333 !important;
}

section.djacc-container.djacc-popup .djacc__title {
  color: #fff;
}
section.djacc-container.djacc-popup .djacc__btn span,
section.djacc-container.djacc-popup .djacc__item .djacc__label {
  color: #fff;
}

section.djacc-container.djacc-popup .djacc__btn:hover {
  border: 1px solid #b72333;
}

section.djacc-container.djacc-popup .djacc__arrows:hover {
  border-color: #b72333;
}

section.djacc-container.djacc-popup .djacc__bar:after,
section.djacc-container.djacc-popup .djacc__bar:before {
  background-color: #b72333;
}

section.djacc-container.djacc-popup .djacc__dec:hover svg [stroke^="#"],
section.djacc-container.djacc-popup .djacc__inc:hover svg [stroke^="#"] {
  stroke: #b72333 !important;
}

section.djacc-container.djacc-popup .djacc__footer {
  display: none;
}

/*change djacc styles for whole page*/
.woocommerce-product-search button.djacc-contrast {
  background-color: transparent !important;
}
.storefront-product-section .category-title-box.djacc-contrast,
.post-type-archive .product-category .category-title-box.djacc-contrast {
  background-color: transparent !important;
}
