Skip to content
- Choosing a selection results in a full page refresh.
- Opens in a new window.
.header__icons a#cart-icon-bubble {
position: relative;
}
.header__icons a#cart-icon-bubble svg {
opacity: 0;
width: 60px !important;
}
.header__icons a#cart-icon-bubble:before {
position: relative;
content: 'Dog Bowl';
}
.header__icons a#cart-icon-bubble .cart-count-bubble {
left: auto;
right: 0px;
}
.header__icons a#cart-icon-bubble {
text-decoration: none;
}