.catalogItem__plus
{
    border:none !important;
    border-left:1px solid #3f4443 !important;
}
.catalogItem__minus
{
    border:none !important;
    border-right:1px solid #3f4443 !important;
}
.catalogItem__imgWrap .best
{
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 8px 16px;
    background: #737C7B;
    border-radius: 4px;
    position: absolute;
    top:8px;
    left:8px;
    z-index:9;
}
.catalogItem__plus.disabled
{
    opacity: .4 !important; 
    background-color: #fff !important;
    cursor:default !important;
}
.catalogItem__plus.disabled::before
{
    background-color:#3f4443 !important
}
.catalogItem__plus.disabled::after
{
    background-color:#3f4443 !important
}
@media (min-width: 1020px)
{
    .catalogItem__minus + .catalogItem__btn {
        min-width:175px;
    }
}