.panel-discount-countdown {
  display: box;
  display: -o-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-box;
  display: flex;
  display: -o-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -webkit-flex;
  width: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -moz-justify-content: center;
}
.countdown-item{
    margin: 0 5px;
    display: inline-block;
}
.countdown-time{
    display: block;
    text-align: center;
    color: #fff;
    margin-bottom: 5px;
    line-height: 100%;
    font-size: 16px;
}
.countdown-text{
    display: block;
    text-align: center;
    line-height: 100%;
    margin: 0;
    color: #878787;
}
.countdown-table{
    display: table;
    height: 100%;
    width: 100%;
}
.countdown-cell{
    display: table-cell;
    vertical-align: middle;
}
.countdown-cover{
    width: 60px;
    height: 60px;
    max-width: 100%;
    max-height: 100%;
    background-color: rgba(0,0,0,0.95);
    border-radius: 3px;
}
.panel-discount-content .panel-discount-price {
  text-align: center;
}
.panel-discount-name {
  display: block;
  margin-top: 15px;
  text-align: center;
}
.panel-discount-content {
    bottom: 0;
    left: 0;
    padding: 15px;
    position: absolute;
    width: 100%;
}
.panel-discount-name {
  color: #222;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 5px;
  margin-top: 15px;
  text-align: center;
  text-transform: none;
}
.panel-discount-price > span {
  text-decoration: line-through;
}
.panel-discount-content .panel-discount-price {
  color: red;
  display: block;
  line-height: 100%;
  margin-bottom: 0;
  margin-top: 10px;
  text-align: center;
}
.panel-discount-thumbnail img {
  height: auto;
}

.panel-discount-item .sale-off {
  background-color: #EC4437;
  border-radius: 50% 50% 50% 50%;
  color: #FFFFFF;
  font-size: 12px;
  height: 36px;
  line-height: 36px;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 15px;
  width: 36px;
}
.thumbnail-container.product-inner {
    position: relative;
}
.thumbnail-container:hover .product-item-control .group_addcart_quickshop {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.panel-discount .pg_attr_quickshop .product-list-variants {
  bottom: auto;
  opacity: 1;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  visibility: visible;
  position: absolute;
  z-index: 1;
  width: 100%;
  transition: all 0.35s;
  -o-transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
.panel-discount-item .product-attribute .input-container .radio-label {
  line-height: 24px;
  min-height: 22px;
  min-width: 22px;
  padding: 0 5px;
  width: auto;
}
