| 
					
				 | 
			
			
				@@ -154,10 +154,12 @@ $(function(){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			containers_id.forEach((element) => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				$("#"+element).fadeOut(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			}); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			$("#"+$(this).data("dom")).fadeIn(function(){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				if($(this).data("dom") == "home_themes-block_1"){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-					console.log("oll"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-					$("#home_themes-block_1").slick('refresh'); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			var d = $(this).data("dom"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			$("#"+d).fadeIn(function(){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				if(d == "home_themes-block_1"){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					$("#home_themes-block_1>div>div").slick('refresh'); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			}); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			 
			 |