main{
	padding: 0 !important;
	margin-bottom: 80px;
	max-width: 1400px;
	position: relative;
}
.banner{
	width: 100%;
	padding: 0;
	margin: 40px 0 80px;
	color: #000;
	text-align: center;
	font-family: 'Roboto-Thin';
	font-size: 50px;
}
aside{
	float: left;
	width: 240px;
	padding-top: 20px;
}
.filter-item{
	width: 100%;
	margin-bottom: 20px;
}
.filter-item .heading{
	width: 100%;
	display: block;
	padding: 4px 8px;
	background: #000;
	color: #ffffff;	
	font-family: 'Roboto-Bold';
	text-transform: uppercase;
}
.filter-item ul{
	font-family: 'Roboto-Thin';
	color: #000;
	margin-top: 10px;
	margin-left: 10px;
}
.filter-item ul li{
	margin-bottom: 4px;
}
.filter-icon{
    max-width: 24px;
    margin-top: 8px;
    cursor: pointer;
}
.order-box{
	max-width: 160px;
	margin-left: auto;
	margin-bottom: 20px;
	border-color: #000;
	height: 32px;
	font-size: 16px;
	padding-top: 4px;
}
.products{
	padding-left: 360px;
}
.pagination{
	margin: 0 auto;
}
.page-item.active .page-link{
	background-color: #000;
	border-color: #000;
}
.page-link{
	font-family: 'Roboto-Regular';
	color: #000;
}
@media(max-width: 768px){
	aside{
        position: absolute;
        top: 33px;
        background: #fff;
        z-index: 111;
        padding-top: 33px;
        width: 100%;
        height: 100%;
        left: 0;
        display: none;
	}
	.products{
		padding-left: 15px;
	}
}