.clorox-block-mini-cart {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.clorox-block-mini-cart .cart-icon {
    background-image: none;
    height: 30px;
    width: 30px;
    position: relative;
    top: 0;
    display: inline-block;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.clorox-block-mini-cart .cart-badge {
    font-weight: 700;
    display: block;
    position: absolute;
    top: -8px;
    right: -13px;
    background-color: #ea1b00;
    color: #ffffff;
    font-size: 13px;
    line-height: 20px;
    height: 20px;
    width: 20px;
    border-radius: 13px;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
}
