﻿.img-disabled {
    pointer-events: none;
    cursor: default;
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}


.item_quantity_div_Small {
    position: absolute;
    width: 160px;
    text-align: center;
}

.item_quantity_div_Large {
    position: absolute;
    width: 330px;
    text-align: center;
}

.item_quantity_box_Small {
    position: relative;
    top: 110px;
    border: 1px solid #ccc;
    background-color: White;
    display: none;
    font-size: 14px;
    padding: 5px 10px 5px 10px;
}

.item_quantity_box_Large {
    position: relative;
    top: 210px;
    border: 1px solid #ccc;
    background-color: White;
    display: none;
    font-size: 20px;
    padding: 15px 25px 20px 25px;
    z-index: 10;
}

.product_name {
    display: table-cell;
    width: 114px;
    text-align: center;
    vertical-align: middle;
}

.product_name_medium {
    font-size: 12px;
}

.product_name_large {
    font-size: 16px;
    height: 36px;
}

.product_box_Medium {
    width: 328px;
    float: left;
    height: 200px;
    background-color: white;
    margin-left: 7px;
    margin-bottom: 8px;
    background-color: white;
    text-align: left;
}


    .product_box_Medium:hover {
        border: 1px solid black !Important;
    }

.product_box_Large {
    margin-right: 6px;
    height: 260px;
    background-color: white;
    margin-left: 7px;
    margin-bottom: 8px;
    background-color: white;
    text-align: left;
    border-bottom: solid 1px #ccc;
}


    .product_box_Large:hover {
        /*border: 1px solid black !Important;*/
    }

.productinfo {
    width: 25px;
    height: 25px;
}

.productinfoSmall {
    width: 20px;
    height: 20px;
}

.prodinfodiv {
    position: absolute;
    left: 125px;
    top: 125px;
    z-index: 102;
}


.product_box_Small_container {
    position: relative;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 10px;
    max-width: 225px;
    min-width: 145px;
    flex: 1 1;
}

.product_box_NoImage_container {
    margin-right: 6px;
    height: 32px;
    margin-left: 7px;
    margin-top: -1px;
    clear: both;
    background-color: white;
}







/* Responsive products */


@media only screen and (min-width:401px) and (max-width: 600px) {

    .prodinfodiv {
        left: 85px;
        top: 85px;
    }

    .productinfo {
        display: none;
    }

    .productSmall_image_div_lit a::before {
        width: 110px !Important;
        height: 110px !Important;
    }

    .item_quantity_div_Small {
        width: 110px;
    }

    .item_quantity_box_Small {
        top: 47px;
    }

    .product_box_Small_container {
        min-width: 125px;
    }
}



@media only screen and (min-width:360px) and (max-width: 400px) {

    .prodinfodiv {
        left: 85px;
        top: 85px;
    }

    .productinfo {
        display: none;
    }

    .product_box_Small img:not(.productinfo) {
        width: 100px !Important;
    }

    .productSmall_image_div_lit a::before {
        width: 100px !Important;
        height: 100px !Important;
    }

    .item_quantity_div_Small {
        width: 100px;
    }

    .item_quantity_box_Small {
        top: 47px;
    }

    .product_box_Small_container {
        min-width: 110px;
    }
}


@media only screen and (min-width:320px) and (max-width: 359px) {

    .prodinfodiv {
        left: 75px;
        top: 75px;
    }

    .productinfo {
        display: none;
    }

    .product_box_Small img:not(.productinfo) {
        width: 90px !Important;
    }

    .productSmall_image_div_lit a::before {
        width: 90px !Important;
        height: 90px !Important;
    }

    .item_quantity_div_Small {
        width: 90px;
    }

    .item_quantity_box_Small {
        top: 47px;
    }

    .product_box_Small_container {
        min-width: 95px;
    }
}
