@media screen and (min-width: 1900px){

}
@media screen and (max-width: 1350px){
 
}
@media screen and (max-width: 1310px){

}
/*standart @media*/
@media screen and (max-width: 1200px){
	
    #topbar .menu-top li ul{left: -57px;}
}

@media screen and (max-width: 1000px){
	#topbar .menu-top li ul{left: -57px;}
}

@media screen and (max-width: 768px){
	html, body{background-color: #ffffff;}
	.th-logo img{padding-top: 5px; padding-bottom: 10px;}
	.header-pro-normal{background-color: #ccc;}
	.isMobile{display: block;}
	.menuMobile{background-color: #0085F0;padding-top: 4px; padding-bottom: 0px;}
	.m-extend{ background-color: rgba(0,0,0,0.9) !important; width: 100% !important }
	.close-m-extend{height: 100%;}
	.btn-info{
		background-color: #0085F0 !important;
	}
	.cart-icon-mobile{
		display: inline-block;
		text-align: center;
		margin-top: 8px;
		margin-left: -18px;
	}
	.fa-shopping-cart{
		color:#ffffff;
		font-size: 24px;
	}
	.cart-icon-mobile .itemCount{
    	width: 20px;
    	height: 20px;
    	background: #fff;
    	border-radius: 100%;
    	position: absolute;
    	right: 2px;
    	top: -6px;
    	text-align: center;
    	line-height: 20px;
    	font-size: 12px;
    	font-style: normal;
    	border: 1px solid #00aff0;
	}

	.cart-mobile {
	    border: 1px solid #bbb;
	    padding: 15px;
	    margin-bottom: 15px;
	}
	.cart-mobile .item {
	    display: inline-block !important;
	    width: 100%;
	    margin-bottom: 10px;
	    border-bottom: 1px solid #bbb;
	}
	.cart-mobile .item .img {
	    width: 100%;
	    display: inline-block;
	    float: left;
	}

	.modal-dialog {
	   min-height: calc(100vh - 20px);
	}
	.header-pro-hot h2{font-size: 15px;}
	.header-pro-normal h2{font-size: 15px;}
}

@media screen and (max-width: 630px){
	
}

@media screen and (max-width: 550px){
	
}

@media only screen and (max-width: 480px){
    .tab .nav-tabs li{
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .tab .tab-content{ margin-top: 0; }
    #topbar .menu-top li ul{left: -80px;}
 
}

@media screen and (max-width: 360px){
	#topbar .menu-top li ul{left: -80px;}
}