/* Make Cart Icon Larger */
.cart-icon img {
width: 50px; /* Change size as needed */
height: auto;
}
/* If it's an SVG icon or font icon */
.cart-icon {
font-size: 62px; /* Increase number to make it even bigger */
}
/* Make Cart Icon Larger */
.cart-icon img {
width: 50px; /* Change size as needed */
height: auto;
}
/* If it's an SVG icon or font icon */
.cart-icon {
font-size: 62px; /* Increase number to make it even bigger */
}