.nxsupstock-wrapper {
    height: 17px;
    margin-top: 0.75em;
}

.nxsupstock-wrapper.empty {
}

#product .nxsupstock-wrapper {
/*
    text-align: right;
    float: right;
*/
    margin: 1em 0;
}

#product  #bottom_sticky_data .nxsupstock-wrapper {
    display: none;
}

#product .ui-jolisearch .nxsupstock-wrapper {
    text-align: center;
    float: none;
}

#product .tvproduct-page-wrapper .nxsupstock, #products .tvgrid-list-view-product .nxsupstock {
    margin: 0 0 0 0.4em;
    display: flex;
    gap: 1em 2em;
}

#products .tvgrid-list-view-product .nxsupstock {
    justify-content: space-between;
    margin-left: 0;
}

#products.grid .tvgrid-list-view-product .nxsupstock {
}

#products.grid-2 .tvgrid-list-view-product .nxsupstock {
}

#products.list .tvgrid-list-view-product .nxsupstock-wrapper,
#products.list-2 .tvgrid-list-view-product .nxsupstock-wrapper {
    margin-top: 1.4em;
}

#products.list .tvgrid-list-view-product .nxsupstock {
    justify-content: flex-start;
}

#products.list-2 .tvgrid-list-view-product .nxsupstock {
}

#products.catelog .tvgrid-list-view-product .nxsupstock {
    justify-content: flex-start;
}

.nxsupstock {
    display: inline-block;
    text-align: left;    
}

.product_list.list .nxsupstock.grid, .product_list.grid .nxsupstock.list {
    display: none;
}

.nxsupstock .row {
    background-color: transparent !important;
}
/*
.nxsupstock .ok {
    color: #78b826 !important;
}

.nxsupstock .warning {
    color: #999 !important;
}

.nxsupstock .error {
    color: #fa0 !important;
}
*/
.nxsupstock .row > span {
    display: block;
    margin-bottom: 3px;
}

.nxsupstock .led {
    color: #333 !important;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.4em;
    background-color: transparent !important;
}

.nxsupstock .led::before {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    content: "";
    margin-right: 0.2em;
    vertical-align: top;
    margin-top: 3px;
}

.nxsupstock .led.ok::before {
    background-color: #00cc66;
}

.nxsupstock .led.warning::before {
/*
    background-color: #ff7200;
*/
    background-color: #a0a1a4;
}

.nxsupstock .led.nope::before {
/*
    background-color: #cc0000;
*/
    background-color: #ff7200;
}

.nxsupstock .note {
    font-size: 11px;
    margin-top: 0.25em;
}

.dfd-card {
    padding-bottom: 32px !important;
}

@media screen and (min-width: 768px) {
    
    #product .tvproduct-page-wrapper .nxsupstock .led {
        font-size: 13px;
    }

    #product .nxsupstock .note {
        font-size: 12px;
    }

    #product .nxsupstock .row > span:first-child {
        float: left;
    }

    #product .nxsupstock .row > span:nth-child(2) {
        float: right;
    }
    
    #product .nxsupstock .row::after {
        clear: both;
        display: block;
        content: "";
    }
}

@media (min-width: 1680px) {
    #products.grid .tvgrid-list-view-product .nxsupstock .led {
        font-size: 0.5cqw;
    }
}
