.flex-orcamento-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    margin-left: 6px;
    padding: 0 5px;
    border-radius: 10px;
    background: #f5a623;
    color: #ffffff !important;
    font-size: 11px;
    font-weight: 700;
    line-height: 18px;
    vertical-align: middle;
    box-sizing: border-box;
}

.flex-orcamento-count.is-empty {
    display: none !important;
}

