.showMoreItemsList{
	height: auto;
	overflow: hidden;
	list-style: none;
}
.showMoreItemsList .item{
	float: left;
	width: 33.33%;
	box-sizing: border-box;
	padding: 0 8px;
}
.showMoreItemsList .item .box{
	max-width: 400px;
	margin: 0 auto 30px;
}
.showMoreItemsList .item .name{
	text-align: center;
}
.showMoreItemsList .item .pic img{
	max-width: 100%

}
.showMoreItemsList + .button-box{
	text-align: center;
	clear: both;
	margin-bottom: 50px;
}
.showMoreItemsList + .button-box button{
	margin:10px 0 0 0;
	padding: 8px 20px;
	cursor: pointer;
	background:#FFFFFF;
	border:1px solid #999999 !important;
    color: #333333;
    text-align: center;
    text-decoration: none;
    width: 170px;
    border-radius: 10px;
	font-family: 'Noto Sans Thai', sans-serif;
}
.nomoreloadct {
	display:none;
}
@media screen and (max-width:1280px){
	.showMoreItemsList .item{
		width: 50%;
	}
}
@media screen and (max-width:600px){
	.showMoreItemsList .item{
		width: 100%;
	}	
}
