@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot');
	src:url('../fonts/icomoon.eot') format('embedded-opentype'),
		url('../fonts/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon.woff') format('woff'),
		url('../fonts/icomoon.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-google-plus2:before {
	content: "\e800";
}
.icon-facebook2:before {
	content: "\e801";
}
.icon-twitter2:before {
	content: "\e802";
}
.icon-linkedin:before {
	content: "\e803";
}

#product_page{
	display:block;  width:100%; padding:20px 0px;float:left;background:#fff;
}
	
#product_page .box {
    display: block;
    margin-bottom: 30px;
    min-height: 670px;
    overflow: hidden;
    padding: 0 20px 20px;
	text-align: center;
	padding-top: 30px;
	background: #fff;
	border: 2px solid #fff;
	transition: all ease-in-out 0.5s;
    box-shadow: 0px 0px 10px 1px #ddd;
}

#product_page .box:hover{
	border: 2px solid #e10f17;
}

.pro_description > h3 {
    color: #e10f17;
    margin-bottom: 15px;
    margin-top: 10px;
	font-weight: bold;
}

.pro_description > ul {
    float: left;
    margin-top: 15px;
    padding-left: 15px;
	padding-right:30px;
	text-align: left;
    width:100%;
}

.pro_description > ul li{
	list-style-image:url(/skin/images/list-icon.png);
	padding:0px 0px;
	color: red;
    width:50%;
    float: left;
	
}

#product_page .btn-semore{
	display: inline-block;
}
.item-pro{width:calc(33.33% - 6.66px);float:left;margin-right:10px;}
.item-pro:nth-child(3n){margin-right:0px;}
.heading-box{width:100%;float:left;text-align:center;margin-top:20px;margin-bottom:20px;}
.pro-img{height:250px;}
.pro-img{max-height:100%;}
.protxt{min-height:200px;}