:root {
    --nb-product-attribute-2-bg: var(--nb-color-black);
    --nb-product-attribute-2-color: var(--nb-color-white);

    --nb-product-attribute-2-isckoriscenje-a-bg: #00a54f;
    --nb-product-attribute-2-isckoriscenje-b-bg: #8bd025;
    --nb-product-attribute-2-isckoriscenje-c-bg: #fff101;
    --nb-product-attribute-2-isckoriscenje-c-color: var(--nb-color-black);
    --nb-product-attribute-2-isckoriscenje-d-bg: #fab10b;
    --nb-product-attribute-2-isckoriscenje-e-f-bg: #ed1b24;

    --nb-product-attribute-2-prianjanje-a-bg: #1d5fba;
    --nb-product-attribute-2-prianjanje-b-bg: #2a7dcb;
    --nb-product-attribute-2-prianjanje-c-bg: #5ca7de;
    --nb-product-attribute-2-prianjanje-d-bg: #81c3ec;
    --nb-product-attribute-2-prianjanje-e-f-bg: #b3e6fb;
    --nb-product-attribute-2-prianjanje-e-f-color: var(--nb-color-black);
}

.nb-product-attribute-2 {
    display: flex;
    line-height: 22px;
    height: 22px;
    vertical-align: middle;
    font-size: 10px;
    letter-spacing: -1px;
}

.nb-product-attribute-2 .nb-product-attribute-value {
    display: inline-block;
    min-width: 14px;
    height: 22px;
    text-align: center;
}

.nb-product-attribute-2.nb-iskoriscenje .nb-product-attribute-value {
    background: var(--nb-product-attribute-2-bg);
    position: relative;
    color: var(--nb-product-attribute-2-color);
    margin-right: 5px;
}

.nb-product-attribute-2.nb-iskoriscenje .nb-product-attribute-value:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 0 11px 6px;
    border-color: transparent transparent transparent var(--nb-product-attribute-2-bg);
    position: absolute;
    top: 0;
    right: -6px;
}

.nb-product-attribute-2.nb-prianjanje .nb-product-attribute-value {
    background: var(--nb-product-attribute-2-bg);
    position: relative;
    color: var(--nb-product-attribute-2-color);
    margin-right: 5px;
}

.nb-product-attribute-2.nb-prianjanje .nb-product-attribute-value:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 0 11px 6px;
    border-color: transparent transparent transparent var(--nb-product-attribute-2-bg);
    position: absolute;
    top: 0;
    right: -6px;
}

.nb-product-attribute-2.nb-iskoriscenje.nb-item-val-a .nb-product-attribute-value {
    background: var(--nb-product-attribute-2-isckoriscenje-a-bg);
}

.nb-product-attribute-2.nb-iskoriscenje.nb-item-val-a .nb-product-attribute-value:after {
    border-color: transparent transparent transparent var(--nb-product-attribute-2-isckoriscenje-a-bg);
}

.nb-product-attribute-2.nb-iskoriscenje.nb-item-val-b .nb-product-attribute-value {
    background: var(--nb-product-attribute-2-isckoriscenje-b-bg);
}

.nb-product-attribute-2.nb-iskoriscenje.nb-item-val-b .nb-product-attribute-value:after {
    border-color: transparent transparent transparent var(--nb-product-attribute-2-isckoriscenje-b-bg);
}

.nb-product-attribute-2.nb-iskoriscenje.nb-item-val-c .nb-product-attribute-value {
    background: var(--nb-product-attribute-2-isckoriscenje-c-bg);
    color: var(--nb-product-attribute-2-isckoriscenje-c-color);
}

.nb-product-attribute-2.nb-iskoriscenje.nb-item-val-c .nb-product-attribute-value:after {
    border-color: transparent transparent transparent var(--nb-product-attribute-2-isckoriscenje-c-bg);
}

.nb-product-attribute-2.nb-iskoriscenje.nb-item-val-d .nb-product-attribute-value {
    background: var(--nb-product-attribute-2-isckoriscenje-d-bg);
}

.nb-product-attribute-2.nb-iskoriscenje.nb-item-val-d .nb-product-attribute-value:after {
    border-color: transparent transparent transparent var(--nb-product-attribute-2-isckoriscenje-d-bg);
}

.nb-product-attribute-2.nb-iskoriscenje.nb-item-val-e .nb-product-attribute-value,
.nb-product-attribute-2.nb-iskoriscenje.nb-item-val-f .nb-product-attribute-value {
    background: var(--nb-product-attribute-2-isckoriscenje-e-f-bg);
}

.nb-product-attribute-2.nb-iskoriscenje.nb-item-val-e .nb-product-attribute-value:after,
.nb-product-attribute-2.nb-iskoriscenje.nb-item-val-f .nb-product-attribute-value:after {
    border-color: transparent transparent transparent var(--nb-product-attribute-2-isckoriscenje-e-f-bg);
}

.nb-product-attribute-2.nb-prianjanje.nb-item-val-a .nb-product-attribute-value {
    background: var(--nb-product-attribute-2-prianjanje-a-bg);
}

.nb-product-attribute-2.nb-prianjanje.nb-item-val-a .nb-product-attribute-value:after {
    border-color: transparent transparent transparent var(--nb-product-attribute-2-prianjanje-a-bg);
}

.nb-product-attribute-2.nb-prianjanje.nb-item-val-b .nb-product-attribute-value {
    background: var(--nb-product-attribute-2-prianjanje-b-bg);
}

.nb-product-attribute-2.nb-prianjanje.nb-item-val-b .nb-product-attribute-value:after {
    border-color: transparent transparent transparent var(--nb-product-attribute-2-prianjanje-b-bg);
}

.nb-product-attribute-2.nb-prianjanje.nb-item-val-c .nb-product-attribute-value {
    background: var(--nb-product-attribute-2-prianjanje-c-bg);
}

.nb-product-attribute-2.nb-prianjanje.nb-item-val-c .nb-product-attribute-value:after {
    border-color: transparent transparent transparent var(--nb-product-attribute-2-prianjanje-c-bg);
}

.nb-product-attribute-2.nb-prianjanje.nb-item-val-d .nb-product-attribute-value {
    background: var(--nb-product-attribute-2-prianjanje-d-bg);
}

.nb-product-attribute-2.nb-prianjanje.nb-item-val-d .nb-product-attribute-value:after {
    border-color: transparent transparent transparent var(--nb-product-attribute-2-prianjanje-d-bg);
}

.nb-product-attribute-2.nb-prianjanje.nb-item-val-e .nb-product-attribute-value,
.nb-product-attribute-2.nb-prianjanje.nb-item-val-f .nb-product-attribute-value {
    background: var(--nb-product-attribute-2-prianjanje-e-f-bg);
    color: var(--nb-product-attribute-2-prianjanje-e-f-color);
}

.nb-product-attribute-2.nb-prianjanje.nb-item-val-e .nb-product-attribute-value:after,
.nb-product-attribute-2.nb-prianjanje.nb-item-val-f .nb-product-attribute-value:after {
    border-color: transparent transparent transparent var(--nb-product-attribute-2-prianjanje-e-f-bg);
}