@charset "utf-8";
/* CSS Document */
		
		.header_fixed{ position:fixed; width:100%; z-index:100; }
		
		.shop_desktop_header .header_body{ }
		.shop_desktop_header .logo_fld{ padding:10px;}
		.shop_desktop_header .logo{ height:80px; width:auto; }
		.shop_desktop_header .logobag{ height:80px; width:auto; position:relative; top:5px; }
		
		
		.shop_desktop_header .header_meni_dugme{ text-decoration:none; display:inline-block; color:#fff; font-size:15px; font-weight:normal; text-transform:uppercase; padding:16px 20px; letter-spacing:1px;}
		.shop_desktop_header .header_meni_dugme:hover{ color:#ccc; }
		
		.shop_desktop_header .basket_fld{ width:110px; border:0px #F00 solid; position:absolute; top:30px; right:10px; font-weight:bold; font-size:24px; color:#555;  }
		
		.shop_desktop_header .mob_header_btn{ color:#FFF; font-size:28px; color:#fafafa; text-decoration:none; }
		.shop_desktop_header.mob_header_btn:hover{ color:#ccc; }
		@media only screen and (max-width:980px){
			
			
		}
		
		
		@media only screen and (max-width:750px){
			
			.shop_desktop_header .logo{ height:60px; width:auto; }
			.shop_desktop_header .logobag{ height:60px; width:auto; position:relative; top:5px; left:20px; }
			.shop_desktop_header .basket_fld{ width:100px; border:0px #F00 solid; position:absolute; top:20px; right:15px; font-weight:bold; font-size:20px; color:#555;  }
			
		
			.shop_desktop_header .header_meni_dugme{ text-decoration:none; display:block; font-size:16px; padding:18px 20px;}
		}
		
		@media only screen and (max-width:490px){
			
		}

