.button-secondary-ghost { display: inline-block; position: relative; padding: .8em; margin: .5em; border-radius: 4px; background-color: transparent; font-family: 'Arimo',sans-serif; font-size: 16px; font-weight: 800; line-height: 1; text-align: center; white-space: normal; vertical-align: middle; cursor: pointer; border: 2px solid #ffffff; border-width: 1px; min-width: 120px; color: #ffffff; box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 0%); } .button-secondary-ghost:focus { color: #eb0000; text-decoration: none; } .button-secondary-ghost:hover { border: 1px solid #ffffff; background-color: #ffffff; color: #eb0000; text-decoration: none; box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 0%); }

Sale & Clearance

Discover, Shop & Save Today!

View All

.title-with-link { display: flex; justify-content: space-between; align-items: center; margin-right: 20px; } .view-all-cat-link { width: 100%; text-align: right; float: right; /* Initial styling for larger screens */ } .view-all-cat-link a { text-decoration: none; font-size: 18px; color: #0065ab; } /* Media query for screens smaller than 600px (adjust as needed) */ @media screen and (max-width: 600px) { .view-all-cat-link { float: none; /* Remove float on smaller screens */ width: 100%; text-align: left; } }
#pop-cat-top-marginmobile { margin-bottom: 0px !important; }
.title-with-link { display: flex; justify-content: space-between; align-items: center; margin-right: 20px; } .view-all-cat-link { width: 100%; text-align: right; float: right; /* Initial styling for larger screens */ } .view-all-cat-link a { text-decoration: none; font-size: 18px; color: #0065ab; } /* Media query for screens smaller than 600px (adjust as needed) */ @media screen and (max-width: 600px) { .view-all-cat-link { float: none; /* Remove float on smaller screens */ width: 100%; text-align: left; } }
#pop-cat-top-marginmobile { margin-bottom: 0px !important; }
.category-listing-content > .block-wrapper { display: none; }
.img-link-blk .img-link-overlay { left: 0px; height: auto; } .img-link-blk .relative{ display:block; } .two-column-blk-row > div { padding: 0; } .one-column-blk-row .img-link-blk { max-width: 100%; height: 100%; } @media (min-width: 1310px) { .main-content-area > .layout-blk-row, .main-content-area > .rich-content { max-width: 131rem; margin-left: calc((100vw - 131rem) / 2) ; margin-right: calc((100vw - 131rem) / 2); } .max-width { max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; } .inline { margin-left: 0 !important; margin-right: 0 !important; } } @media(max-width: 992px) { .category-pane .two-column-blk-row>div { padding: 0 !important; } }
.flexboxmargindesktop > * { margin-left: 15px !important; margin-right: 15px !important; } .flexboxmargintabletmobile > * { margin-left: 10px !important; margin-right: 10px !important; } .flexboxpaddingdesktop > * { padding-left: 15px !important; padding-right: 15px !important; } .flexboxpaddingtabletmobile > * { padding-left: 10px !important; padding-right: 10px !important; } .flex-layout-block { margin-bottom: 0 !important; } .flex-layout-block > div { margin-bottom: 15px; margin-top: 0 !important; align-items:flex-start; } .property-for-next { margin: 0 !important; }
[class^="slider-block"] .block-wrapper { padding-top: 1rem; padding-bottom: 2rem; } ssb-slick .slick-slide { text-align: center; } .listing-ad__item:nth-child(1), .listing-ad__item:nth-child(2) { margin-left: -1px; } .product-main__info .tt-c-rating__star { display: inline-block; } .slider-block{ max-width: 131rem; }
@media(max-width: 921px) { .flex-layout-block>div+div { margin-top:0; } }
/* Styles for mobile devices (up to 767px) */ @media (max-width: 767px) { .clpSpecialOfferPromoContainer { flex-basis: 50% !important; /* Adjust the width for mobile with !important */ } } /* Styles for tablets (768px to 991px) */ @media (min-width: 768px) and (max-width: 991px) { .clpSpecialOfferPromoContainer { flex-basis: 50% !important; /* Adjust the width for tablets with !important */ } } /* Styles for desktop devices (992px and above) */ @media (min-width: 992px) { .clpSpecialOfferPromoContainer { flex-basis: 50% !important; /* Adjust the width for desktop with !important */ } } /* Flex Container */ .flex-container-clp-special-offer { display: flex; align-items: stretch; /* Ensure equal height for flex items */ } /* Content Block */ .content-block { display: flex; padding: 20px; /* Adjust padding as needed */ background-color: #DF1F29; /* White background color */ border-radius: 10px; /* Adjust border radius for rounded corners */ border: 1px solid #fff; /* Add a border with the desired color */ box-shadow: 0 0 8px rgba(0, 0, 0, 0.05); /* Optional: Add a subtle box shadow */ margin: 10px; /* Adjust margin around the block */ } /* Image Container */ .image-container { padding-right: 20px; /* Adjust padding around the image */ flex-grow: 1; /* Ensure equal height with the text container */ } .image-container img { max-width: 100%; height: auto; border-radius: 5px; /* Ads rounded corners on the image*/ display: block; } /* Text Container */ .text-container { flex-grow: 1; width: 100%; color: #fff; /* Adjust text color for the text container */ } .text-container a { color: #fff; /* Adjust link color */ text-decoration: none; /* Remove default underline */ transition: color 0.3s ease, text-decoration 0.3s ease; /* Add transition for smooth effect */ } .text-container:hover a { color: #fff; /* Adjust link color on hover */ text-decoration: underline; /* Add underline on hover */ } .text-container h2 { font-size: 2.4em; /* Adjust title font size */ margin-bottom: 0px; /* Adjust spacing */ } .text-container p { font-size: 1.3em; /* Adjust subtext font size */ margin-bottom: 10px; /* Adjust spacing */ padding-bottom: 10px; } .text-container a { font-size: 1em; /* Adjust link font size */ text-decoration: none; color: #fff; /* Blue color */ } p:only-of-type:not([class]) { margin-bottom: 0; font-weight: normal; } /* Content Block Hover Effect */ .content-block:hover { box-shadow: 0 0 8px rgba(0, 0, 0, 0.05); /* Add a stronger box shadow on hover */ border: 1px solid #fff; /* Add a border on hover with the desired color */ } /* Responsive Styles for Text Container and Image Container */ @media screen and (max-width: 768px) { .content-block { flex-direction: column; } .image-container { padding-right: 0; /* No padding around image on smaller screens */ margin-bottom: 10px; /* Adjust spacing between image and text on smaller screens */ } .text-container { width: 100%; /* Full width for text container on smaller screens */ } } /* Additional Responsive Styles for Larger Screens if Needed */ @media screen and (min-width: 992px) { .text-container { max-width: 60%; /* Adjust maximum width for text container on larger screens */ } .image-container { max-width: 33%; /* Adjust maximum width for image container on larger screens */ } }
.img-link-blk:hover a { text-decoration: underline; }
/* Common styles for all devices */ .subcat-link { color: #555555; text-decoration: none; font-weight: normal; } .subcat-circle { padding: 10px; width: 134px !important; /* Default width with !important */ } /* Styles for mobile devices (up to 767px) */ @media (max-width: 767px) { .subcat-circle { width: 106px !important; /* Adjust the width for mobile with !important */ } } /* Styles for tablets (768px to 991px) */ @media (min-width: 768px) and (max-width: 991px) { .subcat-circle { width: 134px !important; /* Adjust the width for tablets with !important */ } } /* Styles for desktop devices (992px and above) */ @media (min-width: 992px) { .subcat-circle { width: 150px !important; /* Adjust the width for desktop with !important */ } }
/* Common styles for all devices */ .subcat-link { color: #555555; text-decoration: none; font-weight: normal; } .subcat-circle-lg { padding: 10px; width: 233px !important; /* Default width with !important */ } /* Styles for mobile devices (up to 767px) */ @media (max-width: 767px) { .subcat-circle-lg { width: 160px !important; /* Adjust the width for mobile with !important */ } } /* Styles for tablets (768px to 991px) */ @media (min-width: 768px) and (max-width: 991px) { /* Add the following rule to prevent flex container from wrapping */ .subcat-circle-lg-desktop { display: flex; flex-wrap: nowrap !important; } .subcat-circle-lg { width: 233px !important; /* Adjust the width for tablets with !important */ } } /* Styles for desktop devices (992px and above) */ @media (min-width: 992px) { /* Add the following rule to prevent flex container from wrapping */ .subcat-circle-lg-desktop { display: flex; flex-wrap: nowrap !important; } .subcat-circle-lg { width: 233px !important; /* Adjust the width for desktop with !important */ } }

Sales – Sale and Discount Clearance Items

Are you in search of unbeatable deals and discounts on a wide range of products? Look no further than Miles Kimball's Sale section, your one-stop destination for incredible savings on home goods, decor, gifts, and more. Whether you're looking to refresh your living space, find the perfect gift, or simply treat yourself to something special, our sale offerings have something for everyone.

Home Essentials on Sale

Our Sale section features an extensive selection of home essentials that will help you upgrade your living spaces without breaking the bank. From kitchen gadgets and storage solutions to bedding, you'll find budget-friendly options that don't compromise on quality or style.

Decorate for Less

Give your home a makeover with our discounted home decor items. Explore a variety of wall art, throw pillows, and decorative accents to add a personal touch to your space. With these great deals, you can transform your home into a stylish haven without overspending.

Gifts Galore

Looking for thoughtful and affordable gifts for birthdays, holidays, or special occasions? Our Sale section has you covered. Browse through a selection of discounted gifts that are sure to bring smiles to your loved ones' faces. From personalized items to unique finds, you'll discover the perfect gift at a fraction of the cost.

Seasonal Savings

Stay ahead of the seasons and holidays with discounted seasonal items. Whether it's Christmas decorations, Halloween treats, or Easter goodies, our seasonal sale offerings help you celebrate in style without straining your budget.

Bargain Buys for Every Occasion

At Miles Kimball, we believe that everyone deserves quality products at affordable prices. Our Sale section reflects this commitment by offering a wide variety of items for everyday living and special occasions. Discover unbeatable bargains at Miles Kimball's Last Chance Clearance section. Shop a curated selection of discounted home goods, decor, gifts, and more. These final clearance items are your last opportunity to grab incredible deals, so don't miss out. Upgrade your living spaces and find thoughtful gifts without breaking the bank!

Limited-Time Offers

Keep in mind that our sale items are available for a limited time only, so act quickly to snag the best deals. Be sure to check back regularly, as our inventory is updated frequently with new discounted products.

Easy Online Shopping

Shopping in our Sale section is as convenient as it gets. Simply browse the selection, add your chosen items to your cart, and check out securely online. It's a hassle-free way to save money while enjoying the quality and reliability that Miles Kimball is known for.

Don't miss out on the opportunity to shop smart and save big. Explore Miles Kimball's Sale section today and discover a treasure trove of discounted products that cater to your every need and desire. Start saving while enjoying the quality and value you deserve. Happy shopping!

[class^="slider-block"] .block-wrapper { padding-top: 1rem; padding-bottom: 2rem; } ssb-slick .slick-slide { text-align: center; } .listing-ad__item:nth-child(1), .listing-ad__item:nth-child(2) { margin-left: -1px; } .product-main__info .tt-c-rating__star { display: inline-block; } .slider-block{ max-width: 131rem; }
@media(min-width: 920px) { ssb-slick .slick-track { display: flex; } } .slick-slider{ touch-action: auto !important; }
.tinymce-seo h1, .tinymce-seo h2, .tinymce-seo h3, .tinymce-seo h4, .tinymce-seo h5, .tinymce-seo h6 { font-family: inherit; font-size: inherit; color: inherit; padding: 10px 0; } .well h4 { color: white; margin-bottom: 1em; } .well a { font-weight: bold; color: white; text-decoration: underline; } .well p{ margin-bottom: .5em; } .well__content { text-align: left; }
@media(max-width: 921px) { .flex-layout-block>div+div { margin-top:0; } }
@media(max-width: 480px) { #category-page .category-list__item { max-width: 49%; } } @media(max-width: 480px) { fancy-header[title*="More Categories"] + .category-list .category-list__item { max-width: 100% !important; } }
.js-slick-slider-7 .product__label:not([class*='product__label--']) {display:none}