.countdown-rtl {
  direction: rtl;
}

.countdown-holding span {
  color: #888;
}

.countdown-row {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.countdown-section {
  font-size: 100%;
  padding: 0 8px 0;
  text-align: center;
}

.countdown-period {
  display: block;
  font-size: 9px;
  font-weight: normal;
  line-height: 1;
  opacity: .8;
}

.countdown-descr {
  display: block;
}

.countdown-block {
  background: #002c9d;
  color: #fff;
}

.countdown-block.urgent {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d00000), color-stop(100%, #b70000));
  background-image: -moz-linear-gradient(#d00000, #b70000);
  background-image: -webkit-linear-gradient(#d00000, #b70000);
}

.countdown-block .title,
.block .list-countdown-block .title {
  background: none;
  border: none;
  color: #fff;
  font-family: inherit;
  font-weight: bold;
  padding: 0;
  text-align: center;
  text-transform: none;
}

.countdown-block .title svg {
  margin-right: 6px;
}

.countdown-amount {
  display: block;
  text-shadow: 0 1px #015883;
}

.urgent .countdown-amount {
  background-color: #990000;
  border-color: #800000;
  display: inline-block;
  text-shadow: 0 1px #830101;
}

.product-countdown-block {
  border-radius: 2px;
  display: inline-flex;
  flex-direction: column;
  margin: 20px 0 0;
  min-width: 50%;
  padding: 10px;
  text-shadow: 1px 1px 1px #333;
}

.product-countdown-block .title {
  font-size: 12px;
  text-align: center;
}

.product-countdown-block .countdown-amount {
  margin: 0 1px 4px;
  padding: 16px 0px;
}

.product-countdown-block.urgent .countdown-amount {
  padding: 16px 32px;
}

.list-countdown-block {
  margin: 0;
  padding: 10px 0;
}

.list-countdown-block-upper {
  bottom: auto;
  left: 5%;
  position: absolute;
  right: 5%;
  top: 182px;
  z-index: 0;
}

.list-countdown-block .title {
  align-items: center;
  display: flex;
  font-size: 12px;
  justify-content: center;
  margin: 0 0 3px;
}

.list-countdown-block .countdown-amount {
  margin: 0 1px;
  padding: 0;
}

.list-countdown-block.urgent .countdown-amount {
  padding: 4px 16px;
}

.block .list-countdown-block {
  padding: 2px 2px 0;
}

.product-image-container .list-countdown-block {
  bottom: 30px;
  left: 0;
  position: absolute;
}

.thumbnail-container {
  position: relative;
}

.countdown.is-countdown {
  display: flex;
  font-size: 15px;
  font-weight: bold;
}

#products .product-miniature,
.featured-products .product-miniature,
.product-accessories .product-miniature,
.product-miniature .product-miniature {
  position: relative;
}

#products .highlighted-informations,
.featured-products .highlighted-informations,
.product-accessories .highlighted-informations,
.product-miniature .highlighted-informations {
  z-index: 1;
}

#products .product-description,
.featured-products .product-description,
.product-accessories .product-description,
.product-miniature .product-description {
  z-index: 2;
}

.lts-countdown-block-lower #products .thumbnail-container,
.lts-countdown-block-lower .featured-products .thumbnail-container,
.lts-countdown-block-lower .product-accessories .thumbnail-container,
.lts-countdown-block-lower .product-miniature .thumbnail-container {
  height: 388px;
}

.lts-countdown-block-lower #products .thumbnail-container .product-thumbnail,
.lts-countdown-block-lower .featured-products .thumbnail-container .product-thumbnail,
.lts-countdown-block-lower .product-accessories .thumbnail-container .product-thumbnail,
.lts-countdown-block-lower .product-miniature .thumbnail-container .product-thumbnail {
  height: calc(100% - 140px);
}

.lts-countdown-block-lower #products .product-description,
.lts-countdown-block-lower .featured-products .product-description,
.lts-countdown-block-lower .product-accessories .product-description,
.lts-countdown-block-lower .product-miniature .product-description {
  height: 140px;
}

.lts-countdown-block-lower #products .highlighted-informations,
.lts-countdown-block-lower .featured-products .highlighted-informations,
.lts-countdown-block-lower .product-accessories .highlighted-informations,
.lts-countdown-block-lower .product-miniature .highlighted-informations {
  
}

.lts-countdown-block-lower #products .thumbnail-container:focus .highlighted-informations,
.lts-countdown-block-lower #products .thumbnail-container:hover .highlighted-informations,
.lts-countdown-block-lower .featured-products .thumbnail-container:focus .highlighted-informations,
.lts-countdown-block-lower .featured-products .thumbnail-container:hover .highlighted-informations,
.lts-countdown-block-lower .product-accessories .thumbnail-container:focus .highlighted-informations,
.lts-countdown-block-lower .product-accessories .thumbnail-container:hover .highlighted-informations,
.lts-countdown-block-lower .product-miniature .thumbnail-container:focus .highlighted-informations,
.lts-countdown-block-lower .product-miniature .thumbnail-container:hover .highlighted-informations,
.lts-countdown-block-lower .product-miniature:hover .highlighted-informations,
.lts-countdown-block-lower .featured-products .product-miniature:focus .highlighted-informations,
.lts-countdown-block-lower .featured-products .product-miniature:hover .highlighted-informations,
.lts-countdown-block-lower .product-accessories .product-miniature:focus .highlighted-informations,
.lts-countdown-block-lower .product-accessories .product-miniature:hover .highlighted-informations,
.lts-countdown-block-lower .product-miniature:focus .highlighted-informations,
.lts-countdown-block-lower .product-miniature:hover .highlighted-informations,
.lts-countdown-block-lower .product-miniature.hover-fix .highlighted-informations {
  
}

.countdown-amount:before {
  content: ':';
  display: block;
  position: absolute;
  right: -3px;
}

.countdown-section {
  position: relative;
}

.countdown-section:last-child .countdown-amount:before {
  content: none;
  display: none;
}

@media (max-width: 1024px) {
  .product-countdown-block {
    padding: 20px;
    width: 100%;
  }
}
