﻿@media screen and (max-width:767px){
    .productListUL .productListLi {
    list-style-type: none;
    float: left;
    width: 50%;
    font-size: 11px;
    text-align: center;
    flex-shrink: 0;
    padding: 2px;
    }
}



.product_list_box {
    padding: 0px 5px;
}

.productListUL .qtyClass {
    clear: both;
}

.productListUL .productComingSoonFont {
    color: Red;
    font-size: 14px;
    text-align: center;
}

.productListUL .productComingSoonEtaFont {
    color: Red;
    font-size: 14px;
    text-align: center;
}

.productListUL .productIMG {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
}

.productListUL .productIMGContainer {
    display: table-cell;
    vertical-align: middle;
    width: 180px;
    height: 180px;
    position: relative;
}

.promotion_logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    z-index:100;
}

.productListUL .compatible {
    background-color: White;
    border-radius: 8px;
    /*margin-left: 30px;*/
    border: 1px solid #C0C0C0; /* margin: 0 0 0 -85px; */
    font-size: 10px;
    /*opacity: .9;*/
    display: none;
    width: 176px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: absolute;
    z-index: 10;
    text-align: left; /* top: 48px; */
    font-size: 12px;
}


.productListLi .productItemContainer {
    height: 100%;
    border: 1px solid #ddd;
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .productListUL .productListLi {
        width: 33.3%;
    }

        .productListUL .productListLi .iteminfo .AvailableDIV {
            float: left;
            line-height: 40px;
            margin-right: 10px;
        }
}

@media screen and (min-width:1024px) and (max-width:1199px) {
    .productListUL .productListLi {
        width: 25%;
    }

        .productListUL .productListLi .iteminfo .AvailableDIV {
            float: left;
            line-height: 40px;
            margin-right: 10px;
        }
}



@media screen and (max-width:1024px) {
    .productListUL .productListLi .iteminfo .AvailableDIV {
        line-height: 40px;
        margin: 0px;
        width: 100%;
    }

    .productListUL .productListLi .iteminfo .OUTOFSTOCKDIV {
        line-height: unset;
    }

    .productListUL .productListLi .iteminfo .COMINGSOONDIV {
        width: 100%;
    }

    .productListUL .productListLi .iteminfo .BuyInputDIV {
        width: 100%;
        text-align: left;
        display:flex;
        vertical-align:top;
        align-items:center;
    }
}
