@charset 'UTF-8';

 .section-bg{
	position:relative;
	top: -90px;
	background-image: url(../img/products/product_1.jpg);
	background-repeat: no-repeat;
}
.category-name {
	font-size: 1.5em;
	color: #2c2c2c;
	margin-bottom: 1em;
	line-height: 1.25em;
}
.category-summary {
	width: 300px;
	margin: 0 auto;
	margin-bottom: 2em;
	line-height: 1.25em;
}
.category-text-area {
	display: table;
	width: 100%;
	height: 300px;
	text-align: center;
}
.category-text-box{
	display:table-cell;
	vertical-align: middle;
}
.category-name {
	font-size: 2em;
	color: #1c75ed;
	margin-bottom: 0.5em;
}
.category-summary {
	vertical-align: middle;
}
.product-list {}
.product-box {
	float: left;
	display: table;
	width: 33.33%;
	height: 410px;
	text-align: center;
}
.product-box-contents {
	display:table-cell;
	vertical-align: middle;
}
.product-img img {
	width:300px;
	margin: 0 auto;
}
.name-category {
	font-size: 0.875em;
	margin: 10px 0px 10px 0px;
	padding:0px 2em 0px 2em;
	color: #2c2c2c;
}
.name-size {
	font-size: 1em;
	margin: 10px 0px 10px 0px;
	padding:0px 2em 0px 2em;
	color: #1c75ed;
}
.name-price {
	font-size: 0.875em;
	font-weight: bold;
	margin: 10px 0px 30px 0px;
	padding:0px 2em 0px 2em;
	color: #2c2c2c;
}
.button-blue {
	 margin-bottom: 90px;
}
.button-line {
	width: 49%;
	height: 40px;
	box-sizing:border-box;
	border:1px solid #1c75ed;
	background-color:white;
	color: #1c75ed;
	font-size:1em;
}
.button-block, .button-blue > input.on, .button-blue > input:hover, .button-blue > button:hover{
	width: 49%;
	height: 40px;
	background-color:#1c75ed;
	border-style:none;
	color: white;
	font-size:1em;
	cursor:pointer;
}
