.dkLabCountdownWrapper {
  position: absolute;
  bottom: 0px;
  text-align: center;
  border-radius: var(--dklab-countdown-radius);
}
.dkLabCountdownWrapper.dkLabCountdownInBox {
  padding: 4px 9px;
  color: var(--dklab-countdown-category-text-color);
  background-image: linear-gradient(var(--dklab-countdown-background-upper-color), var(--dklab-countdown-background-lower-color));
}
.dkLabCountdownWrapper.dkLabCountdownText {
  padding: 4px 9px;
  line-height: 1.2;
  width: 100%;
  color: var(--dklab-countdown-category-text-color);
  background-image: linear-gradient(var(--dklab-countdown-background-upper-color), var(--dklab-countdown-background-lower-color));
}
.dkLabCountdownWrapper.dkLabCountdownModern {
  color: black;
}
.dkLabCountdownWrapper.dkLabCountdownModern span.dkLabCountdownTimer {
  display: flex;
  justify-content: center;
}
.dkLabCountdownWrapper.dkLabCountdownModern span.dkLabCountdownTimer > span {
  margin: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.dkLabCountdownWrapper.dkLabCountdownModern span.dkLabCountdownPartValue {
  color: var(--dklab-countdown-category-text-color);
  background-image: linear-gradient(var(--dklab-countdown-background-upper-color), var(--dklab-countdown-background-lower-color));
  font-weight: 700;
  padding: 2px 6px;
  min-width: 24px;
}
.dkLabCountdownWrapper.dkLabCountdownModern span.dkLabCountdownPartText {
  font-size: 80%;
}
body.type-detail .dkLabCountdownWrapper.dkLabCountdownInBox {
  color: var(--dklab-countdown-detail-text-color);
  background-image: linear-gradient(var(--dklab-countdown-background-upper-color-detail), var(--dklab-countdown-background-lower-color-detail));
}
body.type-detail .dkLabCountdownWrapper.dkLabCountdownText {
  color: var(--dklab-countdown-detail-text-color);
  background-image: linear-gradient(var(--dklab-countdown-background-upper-color-detail), var(--dklab-countdown-background-lower-color-detail));
}
body.type-detail .dkLabCountdownWrapper.dkLabCountdownModern span.dkLabCountdownPartValue {
  color: var(--dklab-countdown-detail-text-color);
  background-image: linear-gradient(var(--dklab-countdown-background-upper-color-detail), var(--dklab-countdown-background-lower-color-detail));
}
.dkLabCountdownActionText {
  display: block;
  font-size: 80%;
}
.dkLabCountdownWrapper.dkLabCountdownCenter {
  left: 50%;
  transform: translate(-50%, 0px);
}
.dkLabCountdownWrapper.dkLabCountdownLeft {
  left: 0px;
}
.dkLabCountdownWrapper.dkLabCountdownRight {
  right: 0px;
}
span.dkLabCountdownTimer > span {
  margin: 0px 2px;
}
span.dkLabCountdownTimer > span > span {
  margin: 0px 1px;
}
.dkLabCountdownWrapper.dkLabCountdownCenter.dkLabCountdownText {
  left: 0px;
  transform: none;
}
span.dkLabCountdownWrapper.dkLabCountdownText.dkLabCountdownLeft {
  text-align: left;
}
span.dkLabCountdownWrapper.dkLabCountdownText.dkLabCountdownLeft .dkLabCountdownTimer {
  margin-left: -2px;
}
span.dkLabCountdownWrapper.dkLabCountdownText.dkLabCountdownRight {
  text-align: right;
}
span.dkLabCountdownWrapper.dkLabCountdownText.dkLabCountdownRight .dkLabCountdownTimer {
  margin-right: -2px;
}
.dkLabCountdownTimer .dkLabCountdownNotVisible {
  display: none !important;
}
.p-image-wrapper .dkLabCountdownWrapper {
  z-index: 1;
  top: -10px;
  left: 50%;
  transform: translate(-50%, 0px);
  bottom: auto;
}
.dkLabCountdownActionDates {
  font-size: 70%;
}
.dkLabCountdownWrapper.dkLabCountdownInBox .dkLabCountdownActionDates,
.dkLabCountdownWrapper.dkLabCountdownText .dkLabCountdownActionDates {
  display: block;
  position: absolute;
  color: black;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 2px);
  white-space: nowrap;
}
.dkLabCountdownWrapper.dkLabCountdownBeforeBasket {
  margin-bottom: 15px;
}
.dkLabCountdownWrapper.dkLabCountdownAfterBasket {
  margin: 20px 0px;
}
.dkLabCountdownWrapper.dkLabCountdownInBox.dkLabCountdownBeforeBasket .dkLabCountdownActionDates,
.dkLabCountdownWrapper.dkLabCountdownText.dkLabCountdownBeforeBasket .dkLabCountdownActionDates,
.dkLabCountdownWrapper.dkLabCountdownInBox.dkLabCountdownAfterBasket .dkLabCountdownActionDates,
.dkLabCountdownWrapper.dkLabCountdownText.dkLabCountdownAfterBasket .dkLabCountdownActionDates {
  left: 9px;
  transform: none;
}
.dkLabCountdownWrapper.dkLabCountdownInBox.dkLabCountdownBeforeBasket.hasActionDates,
.dkLabCountdownWrapper.dkLabCountdownText.dkLabCountdownBeforeBasket.hasActionDates {
  margin-bottom: 30px;
}
.dkLabCountdownWrapper.dkLabCountdownInBox.dkLabCountdownAfterBasket.hasActionDates,
.dkLabCountdownWrapper.dkLabCountdownText.dkLabCountdownAfterBasket.hasActionDates {
  margin-bottom: 30px;
}
.dkLabCountdownWrapper.dkLabCountdownInBox.dkLabCountdownBeforeBasket,
.dkLabCountdownWrapper.dkLabCountdownInBox.dkLabCountdownAfterBasket {
  display: inline-block;
}
.dkLabCountdownWrapper.dkLabCountdownInBox.dkLabCountdownBeforeBasket .dkLabCountdownTimer,
.dkLabCountdownWrapper.dkLabCountdownInBox.dkLabCountdownAfterBasket .dkLabCountdownTimer,
.dkLabCountdownWrapper.dkLabCountdownText.dkLabCountdownBeforeBasket .dkLabCountdownTimer,
.dkLabCountdownWrapper.dkLabCountdownText.dkLabCountdownAfterBasket .dkLabCountdownTimer {
  margin-left: -2px;
}
.product .dkLabCountdownWrapper {
  opacity: 1;
  transition: opacity 350ms;
}
.dkLabCountdownHideOnHover .product:hover .dkLabCountdownWrapper {
  opacity: 0;
}
.dkLabCountdownWrapper.dkLabCountdownModern .dkLabCountdownActionText,
.dkLabCountdownWrapper.dkLabCountdownModern .dkLabCountdownPartText {
  text-shadow: 0px 0px 8px white;
}
.flags-default .price-standard,
.flags-default .price-save {
  color: white;
}
@media (min-width: 768px) {
  .dkLabCountdownWrapper.dkLabCountdownModern span.dkLabCountdownTimer {
    justify-content: flex-start;
  }
}
/* Telefon - dva sloupce */
@media (min-width: 321px) and (max-width: 767px) {
  body.columns-mobile-2:not(.template-13) .product .dkLabCountdownWrapper.dkLabCountdownModern {
    bottom: -20px;
  }
}
@media (min-width: 321px) and (max-width: 767px) {
  body.columns-mobile-2:not(.template-13) .product .dkLabCountdownWrapper {
    bottom: -15px;
  }
}
@media (min-width: 321px) and (max-width: 767px) {
  body.columns-mobile-2.template-13 .product .dkLabCountdownWrapper.dkLabCountdownModern {
    bottom: -10px;
  }
}
@media (min-width: 321px) and (max-width: 767px) {
  body.columns-mobile-2.template-13 .product .dkLabCountdownWrapper {
    bottom: -5px;
  }
}
/* Telefon - dva sloupce */
@media (max-width: 767px) {
  .dkLabCountdownWrapper.dkLabCountdownText,
  .dkLabCountdownWrapper.dkLabCountdownInBox {
    padding: 2px 8px;
    line-height: 1.1;
    font-size: 85%;
  }
  .dkLabCountdownWrapper.dkLabCountdownModern {
    line-height: 1.1;
    font-size: 85%;
  }
}
#carousel .dkLabCountdownWrapper.dkLabCountdownCarouselMiddleLeft,
#carousel-banner .dkLabCountdownWrapper.dkLabCountdownCarouselMiddleLeft,
.carousel-banners .dkLabCountdownWrapper.dkLabCountdownCarouselMiddleLeft {
  top: 50%;
  left: 3vw;
  bottom: auto;
  transform: translate(0px, -50%);
}
#carousel .dkLabCountdownWrapper.dkLabCountdownCarouselMiddleCenter,
#carousel-banner .dkLabCountdownWrapper.dkLabCountdownCarouselMiddleCenter,
.carousel-banners .dkLabCountdownWrapper.dkLabCountdownCarouselMiddleCenter {
  top: 50%;
  left: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);
}
#carousel .dkLabCountdownWrapper.dkLabCountdownCarouselMiddleRight,
#carousel-banner .dkLabCountdownWrapper.dkLabCountdownCarouselMiddleRight,
.carousel-banners .dkLabCountdownWrapper.dkLabCountdownCarouselMiddleRight {
  top: 50%;
  right: 3vw;
  bottom: auto;
  transform: translate(0px, -50%);
}
#carousel .dkLabCountdownWrapper.dkLabCountdownCarouselTopLeft,
#carousel-banner .dkLabCountdownWrapper.dkLabCountdownCarouselTopLeft,
.carousel-banners .dkLabCountdownWrapper.dkLabCountdownCarouselTopLeft {
  top: 3vw;
  left: 3vw;
  bottom: auto;
}
#carousel .dkLabCountdownWrapper.dkLabCountdownCarouselTopCenter,
#carousel-banner .dkLabCountdownWrapper.dkLabCountdownCarouselTopCenter,
.carousel-banners .dkLabCountdownWrapper.dkLabCountdownCarouselTopCenter {
  top: 3vw;
  left: 50%;
  bottom: auto;
  transform: translate(-50%, 0px);
}
#carousel .dkLabCountdownWrapper.dkLabCountdownCarouselTopRight,
#carousel-banner .dkLabCountdownWrapper.dkLabCountdownCarouselTopRight,
.carousel-banners .dkLabCountdownWrapper.dkLabCountdownCarouselTopRight {
  top: 3vw;
  right: 3vw;
  bottom: auto;
}
#carousel .dkLabCountdownWrapper.dkLabCountdownCarouselBottomLeft,
#carousel-banner .dkLabCountdownWrapper.dkLabCountdownCarouselBottomLeft,
.carousel-banners .dkLabCountdownWrapper.dkLabCountdownCarouselBottomLeft {
  bottom: 3vw;
  left: 3vw;
}
#carousel .dkLabCountdownWrapper.dkLabCountdownCarouselBottomCenter,
#carousel-banner .dkLabCountdownWrapper.dkLabCountdownCarouselBottomCenter,
.carousel-banners .dkLabCountdownWrapper.dkLabCountdownCarouselBottomCenter {
  bottom: 3vw;
  left: 50%;
  transform: translate(-50%, 0px);
}
#carousel .dkLabCountdownWrapper.dkLabCountdownCarouselBottomRight,
#carousel-banner .dkLabCountdownWrapper.dkLabCountdownCarouselBottomRight,
.carousel-banners .dkLabCountdownWrapper.dkLabCountdownCarouselBottomRight {
  bottom: 3vw;
  right: 3vw;
}
#carousel .dkLabCountdownWrapper.dkLabCountdownInBox,
#carousel-banner .dkLabCountdownWrapper.dkLabCountdownInBox,
.carousel-banners .dkLabCountdownWrapper.dkLabCountdownInBox {
  color: var(--dklab-countdown-carousel-text-color);
  background-color: var(--dklab-countdown-carousel-background-color);
  background-image: none;
}
#carousel .dkLabCountdownWrapper.dkLabCountdownText,
#carousel-banner .dkLabCountdownWrapper.dkLabCountdownText,
.carousel-banners .dkLabCountdownWrapper.dkLabCountdownText {
  color: var(--dklab-countdown-carousel-text-color);
  background-color: var(--dklab-countdown-carousel-background-color);
  background-image: none;
  max-width: calc(100% - 6vw);
}
#carousel .dkLabCountdownWrapper.dkLabCountdownModern span.dkLabCountdownPartValue,
#carousel-banner .dkLabCountdownWrapper.dkLabCountdownModern span.dkLabCountdownPartValue,
.carousel-banners .dkLabCountdownWrapper.dkLabCountdownModern span.dkLabCountdownPartValue {
  color: var(--dklab-countdown-carousel-text-color);
  background-color: var(--dklab-countdown-carousel-background-color);
  background-image: none;
}
#carousel .dkLabCountdownWrapper.dkLabCountdownText.dkLabCountdownCarouselTopLeft,
#carousel .dkLabCountdownWrapper.dkLabCountdownText.dkLabCountdownCarouselMiddleLeft,
#carousel .dkLabCountdownWrapper.dkLabCountdownText.dkLabCountdownCarouselBottomLeft,
#carousel-banner .dkLabCountdownWrapper.dkLabCountdownText.dkLabCountdownCarouselTopLeft,
#carousel-banner .dkLabCountdownWrapper.dkLabCountdownText.dkLabCountdownCarouselMiddleLeft,
#carousel-banner .dkLabCountdownWrapper.dkLabCountdownText.dkLabCountdownCarouselBottomLeft,
.carousel-banners .dkLabCountdownWrapper.dkLabCountdownText.dkLabCountdownCarouselTopLeft,
.carousel-banners .dkLabCountdownWrapper.dkLabCountdownText.dkLabCountdownCarouselMiddleLeft,
.carousel-banners .dkLabCountdownWrapper.dkLabCountdownText.dkLabCountdownCarouselBottomLeft {
  text-align: left;
}
#carousel .dkLabCountdownWrapper.dkLabCountdownText.dkLabCountdownCarouselTopLeft .dkLabCountdownTimer,
#carousel .dkLabCountdownWrapper.dkLabCountdownText.dkLabCountdownCarouselMiddleLeft .dkLabCountdownTimer,
#carousel .dkLabCountdownWrapper.dkLabCountdownText.dkLabCountdownCarouselBottomLeft .dkLabCountdownTimer,
#carousel-banner .dkLabCountdownWrapper.dkLabCountdownText.dkLabCountdownCarouselTopLeft .dkLabCountdownTimer,
#carousel-banner .dkLabCountdownWrapper.dkLabCountdownText.dkLabCountdownCarouselMiddleLeft .dkLabCountdownTimer,
#carousel-banner .dkLabCountdownWrapper.dkLabCountdownText.dkLabCountdownCarouselBottomLeft .dkLabCountdownTimer,
.carousel-banners .dkLabCountdownWrapper.dkLabCountdownText.dkLabCountdownCarouselTopLeft .dkLabCountdownTimer,
.carousel-banners .dkLabCountdownWrapper.dkLabCountdownText.dkLabCountdownCarouselMiddleLeft .dkLabCountdownTimer,
.carousel-banners .dkLabCountdownWrapper.dkLabCountdownText.dkLabCountdownCarouselBottomLeft .dkLabCountdownTimer {
  margin-left: -2px;
}
#carousel .dkLabCountdownWrapper.dkLabCountdownText.dkLabCountdownCarouselTopRight,
#carousel .dkLabCountdownWrapper.dkLabCountdownText.dkLabCountdownCarouselMiddleRight,
#carousel .dkLabCountdownWrapper.dkLabCountdownText.dkLabCountdownCarouselBottomRight,
#carousel-banner .dkLabCountdownWrapper.dkLabCountdownText.dkLabCountdownCarouselTopRight,
#carousel-banner .dkLabCountdownWrapper.dkLabCountdownText.dkLabCountdownCarouselMiddleRight,
#carousel-banner .dkLabCountdownWrapper.dkLabCountdownText.dkLabCountdownCarouselBottomRight,
.carousel-banners .dkLabCountdownWrapper.dkLabCountdownText.dkLabCountdownCarouselTopRight,
.carousel-banners .dkLabCountdownWrapper.dkLabCountdownText.dkLabCountdownCarouselMiddleRight,
.carousel-banners .dkLabCountdownWrapper.dkLabCountdownText.dkLabCountdownCarouselBottomRight {
  text-align: right;
}
#carousel .dkLabCountdownWrapper.dkLabCountdownText.dkLabCountdownCarouselTopRight .dkLabCountdownTimer,
#carousel .dkLabCountdownWrapper.dkLabCountdownText.dkLabCountdownCarouselMiddleRight .dkLabCountdownTimer,
#carousel .dkLabCountdownWrapper.dkLabCountdownText.dkLabCountdownCarouselBottomRight .dkLabCountdownTimer,
#carousel-banner .dkLabCountdownWrapper.dkLabCountdownText.dkLabCountdownCarouselTopRight .dkLabCountdownTimer,
#carousel-banner .dkLabCountdownWrapper.dkLabCountdownText.dkLabCountdownCarouselMiddleRight .dkLabCountdownTimer,
#carousel-banner .dkLabCountdownWrapper.dkLabCountdownText.dkLabCountdownCarouselBottomRight .dkLabCountdownTimer,
.carousel-banners .dkLabCountdownWrapper.dkLabCountdownText.dkLabCountdownCarouselTopRight .dkLabCountdownTimer,
.carousel-banners .dkLabCountdownWrapper.dkLabCountdownText.dkLabCountdownCarouselMiddleRight .dkLabCountdownTimer,
.carousel-banners .dkLabCountdownWrapper.dkLabCountdownText.dkLabCountdownCarouselBottomRight .dkLabCountdownTimer {
  margin-right: -2px;
}
#carousel .dkLabCountdownWrapper.dkLabCountdownModern span.dkLabCountdownTimer,
#carousel-banner .dkLabCountdownWrapper.dkLabCountdownModern span.dkLabCountdownTimer,
.carousel-banners .dkLabCountdownWrapper.dkLabCountdownModern span.dkLabCountdownTimer {
  justify-content: center;
}
#carousel .dkLabCountdownWrapper.dkLabCountdownModern .dkLabCountdownActionText,
#carousel .dkLabCountdownWrapper.dkLabCountdownModern .dkLabCountdownPartText,
#carousel-banner .dkLabCountdownWrapper.dkLabCountdownModern .dkLabCountdownActionText,
#carousel .dkLabCountdownWrapper.dkLabCountdownModern .dkLabCountdownPartText,
.carousel-banners .dkLabCountdownWrapper.dkLabCountdownModern .dkLabCountdownActionText,
#carousel .dkLabCountdownWrapper.dkLabCountdownModern .dkLabCountdownPartText {
  text-shadow: none;
}
@media (min-width: 992px) {
  #carousel .dkLabCountdownWrapper,
  #carousel-banner .dkLabCountdownWrapper,
  .carousel-banners .dkLabCountdownWrapper {
    font-size: 120%;
  }
}
@media (min-width: 1200px) {
  #carousel .dkLabCountdownWrapper,
  #carousel-banner .dkLabCountdownWrapper,
  .carousel-banners .dkLabCountdownWrapper {
    font-size: 140%;
  }
}
@media (min-width: 768px) {
  .dkLabCountdownWrapper.dkLabCountdownModern:not(.dkLabCountdownBeforeBasket):not(.dkLabCountdownAfterBasket) span.dkLabCountdownTimer {
    justify-content: center;
  }
}
.dkLabCountdownWrapper.dkLabCountdownInfoMessage {
  position: inherit;
}
.dkLabShippingCountdown {
  color: var(--dklab-countdown-shipping-color);
  background-color: var(--dklab-countdown-shipping-background-color);
  font-size: 125%;
  padding: 5px 10px;
  display: block;
  margin-top: 10px, 0;
}
.dkLabShippingCountdown.dkLabShippingCountdownBorder {
  border: 2px solid var(--dklab-countdown-shipping-border-color);
}
.dkLabShippingCountdown .dkLabShippingCountdownText .dkLabCountdownContainer {
  font-weight: bold;
}
/* Samba */
body.template-14 .products-block > div .p .image {
  position: relative;
}
body.template-14 .p-data-wrapper .dkLabCountdownWrapper {
  position: relative;
}
body.template-14 .p-data-wrapper .dkLabCountdownWrapper:not(.dkLabCountdownInBox) {
  display: block;
}
@media (min-width: 768px) {
  body.template-14 .p-data-wrapper .dkLabCountdownWrapper {
    text-align: left;
  }
}
/* Disco */
body.template-13 .p-data-wrapper .dkLabCountdownWrapper {
  position: relative;
}
body.template-13 .p-data-wrapper .dkLabCountdownWrapper:not(.dkLabCountdownInBox) {
  display: block;
}
@media (min-width: 768px) {
  body.template-13 .p-data-wrapper .dkLabCountdownWrapper {
    text-align: left;
  }
}
/* Step */
body.template-12 .p-data-wrapper .dkLabCountdownWrapper {
  position: relative;
}
body.template-12 .p-data-wrapper .dkLabCountdownWrapper:not(.dkLabCountdownInBox) {
  display: block;
}
body.template-12 .dkLabCountdownWrapper.dkLabCountdownBeforeBasket:not(.dkLabCountdownText) {
  margin-top: 15px;
}
@media (min-width: 768px) {
  body.template-12 .p-data-wrapper .dkLabCountdownWrapper {
    text-align: left;
  }
  body.template-12 #carousel .dkLabCountdownWrapper.aroundCarouselBanners.dkLabCountdownCarouselBottomLeft,
  body.template-12 #carousel .dkLabCountdownWrapper.aroundCarouselBanners.dkLabCountdownCarouselBottomCenter,
  body.template-12 #carousel .dkLabCountdownWrapper.aroundCarouselBanners.dkLabCountdownCarouselBottomRight {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  body.template-12 #carousel .dkLabCountdownWrapper.aroundCarouselBanners.dkLabCountdownCarouselBottomLeft,
  body.template-12 #carousel .dkLabCountdownWrapper.aroundCarouselBanners.dkLabCountdownCarouselBottomCenter,
  body.template-12 #carousel .dkLabCountdownWrapper.aroundCarouselBanners.dkLabCountdownCarouselBottomRight {
    margin-bottom: 110px;
  }
}
/* Classic */
body.template-11 .p-info-wrapper .dkLabCountdownWrapper {
  position: relative;
}
body.template-11 .p-info-wrapper .dkLabCountdownWrapper:not(.dkLabCountdownInBox) {
  display: block;
}
@media (min-width: 768px) {
  body.template-11 .p-info-wrapper .dkLabCountdownWrapper {
    text-align: left;
  }
}
@media (max-width: 767px) {
  body.template-11 .p-info-wrapper .dkLabCountdownWrapper.dkLabCountdownModern {
    text-align: left;
  }
  body.template-11 .p-info-wrapper .dkLabCountdownWrapper.dkLabCountdownModern span.dkLabCountdownTimer {
    justify-content: flex-start;
    margin-top: 3px;
  }
}
/* Waltz */
body.template-10 .p-info-wrapper .dkLabCountdownWrapper {
  position: relative;
}
body.template-10 .p-info-wrapper .dkLabCountdownWrapper:not(.dkLabCountdownInBox) {
  display: block;
}
body.template-10 .product .p-image {
  position: relative;
  display: block;
}
body.template-10 .product .dkLabCountdownWrapper {
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  body.template-10 .p-info-wrapper .dkLabCountdownWrapper {
    text-align: left;
  }
}
/* Tango */
body.template-09 .p-detail-inner .pull-left .dkLabCountdownWrapper {
  position: relative;
}
body.template-09 .p-detail-inner .pull-left .dkLabCountdownWrapper:not(.dkLabCountdownInBox) {
  display: block;
}
@media (min-width: 768px) {
  body.template-09 .p-detail-inner .pull-left .dkLabCountdownWrapper {
    text-align: left;
  }
}
/* Techno */
body.template-07 .p-details .dkLabCountdownWrapper {
  position: relative;
}
body.template-07 .p-details .dkLabCountdownWrapper:not(.dkLabCountdownInBox) {
  display: block;
}
@media (min-width: 768px) {
  body.template-07 .dkLabCountdownWrapper.dkLabCountdownInBox.dkLabCountdownBeforeBasket .dkLabCountdownActionDates,
  body.template-07 .dkLabCountdownWrapper.dkLabCountdownText.dkLabCountdownBeforeBasket .dkLabCountdownActionDates,
  body.template-07 .dkLabCountdownWrapper.dkLabCountdownInBox.dkLabCountdownAfterBasket .dkLabCountdownActionDates,
  body.template-07 .dkLabCountdownWrapper.dkLabCountdownText.dkLabCountdownAfterBasket .dkLabCountdownActionDates {
    left: 50%;
    transform: translate(-50%, 2px);
  }
  body.template-07 .dkLabCountdownWrapper.dkLabCountdownBeforeBasket,
  body.template-07 .dkLabCountdownWrapper.dkLabCountdownAfterBasket {
    clear: both;
  }
  body.template-07 .dkLabCountdownWrapper.dkLabCountdownModern span.dkLabCountdownTimer {
    justify-content: center;
  }
}
/* Soul */
body.template-06 #product-detail .dkLabCountdownWrapper {
  position: relative;
}
body.template-06 #product-detail .dkLabCountdownWrapper:not(.dkLabCountdownInBox) {
  display: block;
}
body.template-06 .pr-list-image {
  position: relative;
}
body.template-06 #td-product-images {
  position: relative;
}
body.template-06 #td-product-images .dkLabCountdownWrapper {
  bottom: auto;
  top: 0px;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, 0px);
}
@media (min-width: 768px) {
  body.template-06 #product-detail .dkLabCountdownWrapper {
    text-align: left;
  }
}
/* Rock */
body.template-05 #td-product-detail .dkLabCountdownWrapper {
  position: relative;
  clear: both;
  line-height: 1.4;
}
body.template-05 #td-product-detail .dkLabCountdownWrapper:not(.dkLabCountdownInBox) {
  display: block;
}
body.template-05 .product .dkLabCountdownWrapper {
  margin-bottom: 10px;
}
body.template-05 #gallery-image .dkLabCountdownWrapper {
  left: 50%;
  transform: translate(-50%, -15px);
}
body.template-05 #td-product-detail .dkLabCountdownWrapper.dkLabCountdownBeforeBasket {
  float: left;
}
body.template-05 #td-product-detail .field-pieces-wrap {
  clear: both;
}
body.template-05 .dkLabCountdownWrapper.dkLabCountdownInBox.dkLabCountdownAfterBasket {
  position: relative;
  top: 10px;
}
@media (min-width: 768px) {
  body.template-05 #td-product-detail .dkLabCountdownWrapper {
    text-align: left;
  }
}
/* Pop */
body.template-04 #td-product-detail .dkLabCountdownWrapper {
  position: relative;
}
body.template-04 #td-product-detail .dkLabCountdownWrapper:not(.dkLabCountdownInBox) {
  display: block;
}
body.template-04 .product .dkLabCountdownWrapper {
  margin-bottom: 10px;
}
body.template-04 #td-product-detail .dkLabCountdownWrapper.dkLabCountdownBeforeBasket {
  margin-top: 15px;
}
body.template-04 #product-images .dkLabCountdownWrapper {
  left: 50%;
  bottom: auto;
  top: 0px;
  z-index: 2;
  transform: translate(-50%, 0px);
}
body.template-04 #product-detail .dkLabCountdonwTableCell {
  line-height: 1.4;
}
body.template-04 #td-product-detail .dkLabCountdownWrapper.dkLabCountdownInBox.dkLabCountdownBeforeBasket {
  margin-top: 20px;
}
@media (min-width: 768px) {
  body.template-04 #td-product-detail .dkLabCountdownWrapper {
    text-align: left;
  }
}
.dklabAddonsDetailWrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 767px) {
  .dklabAddonsDetailWrapper {
    gap: 10px;
  }
}
.dklabAddonsDetailWrapper .dklabNaposledyZakoupiliCelkem {
  order: 0;
}
.dklabAddonsDetailWrapper .dkLabCountdownWrapper {
  order: 1;
}
.dklabAddonsDetailWrapper .dkLabFavouriteDiv {
  order: 2;
}
.dklabAddonsDetailWrapper .dkLabComparerDiv {
  order: 3;
}
.dklabAddonsDetailWrapper #dkLabNoteMainWrapper {
  order: 4;
}
