.categories-list{
	width: 100%;
	clear: both;
	margin-bottom: 20px;
	display: inline-block;
}
.categories-list .blockMenu {
	background: #616161;
	line-height: 30px;
	display: inline-block;
	width: 100%;
	border: 1px solid #eee;
	border-radius: 0;
	position: relative;
}
.categories-list .blockMenu>h2 {
	background: #292929;
	padding: 0 20px 0 10px;
	line-height: 30px;
	position: relative;
	float: left;
	color: #fff;
	font-weight: 700;
	margin:0 15px 0 0;
	border-radius: 0;
	text-transform: uppercase;
	font-size: 14px;
	height: 31px;
	font-family: Arial;
}

.categories-list .blockMenu>h2:after {
	background: #292929;
	content: "";
	display: block;
	position: absolute;
	right: -11px;
	width: 0;
	height: 0;
	border-top: 13px solid transparent;
	border-right: 31px solid #292929;
	border-bottom: 20px solid #616161;
	top: -1px;
	transform: rotate(-90deg);
}
.categories-list .blockMenu>h2 a, .categoryMenus .parent>li>i {
	color: #fff;
}

.categories-list .blockMenu ul {
	float: left;
}
.categories-list .blockMenu ul li {
	display: inline-block;
}
.categories-list .blockMenu ul li a {
	font-size: 13px;
	display: inline-block;
	border-right: 1px solid #fff;
	padding: 0 10px;
	color: #fff;
}
.categories-list .blockMenu ul li a:hover {
	color: #FFC107;
}
.categories-list .title-more-bottom {
	padding-top: 0;
}
.categories-list .title-more {
	border-bottom: 1px solid #d8492c;
	padding-bottom: 3px;
}
@media (max-width: 768px) {
	.main-search #product-lists{
		display: block;
	}
}