
#tags_block_left {
    background: #f8f8f8 !important;
	padding: 1rem;
}
#left-column #tags_block_left .h4 {
  margin: 0 0 0.5rem 0 !important;
}
@media (max-width: 767px) {
#tags_block_left {
	padding: 1rem 0;
}
}
#tags_block_left li {
  display: inline;
  margin: 0 1.9rem 0.1rem 0;
}
#tags_block_left li a {
	/*color: #000;*/
	line-height: 1.8rem;
  text-decoration: underline;
    transition: all 0.25s ease-in-out;
}
#tags_block_left li a:hover {
	color: #ff6a00;
	text-decoration: underline;
	font-size: 105%;
}
.size-0 {
    font-size: 1rem; /* Velikost pro 0 produktů */
}

.size-1 {
    font-size: 1.3rem; /* Velikost pro 1 produkt */
}

.size-2 {
    font-size: 1.4rem; /* Velikost pro 2 produkty */
}

.size-3 {
    font-size: 1.5rem; /* Velikost pro 3 produkty */
}

.size-4 {
    font-size: 1.75rem; /* Velikost pro 4 produkty */
}

.size-5 {
    font-size: 1.85rem; /* Velikost pro 5 produktů */
}

.size-6 {
    font-size: 1.9rem; /* Velikost pro 6 produktů */
}

.size-7 {
    font-size: 2rem; /* Velikost pro 7 produktů a více */
}

.size-8 {
    font-size: 2rem; /* Velikost pro 8 produktů a více */
}
.tag_level1 { font-size: 0.96rem; font-weight:100; }
.tag_level2 { font-size: 1.2rem; font-weight:300; }
.tag_level3 { font-size: 1.36rem; font-weight:400; }
.tag_level4 { font-size: 1.5rem; font-weight:500; }
.tag_level5 { font-size: 1.7rem; font-weight:400; }

.tag_level1 a { color: #46d133; }
.tag_level2 a { color: #3db82d; }
.tag_level3 a { color: #35a027; }
.tag_level4 a { color: #2c8721; }
.tag_level5 a { color: #246f1b; }

#module-pp_tagcloud-list h1 {
  color: #009036;
  font-size: 1.5rem;
  margin-top: 0.7rem;
}
#module-pp_tagcloud-list .tag-short-description {
  color: #000;
  font-size: 0.8rem;
  margin-bottom: 2.0rem;
}
#module-pp_tagcloud-list .tag-short-description p {
	color: #000;
}