@media (min-width: 768px) {
   
}

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

}

@media (max-width: 1200px) {
   
}
@media screen and (min-width:2400px) and (max-width: 3000px){

}
@media screen and (min-width:1800px) and (max-width: 2399px){

}
@media screen and (min-width:1400px) and (max-width: 1799px){
	
}
@media screen and (min-width:1200px) and (max-width: 1400px){

}
@media screen and (min-width:1200px) and (max-width: 1366px){
 

	
	
	
}
@media screen and (min-width:1024px) and (max-width: 1199px){
 .menu > ul > li a {  padding: 1.5em 4px;font-size: 13px; }
 .input-group {  width: 90%;}
 
 .wishlist_icon img {
    width: 17px;
    height: auto;
}
 
 
 
 
 
 
 
}

@media screen and (min-width:768px) and (max-width: 1023px){
 .main_menu{display:none;}  
.main_menu2{display:block;} 
 .logo1{display:none;} 
.menu > ul > li a {  padding: 1.5em 15px; }

.wishlist_icon ul {
    margin: 0px;
    text-align: center;
}
.wishlist_icon {
    position: relative;
    top: 0;
    padding: 15px 0px;
    cursor: pointer;
}





}
 

@media screen and (min-width:320px) and (max-width: 767px){
 
.main_menu{display:none;}  
.main_menu2{display:block;}
.logo1{display:none;} 
.header {  padding: 0px 0px 17px;}
.top_menurl ul { text-align: center;}
.top_menur ul { text-align: center;}
.sliders .owl-prev {left:0;top: 35%;}
.sliders .owl-next {right:0;top: 35%;}

	.shopcatgrybx ul li {
    list-style: none;
    display: inline-block;
    padding: 0px;
    width: 49%;
}
	.shopcatgrybx ul li img {
    width: 70px;
    height: auto;
}
	.shopcatgrybx ul li h3 {
    margin: 15px 0px;text-align:center;
		font-size: 16px;}
	
	
	
	
	
}



@media (max-width: 767px){

}













