@charset "utf-8";
/* CSS Document */

.art_conteiner{
	width:350px;
	float:left;
	height:480px;
	margin-top:80px;
}

.art_conteiner .image{
	width:100%;
	height:256px;
	border:1px solid #cccccc;
	cursor:pointer;
}

.art_conteiner .title{
	font-size:24px;
	color:#6d6e71;
	text-align:center;
	margin-top:15px;
	font-family:"Niramit", sans-serif;
	line-height:24px;
	margin-bottom:10px;
	cursor:pointer;
}

.art_conteiner .bottom_conteiner{
	text-align:center;
}

.more_button{
	display:inline-block;
}

.more_button a,
.add_to_cart{
	display:inline-block;
	margin:20px 5px 0px 5px;
	border:1px solid #6d6e71;
	font-size:12px;
	text-transform:uppercase;
	padding:8px 20px;
	border-radius:100px;
	color:#6d6e71;
	font-family:"Niramit", sans-serif;
	cursor:pointer;
	text-decoration:none;
	font-weight:400 !important;
}

.add_to_cart{
	border-color:#2b9ed7;
	color:#2b9ed7;
}