/* DRUKOWANIE */

@media screen {
  .print-only {
    display: none !important;
  }
}

/* @media print {
  .row-print::after {
    content: "";
    display: table;
    clear: both;
  }

  .col-print-1  { width: 8.3333%; float: left; }
  .col-print-2  { width: 16.6667%; float: left; }
  .col-print-3  { width: 25%; float: left; }
  .col-print-4  { width: 33.3333%; float: left; }
  .col-print-5  { width: 41.6667%; float: left; }
  .col-print-6  { width: 50%; float: left; }
  .col-print-7  { width: 58.3333%; float: left; }
  .col-print-8  { width: 66.6667%; float: left; }
  .col-print-9  { width: 75%; float: left; }
  .col-print-10 { width: 83.3333%; float: left; }
  .col-print-11 { width: 91.6667%; float: left; }
  .col-print-12 { width: 100%; float: left; }
} */

/* TYPOGRAFIA */

h1, h2, h3, h4, h5, h6, .offcanvas-title {
  font-family: "Bai Jamjuree", sans-serif;
  color: var(--szron-dark-blue);
}

span, p {
  font-family: "Bai Jamjuree", sans-serif;
}

.section-hero {
  background-color: var(--szron-light-blue);
}

.section-hero h1 {
  color: #fff;
}

.section-hero span {
  color: #fff;
}

.cat-description {
  color: var(--szron-cat);
}

.top-categories img {
  border-radius: 5px;
  border: 1px solid #ccc;
}

.top-categories a:hover img {
  -webkit-box-shadow: 0px 5px 24px -11px rgba(66, 68, 90, 1);
  -moz-box-shadow: 0px 5px 24px -11px rgba(66, 68, 90, 1);
  box-shadow: 0px 5px 24px -11px rgba(66, 68, 90, 1);
}

.under-header-info-bar {
  background-color: var(--szron-dark-blue);
  position: relative;
}

.under-header-info-bar::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(to left, #0f448b, transparent);
  z-index: 10;
}

.under-header-info-bar p {
  color: #ffb142;
  min-width: 100px;
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 14px;
  position: relative;
  top: 1px;
}

@media (min-width: 992px) {
  .under-header-info-bar p {
    top: 2px;
  }
}

.horizontal-scroll-container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.horizontal-scroll-container::-webkit-scrollbar {
  display: none;
}

.horizontal-scroll-list {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 8px;
}

.horizontal-scroll-list li {
  flex: 0 0 auto;
}

.horizontal-scroll-list a {
  display: inline-block;
  white-space: nowrap;
  color: white;
  text-decoration: none;
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 14px;
}

.horizontal-scroll-list li:not(:last-child) a {
  border-right: 1px dashed #a1a1a1;
  padding-right: 10px;
}

.horizontal-scroll-list a:hover {
  color: #ffb142;
}

/* BUTTONY */

.szron-btn-main {
  font-family: "Bai Jamjuree", sans-serif;
  background-color: var(--szron-dark-blue);
  color: #fff;
  width: 100% !important;
}

@media (min-width: 992px) {
  .szron-btn-main {
    width: fit-content !important;
  }
}

.szron-btn-main:hover {
  background-color: var(--szron-orange);
  color: #fff;
}

#loadMoreBtn, #shopLink, .shop-link {
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 14px;
  background-color: #fff;
  color: var(--szron-dark-blue);
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  border: 1px solid var(--szron-dark-blue);
  width: 100%;
  border-radius: 0;
  padding: 10px 15px;
  border-radius: 5px;
}

@media (min-width: 992px) {
  #loadMoreBtn, #shopLink, .shop-link {
    width: fit-content;
  }
}

.hidden {
  display: none !important;
}

#loadMoreBtn:hover, #shopLink:hover, .shop-link:hover {
  background-color: var(--szron-dark-blue);
  color: #fff;
}

.cta-heading {
  color: #fff;
}

.cta-subheading {
  color: #fff;
}

.nav-item-cats a {
  border: 1px solid #ccc;
  border-radius: 5px;
}

.nav-item-cats a:hover {
  background-color: var(--szron-dark-blue);
  color: #fff !important;
}

.nav-link {
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 14px;
  color: var(--szron-nav-link);
}

.nav-link:hover {
  color: var(--szron-orange);
}

.accordion-button:hover {
  background-color: #f1f1f1;
}

/* TO PRZENIESC DO RESZTY ACCORDIONOW */

.accordion-button:not(.collapsed) {
  background-color: #f1f1f1;
  color: #000;
  box-shadow: 0 0 0 0.05rem #f1f1f1;
}

.accordion li {
  font-weight: bold;
}

.cat-tile-link {
  font-size: 16px;
  color: var(--szron-dark-blue);
  text-decoration: none;
  border: 1px solid rgb(224, 224, 224);
  padding: 5px;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
  background-color: #fff;
}

.cat-tile-link:hover {
  border: 1px solid var(--szron-light-blue);
}

.cat-tile-link img {
  width: 78px;
  height: 78px;
}

.cat-tile-link span {
  font-size: 13px;
}

.desktop-cat-link {
  width: 97px;
}

@media (min-width: 992px) {
  .cat-tile-link span {
    font-size: 16px;
  }
}

.cat-tile-link:hover span {
  color: var(--szron-light-blue);
}

.cat-title-link:hover img {
  transform: scale(1.1);
}

span.z-linia::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: orange;
  margin-right: 5px;
  vertical-align: middle;
}

.desktop-search {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.navbar-nav {
  font-family: "Bai Jamjuree", sans-serif;
}

#newsletter {
  background-color: whitesmoke;
}

.news-letter-heading {
  font-size: 24px;
  letter-spacing: 2;
  font-weight: 400;
}

#newsletter .fa-envelope-open {
  font-size: 50px;
  color: var(--szron-yellow);
  z-index: 2;
}

@media (min-width: 992px) {
  #newsletter .fa-envelope-open {
    font-size: 160px;
    color: var(--szron-yellow);
    z-index: 2;
  }
}

.mobile-account-email {
  font-family: "Bai Jamjuree", sans-serif;
  color: var(--szron-dark-blue);
}

.why-us-tile {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.why-us-tile img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}

.why-us-tile:hover img {
  transform: scale(1.2);
}

.why-us-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient( to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 0.8) 50%, transparent 100% );
  z-index: 1;
  pointer-events: none;
}

.why-us-tile a {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
  background-color: #000;
  font-weight: 500;
  z-index: 2;
  text-decoration: none;
  font-size: 14px;
  font-family: "Bai Jamjuree", sans-serif;
}

.why-us-tile:hover a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 1px;
  text-decoration-color: orange;
}

.why-us-tile-date {
  background-color: #0f448b;
  color: #fff;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 2px 4px;
  font-size: 12px;
  top: 26px;
  position: relative;
  z-index: 5;
}

.offer {
  border-radius: 8px;
}

/* ARCHIVE PHP */

.article-heading {
  font-size: 20px;
  font-family: "Bai Jamjuree", sans-serif;
  color: unset;
}

.article-post-date {
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 12px;
}

article img {
  border-radius: 8px;
}

article p {
  font-size: 14px;
}

.article-link {
  color: var(--szron-dark-blue);
}

.article-link:hover {
  color: var(--szron-orange) !important;
  text-decoration: underline !important;
}

.archive-tag-list li {
  margin: 2.5px 2px 2.5px 0 !important;
}

.archive-tag-list a {
  text-decoration: none;
  border: 1px solid var(--szron-light-blue);
  font-size: 12px;
  padding: 3px 5px;
  border-radius: 5px;
  font-family: "Bai Jamjuree", sans-serif;
  color: var(--szron-dark-blue);
}

.archive-tag-list a:hover {
  background-color: var(--szron-tag);
  color: #fff;
  border: 1px solid var(--szron-tag);
}

.archive-newest-products-heading {
  font-size: 24px;
}

.archive-newest-products-title {
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 14px;
  color: var(--szron-dark-blue);
}

.archive-newest-products-price {
  font-family: "Bai Jamjuree", sans-serif;
  color: var(--szron-price);
  font-size: 14px;
  font-weight: bold;
  display: block;
}

a:hover .archive-newest-products-title {
  /*color: #2ecc71;*/
  text-decoration: 1px underline;
}

a:hover .archive-newst-products-price {
  left: 5px;
  transition: all .1s ease-in-out;
  position: relative;
}

/* BREADCRUMBS */

.breadcrumbs-container {
  background-color: whitesmoke;
}

.breadcrumbs {
  font-family: "Bai Jamjuree", sans-serif;
  border-bottom-width: 1px;
  border-bottom-color: #eaeaea;
  border-bottom-style: solid;
}

.breadcrumb-item a {
  color: #222f3e;
  text-decoration: none;
  font-size: 12px;
}

.breadcrumb-item a:hover {
  color: var(--szron-orange);
}

.breadcrumb-item + .breadcrumb-item::before {
  padding: 0 0.3rem 0 0;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item {
  display: inline-flex;
  align-items: center;
}

/* PAGINATION */

.pagination .page-link {
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 14px;
  color: var(--szron-dark-blue);
}

.pagination .page-link:hover {
  background-color: var(--szron-light-blue);
  color: #fff;
}

.pagination .current {
  background-color: var(--szron-dark-blue);
  color: #fff;
}

.homepage-product-tile {
  border: 1px solid #ccc;
  border-radius: 5px;
}

.homepage-product-tile img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 150px;
}

.homepage-product-tile h2 {
  font-size: 16px;
}

/* BLOG POST MOBILE */

.homepage-blog-post-mobile {
  display: flex;
  text-decoration: none;
}

.homepage-blog-post-mobile img {
  width: 100px;
  min-width: 100px;
  height: 100px;
  border-radius: 5px;
}

.homepage-blog-post-mobile-heading {
  font-size: 16px;
}

.homepage-blog-post-mobile-date {
  font-size: 14px;
  color: var(--szron-orange);
}

.bottom-info {
  background-color: whitesmoke;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.bottom-info i {
  font-size: 30px;
  margin-bottom: 10px;
  color: var(--szron-dark-blue);
}

.bottom-info span {
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 14px;
}

.shop-by-brands-wrapper {
  position: relative;
  padding-bottom: 50px;
}

.shop-by-brands-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 100%);
  z-index: 2;
}

@media (min-width: 992px) {
  .shop-by-brands-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 100%);
    z-index: 2;
  }
}

.shop-by-brands div {
  margin-right: 10px;
}

.shop-by-brands-wrapper div img {
  border-radius: 5px;
  border: 1px solid #fff;
  transition: transform 0.3s ease;
  filter: grayscale(0.5);
}

.shop-by-brands-wrapper a:hover img {
  border: 1px solid var(--szron-dark-blue);
  filter: grayscale(0);
}

.features-mobile-link {
  text-decoration: none;
}

.features-mobile-link span {
  color: var(--szron-dark-gray);
  font-size: 12px;
  margin-top: 5px;
}

.features-mobile-link svg, .features-mobile-link i {
  fill: var(--szron-light-blue);
  color: var(--szron-light-blue);
}

.link {
  font-family: "Bai Jamjuree", sans-serif;
  text-decoration: none;
  font-size: 14px;
  color: var(--szron-dark-blue);
}

.link:hover {
  color: var(--szron-orange);
}

/* STATIONARY SHOP */

#stationaryShop {
  border: 1px solid var(--bs-border-color);
  border-radius: 5px;
  background-color: whitesmoke;
}

.shop-status {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.shop-status-isOpen {
  background-color: var(--szron-stationaryShop-isOpen);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  box-shadow: 0 0 1px 1px var(--szron-stationaryShop-isOpen);
}

.shop-status-isOpen-text {
  color: var(--szron-stationaryShop-isOpen);
  text-transform: uppercase;
  font-weight: bold;
}

.shop-status-isClosed {
  background-color: var(--szron-stationaryShop-isClosed);
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.shop-status-isClosed-text {
  color: var(--szron-stationaryShop-isClosed);
  text-transform: uppercase;
  font-weight: bold;
}

.shop-status-map-link {
  font-family: "Bai Jamjuree", sans-serif;
  text-decoration: none;
  font-size: 12px;
  color: var(--szron-dark-gray);
}

.shop-status-info {
  font-size: 12px;
  color: var(--szron-dark-gray);
}

.services-dropdown {
  width: 600px;
}

.dropdown-col i {
  font-size: 12px;
  border-radius: 50%;
  border: 1px solid;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
}

.dropdown-mega-menu-link {
  font-family: "Bai Jamjuree", sans-serif;
  text-decoration: none;
  font-size: 14px;
  color: var(--szron-dark-gray);
  font-weight: bold;
}

.dropdown-col-contact {
  background-color: var(--szron-light-blue);
  border-radius: 5px;
}

.dropdown-col-contact i {
  font-size: 12px;
  border-radius: 50%;
  border: 1px solid #fff;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
}

.dropdown-col-contact a {
  font-family: "Bai Jamjuree", sans-serif;
  text-decoration: none;
  font-size: 12px;
  color: #fff;
}

.dropdown-col-contact a:hover {
  text-decoration: 1px underline;
}

.dropdown-col:hover {
  background-color: whitesmoke;
  border-radius: 5px;
}

.dropdown-col:hover .dropdown-mega-menu-link {
  text-decoration: 1px underline;
}

.dropdown-mega-menu-desc {
  font-size: 12px;
  color: #777777;
}

/* HOVER NA DROPDOWN */

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.dropdown-toggle::after {
  display: none;
}

/* OFFCANVAS MEGA MENU */

.offcanvas-top-cat {
  top: 0;
  padding-top: 103px !important;
  min-height: 100vh;
  visibility: hidden;
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.offcanvas-top-cat .offcanvas-body {
  overflow-y: auto !important;
  min-height: 100vh;
  background-color: #fff;
  padding-bottom: 100px;
}

.h-img {
  width: 25%;
}

@media (min-width: 992px) {
  .h-img {
    width: 50%;
  }
}

.h-contact {
  background-color: var(--szron-dark-blue);
  border-radius: 8px;
}

.h-icon {
  font-size: 48px;
  color: #2ed573 !important;
}

.h-icon-wrapper {
  width: 64px;
}

.h-link {
  color: #fff;
  text-decoration: none;
}

.h-link:hover {
  text-decoration: 1px underline;
}

/* LEASING */

.lease-step {
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: whitesmoke;
}

.lease-step span {
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 48px !important;
  font-weight: bold;
}

.lease-step-dot {
  color: #2ecc71;
  font-size: 48px !important;
}

.lease-list .fa-check-circle {
  color: #2ecc71;
}

.lease-list {
  margin-bottom: 0px;
}

.lease-list li {
  margin-bottom: 5px;
  font-family: "Bai Jamjuree", sans-serif;
}

.lease-list li:last-child {
  margin-bottom: 0;
}

