@media (max-width:2560px){


}

@media (max-width:1920px){
	
}

@media (max-width:1680px){
	
}

@media (max-width:1440px){	
	
}

@media (max-width:1200px){
	.menu nav ul li a{	
		padding: 0 20px;	
	}
	
}

@media (max-width:1050px){

}

@media (max-width:1080px){

}	

@media (max-width:1024px){	
	
}

@media (max-width:991px){	
	
	.btn{padding:3px;}
	.my_wish {
        right: 0px;
        top: 6px;
    }
	.product_img {
        height: 95px;
    }
	.price {
		min-height: 45px;	    
	    font-size: 13px;
	}
	.price .new {	    
	    font-size: 16px;
	}
	.wishlist {	   
	    font-size: 8px;
	}
	/*middle header start*/
	.menu_logo{
		width: 50%;
	}
	.search{
		width: 55%;
	}
	.cart_part{
		width: 20%;
	}
	.hotline{
		/* display: none; */
		font-size: 12px;
	}
	.hot_mail {		
		font-size: 12px;
		padding-right: 5px;
	}
	.menu-toggle{
		display: block;
	}

	/*middle header end*/
	header .menu{
		background: #F4F4F4;
		border-bottom: 1px solid rgba(0,0,0,.05);
		display: none;
	}	
	.menu nav{
		position: absolute;
		background: #F8F8F8;
		width: 100%;
		top: 54px;		
		left: -120%;
		height: calc(100vh-50px);
		transition: 0.5s;
		/*display: none;*/
	}
	.menu nav ul{
		display: block;
		text-align: left;
		padding: 0 10px;
	}
	.menu nav ul li{
		border-left: 1px solid rgba(0,0,0,.05);
	}
	.menu nav ul a{
		border-bottom: 1px solid rgba(0,0,0,.2);
	}
	.menu nav.active{
		left: 0px;
	}
	.menu.show_hide{
		display: block;		
	}

	/*sub menu start*/	
	.menu ul li:hover > ul{
		position: relative;	/*protect overflow*/		
		width: 100%;
		left: 0;
		padding: 0 10px 0 20px;
		border-left: 2px solid red;

	}
	.menu nav ul li > ul li{
		width: 100%;		
	}
	/*sub menu end*/	
	.bottom_footer{
		height: 50px;
	}
	.copyright{
		font-size: 12px;
		text-align: center;
		line-height: normal;
		margin-top: 15px;
	}	
	.social_icon nav{
		float: none;
	}
	.social_icon nav ul li a {    
	    font-size: 18px;
	    padding: 0 9px;
	}
}

@media (max-width:900px){
	
}

@media (max-width:800px){

}
/* *********************************************************************************** */
/* @media only screen and (min-width: 768px) { 
	.menutext_br {
		display: none;
	}
} */
@media (max-width: 768px){
	.menutext_br {
		display: block;
	}

	.hotline{
		/* display: none; */
		font-size: 11px;
	}
	.hot_mail {		
		font-size: 11px;
		padding-right: 5px;
	}

	/* Card */
	.card_img img {
		width: 60%;
	}
	.text_title{
		text-align: center;
	}

	/* back-end */
	.skin-blue .main-header .navbar .nav>li>a {
		background: #06bb06;
		color: #f6f6f6;
		height: 50px;
		line-height: 50px;
	}
	.process-button{
		width: 70px;
		height: 70px;	
	}
	.process-button img{
		width: 50px;
	}
	.process-title{
		font-size: 14px;
		font-weight: bold;
	}
    .price {
        font-size: 16px;
    }
    .price h3{
        font-size: 20px;
    }
	.reg_margin{margin-bottom: 9px;}
	/*filter btn*/
	.filter_section{
		position: fixed;
		top: 180px;
		left:-100%;
		background: #fff;
		max-height: 420px;
		overflow-y: scroll;
		z-index: 99;
		box-shadow: 0 2px 4px 0;
		transition: 1s;
	}
	#filter_btn_lg{display: none;}
	#filter_btn_sm{
		display: block;
	    position: fixed;
	    top: 130px;
	    right: 0;
	    width: 75px;
	    height: 40px;
	    border-radius: 5px;
	    color: #fff;
	    line-height: 40px;
	    background: #05D20C;
	    box-shadow: 0 2px 4px 0;
	    z-index: 99;
	}
	.show_filter{	
		left: 0;
		transition: 1s;
	}
	.scrollup{
		bottom: 150px;
	}	
	#chat_btn{
		display: none;
	}
	#chat_btn_sm{
		display: block;
		bottom: 100px;
	}
	.chat_body{
		height: 85%;
	}   
	.product_body{
		padding: 0;
	}
	.product_details {
    	height: 40px;
	}
	.not_found{
		margin-top: 180px;		
	}	
	/*user menu toggle*/
	.user_menu{
		display: none;
	}	
	.show_hide{
		display: block;		
	}
	.modal-header .close {
		margin-top: -13px;
		margin-right: -30px;
	}
	.login{
		margin-top: 60px;
	}
	.msg{      
      /*left: 0;*/
      width: 100%;      
    }
	#myCarousel{
		margin-top: 52px;
	}
	.carousel-caption{
		display: none;
	}
	.container{
		padding: 0;
	}
	.do_scroll{
		overflow-y: scroll;
		/* height: 450px; */
	}
	.top_right{
		display: none;
	}
	header{
		position: fixed;
	}
	.top_left{
		position: absolute;
	    display: block;
	    top: 0;
	    left: 0;
	    width: 100%;
	}
	/*middle header start*/

	.middle_header{
		height: 50px;
		line-height: 50px;
		padding: 0 10px;
	}		
	.cart_part{
		width: 50%;
		height: 50px;
	}

	.menu_logo {
	    /* padding: 0; */
	    line-height: 45px;
	    /*float: left;*/
	    width: 84%;
	}
	.cart{
		width: 25%;		
	}
	.account{
		display: block;
		width: 50%;
		float: left;
		text-align: center;
		line-height: normal;
	}
	.account a{
		float: right;
		color: #000;
		font-size: 16px;
		text-decoration: none;
		margin-top: 6px;
	}
	.toggle_part{
		width: 15%;
		float: right;
	}
	.menu-toggle{		
		line-height: 50px;
	}
	.search_part{
		background: #aaa;
		position: fixed;
		width: 100%;
		top: 80px;
		left: 0;		
	}
	.search{
		width: 100%;
		line-height: 30px;		
		padding: 5px 10px;
	}
	/*middle header end*/
	#body_wraper{
		position: relative;
		top: 125px;
		/*height: 1020px;*/
	}
	.main_content{
		min-height: 463px;
		margin:20px 0 0 0;
	}
	.show_body, .group_product{
		margin:100px 0 0 0;
	}	
	.bottom_footer{
		height: 100px;
	}
	.copyright{
		font-size: 15px;
		text-align: center;
		line-height: normal;
		margin-top: 15px;
	}	
	.social_icon nav{
		float: none;
	}

	#ul_parts li{
		width: 100%;
		margin: 0px;
	}
	.descrip ul li{
		margin: 0px;
	}	
}
@media (max-width: 667px){
	
}

@media (max-width:600px){

}

@media (max-width: 568px){	
	.chat_body {
	    width: 100%;
	}	
}

@media (max-width: 375px){
	
}

@media (max-width:320px){
	.menu_logo{
		width: 70%;
	}
	.process-button{
		width: 50px;
		height: 50px;	
	}
	.process-button img{
		width: 30px;
	}
	.process-title{
		font-size: 10px;
		font-weight: bold;
	}
}

/*min section*/
@media (min-width:992px){
	.fixed_menu{
		position: fixed;
		top: 0;
		left: 50%;
		width: 100%;
		transform: translate(-50%, 0);
		z-index:99;
	}
}