.bazario-count-down{
  padding: 10px 30px;
  display: flex;
  align-items: center;
  border-radius: 30px;
  background: #f1352b;
  color: #ffffff;
  span{
    display: inline-block;
  }
  .icon{
    margin-right: 0.5rem;
    font-size: 14px;
    line-height: 0;
    svg{
      width: 14px;
      height: 14px;
    }
  }
  .title{
    margin: 0;
    font-size: 14px;
    color: #ffffff;
  }
  .item {
    margin: 0 5px;
    font-size: 16px;
    font-weight: 500;
  }
}