Up to 50% off

Deal On brings you wide range of products at affordable prices to make your shopping experience phenomenal.

  • No products to compare
Clear all Compare
  • No products in the cart.
  • No products in the cart.

  • No products to compare
Clear all Compare
Image Alt

Shop

  /    /  Home Appliances  /  Maina Enterpriser GERMAN POOL KTT-209 Folding Multifunction Stainless Steel Electric Travel Kettle

Maina Enterpriser GERMAN POOL KTT-209 Folding Multifunction Stainless Steel Electric Travel Kettle

 3,849  4,000

<!–

Seller Guarantees :

On-time Delivery
55 days

–>

<!–

Buyer Protection

Full Refund if you don’t receive your order
Full or Partial Refund , if the item is not as described

Learn more

–>


<!–

–>

-4%span.discount_Span {display : none;}[id^=”old-price”] {top : 13px !important;}[id^=”product-price”] {top : -15px !important; left : 90px !important;}

Availability: In stock

<!––>

Rs. 4,000

<!––>

Rs. 3,849



Would you like to protect
Your purchase/product?


Which insurance plan
would you like?

Select Your Insurance Plan




//

Boiling & cooking at 100 degrees C.
Keep warm at 30 -90 degrees C.
Optimal brewing temperature for tea or coffee.
Universally adaptable power supply (100 – 240V)
The 3-in-1 function of boiling, cooking and keeping warm
30 – 100 °C regulating range, 1°C control precision
FDA-approved food-grade non-toxic silicone
0.5L water capacity, perfect for a family of 3
One-button simple operation
General Brand Maina Enterpriser
SKU APPMAI6180E64C9BDF0
Vendor Miana Enterpriser
Store Name other

decorateTable(‘product-attribute-specs-table-1’)

Features Colour Family White
Weight 1.0000

decorateTable(‘product-attribute-specs-table-2’)

jQuery(document).ready(function(){

jQuery(‘.super-attribute-select’).on(‘change’,function(){

var selectedProduct = jQuery(this).val();
var smsCodeOptionArr = null;
var defaultValue = “”;

// var myObject = {“payload”:null};
// var payload = myObject.payload;
var newCodeFound = false;

//SEARCH SMS CODE FOR SELECTED PRODUCT
for(var i = 0; i < smsCodeOptionArr.length; i++) {

var smsCodeOptionArrStr = smsCodeOptionArr[i];
var smsCodeNewArr = smsCodeOptionArrStr.split("___++++___");

if(smsCodeNewArr[0] && smsCodeNewArr[1]){

var device_packages = smsCodeNewArr[0];
var sms_code = smsCodeNewArr[1];

//CHECK SELECTED VALUE IS SAME AS DEVICE PACKAGE THEN UPDATE VALUE OF SMS CODE ELSE USE DEFAULT CODE
if(device_packages==selectedProduct){
jQuery('.order-thorugh-sms-code-region').text(sms_code);
newCodeFound = true;
}
}
}

//SET DEFAULT SMS CODE IF NEW CODE IS NOT FOUND
if(!newCodeFound){
jQuery('.order-thorugh-sms-code-region').text(defaultValue);
}
});
});

Varien.Tabs = Class.create();
Varien.Tabs.prototype = {
initialize: function(selector) {
var self=this;
$$(selector+’ a’).each(this.initTab.bind(this));
},

initTab: function(el) {
el.href = ‘javascript:void(0)’;
if ($(el.parentNode).hasClassName(‘active’)) {
this.showContent(el);
}
el.observe(‘click’, this.showContent.bind(this, el));
},

showContent: function(a) {
var li = $(a.parentNode), ul = $(li.parentNode);
ul.select(‘li’, ‘ol’).each(function(el){
var contents = $(el.id+’_contents’);
if (el==li) {
el.addClassName(‘active’);
contents.show();
} else {
el.removeClassName(‘active’);
contents.hide();
}
});
}
}
new Varien.Tabs(‘.tabs’);

jQuery(document).ready(function() {

// process popup function //
jQuery(‘.hazir-ins-btn’).click(function(){
jQuery(‘.hazir-popup, .hazir-overlay’).fadeIn();
});
jQuery(‘.hazir-popup .close-btn’).click(function(){
jQuery(‘.hazir-popup, .hazir-overlay’).fadeOut();
jQuery(“.hazir-popup iframe”).attr(‘src’,jQuery(“.hazir-popup iframe”).attr(‘src’));
});
jQuery(‘.desc-popup-link’).click(function(){
jQuery(‘.desc-sec-popup, .hazir-overlay’).fadeIn();
});
jQuery(‘.desc-sec-popup .close-btn’).click(function(){
jQuery(‘.desc-sec-popup, .hazir-overlay’).fadeOut();
});

});
function need_Help() {
var url = window.location.href;
$zopim.livechat.say(url + ‘nNeed help with this product!n’);
}

function updateItemPrice()
{
var insurance_type = jQuery(‘#insurance_plan_jb’).val();
var product_price = ‘3849.0000’;
var product_id = ‘1410974’;

if(insurance_type == “”)
{
//For special price
if(jQuery(‘.special-price’).length)
{
//Update product display price [special]
jQuery(‘#product-price-‘ + product_id).text(‘Rs. ‘ + parseInt(product_price));
}
//For regular price
else
{
//Update product display price [regular]
jQuery(‘#product-price-‘ + product_id + ‘ .price’).text(‘Rs. ‘ + parseInt(product_price));
}

//Enable CNIC field
jQuery(‘#cnic_jb’).val(”);
// jQuery(‘#cnic_jb’).removeAttr(‘readonly’);

return;
}

//Get CNIC value
var cnic = jQuery(‘#cnic_jb’).val();

//Remove all ‘-‘
// cnic = cnic.replace(/[^0-9]/g, ”);

//Validate CNIC
if(cnic == ”)
{
// jQuery(‘#insurance_plan_jb’).val(”);
jQuery(‘#insurance-error-messages’).text(“Please enter your CNIC number”);
jQuery(“#insurance-error-messages”).css(‘display’ ,’block’);

return false;
}

//Validate CNIC number
if(cnic.length != 13)
{
// jQuery(‘#insurance_plan_jb’).val(”);
jQuery(‘#insurance-error-messages’).text(“Please enter valid CNIC number”);
jQuery(“#insurance-error-messages”).css(‘display’ ,’block’);

return false;
}

//Validate numeric digits
if(!jQuery.isNumeric(parseInt(cnic)))
{
// jQuery(‘#insurance_plan_jb’).val(”);
jQuery(‘#insurance-error-messages’).text(“Please enter valid CNIC number”);
jQuery(“#insurance-error-messages”).css(‘display’ ,’block’);
return false;
}

//Disable CNIC field
// jQuery(‘#cnic_jb’).attr(‘readonly’, true);

var insurance_amount = jQuery(‘#’ + insurance_type + ‘_val’).val();
var updatedAmount = parseInt(product_price);

//For special price
if(jQuery(‘.special-price’).length)
{
//Update product display price [special]
jQuery(‘#product-price-‘ + product_id).text(‘Rs. ‘ + updatedAmount);
}
//For regular price
else
{
//Update product display price [regular]
jQuery(‘#product-price-‘ + product_id + ‘ .price’).text(‘Rs. ‘ + updatedAmount);
}

productAddToCartForm.submit(this);
jQuery(‘.inner-wrapper.step1’).addClass(‘active’);
jQuery(‘.fader-insurance-popup,.cpopup’).removeClass(‘active’);
jQuery(‘body’).removeClass(‘scroll-hidden’);

return false;
}
function updateItemPriceTpl()
{
var insurance_type = jQuery(‘#insurance_plan_tpl’).val();
var product_price = ‘3849.0000’;
var product_id = ‘1410974’;

if(insurance_type == “”)
{
//For special price
if(jQuery(‘.special-price’).length)
{
//Update product display price [special]
jQuery(‘#product-price-‘ + product_id).text(‘Rs. ‘ + parseInt(product_price));
}
//For regular price
else
{
//Update product display price [regular]
jQuery(‘#product-price-‘ + product_id + ‘ .price’).text(‘Rs. ‘ + parseInt(product_price));
}

//Enable CNIC field
jQuery(‘#cnic_tpl’).val(”);
// jQuery(‘#cnic_tpl’).removeAttr(‘readonly’);

return;
}

//Get CNIC value
var cnic = jQuery(‘#cnic_tpl’).val();

//Remove all ‘-‘
// cnic = cnic.replace(/[^0-9]/g, ”);

//Validate CNIC
if(cnic == ”)
{
// jQuery(‘#insurance_plan_tpl’).val(”);
// alert(‘Please enter your CNIC number’);
jQuery(‘#insurance-error-messages’).text(“Please enter your CNIC number”);
jQuery(“#insurance-error-messages”).css(‘display’ ,’block’);
return false;
}

//Validate CNIC number
if(cnic.length != 13)
{
// jQuery(‘#insurance_plan_tpl’).val(”);
// alert(‘Please enter valid CNIC number’);
jQuery(‘#insurance-error-messages’).text(“Please enter valid CNIC number”);
jQuery(“#insurance-error-messages”).css(‘display’ ,’block’);

return false;
}

//Validate numeric digits
if(!jQuery.isNumeric(parseInt(cnic)))
{
// jQuery(‘#insurance_plan_tpl’).val(”);
jQuery(‘#insurance-error-messages’).text(“Please enter valid CNIC number”);
jQuery(“#insurance-error-messages”).css(‘display’ ,’block’);
return false;
}

//Disable CNIC field
// jQuery(‘#cnic_tpl’).attr(‘readonly’, true);

var insurance_amount = jQuery(‘#’ + insurance_type + ‘_val’).val();
var updatedAmount = parseInt(product_price);

//For special price
if(jQuery(‘.special-price’).length)
{
//Update product display price [special]
jQuery(‘#product-price-‘ + product_id).text(‘Rs. ‘ + updatedAmount);
}
//For regular price
else
{
//Update product display price [regular]
jQuery(‘#product-price-‘ + product_id + ‘ .price’).text(‘Rs. ‘ + updatedAmount);
}

productAddToCartForm.submit(this);
jQuery(‘.inner-wrapper.step1’).addClass(‘active’);
jQuery(‘.fader-insurance-popup,.cpopup’).removeClass(‘active’);
jQuery(‘body’).removeClass(‘scroll-hidden’);

return false;
}

function insurancePopupAddToCart()
{
jQuery(‘.fader-insurance-popup,.cpopup,.step1’).addClass(‘active’);
jQuery(‘body’).toggleClass(‘scroll-hidden’);
}

//addtocart_insurance_apply
jQuery(‘.close-icon,#close_insurance_popup,.fader-insurance-popup’).click(function()
{
jQuery(‘.inner-wrapper.step1’).addClass(‘active’);
jQuery(‘.fader-insurance-popup,.cpopup’).removeClass(‘active’);
jQuery(‘body’).removeClass(‘scroll-hidden’);
jQuery(‘#insurance-error-messages’).css(‘display’,’none’);

});
// step1 btn show/hide
jQuery(‘#insurance-yes’).click(function()
{
jQuery(‘#step2’).addClass(‘active’);
jQuery(‘#close_insurance_popup’).removeClass(‘active’);
});
jQuery(‘#insurance-no’).click(function()
{
jQuery(‘#close_insurance_popup’).addClass(‘active’);
jQuery(‘#step2’).removeClass(‘active’);
});
// step1 btn show/hide

jQuery(“.btn”).on(‘click’,function(e){
e.preventDefault();

var handler = jQuery(this).attr(‘id’);

if(handler!=”)
{
jQuery(‘.inner-wrapper’).removeClass(‘active’);
jQuery(‘.’+handler).addClass(‘active’);
}

});

jQuery(“.insurance_plan_wrap .img-section”).click(function()
{
// jQuery(this).parent().find(“.selector-option”).removeClass(‘ars’);
// jQuery(“.insurance_plan_wrap .img-section”).parent().find(“.selector-option”).addClass(‘ars’);
// jQuery(‘.ars’).val(”);
// jQuery(‘.f-right.content:not(.active)’).find(‘.form-input’).val(”);
jQuery(“.insurance_plan_wrap .img-section”).removeClass(‘active’);
jQuery(this).addClass(‘active’);
jQuery(“.insurance_plan_wrap .img-section”).parent().find(‘.content’).removeClass(‘active’);
jQuery(“.insurance_plan_wrap .img-section”).find(‘.check-icon’).removeClass(‘active’);
jQuery(this).parent().find(‘.content’).addClass(‘active’);
jQuery(this).find(‘.check-icon’).addClass(‘active’);

});

jQuery(‘#cnic_jb,#cnic_tpl’).click(function () {
jQuery(“#insurance-error-messages”).css(‘display’ ,’none’);
});

// disable select fields to stop post data tpl insurance
jQuery(‘.jubilee-icon’).click(function(){

jQuery(“#insurance_plan_tpl”).attr(“disabled”, true);
jQuery(“#insurance_plan_jb”).removeAttr(“disabled”);

});

// disable select fields to stop post data jubliee insurance
jQuery(‘.tpl-icon’).click(function(){

jQuery(“#insurance_plan_jb”).attr(“disabled”, true);
jQuery(“#insurance_plan_tpl”).removeAttr(“disabled”);

});

// enable form fields for insurance popup
jQuery(‘#step2’).click(function(){
jQuery(“#insurance_plan_jb”).removeAttr(“disabled”);

var jubliee = “”;
var tpl = “”;

if (tpl && jubliee==”0″) {
jQuery(“#insurance_plan_tpl”).removeAttr(“disabled”);
jQuery(‘.img-section’).addClass(‘active’);
}

});

jQuery(‘#step1’).click(function(){
jQuery(“#insurance_plan_jb”).attr(“disabled”, true);
jQuery(“#insurance_plan_tpl”).attr(“disabled”, true);
jQuery(‘#insurance-error-messages’).css(‘display’,’none’);

});

// add to cart product and check cnic validation
jQuery(‘#addtocart_insurance_apply’).click(function(){

jQuery(‘.inner-wrapper.step2’).addClass(‘active’);

checkActivePlan = jQuery(‘#check-icon-jb’).hasClass(‘active’);

if (checkActivePlan) {
updateItemPrice();
}
else {
updateItemPriceTpl();
}

});

// cnic validation remove spaces
jQuery(“#cnic_jb ,#cnic_tpl,#product_cnic”).on(“keyup”, function (event) {
var qr_code = jQuery(this).val();
re = /[`~!_@#$%^&*()|+-=?;:'”,.s*{}[]\/a-z]/gi;
var isSplChar = re.test(qr_code);
if (isSplChar) {
var no_spl_char = qr_code.replace(re, ”);
jQuery(this).val(no_spl_char);
}
});

// ON keypress ENETER
jQuery(‘#cnic_jb,#cnic_tpl’).on(‘keypress’,function(e) {
if(e.which == 13) {
return false;
}
});
// ON keypress ENETER

jQuery(‘#insurance-no’).click(function(){
jQuery(“#insurance_plan_tpl”).attr(“disabled”, true);
});
jQuery(‘#insurance-yes’).click(function(){
jQuery(“#insurance_plan_tpl”).removeAttr(“disabled”);
});

jQuery(document).ready(function(e) {

// url to which form is post with ajax
var formUrl = ”;

//–> gettting input field values by jquery on button click event
jQuery(‘#pricealert_submit_btn’).click(function(e) {
var customerName = jQuery(‘#price_alert_name’).val();
var customerId = jQuery(‘#price_alert_customer_id’).val();
var customerEmail = jQuery(‘#price_alert_email’).val();
var customerMobile = jQuery(‘#price_alert_mobile’).val();
var productId = jQuery(‘#price_alert_product_id’).val();
var productPrice = jQuery(‘#price_alert_product_price’).val();
var productName = jQuery(‘#price_alert_product_name’).val();
var queryResult = 0;

//–> if this customer with this product id already exists in db do not proceed
if(queryResult > 0){
jQuery(‘#price_alert_already_error’).show();
document.getElementById(‘price_alert_already_error’).innerHTML = “You are already subscribed for this product”;
}
else{
if(customerName.length > 0 && (customerEmail.length > 0 || customerMobile.length > 0)){
// if(validate_email(customerEmail))
// {
//

jQuery(‘#price_alert_error’).hide();
jQuery(‘#pricealert_user_error’).hide();
jQuery.ajax({
type: “POST”,
url: formUrl,
data: {name : customerName,customer_id:customerId,email:customerEmail,mobile:customerMobile,product_id:productId,product_price:productPrice,product_name: productName },
load: jQuery(“#img_loading_price_subscription”).show(),
success: function(response){
jQuery(“#img_loading_price_subscription”).hide();
jQuery(“#price_alert_msg”).show();

}
});
//}
// else{
// jQuery(‘#price_alert_error’).show();
// document.getElementById(‘price_alert_error’).innerHTML = “Email address is invalid”;
// }
}
else{
jQuery(‘#price_alert_error’).show();
document.getElementById(‘price_alert_error’).innerHTML = “You missed require field”;
}
}
return false;
});

function validate_email(str)
{

return /^([w-_.]+)(.[w-_.]+)*@([w-]+)(.[w]{2,7})(.[a-z]{2})?$/i.test(str);
}

});

jQuery(‘.disclaimer-msg i’).click(function(){
jQuery(‘.disclaimer-msg’).fadeOut();
});

jQuery(“#trackno”).bind(“keypress”, {}, keypressInBox);

function keypressInBox(e) {
var code = (e.keyCode ? e.keyCode : e.which);
if (code == 13) { //Enter keycode
e.preventDefault();
track();
}
};

function track(){

var trackno = jQuery(‘#trackno’).val();

if(trackno == ”){
alert(‘Please enter order number.’);
}
else{
jQuery(“#go_tracking”).hide();
jQuery(“#tracking_loader”).show();
var url = “http://yayvo.com/tracking.php” ;
if (window.location.href.indexOf(“https://”) != -1) {
url = url.replace(“http://”, “https://”);
}
jQuery.ajax({
type: “POST”,
url: url,
data: {trackno: trackno, is_logged_in:’0′},
success: function (data) {

jQuery(‘.popup-txt-detailss’).hide();

jQuery(“#tracking_loader”).hide();
jQuery(“#go_tracking”).show();

jQuery(‘.popup_overlay’).fadeIn(‘slow’, function() {
// Animation complete.
});
jQuery(‘#tracking_popup_res’).html(data).show();
//jQuery(‘#tracking_popup_res’).show();
//jQuery(‘#tracking_popup_res’).show();

}
});
}
}

function close_popup(){
jQuery(‘#trackno’).val(”);
jQuery(‘#tracking_popup_res’).html(”);
jQuery(‘.popup-txt-detailss’).hide();
jQuery(‘.popup_overlay’).fadeOut(‘slow’, function() {
// Animation complete.
});
//jQuery(‘#tracking_popup_res’).hide();
}

_atrk_opts = { atrk_acct:”0Yv7m1aQpne17i”, domain:”yayvo.com”,dynamic: true};
(function() { var as = document.createElement(‘script’); as.type = ‘text/javascript’; as.async = true; as.src = “https://d31qbv1cthcecs.cloudfront.net/atrk.js”; var s = document.getElementsByTagName(‘script’)[0];s.parentNode.insertBefore(as, s); })();

<img src=”https://d5nxst8fruw4z.cloudfront.net/atrk.gif?account=0Yv7m1aQpne17i” style=”display:none” height=”1″ width=”1″ alt=”” />

//

<!–

X

SnWRoute SnWClose

–>

window.fbAsyncInit = function() {
// alert(“fb init”);
FB.init({
appId : ‘2300154380301842’, // App ID
status : true, // check login status
cookie : true, // enable cookies to allow the server to access the session
xfbml : true, // parse XFBML
version : ‘v3.3’
});
};

// Load the SDK asynchronously
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = “https://connect.facebook.net/en_US/sdk.js”;
fjs.parentNode.insertBefore(js, fjs);
}(document, ‘script’, ‘facebook-jssdk’));

function greet(id){
FB.api(‘/me’, function(response) {
var src = ‘https://graph.facebook.com/’+id+’/picture’;
$$(‘.welcome-msg’)[0].insert(‘‘);
});
}

function fblogin(){
try {
// alert(“fb login”);
window.fbAsyncInit();
FB.login(function(response) {
if (response.status == ‘connected’) {
var url = ‘https://yayvo.com/facebookfree/customer/login/referer/aHR0cDovL3lheXZvLmNvbS9nZXJtYW4tcG9vbC1rdHQtMjA5LWZvbGRpbmctbXVsdGlmdW5jdGlvbi1zdGFpbmxlc3Mtc3RlZWwtZWxlY3RyaWMtdHJhdmVsLWtldHRsZS0zLmh0bWw,/’;
setLocation(url);
} else if (response.status === ‘not_authorized’) {
alert(‘Please, approve our application’);
} else {
// user is not logged in
window.location.reload();
}
}, {scope:’email’});
} catch (err) {
fblogin();
}
return false;
}
function setLocation(url){
window.location.href = url;
}

var ajax_cart_show_popup = 1;

var loadingW = 390;
var loadingH = 170;
var confirmW = 390;
var confirmH = 170;

 
 
loading...

loading…

 

var FEED_BASE_URL=”http://yayvo.com/”;

function initLightbox(){
new Lightbox({
fileLoadingImage: ”,
fileBottomNavCloseImage: ”,
overlayOpacity: 0.8, // controls transparency of shadow overlay
animate: true, // toggles resizing animations
resizeSpeed: 7, // controls the speed of the image resizing animations (1=slowest and 10=fastest)
borderSize: 10,
// When grouping images this is used to write: Image # of #.
// Change it for non-english localization
labelImage: “Image”,
labelOf: “of”
});
}

if (Prototype.Browser.IE) {
Event.observe(window, ‘load’, function(){ //KB927917 fix
initLightbox();
});
} else {
document.observe(“dom:loaded”, function(){
initLightbox();
});
}

.delConfirm {
z-index: 99999999 !important;
}
.catalog-product-view .new-ui-element-sec .new-element-option {
min-height: 155px !important;
}

/* MailChimp Form Embed Code – Classic – 12/17/2015 v10.7 */
#mc_embed_signup form {display:block; position:relative; text-align:left; padding:10px 0 10px 3%}
#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
#mc_embed_signup input {border: 1px solid #ABB0B2; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .button {clear:both; background-color: #aaa; border: 0 none; border-radius:4px; transition: all 0.23s ease-in-out 0s; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; font-weight: normal; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding: 0 22px; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}
#mc_embed_signup .button:hover {background-color:#777;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}

#mc_embed_signup .mc-field-group {clear:left; position:relative; width:96%; padding-bottom:3%; min-height:50px;}
#mc_embed_signup .size1of2 {clear:none; float:left; display:inline-block; width:46%; margin-right:4%;}
* html #mc_embed_signup .size1of2 {margin-right:2%; /* Fix for IE6 double margins. */}
#mc_embed_signup .mc-field-group label {display:block; margin-bottom:3px;}
#mc_embed_signup .mc-field-group input {display:block; width:100%; padding:8px 0; text-indent:2%;}
#mc_embed_signup .mc-field-group select {display:inline-block; width:99%; padding:5px 0; margin-bottom:2px;}

#mc_embed_signup .datefield, #mc_embed_signup .phonefield-us{padding:5px 0;}
#mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input{display:inline; width:60px; margin:0 2px; letter-spacing:1px; text-align:center; padding:5px 0 2px 0;}
#mc_embed_signup .phonefield-us .phonearea input, #mc_embed_signup .phonefield-us .phonedetail1 input{width:40px;}
#mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input{width:30px;}
#mc_embed_signup .datefield label, #mc_embed_signup .phonefield-us label{display:none;}

#mc_embed_signup .indicates-required {text-align:right; font-size:11px; margin-right:4%;}
#mc_embed_signup .asterisk {color:#e85c41; font-size:150%; font-weight:normal; position:relative; top:5px;}
#mc_embed_signup .clear {clear:both;}

#mc_embed_signup .mc-field-group.input-group ul {margin:0; padding:5px 0; list-style:none;}
#mc_embed_signup .mc-field-group.input-group ul li {display:block; padding:3px 0; margin:0;}
#mc_embed_signup .mc-field-group.input-group label {display:inline;}
#mc_embed_signup .mc-field-group.input-group input {display:inline; width:auto; border:none;}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%; margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}

#mc-embedded-subscribe {clear:both; width:auto; display:block; margin:1em 0 1em 5%;}
#mc_embed_signup #num-subscribers {font-size:1.1em;}
#mc_embed_signup #num-subscribers span {padding:.5em; border:1px solid #ccc; margin-right:.5em; font-weight:bold;}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {display:inline-block; margin:2px 0 1em 0; padding:5px 10px; background-color:rgba(255,255,255,0.85); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-size:14px; font-weight:normal; z-index:1; color:#e85c41;}
#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {border:2px solid #e85c41;}

window.NREUM||(NREUM={});NREUM.info={“beacon”:”bam.nr-data.net”,”licenseKey”:”1b7df5baa7″,”applicationID”:”17329532″,”transactionName”:”b1wBN0YHC0MDVExZXVYWIgBADwpeTVRZRFNUVgRMRBQKVBdUTB9EUVwU”,”queueTime”:0,”applicationTime”:224,”atts”:”QxsCQQ4dGE0=”,”errorBeacon”:”bam.nr-data.net”,”agent”:””}

Quantity
Compare
SKU: APPMAI6180E64C9BDF0 Category: Tag:

Product description

Boiling & cooking at 100 degrees C.
Keep warm at 30 -90 degrees C.
Optimal brewing temperature for tea or coffee.
Universally adaptable power supply (100 – 240V)
The 3-in-1 function of boiling, cooking and keeping warm
30 – 100 °C regulating range, 1°C control precision
FDA-approved food-grade non-toxic silicone
0.5L water capacity, perfect for a family of 3
One-button simple operation

Additional information

Brand

Maina Enterpriser

SKU

APPMAI6180E64C9BDF0

Vendor

Miana Enterpriser

Store Name

other

Colour Family

White

Weight

1.0000

Reviews

There are no reviews yet.

Be the first to review “Maina Enterpriser GERMAN POOL KTT-209 Folding Multifunction Stainless Steel Electric Travel Kettle”