@media(max-width: 991px) {
	
}







@media(max-width: 767px) {
	.zoom{
		display: none;
	}
	.group-filter {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		text-align: center;
		justify-content: center;
		background: #fff;
		padding: 7px;
		box-shadow: 0px -5px 9px rgb(0 0 0 / 31%);
	}
	.download{
		display: none;
	}
	.sidebar{
		display: none;
	}
	#content{
		margin-left: 0;
		padding: 15px;
		padding-bottom: 60px;
	}
	.header-right .form-control{
		color: #000;
	}
	.header-right ::placeholder{
		color: #000;
	}
	.header-right .form-select{
		color: #000;
	}
	.sort {
		margin-left: 5px;
	}
	.header-right .form-control{
		text-align: center;
		width: 100px;
	}
	.header-right .form-select{
		text-align: center;
		width: 100px;
	}
	option{
		text-align: left;
	}
	.section img {
		transform: inherit !important;
	}
	.image-view {
		display: block;
	}
}








@media(max-width: 575px) {
	
}






