/* INDEX OKIENEK */

header {
  z-index: 1060 !important;
}

@media (min-width: 992px) {
  header {
    z-index: 1062 !important;
  }
}

.fixed-bottom, #offcanvas-top-cat {
  z-index: 1061 !important;
}

#mobile-menu-cat, #mobile-contact-form, #mobile-contact, #mobile-account, #mobile-map, #mobile-cart, #mobile-menu, #modal-career, #mobile-search, #offcanvas-promo, #offcanvas-price-negotiation, #offcanvas-product-availability {
  z-index: 1063 !important;
}

/* CANVAS - MENU MOBILNE TOP */

.offcanvas-tel {
  font-family: "Bai Jamjuree", sans-serif;
  color: var(--szron-orange);
  font-size: 12px;
}

#mobile-menu-dark .modal-header, #mobile-menu-dark .modal-body, #mobile-menu-dark .modal-footer {
  background-color: var(--szron-dark-blue);
}

.menu-modal-dark-list {
  font-family: "Bai Jamjuree", sans-serif;
  color: #fff;
}

/* CANVAS - MENU MOBILNE KATEGORIE */

#mobile-menu-cat {
  width: 100%;
}

.mobile-menu-cat-img {
  width: 32px;
  border-right: 1px solid #ccc;
  margin-right: 8px;
  padding-right: 5px;
  display: none;
}

#mobile-menu-cat .accordion-button {
  font-size: 14px;
  letter-spacing: 1.2;
}

@media (min-width: 992px) {
  #mobile-menu-cat {
    width: 380px;
  }
}

.mobile-acc-nav-link {
  color: #2d3436;
  font-size: 14px;
  font-weight: 500;
  font-family: "Bai Jamjuree", sans-serif;
}

.mobile-acc-nav-link:hover {
  color: var(--szron-orange);
  font-weight: bold;
}

/* CANVAS - MAPA */

#mobile-map {
  height: 75%;
}

.google-maps-route {
  text-decoration: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  color: var(--szron-dark-blue);
  background-color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}

/* CANVAS - KONTO */

#mobile-account {
  height: 75%;
}

.mobile-account-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #ccc;
}

.mobile-account-link {
  color: #2d3436;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

/* CANVAS - KONTAKT */

#mobile-contact {
  height: fit-content;
}

.mobile-accordion-contact-link {
  color: #2d3436;
  font-size: 14px;
  font-weight: 500;
}

.mobile-accordion-contact-icon {
  color: #b1b0b0;
}

.mobile-contact-form-trigger-btn {
  background-color: var(--szron-dark-blue);
  color: #fff;
  width: 100%;
  border-radius: 0;
}

.employee-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #1b1b1b;
}

#mobile-contact-form {
  height: 100%;
}

.employee-images .list-inline-item {
  position: relative;
}

.employee-images .list-inline-item:nth-child(n + 2) {
  margin-left: -25px;
}

/* OFFCANVAS - MOBILNY KOSZYK */

#mobile-cart {
  width: 85%;
}

@media (min-width: 992px) {
  #mobile-cart {
    width: 350px;
  }
}

.accordion-header {
  font-family: "Bai Jamjuree", sans-serif;
}

/* OFFCANVAS - FILTRY MOBILNE */

#mobile-product-filters {
  min-height: 550px;
}

#mobile-product-sort {
  min-height: 550px;
}

.mobile-product-filters-trigger {
  font-family: "Bai Jamjuree", sans-serif;
  background-color: var(--szron-light-green);
  color: #fff;
  font-size: 14px;
}

.mobile-product-filters-trigger:hover {
  background-color: var(--szron-dark-blue);
  color: #fff;
}

.mobile-product-sort-trigger {
  font-family: "Bai Jamjuree", sans-serif;
  background-color: var(--szron-light-green);
  color: #fff;
  font-size: 14px;
}

.mobile-product-sort-trigger:hover {
  background-color: var(--szron-dark-blue);
  color: #fff;
}

#filters-sort-triggers {
  bottom: 73px;
  position: fixed;
  z-index: 1;
}

@media (min-width: 992px) {
  #filters-sort-triggers {
    display: none !important;
  }
}

.szron-www {
  font-size: 12px;
  font-style: italic;
  font-family: "Bai Jamjuree", sans-serif;
}

/* OFFCANVAS OKAZJE */

#offcanvas-promo {
  height: 75%;
  overflow: auto;
}

