.store-cart-icon{
    position: relative;
}
.store-cart-icon .store-cart-balloon{
    position: absolute;
    background: #f00;
    color: #fff;
    border-radius: 2px;
    border: 1px solid #fff;
    padding: 1px;
    font-size: 11px;
    top: -8px;
    right: -4px;
    line-height: 15px;
    z-index: 0;
    width: 23px;
    text-align: center;
}
.store-cart-icon .store-cart-count {
    position: absolute;
    background: #f00000;
    color: #ffffff;
    border-radius: 2px;
    border: 1px solid #ffffff;
    padding: 1px 5px;
    font-size: 11px;
    top: -8px;
    right: -4px;
    line-height: 15px;
}
.store-review-photo {
    overflow: hidden;
    margin-top: 10px;
}
.store-review-photo:after{
    clear: both;
    content: "";
    display: block;
}
.store-review-photo .store-review-photo-item {
    margin-bottom: 5px;
    margin-right: 5px;
    float: left;
}
.store-review-photo .store-review-photo-item a {
    display: block;
    overflow: hidden;
    width: 80px;
    height: 80px;
}
.store-review-photo .store-review-photo-item a > img {
    width: 100%;
}
@media (max-width: 991px) {
    .store-cart-icon .store-cart-balloon{
        top: 2px;
        right: -10px;
        left: auto;
        z-index: 9999;
    }
}