.product-page{
	min-height:510px;
	margin-bottom:30px;
	display: table;
    height: 100%;
}
.product_menu,
.product-page-list{
	float:left;
}
.product_menu{
	line-height:50px;
	margin-right:30px;
	margin-top:35px;
	width:238px;
	height:100%;
	background-color:#eee;
}
.product_menu li{
	background-color:#eee;
	border-bottom:1px solid #eee;
	text-indent:2em;
	height:50px
}
.product_menu li.current{
	background-color:rgb(255, 239, 239);
	color:#f70707
}
.product_menu_type {
	background-color: #f70707 !important;
	text-align:center;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	text-indent:0em !important;
}
.product-page-list{
	width:calc(100% - 270px);
	min-height: 550px;
}
.product-page-list ul{
	display:inline-table
}
.product-page-list li{
	width: calc( 33% - 30px );
	border:1px solid #eee;
	height: 365px;
	float:left;
	margin-right: 30px;
	overflow: hidden;
	margin-bottom:30px;
}
.product-page-list li:nth-child(3n){
	margin-right: 0px;
}

.product-page-list img {
  width: 100%;
  height: auto;
}
.product-paga-text{
	width:100%;
	text-align:center;
	line-height:60px;
	height:60px;
}
.pagination{
	
}

.slider {
    position: relative;
    width: 560px; 
    
}
 
.slider-container {
	width: 500px;
    position: relative;
	margin:0 30px
}
 
.large-image {
    width: 100%; 
    display: block; 
}
 
.thumbnails img {
    width: 19%; 
    cursor: pointer; 
}
 
.slider-arrow {
    position: absolute;
    bottom: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    padding: 10px; 
    background-color: rgba(0,0,0,0.5); 
    color: white; 
}
 
.left { left: 0; z-index:9}
.right { right: 0; z-index:9 }