.price {
  display: inline-block;
  color: rgb(var(--color-sale));
}
.price .price__sale .price-item--regular {
  text-decoration: line-through;
  color: rgb(var(--color-light-text));
}
.price .price__sale {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: rgb(var(--color-discount));
}
.price .price-item--sale {
  margin-right: 12px;
}
.price > * {
  display: inline-block;
  vertical-align: top;
}
.price.remainTime-product-price {
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
}
.remainTime {
    color: #ed484e;
    display: flex;
    font-size: 1.3em;
    width: 50%;
    justify-content: flex-end;
    margin-right: 0px;
}
.remainTime ul {
    float: right;
    display: flex;
    margin: 0 -8px 0 0;
}
.remainTime ul li {
    line-height: 20px;
    text-align: center;
    margin: 0;
    width: auto;
}
.remainTime ul li span {
    display: block;
    color: #000;
    font-size: .5em;
    padding: 0 7px;
    text-transform: uppercase;
    font-weight: bold;
}
@media(max-width:768px){
    .price.remainTime-product-price{
        padding-bottom: 10px;
    }
}
/* The ipad end responds to the mobile end in vertical screen */
/* @custom-media --tablet (max-width: 959px); */
/* @custom-media --gt-mobile (min-width: 751px); */
/* detectingScreen need to consider the configuration of the tablet */
