.cabinet__left{
	width: 225px;
	text-align: center;
}
.cabinet__right{
width: 900px;
}
.cabinet__name{
	padding: 10px 0;
	font-size: 28px;
}
.cabinet__right > p{
	padding: 10px 0;
	line-height: 20px;
	margin-bottom: 20px;
}
.cabinet__left tel{
	font-weight: 600;
	line-height: 20px;
}
.cabinet__avatar{
	width: 225px;
	height: 224px;
	line-height: 224px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(230, 230, 230);
  background-color: rgb(255, 255, 255);
}
.cabinet__avatar img{
	max-width: 100%	;
	vertical-align: middle;
}
.seller__about{
	background-color: #fff;
	border: 1px solid #e6e6e6;
	padding: 25px;
	margin-bottom: 30px;
}
.seller__about h2{
	padding: 10px 0;
}
.seller__button{
	width: 250px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	display: inline-block;
	margin: 10px 0;
}
.seller__button:hover{
	color: #0C5670;
}
.seller__side .categories:first-child{
	margin-bottom: 30px;
	border-bottom: 1px solid #e6e6e6;
	border-radius: 3px;
}
.seller__heading  h2{
	padding: 0;
}
.seller__heading{
	padding-bottom: 20px;
}
.seller__side .categories article{
	padding: 10px 15px;
background-color: #fff;
border-left: 1px solid #e6e6e6;
border-right: 1px solid #e6e6e6;
}
.seller__side .categories article p{

}
.seller__list{
	margin-bottom: 50px;
}