.cart-icon svg {
  height: 30px;
  padding-top: 5px;
}

.cart-count{
  color:black;
  background:white;
  line-height:1;
  border-radius:40px;
  height:15px;
  width:15px;
  position:absolute;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:10px;
  top:2px;
  right:-6px;

  
}

.custom-cart-link{
  &:hover{
      opacity:0.75
  }
}