/* style product 
------------------------------------------------------ */
/* all style */
.product-list {
	padding: 0;
	margin: 0;
	clear: both;
}
/* style 1 */
.product-list.style-product-1 li {
	width: 32.66%;
    float: left;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 10px;
    margin: 0 1% 10px 0;
    text-align: center;
    position: relative;
}
.product-list.style-product-1 li:nth-child(3n) {
	margin-right: 0;
}
.product-list.style-product-1 li .product-inner > a:nth-child(1) {
	width: 100%;
	height: 155px;
	display: block;
	line-height: 0;
	position: relative;
}
.product-list.style-product-1 li .product-inner > a img {
	max-height: 155px;
	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 {
	margin: 4px 0;
}
.product-list.style-product-1 li .product-inner h3 a {
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	color: #222;
	font-weight: 600;
	display: block;
    padding: 0 5px;
}
.product-list.style-product-1 li .product-inner > span.price {
    color: #F00;
    font-weight: bold;
    margin: 0 0 10px;
    display: block;
}
.product-list.style-product-1 li .product-inner > span.price ins {
    text-decoration: inherit;
}
.product-list.style-product-1 li .product-inner > span.price del {
	color: #222;
}
.product-list.style-product-1 li .product-inner > span.price ins, 
.product-list.style-product-1 li .product-inner > span.price del {
	display: inline-block;
	margin: 0 10px;
}
.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;
}