/* fix default theme original price label alignment  */
.product-prices .tax-shipping-delivery-label {display: inline; float: none;}

.wpcountdown-wrap {
  clear: both;
  display: flex;
  align-items: start;
  margin: 10px 0;
  min-height: 40px;
  font-size: 14px;
}

#product .wpcountdown-wrap {
  display: table;
}

#product .wpcountdown {
  display: flex;
  margin-bottom: 0;
  flex-flow: column;
}

#product .wpcountdown-label {
  margin: 0 0 10px 0;
  font-weight: 600;
}

#product .wpcountdown-wrap i {
  margin-right: 5px;
}

#product .wpcountdown-time {
  margin-bottom: 0px;
  min-height: 50px;
}

.product-miniature .wpcountdown-time {
  min-height: 46px;
}


.product-miniature .wpcountdown-wrap {
  flex-flow: column;
  margin-bottom: 0;
}

.product-miniature .wpcountdown-wrap i {
  display: none;
  font-size: 22px;
  vertical-align: -6px;
}

.product-miniature .wpcountdown-wrap .wpcountdown-label {
  font-size: 13px;
  margin-bottom: 5px;
}

.product-miniature .wpcountdown-wrap .wpcountdown-time {
    font-size: 14px;
}


.wptimer {
    display: flex;
    flex-flow: column;
    padding: 0;
    font-size: 20px;
    text-align: center;
}


.wptimer .wpc-number {
  line-height: 18px;
  font-size: 12px;
  color: #888;
  font-weight: 400;
  color: #d81a27;

}
.wptimer .wpc-value {
  color: #d9222e;
  font-weight: 700;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
}
#product .wptimer .wpc-value {
  padding: 6px;
}

.product-miniature .wptimer .wpc-value {
  font-size: 15px;
}

.product-miniature .wptimer .wpc-number {
  font-size: 12px;
}

.wpcountdown-time {
    display: flex;
  position: relative;
  margin: 0 auto;
}

.wpcountdown-time .time-separator {
  margin: 0px;
  float: left;
  font-size: 24px;
  color: #d81a27;
  line-height: 29px; /* aligns dot */
  font-weight: 700;
}


.wpcountdown-time .product-miniature .time-separator {
line-height: 24px;
font-size: 16px;
  }


.wpcountdown-wrap .wpcountdown .wptimer:first-child {
  margin-left: 0;
}

/* mobile */

@media (max-width: 575px) {
  #product .wpcountdown-wrap {
      width: 100%;
      display: flex;
  }

  #product .wpcountdown {
  flex-flow: column;
  }

  #product .wpcountdown  i {
    margin-bottom: 5px;
  }

  .product-miniature .wpcountdown-wrap .wpcountdown-label {
    font-size: 12px;
    font-weight: 400;
  }

  .product-miniature .wpcountdown-wrap .wptimer .wpc-value {
      font-size: 13px;
      padding: 0;
  }
  .product-miniature .wpcountdown-wrap  .wptimer .wpc-number {
    font-size: 10px;
  }

.wpcountdown-time  .time-separator {
    line-height: 16px; /* aligns dot */
    font-size: 13px;
  }

}

/* pro modul wpflashsale nechceme odpočet 2x*/
#wp_flashsale .wpcountdown-wrap {
  display: none;
}
