|  | @@ -69,7 +69,7 @@
 | 
	
		
			
				|  |  |              class="col-11 col-sm-10 flex text-h6 q-pl-sm"
 | 
	
		
			
				|  |  |              style="align-items: center"
 | 
	
		
			
				|  |  |            >
 | 
	
		
			
				|  |  | -            {{ days - 1 }} {{ $t("nights") }} {{ days }} {{ $t("days") }}
 | 
	
		
			
				|  |  | +            {{ days - 1 }} nights {{ days }} days
 | 
	
		
			
				|  |  |            </div>
 | 
	
		
			
				|  |  |            <div
 | 
	
		
			
				|  |  |              v-if="productTypeId === FLIGHTPRODUCTTYPE"
 | 
	
	
		
			
				|  | @@ -248,12 +248,7 @@
 | 
	
		
			
				|  |  |      >
 | 
	
		
			
				|  |  |        <div
 | 
	
		
			
				|  |  |          class="col-12"
 | 
	
		
			
				|  |  | -        style="
 | 
	
		
			
				|  |  | -          background-color: white;
 | 
	
		
			
				|  |  | -          display: flex;
 | 
	
		
			
				|  |  | -          justify-content: center;
 | 
	
		
			
				|  |  | -          align-items: center;
 | 
	
		
			
				|  |  | -        "
 | 
	
		
			
				|  |  | +        style="background-color: white"
 | 
	
		
			
				|  |  |          v-html="productDescription"
 | 
	
		
			
				|  |  |        ></div>
 | 
	
		
			
				|  |  |      </div>
 |