h1:contains("Konfigurace materiálu") {
  display: none !important;
}
.p .dkLabCountdownWrapper {
  display: block;
  position: absolute;
  bottom: -40px;
}
@media (min-width: 768px) {
.dkLabCountdownWrapper:before {
  content: "";
  position: absolute;
  left: 11px;
  top: 50%;
  width: 24px; /* Přizpůsobte podle potřeby */
  height: 24px; /* Přizpůsobte podle potřeby */
  background-image: url('/user/documents/upload/discount.png');
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
}

.dkLabCountdownActionText {
font-size: 110%;
font-weight: bold;
}

.dkLabCountdownContainer .dkLabCountdownTimer .dkLabCountdownPartValue {
font-weight: 700;
font-size: 110%;
}
@media (min-width: 768px) {
    body.template-11 .p-info-wrapper .dkLabCountdownWrapper {
        text-align: center;
    }
}
.flag.flag-discount {
    background-color: #b7014c;
}
.p-image-wrapper .flags-extra {
    z-index: 1;
    right: 16px;
    top: 16px;      /* Přidá horní odsazení */
    bottom: auto;   /* Zruší spodní odsazení */
}
.flag.flag-discount {
font-size: 12px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 0;
    width: 70px;
        height: 70px;
        border-radius: 50%;
}

