.priceList ul {
    padding-left: 20px;
}
.priceList ul ul {
    padding-left: 0;
}

.priceList .priceCategory {
    margin-bottom:5px;
    margin-top:16px;
}

.priceList .priceTitle {
    font-weight:bold;
    margin-bottom:5px;
}

.priceList .priceProducts .product-item-block {
    padding:10px 0;
    overflow:hidden;
    border-bottom:1px dotted #D0D0D0;
}

.priceList .priceProducts li:hover {
    background-color: #E0E0E0;
}

.priceListCost {
    color: #008080;
}

.priceList .col-main {
    padding-left: 20px;
}
.priceList .col-stock-text {
    display: none;
}
.priceList .col-name {
    width: 45%;
}
.priceList .col-barcode {
    width: 20%;
    text-align: right;
}
.priceList .col-stock {
    width: 10%;
    text-align: center;
}
.priceList .col-cost {
    width: 10%;
    text-align: right;
}
.priceList .col-avaliable {
    width: 15%;
    text-align: right;
}
.priceList .col-avaliable .rs-unobtainable {
    justify-content: flex-end;
}

@media(max-width:991px) {
    .priceList .rs-product {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
    }
    .priceList .rs-product td span {
        width: max-content;
    }
    .priceList .col-avaliable span.rs-unobtainable {
        width: initial;
    }
    .priceList .col-main {
        display: none;
    }
    .priceList .col-stock-text {
        display: inline-block;
        margin-right: 10px;
    }
    .priceList .col-name {
        width: 70%;
    }
    .priceList .col-barcode {
        width: 40%;
        text-align: left;
        order: 1;
    }
    .priceList .col-stock {
        width: 20%;
        text-align: right;
        order: 2;
    }
    .priceList .col-cost {
        width: 20%;
        text-align: right;
        order: 3;
    }
    .priceList .col-avaliable {
        width: 20%;
        text-align: right;
        order: 0;
    }
}

@media(max-width:778px) {
    .priceList .rs-product {
        justify-content: space-between;
    }
    .priceList .col-stock-text {
        margin-right: 5px;
    }
    .priceList .col-barcode {
        min-width: 50%;
        width: max-content;
    }
    .priceList .col-stock {
        width: max-content;
    }
    .priceList .col-cost {
        width: max-content;
        text-align: right;
    }
    .priceList .col-avaliable {
        width: 30%;
    }
}

@media(max-width:551px) {
    .priceList .rs-product {
        justify-content: space-between;
    }
    .priceList .col-name {
        width: 100%;
    }
    .priceList .col-barcode {
        width: 100%;
        text-align: left;
    }
    .priceList .col-stock {
        width: 100%;
        text-align: left;
        order: 2;
    }
    .priceList .col-cost {
        width: 50%;
        text-align: left;
        order: 3;
    }
    .priceList .col-avaliable {
        width: 50%;
        text-align: right;
        order: 4;
    }
}
