﻿.productListUL .productIMG
{
    float: left;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
}

.productListUL .productIMGContainer {
    width: 150px;
    height: 150px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.promotion_logo {
    position: absolute;
    left: 0;
    top: 0;
    width:50px;
    z-index:100;
}

.productListUL .productListLi
{
    list-style-type: none;
    float: left;
    width: 100%;
    border: 1px solid #E8E8E8;
    margin: 3px auto;
    text-align: left;
    padding:5px;
}
.productListUL .qtyClass
{
    float: left;
}
.productListUL .productComingSoonFont
{
    color: Red;
    font-size: 14px;
}
.productListUL .productComingSoonEtaFont
{
    color: Red;
    font-size: 14px;
}

.productListUL .compatible
{
    background-color:White;
    border-radius: 8px;
    margin-left: 200px;
    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;
}
.product_list_box {
    /*margin-left: 220px;*/
    padding:0px 5px;
}

@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;
    }
}


@media screen and (max-width:1024px) and (min-width:767px) {
    .productListUL .productListLi .iteminfo .BuyInputDIV {
        width: auto;
        text-align: left;
    }
}