/* Odstranění tlačítka Back To Top z Joomly (v šabloně je 2.) */
div .itemBackToTop{
display: none;
}

.itemFullText a{
  color: #e6007e;
}

.button{
  padding: 2px 20px;
  background-color: black;
  color: white;
  border-radius:10px;
  margin: 1.2em;
}

/* Formátování seznamu produktů */
.sprocket-strips-p-block div div a.readon{
  display:none;
}

.cols-4 .sprocket-strips-p-block{
  height: 400px;
  text-align: center;
}

.sprocket-strips-p-block{
  vertical-align: middle;
}

.sprocket-strips-p-item img{
  height: 286px;
  width: auto;
  float: none;
}

.sprocket-strips-p-title a{
  color: black;
  text-transform: uppercase;
  font-size: 0.8em;
}

.sprocket-strips-p-block{
  margin-bottom: 40px;
}

/* tabulka kde koupit */
.kde-koupit-tabulka tr:nth-child(even) {
  background: #ffe6f4;
}

.kde-koupit-tabulka td{
  width: auto !important;
}

h5{
  color: #e6007e;
}
/* formátování galerie */
/* odstranění watermarku v galerii */
#image_gallery_hozizontal_bar_main div[style^=color]{
  display:none !important;
}

/* šipky černou barvou */
.jssord05l, .jssord05r, .jssord05ldn, .jssord05rdn{
  background-image: url(/images/produkty/d19-removebg-preview.png) !important;
}

/* seznam s číslováním v růžové */
/*.cisteni-seznam ol{
  list-style-position: inside;
  color: white;
}

.cisteni-seznam ol li{
  background-image: url('/images/petosan-kruh.png');
  background-repeat: no-repeat;
  background-size:1.25em;
  background-position: 2px 2px;
  padding-left: 7px;
}*/
.cisteni-seznam li{
   counter-increment: step-counter;
}

@media(min-width:992px){
  .cisteni-seznam-span{
    position: absolute;
  }
}

.cisteni-seznam li::before{
  content: counter(step-counter);
    margin-right: 5px;
    background-image: url('/images/petosan-kruh.png');
  background-size:1.25em;
  background-repeat: no-repeat;
   background-position: 3px 5px;
    color: white;
    padding: 3px 8px;
}


.cisteni-seznam ul{  
    margin-left: 0;
    padding-right: 0;
    list-style-type: none;
  list-style-position: outside;
  margin-bottom: 2.5em;
}

.cisteni-seznam-span{
  
}

/* Jak čistit - formátování videí */
.jak-cistit-videa ul li{
list-style: none;
margin: 20px;
width: 45%;
}

.jak-cistit-videa ul{
display: flex;
}

@media (max-width: 991px){
  .jak-cistit-videa ul{
    display: initial;
  }
  .jak-cistit-videa ul li{
    width: initial;
  }
  .jak-cistit-videa iframe{
    max-width: 100%;
  }
}

/* Podtržení odkazů v patičce */
.paticka a{
text-decoration:underline;
}

/* Formátování filtru kategorií */

.filtrovani ul li{
  list-style: none;
  display: inline-block;
  height: 500px;
}

body.item-137 .filtrovani > ul > li {
  display: inline;
}

.filtrovani .moduleItemTitle{
  display: block;
  color: black;
  text-transform: uppercase;
  font-size: 1.5em;
  text-align: center;
}

@media(min-width: 768px){ .filtrovani ul{
  column-count: 3;
}
}

.filtrovani .moduleItemImage{
  padding:20%;
}

.filtrovani .clearList{
  display: none;
}

@media (max-width: 575px){
  .jak-cistit-banner div:last-child{
    display: none;
  }
  .jak-cistit-banner div:first-child{
    max-width: 80% !important;
  }
}