/* Tabulky a základní styly */
table.zbozi_tabulka tr.zbozi_sklad td,
table.zbozi_tabulka.mnozstevnislevy > thead tr td {
  font-weight: bold;
}
table.zbozi_priplatky,
table.vyber_parametru {
  width: 100% !important;
  margin-bottom: 15px;
}
table.zbozi_priplatky td,
table.zbozi_priplatky select {
  width: 100%;
}
table.zbozi_priplatky select,
table.zbozi_priplatky input[type="checkbox"] {
  border-radius: 2px;
  border: 1px solid #c5c5c5;
  padding: 4px 8px;
  background: #f0f8ff;
}
table.vyber_parametru td[colspan="2"],
table.vyber_parametru textarea {
  width: 100% !important;
  display: block;
  box-sizing: border-box;
}
table.vyber_parametru textarea {
  margin: 0 auto 10px auto;
}
table.mnozstevnislevy {
  background: #f8f8f8;
}
#detail_zbozi > div.detail_flex > div.detail_right > table.zbozi_tabulka.mnozstevnislevy > thead tr td {
  text-align: center;
  color: #14405b;
  font-weight: bold;
}

/* Připlatky */
div.priplatky_popis,
div.priplatky_popis p {
  margin: 0;
  padding: 0;
}
div.priplatky_popis {
  margin-bottom: 15px;
}

/* Obrázky a loga */
div.paticka_modul_comgate_loga img {max-width: 60%;}
div.comgate {text-align: center; padding: 15px;}
div.comgate img {width: 400px; max-width: 80%;}
div.zbozi_koupene img {max-height: 120px;}
div.polozka_prikoupit_foto {height: 60px;}
div.polozka_prikoupit_foto img {max-height: 60px;}

/* Odkazy */
div.polozka_odkaz a {color: #fff; text-decoration: none;}
div.polozka_odkaz a:hover {text-decoration: underline;}
a.kosik_doporucujeme_zprava {
  color: #14405b;
  background: #f5faff;
  border: 1px solid #c5c5c5;
}
a[href*="sekce=kosik"] {
  display: block;
  background: #3EB12F;
  color: #fff;
  padding: 12px 16px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 12px;
  margin: 20px auto;
  width: fit-content;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border 0.2s;
}

/* Checkboxy */
input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

/* Přikoupit */
div.polozka_prikoupit_nazev {height: 50px;}
div.polozka_prikoupit_nazev a {font-size: 12px;}
div.polozka_prikoupit a.vice_polozek {font-weight: bold;}

/* Info ikonka */
td.nazev_priplatku_info i:before {
  display: inline-block;
  width: 15px; height: 15px;
  content: '';
  background: url("https://eshop.klicovyservis.cz/_obchody/748.shop5.cz/soubory/css/info.png") no-repeat;
  background-size: 15px 15px;
}
td.nazev_priplatku_info {font-size: 15px;}
@media (max-width: 600px) {
  td.nazev_priplatku_info {font-size: 13px;}
}

/* Filtrace */
div.zobrazit_filtraci::before {
  display: inline-block;
  height: 25px; width: 25px;
  background: url("https://eshop.klicovyservis.cz/_obchody/748.shop5.cz/soubory/css/equalizer.png") no-repeat;
  background-size: 25px 25px;
  content: "";
}
@media (min-width: 1000px) {
  div.zobrazit_filtraci {display: flex;}
}
@media (max-width: 999px) {
  div.zobrazit_filtraci {justify-content: center;}
}

/* Tlačítka počet */
div.tlacitka-pocet {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-right: 10px;
}
div.tlacitka-pocet input {
  margin: 0;
  height: 34px !important;
  box-sizing: border-box;
}
div.tlacitka-pocet input.zmenit_pocet_minus {border-right: 0; font-size: 20px;}
div.tlacitka-pocet input.zmenit_pocet_plus {border-left: 0; font-size: 18px;}
div.tlacitka-pocet input.button_konverzni {height: auto !important;}
@media (max-width: 600px) {
  div.tlacitka-pocet {
    justify-content: center;
    align-items: center;
    margin-right: 0;
    width: auto;
  }
}

/* Formuláře */
form.form_polozka input#pocet,
div#detail_zbozi .submit {margin: 0;}
div#detail_zbozi .submit {height: 40px;}
@media (max-width: 999px) {
  div#detail_zbozi form.form_polozka input.submit {
    width: auto;
    margin: 0;
  }
}
@media (max-width: 800px) {
  div#detail_zbozi form.form_polozka input.submit {
    margin-top: 0;
    width: auto;
  }
}

/* Datum doručení */
div.datum_doruceni {margin-top: 10px;}
.datum_doruceni_odkaz {
  width: 100%;
  display: block;
  text-align: left;
  box-sizing: border-box;
  margin-bottom: 5px;
  text-decoration: underline;
}
@media (max-width: 600px) {
  .datum_doruceni_odkaz {text-align: center; font-size: 0.9em;}
}

/* Dopravy a platby */
/* Dopravy a platby - desktop */
table.dopravy, table.platby {
  border-collapse: separate !important;
  border-spacing: 0 14px !important;
  width: 100%;
}
table.dopravy tr, table.platby tr {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  border-radius: 10px;
  transition: box-shadow 0.2s, border 0.2s;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
table.dopravy tr:hover, table.dopravy tr:focus-within,
table.platby tr:hover, table.platby tr:focus-within {
  box-shadow: 0 4px 16px rgba(20,64,91,0.10);
  border: 1.5px solid #bdbdbd;
}
table.dopravy td, table.platby td {
  border: none !important;
  background: none !important;
  padding: 14px 12px !important;
  vertical-align: middle;
}
.dopravy_img img, .platby_img img {
  max-width: 60px;
  height: auto;
  border-radius: 5px;
  background: #f8f8f8;
  padding: 3px;
}
.dopravy_cena, .platby_cena {
  font-weight: bold;
  color: #14405b;
  font-size: 1em;
  text-align: right;
  white-space: nowrap;
}
.dopravy_cena .bez_dph, .platby_cena .bez_dph {
  font-size: 0.95em;
  color: #888;
}
.doprava_popis, .platba_popis {
  font-size: 1.05em;
  color: #666;
  margin-top: 2px;
}
input[type="radio"].dopravy,
input[type="radio"][name^="obj[platba]"] {
  transform: scale(1.18);
  margin-right: 10px;
  accent-color: #14405b;
}
@media (max-width: 999px) {
  table.dopravy, table.platby {
    border-spacing: 0 !important;
  }
  .dopravy_img, .platby_img {display: none !important;}
  table.dopravy tr, table.dopravy tbody tr,
  table.platby tr, table.platby tbody tr {
    box-shadow: none !important;
    border-radius: 0 !important;
    background: #fff !important;
  }
  table.dopravy td, table.platby td {
    padding: 8px 6px !important;
    background: #fff !important;
    border-bottom: 1px solid #e0e0e0 !important;
  }
  table.dopravy tr:last-child td, table.platby tr:last-child td {
    border-bottom: none !important;
  }
  .dopravy_cena, .platby_cena {font-size: 0.95em;}
  .dopravy_cena .bez_dph, .platby_cena .bez_dph {font-size: 0.90em;}
  .doprava_popis, .platba_popis {font-size: 1.1em;}
}

/* Paticka, bloky, sekce */
div.ramec_top {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  background: #14405b;
}
div.kosik_priplatky_wrap {
  font-size: 0.9em;
  display: flex;
  flex-flow: column;
}
body.sekce_dalsi_informace_32 div.modul_basic h1 {display: none;}
div#bannery-vyhody ul li h2 {
  text-align: center;
  color: #14405b;
  font-weight: bold;
}
@media screen and (max-width:599px){
  div#bannery-vyhody ul li i {font-size: 24px;}
  div#bannery-vyhody ul li h2 {font-size: 20px;}
}

/* Dva bloky */
.dva-bloky {display: flex; gap: 20px;}
.dva-bloky > div {flex: 1 1 0;}
@media (max-width: 800px) {
  .dva-bloky {flex-direction: column; gap: 10px;}
}

/* SEO fráze */
.seo_fraze_zbozi {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  font-size: 16px;
}
.seo_fraze_zbozi h2 {
  color: #14405b;
  font-size: 16px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.seo_fraze_zbozi a {
  color: #e67e22;
  font-size: 16px;
  text-decoration: underline;
  font-weight: bold;
  margin: 0;
  padding: 0;
  transition: color 0.2s;
}

/* Info bloky */
.homepage-info-bloky {margin: 24px 0 40px 0; gap: 24px;}
.info-blok {
  background: #f5f8fa;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  padding: 16px 18px 12px 18px;
  text-align: left;
  display: flex;
  flex-direction: column;
  min-height: 130px;
}
.info-blok h3 {
  margin: 0 0 8px 0;
  font-size: 20px;
  color: #14405b;
  font-weight: bold;
}
.info-blok h3 a {color: #14405b; text-decoration: none; transition: color 0.2s;}
.info-blok h3 a:hover {color: #5bc0f7;}
.info-blok p {margin: 0 0 8px 0; font-size: 15px; color: #333;}
.info-tlacitko {
  display: inline-block;
  background: #14405b;
  color: #fff;
  padding: 4px 12px;
  border-radius: 3px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: background 0.2s;
  min-width: 70px;
  text-align: center;
  margin: 0 auto 4px auto;
}
.info-tlacitko:hover {background: #5bc0f7;}
@media (max-width: 800px) {
  .homepage-info-bloky {flex-direction: column; gap: 14px; margin-bottom: 0;}
  .info-blok {min-height: unset; padding: 12px 8px 8px 8px;}
  .info-blok h3 {font-size: 18px;}
  .info-blok p {font-size: 14px;}
  .info-tlacitko {min-width: 0; width: 100%; padding: 8px 0; font-size: 14px; margin: 0 0 4px 0;}
  .homepage-info-bloky .info-blok:first-child {margin-top: 24px;}
  .homepage-info-bloky .info-blok:last-child {margin-bottom: 32px;}
}

/* Blog sekce */
.blog-section {
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 1rem;
}
.main-title {
  color: #14405b;
  font-size: 2.2rem;
  margin-bottom: 2.5rem;
  text-align: center;
}
.blog-list {display: flex; flex-direction: column; gap: 2.5rem;}
.blog-block {
  width: 100%;
  background: #f8f8f8;
  border-radius: 12px;
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  box-sizing: border-box;
  box-shadow: 0 2px 12px rgba(20,64,91,0.07);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.blog-heading {
  color: #14405b;
  font-size: 1.5rem;
  margin: 0 0 0.7rem 0;
  text-align: center;
}
.blog-desc {
  color: #555;
  font-size: 1.08rem;
  margin: 0 0 1.2rem 0;
  text-align: center;
}
.blog-image-frame {
  width: 100%;
  max-width: 700px;
  aspect-ratio: 16 / 9;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 24px rgba(20,64,91,0.13);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 700px) {
  .blog-section {padding: 1.2rem 0.3rem;}
  .blog-block {padding: 1.2rem 0.5rem 1rem 0.5rem;}
  .blog-image-frame {max-width: 100%;}
  .main-title {font-size: 1.4rem;}
  .blog-heading {font-size: 1.1rem;}
}

/* Heureka recenze */
.ramec_heureka_recenze {margin-bottom: 10px !important;}
.ramec_heureka_recenze .ramec_body {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  max-width: 500px;
  margin: 10px auto;
  font-family: 'Segoe UI', Arial, sans-serif;
  text-align: center;
}
.ramec_heureka_recenze .heureka_wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
}
.ramec_heureka_recenze .heureka_recenze {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 14px 0 10px 0;
  text-align: left;
  width: 100%;
  max-width: 100%;
  border-bottom: 1px solid #e0e0e0;
}
.ramec_heureka_recenze .heureka_recenze:last-child {border-bottom: none;}
.ramec_heureka_recenze .heureka_recenze > span {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #888;
  margin-bottom: 6px;
  gap: 10px;
}
.ramec_heureka_recenze .heureka_plus,
.ramec_heureka_recenze .heureka_celkem {
  font-size: 15px;
  color: #14405b;
  margin: 0;
  font-weight: 500;
  line-height: 1.4;
}
.ramec_heureka_recenze .ramec_body > a {
  display: inline-block;
  margin: 18px auto 0 auto;
  color: #fff;
  background: #14405b;
  padding: 5px 16px;
  border-radius: 2px;
  text-decoration: none;
  font-weight: normal;
  font-size: 15px;
  transition: background 0.2s;
  text-align: center;
}
.ramec_heureka_recenze .ramec_body > a:hover {background: #1e5a7a;}
@media (max-width: 600px) {
  .ramec_heureka_recenze .ramec_body {max-width: 98vw; margin: 8px auto;}
  .ramec_heureka_recenze .heureka_recenze {max-width: 100%; min-width: 0; padding: 10px 0 8px 0;}
  .ramec_heureka_recenze .ramec_body > a {width: 100%; font-size: 14px; padding: 8px 0;}
}

/* Další úpravy */
[id] {scroll-margin-top: 200px;}

/* Společné styly pro info_nahrat_prilohy (oranžová barva, menší písmo) */
.info_nahrat_prilohy h2 {
  font-size: 16px;
  color: #e67e22;
  text-align: left; /* výchozí zarovnání vlevo */
}

/* Mobil a tablet: zobrazit mobilní banner, skrýt slider */
@media (max-width: 999px) {
  #shop5_slider {display: none !important;}
  #mobilni_banner {display: block !important;}
}

/* Pouze mobil: zarovnat info_nahrat_prilohy na střed */
@media (max-width: 600px) {
  h2 {line-height: 1.2; margin-top: 8px; margin-bottom: 12px;}
  .kategorie_nejprodavanejsi h2 {font-size: 18px !important;}
  .info_nahrat_prilohy h2 {text-align: center;}
  table.vyber_parametru {width: 100% !important;}
  table.vyber_parametru td[colspan="2"] {width: 100% !important; display: block;}
  table.vyber_parametru textarea {width: 100% !important;}
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  src: url('webfonts/fa-solid-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
div#kosik_prehled {
  background: #fff !important;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  margin-top: 5px;
}
.zbozi_dopravy_doruceni {
  width: 100%;
}
.zbozi_dopravy_doruceni td:first-child {
  text-align: left;
  width: 50%;
}
.zbozi_dopravy_doruceni td:last-child {
  text-align: right;
  width: 50%;
}
.zbozi_dopravy_doruceni td {
  color: #14405b;
}
@media (max-width: 999px) {
  .flex-bloky {
    justify-content: center !important;
    text-align: center;
  }
  .flex-bloky > * {
    margin-right: 0 !important;
  }
}
@media (min-width: 400px) and (max-width: 999px) {
  .flex-bloky > * {
    font-size: 17px !important;
    padding: 8px 20px !important;
  }
  .flex-bloky a,
  .flex-bloky span {
    font-size: 17px !important;
  }
}
a {
  text-decoration: underline;
  text-decoration-thickness: 1px;    /* tenká čára podtržení */
  text-underline-offset: 2px;        /* vzdálenost podtržení od textu */
  text-decoration-color: #000000;    /* černá barva podtržení */
}
.html_parametr_8867 {
  display: flex;
  align-items: center;
  background: #fff8f0;
  font-size: 14px;
  color: #14405b;
  text-decoration: none;
  padding: 8px 16px;         
  margin: 4px 0;
  line-height: 1.2;       
  min-height: 0;         
}
