﻿.cc-counter-container {
    top: 0 !important;
    width: 16px;
    height: 16px;
    padding-right: 10px !important;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.cc-counter-container-empty {
    top: -1px;
    padding-right: 0;
}

.cc-counter-icon {
    width: 16px;
    height: 16px;
}

.cc-counter-item {
    position: absolute;
    top: -1px;
    left: 10px;
    -moz-min-width: 10px;
    -ms-min-width: 10px;
    -o-min-width: 10px;
    -webkit-min-width: 10px;
    min-width: 10px;
    text-align: center;
    background-color: #d4130d;
    background-color: rgba(212, 19, 13, 1);
    color: #fff;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 1px 3px;
    font: 8px Verdana;
}