﻿.productListUL .outOfStockFlagInList {
    text-align: center;
    color: red;
    font-weight: bold;
}

.productListUL .inStockFlagInList {
    text-align: center;
    color: Green;
    font-weight: bold;
}

.productListUL .priceClass {
    text-align: center;
}

.productListUL .productIdFont {
    margin-top: 10px;
    color:#7C7C7C;
    font-weight:bold;
}

.productListUL .PNameFont {
    /*font-size: 14px;*/
    font-weight: bold;
    /*color: #00529C;*/
    color:black;
}

.productListUL .storeHouseClass {
    font-size: 13px;
    color: #000000;
}

.productListUL .qtyClass {
    text-align: center;
    width: 100%;
}

.productListUL .product_list_input_qty {
    width: 75px;
    text-align: center;
    border-radius: 0;
    border: 2px solid #18344999;
}

.productListUL .listPName {
    display: none;
}

.productListUL .matrixPName {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-height:20px;
    height:80px;
    overflow: hidden;
    font-size:12pt;
}

.pg-scroll {
    padding-left: 0px;
    width: 100%;
    position: relative;
    /*z-index: 2;*/
}

.pg-wrap {
    position: relative;
    overflow: hidden;
    width: 180px;
    height: 60px;
}

.productlistinfo {
    height: calc(100% - 200px);
}

.productListUL .productListLi .iteminfo {
    margin-top:5px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: left;
    height: calc(100% - 65px);
    position: relative;
}
