.cart-item__thumbnail .offer-circle{
    background: #e57939;
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 9;
  border-radius: 50%;
  font-size: 11px;
  line-height: 10px;
  color: #fff;
  width: 45px;
  height: 45px;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}