
green{
    color: #9ec32c;
    font-weight: bold;
}
.productlistimg{
    position: relative;
    padding-top: 5px;
    height: 170px;
    margin: auto;
    width: 260px;
}
.productactionimg{
    position: absolute;
    padding-top: 5px;
    height: 170px;
    margin: auto;
    width: 260px;
}
#my_image{
    max-width: 100%;
}
.productlistimgspec{
    font-weight: bold;
    color:white;
    width: 300px;
    height: 25px;
}
.newproduct{
    font-family: sans-serif;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    background-color: #9ec32c;
    line-height: 25px;
    height: 25px;
}
.actionproduct{
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    background-color: #C00;
    line-height: 25px;
    height: 25px;
}
.freedeliveryproduct{
    font-family: sans-serif;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    background-color: #E2C822;
    line-height: 25px;
    height: 25px;
}
.productlistname{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    text-align: left;
    height: 50px;
    max-height: 50px;
    font-weight: bold;
    color: #008080;
}
.productlistprice{
    line-height: 18px;
    color: #50505a;
    float: left;
    width: 120px;
}
pricelistdiscount{
    color: #bbb;
    text-decoration: line-through;
    font-weight: bold;
    font-size: 13px; 
}
.containerprice {
    display: table;
    overflow: hidden;
    display: table-cell; 
    vertical-align: middle;


}
.containerproduct {
    display: table;
    overflow: hidden;
    display: table-cell; 
    vertical-align: middle;
    min-height: 600px;

}
.productlist_empty{
    text-align: center;
    padding-top: 100px;
    height: 300px;
    width:1200px;
}
.productlist{
    background: white;
    margin: 5px;
    padding: 15px;
    font-size: 15px;
    font-family: sans-serif;
    width: 259px;
    height: 350px;
    float: left;
    box-shadow: 3px 2px 5px #aaa;


}
.productslisttocard{
    float: right;
    margin-left: 13px;
}

.category_list{
    display: inline-block;
}

.category{
    background: white;
    color:#008080;
    margin: 5px;
    padding: 15px;
    font-size: 15px;
    font-family: sans-serif;
    width: 360px;
    height: 50px;
    line-height: 50px;
    float: left;
    box-shadow: 3px 2px 5px #aaa;
    border-radius:10px;
}

.category:hover{
    background: rgba(0,0,0,0.5);
    color:white;

}

.category_img{
    float:left;
    width: 60px;
}

.category_tittle{ 
    font-weight: bold;
    text-align: center;
    width:300px;
    line-height: 50px;
    float:left;
}