OFFSITE KOHLER 25875-0 Hyten Elevated Quiet-Close Elongated Toilet Seat, (2024)

× Bidding has ended on this item.

"); if (!$(this).is(":visible")) { $(this).fadeTo(1000, 1, function () { $(this).slideDown(500); }); } }); } if (data.Accepted) { //prepare success system message systemMessage = "

×" + contextMessageDictionary["ActionSuccess"] + "

"; if (!$(".awe-rt-ListingActionMessage").is(":visible") || $(".awe-rt-ListingActionMessage").html() == "") { $(".awe-rt-ListingActionMessage").hide(); $(".awe-rt-ListingActionMessage").html(systemMessage); $(".awe-rt-ListingActionMessage").slideDown(); } else { $(".awe-rt-ListingActionMessage").fadeOut(200, function () { $(this).html(systemMessage); $(this).fadeIn(200); }); } //render checkout button if a lineitem was returned //EXCEPT: when Auto Generate Invoices is enabled, do not render checkout buttons for lots until the entire event has ended if (!autoGenerateInvoices && ownerAllowsInstantCheckout && data.LineItemID) { var checkoutUrl = 'https://bid.702auctions.com/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fEvent%2fLotDetails%2f95512032%2fOFFSITE-KOHLER-258750-Hyten-Elevated-QuietClose-Elongated-Toilet-Seat'; if (autoCheckoutForBuyNow) { window.location = checkoutUrl; } var checkoutHtml = '

' + '' + '' + '' + '' + '' + '' + 'Checkout' + '' + '' + '

'; if ($(".detail__context-menu").find(".btn__detail__checkout").length == 0) { $(".detail__context-menu").prepend(checkoutHtml).show(); } else { jslog("skipped rendering checkout button because one already exists."); } } if (data.LineItemID && !highlightCheckoutButtonForBuyNow) { //render contact seller button if one does not already exist if (false && $("a.btn__detail__contactuser").length == 0) { var contactSellerUrl = '/Account/SendListingMessage?receiver=ActionDiscountSales&template=ask_listing_question&listingID=95512033&returnUrl=%2FEvent%2FLotDetails%2F95512032%2FOFFSITE-KOHLER-258750-Hyten-Elevated-QuietClose-Elongated-Toilet-Seat'; var contactSellerHtml = '

' + '' + '' + '' + '' + '' + '' + 'Contact Seller' + '' + '' + '

'; $(".detail__context-menu").append(contactSellerHtml).show(); jslog("contact button rendered for line item #" + data.LineItemID); } //render feedback button if (false) { var feedbackUrl = '/Account/SubmitFeedback?LineItemID=REPLACELINEITEMID&ListingID=95512033&Receiver=ActionDiscountSales' .replace("REPLACELINEITEMID", data.LineItemID); var feedbackHtml = '

' + '' + '' + '' + '' + '' + '' + 'Feedback' + '' + '' + '

'; $(".detail__context-menu").append(feedbackHtml).show(); jslog("feedback button rendered for line item #" + data.LineItemID); } } } else { //ReasonString is populated, prepare a Negative System message if (contextMessageDictionary[data.ReasonString]) { systemMessage = "

×" + contextMessageDictionary[data.ReasonString] + "

"; } else { systemMessage = "

×" + data.ReasonString + "

"; } if (!$(".awe-rt-ListingActionMessage").is(":visible") || $(".awe-rt-ListingActionMessage").html() == "") { $(".awe-rt-ListingActionMessage").hide(); $(".awe-rt-ListingActionMessage").html(systemMessage); $(".awe-rt-ListingActionMessage").slideDown(); } else { $(".awe-rt-ListingActionMessage").fadeOut(200, function () { $(this).html(systemMessage); $(this).fadeIn(200); }); } } } else { //Context is null, but ReasonString is populated, prepare a Negative System message if (contextMessageDictionary[data.ReasonString]) { systemMessage = "

×" + contextMessageDictionary[data.ReasonString] + "

"; } else { systemMessage = "

×" + data.ReasonString + "

"; } if (!$(".awe-rt-ListingActionMessage").is(":visible") || $(".awe-rt-ListingActionMessage").html() == "") { $(".awe-rt-ListingActionMessage").hide(); $(".awe-rt-ListingActionMessage").html(systemMessage); $(".awe-rt-ListingActionMessage").slideDown(); } else { $(".awe-rt-ListingActionMessage").fadeOut(200, function () { $(this).html(systemMessage); $(this).fadeIn(200); }); } } } }); // render a checkout button if: // // - the lot ends successfully, and // - the winner is viewing, but only if // - auto gen invoices is disabled // // mainly to prevent one invoice per LOT per buyer, rather than the generally preferred one invoice per EVENT per buyer $(document).on("SignalR_UpdateListingStatus", function (event, data) { if ($.inArray(data.ListingID, interestingListings) < 0) return; if (autoGenerateInvoices || ownerAllowsInstantCheckout) { if (data.Status == "Successful" && data.LineItemID && data.LineItemPayerUN == "") { //when Auto Generate Invoices is enabled, do not render checkout buttons for lots until the entire event has ended if (!autoGenerateInvoices) { var checkoutUrl = 'https://bid.702auctions.com/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fEvent%2fLotDetails%2f95512032%2fOFFSITE-KOHLER-258750-Hyten-Elevated-QuietClose-Elongated-Toilet-Seat'; var checkoutHtml = '

' + '' + '' + '' + '' + '' + '' + 'Checkout' + '' + '' + '

'; if ($(".detail__context-menu").find(".btn__detail__checkout").length == 0) { $(".detail__context-menu").prepend(checkoutHtml).show(); } else { jslog("skipped rendering checkout button because one already exists."); } } //render contact seller button if one does not already exist if (false && $("a.btn__detail__contactuser").length == 0) { //"/Account/SendListingMessage?receiver=tester1&template=ask_listing_question&listingID=166614&returnUrl=%2FListing%2FDetails%2F166614%2Ftest-item-J" var contactSellerUrl = '/Account/SendListingMessage?receiver=ActionDiscountSales&template=ask_listing_question&listingID=95512033&returnUrl=%2FEvent%2FLotDetails%2F95512032%2FOFFSITE-KOHLER-258750-Hyten-Elevated-QuietClose-Elongated-Toilet-Seat'; var contactSellerHtml = '

' + '' + '' + '' + '' + '' + '' + 'Contact Seller' + '' + '' + '

'; $(".detail__context-menu").append(contactSellerHtml).show(); jslog("contact button rendered for line item #" + data.LineItemID); } //render feedback button if (false) { var feedbackUrl = '/Account/SubmitFeedback?LineItemID=REPLACELINEITEMID&ListingID=95512033&Receiver=ActionDiscountSales' .replace("REPLACELINEITEMID", data.LineItemID); var feedbackHtml = '

' + '' + '' + '' + '' + '' + '' + 'Feedback' + '' + '' + '

'; $(".detail__context-menu").append(feedbackHtml).show(); jslog("feedback button rendered for line item #" + data.LineItemID); } } } }); $(".GoToPrevLot").on("click", function () { var thisLotOrder = 48; var lastLotOrder = 199; if (thisLotOrder > 0) { $(".GoToPrevLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 95503834, lotOrder: (thisLotOrder - 1) }) .done(function (data) { if (data.LotId) { window.location.href = "/Event/LotDetails" + "/" + data.LotId; } }); } }); $(".GoToNextLot").on("click", function () { var thisLotOrder = 48; var lastLotOrder = 199; if (thisLotOrder < lastLotOrder) { $(".GoToNextLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 95503834, lotOrder: (thisLotOrder + 1) }) .done(function (data) { console.log("next lot result: ", data); if (data.LotId) { window.location.href = "/Event/LotDetails" + "/" + data.LotId; } }); } }); $(document).on("SignalR_UpdateInvoiceStatus", function (event, data) { if ($.inArray(data.ListingID, interestingListings) < 0) return; jslog("SignalR_UpdateInvoiceStatus (listing, invoice, status, payer): " + data.ListingID + ", " + data.InvoiceID + ", " + data.InvoiceStatus + ", " + data.InvoicePayerUN); //show "View Invoice" or "Checkout" button if applicable if (data.InvoicePayerUN == aweUserName) { //get result of /RealTime/IsInvoicePayable?invoiceId=nnnnnn var promise = Proxy.invokeAsync("IsInvoicePayable", { invoiceId: data.InvoiceID }, function(result) { var checkoutUrl = 'https://bid.702auctions.com/Account/Invoice/' + data.InvoiceID; checkoutUrl += '?returnUrl=%2fEvent%2fLotDetails%2f95512032%2fOFFSITE-KOHLER-258750-Hyten-Elevated-QuietClose-Elongated-Toilet-Seat'; if (result.isPayable) { //invoice is payable if (autoCheckoutForBuyNow) { window.location = checkoutUrl; } if ($("a.btn__detail__checkout").length == 0) { //render checkout button if one does not already exist var checkoutHtml = '

' + '' + '' + '' + '' + '' + '' + 'Checkout' + '' + '' + '

'; $(".detail__context-menu").prepend(checkoutHtml).show(); jslog("checkout button rendered for invoice #" + data.InvoiceID); } } else { //the invoice is not payable, so instead of 'checkout' button, render 'view invoice' button if one does not already exist if ($("a.btn__detail__invoices").length == 0) { var viewInvoiceHtml = '

' + '' + '' + '' + '' + '' + '' + 'View Invoice' + '' + '' + '

'; $(".detail__context-menu").append(viewInvoiceHtml).show(); jslog("view invoice button rendered for invoice #" + data.InvoiceID); } } //only render the contact and/or feedback buttons if either // a) the web.config setting HighlightCheckoutButtonForBuyNow is set to False, or // b) the invoice is not payable if (!highlightCheckoutButtonForBuyNow || !result.isPayable) { //render contact seller button if one does not already exist if (false && $("a.btn__detail__contactuser").length == 0) { var contactSellerUrl = '/Account/SendListingMessage?receiver=ActionDiscountSales&template=ask_listing_question&listingID=95512033&returnUrl=%2FEvent%2FLotDetails%2F95512032%2FOFFSITE-KOHLER-258750-Hyten-Elevated-QuietClose-Elongated-Toilet-Seat'; var contactSellerHtml = '

' + '' + '' + '' + '' + '' + '' + 'Contact Seller' + '' + '' + '

'; $(".detail__context-menu").append(contactSellerHtml).show(); jslog("contact button rendered for invoice #" + data.InvoiceID); } //render feedback button if (false) { var feedbackUrl = '/Account/SubmitFeedback?LineItemID=REPLACELINEITEMID&ListingID=95512033&Receiver=ActionDiscountSales' .replace("REPLACELINEITEMID", data.LineItemID); var feedbackHtml = '

' + '' + '' + '' + '' + '' + '' + 'Feedback' + '' + '' + '

'; $(".detail__context-menu").append(feedbackHtml).show(); jslog("feedback button rendered for invoice #" + data.InvoiceID); } } }, function(error) { jslog("Error retrieving invoice status (1): " + error); } ); promise.fail(function (jqXHR, textStatus) { jslog("Error retrieving invoice status (2): " + textStatus); }); } }); });

Back To Catalog


Shipping Information

Auction Terms & Conditions

  • All auctions are no reserve and sold to the highest bidder.
  • A 15% buyers fee applies to all items.
  • We accept Cash andall major credit cards.
  • All payments must be made online prior to pickup. You will be emailed an invoice with a payment link,or your invoice can be found under the My Account section and can be paid for there. If you are paying cash, your order must be paid and picked up within 48 hours.
  • All invoices will be automatically charged to the Credit / Debit card on fileby 4pmthe followingday.
  • If there is no Credit/Debit card on file and there is no payment within 24 hours, the item will be relisted and you will not be allowed to bid again until you add a payment method to your account.
  • All bidders must pick uptheir itemsfrom3201 SUNRISE AVE LAS VEGAS, NV 89101within5 days.
  • Once payment is received, you will receive an email with a link to schedule a pickup time and pickup instructions.
  • All items must be picked up within 10 days of the auction endingor your order will be canceled and may be subject to a restocking fee.

702 Auctions offers returns on items that are misdescribed within 10 days of the date you picked up your items.

For our complete terms and conditions,Click Here

Pickup only!!3201 SUNRISE AVELas Vegas, NV 89101Tuesday-Friday 10am-4pmwithin 10 days. Once payment is received, you will receive an email with a link to schedule a pickup time and pickup instructions. We offer contactless pickup options and take all possible measures to ensure your safety.

15.00% Buyer's Premium

This Auction Uses Proxy Bidding.

Active

OFFSITE KOHLER 25875-0 Hyten Elevated Quiet-Close Elongated Toilet Seat, OFFSITE KOHLER 25875-0 Hyten Elevated Quiet-Close Elongated Toilet Seat, (1)

MSRP: $51.00 -

Lot # 904101

OFFSITE KOHLER 25875-0 Hyten Elevated Quiet-Close Elongated Toilet Seat, (2)

  • OFFSITE KOHLER 25875-0 Hyten Elevated Quiet-Close Elongated Toilet Seat, (3)

  • OFFSITE KOHLER 25875-0 Hyten Elevated Quiet-Close Elongated Toilet Seat, (4)

  • OFFSITE KOHLER 25875-0 Hyten Elevated Quiet-Close Elongated Toilet Seat, (5)

  • OFFSITE KOHLER 25875-0 Hyten Elevated Quiet-Close Elongated Toilet Seat, (6)

  • Starting Bid $1.00 ( )
  • 0 Bid(s)

ActionDiscountSales Las Vegas, NV US
View Seller's Other Listings

Payment Options Seller Accepts Credit Cards

Payment Instructions
Pick Up from 3201 Sunrise Ave Las Vegas Nevada 89101

Details

Lot Number

904101

MSRP

51

Item Condition

NEW

Amazon ID

B09RG3M5ZS

Lot # 904101

System ID # 95512032

End Date

Start Date

Description

Description: KOHLER 25875-0 Hyten Elevated Quiet-Close Elongated Toilet Seat, Contoured Seat with Grip-Tight Bumpers, Quick-Attach Hardware, White
MSRP: 51.00
Condition: NEW
Notes:
Other info: Now you can enjoy the added comfort of a higher toilet seat without having to replace your existing toilet with the Hyten elevated quiet-close toilet seat. Hyten is a plastic, high-rise toilet seat that adds 3 in. of height to your toilet bowl and looks just like a normal toilet seat only taller, so it blends virtually undetected into your current bathroom decor. Hyten gives peace of mind to those with limited mobility in an attractive package. Color: White. -- CATEGORIES: Home & Garden,Bathroom Accessories,Toilet Paper Holders
Lot Number: 904101

OFFSITE KOHLER 25875-0 Hyten Elevated Quiet-Close Elongated Toilet Seat, (2024)

FAQs

How do I know which Kohler toilet seat I need? ›

When choosing a toilet seat, you'll need to match it to the shape of the toilet bowl so that it fits correctly and comfortably. In general, an elongated seat will fit elongated toilets, and round-front seats will fit round bowl toilets.

What is the difference between chair height and comfort height on Kohler toilets? ›

There is a 3-inch difference in height between the two types, however, comfort height toilets—also called chair height toilets—may be the better choice for taller individuals, as well as people with mobility problems. The higher seat makes it easier for some people to sit down and stand back up.

How do I find out what toilet seat I need? ›

Measuring up for a new toilet seat really is simple. You will need to take 4 measurements from your toilet: Length, width, height and distance between fixing holes.

Do elongated toilet seats fit all toilets? ›

Any manufacturer's seats will fit any toilet manufacturers bowls if they are standard round or standard elongated. If a manufacturer makes a bowl with different dimensions, then they must provide a special seat – this is known as a proprietary seat.

Why do soft close toilet seats stop working? ›

If your soft close toilet seat is no longer closing softly, it might be due to wear and tear of the soft close mechanism over time. Accumulation of dirt and grime can also interfere with the function. However, most of these issues can be fixed by cleaning or adjusting the hinge mechanism.

Can a slow close toilet seat be repaired? ›

Tip: If your soft-close toilet seat's hinges are not adjustable, you can replace them with a new set, which costs less than $15 USD, to make your seat work like new again. You could also replace the entire seat for around $50 USD or less. Use your fingers to push the hinge dampers back into the hinge assembly.

Can you reset a soft close toilet seat? ›

Take out the hinge caps to see the hinge screw. Use a screwdriver to loosen the screws just enough so that you can fine-tune the hinges to relocate the seat. Reinstall the lid and seat temporarily by pushing them back down onto the hinge pins. Close the lid and seat, and lineup them with the front & sides of the bowl.

What are the hidden screws in toilet seats? ›

Loo seats with hidden fixings usually have two plastic caps at the back of the seat where it is attached to the loo bowl. These caps hide the screws that secure the seat in place. You may need to bend down or crouch to see them properly. Use a torch if necessary.

How do you adjust the tension on a soft close toilet seat? ›

To adjust the speed that the seat and cover fall, remove the hinge pins, rotate them and replace them as in the illustrations to the right. Rotating so that the hole in the hinge pin is further from the front of the seat will make the seat and cover close more slowly.

What height toilet is best for seniors? ›

A comfort height toilet is usually between 17 and 19 inches tall, measured from the floor to the top of the toilet bowl. This is also the adult and senior toilet height specified by the Americans with Disabilities Act (ADA).

What is the most popular toilet seat height? ›

Standard toilets are usually around 15 inches high at the seat. If you are a tall person, that could be too low for you. You might want to check into a floor-mounted “comfort height” toilet that is 17 to 19 inches in height or elevated toilet seats.

How do I identify my Kohler toilet model? ›

Every Kohler toilet has a unique number marked under the lid or inside the tank. These numbers begin with "K-" and are stamped directly into the porcelain. In some cases there is a product sheet taped under the lid from the factory.

How do I know what model toilet seat I have? ›

If you have the original packaging, your toilet seat's model number can be found on the outside of the box.

How do I know if my toilet seat is top or bottom fixing? ›

Now the question may arise in your mind: How do you know or check whether the toilet seat fittings are a top-fixing toilet seat fitting. Just put your hand behind the toilet. If you don't find any bolt, it is a top-fix toilet seat fitting! So, make sure to purchase the right one for your toilet.

Do all toilet seats fit every toilet? ›

No, not all toilet seats fit the same because toilets come in a variety of different shapes, so you'll need to check yours before buying. There are three types of toilet shapes commonly found in UK homes. These are round, D-shape, and square seats.

Top Articles
A Rose Doesn't Smell As Sweet In A Toxic Dump
Baton Rouge LA Real Estate - Baton Rouge LA Homes For Sale | Zillow
Spasa Parish
Rentals for rent in Maastricht
159R Bus Schedule Pdf
Sallisaw Bin Store
Black Adam Showtimes Near Maya Cinemas Delano
Espn Transfer Portal Basketball
Pollen Levels Richmond
11 Best Sites Like The Chive For Funny Pictures and Memes
Things to do in Wichita Falls on weekends 12-15 September
Craigslist Pets Huntsville Alabama
Paulette Goddard | American Actress, Modern Times, Charlie Chaplin
What's the Difference Between Halal and Haram Meat & Food?
R/Skinwalker
Rugged Gentleman Barber Shop Martinsburg Wv
Jennifer Lenzini Leaving Ktiv
Justified - Streams, Episodenguide und News zur Serie
Epay. Medstarhealth.org
Olde Kegg Bar & Grill Portage Menu
Cubilabras
Half Inning In Which The Home Team Bats Crossword
Amazing Lash Bay Colony
Juego Friv Poki
Dirt Devil Ud70181 Parts Diagram
Truist Bank Open Saturday
Water Leaks in Your Car When It Rains? Common Causes & Fixes
What’s Closing at Disney World? A Complete Guide
New from Simply So Good - Cherry Apricot Slab Pie
Drys Pharmacy
Ohio State Football Wiki
Find Words Containing Specific Letters | WordFinder®
FirstLight Power to Acquire Leading Canadian Renewable Operator and Developer Hydromega Services Inc. - FirstLight
Webmail.unt.edu
2024-25 ITH Season Preview: USC Trojans
Metro By T Mobile Sign In
Restored Republic December 1 2022
12 30 Pacific Time
Free Stuff Craigslist Roanoke Va
Stellaris Resolution
Wi Dept Of Regulation & Licensing
Pick N Pull Near Me [Locator Map + Guide + FAQ]
Crystal Westbrooks Nipple
Ice Hockey Dboard
Über 60 Prozent Rabatt auf E-Bikes: Aldi reduziert sämtliche Pedelecs stark im Preis - nur noch für kurze Zeit
Wie blocke ich einen Bot aus Boardman/USA - sellerforum.de
Infinity Pool Showtimes Near Maya Cinemas Bakersfield
Dermpathdiagnostics Com Pay Invoice
How To Use Price Chopper Points At Quiktrip
Maria Butina Bikini
Busted Newspaper Zapata Tx
Latest Posts
Article information

Author: Pres. Lawanda Wiegand

Last Updated:

Views: 6221

Rating: 4 / 5 (51 voted)

Reviews: 82% of readers found this page helpful

Author information

Name: Pres. Lawanda Wiegand

Birthday: 1993-01-10

Address: Suite 391 6963 Ullrich Shore, Bellefort, WI 01350-7893

Phone: +6806610432415

Job: Dynamic Manufacturing Assistant

Hobby: amateur radio, Taekwondo, Wood carving, Parkour, Skateboarding, Running, Rafting

Introduction: My name is Pres. Lawanda Wiegand, I am a inquisitive, helpful, glamorous, cheerful, open, clever, innocent person who loves writing and wants to share my knowledge and understanding with you.