.fabitem {
    background: url('promocodes/favs.png') no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    cursor:pointer;
}
.fabitem.fav {
    background-position: -26px 0;
}.countdown {
    position: absolute;
    top: 0;
    text-align: center;
    padding: 5px 10px 10px 10px;
    background: #fff;
    opacity: 0.8;
    color: #024484;
    font-weight: bold;
    font-size: 0.75rem;
    border-radius: 0 0 15px 0;
    
  }
  .countdown-number {
    position: absolute;
    top: 22px;
    text-align: center;
    color: #DE0039;
    font-weight: bold;
    font-size: 0.9rem;
  }.label-item::before {
    content: var(--label-image);
    display: block;
    aspect-ratio: 1 / 1;
    position: absolute;
    right: 0;
    top: 0;
}
.list-checkout-items {
    position:relative;
}