| 
					
				 | 
			
			
				@@ -40,6 +40,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         // props 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           // item: this.item, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          header: 'materio.In order to be able to place your order, please log in or create your account', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           callbackargs: { variation_id: variation_id }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           // close: (variation_id) => { this.closeModal(variation_id) }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           onLogedInBack: (cba) => { this.onLogedIn(cba.variation_id) }, 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -59,8 +60,8 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           name: 'modal-loginregister', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           draggable: false, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           classes: 'vm--modale-loginregister', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          width: '500px', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          height: '350px' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          width: '550px', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          height: '400px' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       ) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }, 
			 |