.cart-content {
  bottom: 30px;

  .count_number {
    position: absolute;
    bottom: 20px;
    left: 22px;
    border-radius: 26px;
    width: 30px;
    height: 30px;
    background: #3F444D;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
