.product-thumb .image {
  position: relative;
}
.product-thumb .image .countdown {
  position: absolute;
  content: "";
  top: auto;
  bottom: 15px;
  left: 0;
  right: 0;
}
.product-thumb .image .countdown .countbox.hastime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
.product-thumb .image .countdown .countbox.hastime .timebox {
  background-color: #FEF2F2;
  border: 1px solid rgba(223, 48, 48, 0.3);
  border-radius: 5px;
  padding: 4px 5px;
  line-height: 12px;
  display: block;
}
.product-thumb .image .countdown .countbox.hastime .timebox .timebox-inner strong {
  line-height: 16px;
  font-size: 12px;
  color: #df3030;
  font-weight: 600;
}
.product-thumb .image .countdown .countbox.hastime .timebox .time {
  display: none;
}

@media (max-width: 767px) {
  .product-thumb .countdown .countbox.hastime .timebox {
    padding: 2px 3px;
  }
  .product-thumb .countdown .countbox.hastime .timebox .timebox-inner strong {
    font-size: 11px;
  }
}
@media (max-width: 540px) {
  .product-thumb .image .countdown .countbox.hastime {
    -webkit-column-gap: 3px;
    -moz-column-gap: 3px;
    column-gap: 3px;
  }
  .product-thumb .image .countdown .countbox.hastime .timebox {
    padding: 3px 4px;
  }
  .product-thumb .image .countdown .countbox.hastime .timebox .timebox-inner strong {
    line-height: 14px;
    font-size: 11px;
  }
  .product-thumb .image .countdown {
    bottom: 10px;
}
}