.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; } }
.flex-layout-block-override > div { margin-bottom: 15px; margin-top: 0 !important; align-items: stretch !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; } }
.site-margin { width: 100%; margin: 0 auto; } .scroll-container { width: 100%; overflow-x: scroll; white-space: wrap; margin-left: 0px; padding: 10px } .scroll-container::after { content: ""; position: absolute; top: 0; right: 0; bottom: 0; width: 0%; background: linear-gradient(to left, rgba(243, 243, 243, 1) 10%, rgba(243, 243, 243, 0) 40%); pointer-events: none; } .scroll-container::-webkit-scrollbar { display: auto; } .button-scroll { display: inline-block; margin-right: 5px; margin-bottom: 10px; padding: 10px 20px; background-color: #fff; color: #0065ab; font-size: 14px; border-radius: 50px; text-decoration: none; border: 1px solid #d7d7d7; box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 5%); } .button-scroll:hover { background-color: #ffffff; border: 1px solid #000; box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%); } .shop-all-scroll { display: inline-block; margin-right: 15px; padding: 10px 20px; background-color: #0065ab; color: #fff; font-size: 14px; border-radius: 50px; text-decoration: none; border: 1px solid #0065ab; box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 5%); } .shop-all-scroll:hover { background-color: #ffffff; border: 1px solid #000; box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%); } /* Media query for screens with a maximum width of 768px (adjust as needed) */ @media only screen and (max-width: 768px) { .scroll-container { white-space: nowrap; /* Set to 'nowrap' for mobile screens as well */ } }
/* 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 */ } }
.category-listing-content > .block-wrapper { display: none; }
.img-link-blk:hover a { text-decoration: underline; }
.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; }
/* 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: #ffffff; /* 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; display: block; } /* Text Container */ .text-container { flex-grow: 1; width: 100%; color: #555; /* Adjust text color for the text container */ } .text-container a { color: #555; /* 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: #0065ab; /* 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: #0065ab; /* 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 */ } }

Get ready to be amazed by our incredible collection of holidays and occasions decorations and accessories at Miles Kimball! Looking for a way to jazz up your festivities? We've got you covered! Our ever-evolving selection offers all the trimmings and must-haves that can transform any event into an extraordinary experience. We understand the importance of celebrating life's special moments and holidays with style and flair. That's why we've curated a delightful collection of products to help you make every occasion memorable, from birthdays and anniversaries to seasonal festivities and beyond. Welcome to our "Holidays & Occasions" category, your go-to destination for all things festive and fun. So why wait? Dive in and explore our trove of celebration necessities today!

Indoor Decorations

Transform your home into a cozy sanctuary with indoor decorations from Miles Kimball. Explore our captivating collection of decor pieces, from elegant table runners and festive wall art to charming figurines and personalized accents. Elevate your interior ambiance and express your unique style with our wide range of options. Whether you're sprucing up for a special occasion or simply adding warmth to your everyday space, our indoor decorations are designed to inspire and delight. Discover the perfect finishing touches to complement any room in your home. Shop now and infuse your living spaces with beauty and personality.

Outdoor Decor

Elevate your outdoor space with our enchanting outdoor decor collection. From welcoming garden flags and vibrant wind chimes to practical outdoor furniture covers and charming yard stakes, we have everything you need to create a captivating outdoor oasis. Check out our robust and stylish gear. Built tough, these pieces can brave the weather while still jazzing up your garden, patio or even that cute little porch of yours. So you're after that perfect backyard oasis, huh? Our outdoor decor collection is just the ticket. From celebrating seasons to elevating your al fresco lifestyle, we've got you covered. With a wide array of choices at your disposal, it's easy to tailor-make an environment that not only withstands Mother Nature but also echoes your personal style. This way, every season becomes a reason for celebration and every outdoor moment - simply unforgettable! Explore our collection today and transform your outdoor area into a beautiful and inviting retreat.

Christmas Decorations and Accessories

Make this Christmas season truly magical with Christmas decor, Christmas ornaments, and gifts from Miles Kimball. Explore our enchanting collection of holiday decorations, including festive wreaths, twinkling lights, and charming nativity scenes that will transform your home into a winter wonderland. Discover a wide array of Christmas ornaments, from traditional glass baubles to personalized keepsakes that capture the spirit of the season. And when it comes to gift-giving, our thoughtful selection of presents for everyone on your list, including cozy blankets, personalized stockings, and delightful kitchen gadgets, ensures you'll find the perfect gift that spreads joy and warmth.

Thanksgiving & Fall Décor

Discover charming table linens, wreaths, and autumn-themed decorations to create a warm and inviting atmosphere. Embrace the spirit of the season with our carefully curated items that capture the beauty of fall. Shop now to celebrate the harvest season in style!

Patriotic Décor

Show your American pride with patriotic deco. Explore our collection of red, white, and blue accents, including flag-themed home decor, patriotic garden flags, and festive outdoor decorations. Whether it's the Fourth of July, Memorial Day, or year-round patriotism, we have the perfect decor to celebrate the USA in style!

Easter Décor, Baskets & Gifts

Transform your home into an Easter wonderland with our delightful Easter decor, baskets, and gifts. Discover charming decorations, including Easter bunny figurines and colorful wreaths that will fill your space with joy. Explore our selection of beautifully crafted Easter baskets, perfect for egg hunts and thoughtful gifting. And don't forget our array of Easter gifts, from personalized items to sweet treats, making it easy to surprise loved ones. Celebrate the season of renewal and rebirth with our Easter collection, designed to make your holiday festivities unforgettable. Shop now and add a touch of Easter magic to your home.

We offer a diverse range of decor and gifts to celebrate every occasion. Dive into the spooky charm of Halloween with eerie decorations. Show your love on Valentine's Day with romantic accents. Make Mom's day special with heartfelt Mother's Day decor, and honor Dad with Father's Day gifts that resonate. Celebrate academic milestones with graduation decor and gifts to inspire success. With our carefully curated collection, you can effortlessly transform your space and find the perfect gifts to cherish the moments that matter. Shop now and embrace the spirit of every season and celebration with Miles Kimball.

At Miles Kimball, we understand the importance of creating lasting memories with loved ones. That's why we strive to provide you with the best holiday decor and accessories that will make every moment special. So don't wait – start exploring our new holidays and occasions collection today and bring joy and excitement to your celebrations like never before!

[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}