jQuery(document).ready(function () {
jQuery(‘div#gfl-homesort-price-toggle’).click(function () {
jQuery(‘.sortby-head li.opened’).not(jQuery(this)).removeClass(‘opened’);
jQuery(this).toggleClass(‘opened’);
jQuery(this).parent().children(‘.gf-sortby-price-wrap.sort-container’).toggle();
});
jQuery(‘div#gfl-homesort-currency-toggle’).click(function () {
jQuery(‘.sortby-head li.opened’).not(jQuery(this)).removeClass(‘opened’);
jQuery(this).toggleClass(‘opened’);
jQuery(‘#gfl-homesort-currency-container.sort-container’).toggle();
});
});
.gfl-widget-share-panel {
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
z-index: 9999999999;
background-color: rgba(249, 249, 249, 0.91);
text-align: center;
padding: 20px;
display: none;
overflow: scroll;
}
.gfl-widget-share-panel-wrap {
color: #464646;
position: relative;
max-width: 960px;
margin: 0 auto;
top: 50%;
transform: translate(0, -50%);
text-align: left;
padding-left: 300px;
background-color: #fff;
border-radius: 11px;
overflow: hidden;
box-sizing: border-box;
font-family: “Lato”, sans-serif;
box-shadow: -1px 3px 30px 0px rgba(68, 68, 68, 0.25);
}
.widget-share-panel-thumb {
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 300px;
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
}
.gfl-widget-share-panel-close {
position: absolute;
right: 15px;
top: 0;
cursor: pointer;
font-weight: 400;
color: #a7a7ab;
font-size: 26px;
line-height: 1;
padding: 15px;
z-index: 3;
}
.widget-share-panel-content {
padding: 20px;
position: relative;
min-height: 340px;
}
.widget-share-panel-title {
font-weight: 900;
margin: 0 auto 5px;
font-size: 26px;
padding: 0 30px;
position: relative;
}
.widget-share-actions {
margin: 30px auto 0;
text-align: left;
position: relative;
}
.widget-share-action {
display: inline-block;
position: relative;
margin: 20px 30px 20px;
font-weight: 700;
width: 90px;
text-align: center;
cursor: pointer;
text-decoration: none;
font-size: 18px;
color: inherit;
}
.widget-share-action:before {
content: “”;
display: block;
width: 40px;
height: 40px;
border-radius: 100%;
margin: 0 auto 4px;
background-image: url(“https://thegadgetflow.com/wp-content/themes/gadgetflow-next/images/archives/sprite_social_share.png”);
background-size: auto 42px;
background-repeat: no-repeat;
background-position: 0 50%;
}
.widget-share-action.fb:before {
background-position: -472px 50%;
}
.widget-share-action.tw:before {
background-position: -84px 50%;
}
.widget-share-action.pin:before {
background-position: -239px 50%;
}
.widget-share-action.li:before {
background-position: -317px 50%;
}
.widget-share-action.flipb:before {
background-image: url(“https://thegadgetflow.com/wp-content/themes/gadgetflow-next/images/archives/share_flipb.png”);
background-size: cover;
background-position: 50% 50%;
}
.widget-share-action.mail:before {
background-image: url(“https://thegadgetflow.com/wp-content/themes/gadgetflow-next/images/archives/share_email.png”);
background-size: cover;
background-position: 50% 50%;
}
.widget-share-action:hover {
opacity: 0.8;
}
/* Media Queries */
@media screen and (max-width: 960px) {
.gfl-widget-share-panel-wrap {
padding: 0;
max-width: 600px;
}
.widget-share-panel-thumb {
display: none;
}
.widget-share-panel-content {
text-align: center;
}
.widget-share-actions {
text-align: center;
}
}
@media screen and (max-width: 640px) {
.widget-share-action {
margin: 20px 15px;
}
}
@media screen and (max-width: 365px) {
.widget-share-action {
margin: 15px 10px;
}
}
jQuery(document).ready(function() {
});
Product Specifications
Material
Durable, Recyclable Plastic
Gadget Flow Editors
.gfl-single-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
width: 7.6923076923077%;
}
.cls-1{fill:none;stroke:#393e45;stroke-linecap:round;stroke-linejoin:round;stroke-width:7px;}
Clothe It folding clothes hanger lets you hang up your clothes in half the time
Limited-time offer: get 25% OFF retail price!
#gfl-submit-promo-bar-countdown {
float: right;
display: inline-block;
margin: 1px 0 0 5px;
line-height: 1;
}
#gfl-submit-promo-bar-countdown span {
background-color: rgba(242, 229, 191, 1);
color: #5B5548;
padding: 5px 7px;
border-radius: 4px;
font-size: 16px;
font-weight: 700;
margin: 0 2px;
line-height: 1.2;
}
.cd-text {
display: inline-block;
margin: 1px 5px 0 1px;
}
@media screen and (max-width: 1440px) {
#gfl-submit-promo-bar-countdown {
float: none;
display: none;
margin: 17px auto 0;
}
}
@media screen and (max-width: 960px) {
#gfl-submit-promo-bar-countdown {
float: right;
display: inline-block;
margin: 0 0 0 5px;
}
}
@media screen and (max-width: 740px) {
#gfl-submit-promo-bar-countdown {
float: none;
display: block;
margin: 10px auto 0;
}
#gfl-submit-promo-bar-countdown span {
padding: 2px 6px;
}
}
// the difference timestamp
var countel = document.getElementById(‘gfl-submit-promo-bar-countdown’);
var expts = countel.getAttribute(‘data-date’);
var datenow = new Date().getTime();
datenow = Math.floor(datenow / 1000);
var timestamp = expts – datenow;
if ( timestamp > 0 ) {
function component(x, v) {
return Math.floor(x / v);
}
setInterval(function() {
if ( timestamp > 0 ) {
timestamp–;
var days = component(timestamp, 60 * 60 * 24) , // hours
hours = component(timestamp, 60 * 60) % 24, // hours
minutes = component(timestamp, 60) % 60, // minutes
seconds = component(timestamp, 1) % 60; // seconds
var daysleft = ‘
days
’;
if ( days === 1 ) {
daysleft = ‘
day
’;
}
if ( days > 0 ) {
days = “” + days + “” + daysleft;
}
else {
days = ”;
}
var hoursleft = ‘
hours
’;
if ( hours < 10 ) {
hours = “”+ “0” + hours + “”;
}
else {
hours = “” + hours + “”;
}
if ( minutes < 10 ) {
minutes = “” + “0” + minutes + “”;
}
else {
minutes = “” + minutes + “”;
}
if ( seconds < 10 ) {
seconds = “” + “0” + seconds + “”;
}
else {
seconds = “” + seconds + “”;
}
countel.innerHTML = (days + hours + “:” + minutes + “:” + seconds + hoursleft);
}
}, 1000);
}
Get your clothes put away so much faster with the Clothe It folding clothes hanger. Twice as fast at both removing and hanging your clothing, this folding hanger lets you use just one hand. With an innovative design, the Clothe It helps ensure you no longer encounter stretched necks on your sweaters and other garments. Its one-size-fits-all design lets this folding clothes hanger even work great for kids’ clothing. Moreover, it ensures you won’t break hangers while trying to force them into smaller necks. And you won’t have to go through the hassle of putting your hanger in from the bottom of your clothes. A true space-saving gadget, it lets you fit more clothes into your wardrobe. Furthermore, it is UV stabilized, strong, and sleek. In fact, this premium coat hanger is made of durable and recyclable plastic that will last for years.
Clothe It folding clothes hanger lets you hang up your clothes in half the time
Share it
Save this product to a private or public wish list, add a reminder, or share it on social media.
Got it
jQuery(document).ready(function() {
var singleactionsttc = jQuery.cookie(‘gflsingleactionstt’);
var singleactionstt = jQuery(‘.gfl-product-single-actions-tt’);
if ( typeof(singleactionsttc) === “undefined” ) {
singleactionsttc = “”;
}
if ( singleactionsttc !== “1” ) {
singleactionstt.fadeIn();
}
singleactionstt.on(“click”, function(e) {
e.stopPropagation();
});
jQuery(‘.gfl-product-single-actions-tt-cta’).on(“click”, function(e) {
e.stopPropagation();
jQuery(this).parent().remove();
jQuery.cookie(‘gflsingleactionstt’, “1”, {
path: ‘/’,
expires: 100
});
})
});
Gadget Flow Rating 9.2/10
Discovered on Feb 24, 2021, 2:57 am EST
Discovered by Genevieve Healey
Editor’s Quote
Hang and release your clothes in half the time!
.gfl-footer-wrap {
background-color: #fff;
border-top: 1px solid #f5f5f5;
color: rgba(105, 108, 123, 0.78);
font-family: “Lato”, sans-serif;
text-align: center;
padding: 30px 0;
}
.gfl-footer-wrap.hidden {
display: none;
}
.gfl-footer {
max-width: 800px;
margin: 0 auto;
text-align: left;
padding: 20px;
}
.gfl-footer-content {
padding: 0 40px;
}
.gfl-footer-links {
display: inline-block;
width: 100%;
}
.gfl-footer-links-section {
float: left;
width: 25%;
padding: 0 20px 0 0;
box-sizing: border-box;
}
.gfl-footer-links-section:last-of-type {
padding: 0;
}
.gfl-footer-links-subheading {
font-weight: 900;
margin: 0 0 10px;
color: #444;
font-size: 16px;
}
.gfl-footer-link-item {
display: block;
text-decoration: none;
color: #66676d;
margin: 0 0 7px;
font-size: 16px;
line-height: 1.4;
}
.gfl-footer-share-item {
margin: 0 10px 8px 0;
width: 30px;
height: 30px;
display: inline-block;
background-image: url(“https://thegadgetflow.com/wp-content/themes/gadgetflow-next/images/footer/footer_social_icons.png”);
background-size: auto 30px;
background-repeat: no-repeat;
background-position: 0 0;
opacity: 0.9;
}
.gfl-footer-links-section a.gfl-footer-share-item:hover {
opacity: 1;
}
.gfl-footer-share-item.fb {
background-position: 0 0;
}
.gfl-footer-share-item.ins {
background-position: -72px 0;
}
.gfl-footer-share-item.pin {
background-position: -108px 0;
}
.gfl-footer-share-item.tu {
background-position: -128px 0;
}
.gfl-footer-share-item.tw {
background-position: -36px 0;
}
.gfl-footer-share-item.gp {
background-position: -144px 0;
}
.gfl-footer-share-item.fbm {
background-image: url(“https://thegadgetflow.com/wp-content/themes/gadgetflow-next/images/footer/messenger.png”);
}
.gfl-footer-share-item.rss {
background-image: url(“https://thegadgetflow.com/wp-content/themes/gadgetflow-next/images/footer/RSS.png”);
}
#gfl-footer-top-wrap {
color: inherit;
font-style: normal;
margin: 0 auto;
max-width: 820px;
padding: 19px 0 0;
text-align: left;
}
.footer-widget-title {
border-bottom: 1px solid #e0e0e0;
display: block;
color: #444;
font-weight: 900;
margin: 0 auto;
padding-bottom: 10px;
text-align: left;
}
#gfl-footer-top-wrap ul {
display: block;
margin: 25px auto;
text-align: left;
vertical-align: top;
}
.gfl-footer-featured {
background-position: 0 center;
background-repeat: no-repeat;
background-size: auto 98%;
display: inline-block;
height: 20px;
margin: 5px 29px 5px 0;
padding: 0;
vertical-align: top;
}
.gfl-footer-featured:last-of-type {
margin-right: 0;
}
.gfl-footer-featured a {
display: block;
height: 100%;
}
#gfl-footer-featured-1 {
background-image: url(“https://thegadgetflow.com/wp-content/themes/gadgetflow-next/images/featuredfooter/1.png”);
width: 131px;
height: 27px;
}
#gfl-footer-featured-2 {
background-image: url(“https://thegadgetflow.com/wp-content/themes/gadgetflow-next/images/featuredfooter/2.png”);
width: 64px;
}
#gfl-footer-featured-3 {
background-image: url(“https://thegadgetflow.com/wp-content/themes/gadgetflow-next/images/featuredfooter/3new.png”);
background-position: 0 0px;
width: 78px;
}
#gfl-footer-featured-4 {
background-image: url(“https://thegadgetflow.com/wp-content/themes/gadgetflow-next/images/featuredfooter/4.png”);
background-position: 0 0;
width: 55px;
display: inline-block;
}
#gfl-footer-featured-5 {
background-image: url(“https://thegadgetflow.com/wp-content/themes/gadgetflow-next/images/featuredfooter/huffp.png”);
background-position: 0 0;
width: 159px;
display: inline-block;
margin-right: 0;
margin-left: 20px;
}
#gfl-footer-featured-6 {
background-image: url(“https://thegadgetflow.com/wp-content/themes/gadgetflow-next/images/featuredfooter/inc.png”);
background-position: 0 0;
width: 56px;
display: inline-block;
margin-right: 0;
margin-left: 20px;
height: 21px !important;
}
.gfl-footer-legend {
border-top: 1px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
padding: 20px 0;
margin: 30px auto 0;
}
.gfl-footer-legend-logo {
display: inline-block;
width: 138px;
height: 30px;
background-image: url(“https://thegadgetflow.com/wp-content/themes/gadgetflow-next/images/footer/logo_footer.png”);
background-repeat: no-repeat;
background-position: 0 50%;
background-size: contain;
margin: 0px 5px 0 0;
}
.gfl-footer-legend-loc {
font-size: 14px;
float: right;
margin: 0;
color: #3c3d42;
}
.gfl-footer-legend-loc a {
display: block;
}
.gfl-footer-legend-loc a.dark {
display: none;
}
.gfl-footer-legend-loc img {
height: 34px;
width: auto;
}
.gfl-footer-legend-links {
display: inline-block;
margin: 7px 0 0;
line-height: 1.1;
font-size: 16px;
width: calc(100% – 270px);
text-align: center;
}
.gfl-footer-legend-link {
text-decoration: none;
color: #3c3d42;
font-size: 16px;
display: inline-block;
margin: 0 10px 0 0;
}
.gfl-footer-featured span {
display: none;
}
.gfl-footer-links-section.social.mobile {
display: none;
}
.gfl-footer-app {
display: block;
background-size: contain;
background-repeat: no-repeat;
background-position: 50% 50%;
width: 122px;
margin: 0 0 10px;
height: 36px;
}
.gfl-footer-app.android {
background-image: url(“https://thegadgetflow.com/wp-content/themes/gadgetflow-next/images/footer/footer_androidapp.png”);
}
.gfl-footer-app.ios {
background-image: url(“https://thegadgetflow.com/wp-content/themes/gadgetflow-next/images/footer/footer_iosapp.png”);
}
.gfl-ll-bimg {
background-image: none !important;
}
.youtube-div {
padding-bottom: calc(100%/(16/9));
background-size: 100% auto;
background-color: #000;
background-repeat: no-repeat;
background-position: 50%;
position: relative;
cursor: pointer;
}
.youtube-div iframe {
display: block;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
width: 100%;
height: 100%;
}
.youtube-div .yt-play {
width: 70px;
height: 46px;
background-color: #212121;
z-index: 1;
opacity: .8;
border-radius: 14%;
transition: all .2s cubic-bezier(0,0,.2,1);
}
.youtube-div .yt-play:before {
content: ”;
border-style: solid;
border-width: 11px 0 11px 19px;
border-color: transparent transparent transparent #fff;
}
.youtube-div:hover .yt-play {
background-color: red;
opacity: 1;
}
.youtube-div .yt-play, .youtube-div .yt-play:before {
position: absolute;
top: 50%;
left: 50%;
transform: translate3d(-50%,-50%,0);
}
/* Media Queries */
@media screen and (max-width:840px) {
#gfl-footer-top-wrap ul {
text-align: left;
margin-bottom: 0;
}
.gfl-footer-featured {
margin: 7px 13px 0 !important;
}
#gfl-footer-featured-3 {
margin-left: 0 !important;
}
}
@media screen and (max-width:768px) {
.gfl-footer-links-section:not(.social) {
float: none;
width: auto;
margin: 0 auto 30px;
background-image: url(“https://thegadgetflow.com/wp-content/themes/gadgetflow-next/images/footer/footer_arrow.png”);
background-position: calc(100% – 4px) 8px;
background-repeat: no-repeat;
background-size: 13px auto;
transition: 1s all;
}
.gfl-footer-link-item {
display: none;
line-height: 1.6;
}
.opened .gfl-footer-link-item {
display: block;
}
.gfl-footer-links-section.social {
float: none;
width: auto;
border-top: 1px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
padding: 20px 0;
margin: 40px 0 0;
}
.footer-widget-title {
width: auto;
margin: 0 auto 30px;
background-image: url(“https://thegadgetflow.com/wp-content/themes/gadgetflow-next/images/footer/footer_arrow.png”);
background-position: calc(100% – 4px) 8px;
background-repeat: no-repeat;
background-size: 13px auto;
transition: 1s all;
border: 0 none;
padding: 0;
}
.gfl-footer-legend-links {
width: auto !important;
text-align: left;
}
.gfl-footer-legend {
border: 0 none;
text-align: center;
}
.gfl-footer-legend-logo {
width: 20px;
background-size: auto 100%;
margin: 1px 10px -1px 0;
}
.gfl-footer-legend-loc {
float: none;
display: block;
text-align: center;
margin: 20px auto 0;
}
#gfl-footer-top-wrap ul {
text-align: left;
margin: -20px auto 20px;
display: none;
}
.gfl-footer-featured {
background: none !important;
width: auto !important;
height: auto !important;
display: block !important;
margin: 0 0 7px !important;
}
.gfl-footer-featured a {
text-decoration: none;
color: #66676d;
}
.gfl-footer-featured span {
display: block;
}
#gfl-footer-top-wrap {
padding: 0;
}
.gfl-footer-links-section.social.desktop {
display: none;
}
.gfl-footer-links-section.social.mobile {
display: block;
}
.gfl-footer-app {
display: none;
}
}
@media screen and (max-width:550px) {
}
@media screen and (max-width:460px) {
.gfl-footer-content {
padding: 0;
}
.gfl-footer-legend {
text-align: left;
margin: 0 auto;
}
.gfl-footer-legend-logo {
display: none;
margin: 1px 10px -1px 0;
}
.gfl-footer-legend-loc {
margin-right: 10px;
text-align: left;
margin-top: 25px;
}
.gfl-footer-legend-links {
display: block;
padding: 0;
margin: 10px 0 0;
line-height: 1.8;
}
.gfl-footer-share-item {
margin-bottom: 0;
}
}
@media screen and (max-width:320px) {
.gfl-footer-share-item.rss {
display: none;
}
}
var algolia = {“debug”:false,”application_id”:”1UFC7YURSK”,”search_api_key”:”6b294dc02634698047cdc3b1e66f2148″,”powered_by_enabled”:false,”query”:””,”autocomplete”:{“sources”:[{“index_id”:”terms_category”,”index_name”:”wp_terms_category”,”label”:”Categories”,”admin_name”:”Categories”,”position”:0,”max_suggestions”:3,”tmpl_suggestion”:”autocomplete-term-suggestion”,”enabled”:true},{“index_id”:”posts_post”,”index_name”:”wp_posts_post”,”label”:”Products”,”admin_name”:”Posts”,”position”:1,”max_suggestions”:4,”tmpl_suggestion”:”autocomplete-post-suggestion”,”enabled”:true},{“index_id”:”posts_brand”,”index_name”:”wp_posts_brand”,”label”:”Brands”,”admin_name”:”Brands”,”position”:2,”max_suggestions”:2,”tmpl_suggestion”:”autocomplete-post-suggestion”,”enabled”:true},{“index_id”:”posts_blogpost”,”index_name”:”wp_posts_blogpost”,”label”:”From our Blog”,”admin_name”:”Blog”,”position”:3,”max_suggestions”:2,”tmpl_suggestion”:”autocomplete-post-suggestion”,”enabled”:true}],”input_selector”:”input[name=’s’]:not(‘.no-autocomplete’)”},”indices”:{“searchable_posts”:{“name”:”wp_searchable_posts”,”id”:”searchable_posts”,”enabled”:true,”replicas”:[]},”posts_post”:{“name”:”wp_posts_post”,”id”:”posts_post”,”enabled”:true,”replicas”:[]},”posts_blogpost”:{“name”:”wp_posts_blogpost”,”id”:”posts_blogpost”,”enabled”:true,”replicas”:[]},”posts_brand”:{“name”:”wp_posts_brand”,”id”:”posts_brand”,”enabled”:true,”replicas”:[]},”terms_category”:{“name”:”wp_terms_category”,”id”:”terms_category”,”enabled”:true,”replicas”:[]}}};
{{{ data._highlightResult.post_title.value }}}
{{{ data._highlightResult.name.value }}}
{{{ data._highlightResult.display_name.value }}}