#category{
	width: 100%;
	float: left;
}
#category h1.title{
	color: #0183bf;
	font-size: 24px;
	line-height: 22px;
	width: 100%;
	float: left;
	font-weight: 400;
	padding: 20px 0;
}
#category .sidebar{
	width: 270px;
	float: left;
}
#category .sidebar p{
	font-weight: 400;
	text-transform: uppercase;
	color: #0183bf;
	padding: 5px 0;
	margin-left: 12px;
	font-weight: bold;
	font-size: 16px;
}
#category .sidebar .category-involve{
	padding: 10px 0;
	border: 1px solid #ddd;
	margin-top: 15px;
	box-sizing: border-box;
	border-top: 1px solid #0183bf;
	padding-bottom: 30px;
}
#category .sidebar .brands{
	margin-top: 20px;
	padding: 10px 0;
	border: 1px solid #ddd;
	box-sizing: border-box;
	border-top: 1px solid #0183bf;
	padding-bottom: 30px;
}
#category .sidebar li a{
	color: #666;
}
#category .sidebar li{
	line-height: 22px;
	position: relative;
	padding: 10px 0 10px 35px;
	border-bottom: 1px solid #eee;
	box-sizing: border-box;
}
#category .sidebar li:first-child{
	border-top: 1px solid #eee;
}
#category .sidebar li:last-child{
	border-bottom: none;
}
#category .sidebar li:hover{
	background-color: #f9f9f9;
}
#category .sidebar li i{
	color: #fff;
	background-color: #0183bf;
	border-radius: 50%;
	padding: 0px 4px 0px 5px;
	position: absolute;
	top: 14px;
	left: 12px;
}
#category .sidebar p.view-more{
	font-weight: bold;
}
#category .sidebar p.view-more a{
	color: #0183bf;
	float: right;
    padding-right: 10px;
}
#category .list-product{
	width: 870px;
	float: right;
	margin-left: 30px;
}
.list-product-item{
	width: 290px;
	float: left;
	box-sizing: border-box;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	border-right: none;
}
.list-product-item:nth-child(3n+3){
	border-right: 1px solid #ddd;
}
.list-product-item:last-child{
	border-right: 1px solid #ddd;
}
.list-product-item .image{
	position: relative;
    overflow: hidden;
    width: 100%;
    float: left;
    height: 295px;
    margin:0 auto;
}
.list-product-item .image img{
	max-width: 250px;
	max-height: 250px;
	margin:auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.list-product-item .name{
	font-weight: bold;
}
.list-product-item .name a{
	display: block;
    margin-bottom: 5px;
    padding: 0 10px;
    height: 40px;
    line-height: 20px;
    font-size: 15px;
    overflow: hidden;
    text-align: center;
    color: #0183bf;
}
.list-product-item .price{
	color: #e30c09;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}
.list-product-item .add-cart{
	text-align: center;
	padding-top: 20px;
    text-align: center;
    height: 60px;
}
.list-product-item .add-cart a{
	padding: 8px 10px;
	color: #fff;
	border: 1px solid #0183bf;
	border-radius: 4px;
	background-color: #0183bf
}
/*.list-product-item .add-cart a:hover{
	background: #014693;
	color: #fff;
	border: 1px solid #014693;
	transition: 0.3s;
}*/
#category .detail-category{
	width: 100%;
	float: left;
	max-height: 335px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}
#category .detail-category .show-more{
	width: 100%;
	float: left;
	text-align: center;
	position: absolute;
    bottom: 0px;
    padding: 30px 0 8px;
	background: -moz-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 42%,rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 42%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 42%,rgba(255,255,255,1) 100%);
}
#category .detail-category .show-more a{
	color: #fff;
	background: #0183bf;
	padding: 8px 15px;
	cursor: pointer;
}
#category .view-pagination{
	width: 100%;
	float: left;
	border: 1px solid #ddd;
	box-sizing: border-box;
	padding: 8px 10px;
	margin-bottom: 20px;
}
#category .view{
	width: 30%;
	float: left;
}
#category .pagination{
	width: 100%;
	float: right;
	text-align: right;
}
#category .pagination li{
	display: inline;
}
#category .pagination ul{
	float: right;
}
#category ul.pagination li.active span {
    color: #fff;
}
#category ul.pagination li {
    display: inline-block;
    border: 1px solid #ddd;
}
#category ul.pagination li a {
    padding: 5px 12px;
    display: inline-block;
    color: #999;
}
#category ul.pagination li.active {
    padding: 5px 12px;
    background: #0183bf;
}
#category ul.pagination li.disabled {
    padding: 5px 12px;
    color: #999;
}
#category .view a{
	border: 1px solid #ddd;
	padding: 5px 10px;
	float: left;
}
#category .view a i{
	color: #999;
}
#category .view a.active{
	background: #014693;
	border: 1px solid #014693;
}
#category .view a.active i{
	color: #fff;
}
#search{
	width: 100%;
	float: left;
	margin-top: 20px;
}