


	 

	.product- { opacity: .4; }
	.product- .message-out-of-stock { display: inline-block; } 

	.product- .td-quantity input { display: none; } 

	 

	 .warranty-RM88{ display: none; }
	
	.position {
		border-bottom: 1px solid #ccc; /* Adds a border between positions */
		padding-bottom: 20px; /* Adds space inside the border */
		margin-bottom: 20px; /* Adds space between the border and the next position */
	}
	
	.position:last-child {
		border-bottom: none; /* Removes the border for the last position */
		margin-bottom: 0; /* Removes the margin for the last position */
	}
	
	.country_name {
		border-bottom: 1px solid #ccc; /* Adds a border between positions */
		padding-bottom: 20px; /* Adds space inside the border */
		margin-bottom: 20px; /* Adds space between the border and the next position */
	}
	
	.country_name:last-child {
		border-bottom: none; /* Removes the border for the last position */
		margin-bottom: 0; /* Removes the margin for the last position */
	}

