﻿
/* Author: Thuannv 
Create date: 20180527
Css for page home
*/

.cursor-pointer {
    cursor: pointer;
}
.pd-left0 {padding-left: 0px;}

.pd-right0 {
    padding-right: 0px;
}
.pd-lr0 {
    padding-left: 0px;
    padding-right: 0px;
}
.c-red {
    color:red;
}

#content{min-height:500px;}
.product-item .product-item-top img {
    max-width: 360px !important;
    max-height: 260px !important;
}

#shop .product-item{min-height:370px; padding-bottom:0px;}
#shop .product-item-inner{padding:5px 5px;}
.product-item-inner .product-title {
    font-size: 20px;
    font-weight: 700;
    color: black;
    line-height: 1.3;
}

.product-item-inner .product-price {
    color: red;
}
.product-item-inner .product-title{margin-top:10px; padding:0px 0px;}
.no-data{color:green;}