.body, .mobile-wrapper, .padding{
	background-color:#fff;
	padding:0px;
}
.body{
	margin-bottom:25px;
}
.search-btn {
	position: fixed;
	left: 0;
	bottom: 0;
	width:100%;
	padding:0;
	background-color:#fff;
	border-top:1px solid #ccc;
}
.search-btn .btn{
	height:45px;
	border:none;
	border-radius:0px;
}
.padding{
	margin:0px;
}
.padding .in{
	box-shadow:none;
	padding:10px 15px;
}

.padding .in h5{
	padding:0px;
}
.padding .line{
	height:10px;
	background-color:#f4f4f6;
}
.type_label{
	box-shadow:none !important;
}
.type_label.active{
	color:#fff;
}

.type_label:first-child{
	border-right:0px !important;
}

.type_label:not(:first-child):not(:last-child){
	border-right:0px !important;
}

.menu-close{
	color:#333;
	margin-top:8px !important;
}