﻿/*Product Page*/
.imgProduct {
    max-width: 90%;
    max-height: 90%;

}
.select-btn {
    pointer-events: none;
    cursor: not-allowed;
    background-color: antiquewhite !important;
    border-color:antiquewhite !important;
}

/*Style Catalog*/
.tableCatalog {
    margin: 0 auto;
}

.tableCatalog div {
    vertical-align:middle;
    width:200px;
    height:300px;
    float:left;
    margin: 0 10px 0 10px;
}

.tableCatalog div .divImg {
    height:40%;
    margin:15px 15px 0px 15px;
}

.tableCatalog div .divText {
    height:60%;
    margin:5px 5px 5px 5px;
}



/*Stock Page*/
.table-stock {
    text-align: center;
}

    .table-stock tr td {
        border: solid;
    }

    .table-stock tr td label{
        margin:5px 5px 5px 5px;
    }

    .table-stock tr td p {
        margin: 2px 5px 2px 5px;
        /*text-align: left;*/
    }
    
    .table-stock tr td span{
        font-weight: bold;
        font-size: large;
    }

.tr-del{
    opacity:0.2;
}


/*Image Hover*/
/*.showImg {
    width:185px;
    display: none;
    position:absolute;
    margin-top:40px;
}

.showImg:hover {
    display:inline-block;
    z-index: 1;
}*/