.block-pro-solution-cart-icon-block{
  position: relative;
}
.cart-icon svg{
  margin-top:10px;
  padding:4px;
}
.cart-circle{
  width: 30px;
  height: 30px;
  position: absolute;
  left: 16px;
  bottom: 25px;
  background: #00aec4;
  -moz-border-radius: 70px;
  -webkit-border-radius: 70px;
  border-radius: 70px;
  border: solid white 2px;
  text-align: center;
}
