@media screen and (max-width:1700px) and (orientation: landscape) {
	.table__list-container{box-shadow: inset -7px 0 9px -7px rgba(0,0,0,0.7);}
}

/* TABLET LANDSCAPE */
@media screen and (min-width:990px) and (max-width:1100px) and (orientation: landscape) {
	
}

/* TABLET PORTRAIT */
@media screen and (min-width:700px) and (max-width:800px) and (orientation: portrait) {
	
}

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

@media screen and (max-width:700px){
	.a__sidebar span{display:none;}
	.top__section{height:unset;padding:0!important;border-radius:var(--border-radius-btn);}
	.top__section .container{flex-wrap:wrap;height:unset;gap:0;}
	.top__section .logo{white-space:nowrap;width:auto;margin:0;}
	.top__section .logo a{width:100%;padding:10px 15px;}
	.top__section .logo a h2{width:100%;font-size:1.15rem;}
	.right__top, .center__top{padding:0px;width:50%;}
	.right__top{padding-right:5px;}
	.top__section .top__badge span.labelTop{display:none;}
	.top__badge{padding:12px 15px;}
	.top__badge i{margin:0;}
	.top__section .ul__sidebar{height:55px;}
	
	.searchProduct{gap:0;}
	.searchProduct input{min-width:180px;width:180px;padding:10px 18px!important;font-size:0.85rem;}
	.filter{padding:0 10px;}
	.filter label{display:none;}
	.filter select{border:0;padding:10px 0;font-size:0.85rem;}
	
	.side__row{gap:20px 1%;}
	.el__float{flex:unset;width:100%!important;}
	.el__float_padding{padding:15px;}
	.el__float-title{padding:22px 15px;}
	.el__float-content{padding:15px;}
	.el__float-control{position:relative;top:0;right:0;justify-content:center;padding:10px;gap:30px;}
	.el__float-control a{width:fit-content;padding:0;}
}