.btn-filter{
	display: none;
	border-top: solid 1px #fff;
}
@media screen and (max-width:850px){
	.img-gallery{
		padding: 0;
	}
	.row>.img-primary{
		padding: 0;
	}
	.img-gallery{
		height: auto;
	}
	.img-gallery>img{
		position: relative;
		top: 0;
	}
	.title{
		margin-top: 0;
		margin-bottom: 20px;
	}
	.nav-tipe{
		margin-top: 20px;
	}
}
@media screen and (max-width:767px){
	.btn-filter{
		display: block;
		position: absolute;
		top: 66px;
		left: 0;
		width: 100%;
		border: none;
		background: #0081AB;
	}
	.row>.form-filter{
		padding: 0;
		margin-top: -1px;
	}
	.row>.img-wrapper{
		padding: 0;
		margin-top: -15px;
	}
	.menu{
		display: none;
	}
	.navbar-toggle{
		display: block;
		position: absolute;
		top: -10px;
		right: 0;
		color: #fff;
	}
	.box-right>.box-body>.box-img{
		height: auto;
	}
	.menu-title{
		text-align: center;
		margin-top: 20px;
	}
	
}
@media screen and (max-width:480px){
    .box-wrapper{
        padding: 5px;
    }
    .home-title, .menu-title{
        font-size:18px;
    }
	.box-description>._price{
		font-size: 13px;
		padding: 3px 0;
	}
	.box-description .desc{
		font-size: 10px;
	}
	.box-description>h2{
        font-size: 13px;
	}
	.fsearch-mobile{
		display: block;
	}
	.fsearch-desktop{
		display: none;
	}
	.slide-img{
		background-position:center;
		height: 270px;
	}
}
@media screen and (max-width:400px){

}
@media screen and (max-width:370px){
}