.mildhill-ajax-cart {
position: relative;
display: inline-flex;
width: 36px;
height: 36px;
align-items: center;
justify-content: center;
}
.mildhill-ajax-cart__icon {
display: block;
width: 28px;
height: 24px;
background: url(//www.perteghellashop.it/wp-content/themes/mildhill-child/dist/svg/cestino.svg) center / contain no-repeat;
}
.mildhill-ajax-cart__count {
position: absolute;
top: -2px;
right: -3px;
display: flex;
width: 17px;
height: 17px;
align-items: center;
justify-content: center;
border-radius: 50%;
background: #fff;
color: #b64b3c;
font-size: 10px;
font-weight: 700;
line-height: 1;
}