@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:light&v1);
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1x4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: ArchivoBlack;
  font-display: swap;
  src: url('/fonts/ArchivoBlack-Regular.ttf');
}
html,
body {
  font-size: 14px;
  background-color: #efeeee;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  margin: 0;
}
h2 {
  font-size: 1.7rem;
}
h3 {
  font-size: 1.4rem;
}
h4 {
  font-size: 1.2rem;
}
.bold {
  font-weight: bold;
}
.bigger {
  font-size: 140%;
}
.nw {
  white-space: nowrap !important;
}
.showWhenSmall {
  display: none;
}
@media only screen and (max-width: 992px) {
  .showWhenSmall {
    display: revert;
  }
}
@media only screen and (max-width: 992px) {
  .hideWhenSmall {
    display: none;
  }
}
a {
  text-decoration: none;
  color: #ee7c22;
}
input[type="checkbox"] {
  margin-right: 5px;
}
input[type="radio"] {
  margin-right: 5px;
}
.checkbox label {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  /* Dostatečná mezera od přepínače */
  font-size: 1.4rem;
  /* Velikost textu */
  cursor: pointer;
  line-height: 1.2;
}
.biggerCheckbox.form-check-input {
  /* Klíč k velikosti: Nastavíme výšku a šířku proporcionálně */
  height: 1.5em;
  /* Výška přepínače */
  width: 2.5em;
  /* Šířka musí být větší než výška (typicky 2x až 2.5x) */
  /* Oprava pozice */
  margin-left: 0 !important;
  /* Zruší posun doleva */
  margin-top: 10px !important;
  /* Zarovná na střed s flexem */
  flex-shrink: 0;
  /* Zabrání deformaci */
  cursor: pointer;
  background-image: var(--bs-form-switch-bg);
  /* Zachová ikonku kuličky uvnitř */
}
.orange {
  color: #ee7c22;
}
.orange-link a {
  color: #ee7c22;
}
.bg-orange {
  background-color: #ee7c22;
}
.bg-cdw-blue {
  background-color: #00325b;
}
.sticky-nav {
  position: sticky;
  top: var(--sticky-offset, 0px);
  /* pokud bude nahoře fixed bar, nastavte --sticky-offset */
  z-index: 1040;
  /* nad obsahem, pod modaly Bootstrapu */
}
#artiklbody {
  scroll-margin-top: 200px !important;
}
.top-header {
  background-color: #00325b;
  color: white;
}
.top-header a {
  color: white;
}
.top-header a:hover {
  color: white;
}
.top-header .header-top {
  border-bottom: solid 1px darkblue;
}
.top-header #lupaSearchSubmit {
  background-color: #ee7c22;
}
/* Mobilní zobrazení (default) */
.blog-card-media {
  width: 100%;
  height: 200px;
  /* Nastavte fixní výšku pro mobil, aby obrázek nezmizel */
  overflow: hidden;
}
.card-media-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Vyplní prostor bez deformace */
  display: block;
}
/* Desktop zobrazení (md a výše) */
@media (min-width: 768px) {
  .blog-card-media {
    height: 100%;
    /* Natáhne se na výšku rodičovského .row */
    width: auto;
    /* Zrušíme fixní šířku z mobilu, sloupec col-md-3 ji pořeší */
  }
  .card-media-img {
    /* Zaoblení pouze vlevo na desktopu */
    border-radius: var(--bs-card-inner-border-radius) 0 0 var(--bs-card-inner-border-radius);
  }
}
#eshopMenu a {
  color: black;
  font-size: 0.9rem;
}
.custom-shadow {
  transition: box-shadow 0.3s ease-in-out, transform 0.2s ease-in-out;
  border-radius: 5px;
  /* Aby stín kopíroval zaoblení, pokud nějaké chcete */
}
.custom-shadow-active {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  /* Odpovídá Bootstrap .shadow třídě */
  transform: translateY(-1px);
  /* Jemné nadzvednutí pro lepší efekt */
  background-color: #f0f0f0;
  /* Volitelné: jemné zvýraznění pozadí */
}
.custom-shadow:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  /* Odpovídá Bootstrap .shadow třídě */
  transform: translateY(-1px);
  /* Jemné nadzvednutí pro lepší efekt */
  background-color: #f0f0f0;
  /* Volitelné: jemné zvýraznění pozadí */
}
.submenu-overlay {
  top: 0;
  left: 100%;
  width: 550px;
  min-height: 400px;
  height: auto;
  z-index: 1000;
  border: 1px solid #ccc;
}
/* Aby byly všechny karty ve slidu stejně vysoké */
.swiper-categories .swiper-slide {
  height: auto;
  display: flex;
}
.swiper-categories .card {
  width: 100%;
}
/* Úprava barvy šipek (Swiper používá CSS proměnné) */
.swiper-categories {
  padding: 10px 10px 40px 10px;
  /* Prostor pro stíny karet a tečky dole */
  --swiper-navigation-color: #0d6efd;
  /* Bootstrap primary barva */
  --swiper-pagination-color: #0d6efd;
}
/* Úprava barvy šipek (Swiper používá CSS proměnné) */
.swiper-common {
  padding: 10px 10px 40px 10px;
  /* Prostor pro stíny karet a tečky dole */
  --swiper-navigation-color: #0d6efd;
  /* Bootstrap primary barva */
  --swiper-pagination-color: #0d6efd;
}
/* Pokud chcete šipky trochu zmenšit */
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 24px !important;
  font-weight: bold;
}
.swiper-button-prev {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.6);
  /* Bílá s 60% průhledností */
  border: 1px solid rgba(0, 0, 0, 0.1);
  /* Velmi jemný okraj */
  width: 45px;
  /* Velikost kolečka */
  height: 45px;
  border-radius: 50%;
  /* Kruhový tvar */
  color: #6c757d;
  /* Šedá barva šipky (Bootstrap secondary) */
  transition: all 0.3s ease;
  /* Plynulá animace při hoveru */
}
.swiper-button-next {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.6);
  /* Bílá s 60% průhledností */
  border: 1px solid rgba(0, 0, 0, 0.1);
  /* Velmi jemný okraj */
  width: 45px;
  /* Velikost kolečka */
  height: 45px;
  border-radius: 50%;
  /* Kruhový tvar */
  color: #6c757d;
  /* Šedá barva šipky (Bootstrap secondary) */
  transition: all 0.3s ease;
  /* Plynulá animace při hoveru */
}
/* Efekt při najetí myší (hover) */
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: rgba(255, 255, 255, 0.9);
  /* Méně průhledné při najetí */
  color: #212529;
  /* Ztmavnutí šipky */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* Jemný stín */
}
/* Pozicování šipek - volitelně je můžete posunout mírně ven nebo dovnitř */
.swiper-button-prev {
  left: 10px;
}
.swiper-button-next {
  right: 10px;
}
/* Styl pro tečky (pagination), aby ladily k šipkám */
.swiper-pagination-bullet-active {
  background: #6c757d !important;
}
.banner img {
  width: 100%;
  height: 230px;
}
.card-item {
  font-size: 0.8em;
}
@media only screen and (max-width: 992px) {
  .card-item {
    min-width: 100%;
    max-width: 100%;
  }
}
.card-item .form-control {
  font-size: 1em;
}
.card-item .card-top {
  height: 220px;
}
.card-item .card-img-top {
  vertical-align: middle;
  max-width: 200px;
  max-height: 200px;
  width: auto;
}
.card-item a {
  font-weight: bold;
  text-decoration: none;
}
.card-item .card-body {
  height: 160px;
}
.extrabold {
  font-family: 'ArchivoBlack', sans-serif;
}
.featureIcon {
  margin-top: 3px;
}
.featureIcon {
  padding: 2px;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 24px;
  font-size: 20px;
  color: #00325b;
  border: 2px solid #00325b;
  border-radius: 4px;
}
.card-deck {
  margin-left: 0;
}
.card-deck .card {
  margin-right: 10px;
  margin-left: 0;
  margin-bottom: 10px;
}
.card-deck-disabled .card {
  background-color: #f5f5f5;
  opacity: 0.4;
}
.card-category {
  margin-bottom: 15px;
}
#contact {
  background-color: #00325b;
  color: white;
  padding-top: 50px;
  padding-bottom: 50px;
}
#contact #address {
  font-size: 0.8em;
  padding: 40px 40px 40px 100px;
  float: left;
}
@media only screen and (max-width: 992px) {
  #contact #address {
    padding-left: 0;
  }
}
#footer {
  background-color: #002b4f;
  color: white;
  font-size: 0.8em;
}
@media only screen and (max-width: 992px) {
  #footer {
    text-align: center;
  }
}
#footer span {
  display: block;
}
#footer .copyright {
  float: left;
}
@media only screen and (max-width: 992px) {
  #footer .copyright {
    float: none;
    display: block;
    width: 100%;
    text-align: center;
  }
}
#footer .social-block {
  float: right;
}
@media only screen and (max-width: 992px) {
  #footer .social-block {
    float: none;
    display: inline-block;
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
}
#footer .social-block .social {
  padding-right: 20px;
  display: inline-block;
}
.breadc {
  width: 100%;
  margin-bottom: 20px;
  display: inline-block;
  /*box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);*/
  overflow: hidden;
  border-radius: 5px;
  list-style: none;
  /* margin-left: -40px;*/
  padding-left: 0;
}
@media only screen and (max-width: 992px) {
  .breadc {
    margin-left: 0;
  }
}
.breadc a {
  font-weight: bold;
}
.breadc > * {
  text-decoration: none;
  outline: none;
  display: block;
  float: left;
  font-size: 12px;
  line-height: 36px;
  color: black;
  /*need more margin on the left of links to accomodate the numbers*/
  padding: 0 10px 0 30px;
  background: white;
  position: relative;
  transition: all 0.5s;
}
.breadc > * div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*since the first link does not have a triangle before it we can reduce the left padding to make it look consistent with other links*/
.breadc > *:first-child {
  padding-left: 10px;
  border-radius: 2px 0 0 2px;
  /*to match with the parent's radius*/
}
.breadc > *:first-child i {
  vertical-align: sub;
}
.breadc > *:last-child {
  border-radius: 0 5px 5px 0;
  /*this was to prevent glitches on hover*/
  padding-right: 20px;
  padding-right: 8px;
}
/*hover/active styles*/
.breadc li.active,
.breadc li:hover {
  background: #6c757d;
}
.breadc li.active a,
.breadc li:hover a {
  text-decoration: none;
  color: white;
}
.breadc li.active:after,
.breadc li:hover:after {
  background: #6c757d;
}
/*adding the arrows for the myBreadcrumbs using rotated pseudo elements*/
.breadc > *:after {
  content: '';
  position: absolute;
  top: 0;
  right: -18px;
  /*half of square's length*/
  /*same dimension as the line-height of .myBreadcrumb a */
  width: 36px;
  height: 36px;
  /*as you see the rotated square takes a larger height. which makes it tough to position it properly. So we are going to scale it down so that the diagonals become equal to the line-height of the link. We scale it to 70.7% because if square's:
  length = 1; diagonal = (1^2 + 1^2)^0.5 = 1.414 (pythagoras theorem)
  if diagonal required = 1; length = 1/1.414 = 0.707*/
  transform: scale(0.707) rotate(45deg);
  -ms-transform: scale(0.707) rotate(45deg);
  /*we need to prevent the arrows from getting buried under the next link*/
  z-index: 1;
  /*background same as links but the gradient will be rotated to compensate with the transform applied*/
  background: white;
  /*stylish arrow design using box shadow*/
  box-shadow: 2px -2px 0 2px rgba(0, 0, 0, 0.4), 3px -3px 0 2px rgba(255, 255, 255, 0.1);
  /*
      5px - for rounded arrows and
      50px - to prevent hover glitches on the border created using shadows*/
  border-radius: 0 5px 0 50px;
  transition: all 0.5s;
}
/*we dont need an arrow after the last link*/
.breadc > *:last-child:after {
  content: none;
}
/*we will use the :before element to show numbers*/
.breadc > *:before {
  /*some styles now*/
  border-radius: 100%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin: 8px 0;
  position: absolute;
  top: 0;
  left: 30px;
  background: white;
  background: linear-gradient(#444, #222);
  font-weight: bold;
  box-shadow: 0 0 0 1px #ccc;
}
.breadc > *:nth-child(n+2) {
  display: none;
}
@media (max-width: 767px) {
  .breadc > *:nth-last-child(-n+4) {
    display: block;
  }
  .breadc > * div {
    max-width: 100px;
  }
}
@media (min-width: 768px) {
  .breadc > *:nth-last-child(-n+6) {
    display: block;
  }
  .breadc > * div {
    max-width: 175px;
  }
}
.btn-orange {
  background-color: #ee7c22;
  border-color: #ee7c22;
  color: #fff !important;
}
.btn-orange:hover,
.btn-orange:focus {
  background-color: #ee7c22;
  border-color: #ee7c22;
  color: #000 !important;
}
.btn-orange:active,
.btn-orange.active,
.show > .btn-orange.dropdown-toggle {
  background-color: #ee7c22;
  border-color: #ee7c22;
  color: #000 !important;
}
.btn-orange:disabled,
.btn-orange.disabled {
  background-color: #ee7c22;
  border-color: #ee7c22;
  color: #fff;
  opacity: 0.65 !important;
}
.btn-cdw {
  color: #ee7c22;
  background-color: #00325b;
  /*border: 1px solid rgba(0,0,0,.125);*/
  border-color: white;
  cursor: pointer;
}
.btn-cdw a {
  color: #ee7c22 !important;
}
.btn-cdw a:hover {
  color: black !important;
}
.btn-cdw:hover {
  background-color: #ee7c22;
  color: black;
}
.btn-cdw:hover a {
  color: black !important;
}
.btn-cdw-light {
  color: white;
  background-color: #047bb2;
  /*border: 1px solid rgba(0,0,0,.125);*/
  border-color: white;
  cursor: pointer;
}
.btn-cdw-light:hover {
  background-color: #ee7c22;
  color: #00325b;
}
.bg-cdw {
  background-color: #ee7c22;
  color: white;
}
.text-cdw {
  color: #ee7c22;
}
.text-cdw {
  color: #ee7c22;
}
.card-header .bg-cdw .nav-link {
  color: white;
}
.autoComplete_wrapper {
  width: 90%;
  position: relative;
  display: inline-block;
}
.autoComplete_wrapper > input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.autoComplete_wrapper > input::selection {
  background-color: rgba(255, 122, 122, 0.15);
}
.autoComplete_wrapper > input:hover {
  color: rgba(255, 122, 122, 0.8);
  transition: all 0.3s ease;
  -webkit-transition: all -webkit-transform 0.3s ease;
}
.autoComplete_wrapper > input:focus {
  color: #ff7a7a;
  border: 0.06rem solid rgba(255, 122, 122, 0.8);
}
.autoComplete_wrapper > ul {
  position: absolute;
  max-height: 450px;
  overflow-y: scroll;
  box-sizing: border-box;
  left: 0;
  right: 0;
  margin: 0.5rem 0 0 0;
  padding: 0;
  z-index: 1;
  list-style: none;
  border-radius: 0.6rem;
  background-color: #fff;
  border: 1px solid rgba(33, 33, 33, 0.07);
  box-shadow: 0 3px 6px rgba(149, 157, 165, 0.15);
  outline: 0;
  transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -webkit-transition: opacity 0.15s ease-in-out;
}
.autoComplete_wrapper > ul:empty,
.autoComplete_wrapper > ul[hidden] {
  display: block;
  opacity: 0;
  transform: scale(0);
}
.autoComplete_wrapper > ul > li {
  margin: 0.3rem;
  padding: 0.3rem 0.5rem;
  text-align: left;
  font-size: 1rem;
  color: #212121;
  border-radius: 0.35rem;
  background-color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.2s ease;
}
.autoComplete_wrapper > ul > li mark {
  background-color: transparent;
  color: #ff7a7a;
  font-weight: 700;
}
.autoComplete_wrapper > ul > li:hover {
  cursor: pointer;
  background-color: rgba(255, 122, 122, 0.15);
}
.autoComplete_wrapper > ul > li[aria-selected=true] {
  background-color: rgba(255, 122, 122, 0.15);
}
.ajax-spinner {
  position: fixed;
  inset: 0;
  z-index: 2000;
}
.ajax-spinner__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
}
.ajax-spinner__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 12px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}
.ajax-spinner__text {
  font-size: 14px;
  color: #333;
}
/*# sourceMappingURL=style.css.map */