/* style product 
------------------------------------------------------ */
/* all style */
.product-list {
	padding: 0;
	margin: 0;
	clear: both;
}
/* style 1 */
.product-list.style-product-1 li {
	width: 32%;
    float: left;
    border: 1px solid #c9c9c9;
    margin: 0 2% 20px 0;
    text-align: center;
    position: relative;
    background: #FFF;
}
.product-list.style-product-1 li:after {
	content: '';
	background: url(../../images/bottom-pro.png) top center no-repeat;
	display: block;
	width: 100%;
	height: 18px;
	position: absolute;
	left: 0;
	bottom: -18px;
}
.product-list.style-product-1 li:nth-child(3n) {
	margin-right: 0;
}
.product-list.style-product-1 li:nth-child(3n+1) {
	clear: both;
}
.product-list.style-product-1 li .product-inner > a:nth-child(1) {
	width: 100%;
	height: 240px;
	display: block;
	line-height: 0;
	position: relative;
}
.product-list.style-product-1 li .product-inner > a img {
	max-height: 240px;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.product-list.style-product-1 li .product-inner h3 {
	text-align: left;
}
.product-list.style-product-1 li .product-inner h3 a {
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	font-size: 20px;
	color: #de2d50;
	font-weight: 600;
	display: block;
    padding: 0 15px;
}
.product-list.style-product-1 li .product-inner p {
	margin: 0;
}
.product-list.style-product-1 li .product-inner .price {
    color: #de2d50;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    display: block;
    padding-left: 15px;
    line-height: 56px;
    float: left;
}
.product-list.style-product-1 li .product-inner .price span {
	font-size: 15px;
}
.product-list.style-product-1 li .product-inner .price ins {
	font-size: 15px;
    text-decoration: inherit;
}
.product-list.style-product-1 li .product-inner .price del {
	font-size: 15px;
	color: #222;
}
.product-list.style-product-1 li .product-inner .price ins, 
.product-list.style-product-1 li .product-inner .price del {
	font-size: 15px;
	display: inline-block;
	margin: 0 10px;
	line-height: 56px;
}
.product-list.style-product-1 li .product-inner > a.add_to_cart_button, 
.product-list.style-product-1 li .product-inner > a.product_type_simple  {
    display: inline-block;
    color: #333;
    border: 1px solid #ccc;
    padding: 3px 10px;
    background: none;
    font-weight: 500;
}
.product-list.style-product-1 li .product-inner .bottom-pro {
	border-top: 1px solid #c9c9c9;
}
.product-list.style-product-1 li .product-inner .bottom-pro > * {
	text-align: left;
}
.product-list.style-product-1 li .product-inner .bottom-pro .detail {
	float: right;
	margin: 10px 15px 0 0;
	width: 56px;
	height: 33px;
	background: #de2d50;
	border: 1px solid #de2d50;
	font-size: 15px;
	color: #FFF;
	text-align: center;
	line-height: 33px;
}
.product-list.style-product-1 li .product-inner .bottom-pro .detail:hover {
	background: #FFF;
	color: #de2d50;
}
.product-list.style-product-1 li h3 {
	margin: 15px 0 0 0;
}
.product-list.style-product-1 li .des-pro {
	margin-bottom: 10px;
}
.product-list.style-product-1 li .des-pro p {
	text-align: left;
	font-size: 13px;
	color: #333333;
	padding: 0 15px;
	line-height: 25px;
	max-height: 75px;
	overflow: hidden;
}