/** Shopify CDN: Minification failed

Line 78:0 All "@import" rules must come first
Line 9009:35 Expected identifier but found "*"

**/
@font-face {
    font-family: 'Satoshi';
    font-style: normal;
    font-weight: 300;
    src: url('/cdn/shop/files/Satoshi-Light.woff?v=1748246852') format('woff');
  }
  
  @font-face {
    font-family: 'Satoshi';
    font-style: italic;
    font-weight: 300;
    src: url('{{ "Satoshi-LightItalic.woff" | asset_url }}') format('woff');
  }
  
  @font-face {
    font-family: 'Satoshi';
    font-style: normal;
    font-weight: 400;
    src: url('/cdn/shop/files/Satoshi-Regular.woff?v=1748246545') format('woff');
  }
  
  @font-face {
    font-family: 'Satoshi';
    font-style: italic;
    font-weight: 400;
    src: url('{{ "Satoshi-Italic.woff" | asset_url }}') format('woff');
  }
  
  @font-face {
    font-family: 'Satoshi';
    font-style: normal;
    font-weight: 500;
    src: url('/cdn/shop/files/Satoshi-Medium.woff?v=1748246843') format('woff');
  }
  
  @font-face {
    font-family: 'Satoshi';
    font-style: italic;
    font-weight: 500;
    src: url('{{ "Satoshi-MediumItalic.woff" | asset_url }}') format('woff');
  }
  
  @font-face {
    font-family: 'Satoshi';
    font-style: normal;
    font-weight: 700;
    src: url('/cdn/shop/files/Satoshi-Bold.woff?v=1748246827') format('woff');
  }
  
  @font-face {
    font-family: 'Satoshi';
    font-style: italic;
    font-weight: 700;
    src: url('{{ "Satoshi-BoldItalic.woff" | asset_url }}') format('woff');
  }
  
  @font-face {
    font-family: 'Satoshi';
    font-style: normal;
    font-weight: 900;
    src: url('/cdn/shop/files/Satoshi-Black.woff?v=1748246834') format('woff');
  }
  
  @font-face {
    font-family: 'Satoshi';
    font-style: italic;
    font-weight: 900;
    src: url('{{ "Satoshi-BlackItalic.woff" | asset_url }}') format('woff');
  }
  

@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');


img {
    max-width: 100%;
}
/* Home Page */
.custom-announcement-bar .announcement-content,
header.header,
.page-width,
.header-wrapper .menu-conatiner-big .mega-menu__content,
.header-wrapper .menu-conatiner-big .list-menu {
    width: 100%;
    max-width: 1330px;
    padding-inline: 40px !important;
}
main#MainContent {
    width: 100%;
    max-width: 1330px;
    margin-inline: auto;
    padding-inline: 0 !important;
}
.custom-announcement-bar .announcement-content,
header.header, .page-width,
.header-wrapper .menu-conatiner-big .mega-menu__content {
    padding-inline: 0 !important;
}
.collection-list-wrapper,
.shop-by-icon h2,
.home-fix-img-banner,
.collection-product-slider-box h2 {
    margin-top: 100px !important;
    margin-bottom: 40px !important;
}
.collection-list-wrapper .title-wrapper-with-link {
    margin-bottom: 40px;
}
/* forMegaMenu change padding 30px to custom */
.header-wrapper .menu-conatiner-big .mega-menu__list {
    border: 1px solid #fff;
    background: #1d373e;
    padding: 12px 20px 12px 20px !important;
}
.custom-announcement-bar .announcement-content {
    justify-content: space-between;
}
.custom-announcement-bar .announcement-content .excellent p {
    margin-block: 2px 0;
}
.custom-announcement-bar .announcement-content .excellent,
.custom-announcement-bar .announcement-content .fixed-text *,
.custom-announcement-bar .announcement-content  .swiper-container .announcement-link.custom {
    font-weight: 400;
}
.custom-announcement-bar .announcement-content .excellent > svg {
    width: 14px;
    height: 14px;
}
.custom-announcement-bar a:hover {
    text-decoration: none !important;
}
.custom-announcement-bar .announcement-content {
    display: flex;
    gap: 20px;
    align-items: center;
}
.custom-announcement-bar span.fixed-text-reviwes a {
    justify-content: flex-start;
}
.custom-announcement-bar .announcement-content .fixed-text {
    display: flex;
    justify-content: center;
}
.custom-announcement-bar .announcement-content .swiper-container .announcement-link.custom {
    display: flex;
}
.custom-announcement-bar .announcement-content .fixed-text, 
.custom-announcement-bar .announcement-content .swiper-container .announcement-link.custom {
    gap: 7px;
}
.custom-announcement-bar .announcement-content > * {
    width: 100% !important;
    max-width: calc(100% / 3);
    height: auto !important;
}
.custom-announcement-bar .announcement-content .swiper-container .announcement-link.custom {
    justify-content: flex-end;
}
.header .header__icons .header__icon--cart {
    margin-right: 0;
    width: auto;
    text-decoration: none;
}
.header .header__icons {
    padding-right: 0;
}
.header .header__icons .header__icon--cart .cart-count-bubble {
    position: unset !important;
    width: auto !important;
}
.header .header__icon .svg-wrapper {
    width: 34px;
    height: 34px;
}
.header-wrapper .menu-conatiner-big > nav.header__inline-menu > ul.list-menu > li > header-menu > details.mega-menu[open="true"] .header__menu-item span:after {
    content:"";
    position:absolute;
    bottom:-2px;
    left:0px;
    width:100%;
    height:2px;
    border-radius:20px;
    background:#c84c04;
}
.header-wrapper .menu-conatiner-big > nav.header__inline-menu > ul.list-menu > li > header-menu > details.mega-menu[open="true"] .header__menu-item span {
    text-decoration:none;
    color:#fff !important;
}
.header .header__heading-logo {
    height: auto;
    width: 170px;
}
main#MainContent .home_usp_container {
    background: #f4f4f4;
    display: flex;
    margin-top: 10px;
    justify-content: space-evenly;
    padding: 15px 40px !important;
    border-radius: 10px;
}
.home_usp_container .usp_content {
    display: flex;
    width: calc(100% / 3);
    align-items: center;
    gap: 10px;
    max-width: 370px;
}
.home_usp_container .usp_content .icon-image.img_content {
    display: flex;
}
.home_usp_container .h_content {
    margin: 0 0 5px 0;
    font-size: 18px;
    color: #1d373e;
    font-weight: 700;
    line-height: 22px;
    font-family: 'Roboto';
    letter-spacing: normal;
}
.home_usp_container .p_content {
    font-size: 16px;
    font-weight: 400;
    color: #444;
    margin: 0;
    line-height: normal;
    font-family: 'Roboto';
    letter-spacing: normal;
}
.shop-by-icon h2,
.collection-list-wrapper .title-wrapper-with-link h2,
.collection-product-slider-box h2 {
    margin: 0px;
    font-size: 32px;
    line-height: 42px;
    text-align:center;
    color: #1d373e;
    position:relative;
    text-align:center;
}
.shop-by-icon h2:after,
.collection-list-wrapper .title-wrapper-with-link h2::after,
.collection-product-slider-box h2::after {
    content: "";
    width: 35px;
    height: 3px;
    background: #c84c04;
    display: block;
    margin: auto;
}
.header-wrapper .menu-conatiner-big .mega-menu__content {
    background: transparent;
    padding-top: 0;
    border: none;
    box-shadow: 0px 30px 50px 10px rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    padding-bottom: 0 !important;
    max-width: 1200px;
    width: fit-content;
}
.collection-list-wrapper {
    padding-block: 0 !important;
}
.popular-brand .shop-by-brand .brand-grid {
    width: 100%;
    gap: 20px;
}
.popular-brand .shop-by-brand .brand-grid a.brand-item img {
    max-width: 150px;
    height: auto;
}
.popular-brand .shop-by-brand .brand-grid a.brand-item {
    display: flex;
    align-items: center;
    justify-content: center;
}
.popular-brand {
    max-width: 900px !important;
}
.home-fix-img-banner {
    max-width: 1158px;
    margin-inline: auto;
    min-height: unset !important;
    border-radius: 10px;
    overflow: hidden;
}
main#MainContent .home-fix-img-banner .banner__content {
    padding: 30px 85px !important;
}
.banner__box .banner__heading {
    font-family: 'Roboto';
    font-size: 46px;
    font-weight: 700;
    line-height: normal;
}
.banner__box .banner__text p {
    font-size: 24px;
    font-weight: 400;
    color: #1f3a40;
    line-height: normal;
}
.collection-product-slider .collection-product-slider-wrapper {
    padding: 0;
}
.about-section .image-section {
    gap: 20px;
    padding: 0;
    margin-block: 40px;
}
.about-section .image-section .image-box a {
    display: flex;
}
.banner__box .button.button--primary {
    background: #c84c04;
    opacity: 1;
    border-radius: 50px;
    font-size: 21px;
    padding: 8px 24px;
    letter-spacing: normal;
}
.about-section button {
    padding: 0;
    text-decoration: underline;
}
.about-section button:hover {
    color: #c84c04;
    text-decoration: none;
}
.about-section h2 {
    font-family: Roboto;
    font-weight: 400;
    color: #1d373e;
    font-size: 24px;
    margin-top: 100px;
    margin-bottom: 20px;
}
.popular-brand {
    margin-top: 100px !important;
    padding-bottom: 0 !important;
}
.conatiner-categories .category-item img,
.popular-brand .shop-by-brand .brand-grid a.brand-item,
.about-section .image-section .image-box a {
    transition: all ease-in-out 0.3s;
}
.popular-brand .shop-by-brand .brand-grid a.brand-item:hover,
.about-section .image-section .image-box a:hover {
    transform: scale(.95);
} 
.conatiner-categories .category-item:hover img {
    border-color: #c94c04;
}
.swiper {
    padding: 0 0 30px 0 !important;
}
.conatiner-categories .category-item:hover img {
    border-color: #c94c04;
}
/* .card-wrapper .card .card__inner .media>img {
    padding: 20px;
} */
.card-wrapper .card .card__inner {
    background: transparent;
}
.card .quick-add {
    width: 100%;
    bottom: 0;
    margin: 0;
}
.card .quick-add:after {
    content: "";
    height: 63px;
    background: #fffc;
    width: calc(100% - 2px);
    position: absolute;
    left: 1px;
    bottom: 0;
    z-index: -1;
}
.card .quick-add .quick-add__submit {
    margin-bottom: 15px;
    width: calc(100% - 30px);
    margin-inline: auto;
}
.banner__box .button:hover {
    background: #1d373e;
}
.card .card-text a:hover {
    text-decoration: underline !important;
}
.card .brand-name {
    font-size: 14px;
    line-height: normal;
    opacity: 1;
    letter-spacing: normal;
    color: #000;
    text-transform: capitalize;
    margin-top: 10px !important;
}
.card .quick-add .quick-add__submit:hover {
    background: #c84c04;
}
.card .card-text a {
    letter-spacing: normal;
}
.collection-product-slider .collection-product-scrollbar {
    height: 6px !important;
}
.collection-product-slider .collection-product-scrollbar .swiper-scrollbar-drag {
    cursor: pointer;
}
.footer-wrapper .footer-block__heading {
    font-weight: 500 !important;
    font-size: 18px !important;
    margin-bottom: 10px !important;
    letter-spacing: normal;
    line-height: normal !important;
}
.footer-wrapper .link.link--text.list-menu__item.list-menu__item--link {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 25px;
    text-decoration: rgb(255, 255, 255);
    text-align: left;
    word-spacing: 0px;
    color: #fff;
    margin-bottom: 0;
    padding: 5px 0;
}
.footer-wrapper .footer__content-top {
    width: calc(100% - 360px);
    padding-bottom: 0;
    
}
.footer__content-top .footer__blocks-wrapper .footer-block:not(.footer-block--menu) {
    border-right: 1px solid #2a4d57;
    padding-left: 0;
    padding-right: 25px;
}
.footer__content-top .footer__blocks-wrapper .footer-block{
    max-width: 25%;
    padding: 52px 0 0 52px;
}
.footer__content-top .footer__blocks-wrapper .footer-block:not(.footer-block--menu), 
.footer__content-top .footer__blocks-wrapper .footer-block{
    padding-bottom: 25px;
}
.footer-wrapper .link.link--text.list-menu__item.list-menu__item--link {
    transition: all ease-in-out 0.3s;
}
.footer-wrapper .link.link--text.list-menu__item.list-menu__item--link:hover {
    color: #ff792c;
    padding-left: 4px;
    text-decoration: none;
}
body .footer_copyright_data {
    border-top: 1px solid #2a4d57;
    padding: 14px 50px 14px 0 !important;
}
.footer-block__brand-info ul>li>a {
    color: #ff792c !important;
}
.footer-block__brand-info ul>li>a:hover {
    text-decoration: underline;
}
.footer .list-social__link:hover {
    color: #c84c04;
    transform: scale(1.08);
}
.header .sign-in-box .sign_in_text_container a {
    display: none;
}
.custom-bottom-footer .footer-block__newsletter .notice_content a:hover {
    text-decoration: none;
}
.headerRightActions {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    align-items: center;
}
.headerRightActions span.login_account .login-data a .login-svg {
    display: flex;
    align-items: center;
}
.headerRightActions span.login-data-account .login-data a.account-logged-in .login-svg {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}
.headerRightActions span.login-data-account .login-data a.account-logged-in .login-svg span.login-svg-label {
    white-space: nowrap !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    margin-right: 0;
    color: #222;
    text-transform: capitalize;
    letter-spacing: normal;
}
.headerRightActions span.login-data-account .login-data a.account-logged-in:hover .login-svg span.login-svg-label {
    color: #ee6922;
}
.headerRightActions span.login-data-account .login-data a.account-logged-in {
    text-decoration: none;
}
.headerRightActions svg,
.header .header__icons .header__icon--cart span.svg-wrapper {
    width: 20px;
    height: 20px;
}
.headerRightActions a.custom-widhlist-icon.header__icon.header__icon--account {
    width: auto;
}
.header .header__icons .header__icon--cart {
    position: relative;
}
.header .header__icons .header__icon--cart .cart-count-bubble, .headerRightActions a.custom-widhlist-icon.header__icon.header__icon--account span.wishlist-count {
    position: absolute !important;
    background: #c84c04 !important;
    width: auto !important;
    min-width: 16px;
    min-height: 16px;
    color: #fff !important;
    font-size: 11px !important;
    right: -7px !important;
    top: -8px !important;
    left: auto !important;
    line-height: normal;
}
.headerRightActions>* svg {
    transition: all ease-in-out 0.3s;
}
.headerRightActions>*:hover svg {
    transform: scale(1.1);
}
.headerRightActions a.custom-widhlist-icon {
    position: relative;
}
.headerRightActions a.custom-widhlist-icon.header__icon.header__icon--account span.wishlist-count {
    max-height: 16px;
    top: 3px !important;
    border-radius: 100px;
}
.headerRightActions span.login-data-account .login-data a.account-logged-in .login-svg span.account-status-dot {
    width: 10px;
    height: 10px;
    background: #82e582;
    position: absolute;
    right: -8px;
    top: -5px;
    border-radius: 100px;
}
.card-wrapper .card.card--media .card__content .quick-add {
    top: auto !important;
    bottom: auto !important;
    left: 50%;
    transform: translate(-50%, -51px) !important;
    z-index: 2;
}
/*
.card-wrapper .card.card--media .card__content {
    position: relative;
}
.card-wrapper .card.card--media .card__content .quick-add a.card-button-link,
.card-wrapper .card.card--media .card__content .quick-add button {
    width: calc(100% - 20px) !important;
    display: block;
    margin-left: 10px;
}
*/
.priceSet {
    display: flex;
    gap: 5px;
    margin-bottom: 10px;
}
.priceSet span {
    font-size: 19px;
    line-height: 28px;
    letter-spacing: normal;
}
.priceSet span.text-red-600 {
    color: #C84C04;
    font-weight: 600;
    font-size: 19px;
}
.priceSet span.line-through.text-gray-500 {
    color: #1d373e;
    font-weight: 500;
    letter-spacing: normal;
    text-decoration: line-through;
}
.priceSet span.text-green-600 {
    color: green;
    font-weight: 600;
}
.priceSet span.text-gray-800 {
    color: #c84c04;
    font-weight: 600 !important;
}
.card-wrapper .card.card--media .card__content .quick-add product-form>form {
    padding-left: 0;
    width: calc(100% - 0);
    margin-inline: auto;
}
.card-wrapper .card.card--media .card__content .quick-add a.card-button-link button.quick-add__submit {
    min-width: unset !important;
    width: calc(100% - 24px);
}
.primary-slider-btn:hover {
    background: #c84c04;
    border-color: #c84c04;
}
.artical-section .shop-by-brand .brand-grid .artical-container a.brand-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.artical-section .shop-by-brand .brand-grid .artical-container a.brand-item .artical-title {
    margin-bottom: 0px;
    line-height: 1.5;
    font-weight: 400;
}
.artical-section .shop-by-brand .brand-grid .artical-container .date-time-blog {
    text-transform: unset;
    font-size: 14px;
    opacity: 1;
}
.artical-section .shop-by-brand .brand-grid .artical-container a.brand-item:hover {
    text-decoration: underline;
    color: #000;
}
.people-bought-container .people-bought-slider a p, .card .card-text a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 22px;
    font-weight: 400;
}
.image-free-code {
    font-size: 14px;
    color: #fff;
    position: absolute;
    z-index: 1;
    font-family: Roboto;
    font-weight: 400;
    text-align: center;
    line-height: normal;
    left: 10px;
    right: auto;
    top: 10px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
}
.image-free-code p {
    background-color: #c84c04;
    padding: 4px 8px 3px;
    margin: 0;
    text-transform: uppercase;
    border-radius: 4px;
}
.artical-section .shop-by-brand .brand-grid .artical-container {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.artical-section .artical-container .artical-title {
    color: #1d373e;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0px;
    font-weight: 600;
}

/* side Cart */
.cart-drawer .drawer__header {
    padding-inline: 16px;
    margin-inline: -16px;
    border-bottom: 1px solid #d9d9d9;
    padding-block: 10px;
}
.cart-drawer .drawer__header h2.drawer__heading {
    margin: 0;
}
.cart-drawer .drawer__header h2.drawer__heading {
    margin: 0;
    font-size: 16px;
}
body .cart-drawer .drawer__header button.drawer__close {
    width: 19px;
    height: 19px;
    min-width: unset;
    min-height: unset;
    top: 11px !important;
    right: 16px !important;
}
.upsell-container p.shipping-message,
.cart-drawer .upsell-container p.shipping-message *,
.cart-drawer .upsell-container p.shipping-message span.free_shipping_notice,
.cart-drawer .upsell-container p.shipping-message span.free_shipping_notice * {
    font-size: 14px;
    line-height: normal !important;
}
.cart-drawer .upsell-container p.shipping-message {
    line-height: normal;
    margin-block: 5px 7px;
}
.drawer__inner .upsell-container {
    margin-bottom: 5px;
}
.drawer__inner .drawer__footer .cart-drawer__footer small.tax-note.caption-large {
    margin-bottom: 10px !important;
}
.cart-drawer .upsell-container .progress-bar {
    height: 6px;
    padding: 0;
}
.cart-drawer .upsell-container .progress-bar .free-shipping-icon {
    width: 30px;
    height: 30px;
    padding: 5px;
}
.cart-drawer .upsell-container .progress-bar .free-shipping-icon.iconicion {
    box-shadow: none !important;
    background: #c84c04 !important;
    border-color: #c84c04 !important;
}
.cart-drawer .upsell-container .progress-bar .free-shipping-icon.iconicion svg {
    filter: invert(1);
}
.cart-drawer cart-drawer-items .drawer__cart-items-wrapper {
    padding-top: 15px;
}
.cart-drawer cart-drawer-items form.cart__contents .drawer__cart-items-wrapper table.cart-items thead tr th.caption-with-letter-spacing {
    color: #000;
}
.cart-drawer .trust-icons-row .icon-with-text {
    margin: 10px -16px -16px;
    padding: 16px 16px !important;
}
.cart-drawer .trust-icons-row .icon-with-text li.icon-with-text__item {
    gap: 5px;
}
.cart-drawer .trust-icons-row .icon-with-text li.icon-with-text__item img {
    width: 20px !important;
    height: 20px !important;
    object-fit: contain !important;
}
.cart-drawer .trust-icons-row .icon-with-text li.icon-with-text__item span.h4.inline-richtext {
    font-size: 11px;
    letter-spacing: normal;
    line-height: 12px !important;
}
.cart-drawer .drawer__footer .cart-drawer__footer * {
    font-size: 14px !important;
    letter-spacing: normal;
}
.cart-drawer .drawer__inner .drawer__footer .cart__ctas2 button.cart__checkout-button.button {
    width: 100%;
    border-radius: 6px;
    letter-spacing: normal;
    text-transform: uppercase;
}
.cart-drawer .drawer__inner .drawer__footer .cart__ctas2 button.cart__checkout-button.button:hover {
    background-color: #c84c04 !important;
}
.cart-drawer .drawer__inner .drawer__footer button.toggle-shipping-estimator-drawer:hover {
    text-decoration: none;
    cursor: pointer;
}
.cart-drawer .drawer__inner .cart-item__totals .cart-item__price-wrapper span.price.price--end {
    letter-spacing: normal;
    font-weight: 600;
}
.cart-drawer .drawer__header .drawer__header_left {
    display: flex;
    align-items: center;
    gap: 10px;
}
.cart-drawer .drawer__header .drawer__header_left button.clear-cart-button {
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1f3a40;
    color: #fff;
    gap: 4px;
    font-family: Roboto;
    border-radius: 6px;
    border: none;
    padding: 4px 7px;
    line-height: 1;
    cursor: pointer;
}
.cart-drawer .drawer__header .drawer__header_left button.clear-cart-button:hover {
    background: #c84c04;
}
.cart-drawer .drawer__header .drawer__header_left button.clear-cart-button span.svg-wrapper {
    width: 15px;
    height: 17px;
}
.cart-drawer .cart-item>td+td a.cart-item__name.h4 {
    font-weight: 500 !important;
    font-family: roboto !important;
    letter-spacing: normal;
}

/* Product Detail Page */
.breadcrumbs a:hover {
    text-decoration: underline;
}
.cart-drawer .drawer__header .drawer__header_left button.clear-cart-button span {
    font-weight: 500;
}
product-info.custom-product-page .product__media-wrapper {
    padding-left: 0;
}
product-info.custom-product-page .product.product--medium {
    gap: 15px;
    display: grid;
    grid-template-columns: 1fr 490px !important;
}
product-info.custom-product-page .product.product--medium .grid__item.product__media-wrapper,
product-info.custom-product-page .product.product--medium .product__info-wrapper {
    width: 100%;
    max-width: 100%;
}
product-info.custom-product-page .product.product--medium .grid__item.product__media-wrapper media-gallery slider-component ul.product__media-list > li > .product-media-container {
    width: 100%;
    border: none;
}
.custom-product-page .product .product__title h1 {
    font-family: Roboto;
    letter-spacing: normal;
    font-weight: 400 !important;
    text-align: left;
    color: #1d373e;
    font-size: 24px !important;
    margin-bottom: 5px !important;
}
.custom-product-page .product .product__info-wrapper {
    height: auto;
    padding: 0;
}
product-info.custom-product-page .product.product--medium .product__info-wrapper {
    padding-left: 0 !important;
}
product-info.custom-product-page .product.product--medium .product__info-wrapper section.product__info-container .custom-main-container * {
    font-size: 14px !important;
}
product-info.custom-product-page .product.product--medium .product__info-wrapper section.product__info-container {
    padding: 15px !important;
    margin-top: 0 !important;
    border-radius: 0 !important;
}
.custo_sku_data {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}
.custom-product-page .price .price__sale .price-item--sale, .custom-product-page .price .price__regular .price-item--regular {
    letter-spacing: normal;
}
.custom-product-page .product__info-container .product__inventory * {
    font-size: 14px !important;
    letter-spacing: 0px;
    color: #1d373e;
    line-height: normal;
}
product-info.custom-product-page .product.product--medium .product__info-wrapper form.installment.caption-large * {
    font-size: 12px;
    letter-spacing: normal;
}
.custom-product-page .product-form__quantity {
    align-items: center;
}
.custom-product-page .product-form__quantity label.quantity__label {
    margin: 0;
}
.custom-product-page .product-form__quantity label.quantity__label,
product-info.custom-product-page .product.product--medium .product__info-wrapper variant-selects fieldset legend.form__label,
.custom-product-page .bundle--products h3.bundle--product--heading {
    font-size: 14px;
    color: #4e4e4e !important;
    font-weight: 600;
    letter-spacing: normal;
}
.thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: 80px !important;
}
product-info.custom-product-page .product.product--medium .product__info-wrapper section.product__info-container variant-selects fieldset label {
    width: auto;
    border: 1px solid #ccc !important;
    border-radius: 6px !important;
    padding: 14px 20px !important;
    color: #4e4e4e;
    font-weight: 400;
    letter-spacing: normal;
    font-size: 14px;
    background: #fff;
}
product-info.custom-product-page .product.product--medium .product__info-wrapper section.product__info-container variant-selects fieldset input+label:hover {
    border-color: #1d373e !important;
}
.custom-product-page .product-form__input--pill label:hover,
.custom-product-page .product-form__input--pill input[type=radio]:checked+label {
    box-shadow: 0 0 0 1px #000;
}
.custom-product-page .product-form__quantity .quantity button {
    background: transparent !important;
}
product-info.custom-product-page .product.product--medium .product__info-wrapper section.product__info-container .product-form__input.product-form__quantity+div {
    margin: 0 !important;
}
product-info.custom-product-page .product.product--medium .product__info-wrapper section.product__info-container product-form.product-form,
.custom-product-page .product-fogitrm__buttons button {
    margin-bottom: 0;
}
.custom-product-page .product-form__buttons button span {
    font-size: 14px;
    font-weight: 400;
    text-transform: unset;
    letter-spacing: normal;
}
.custom-product-page .product-form__buttons button {
    padding-block: 13px;
    margin-bottom: 0;
    height: 45px;
}
.product__accordion .accordion__title,
product-info.custom-product-page .product__accordion .accordion__content {
    padding-inline: 0 !important;
}
.custom-related-product-item .card-information .priceSet,
.people-bought-container .people-bought-box .priceSet {
    justify-content: center;
}
product-info.custom-product-page .product.product--medium .priceSet span {
    font-size: 16px;
}
product-info.custom-product-page .product.product--medium .grid__item.product__media-wrapper .custom-data-ac-original .custom-data-ac-first .my-data-custom > *:nth-last-child(2) {
    border-bottom: none !important;
}
product-info.custom-product-page .product.product--medium .grid__item.product__media-wrapper .custom-data-ac-original .custom-data-ac-first .my-data-custom > *:nth-last-child(2) .accordion__content {
    margin-bottom: 0;
}
.bought-scrollbar .swiper-scrollbar-drag {
    cursor: pointer;
}
.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    height: 6px !important;
}
product-info.custom-product-page .product.product--medium .grid__item.product__media-wrapper media-gallery slider-component ul.product__media-list>li>.product-media-container span.product__media-icon {
    left: auto;
    right: 10px;
}
.custom-product-page .bundle--products h3.bundle--product--heading {
    margin-bottom: 5px;
    font-family: 'Roboto';
}

/* collection page */
.top-category-slider, .left_slide_collection  {
    padding: 20px;
    background: #f9f9f9;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    gap: 10px;
    border-radius: 4px;
}
.top-category-slider h3, .left_slide_collection  h2 {
    width: auto;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0px;
    font-family: roboto;
    margin: 0;
    font-weight: 600;
    color: #1f3a40;
    max-width: 115px;
}
.left_slide_collection .brand-filters-slider form.facets__form-vertical_classification_filter {
    overflow: hidden;
}
.left_slide_collection .brand-filters-slider form.facets__form-vertical_classification_filter .facets__label {
    font-size: 16px;
    line-height: 20.92px;
    padding: 14px 8px;
    text-decoration: none;
    color: #000;
    text-align: center;
    background: #fff;
    border: 1px solid #1d373E66;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.left_slide_collection .brand-filters-slider .slider_swiper::after {
    font-size: 22px !important;
    color: #000;
}
.left_slide_collection .brand-filters-slider .slider_swiper {
    width: auto;
    height: auto;
    top: 34px;
    z-index: 1;
    background: transparent;
    border: none;
}
.left_slide_collection .brand-filters-slider .slider_swiper.swiper-button-next {
    right: 0;
}
.left_slide_collection .brand-filters-slider .slider_swiper.swiper-button-prev {
    left: 0;
}
.left_slide_collection .brand-filters-slider .swiper-button-disabled {
    display: none;
}
.left_slide_collection .brand-filters-slider form.facets__form-vertical_classification_filter .facets__label:hover, .left_slide_collection .brand-filters-slider form.facets__form-vertical_classification_filter .facets__label.active {
    background: #1f3a40;
    cursor: pointer;
    color: #fff;
}
.top-category-slider .cstm-slider,
.left_slide_collection .brand-filters-slider {
    width: calc(100% - 115px);
    padding: 0 25px;
    position: relative;
}
.top-category-slider .cstm-slider .chimney-swiper,
.brand-slider-container .brand-filter-slider {
    padding-bottom: 0 !important;
}
.top-category-slider .btn-sec {
    width: auto;
    height: auto;
    top: 31px;
    z-index: 1;
    background: transparent;
    border: none;
}
.top-category-slider .swiper-button-next {
    right: 0;
}
.top-category-slider .swiper-button-prev {
    left: 0;
}
.top-category-slider .brand-item a {
    text-decoration: none;
    width: 100%;
    padding: 10px 8px;
    border-radius: 3px;
    display: grid;
    place-items: center;
    font-size: 16px;
    line-height: normal;
    border: 1px solid #8F8F8F;
    background: #fff;
    color: #000;
}
/* .top-category-slider .btn-sec:hover {
    background: #c84c04;
} */
.custom-collection-main-data .collection-hero__inner {
    padding: 0 !important;
}
.custom-collection-main-data facet-filters-form {
    padding-left: 0 !important;
}
.custom-collection-main-data .collection-hero__inner h1.collection-hero__title {
    margin-top: 0;
    font-weight: 600;
    letter-spacing: normal;
}
.card .quick-add .quick-add__submit {
    min-width: unset !important;
}
.custom-collection-main-data .custom-coll-data {
    align-items: center;
}
.collection-hero__description p {
    line-height: 18px;
}
.custom-collection-main-data .custom-coll-data .facet-filters * {
    font-size: 14px;
    letter-spacing: normal;
    color: #000;
}
.custom-collection-main-data .custom-coll-data .facet-filters .facet-filters__field h2.facet-filters__label {
    margin-right: 0px;
}
.custom-collection-main-data .custom-coll-data .facet-filters {
    background-color: #fff;
    border: 1px solid #000 !important;
    border-radius: 0 !important;
    padding-block: 3.5px;
}
.pagination__list .pagination__item {
    font-weight: 400 !important;
}
.card .quick-add .quick-add__submit {
    font-size: 14px !important;
}
.custom-collection-main-data .custom-coll-data .facet-filters .select select#SortBy {
    padding-inline: 10px !important;
}
.card-wrapper .card .card__inner {
    overflow: hidden;
}
.top-category-slider .btn-sec,
.custom-collection-main-data .custom-coll-data .facet-filters,
.card-wrapper .card .card__inner,
.card .quick-add .quick-add__submit,
.custom-collection-filter #main-collection-filters,
.product-grid-container .collection_search {
    border-radius: 4px;
}
.custom-collection-main-data .custom-coll-data .facet-filters .select select#SortBy:focus,
.mobile-facets__inner .mobile-facets__main .mobile-facets__details .mobile-facets__summary .mobile-facets__sort .select select#SortBy-mobile:focus,
.custom-product-page .product-form__quantity .quantity input {
    border: none;
    box-shadow: none;
    outline: none;
}
.facets-vertical .facets__summary>div >span,
.custom-collection-filter .sidebarBlock-heading,
.facets-vertical .active-facets-vertical-filter h2#verticalTitle {
    font-weight: 600;
    letter-spacing: normal;
    font-size: 14px;
}
.custom-collection-filter .facets__summary .facets__summary-label {
    text-decoration: none;
    font-weight: 400 !important;
    letter-spacing: normal;
    font-family: 'Roboto';
    font-size: 15px;
}
.custom-collection-filter .sidebarBlock-heading {
    border-bottom: 1px solid #696969;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #1d373e;
    font-weight: 400;
    font-size: 15px;
}
.facets__display-vertical .facets__header-vertical {
    display: block;
    padding: 0 !important;
}
.facets__display-vertical show-more-button button {
    text-decoration: underline !important;
}
.facets__display-vertical show-more-button button:hover {
    text-decoration: none !important;
}
facet-filters-form form.facets__form-vertical div#FacetsWrapperDesktop > *:last-child .parent-display.facets__display-vertical {
    padding-bottom: 0 !important;
}
.custom-collection-filter .sidebarBlock-heading {
    margin-top: 0;
    color: #1d373e;
    font-family: roboto;
    margin-bottom: 10px;
}
.custom-collection-filter .navList {
    margin-block: 0;
}
.custom-collection-filter .sidebarBlock-heading {
    margin-bottom: 10px;
}
.facets-vertical .facets__summary {
    padding-top: 2rem !important;
    padding-bottom: 1rem !important;
}
.facets__disclosure-vertical {
    border-top: none !important;
}
.custom-circle-image .collection-slider-container nav.stories-nav.cstm-slider .story-item.story-item-show_bubbles a .image-wrapper img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 1px solid lightgrey;
    padding: 15px;
    box-sizing: border-box;
    overflow: visible;
}
.custom-circle-image .collection-slider-container nav.stories-nav.cstm-slider .story-item.story-item-show_bubbles a:hover .image-wrapper img {
    border: 1px solid#c94c04;
}
.custom-circle-image .collection-slider-container nav.stories-nav.cstm-slider .story-item.story-item-show_bubbles a .label-wrapper {
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
}
.custom-circle-image .collection-slider-container nav.stories-nav.cstm-slider .story-item.story-item-show_bubbles a:hover .label-wrapper:hover {
    color: #c94c04;
}
product-info.custom-product-page .product.product--medium .product__info-wrapper section.product__info-container .price {
    display: flex;
    align-items: center;
}
/* product-info.custom-product-page .product.product--medium .product__info-wrapper section.product__info-container .price .price__container .price__sale {
    display: flex;
    align-items: center;
    justify-content: center;
} */
product-info.custom-product-page .product.product--medium .product__info-wrapper section.product__info-container .price .price__container .price__sale s.price-item.price-item--regular {
    font-size: 21px;
    letter-spacing: normal;
    color: #1f3a40;
    margin-right: 5px;
}
.additional-data-showing .dummy-data span {
    padding: 10px 15px;
    border: 1px solid #f4f4f4;
    font-size: 14px;
}
.additional-data-showing .dummy-data span:not(:last-child) {
    border-bottom: none;
}
.additional-data-showing .dummy-data > br {
    display: none;
}
.additional-data-showing .dummy-data span strong {
    min-width: 140px;
    display: inline-block;
    font-weight: 500;
}
.product__accordion .custom-related-product, .people-bought-container .people-bought-box.page-width {
    padding: 0 !important;
}
product-info.custom-product-page .product.product--medium .product__info-wrapper section.product__info-container .price .price__container {
    display: flex;
    align-items: center;
}
.custom-collection-filter #main-collection-filters .facets__summary .icon-caret {
    right: 5px;
}
header.header .search-modal__form {
    max-width: 100% !important;
}
.template-search .template-search__header {
    display: none;
}
.about-us-banner .about-us-banner-content {
    display: flex;
    gap: 20px;
}
.rte a strong {
    font-weight: 500;
}
.primary-index .brand-grid {
    grid-template-columns: repeat(5, 1fr);
}
.highlight-menu {
    background-color: red;
}
/* li.has-many-subitems {
    grid-column: span 2;
}
li.has-many-subitems > ul.list-unstyled {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
} */
.mega-menu__link--level-2 {
    margin-bottom: 5px;
}
ul.menu-drawer__menu.list-menu > li > a.menu-drawer__menu-item.link {
    padding-inline: 15px;
}
.full-banner-container > .banner-slider {
    padding-inline: 0 !important;
}
.full-banner-container>.banner-slider {
    padding-bottom: 0 !important;
}
/* Article Pages*/
article.article-template {
    max-width: 1200px;
    margin-inline: auto;
    margin-top: 30px;
}
article.article-template .article-template__hero-container {
    margin: 0;
    border-radius: 4px;
    overflow: hidden;
}
article.article-template > header {
    margin-top: 10px;
}
article.article-template>header span.caption-with-letter-spacing {
    text-align: right;
    display: block;
    font-size: 12px;
    font-weight: 500;
}
article.article-template>header h1.article-template__title {
    margin-top: 40px !important;
}
.article-template__content ul, .article-template__content ol {
    padding: 0;
}
.article-template__content .card .card-body {
    display: grid;
    grid-template-columns: 1fr 2fr;
    column-gap: 30px;
    margin-block: 30px;
}
.article-template__content .card .card-body h5, .article-template__content .card .card-body p, .article-template__content .card .card-body a {
    grid-column-start: 2;
}
.article-template__content .card .card-body img {
    float: none;
    border-radius: 4px;
    grid-row: span 4;
    margin: 0;
}
.article-template__content .card .card-body a.button {
    background: #f4f4f4;
    display: inline-block;
}
.article-template__content .card .card-body a.button::before, .article-template__content .card .card-body a.button::after {
    display: none !important;
}
.article-template__content .card .card-body h5 {
    margin-top: 0;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}
.article-template__content .card .card-body p.card-text {
    margin-top: 0;
}
.article-template__content .card .card-body a.button {
    background: transparent;
    text-align: left;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    line-height: normal;
    min-height: auto;
    text-decoration: underline;
    letter-spacing: normal;
}
article.article-template > .article-template__back a.article-template__link {
    justify-content: flex-start;
    font-size: 18px;
}
article.article-template .social-share-container {
    align-items: center;
    justify-content: flex-end;
}
article.article-template .article-template__content > p > img {
    max-height: 50vh;
    object-fit: contain;
}
.primary-article table th, .primary-article table td {
    text-align: left;
}
.article-template__content .card .card-body:has(article) {
    grid-template-columns: 1fr;
}
.article-template__content .card .card-body article {
    display: grid;
    grid-template-columns: 1fr 2fr;
    column-gap: 30px;
}
article.article-template .Tags-blog ul.blog-tags {
    display: flex;
    flex-wrap: wrap;
    margin: 35px 0;
    padding: 0;
    gap: 10px;
}
article.article-template .Tags-blog ul.blog-tags li {
    list-style: none;
}
article.article-template .Tags-blog ul.blog-tags li a {
    text-decoration: none;
    background: #fff;
    border: 1px solid #1d373e;
    color: #1d373e;
    padding: 5px 20px;
    border-radius: 4px;
    display: inline-block;
    font-size: 13px;
    line-height: 24px;
}
article.article-template .Tags-blog ul.blog-tags li a:hover {    
    background: #1d373e;
    color: #fff;
}
.article-template__content .card .card-body h3 {
    margin-top: 0 !important;
}
article.article-template .article-template__content  iframe {
    max-width: 100%;
}
.breadcrumbs {
    margin-top: 0 !important;
}
article.article-template .article-template__content h2:has(img) {
    display: flex;
    align-items: center;
}
article.article-template .article-template__content .css-13w78ue a {
    color: #fff;
}
article.article-template .article-template__content .buttonLink a{
    border: none !important;
}
article.article-template .article-template__content .css-13w78ue a:hover,
article.article-template .article-template__content .buttonLink a:hover {
    background: #1f3a40;
}
article.article-template .article-template__content .css-1k0woj .css-1wn6xct {
    color: #000;
}
article.article-template .article-template__content .css-nmhyd4,
article.article-template .article-template__content .css-113wrz1  {
    opacity: 1;
    height: 35px;
    width: 35px;
    border-radius: 4px;
}
article.article-template .article-template__content .css-nmhyd4 svg, 
article.article-template .article-template__content .css-113wrz1 svg {
    width: 10px;
}
img::selection, iframe::selection {
    background: transparent !important;
    color: transparent !important;
}
.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
}
.table-responsive table tr th, .table-responsive table tr td {
    min-width: 150px;
}
.bundle--products .custom-dropdown {
    background: transparent;
    padding: 10px;
    border-radius: 0;
    position: relative;
    border: 1px solid #000;
}
.bundle--products .custom-dropdown .dropdown-selected,
.bundle--products .custom-dropdown ul.dropdown-list li.dropdown-item {
    display: flex;
    align-items: center;
    gap: 15px;
}
.bundle--products .custom-dropdown .dropdown-selected img,
.bundle--products .custom-dropdown ul.dropdown-list li.dropdown-item img {
    width: 60px;
    height: 60px;
    margin: 0 !important;
    border-radius: 4px !important;
    border: 1px solid #f4f4f4;
    padding: 10px;
}
.bundle--products .custom-dropdown .dropdown-selected span.bundle--main-title,
.bundle--products .custom-dropdown ul.dropdown-list li.dropdown-item span {
    font-size: 14px;
    line-height: normal;
    color: #000;
}
.bundle--products .custom-dropdown ul.dropdown-list {
    margin: 0;
    padding: 0;
}
.bundle--products .custom-dropdown ul.dropdown-list li.dropdown-item {
    list-style: none;
}
.bundle--products .custom-dropdown ul.dropdown-list li.dropdown-item {
    list-style: none;
    margin-top: 10px;
    cursor: pointer;
}
.bundle--products .custom-dropdown .dropdown-selected span.bundle--main-title {
    font-weight: 600;
}
.bundle--products .custom-dropdown .dropdown-selected {
    cursor: pointer;
}
.bundle--products .custom-dropdown ul.dropdown-list {
    visibility: hidden;
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    top: 83px;
    z-index: 1;
    padding: 10px;
    box-shadow: 0 20px 16px #0000004d;
    border-radius: 4px;
    transform: translateY(10px);
    opacity: 0;
    transition: all ease-in-out 0.2s;
}
.bundle--products .custom-dropdown ul.dropdown-list.dropdown-open {
    visibility: visible;
    transform: translateY(0px);
    opacity: 1;
}
.bundle--products .custom-dropdown ul.dropdown-list li.dropdown-item:first-child {
    margin-top: 0;
}
.bundle--products .custom-dropdown .dropdown-selected {
    padding-right: 50px;
    position: relative;
}
.bundle--products .custom-dropdown .dropdown-selected::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid #ddd;
    border-right: 2px solid #ddd;
    right: 10px;
    transform: rotate(135deg) translateY(100%);
    top: 50%;
    transition: all ease-in-out 0.2s;
}
.bundle--products .custom-dropdown .dropdown-selected.dropdown-active:after {
    transform: rotate(135deg) translateY(100%) scale(-1);
}
.primary-learning-center .blog-articles {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.primary-learning-center .main-blog .article-card__image--small .ratio:before {
    padding-bottom: 23rem;
}
#MainContent.primary-article article.article-template .bc-buy-button iframe {
    max-width: min-content;
    min-height: 530px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
main#MainContent.primary-guide-to-curing-firewood article.article-template a:has(img) {
    display: flex;
    max-width: 300px;
    border-radius: 4px;
    overflow: hidden;
    margin-block: 10px;
}
/* cart page */
/* body.template-location-cart {
    background: #f4f4f4;
} */
.primary-your-shopping-cart.primary-cart .custom-cart {
    display: flex;
    gap: 30px;
    padding-bottom: 30px;
}
.template-location-cart main#MainContent .breadcrumbs {
    background: transparent;
}
.primary-your-shopping-cart.primary-cart .custom-cart .custom-cart-second {
    width: 390px;
    padding-top: 70px;
}
.primary-your-shopping-cart.primary-cart .custom-cart .custom-cart-first {
    width: calc(100% - 390px);
}
.primary-your-shopping-cart.primary-cart .custom-cart .custom-cart-first cart-items .title-wrapper-with-link h1.title.title--primary {
    margin-bottom: 0 !important;
}
.primary-your-shopping-cart.primary-cart .custom-cart .custom-cart-first cart-items {
    background: transparent !important;
    padding-block: 0;
}
.primary-your-shopping-cart.primary-cart .custom-cart .custom-cart-second div#main-cart-footer {
    background: transparent;
}
.primary-your-shopping-cart.primary-cart .custom-cart .cart__items {
    background: transparent;
    padding: 0;
    box-shadow: none;
    border: none;
}
.primary-your-shopping-cart.primary-cart .custom-cart .custom-cart-second .cart__dynamic-checkout-buttons.additional-checkout-buttons p.use_text {
    margin: 10px 0 0 0;
}
.primary-your-shopping-cart.primary-cart .custom-cart .custom-cart-second .cart__dynamic-checkout-buttons.additional-checkout-buttons .dynamic-checkout__content {
    background: #f5f5f5;
    border-radius: 4px;
    padding: 12px 20px 20px;
}
.custom-cart .custom-total-count .totals__count {
    margin-top: 0;
    letter-spacing: 0px;
    font-family: roboto;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}
.custom-cart .custom-cart-second .cart__blocks .custom-cart-impdata,
.custom-cart .custom-cart-second .cart__blocks .js-contents,
.custom-cart .custom-cart-second .cart__blocks .cart__ctas {
    padding-inline: 20px;
    background: #f5f5f5;
}
.custom-cart .custom-cart-second .cart__blocks .custom-cart-impdata {
    padding-top: 20px;
    border-radius: 4px 4px 0px 0px;
}
.custom-cart .custom-cart-second .cart__blocks .js-contents {
    margin-top: 0;
}
.custom-cart .custom-cart-second .cart__blocks .cart__ctas {
    margin-top: 0;
    padding-bottom: 20px;
    border-radius: 0 0 4px 4px;
}
.custom-cart .custom-cart-second .cart__blocks .js-contents small.tax-note {
    margin-top: 10px;
    letter-spacing: normal;
    margin-bottom: 0;
    padding-bottom: 15px;
}
.custom-cart .custom-cart-second .cart__blocks .cart__ctas button#checkout::before, .custom-cart .custom-cart-second .cart__blocks .cart__ctas button#checkout::after {
    display: none;
}
.custom-cart .custom-cart-second .cart__blocks .cart__ctas button#checkout {
    border-radius: 4px !important;
    overflow: hidden;
    letter-spacing: normal;
    background: #1f3a40;
    font-weight: 500;
    padding: 15px !important;
    text-transform: uppercase;
}
.custom-cart .custom-cart-second .cart__blocks .cart__ctas button#checkout:hover {
    background: #ee6922;
}
.primary-your-shopping-cart.primary-cart .custom-cart .custom-cart-second .cart__dynamic-checkout-buttons.additional-checkout-buttons p.use_text {
    margin: 10px 0;
    font-size: 14px;
    color: #000;
}
/* .primary-your-shopping-cart.primary-cart .custom-cart .cart__items table.cart-items thead th.caption-with-letter-spacing {
    border: none;
    padding-block: 0px;
}
.primary-your-shopping-cart.primary-cart .custom-cart .cart__items table.cart-items thead th.caption-with-letter-spacing {
    border: none;
    padding-block: 0px;
    font-size: 13px;
    color: #1f3a40;
    font-weight: 500;
}
.primary-your-shopping-cart.primary-cart .custom-cart .cart__items table.cart-items tbody tr td {
    background: #fff;
    border: none;
}
.primary-your-shopping-cart.primary-cart .custom-cart .cart__items table.cart-items tbody tr td:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.primary-your-shopping-cart.primary-cart .custom-cart .cart__items table.cart-items tbody tr td:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.primary-your-shopping-cart.primary-cart .custom-cart .cart__items table.cart-items {
    border-spacing: 0 10px;
}
.primary-your-shopping-cart.primary-cart table.cart-items thead th {
    transform: translateY(10px);
}*/
.cart-items thead {
    display: none !important;
}
.primary-your-shopping-cart.primary-cart .custom-cart .cart__items table.cart-items tbody tr td {
    background: #fff;
    border: none;
    vertical-align: middle;
}
.primary-your-shopping-cart.primary-cart .custom-cart .cart__items table.cart-items tbody tr td.cart-item__details span.compare-at-price {
    margin-left: 0 !important;
}
.primary-your-shopping-cart.primary-cart .custom-cart .cart__items table.cart-items tbody tr td.cart-item__media {
    width: 13rem;
    padding: 0;
}
.custom-cart .custom-cart-second .cart__blocks .js-contents .totals {
    padding-bottom: 15px;
}
.custom-cart .custom-cart-second .cart__blocks .js-contents .totals p.totals__total-value {
    margin-top: 14px;
    color: #000;
}
.custom-cart .tab-heading-shipping h4.toggle-shipping-estimator {
    color: #ee6922;
    text-decoration: underline;
    cursor: pointer;
}
.shipping-estimatior-outer .shipping-estimator form.form.estimator-form dl {
    margin: 0;
    padding-block: 15px;
}
.custom-cart .tab-heading-shipping h4.toggle-shipping-estimator:hover {
    text-decoration: none;
}
.primary-your-shopping-cart.primary-cart .custom-cart .cart__items table.cart-items tbody tr td.cart-item__media .cart-item__image-container {
    border-radius: 4px;
    overflow: hidden;
}
.primary-your-shopping-cart.primary-cart .custom-cart .cart__items table.cart-items tbody tr td.cart-item__details a.cart-item__name.h4 {
    color: #1d373e !important;
}
.primary-your-shopping-cart.primary-cart .custom-cart .cart__items table.cart-items tbody tr td.cart-item__details a.cart-item__name.h4:hover {
    color: #c84c04 !important;
    text-decoration: none !important;
}
.primary-your-shopping-cart.primary-cart .custom-cart .cart__items table.cart-items tbody tr td.cart-item__details .custom-cart-off .product-option,
.primary-your-shopping-cart.primary-cart .custom-cart .cart__items table.cart-items tbody tr td.cart-item__details a.cart-item__name.h4 {
    font-weight: 400;
    letter-spacing: normal;
    font-size: 18px !important;
}
.primary-your-shopping-cart.primary-cart .custom-cart .cart__items table.cart-items tbody tr td.cart-item__quantity .quantity-popover-container .quantity:after {
    border-radius: 4px;
}
.primary-your-shopping-cart.primary-cart .custom-cart .cart__items table.cart-items tbody tr td.cart-item__totals .cart-item__price-wrapper span.price.price--end {
    font-weight: 500 !important;
}
.primary-your-shopping-cart.primary-cart .custom-cart .cart__items table.cart-items tbody tr td.cart-item__quantity cart-remove-button a {
    opacity: 0.7;
}
.primary-your-shopping-cart.primary-cart .custom-cart .cart__items table.cart-items tbody tr td.cart-item__quantity cart-remove-button a:hover {
    opacity: 1;
}
.primary-your-shopping-cart.primary-cart .custom-cart .cart__items table.cart-items tbody tr td.cart-item__details * {
    font-size: 13px !important;
}
/* Order Invoice Print */

body.template-location-page\.order-print .invoice > img {
    max-width: 200px;
}
body.template-location-page\.order-print iframe#chat-button {
    display: none;
}
body.template-location-page\.order-print #order-details {
    text-align: center;
    margin-block: 75px;
}
body.template-location-page\.order-print .invoice {
    margin-inline: auto;
    max-width: 700px;
    width: 100%;
    border-radius: 10px;
    /* border: 1px solid #e5e5e5;
    padding: 20px; */
}
body.template-location-page\.order-print .invoice h1 {
    margin: 40px 0 0px !important;
    font-size: 24px !important;
    text-align: left;
    font-weight: 600 !important;
    color: #333;
}
body.template-location-page\.order-print .invoice .section {
    font-size: 14px;
    text-align: left;
}
body.template-location-page\.order-print .invoice h2 {
    font-size: 16px;
    text-align: left;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 5px;
}
body.template-location-page\.order-print .invoice h2.shippingBillingTitle {
    margin-top: 100px !important;
    margin-bottom: 25px;
}
body.template-location-page\.order-print .invoice ul {
    margin: 0;
    padding: 20px;
    background: #f5f5f5;
    text-align: left;
    border-radius: 4px;
}
body.template-location-page\.order-print .invoice ul li strong {
    font-weight: 600;
}
body.template-location-page\.order-print .invoice ul li {
    list-style: none;
    margin-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 15px;
}
body.template-location-page\.order-print .invoice ul li:last-child {
    margin-bottom: 0px;
    border-bottom: 0px solid #ebebeb;
    padding-bottom: 0px;
}
body.template-location-page\.order-print .invoice .section strong {
    font-weight: 600;
}
body.template-location-page\.order-print .invoice > table:first-child td {
    padding: 10px !important;
}
body.template-location-page\.order-print .invoice table {
    background: #fff;
    box-shadow: none;
    width: 100%;
}
body.template-location-page\.order-print .invoice table td {
    vertical-align: top;
    text-align: left;
    padding: 15px;
}
body.template-location-page\.order-print .invoice table.table-total tr td {
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    border: none;
    padding-block: 5px;
}
body.template-location-page\.order-print .invoice table.table-total tr td:last-child {
    text-align: right;
}
body.template-location-page\.order-print .invoice table.table-total {
    margin-top: 0px;
}
body.template-location-page\.order-print .invoice table.table-total tr:first-child td {
    /* padding-top: 10px; */
}
body.template-location-page\.order-print .invoice table.table-total tr:last-child td {
    /* padding-bottom: 10px; */
    font-weight: 600;
    font-size: 16px;
}
body.template-location-page\.order-print .invoice table {
    border-collapse: collapse;
}
body.template-location-page\.order-print .needsclick.kl-teaser-ULSgct {
    display: none;
}
body.template-location-page\.order-print .invoice .section a {
    color: #333;
}
body.template-location-page\.order-print .invoice .section a:hover {
    text-decoration: none;
    color: #121212 !important;
}
body.template-location-page\.order-print .invoice table.table-items td {
    font-size: 14px;
    line-height: normal;
}
body.template-location-page\.order-print .invoice button#printPageButton::before, body.template-location-page\.order-print .invoice button#printPageButton::after {
    display: none;
}
body.template-location-page\.order-print .invoice button#printPageButton {
    background: #1f3a40;
    border-radius: 4px;
    letter-spacing: normal;
}
body.template-location-page\.order-print .invoice button#printPageButton:hover {
    background: #c94f28;
}
/* body.template-location-page\.order-print .invoice table.table-total tr:first-child td {
    padding-top: 10px;
}
body.template-location-page\.order-print .invoice table.table-total tr:last-child td {
    padding-bottom: 10px;
} */

/* Order Track Page */
.order-tracking-container .order-tracking-form {
    background: #f5f5f5;
    padding: 50px;
    border-radius: 10px;
    max-width: 400px;
    margin-inline: auto;
}
.order-tracking-container .order-tracking-form button {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1f3a40;
    border: 1px solid #1f3a40;
    margin-top: 10px;
    border-radius: 4px;
    text-transform: uppercase;
    line-height: 25px;
    cursor: pointer;
    min-height: 42px;
    font-family: 'Roboto';
}
.order-tracking-container .order-tracking-form button:hover {
    color: #fff;
    background: #c94f28;
    border: 1px solid #c94f28 !important;
}
.order-tracking-container p.track_order_text {
    max-width: 400px;
    text-align: center;
    margin-inline: auto;
    line-height: normal;
    font-size: 14px;
}
.order-tracking-form .form-group {
    margin-bottom: 20px;
}
.order-tracking-form .form-control {
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ebebeb;
    min-height: 42px;
    font-size: 14px;
}
.order-tracking-form .form-control:focus {
    box-shadow: none !important;
    border-color: #1f3a40 !important;
    outline: none !important;
}
.order-tracking-container .order-tracking-form button:focus {
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
}
.order-tracking-container .order-tracking-form {
    margin-top: 50px;
}
.order-tracking-container div#loader {
    position: unset !important;
    transform: unset !important;
    text-align: center !important;
    margin-top: 50px;
}
/* order detail */
.order-details {
    margin-block: 50px 0px;
}
.order-details h2.mt-4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: .25px;
    text-align: left;
    color: #000;
    margin: 0 0 10px;
}
.order-details table th {
    text-align: left;
    font-weight: 600;
    border: 1px solid #f4f4f4;
    padding: 1em;
}
.order-details p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}
.order-details h4 {
    margin: 8px 0;
    font-weight: 600;
    font-family: 'Roboto';
    letter-spacing: normal;
}
.order-details table td {
    font-size: 13px;
    font-weight: 400;
    border: 1px solid #f4f4f4;
    padding: 1em;
}
.order-details .order-info {
    /* display: flex; */
    gap: 20px;
}
.order-details .order-info p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.order-details .order-info p strong {
    font-weight: 600;
    color: #333;
}
.order-details .order-info p span {
    color: #333;
    font-weight: 400;
}
.order-details .order-info p:last-child {
    margin-left: auto;
}
.order-details>.items {
    border: none;
    background: unset;
    padding: 0;
    margin-top: 10px;
}
.order_tracking_detail .fulfillment-details .order-info p:not(:last-child) {
    margin-bottom: 8px;
}
#fulfillment-info hr {
    display: none;
}
.order-details>.items>h4 {
    font-size: 14px;
    margin-bottom: 10px;
    color: #333;
    font-weight: 600;
    margin-top: 15px;
}
.order-details > .items > .items-list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.order-details > .items > .items-list .item {
    background: #fff;
    padding: 25px;
    width: calc(100% / 3 - 14px);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.order-details > .items > .items-list .item p {
    margin: 0;
    font-size: 14px;
}
.order-tracking-form .form-group {
    margin-bottom: 20px;
}
.order-tracking-form .form-control {
  width: 100%;
  padding: 10px;
  font-size: 16px;
}
.btn-block {
  padding: 10px;
  font-size: 16px;
}
#loader {
text-align: center;
font-size: 18px;
margin-top: 20px;
color: #1f3a40;
}
.address, .fulfillment-details {
    margin-top: 15px;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-bottom: 0px;
}
.fulfillment-entry {
    background: #fff;
    padding: 15px 20px 20px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    border-radius: 5px;
}
.fulfillment-entry hr {
margin-top: 10px;
margin-bottom: 10px;
border-top: 1px solid #eee;
}
.order-details > .items > .items-list .item p.itemSKU,
.order-details > .items > .items-list .item p.itemName {
    width: 100%;
}
.order-details > .fulfillment-details > h4 {
    margin-bottom: 0;
}
.order-details>.fulfillment-details {
    margin-top: 0 !important;
    /* display: flex; */
    justify-content: space-between;
    /* border-top: 1px solid #dddddd;
    padding-block: 15px; */
    align-items: center;
}
.order-details>.fulfillment-details h4 {
    color: #333;
    font-size: 14px;
    margin-bottom: 12px;
    margin-top: 8px;
}
.fulfillment-entry strong {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block;
}
.order-details > .fulfillment-details .order-info p {
    color: #333;
    text-transform: none;
    font-size: 14px;
    line-height: normal;
}
.order_tracking_detail .fulfillment-details .order-info p {
    text-transform: none;
    font-size: 14px;
    line-height: normal;
}
.order-details > .items > .items-list .item p.itemName {
    margin-bottom: auto;
}
.order-details > .items > .items-list .item .itemQSinfo {
    display: flex;
    gap: 20px;
}
.order-details > .items > .items-list .item p.itemName {
    line-height: 20px;
}
.text-center {
    text-align: center
}
.order-details {
    max-width: 1040px;
    margin-inline: auto;
}
.order-details>.items table {
    border-style: none;
}
.order-details * {
    font-size: 14px !important;
}
.search-modal__content .predictive-search .predictive-search__result-group:last-child ul.predictive-search__results-list li.predictive-search__list-item .prdictive-search-atc button.predictive_add_to_cart,
.primary-your-shopping-cart.primary-cart .custom-cart .cart__items table.cart-items tbody tr td.cart-item__totals {
    position: relative;
}
.search-modal__content .predictive-search .predictive-search__result-group:last-child ul.predictive-search__results-list li.predictive-search__list-item .prdictive-search-atc button.predictive_add_to_cart .loading__spinner,
.primary-your-shopping-cart.primary-cart .custom-cart .cart__items table.cart-items tbody tr td.cart-item__totals .loading__spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    filter: invert(1);
    height: 15px;
}
.primary-your-shopping-cart.primary-cart .custom-cart .cart__items table.cart-items tbody tr td.cart-item__totals .loading__spinner {
    padding: 0;
    filter: invert(0);
}
.cart-drawer .cart-items td.cart-item__totals .loading__spinner {
    padding-top: 7px !important;
}
.full-banner-container {
    display: flex;
    flex-direction: column;
}
.full-banner-container .text-boxes-container.home_usp_container {
    order: 1 !important;
}
.full-banner-container > .swiper-pagination {
    position: unset;
}
/* .empty-filter .custom-collection-filter {
    display: none;
} */
.facets-vertical div#ProductGridContainer {
    width: calc(100% - 320px);
}
.primary-your-shopping-cart.empty-cart .custom-cart .custom-cart-first {
    width: 100%;
}
.primary-your-shopping-cart.empty-cart .custom-cart .custom-cart-second {
    display: none;
}
.seo-bottom-data {
    margin-top: 50px;
    background: #f7f7f7;
    color: #1f3a40;
    padding: 30px;
    border-radius: 4px;
    border: 1px solid #ededed;
}
.seo-bottom-data p:not(:last-child) {
    margin-top: 0;
}
.seo-bottom-data p {
    font-size: 14px;
}
.facets-vertical .facets__price .field * {
    font-size: 14px !important;
    letter-spacing: normal;
}
.section-header h1.header__heading {
    margin-bottom: 0 !important;
}

/* Changes 29-4-2025 */
.custom-announcement-bar .announcement-content, 
header.header {
    padding-inline: 15px !important;
}
.custom-announcement-bar .announcement-content,
.collection-product-slider .collection-product-slider-box  {
    max-width: 1230px;
}
header.header {
    max-width: 1330px;
}
.header-wrapper .menu-conatiner-big .header__menu-item a {
    text-decoration: none !important;
}
/* forMegaMenu 15px to 10px */
header.header {
    padding-block: 10px !important;
}
.collection-list-wrapper {
    max-width: 1200px;
}
.popular-categories-grid .popular-category-item {
    border-radius: 4px;
}
.banner:after, .banner__media:after {
    background: #ffffff !important;
    opacity: 0.1 !important;
}
/* .collection-product-slider .collection-product-slider-wrapper .collection-product-prev {
    left: -76px;
}
.collection-product-slider .collection-product-slider-wrapper .collection-product-next {
    right: -76px;
} */
.artical-section > .shop-by-brand,
.about-section.page-width {
    max-width: 1230px;
    margin-inline: auto;
}
.popular-brand {
    max-width: 1230px !important;
}
.popular-brand .shop-by-brand .scroller_divs.mcs-horizontal-example .brand-grid a.brand-item img {
    max-width: 230px;
}
.popular-brand.page-width > .shop-by-brand > .scroller_divs.mcs-horizontal-example > .brand-grid {
    max-width: 880px;
    margin-inline: auto;
}
.popular-brand.page-width.brands_logo .brand-grid {
    max-width: unset !important;
}
.card-information .priceSet {
    display: flex;
    gap: 10px;
    align-items: center;
}
.card--standard>.card__content .card__information .custom-wishlist-button-collection-page {
    position: absolute;
    cursor: pointer;
    margin: 0;
    z-index: 2;
}
.card--standard>.card__content .card__information .custom-wishlist-button-collection-page:hover svg path, .card--standard>.card__content .card__information .custom-wishlist-button-collection-page.wishlisted svg path {
    stroke: #c84c04;
}
.card--standard>.card__content .card__information .custom-wishlist-button-collection-page.wishlisted svg {
    fill: #c84c04;
}

.login-popup-container {
    border-radius: 10px;
    box-shadow: 0 4px 8px #0000001a;
    max-width: 600px;
    max-height: 400px;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    background: #1f3a40;
}
.login-popup-container button#close-popup {
    color: #fff;
}
.login-popup-container h2 {
    color: #fff;
    font-weight: 600;
    margin: 0;
}
.login-popup-container p {
    color: #fff;
    font-size: 16px;
    line-height: normal;
    max-width: 400px;
}
.login-popup-container .login-popup-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.login-popup-container .login-popup-actions button, .login-popup-container .login-popup-actions a {
    margin: 0;
    width: auto;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    padding: 15px 32px;
    text-align: center;
    transition: all .3s ease-in-out;
    font-family: 'Roboto';
    line-height: normal;
}
.login-popup-container .login-popup-actions a {
    background: #c74e25;
    color: #fff;
}
.login-popup-container .login-popup-actions a.btn-login:hover {
    background: #fff;
    color: #000;
}
.login-popup-container .login-popup-actions button {
    background: #fff;
    color: #000;
}
body .login-popup-container .login-popup-actions button.btn-continue:hover {
    background: #c74e25 !important;
    color: #fff !important;
}
.product__info-container button.wishlist-button.custom-wishlist-button-collection-page {
    width: 45px;
    height: 45px;
    margin: 0;
    border: none;
    background: #c74e27;
    padding: 10px;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: normal;
    font-family: Roboto;
    cursor: pointer;
}
.product__info-container button.wishlist-button.custom-wishlist-button-collection-page:hover {
    background: #8b2323;
}
body.template-location-product main#MainContent,
body.template-location-product .breadcrumbs,
body.template-location-collection .breadcrumbs,
body.template-location-collection main#MainContent {
    max-width: 1230px;
}
body.template-location-product .breadcrumbs {
    padding: 0;
    margin-top: 35px !important;
}
.custom-product-page .price .price__sale .price-item--sale, .custom-product-page .price .price__regular .price-item--regular {
    font-size: 21px !important;
    letter-spacing: normal;
    color: #c84c04;
}
product-info.custom-product-page .product.product--medium .product__info-wrapper section.product__info-container .price .price__container,
product-info.custom-product-page .product.product--medium .product__info-wrapper section.product__info-container .price span.badge {
    margin-bottom: 0;
}
product-info.custom-product-page .product.product--medium .product__info-wrapper section.product__info-container .price span.badge {
    line-height: normal;
    padding: 0;
    letter-spacing: normal;
    border: none;
    font-weight: 500;
    margin-left: 10px;
    background: transparent;
    font-size: 16px;
    color: #c84c04;
}
product-info.custom-product-page .product.product--medium .product__info-wrapper > section.product__info-container > div .price.price--large.price--on-sale > .price__container > .price__sale > span .compare-price-custom-pdp {
    font-size: 16px !important;
    color: #4e4e4e !important;
    margin: 0 !important;
}
.custom-product-page .price .price__sale .price-item--sale, .custom-product-page .price .price__regular .price-item--regular {
    line-height: normal;
}
.header-wrapper .menu-conatiner-big .mega-menu__list > li > .mega-menu__link:hover {
    text-underline-offset: 2px;
    text-decoration-thickness: 2px;
}
.header-wrapper .menu-conatiner-big .mega-menu__list>li>.mega-menu__link {
    display: inline-block;
}
.full-banner-container {
    width: 1440px;
    margin-left: 50%;
    transform: translateX(-50%);
}
.full-banner-container > .banner-slider {
    max-width: 100%;
}
.product--thumbnail_slider .thumbnail-slider {
    position: relative;
}
.product--thumbnail_slider .thumbnail-slider button.slider-button {
    position: absolute;
    padding: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #1f3a40;
    border-radius: 0;
    width: 35px;
    height: 40px;
    z-index: 1;
}
.product--thumbnail_slider .thumbnail-slider button.slider-button:hover {
    background: #c74e27;
}
.product--thumbnail_slider .thumbnail-slider button.slider-button .svg-wrapper svg.icon.icon-caret {
    width: 20px;
    height: 9px;
    color: #fff;
}
.product--thumbnail_slider .thumbnail-slider button.slider-button.slider-button--next {
    left: auto;
    right: 1.5px;
}
.custom-product-page .product-form__quantity {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 30px;
}
.product--thumbnail_slider .thumbnail-slider button.slider-button[disabled="disabled"] {
    background: rgba(29,55,62,.4);
}
.price-per-item__container>quantity-input:nth-child(1)>button:nth-child(1):after,
.price-per-item__container>quantity-input:nth-child(1)>button:nth-child(3):after {
    height: calc(100% - 0px);
    top: 0;
}
.thumbnail {
    border-radius: 4px;
}
.cart-wishlist-btn {
    display: flex;
    align-items: end;
}
product-info.custom-product-page .product.product--medium .product__info-wrapper section.product__info-container product-form.product-form {
    min-width: 160px !important;
    margin-right: 10px;
    margin-top: 0;
}
.product__info-container button.wishlist-button.custom-wishlist-button-collection-page span.wishlist_icon svg path{
    stroke: #fff;
}
.product__info-container button.wishlist-button.custom-wishlist-button-collection-page.wishlisted span.wishlist_icon svg, .product__info-container button.wishlist-button.custom-wishlist-button-collection-page.wishlisted span.wishlist_icon svg path {
    fill: #fff;
    stroke: #fff;
}
.product__info-container button.wishlist-button.custom-wishlist-button-collection-page svg {
    width: 23px;
    height: 25px;
}
section.custom-accordion .accordion-head {
    align-items: center !important;
}
.my-data-custom .product__accordion.accordion summary,
.custom-accordion .accordion-head {
    padding: 0 !important;
}
.my-data-custom .product__accordion.accordion summary .summary__title h2.h4.accordion__title,
.custom-accordion .accordion-head h2.section-title {
    padding: 21px 26px !important;
    font-size: 15px;
    margin: 0;
    color: #1d373e;
    font-family: Montserrat,Arial,Helvetica,sans-serif !important;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: normal;
}
.my-data-custom .product__accordion.accordion .accordion__content,
section.custom-accordion .dropdown-info  {
    padding: 28px !important;
}
.my-data-custom .product__accordion.accordion .accordion__content .additional-data-showing > *:first-child {
    margin-top: 0px;
}
.my-data-custom .product__accordion.accordion .accordion__content .additional-data-showing > h2 {
    font-size: 32px;
    letter-spacing: normal;
    font-weight: 400;
    color: #1d373e;
    line-height: 1.5;
    margin-bottom: 10px;
}
.my-data-custom .product__accordion.accordion .accordion__content .additional-data-showing > h3 {
    font-size: 24px;
    letter-spacing: normal;
    font-weight: 400;
    color: #000;
    line-height: 1.3;
    margin-bottom: 10px;
    margin-top: 50px;
}   
quantity-input.quantity.cart-quantity input.quantity__input:focus {
    box-shadow: none !important;
    background: none !important;
    outline: none !important;
}
.header-wrapper .menu-conatiner-big .mega-menu__list {
    gap: 15px !important;
    grid-template-columns: repeat(5, minmax(0, 230px)) !important;
}
.header-wrapper .menu-conatiner-big .mega-menu.wood-stoves .mega-menu__list {
    grid-template-columns: repeat(3, minmax(0, 230px)) !important;
    grid-template-rows: auto;
}
section.custom-accordion .dropdown-info table td {
    padding: 15px;
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
    font-family: 'Roboto';
    color: #000;
}
section.custom-accordion .dropdown-info table td p {
    margin: 0;
    font-weight: normal;
}
section.custom-accordion .accordion-head {
    border-block: 1px solid #ececec;
    margin-bottom: -1px;
}
section.custom-accordion .accordion-head .plus-minus-icon {
    margin-right: 13px;
}
section.custom-accordion .accordion-head .plus-minus-icon {
    cursor: pointer;
}
section.custom-accordion .accordion-head .plus-minus-icon.open svg.icon.icon-plus,
section.custom-accordion .accordion-head .plus-minus-icon.close svg.icon.icon-minus {
    display: none;
}
.header-wrapper .menu-conatiner-big .mega-menu.wood-stoves .mega-menu__list > li.without-submenu {
    grid-column-start: 1;
}
.header-wrapper .menu-conatiner-big .mega-menu.wood-stoves .mega-menu__list>li:nth-child(3) {
    grid-column: 3 / 4;
    grid-row: 1 / 5;
}
/* forMegaMenu */
/* .custom-announcement-bar {
    height: 55px !important;
} */
.myaccordion .product__accordion.accordion {
    border: none;
}
section.product-recommendation-section.custom-accordion {
    margin-bottom: 50px;
}
section.product-recommendation-section.custom-accordion h3.rp-title {
    color: #131313;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    margin: 15px 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    line-height: 1.25;
}
.you-may-also .swiper-container22,
.people-bought-box .people-bought-slider {
    margin-inline: 36px;
}
.you-may-also,
.people-bought-box  {
    position: relative;
    max-width: 1052px;
    margin-inline: auto;
}
.you-may-also .swiper-container22 .primary-slider-btn,
.people-bought-box .people-bought-slider .primary-slider-btn {
    background: transparent !important;
    border: none !important;
    width: 14px !important;
    height: 14px !important;
    padding: 0 !important;
    z-index: 2 !important;
    display: block !important;
}
.you-may-also .swiper-container22 .primary-slider-btn::after,
.people-bought-box .people-bought-slider .primary-slider-btn::after {
    display: none !important;
}
.you-may-also .swiper-container22 .primary-slider-btn svg,
.people-bought-box .people-bought-slider .primary-slider-btn svg {
    width: 100%;
    height: 100%;
}
.you-may-also .swiper-container22 .primary-slider-btn svg *,
.people-bought-box .people-bought-slider .primary-slider-btn svg * {
    fill: #000;
}
.you-may-also .product-card-wrapper .card .card__inner {
    border: none;
}
.you-may-also .card .card-text a,
.cbb-also-bought-container .cbb-also-bought-product-name a {
    -webkit-line-clamp: 1;
    text-align: center;
    font-size: 14px;
    color: #000;
    min-height: 25px !important;
    margin-top: 3px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.you-may-also .card-information .priceSet *, 
.you-may-also .card-information .priceSet * {
    font-size: 14px;
    font-weight: 400 !important;
    text-align: center;
    color: #000;
}
.you-may-also .card-information .priceSet {
    display: flex;
    flex-direction: row-reverse;
    gap: 5px;
    min-height: unset;
    margin: 0 !important;
    justify-content: center;
}
.you-may-also .card-information .priceSet span.line-through.text-gray-500 {
    color: #939597;
}
.you-may-also .card-wrapper {
    margin: 10px;
}
.custom-wishlist-button-collection-page {
    top: 10px;
    right: 10px;
    background: #fff;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    padding: 5px 0 0 0;
    border: none;
}
product-info.custom-product-page .product.product--medium .product__info-wrapper > section.product__info-container > div .price.price--large.price--on-sale > .price__container > .price__sale {
    display: flex;
    align-items: center;
}
product-info.custom-product-page .product.product--medium .product__info-wrapper section.product__info-container .price .price__container .price__sale span:last-child,
product-info.custom-product-page .product.product--medium .product__info-wrapper section.product__info-container .price .price__container .price__sale span:last-child * {
    font-size: 12px !important;
    letter-spacing: normal !important;
    text-decoration: none;
    font-weight: 400 !important;
    color: #000 !important;
}
.you-may-also .card__information {
    padding-block: 0;
}
.you-may-also .swiper-container22 .swiper-pagination {
    bottom: -36px;
}
.people-bought-container .people-bought-box h2 {
    margin-top: 0 !important;
}
.related-product-section {
    padding-bottom: 30px;
}
.people-bought-container {
    margin-top: 45px;
}
.you-may-also .swiper-pagination-bullet,
.people-bought-box .swiper-pagination-bullet {
    width: 7px !important;
    height: 7px !important;
    margin-inline: 3px !important;
}
.you-may-also span.swiper-pagination-bullet.swiper-pagination-bullet-active, .people-bought-box span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #000;
}
.you-may-also .swiper-container22 .swiper-pagination {
    z-index: 2 !important;
}
.product--thumbnail_slider .thumbnail-slider ul.thumbnail-list {
    max-width: 630px;
    margin-inline: auto;
}
.people-bought-container .people-bought-box.page-width .people-bought-slider {
    position: unset !important;
}
.people-bought-container .people-bought-box.page-width .people-bought-slider .swiper-slide>a {
    padding: 10px;
    color: #000;
}
.people-bought-container .people-bought-box.page-width .people-bought-slider .swiper-slide>a p {
    margin: 0;
    -webkit-line-clamp: 1;
}
.people-bought-container .people-bought-box.page-width .people-bought-slider .swiper-slide>a:hover p {
    text-decoration: underline;
    color: #000 !important;
}
.people-bought-container .people-bought-box.page-width .people-bought-slider .swiper-slide {
    margin: 0 !important;
}
.people-bought-container .people-bought-box.page-width .people-bought-slider .swiper-slide>a .priceSet * {
    color: #000;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: normal;
}
.people-bought-container .people-bought-box.page-width .people-bought-slider .swiper-slide>a .priceSet {
    margin: 5px 0 0 0;
}
.people-bought-container .people-bought-box.page-width .people-bought-slider {
    position: unset !important;
    padding-bottom: 50px !important;
}
.certificate-section {
    border: 1px solid #dfdfdf;
    padding: 20px;
    background: #fbfbfb;
}
.certificate-section h3.pdf-head {
    color: #666;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 0;
}
.certificate-section .product-pdf a {
    color: #1d373e;
    line-height: inherit;
    text-decoration: none;
    font-size: 14px;
}
.certificate-section .product-pdf a:hover {
    color: #c74e27;
}
.certificate-section .product-pdf a p {
    margin: 0;
}
.certificate-section .product-pdf {
    margin-left: 0;
}
.certificate-section .product-pdf a {
    margin-block: 20px;
    display: block;
}
/* .certificate-section .product-pdf {
    margin-left: 10px;
} */
section.custom-accordion .dropdown-info .meta-data {
    display: flex;
    align-items: center;
}
section.custom-accordion .dropdown-info .meta-data dt, section.custom-accordion .dropdown-info .meta-data dd {
    display: inline-block;
    margin-bottom: 3px;
    margin-top: 3px;
    font-size: 14px;
    color: #000;
    line-height: normal;
}
section.custom-accordion .dropdown-info .meta-data dt {
    font-weight: 500;
}
section.custom-accordion .dropdown-info .meta-data dd {
    margin-left: 5px !important;
}
section.custom-accordion .dropdown-info .meta-data dd p {
    margin: 0;
}
.certificate-section .product-pdf a:last-child {
    margin-bottom: 0;
}
.breadcrumb-delimeter:not(:last-child):after {    
    font-size: 14px;
    color: #a3a3a3;
}
/* breadcrumb show/hide collection page */
.product-grid-container .col_class-a-chimney-pipe,
.product-grid-container .collection-hero__description.rte.des_class-a-chimney-pipe {
    display: none;
}
.breadcrum-sorting.col_class-a-chimney-pipe {
    margin-bottom: 0 !important;
}
.product-grid-container .breadcrum-sorting {
    margin-bottom: 17px;
}
.custom-collection-main-data h1.collection-hero__title {
    text-transform: none;
    font-family: Roboto;
    font-weight: 400 !important;
    text-align: left;
    color: #1d373e;
    margin: 0 0 1.5rem !important;
    letter-spacing: normal !important;
    font-size: 24px !important;
    padding: 0 !important;
}
/* .collection .card .card-text a {
    min-height: 45px;
} */

.collection  .card-information .priceSet {
    margin-top: 0 !important;
}
.product__info-container .custom-main-container .custo_sku_data .custom-upc {
    position: relative;
    padding-left: 10px;
}
.product__info-container .custom-main-container .custo_sku_data .custom-upc:before {
    content: "";
    position: absolute;
    background: #4e4e4e;
    width: 1px;
    height: 12px;
    left: 0;
    top: 49%;
    transform: translateY(-50%);
}

.custom-popular-category .card__inner {
    background: #f4f4f4 !important;
}
.custom-popular-category .card__inner .card__media {
    mix-blend-mode: multiply;
}
.popular-brand,
.shop-by-icon h2 {
    margin-top: 50px !important;
}
.collection-product-slider .collection-product-slider-box {
    max-width: 1340px;
    position: relative;
}
.collection-product-slider .collection-product-slider-box .swiper.collection-product-slider-wrapper {
    max-width: 1220px;
    position: unset;
}
.collection-product-slider .collection-product-slider-box .swiper.collection-product-slider-wrapper .swiper-button-next.collection-product-next {
    right: 0;
}
.collection-product-slider .collection-product-slider-box .swiper.collection-product-slider-wrapper .swiper-button-prev.collection-product-prev {
    left: 0;
}
.collection-product-slider .collection-product-slider-box .swiper.collection-product-slider-wrapper .swiper-scrollbar.collection-product-scrollbar {
    max-width: 1220px;
    left: 50%;
    transform: translateX(-50%);
}
.collection-product-slider .collection-product-slider-box .primary-slider-btn {
    border-radius: 0;
    height: 40px !important;
}
.menu-drawer__menu-item>.svg-wrapper {
    right: 14px;
}
.category-list {
    padding: 25px 0 40px !important;
}
.custom-chimney-pipe {
    margin-top: 50px;
}
.header .search-modal__form .field .search__button {
    transition: all ease-in-out 0.3s;
}
.header .search-modal__form .field .search__button:hover {
    opacity: 0.8;
}
.header .header__icons .header__icon--cart .cart-count-bubble, .headerRightActions a.custom-widhlist-icon.header__icon.header__icon--account span.wishlist-count {
    padding-inline: 2px;
    border-radius: 10px;
}
.my-data-custom .product__accordion.accordion .accordion__content p a {
    color: #1d373e;
    text-decoration: none;
}
.my-data-custom .product__accordion.accordion .accordion__content p a:hover {
    color: #c84c04;
    text-decoration: none;
}
body.template-location-collection .breadcrumbs nav.breadcrumb-cp-custon > *:last-child {
    font-weight: 600;
}
.custom-collection-filter #main-collection-filters {
    min-width: 300px;
    max-width: 300px;
}
/* .custom-collection-filter #main-collection-filters .facets-container {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #ebebeb;
} */
/* .custom-collection-filter #main-collection-filters .accordion.accordion--navList2 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
} */
.facets-vertical .active-facets facet-remove:last-of-type {
    margin-bottom: 0;
}
.facets__display-vertical show-more-button button {
    /* text-decoration: none !important; */
    margin-top: 0 !important;
    font-size: 15px !important;
    color: #1d373e;
    padding: 0;
}
.facets__display-vertical show-more-button button:hover {
    color: #c84c04;
}
.top-category-slider .btn-sec:after {
    font-size: 22px;
    color: #000;
}
.swiper-pagination {
    z-index: 2;
}
.custom-chimney-pipe .swiper-slide a {
    box-shadow: 0 0 0px 1px #8F8F8F inset;
    border: none;
}
.bundleProductsBox button.toggle-bundle {
    background: transparent;
    border: none;
    width: 100%;
    text-align: left;
    font-weight: 500;
    font-family: Roboto;
    font-size: 16px;
    display: flex;
    margin: 0px 0 10px;
    padding: 0;
    color: #555;
}
.bundleProductsBox button.toggle-bundle .bundle--price--main {
    margin-left: auto;
}
.bundleProductsBox .bundle-content .bundle-item .bundle--sub {
    font-size: 14px;
    font-weight: 500;
    color: #555;
}
body.template-location-page\.order-print .invoice table.table-items td {
    font-size: 16px;
    font-weight: 500;
}
body.template-location-page\.order-print .invoice table td.print-price {
    text-align: right;
}
.bundleProductsBox .bundle-content .bundle-item {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    padding-right: 100px;
    align-items: center;
}
.bundleProductsBox .bundle-content .bundle-item img {
    width: 100%;
    max-width: 60px;
    padding: 0;
}
.bundleProductsBox .bundle-content {
    width: 100%;
}
/* body.template-location-page\.order-print .invoice table.table-items>tbody>tr:not(:first-child) td,
body.template-location-page\.order-print .invoice table.table-total {
    border-top: 1px solid #e5e5e5;
} */
body.template-location-page\.order-print .invoice table.table-total {
    margin-top: 15px;
    max-width: 50%;
    margin-left: auto;
}
body.template-location-page\.order-print .invoice table td> h3,
.orderShippingMethod h3 {
    margin-top: 0 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}
body.template-location-page\.order-print .invoice table td> p {
    margin-bottom: 0;
}
.orderShippingMethod {
    display: flex;
    gap: 10px;
    margin-top: 50px;
    flex-direction: column;
    align-items: flex-start;
}
.orderShippingMethod h3, .orderShippingMethod p {
    /* font-size: 14px !important; */
    margin: 0 !important;
    padding: 0 !important;
    line-height: normal !important;
}
body.template-location-page\.order-print .invoice table.table-items td:first-child {
    max-width: 73px;
    padding-right: 0;
}
body.template-location-page\.order-print .invoice table.table-items td:first-child img {
    width: 100%;
}
body.template-location-page\.order-print .invoice table.table-items td:first-child img,
.bundleProductsBox .bundle-content .bundle-item img {
    border-radius: 8px;
    border: 1px solid #dddddd;
    overflow: hidden;
    padding: 2px;
}
.bundleProductsBox .bundle-content .bundle-item img {
    width: 44px;
}
body.template-location-page\.order-print .invoice * {
    color: #555;
}
body.template-location-page\.order-print .invoice button#printPageButton {
    color: #fff;
}
body.template-location-page\.order-print .invoice table.table-items tr td {
    border-top: 1px solid #e5e5e5;
}
body.template-location-page\.order-print .invoice table.table-items tr:last-child td {
    border-bottom: 1px solid #e5e5e5;
}
body.template-location-page\.order-print .invoice table.table-total td {
    font-size: 16px !important;
    padding: 5px 10px !important;
    line-height: normal;
}
body.template-location-page\.order-print .invoice table.table-total tr td:last-child {
    text-align: right;
    font-weight: 600;
    padding-right: 0 !important;
}
body.template-location-page\.order-print .invoice table.table-total tbody tr:last-child td.right-align {
    font-size: 24px !important;
}
body.template-location-page\.order-print .invoice table.table-total tbody tr:last-child td {
    border-block: 1px solid #efefef;
    vertical-align: middle;
    padding-block: 20px !important;
}
body.template-location-page\.order-print .invoice table.table-total tbody tr:nth-last-child(2) td {
    padding-bottom: 20px !important;
}
table.shippingBillingSection td {
    padding: 0 !important;
}
.shippingBillingSection td p {
    font-size: 16px;
}
.bundleProductsBox .bundle-content .bundle-item img {
    min-width: 44px;
}
body.template-location-page\.order-print .invoice table td:first-child {
    padding-left: 0;
}
body.template-location-page\.order-print .invoice table td:last-child {
    padding-right: 0;
}
body.template-location-page\.order-print .invoice .section a {
    white-space: nowrap;
}
.myaccordion .product__accordion.accordion {
    border-top: 1px solid #ececec;
}
.product__accordion.accordion .plus-minux-icon {
    top: calc(50% - 7px);
}
.my-data-custom .product__accordion.accordion .accordion__content .additional-data-showing p {
    margin-top: 0;
}
section.custom-accordion .dropdown-info .meta-data dd ul {
    margin: 0;
    padding: 0;
}

section.custom-accordion .dropdown-info .meta-data dd ul li {
 list-style: none;
}
/* forMegaMenu added padding block 4px */
.header-wrapper .menu-conatiner-big .mega-menu__link {
    padding-block: 4px;
}
/* forMegaMenu added padding 0px */
.header-wrapper .menu-conatiner-big .mega-menu__list>li>.mega-menu__link {
    padding: 0 !important;
}
.custom-collection-data a h3 {
    margin-top: 10px;
    margin-bottom: 0;
}
.custom-collection-data a {
    text-decoration: none;
    padding: 15px;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 4px;
}
.custom-collection-data a:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
}
.collection-product-slider .collection-product-slider-box .primary-slider-btn {
    z-index: 2;
}
.artical-section .shop-by-brand .brand-grid .artical-container a.brand-item {
    overflow: hidden;
}
.artical-section .shop-by-brand .brand-grid .artical-container a.brand-item img {
    transition: all ease-in-out 0.3s;
}
.artical-section .shop-by-brand .brand-grid .artical-container a.brand-item:hover img {
    transform: scale(1.1);
}
.template-location-cart main#MainContent .breadcrumbs {
    margin-top: 15px !important;
}
.primary-your-shopping-cart.primary-cart .custom-cart .cart__items table.cart-items tbody tr td.cart-item__media .cart-item__image-container {
    border: none;
}
.primary-your-shopping-cart.primary-cart .cart-items tr.cart-item td {
    border-top: 1px solid #ebebeb !important;
}
.primary-your-shopping-cart.primary-cart .cart-items tr.cart-item:last-child td {
    border-bottom: 1px solid #ebebeb !important;
}
.primary-your-shopping-cart.primary-cart .custom-cart .cart__items table.cart-items tbody tr td.cart-item__details p.caption-with-letter-spacing {
    letter-spacing: normal;
    text-transform: unset !important;
}
.primary-your-shopping-cart.primary-cart {
    max-width: 1200px !important;
}
.custom-cart .title--primary {
    font-size: 24px !important;
    font-weight: 400 !important;
}
.primary-your-shopping-cart.primary-cart .custom-cart .cart__items span.remove-all-cart-page-items svg.icon.icon-remove {
    display: none;
}
.primary-your-shopping-cart.primary-cart .custom-cart .cart__items span.remove-all-cart-page-items {
    text-align: right;
    display: block;
    margin-bottom: 10px;
    text-decoration: underline;
    color: #858585;
    cursor: pointer;
}
.primary-your-shopping-cart.primary-cart .custom-cart .cart__items span.remove-all-cart-page-items:hover {
    text-decoration: none;
}
.product-cart-slider .people-bought-box h2 {
    color: #131313;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    margin: 15px 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    line-height: 1.25;
}

/* Chimney Wizard */

.chimneyWizardMain {
    background-image: url('/cdn/shop/files/fbc37528a8aa1edbaa07d70f9957de755ee3787a_1.jpg?v=1746703643');
    padding: 50px 80px;
    background-position: center;
    background-size: cover;
    position: relative;
    width: 1440px;
    margin-left: 50%;
    transform: translateX(-50%);
    border-radius: 0 0 24px 24px;
    overflow: hidden;

}
.chimneyWizardMain::before {
    content: "";
    background: rgba(0, 0, 0, 0.54);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.chimneyWizardInner {
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 62px;
}
.cwVideoBox {
    overflow: hidden;
    background-image: url('/cdn/shop/files/ce5f90b3ba5c1af3e803cdce125c4bc7ed4fa5cb.png?v=1746708113');
    width: 258px;
    height: 159px;
    background-size: cover;
    background-position: center;
    border-radius: 16px;
    border: 1px solid #fff;
    box-shadow: 0 0 0 8px #52433f inset;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cwVideoBox .video-wrapper iframe {
    height: 169px;
    width: 258px;
}
.cwVideoURL a {
    font-weight: 700;
    font-size: 18px;
    line-height: 160%;
    text-transform: capitalize;
    display: flex;
    gap: 15px;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-family: 'Satoshi';
}
.cwVideoBoxMain {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: max-content;
    margin-left: auto;
}
.cwVideoBox .cwVideoPlayIcon {
    width: 31px;
    height: 31px;
    background: #444;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    padding-left: 2px;
    cursor: pointer;
}
.cwVideoBox .cwVideoPlayIcon:hover {
    background: #000;
}
.chimneyWizardContent {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.cwcLeft .cwcTag {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: normal;
    background: #FFFFFF3D;
    padding: 11.5px 24px;
    color: #FFFEFE;
    border: 1px solid #FFFFFF3D;
    border-radius: 8px;
    display: inline-block;
    margin-bottom: 36px;
    font-family: 'Satoshi';
}
.cwcLeft h1 {
    font-weight: 900 !important;
    font-size: 55px !important;
    line-height: 135% !important;
    letter-spacing: normal !important;
    text-align: left !important;
    color: #fff !important;
    max-width: 700px !important;
    text-transform: uppercase;
    margin-bottom: 40px !important;
    font-family: 'Satoshi';
}
.cwcLeft span {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: normal;
    font-family: 'Satoshi';
}
.cwcLeft span p {
    margin: 0;
}
.cwcRight a {
    background: #c84c04;
    border-radius: 8px;
    padding: 14px 24px;
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: normal;
    text-align: center;
    text-transform: capitalize;
    gap: 10px;
    font-family: 'Satoshi';
}
.icon-title-description,
.multicolumn-section {
    margin-top: 80px;
}
.icon-title-description h2,
.multicolumn-section h2.section-title {
    font-weight: 900;
    font-size: 44px;
    line-height: normal !important;
    letter-spacing: normal;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #1d373e;
    margin: 0 !important;
    font-family: 'Satoshi';
}
.icon-title-description .block-section {
    background: #fff;
    padding: 30px 60px;
    border-radius: 24px;
    display: flex;
    gap: 56px;
    margin-top: 30px;
}
body.template-location-page\.chimney-pipe-wizard {
    background: #F4F2F0;
}
.icon-title-description .block-section .inner-block img {
    width: 102px;
    height: 102px;
    border-radius: 100px;
}
.icon-title-description .block-section .inner-block h3.block-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 100% !important;
    letter-spacing: normal;
    vertical-align: middle;
    color: #272727f0;
    margin-top: 24px;
    margin-bottom: 10px;
}
.icon-title-description .block-section .inner-block {
    flex: 1;
}
.icon-title-description .block-section .inner-block p {
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    letter-spacing: normal;
    vertical-align: middle;
    color: #272727AD;
}
.multicolumn-section h2.section-title {
    max-width: 945px;
    margin-inline: auto !important;
}
.multicolumn-section .section-col {
    margin-top: 40px;
    display: flex;
    gap: 40px;
}
.multicolumn-section .section-col .columns-info {
    flex: 1;
    text-align: center;
}
.multicolumn-section .section-col .columns-info img {
    margin-bottom: 32px;
}
.multicolumn-section .section-col .columns-info h3 {
    font-family: Roboto;
    font-weight: 600;
    font-size: 24px;
    line-height: normal !important;
    letter-spacing: normal;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #1D373E;
    margin: 0 !important;
}
.primary-chimney-pipe-wizard .home-fix-img-banner.banner {
    margin-right: 0 !important;
    margin-top: 80px !important;
    margin-bottom: 0 !important;
    width: 1440px !important;
    max-width: unset;
    margin-left: 50% !important;
    transform: translateX(-50%);
}
.collection-product-slider .collection-product-scrollbar {
    z-index: 2 !important;
}
body.template-location-page\.chimney-pipe-wizard.gradient main#MainContent .home-fix-img-banner .banner__content {
    padding: 65px 80px 75px !important;
    margin: 0 !important;
}
body.template-location-page\.chimney-pipe-wizard.gradient main#MainContent .home-fix-img-banner .banner__content .banner__box.content-container {
    max-width: 100% !important;
    width: 100%;
    padding: 0;
}
body.template-location-page\.chimney-pipe-wizard.gradient main#MainContent .home-fix-img-banner .banner__content .banner__box.content-container h2.banner__heading {
    font-family: Satoshi;
    font-weight: 900;
    font-size: 55px;
    line-height: 135% !important;
    letter-spacing: normal;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px !important;
    max-width: 710px;
}
.home-fix-img-banner.banner.banner--content-align-center .banner__content .banner__box.content-container h2.banner__heading.inline-richtext.h1 {
    margin-inline: auto;
}
body.template-location-page\.chimney-pipe-wizard.gradient main#MainContent .home-fix-img-banner .banner__content .banner__box.content-container .banner__buttons {
    margin-top: 0;
}
body.template-location-page\.chimney-pipe-wizard.gradient main#MainContent .home-fix-img-banner .banner__content .banner__buttons a.button.button--primary {
    background: #fff;
    border-radius: 8px;
    font-family: Satoshi;
    font-weight: 700;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: normal;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    color: #1D373E;
    min-height: 56px;
    min-width: 245px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.chimney-faq-section {
    margin-block: 80px;
}
body.template-location-page\.chimney-pipe-wizard.gradient main#MainContent .home-fix-img-banner .banner__content .banner__buttons a.button.button--primary span.btn-icon {
    width: 18px;
    height: 21px;
}
.chimney-faq-section h2 {
    font-family: Satoshi;
    font-weight: 900;
    font-size: 44px;
    line-height: 135% !important;
    letter-spacing: normal;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #1D373E;
    margin-top: 0 !important;
    margin-bottom: 24px !important;
}
.chimney-faq-section > p {
    font-family: Satoshi;
    font-weight: 400;
    font-size: 18px;
    line-height: 100% !important;
    letter-spacing: normal !important;
    text-align: center;
    vertical-align: middle;
    max-width: 927px;
    color: #272727F0;
    margin-inline: auto;
    margin-top: 0 !important;
    margin-bottom: 56px !important;
}
.chimney-faq-section .faq-section  {
    border-radius: 15px;
    padding: 28px;
    background: #fff;
    margin-bottom: 15px;
}
.chimney-faq-section .faq-section .faq-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    gap: 20px;
}
.chimney-faq-section .faq-section .faq-title h3{
    font-family: Satoshi;
    font-weight: 700;
    font-size: 24px;
    line-height: 124% !important;
    letter-spacing: 0px;
    vertical-align: middle;
    margin: 0;
    color: #1D373E;
}
.chimney-faq-section .faq-section .faq-des p {
    font-family: Satoshi;
    font-weight: 400;
    font-size: 18px;
    line-height: 130% !important;
    letter-spacing: normal !important;
    vertical-align: middle;
    color: #272727F0;
    margin-bottom: 0;
}
.chimney-faq-section .faq-section .faq-title span.dropdown-icon {
    background: #1D373E14;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
}
.chimney-faq-section .faq-section .faq-title:hover span.dropdown-icon, .chimney-faq-section .faq-section .faq-title.open span.dropdown-icon {
    background: #1D373E;
}
.chimney-faq-section .faq-section .faq-title:hover span.dropdown-icon svg *, .chimney-faq-section .faq-section .faq-title.open span.dropdown-icon svg * {
    stroke: #fff;
}
.chimney-faq-section .faq-section .faq-title.open span.dropdown-icon svg {
    transform: scaleY(-1.1);
}
.chimney-image-with-text {
    margin-top: 115px;
}
.chimney-image-with-text .title-text-section {
    display: grid;
    grid-template-columns: 1fr 650px;
    gap: 70px;
    align-items: center;
    margin-bottom: 56px;
}
.chimney-image-with-text .title-text-section h2 {
    margin: 0;
    font-family: Satoshi;
    font-weight: 900;
    font-size: 44px;
    line-height: 135% !important;
    letter-spacing: normal !important;
    vertical-align: middle;
    text-transform: uppercase;
    color: #1D373E;
}
.chimney-image-with-text .title-text-section p {
    margin: 0;
    font-family: Satoshi;
    font-weight: 400;
    font-size: 18px;
    line-height: 120% !important;
    letter-spacing: normal !important;
    vertical-align: middle;
    color: #272727F0;
}
.chimney-image-with-text .img-with-text {
    border-radius: 24px;
    padding: 40px;
    background: #fff;
    display: flex;
    gap: 100px;
    align-items: center;
    margin-bottom: 32px;
}
.chimney-image-with-text .img-with-text .text-sec p {
    font-family: Satoshi;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: normal !important;
    vertical-align: middle;
    color: #1D373E;
    margin-top: 0;
    margin-bottom: 24px;
}
.chimney-image-with-text .img-with-text > img {
    max-width: 454px;
    max-height: 454px;
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.chimney-image-with-text .img-left-with-text {
    display: grid;
    grid-template-columns: 600px 1fr;
    gap: 33px;
}
.chimney-image-with-text .img-left-with-text .text-left-sec {
    background: #1D373E;
    border-radius: 24px;
    padding: 47px 40px;
}
.chimney-image-with-text .img-left-with-text .text-left-sec > p {
    font-family: Satoshi;
    font-weight: 700;
    font-size: 18px;
    line-height: 100% !important;
    letter-spacing: normal !important;
    vertical-align: middle;
    color: #fff;
    margin: 0 0 24px 0;
}
.chimney-image-with-text .img-left-with-text .text-left-sec ul {
    padding-left: 16px;
}
.chimney-image-with-text .img-left-with-text .text-left-sec ul li {
    font-family: Satoshi;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: normal;
    vertical-align: middle;
    color: #fff;
}
.chimney-image-with-text .img-left-with-text .img-btn {
    background: #fff;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    padding: 30px;
}
.chimney-image-with-text .img-left-with-text .img-btn img {
    max-width: 309px;
    width: 100%;
    max-height: 333px;
    object-fit: contain;
}
.chimney-image-with-text .img-left-with-text .img-btn a {
    border-radius: 8px;
    font-family: Satoshi;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: normal !important;
    text-align: center;
    padding: 14px 77px 16px;
    border: 1px solid #1D373E;
    color: #1D373E;
    text-decoration: none;
    transition: all ease-in-out 0.3s;
}
.chimney-image-with-text .img-left-with-text .img-btn a:hover {
    background: #1D373E;
    color: #fff;
}
.chimney-text-with-img {
    margin-top: 115px;
}
.chimney-text-with-img .text-with-img-primary {
    display: grid;
    grid-template-columns: 1fr 475px;
    gap: 36px;
}
.chimney-text-with-img .text-with-img-primary .primary-text p {
    margin-top: 0;
    font-family: Satoshi;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: normal;
    vertical-align: middle;
    color: #1D373E;
}
.chimney-text-with-img .text-with-img-primary .primary-text {
    background: #fff;
    border-radius: 24px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.chimney-text-with-img .text-with-img-secondary {
    display: grid;
    grid-template-columns: 1fr 1fr 476px;
    gap: 36px;
    margin-top: 24px;
    align-items: center;
}
.chimney-text-with-img .text-with-img-secondary .left-text p {
    margin-top: 0;
    font-family: Satoshi;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: normal !important;
    color: #1D373E;
}
.chimney-text-with-img .text-with-img-secondary .left-text p:last-child,
.chimney-text-with-img .text-with-img-primary .primary-text p:last-child {
    margin-bottom: 0;
}
.chimney-text-with-img .text-with-img-secondary .left-text {
    border-radius: 24px;
    padding: 25px;
    background: #fff;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.chimney-text-with-img .text-with-img-secondary img {
    max-width: 378px;
    width: 100%;
}
.chimney-text-with-img .text-with-img-secondary .right-text h2 {
    margin-top: 0;
    font-family: Satoshi;
    font-weight: 900;
    font-size: 44px;
    line-height: 135%;
    letter-spacing: normal !important;
    vertical-align: middle;
    text-transform: uppercase;
    color: #1D373E;
    margin-bottom: 24px;
}
.chimney-text-with-img .text-with-img-secondary .right-text p {
    font-family: Satoshi;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: normal !important;
    vertical-align: middle;
    color: #272727F0;
    margin: 0;
}
.cwcRight a:hover {
    background: #fff;
    color: #c84c04;
}
.cwcRight a:hover svg * {
    stroke: #c84c04;
}
body.template-location-page\.chimney-pipe-wizard.gradient main#MainContent .home-fix-img-banner .banner__content .banner__buttons a.button.button--primary:hover {
    background: #1D373E;
    color: #fff;
}
body.template-location-page\.chimney-pipe-wizard.gradient main#MainContent .home-fix-img-banner .banner__content .banner__buttons a.button.button--primary:hover svg * {
    stroke: #fff;
}
.cwVideoURL a svg {
    transition: all ease-in-out 0.3s;
}
.cwVideoURL a:hover {
    color: #c84c04;
}
.cwVideoURL a:hover svg {
    transform: translateX(5px);
}
.cwVideoURL a:hover svg * {
    stroke: #c84c04;
}
.faq-bottom-text p {
    font-family: Satoshi;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: normal;
    vertical-align: middle;
    margin-top: 24px;
    color: #272727F0;
}
.multicolumn-section .section-col .columns-info img {
    max-width: 100%;
    width: 100%;
}
.icon-title-description .block-section .inner-block p {
    margin-bottom: 0;
}
.icon-title-description .block-section .inner-block h3.block-title {
    min-height: 40px;
}
.primary-chimney-pipe-wizard .home-fix-img-banner.banner:after {
    background: linear-gradient(0deg, rgba(252, 71, 28, 0), rgba(252, 71, 28, 0)), linear-gradient(0deg, rgba(29, 55, 62, 0.28), rgba(29, 55, 62, 0.28)) !important;
    opacity: 1 !important;
}
.primary-chimney-pipe-wizard .home-fix-img-banner.banner .media>img {
    object-position: center -165px;
    transform: scale(1.2);
}
body.template-location-index main#MainContent .home-fix-img-banner .banner__box .button.button--primary span.btn-icon {
    display: none;
}
body.template-location-index .popular-brand.page-width.brands_logo {
    margin-top: 80px !important;
}
body.template-location-index .about-section h2 {
    margin-top: 30px;
}
body.template-location-index .about-section a {
    text-decoration: underline;
}
body.template-location-index .about-section a:hover {
    text-decoration: none;
}
nav.breadcrumb-cp-custon a {
    text-decoration: none !important;
}
nav.breadcrumb-cp-custon a:hover {
    text-decoration: none !important;
    color: #c84c04 !important;
}

.custom-collection-filter #main-collection-filters .facets__form-vertical {
    width: 100%;
}
.custom-collection-filter details.facets__disclosure-vertical {
    border-top: 1px solid #ebebeb !important;
    padding-top: 20px;
    margin-top: 20px;
}
.custom-collection-filter details.facets__disclosure-vertical > summary.facets__summary.caption-large.focus-offset {
    padding-top: 0 !important;
}
.custom-collection-filter #main-collection-filters .facets__summary .icon-caret {
    top: 6px;
}
.custom-collection-filter .facets__display-vertical {
    padding-bottom: 0;
}
.collection ul.grid {
    --grid-desktop-horizontal-spacing: 20px;
    --grid-desktop-vertical-spacing: 20px;
    margin-top: 30px;
}
.product-cart-slider {
    margin-bottom: 50px;
}
.ChimneyWizardAndStovePipeWizard h4 {
    color: #1d373e;
    margin-bottom: 20px;
    font-weight: 400;
    margin-top: 32px;
    font-size: 18px;
    letter-spacing: normal;
    font-family: Roboto;
    text-align: center;
}
.ChimneyWizardAndStovePipeWizard .button-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.ChimneyWizardAndStovePipeWizard .button-container a.button {
    font-family: Roboto;
    font-weight: 400;
    text-decoration: none;
    font-size: 16px;
    display: inline-flex;
    padding: 7.5px 20px;
    background: #f9f9f9;
    border-color: #1d373e;
    color: #1d373e;
    align-items: center;
    justify-content: center;
    letter-spacing: normal;
    line-height: normal !important;
    box-shadow: none !important;
    outline: none !important;
    border-width: 1px !important;
    border-style: solid;
    border-radius: 2px;
    min-height: unset !important;
}
.ChimneyWizardAndStovePipeWizard .button-container a.button::before, .ChimneyWizardAndStovePipeWizard .button-container a.button::after {
    display: none !important;
}
.ChimneyWizardAndStovePipeWizard .button-container a.button:hover {
    background: #1d373e;
    color: #f9f9f9;
}
.ChimneyWizardAndStovePipeWizard {
    margin-bottom: 25px;
}
.stories-nav .testimonial-slider .story-item {
    /* width: 130px; */
    text-align: center;
    /* min-width: 130px; */
}
.stories-nav .testimonial-slider .story-item .image-wrapper img {
    width: 80px;
    height: 80px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.stories-nav .testimonial-slider .story-item .label-wrapper {
    color: #1d373e;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    margin-top: 10px;
}
.stories-nav .testimonial-slider .story-item a {
    text-decoration: none;
}
.stories-nav .testimonial-slider .story-item a:hover .label-wrapper {
    text-decoration: underline;
}
nav.stories-nav.cstm-slider {
    margin-bottom: 20px;
}
.stories-nav .testimonial-slider {
    display: flex;
    overflow: hidden;
    /* overflow: auto;
    padding-bottom: 10px;
    scrollbar-color: #000 white;
    overscroll-behavior-x: auto;
    scrollbar-width: thin; */
}
.custom-collection-filter .facets-wrap .facets__label .facet-checkbox__text-label {
    font-size: 14px;
}
.collection .card__information {
    padding-bottom: 0;
    padding-top: 10px;
}
.multicolumn-section .section-col .columns-info {
    position: relative;
}
.multicolumn-section .section-col .columns-info span.open-popup {
    position: absolute;
    top: 17px;
    left: 12px;
    width: 54px;
    height: 54px;
}
.multicolumn-section .section-col .columns-info span.open-popup {
    position: absolute;
    top: 17px;
    left: 12px;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.multicolumn-section .section-col .columns-info span.open-popup svg {
    width: 50px;
    height: 50px;
}
.multicolumn-section .section-col .columns-info span.open-popup {
    transition: all ease-in-out 0.3s;
}
.multicolumn-section .section-col .columns-info:hover span.open-popup {
    transform: scale(1.1);
}
#popupModal.popup-modal .popup-content {
    background: #fff;
    width: 100%;
    border-radius: 24px;
    max-width: 800px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1999;
    padding: 70px;
}
#popupModal.popup-modal .popup-content #popupBody {
    height: 70vh;
    overflow: auto;
}
div#popupModal[style="display: block;"]::before {
    content: "";
    background: rgba(0, 0, 0, 0.79);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}
#popupModal.popup-modal .popup-content span.close-popup {
    position: absolute;
    right: 0;
    top: 0;
    background: #F2F4F4;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8C939B;
    font-size: 21px;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
#popupModal.popup-modal .popup-content span.close-popup:hover {
    background: #1f3a40;
    color: #fff;
}
#popupModal.popup-modal .popup-content #popupBody .popup-title {
    font-family: Roboto;
    font-weight: 600;
    font-size: 32px;
    line-height: 135% !important;
    letter-spacing: normal;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #1D373E;
    margin-top: 0;
    margin-bottom: 40px;
}
#popupModal.popup-modal .popup-content #popupBody .diameter-img {
    text-align: center;
    margin-bottom: 56px;
}
#popupModal.popup-modal .popup-content #popupBody .diameter-img h3,
#popupModal.popup-modal .popup-content #popupBody .image-text-first h3,
#popupModal.popup-modal .popup-content #popupBody .sub-column-text h3 {
    margin-top: 0;
    background: #F2F4F4;
    border-radius: 8px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Satoshi;
    font-weight: 500;
    font-size: 20px;
    line-height: 120% !important;
    letter-spacing: normal;
    color: #1D373E;
    margin-bottom: 40px;
}
#popupModal.popup-modal .popup-content #popupBody img {
    max-width: 100%;
}
#popupModal.popup-modal .popup-content #popupBody .image-text-first .image-with-text img,
#popupModal.popup-modal .popup-content #popupBody .image-text-second .image-with-text img,
#popupModal.popup-modal .popup-content #popupBody .image-text-fourth .image-with-text img {
    max-width: 267px;
}
#popupModal.popup-modal .popup-content #popupBody .image-text-first .image-with-text,
#popupModal.popup-modal .popup-content #popupBody .image-text-second .image-with-text,
#popupModal.popup-modal .popup-content #popupBody .image-text-fourth .image-with-text {
    display: flex;
    gap: 31px;
    align-items: center;
}
#popupModal.popup-modal .popup-content #popupBody .image-text-first .image-with-text p,
#popupModal.popup-modal .popup-content #popupBody .image-text-second .image-with-text p,
#popupModal.popup-modal .popup-content #popupBody .image-text-third .image-with-text p,
#popupModal.popup-modal .popup-content #popupBody .image-text-fourth .image-with-text p {
    color: rgba(39, 39, 39, 0.8);
    font-size: 16px;
    line-height: 135% !important;
}
#popupModal.popup-modal .popup-content #popupBody .image-text-second h3,
#popupModal.popup-modal .popup-content #popupBody .image-text-third h3,
#popupModal.popup-modal .popup-content #popupBody .image-text-fourth h3 {
    margin: 56px 0 56px 0 !important;
    padding: 19px 26px;
    background: #F2F4F4;
    border-radius: 8px;
    text-align: center;
    line-height: 120% !important;
    font-size: 20px;
    color: #1D373E !important;
    font-weight: 500;
}
#popupModal.popup-modal .popup-content #popupBody .image-text-third .image-with-text p {
    text-align: center;
    margin-bottom: 56px;
    margin-top: 0;
}
#popupModal.popup-modal .popup-content #popupBody .image-text-third .image-with-text {
    display: flex;
    flex-wrap: wrap;
    column-gap: 31px;
}
#popupModal.popup-modal .popup-content #popupBody .image-text-third .image-with-text img {
    max-width: 47%;
    height: auto;
}
#popupModal.popup-modal.cathedral .popup-content #popupBody .image-text-first .image-with-text img,
#popupModal.popup-modal.cathedral .popup-content #popupBody .image-text-second  .image-with-text img,
#popupModal.popup-modal.cathedral .popup-content #popupBody .image-text-third img {
    max-width: 100% !important;
}
#popupModal.popup-modal .popup-content #popupBody .sub-column-text h3 {
    margin-block: 56px;
}
#popupModal.popup-modal .popup-content #popupBody a.inner-button {
    width: 245px;
    height: 56px;
    display: flex;
    margin-inline: auto;
    background: #c84c04;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    margin-top: 56px;
    transition: all ease-in-out 0.3s;
    gap: 10px;
}
#popupModal.popup-modal .popup-content #popupBody a.inner-button:hover {
    background: #1d373e;
}
#popupModal.popup-modal .popup-content #popupBody .sub-column-text .columns-text {
    display: flex;
    gap: 16px;
    padding-inline: 20px;
}
#popupModal.popup-modal .popup-content #popupBody .sub-column-text .columns-text p {
    margin: 0;
    padding: 24px;
    font-size: 20px;
    font-weight: 600;
    color: #1d373e;
    border-radius: 24px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
#popupModal.popup-modal .popup-content #popupBody .sub-column-text .columns-text p span {
    background: #c84c0414;
    border-radius: 100px;
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    letter-spacing: normal;
    font-family: 'satoshi';
    color: #c84c04;
    margin-right: 10px;
}
#popupModal.popup-modal.through-wall div#popupBody .image-text-third .image-with-text {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
#popupModal.popup-modal.through-wall div#popupBody .image-text-third .image-with-text p {
    text-align: left;
}
#popupModal.popup-modal.through-wall div#popupBody .image-text-fourth .image-with-text img {
    max-width: 100%;
}
#popupModal.popup-modal .popup-content #popupBody a.inner-button span {
    width: 18px;
    height: 27px;
}
.collection-hero__description p {
    padding: 12px 15px;
    background: #f9f9f9;
    line-height: 20px;
}
.collection-hero__description p:not(:last-child) {
    margin-bottom: 0 !important;
}
.collection-hero__description p:not(:first-child) {
    margin-top: 0 !important;
}
.product-grid-container .collection_search .field__input:focus~.field__label {
    display: none;
}
.seo-bottom-data p a {
    color: inherit;
    text-decoration: underline;
}
.seo-bottom-data p a:hover {
    color: #c84c04;
    text-decoration: none;
}
/* hide slider bar from homepage */
.collection-product-slider .collection-product-slider-box .swiper.collection-product-slider-wrapper {
    padding-bottom: 0 !important;
}
.collection-product-slider .collection-product-slider-box .swiper.collection-product-slider-wrapper .swiper-scrollbar.collection-product-scrollbar {
    display: none;
}
/* .card--standard>.card__content .card__information h3 > a {
    min-height: 45px;
} */
.custom-product-page .custo_sku_data a {
    font-weight: 700;
}
.header .search-modal__form .field button.reset__button.field__button {
    right: 126px;
    top: 0px;
}
.swiper-pagination,
.facet-checkbox .svg-wrapper {
    z-index: 2 !important;
}
.pagination__item--current:after {
    background: #000 !important;
    bottom: 0px !important;
}
.pagination__list .pagination__item.pagination__item--current {
    color: #000 !important;
}
.shopify-policy__container{
    padding-top: 28px;
}
.card__heading a:after {
    bottom: 60px !important;
}
.product-grid-container .collection_search .field__label {
    color: #000;
}
.header-wrapper .menu-conatiner-big .mega-menu.outdoor .mega-menu__list > li:nth-child(6) {
    grid-row: 2 / 5;
}
.header-wrapper .menu-conatiner-big .mega-menu.outdoor .mega-menu__list li.without-submenu {
    grid-column-start: 2;
    grid-row-start: 2;
}
.header-wrapper .menu-conatiner-big .mega-menu.outdoor .mega-menu__list li.without-submenu.menu_usa-made-outdoor-products {
    grid-row-start: 3;
}
.primary-chimney-wizard label.button,
.primary-chimney-wizard .navigation .nav-button {
    border-radius: 5px;
}
.primary-chimney-wizard label.button:has(input:checked) {
    background: #1f3a40;
    color: #fff;
}
/* .primary-chimney-wizard label.button input[type="radio"] {
    position: absolute;
    opacity: 0;
} */
.primary-chimney-wizard label.button input[type="radio"] {
    accent-color: #fff;
}
.primary-chimney-wizard label.button span.cpf-label-txt {
    font-size: 14px;
    letter-spacing: normal;
    font-weight: 500;
}
.drop-label-main {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.drop-label-main label.drop-label select.form-control {
    width: 90px;
    border-radius: 5px;
    font-size: 14px;
}
.drop-label-main label.drop-label {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
label.drop-label select.form-control {
    border-radius: 5px;
    font-size: 14px;
}
label.drop-label.additional_floors_main,
.input-label-main {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}
label.drop-label.additional_floors_main select.form-control {
    min-width: 200px;
}
.input-label-main {
    margin-block: 10px 30px;
}
.input-label-main label.input-label input.form-control {
    margin-right: 5px;
    border-radius: 5px;
    font-size: 14px;
    min-width: 100px;
}
.navigation {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.navigation button.nav-button {
    margin: 0;
}
h2.cpf-header {
    color: #1d373e;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-weight: 500;
    margin: 40px 0 10px 0;
    font-size: 28px;
}
.app-container {
    width: 100%;
    margin: 0 auto 100px;
    text-align: center;
    max-width: 855px;
    width: 100% !important;
}
.primary-chimney-wizard .navigation button.nav-button[onclick="nextPage()"] {
    margin-left: auto;
}
.primary-chimney-wizard .navigation .nav-button[onclick="previousPage()"] {
    background: #f9f9f9 !important;
    border: 1px solid #1d373e;
    color: #1d373e;
}
.primary-chimney-wizard .navigation .nav-button[onclick="previousPage()"]:hover {
    background: #1d373e;
}
.stove-opening-diameter-main {
    display: flex;
    text-align: center;
    justify-content: space-between;
}
.cw-popup .overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.cw-popup .overlay:target {
  visibility: visible;
  opacity: 1;
}
.cw-popup .popup {
    margin-inline: auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 100%;
    position: relative;
    transition: all 1s ease-in-out;
    max-width: 500px;
}
.cw-popup .popup h2 {
    margin-top: 0;
    color: #1d373e;
    font-size: 28px;
    max-width: calc(100% - 40px);
    margin-inline: auto;
}
.cw-popup .popup .close {
    position: absolute;
    top: 0px;
    right: 15px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #666;
}
.cw-popup .popup .close:hover {
  color: #000;
}
.cw-popup .popup .content {
    max-height: calc(100vh - 400px);
    overflow: auto;
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin-top: 20px;
    padding-top: 15px;
    height: 100%;
}
/* @media screen and (max-width: 700px){
  .cw-popup .box{
    width: 70%;
  }
  .cw-popup .popup{
    width: 70%;
  }
} */
.cw-content-main p {
    margin: 20px auto;
    padding: 10px;
    background-color: rgb(255, 243, 205);
    border-color: rgb(255, 238, 186);
    color: rgb(133, 100, 4);
    border-radius: 0.25rem;
    width: 100%;
    text-align: left !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}
.cw-popup .box a {
    color: blue;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.cw-popup .box a:hover {
    color: red;
    text-decoration: underline;
}
.cw-popup .overlay {
    display: flex;
    align-items: center;
    z-index: 5;
}
.cw-popup .popup .content img {
    max-width: 100%;
}
label.drop-label.additional_floors_main {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 20px;
}
.cpf-header-sub,
.cpf-label-txt-main {
    margin-bottom: 10px;
}
.cpf-label-label-group label.input-label {
    display: flex;
    flex-direction: column-reverse;
}
.cpf-label-label-group {
    gap: 10px;
}
.popup_tabel_data ul li a {
    color: #007bff;
    text-decoration: none;
    font-size: 14px;
    line-height: 19px;
}
.popup_tabel_data ul li a:hover {
    color: #0056b3;
    text-decoration: underline;
}
.popup_tabel_data .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    margin-top: 2rem;
    border: solid 1px #ebebeb;
    table-layout: auto;
    border-collapse: collapse;
    border-spacing: 0;
}
.popup_tabel_data .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05);
}
.popup_tabel_data .table tbody tr td,
.popup_tabel_data .table tbody tr th,
.popup_tabel_data .table tfoot tr td,
.popup_tabel_data .table tfoot tr th,
.popup_tabel_data .table thead tr th,
.popup_tabel_data .table tr td {
    display: table-cell;
    padding: .78571rem 1.5rem;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.popup_tabel_data ul {
    padding-left: 20px;
}
label.drop-label.drop-label-single {
    display: inline-flex;
    flex-direction: column;
}
.cw-main-result {
    width: 100vw;
    margin-left: 50% !important;
    transform: translateX(-50%);
    background: #fff !important;
}
.cw-main-result .alert.alert-light {
    border: none;
    box-shadow: none;
    padding: 0;
    margin-bottom: 50px;
}
.cw-main-result .alert.alert-light a {
    color: #007bff;
    text-decoration: none;
}
.cw-main-result .alert.alert-light a:hover {
    color: #0056b3;
    text-decoration: underline;
}
.cw-main-result .card.cpf-card {
    border: 1px solid #7492aa !important;
    border-radius: 3.5px;
    box-shadow: none;
    position: relative;
    overflow: unset;
}
.cw-main-result .card.cpf-card .cpf-card-rec-head {
    position: absolute;
    top: -43px;
    width: calc(100% + 14px);
    left: -7px;
    border-radius: 3.5px;
    background-color: #ed8f25;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
    padding-top: 5px;
    letter-spacing: 0.5px;
}
.cw-main-result .card.cpf-card img.card-img-top.cpf-brand-img {
    border-radius: 12px;
    overflow: hidden;
}
.cw-main-result .card.cpf-card .card-body {
    padding: 0;
}
.cw-main-result .card.cpf-card .card-body h5.card-title {
    align-self: auto !important;
    padding: 0.75rem !important;
    color: #ffffff;
    font-weight: 700;
    background-color: #7492aa;
    text-align: center;
    letter-spacing: 0.15em;
    font-size: 15px;
    margin-bottom: 10px;
}
.brand-features .text.show-more-height {
    display: block;
}
.brand-features .text {
    display: none;
}
.brand-features {
    padding-inline: 16px;
}
.brand-features .show-more {
    text-align: right;
    color: #1d373e;
    text-decoration: underline;
    font-size: 16px;
    cursor: pointer;
}
.brand-features .show-more:hover {
    text-decoration: none;
}
.brand-features .text ul.list-group.list-group-flush li.list-group-item {
    list-style-type: disclosure-closed;
}
.brand-features .text ul.cpf-we-rec li {
    list-style-type: disclosure-closed;
    position: unset;
    padding: 0;
    list-style-position: inside;
}
.brand-features .text ul.cpf-we-rec li::before {
    display: none;
}
.cw-main-result .card.cpf-card .card-body .card-text > ul.list-group.list-group-flush {
    border-top: 1px solid rgba(0, 0, 0, .125);
    margin-top: 5px;
}
.cw-main-result .card.cpf-card .card-body .card-text > ul.list-group.list-group-flush > li {
    list-style: none;
    padding-inline: 16px;
    font-size: 16px;
}
.cw-main-result .card.cpf-card .card-body .card-text > ul.list-group.list-group-flush > li h5 {
    text-align: center;
    padding: 5px;
    font-size: 17.5px;
    margin-bottom: 7px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 0;
    letter-spacing: normal;
}
.cw-main-result .card.cpf-card .card-body .card-text > ul.list-group.list-group-flush > li h5.cpf-ins.cpf-ins-color1 {
    background-color: #cce5ff;
    border: 1px solid #007bff;
}
.cw-main-result .card.cpf-card .card-body .card-text > ul.list-group.list-group-flush > li h5.cpf-ins.cpf-ins-color2 {
    background-color: #ffdab9;
    border: 1px solid #ff7f50;
}
.cw-main-result .card.cpf-card .card-body .card-text > ul.list-group.list-group-flush > li h5.cpf-ins.cpf-ins-color3 {
    background-color: #fff3cd;
    border: 1px solid #ffc107;
}
.cw-main-result .card.cpf-card .card-body .card-text > ul.list-group.list-group-flush > li h5.cpf-ins.cpf-ins-color4 {
    background-color: #d1ecf1;
    border: 1px solid #17a2b8;
}
.cw-main-result .card.cpf-card .card-body .card-text > ul.list-group.list-group-flush > li h5.cpf-ins.cpf-ins-color5 {
    background-color: #f0dcff;
    border: 1px solid #d7a4ff;
}
.cw-main-result .card.cpf-card .card-body .card-text > ul.list-group.list-group-flush > li.cpf-center {
    text-align: center;
}
.cw-main-result .card.cpf-card .card-body .card-text > ul.list-group.list-group-flush > li.list-group-item.cpf-made {
    text-align: center;
    font-size: 17px;
}
.cw-main-result .card.cpf-card .card-body .card-text > ul.list-group.list-group-flush > li.list-group-item.cpf-made img.cpf-wall-img {
    width: 100%;
    max-width: 180px;
}
.cw-main-result .card.cpf-card .card-body .card-text > ul.list-group.list-group-flush > li > ul > li {
    list-style-position: outside;
    margin-left: 17px;
}
.cw-main-result .card.cpf-card .card-body .card-text > ul.list-group.list-group-flush > li.cpf-center > a {
    color: #007bff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cw-main-result .card.cpf-card .card-body .card-text > ul.list-group.list-group-flush > li.cpf-center > a:hover {
    color: #0056b3;
    text-decoration: underline;
}
.cpf-ins {
    background-color: #eeeff2;
    text-align: center;
    padding: 5px;
    border: 1px solid #6c757d;
}
.cw-main-result .card.cpf-card .card-body .card-text > ul.list-group.list-group-flush > li.list-group-item.cpf-made img {
    width: 60px;
    margin: 0;
}
.cw-main-result .card.cpf-card .cpf-pricebox.partial {
    margin-top: auto;
    background: #fff3cd;
    border: none;
    padding: 16px;
}
.cw-main-result .card.cpf-card .cpf-pricebox.partial > ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.cw-main-result .card.cpf-card .cpf-pricebox.partial > ul li {
    list-style: none;
    line-height: normal;
}
.cw-main-result .card.cpf-card:has(.cpf-card-rec-head) {
    border: none !important;
    box-shadow: 0 0 0 3px #ed8f25;
}
.cw-main-result .card.cpf-card .cpf-pricebox.partial+div p {
    background: #fff;
    display: flex;
    align-items: center;
    padding: 10px;
    font-size: 14px;
    line-height: normal;
}
.cw-main-result .card.cpf-card .card-footer {
    padding: 16px;
}
.cw-main-result .card.cpf-card .card-footer .form-action input {
    margin: 0 !important;
    text-transform: uppercase;
    height: 60px;
    font-size: 22px;
    letter-spacing: normal;
    background-color: #ed8f25;
    border-color: #ed8f25;
    color: #fff;
    width: 100%;
    padding: 0;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}
.cw-main-result .card.cpf-card .card-footer .form-action input:hover {
    background: #49566e;
}
.app-container .radio-group .radio-option label {
    border: 1px solid #1d373e;
    width: 100%;
    text-transform: uppercase;
    font-size: 1.1em;
    margin: 0.75rem 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9f9f9;
    color: #1d373e;
    cursor: pointer;
}
.app-container .radio-group .radio-option input:checked+label,
.app-container .radio-group .radio-option label:hover {
    background: #49566e;
    color: #fff;
}
.app-container .radio-group .radio-option input:checked+label img,
.app-container .radio-group .radio-option label:hover img {
    filter: brightness(25) grayscale(5) contrast(5);
}
.app-container .radio-group .radio-option input {
    position: absolute;
    visibility: hidden;
}

.gpo-app {
    margin-inline: 0 !important;
    width: 100% !important;
    padding: 0 !important;
    background: transparent !important;
}
.gpo-choicelist input+label:after {
    background: #c84c04 !important;
}
.gpo-choicelist input+label:hover:before {
    border-color: #c84c04 !important;
    box-shadow: 0 0 5px 1px #c84c04 !important;
}
.gpo-app > * {
    padding: 0px;
    margin-bottom: 20px !important;
}
.gpo-app .show-addon-for-option {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center;
}
.gpo-app .show-addon-for-option>* {
    margin: 0 !important;
}
.gpo-app .show-addon-for-option .gpo-ov-wrapper.gpo-oos--show {
    width: 100%;
    margin-top: 15px !important;
    display: flex;
    flex-direction: row;
    gap: 7px;
    flex-wrap: wrap;
}
.gpo-ov-wrapper.vertical .gpo-choicelist label {
    border: 1px solid #000;
    transition: all .15s ease;
    padding: 10px 15px;
    line-height: normal !important;
    overflow: hidden;
    position: relative !important;
}
.gpo-ov-wrapper.vertical .gpo-choicelist label::before,
.gpo-ov-wrapper.vertical .gpo-choicelist label::after {
    display: none;
}
.gpo-ov-wrapper.vertical .gpo-choicelist input:checked+label,
.gpo-ov-wrapper.vertical .gpo-choicelist label:hover {
    box-shadow: 0 0 0 1px #000;
}
.gpo-app .gpo-label span.label-content {
    font-size: 14px;
    color: #1d373e !important;
    font-weight: 600;
    letter-spacing: normal;
}
.gpo-ov-wrapper.vertical .gpo-choicelist label span.break-word {
    color: #4e4e4e;
    font-size: 14px;
}
.gpo-app .gpo-form__group {
    padding: 0 !important;
}
.gpo-app .gpo-element.gpo-form__group {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center;
}
.gpo-app .gpo-element.gpo-form__group > * {
    margin: 0 !important;
}
.gpo-app .gpo-element.gpo-form__group .gpo-select {
    margin-top: 5px !important;
}
.gpo-app .gpo-element.gpo-form__group .gpo-select select {
    padding: 0 !important;
    background: none !important;
}
.gpo-app .gpo-element.gpo-form__group .gpo-select select option {
    padding: 20px !important;
}
.gpo-app .gpo-element.gpo-form__group .gpo-select select option:not(:first-child) {
    border-top: 1px solid #000 !important;
}
.mobile-facets__inner .mobile-facets__main > details summary.mobile-facets__summary span svg.icon {
    fill: #000;
    width: 10px;
}
.mobile-facets__inner .mobile-facets__main > details summary.mobile-facets__summary span.mobile-facets__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-mobile-filters form#FacetFiltersFormMobile .mobile-facets__inner .mobile-facets__main details.mobile-facets__details[open] summary.mobile-facets__summary span.mobile-facets__arrow svg.icon.icon-plus {
    display: none;
}
#img-section a {
    color: blue !important;
    font-size: 14px !important;
    text-decoration: none !important;
}
#img-section a:hover {
    color: red !important;
    font-size: 14px !important;
    text-decoration: underline !important;
}
.stove-pipe-wizard-footer .nav-button {
    margin: 0;
    height: 44px;
    min-width: 120px;
}
.stove-pipe-wizard-footer .nav-button {
    margin: 0;
    height: 44px;
    min-width: 120px;
    font-family: Roboto;
    font-weight: 400;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
}
.stove-pipe-wizard-footer .nav-button:disabled {
    background: #f9f9f9;
    border-color: #1d373e;
    color: #1d373e;
}
.stove-pipe-wizard-footer {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.stove-pipe-wizard-footer #next-button:not([disabled]):hover {
    background: #1f3a40 !important;
    color: #fff !important;
}
div#popup-modal .popup-overlay {
    display: block !important;
}
 details.facets__disclosure-vertical > summary.facets__summary.caption-large.focus-offset span.desktop-ar-icons svg.icon {
    width: 13px;
    height: 13px;
}
details.facets__disclosure-vertical > summary.facets__summary.caption-large.focus-offset span.desktop-ar-icons {
    display: inline-flex;
    align-items: center;
    margin-left: auto;
}
 details.facets__disclosure-vertical > summary.facets__summary.caption-large.focus-offset>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
 details.facets__disclosure-vertical > summary.facets__summary.caption-large.focus-offset {
    padding-right: 3px !important;
}
 details.facets__disclosure-vertical[open] > summary.facets__summary.caption-large.focus-offset span.desktop-ar-icons svg.icon.icon-plus {
    display: none;
}
#popup-modal .popup-box {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#popup-modal .popup-box h2.popup-title {
    margin-top: 0;
    font-weight: 500;
    line-height: 1.2;
    font-size: 28px;
    color: #1d373e;
    max-width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 14px;
    margin-bottom: 10px;
}
#popup-modal .popup-box .popup-body {
    font-size: 14px;
    color: #000;
    line-height: 21px;
}
#popup-modal .popup-box span.popup-close {
    position: unset;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    width: 100%;
    display: block;
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding-top: 10px;
    line-height: normal;
}
.product-grid-container .collection-page-breadcrumb.breadcrumbs {
    padding-left: 0;
    padding-top: 0;
}
.app-container .radio-group .radio-option label {
    padding: 14px;
    line-height: normal;
}
.cpf-header #img-section {
    display: flex;
    justify-content: space-around;
}
.primary-stove-pipe-wizard #results {
    width: calc(100vw - 200px);
    margin-left: 50%;
    transform: translateX(-50%);
    max-width: 1330px;
}
.primary-stove-pipe-wizard #results {
    padding: 20px;
    background: whitesmoke;
    border: 1px solid silver;
    border-radius: 4px;
}
.primary-stove-pipe-wizard #results > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.primary-stove-pipe-wizard #results > div h3 {
    margin: 0 !important;
}
.primary-stove-pipe-wizard #results > div h3 {
    margin: 0 !important;
    font-weight: 500;
    line-height: 1.2;
    font-size: 24px;
    letter-spacing: normal;
}
.primary-stove-pipe-wizard #results ul#result-measurements li span:first-child {
    display: inline-block;
    width: calc(100% - 35px);
    text-align: left;
    font-size: 14px;
    line-height: normal;
}
.primary-stove-pipe-wizard #results ul#result-measurements li span.cpf-edit {
    font-size: 12px;
    white-space: nowrap;
}
.you-may-also .card .card-text a, .cbb-also-bought-container h3.cbb-also-bought-product-name {
    min-height: 25px !important;
    margin-bottom: 0;
}
.cbb-also-bought-container h3.cbb-also-bought-product-name {
    text-decoration: none !important;
}
section.custom-accordion .accordion-head {
    cursor: pointer;
}
.ChimneyWizardAndStovePipeWizard h4 {
    margin-top: 10px;
}
.productView-options-wrap .productView-options-inner > .form-field {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}
.productView-options-wrap .productView-options-inner label.form-label {
    color: #4e4e4e;
    font-family: Roboto;
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    width: 100%;
}
.productView-options-wrap .productView-options-inner > .form-field select {
    cursor: pointer;
}
.productView-options-wrap .productView-options-inner > .form-field select,
.productView-options-wrap .productView-options-inner > .form-field > input[type="text"] {
    background-position: right 7px top 7px;
    background-size: 18px;
    font-size: 14px;
    /* max-width: 280px; */
    padding: 8px 10px;
    padding-right: 2rem;
    border: none;
    border-radius: 6px;
}
.productView-options-wrap .productView-options-inner > .form-field[data-product-attribute="input-checkbox"] {
    flex-direction: row;
    column-gap: 5px !important;
    align-items: center;
    flex-wrap: wrap;
}
.productView-options-wrap .productView-options-inner > .form-field[data-product-attribute="input-checkbox"] input.form-checkbox {
    margin: -2px 0 0 2px;
    transform: scale(1.3);
}
.productView-options-wrap .productView-options-inner > .form-field[data-product-attribute="input-checkbox"] label.form-label:last-child {
    max-width: calc(100% - 20px);
    padding-left: 5px;
}
.cbb-also-bought-container .cbb-also-bought-product .cbb-also-bought-product-price-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.cbb-also-bought-container .cbb-also-bought-product .cbb-also-bought-product-price-container>* {
    margin: 0 !important;
}
.cbb-also-bought-container .cbb-also-bought-product .cbb-also-bought-product-price-container>.cbb-also-bought-product-compare-at-price {
    order: 2;
}
.cbb-also-bought-container .cbb-also-bought-product .cbb-also-bought-product-price-container>.cbb-also-bought-product-compare-at-price,
.cbb-also-bought-container .cbb-also-bought-product .cbb-also-bought-product-price-container>.cbb-also-bought-product-compare-at-price span.money {
    color: #939597 !important;
}
.imgTitleOnImage {
    text-transform: uppercase;
    font-size: 19px;
    padding: 10px;
    background: rgb(255, 243, 205);
    margin-bottom: 0px;
    line-height: normal;
}
.productView-options-wrap .productView-options-inner > .form-field[data-product-attribute="input-checkbox"] label.form-label:last-child {
    font-weight: 400;
}
.productView-options-wrap .productView-options-inner > .form-field[data-product-attribute="input-checkbox"] input.form-checkbox {
    accent-color: #1f3a40;
}
.productView-options-wrap {
    border-bottom: 1px solid #ebebeb;
}
.productView-options-wrap .productView-options-inner > .form-field select {
    border-right: 10px solid #fff !important;
    box-shadow: 0px 0 0px 1px #ccc !important;
}
.bss-po-option-set .po-stack .po-label-container {
    flex-direction: row;
    gap: 5px;
    margin-bottom: 10px;
    align-items: center;
    flex-wrap: wrap;
}
.bss-po-option-set .po-stack .po-label-container * {
    font-size: 14px !important;
    color: #4e4e4e !important;
    font-weight: 500 !important;
    line-height: normal;
}
.bss-po-option-set .po-stack .po-label-container .po-selected-swatch p.swatch_value.po-value {
    font-weight: 400 !important;
}
.bss-po-option-set .po-stack .po-option--type-swatch .po-option__select-quantity label.po-option__value .po-option__swatch-media {
    height: auto !important;
    border-radius: 0;
    width: 100% !important;
    justify-content: flex-start;
    padding: 20px;
}
.bss-po-option-set .po-stack .po-option--type-swatch .po-option__select-quantity label.po-option__value .po-option__swatch-media p.tooltip-swatch-label {
    position: unset !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: unset !important;
    background: transparent !important;
    color: #4e4e4e !important;
    text-align: left !important;
    display: inline !important;
    min-width: unset !important;
}
.bss-po-option-set .po-stack .po-option--type-swatch {
    gap: 0;
}
.bss-po-option-set .po-stack .po-option--type-swatch .po-option__select-quantity label.po-option__value .po-option__swatch-media .po-option__image-value {
    width: 42px;
    height: 42px;
}
.bss-po-option-set .po-stack .po-option--type-swatch .po-option__select-quantity label.po-option__value .po-option__swatch-media p.tooltip-swatch-label {
    margin: 0;
    padding: 0 0 0 18px;
}
.bss-po-product-page > * {
    margin-inline: 0 !important;
}
.bss-po-option-set .po-stack .po-option--type-swatch {
    gap: 0;
    max-height: 400px;
    overflow: auto;
}
.bss-po-option-set .po-option--container {
    margin-top: 0 !important;
}
product-info.custom-product-page .product.product--medium .product__info-wrapper section.product__info-container variant-selects > fieldset {
    margin-bottom: 20px;
}
.bundle--products .bundle--product--row {
    gap: 10px;
    padding: 10px 10px 10px 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #4e4e4e;
    font-size: 15px;
    line-height: normal;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
}
.bundle--products .bundle--product--row .bundle--product--select-wrapper {
    width: calc(100% - 0px);
}
.bundle--products .bundle--product--row .bundle--product--image img {
    width: 42px;
    height: 42px;
    display: block;
    object-fit: cover;
}
.bundle--products .bundle--product--row .bundle--product--select-wrapper select {
    width: 100%;
    height: 42px;
    padding: 10px;
    border-radius: 0px;
    cursor: pointer;
    border: none !important;
    background: none !important;
    box-shadow: none !important;
    color: #000 !important;
}
.custom-product-page .bundle--products h3.bundle--product--heading {
    margin-top: 25px;
}
.bundle--products .bundle--product--row .bundle--product--select-wrapper select option:checked, .bundle--products .bundle--product--row .bundle--product--select-wrapper select option:hover {
    background: #1f3a40;
    color: #fff;
}
.bss-po-option-set .po-option--container .po-option--radioButton-wrapper,
.bss-po-option-set .po-option--container .po-option--radioButton-wrapper .po-option--type-radiobutton {
    margin: 0;
}
.bss-po-option-set .po-option--container .po-option--radioButton-wrapper .po-option--type-radiobutton label .po-radio-circle {
    display: none !important;
}
.bss-po-option-set .po-option--container {
    gap: 7px;
}
.bss-po-option-set .po-option--container .po-option--radioButton-wrapper .po-option--type-radiobutton label > span {
    font-size: 14px;
    line-height: normal;
    color: #4e4e4e;
    border: 1px solid #000;
    padding: 10px 14px;
    cursor: pointer;
}
.bss-po-option-set .po-option--container .po-option--radioButton-wrapper .po-option--type-radiobutton label input:checked + div + span,
.bss-po-option-set .po-option--container .po-option--radioButton-wrapper .po-option--type-radiobutton label span:hover {
    box-shadow: 0 0 0 1px #000;
}
.is-required,
.edit-cart-required{
    color: red !important;
}
.productView-options-wrap .productView-options-inner > .form-field select {
    background: #fff !important;
}
.productView-options-wrap .productView-options-inner > .form-field > input[type="text"] {
    border: 1px solid #000;
}
.cart-drawer .product-option dd {
    max-width: 180px;
}
.cart-drawer .cart-item>td+td dl .product-option {
    align-items: flex-start !important;
}
body.template-location-page\.order-print .invoice table.table-items td:first-child img, .bundleProductsBox .bundle-content .bundle-item img {
    min-width: 73px;
}
body.template-location-page\.order-print .invoice table.table-items td span.custom--attributes--print--order {
    display: block;
    font-weight: 600;
    font-size: 14px;
    margin-top: 10px;
}
body.template-location-page\.order-print .invoice table.table-items td span.custom--attributes--print--order span {
    font-weight: 400;
}
.card-information span.pd-mrsp {
    font-size: 12px;
}

.cart-drawer .cart-item>td+td dl .product-option {
    margin-block: 5px !important;
    display: block !important;
}
/*
.cart-drawer .cart-item {
    grid-template: repeat(2, auto) / 8rem repeat(2, 1fr) !important;
}
.cart-drawer .cart-items .cart-item__quantity {
    grid-column: 2 / 4 !important;
}
.cart-drawer .cart-item__details {
    max-width: unset !important;
}
.cart-drawer .cart-item {
    position: relative;
}
.cart-drawer .cart-item__totals {
    position: absolute;
    right: 5px;
    top: 17px;
}
.cart-drawer .cart-item__details {
    padding-right: 5px;
}
.cart-drawer .cart-item>td+td a.cart-item__name.h4 {
    padding-right: 70px;
}*/
.product__inventory span.var-availability {
    visibility: visible !important;
}
product-info.custom-product-page .product.product--medium .product__info-wrapper section.product__info-container .price .product-msrp span.pd-msrp {
    font-size: 12px;
    letter-spacing: normal;
    color: #000;
    margin-left: 10px;
}
product-info.custom-product-page .product.product--medium .product__info-wrapper section.product__info-container .price .product-msrp, product-info.custom-product-page .product.product--medium .product__info-wrapper section.product__info-container .price .product-msrp span {
    line-height: normal;
    display: flex;
    align-items: center !important;
}
.breadcrum-sorting.col_class-a-chimney-pipe .breadcrumb-title .collection-page-breadcrumb.breadcrumbs {
    padding-left: 0;
    padding-bottom: 0;
}
.card-information.card-text a.vendor_info {
    min-height: unset !important;
}
/* .product-msrp {
    min-height: 21px;
} */
.images-text-links .image-text-cont a h3 {
    margin-block: 0;
    font-size: 18px;
}
.images-text-links .image-text-cont a {
    margin-bottom: 15px !important;
}
.images-text-links .image-text-cont a:hover h3 {
    text-decoration: underline;
}
main#MainContent.primary-wood-stoves h2.primary-heading {
    text-align: center;
    color: #1d373e;
    font-size: 34px !important;
    letter-spacing: normal !important;
    font-family: var(--font-heading-family) !important;
    font-weight: 500 !important;
    margin-top: 10px;
}
.primary-chimney-pipe-submit-a-sketch .layout-selector .layout-content {
    display: flex;
    align-items: center;
}
.primary-chimney-pipe-submit-a-sketch .layout-selector .layout-content > div {
    width: 50%;
}
.primary-chimney-pipe-submit-a-sketch .layout-selector .layout-content .layout-text h2 {
    font-size: 32px;
    text-align: center;
    margin-top: 0;
    font-weight: 400;
    line-height: normal;
}
.primary-chimney-pipe-submit-a-sketch .layout-selector .layout-content .layout-text > div > p {
    font-size: 14px;
    color: #000;
    text-align: center;
    line-height: 20px;
}
.primary-chimney-pipe-submit-a-sketch .layout-selector .layout-content .layout-text .layout-images {
    display: flex;
    justify-content: center;
    gap: 5px;
}
.primary-chimney-pipe-submit-a-sketch .layout-selector .layout-content .layout-text .layout-images .layout-item a img {
    max-width: 130px;
    width: 100%;
    transition: all ease-in-out 0.3s;
}
.primary-chimney-pipe-submit-a-sketch .layout-selector .layout-content .layout-text .layout-images .layout-item a:hover img {
    transform: scale(1.03);
}
.primary-chimney-pipe-submit-a-sketch .layout-selector .layout-content .layout-video {
    padding: 20px;
}
.primary-chimney-pipe-submit-a-sketch section.chimney-products .section-header h2 {
    margin: 35px 0 35px 0;
    text-align: center;
    background-color: #dedede;
    text-transform: uppercase;
    color: #272727;
    padding: 10px;
    font-weight: 700;
    font-size: 32px;
}
.primary-chimney-pipe-submit-a-sketch section.chimney-products .product-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    text-align: center;
}
.primary-chimney-pipe-submit-a-sketch section.chimney-products .product-grid .product-item h3, .primary-chimney-pipe-submit-a-sketch section.chimney-products .product-grid .product-item h3 a {
    letter-spacing: normal;
    font-size: 20px;
    font-family: Roboto;
    padding-top: 7px;
    text-align: center;
    margin-block: 10px;
    color: #1d373e;
    text-decoration: none;
}
.primary-chimney-pipe-submit-a-sketch section.chimney-products .product-grid .product-item > div > p {
    font-size: 14px;
    color: #000;
    line-height: 20px;
}
.primary-chimney-pipe-submit-a-sketch section.chimney-products .product-grid .product-item {
    position: relative;
}
.primary-chimney-pipe-submit-a-sketch section.chimney-products .product-grid .product-item h3 a::before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
}
.primary-chimney-pipe-submit-a-sketch section.chimney-products .product-grid .product-item h3 a:hover {
    text-decoration: underline;
    color: #c84c04;
}
.search-modal__content .predictive-search .product-msrp {
    display: none;
}
.product--thumbnail_slider .thumbnail-slider ul.thumbnail-list li.thumbnail-list__item.slider__slide {
    position: relative;
}
.facets-vertical .active-facets:not(:has(.active-facets__button)) {
    display: none;
}
div#FacetsWrapperDesktop .active-facets.active-facets-desktop + * + details {
    border: none !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.custom-collection-filter #main-collection-filters > .facets-container {
    padding-top: 0;
}
.facets-vertical .active-facets, .custom-collection-filter #main-collection-filters .accordion.accordion--navList2.deskshow-inline {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.certificate-section {
    margin-top: 20px;
}
.productView-options-wrap .productView-options-inner > .form-field > input[type="text"],
.productView-options-wrap .productView-options-inner > .form-field select {
    min-height: 45px !important;
    /* border-radius: 0 !important; */
    color: #000 !important;
}
.productView-options-wrap .productView-options-inner > .form-field > input[type="text"] {
    border: 1px solid #ccc;
}
.seo-bottom-data .category_footer h3 {
    margin-top: 0;
    font-weight: 500;
}
.stove-icon-with-text {
    display: flex;
    gap: 10px;
    text-align: center;
    justify-content: space-between;
    margin-bottom: 40px;
    flex-wrap: wrap;
}
.stove-icon-with-text .images-with-text a {
    text-decoration: none;
}
.stove-icon-with-text .images-with-text a img {
    max-width: 85px;
}
.stove-icon-with-text .images-with-text a h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: #1d373e;
    font-weight: 500;
}
.stove-icon-with-text .images-with-text a:hover h2 {
    text-decoration: underline;
}
.productView-options-wrap .productView-options-inner > .form-field p.form-fileDescription {
    margin: 0;
    font-size: 12px;
}
.productView-options-wrap .productView-options-inner > .form-field p.form-fileDescription+label {
    display: none;
}
.productView-options-wrap {
    margin-bottom: 25px;
}
.related-collection .collection-slider-container nav.stories-nav.cstm-slider .swiper-button-prev,
.related-collection .collection-slider-container nav.stories-nav.cstm-slider .swiper-button-next {
    display: block !important;
}
.related-collection .collection-slider-container nav.stories-nav.cstm-slider .swiper-button-prev::after,
.related-collection .collection-slider-container nav.stories-nav.cstm-slider .swiper-button-next::after {
    font-size: 14px;
    color: #000;
    background: #fff;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-weight: 600;
}
.custom-screen-finishes {
    margin-top: 80px;
}
.custom-screen-finishes .screen-finishes h2 {
    margin-bottom: 0;
}
.custom-screen-finishes {
    margin-top: 80px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 40px;
}
.screen-page-description h2 {
    margin-top: 0;
}
.screen-page-description p.fine-print {
    font-size: 14px;
}
.primary-northline-express-wholesale .northline-express-text h2 {
    text-align: center;
    color: #1d373e;
    font-size: 34px !important;
    letter-spacing: normal !important;
    font-family: var(--font-heading-family) !important;
    font-weight: 500 !important;
    margin-bottom: 30px;
}
.primary-buy-chimney-flue-pipes .northline-express-content h2 {
    margin-bottom: 20px;
}
.northline-express .northline-express-content {
    border-bottom: 1px solid #ededed;
    padding-bottom: 20px;
}
.primary-buy-chimney-flue-pipes .chimney-info .brand-grid span {
    margin-block: 0;
}
.customer-reviews h1 {
    margin-top: 28px !important;
}
.coupons-deals .coupon-grid .coupon-item h3 {
    font-size: 21px;
}
.mobile-filter-content facet-filters-form.custom-mobile-filters {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background-color: rgba(var(--color-foreground), .5);
    pointer-events: none;
    position: absolute !important;
}
.restart-button, button.custom-resert-button-chimney-wizard {
    margin-top: 30px;
    margin-inline: auto;
    background: none;
    border: none;
    color: blue;
    cursor: pointer;
}
.restart-button:hover, button.custom-resert-button-chimney-wizard:hover {
    text-decoration: underline;
    color: red;
}
.additional_floors_main p.custom-lavel-wall-thickness {
    background: transparent;
    padding: 0;
    margin: 0;
    color: #000;
    text-align: center !important;
}
p.wall-strap-sub-text {
    margin: 20px auto;
    padding: 10px;
    background-color: rgb(255, 243, 205);
    border-color: rgb(255, 238, 186);
    color: rgb(133, 100, 4);
    border-radius: 0.25rem;
    width: 100%;
    text-align: left !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}
p.question-description {
    font-size: 14px;
    color: #212529;
}
.app-container .radio-group .radio-option label img {
    width: auto;
    height: 50px;
}
h2.installation-type {
    margin: 0 0 14px;
    text-transform: uppercase;
    text-align: center;
    color: #1d373e;
    font-family: Roboto;
    font-weight: 400;
    font-size: 35px;
}
.stove-pipe-logo .progress {
    width: 100%;
    height: 15px;
    display: flex;
    overflow: hidden;
    line-height: 0;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
    margin: 0 auto 40px auto;
}
.stove-pipe-logo .progress .progress-bar {
    transition: width 0.5s ease;
    background-color: #1d373e;
    height: 15px !important;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}
.app-container .radio-group .radio-option label input {
    visibility: visible;
    position: unset;
}
body.template-location-page\.stove-pipe-wizard .radio-option label.radio-label:has(input:checked) {
    background: #49566e;
}
body.template-location-page\.stove-pipe-wizard .radio-option label.radio-label:has(input:checked) img, 
.app-container .radio-group .radio-option input:checked+label img {
    filter: brightness(25) grayscale(5) contrast(5);
}
body.template-location-page\.stove-pipe-wizard .radio-option label.radio-label:has(input:checked) {
    color: #fff;
}
body.template-location-page\.stove-pipe-wizard .radio-option label.radio-label {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 3px;
}
body.template-location-page\.stove-pipe-wizard .radio-option label.radio-label:has(img) input {
    visibility: hidden;
    position: absolute;
}
.cw-main-result .card.cpf-card:has(.cpf-card-rec-head) {
    overflow: unset !important;
}
.cw-main-result .card.cpf-card .cpf-pricebox.partial span.cpf-parts-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}
.cw-main-result .card.cpf-card .cpf-pricebox.partial span.cpf-parts-list:hover {
    text-decoration: none;
}
.app-container .row.svelte-g6m5ff dialog.svelte-skmlit {
    margin: auto !important;
    max-width: 485px;
    padding: 14px;
}
.app-container .row.svelte-g6m5ff dialog.svelte-skmlit .svelte-skmlit > h2 {
    margin-bottom: 30px;
    font-weight: 500;
    line-height: 1.2;
    font-size: 28px;
    margin-top: 0;
    letter-spacing: normal;
    color: #1d373e;
}
.wizard-description-main {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 10px;
}
.wizard-description-main:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.wizard-description-main .wizard-description {
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 5px;
}
.wizard-description-main .wizard-description > * {
    font-size: 14px !important;
    line-height: normal;
}
.wizard-description-main .wizard-description span.wizard-name {
    font-size: 16px !important;
}
.wizard-description-main .wizard-description span.wizard-url a {
    color: #000;
}
.wizard-description-main .wizard-description span.wizard-url a:hover {
    text-decoration: none;
}
.parts-list-body {
    text-align: left;
}
.parts-list-body > button.svelte-skmlit {
    background: transparent !important;
    color: #666;
    font-size: 14px;
    text-transform: capitalize;
    padding: 0;
}
.parts-list-body > button.svelte-skmlit {
    color: #666;
}
.parts-list-body > button.svelte-skmlit:hover {
    color: #000;
}

.recommended-products-cart-page {
    margin-bottom: 30px;
    position: relative;
}
.recommended-products-cart-page header.section__header h2.heading.h4 {
    color: #131313;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    margin: 15px 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    line-height: 1.25;
}
.recommended-products-cart-page .swiper-button-next::after,
.recommended-products-cart-page .swiper-button-prev::after {
    font-size: 26px;
    color: #000;
}
.recommended-products-cart-page .swiper-horizontal>.swiper-scrollbar .swiper-scrollbar-drag {
    display: block;
    cursor: pointer;
}
body.template-location-page\.chimney-pipe-wizard .breadcrumbs.breadcrumbs-without-collection {
    display: none;
}
.recommended-products-cart-page .swiper-button-next svg,
.recommended-products-cart-page .swiper-button-prev svg {
    display: none;
}
.recommended-products-cart-page .swiper.swiper-cart-page-recommended {
    max-width: calc(100% - 60px);
}
.recommended-products-cart-page .swiper-button-next {
    right: 0;
}
.recommended-products-cart-page .swiper-button-prev {
    left: 0;
}
.recommended-products-cart-page .product-card-wrapper h3 a {
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    color: #000;
}
.recommended-products-cart-page .card--standard>.card__content .card__information .card-information.card-text {
    display: flex;
    align-items: center;
    justify-content: center;
}
.recommended-products-cart-page .card--standard>.card__content .card__information .card-information.card-text * {
    font-size: 14px;
    margin: 0;
    letter-spacing: normal;
}
.survey-answers {
    grid-column: 1 / 6;
    padding: 20px;
    background: whitesmoke;
    border: 1px solid silver;
    border-radius: 4px;
    width: 100%;
}
.survey-answers h4 {
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 1.2;
    font-size: 28px;
    margin-top: 0;
    letter-spacing: normal;
    color: #1d373e;
    width: 100%;
    text-align: left;
}
.survey-answers > ul.list-group {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}
.survey-answers > ul.list-group li.list-group-item {
    list-style: none;
}
.survey-answers > ul.list-group li.list-group-item {
    list-style: none;
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    border: 1px solid silver;
    padding: 10px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 1);
    width: 100%;
    align-items: center;
}
.survey-answers > ul.list-group li.list-group-item button.btn-outline-primary.edit-answer {
    background: none;
    border: none;
    color: blue;
}
.survey-answers > ul.list-group li.list-group-item button.btn-outline-primary.edit-answer:hover {
    color: red;
    text-decoration: none;
}
.survey-answers > ul.list-group li.list-group-item > div br {
    display: none;
}
.survey-answers > ul.list-group li.list-group-item > div * {
    color: #212529;
    font-size: 14px;
    font-weight: 400;
}
body.filter-opened div#gorgias-chat-container,
body.overflow-hidden div#gorgias-chat-container,
body.search-opened div#gorgias-chat-container,
body.overflow-hidden-tablet div#gorgias-chat-container {
    display: none !important;
}
body.filter-opened .needsclick,
body.overflow-hidden .needsclick,
body.search-opened .needsclick,
body.overflow-hidden-tablet .needsclick {
    display: none !important;
}
td.cart-item__details p.product-option-bndle-special {
    margin: 0;
    background: #c84c04;
    color: #fff;
    font-size: 12px;
    display: inline-flex;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 4px 7px;
    margin-top: 2px;
    margin-bottom: 1px;
}
.chimney-text-with-img a {
    color: inherit;
}
.chimney-text-with-img a:hover {
    text-decoration: none;
}
body section.custom-accordion .accordion-head .plus-minux-icon {
    top: calc(50% - 7.5px) !important;
    width: 15px !important;
    height: 15px !important;
    position: absolute;
    right: 20px;
}
body section.custom-accordion .accordion-head .plus-minus-icon svg.icon, body section.custom-accordion .accordion-head .plus-minux-icon svg.icon {
    width: 15px !important;
    height: 15px !important;
}
.productView-options-wrap .productView-options-inner > .form-field >.form-option>label,
.productView-options-wrap .productView-options-inner > .form-field >.form-option {
    font-size: 14px;
    line-height: normal;
}
.productView-options-wrap .productView-options-inner > .form-field >.form-option > input {
    margin-left: 0;
    margin-top: 0;
    accent-color: #333;
}

body.open-engraving-popup {
    overflow: hidden;
}
.engraving-update-custom button.engraving-btn {
    border: none;
    background: none;
    border-radius: 0;
    padding: 0;
    font-weight: 500 !important;
    font-family: 'Roboto';
    line-height: normal;
    cursor: pointer;
    text-decoration: none;
}
.engraving-update-custom button.engraving-btn:hover {
    color: #c84c04;
}
/* body.open-engraving-popup .primary-your-shopping-cart.primary-cart .custom-cart .custom-cart-first cart-items {
    z-index: 5;
} */
.engraving-popup {
    background-color: rgba(0, 0, 0, 0.85) !important;
}
.custom-edit-engraving-popup span.engraving-popup-close {
    font-size: 30px !important;
    line-height: normal;
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    top: 16px;
    right: 16px;
}
.custom-edit-engraving-popup .engraving-popup-content h2 {
    font-size: 24px !important;
    text-align: center;
    margin-top: 10px;
    font-weight: 500;
    max-width: calc(100% - 30px);
    margin-inline: auto;
    margin-bottom: 30px;
}
.custom-edit-engraving-popup .engraving-popup-content .engraving-form .engraving-input-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.custom-edit-engraving-popup .engraving-popup-content .engraving-form .engraving-input-wrapper label {
    font-size: 14px !important;
    font-weight: 500;
    color: #000;
}
.custom-edit-engraving-popup .engraving-popup-content .engraving-form .engraving-input-wrapper select,
.custom-edit-engraving-popup .engraving-popup-content .engraving-form .engraving-input-wrapper input {
    color: #000;
    min-height: 35px;
    padding: 10px;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
}
.custom-edit-engraving-popup .engraving-popup-content .engraving-form {
    max-height: calc(100vh - 500px);
    overflow: auto;
    margin-bottom: 20px;
}
.custom-edit-engraving-popup .engraving-popup-content button.engraving-save {
    border-radius: 3px;
    background: #1f3a40;
    border: none;
    padding: 14px 30px;
    font-weight: 500 !important;
    font-family: 'Roboto';
    line-height: normal;
    cursor: pointer;
    font-size: 14px !important;
    margin-inline: auto !important;
    min-height: 45px;
    min-width: 105px;
    position: relative;
}
.custom-edit-engraving-popup .engraving-popup-content button.engraving-save .loading__spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
}
.custom-edit-engraving-popup .engraving-popup-content button.engraving-save:hover {    
    background: #c84c04;
}
.engraving-popup-content {
    text-align: center;
}
.custom-edit-engraving-popup .engraving-popup-content .engraving-form .engraving-input-wrapper label {
    text-align: left;
}
body.template-location-page\.order-print .invoice table.table-items td span.custom--attributes--print--order > span > img {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    border: 1px solid #dddddd;
    overflow: hidden;
    padding: 2px;
    vertical-align: middle;
}
.custom-edit-engraving-popup .engraving-popup-content .engraving-form .engraving-input-wrapper .form-option:has(input[type="radio"]),
.custom-edit-engraving-popup .engraving-popup-content .engraving-form .engraving-input-wrapper:has(input[type="checkbox"]) {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-direction: row;
}
.custom-edit-engraving-popup .engraving-popup-content .engraving-form .engraving-input-wrapper .form-option:has(input[type="radio"]) input,
.custom-edit-engraving-popup .engraving-popup-content .engraving-form .engraving-input-wrapper:has(input[type="checkbox"]) input {
    margin-top: 0;
}
.productView-options-wrap .productView-options-inner > .form-field >.form-option > input {
    transform: translateY(1px);
}
.custom-edit-engraving-popup .engraving-popup-content .engraving-form .engraving-input-wrapper .form-option:has(input[type="radio"]) input,
.custom-edit-engraving-popup .engraving-popup-content .engraving-form .engraving-input-wrapper:has(input[type="checkbox"]) input {
    accent-color: #666;
}
.primary-your-shopping-cart.primary-cart .custom-cart .cart__items table.cart-items tbody tr td.cart-item__media {
    vertical-align: super;
    padding-top: 20px;
}
.coming-soon-text {
    text-align: center;
    margin-bottom: 40px;
    font-size: 50px;
    color: #1d373e;
}
td+td dl .product-option dd img {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    border: 1px solid #dddddd;
    overflow: hidden;
    padding: 2px;
    vertical-align: middle;
}

.cart-item__details .product-option img {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    border: 1px solid #dddddd;
    overflow: hidden;
    padding: 2px;
    vertical-align: middle;
}
.cart-item__details .product-option .key_heading {
 font-weight: 600;
}
 .cart-item__details .product-option {
    margin-bottom: 5px;
}


.open-engraving-popup .engraving-popup {
    z-index: 9999;
}
.custom-edit-engraving-popup .engraving-popup-content .engraving-form .engraving-input-wrapper .form-option:has(input[type="radio"]) input,
.custom-edit-engraving-popup .engraving-popup-content .engraving-form .engraving-input-wrapper:has(input[type="checkbox"]) input {
    min-height: unset;
}



/* cart addons css */
.addon-types h3.add-on-heding-custom {
    font-size: 18px;
    color: #3B4653;
    font-weight: 600;
    margin: 0px 0px 12px;
}
.main_add_lists {
    border: 1px solid #dfdfdf;
    padding: 0px 20px;
    background: #fff;
}
.main_add_lists .addon-type button.addon-toggle {
    padding: 17px 0px;
    background: unset;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid hsl(208.42deg 31.15% 88.04% / 70%);
}
.addon-type button.addon-toggle h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}
.main_add_lists .addon-type button.addon-toggle .add-on-accordian-icon svg {
    transform: rotate(180deg);
    transition: all 0.5s ease-in-out 0s;
}
.main_add_lists .addon-type button.addon-toggle.active .add-on-accordian-icon svg {
    transform: rotate(0);
}
.outer-cart-addon-slider .inner-slider-div-addon-cart .right-wrap-priduct-addon .prdictive-search-atc button.addon-cart {
    background: #c84c04 !important;
}
.outer-cart-addon-slider .inner-slider-div-addon-cart .right-wrap-priduct-addon .prdictive-search-atc button.addon-cart:hover {
    background: #1f3a40 !important;
}
.outer-cart-addon-slider .inner-slider-div-addon-cart .right-wrap-priduct-addon .prdictive-search-atc button.addon-cart span {
    height: 14px;
    width: 14px;
}
.outer-cart-addon-slider .inner-slider-div-addon-cart .right-wrap-priduct-addon .prdictive-search-atc button.addon-cart span * {
    stroke: #fff;
}

.addon-types {
    margin-top: 20px;
}
.inner-product-wrap-add-on {
    background: #f4f4f4;
    padding: 15px;
    border-radius: 8px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
}
.inner-product-wrap-add-on:not(:last-child) {
    margin-bottom: 10px;
}
.main_add_lists .addon-type button.addon-toggle.active {
    border: none;
}
.inner-product-wrap-add-on .addon-product {
    display: flex;
    gap: 12px;
    flex: 1;
}
.inner-product-wrap-add-on .addon-product .custom-image-wrap-add-on {
    padding: 4px 8px;
    width: 65px;
    border-radius: 4px;
    background: #fff;
    display: flex;
    align-items: center;
}
.inner-product-wrap-add-on .addon-product .custom-image-wrap-add-on img {
    width: 100%;
}
.inner-product-wrap-add-on .addon-product .addon-details {
    flex: 1;
}
.inner-product-wrap-add-on .addon-product .addon-details p {
    font-size: 15px;
    font-weight: 600;
    color: #3b4653;
    margin: 0;
    line-height: 19px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.inner-product-wrap-add-on .addon-product .addon-details p {
    font-size: 15px;
    font-weight: 600;
    color: #3B4653;
    margin: 0;
    line-height: 19px;
}
.inner-product-wrap-add-on button.quick-add__submit {
    background: #c74e27;
    border-radius: 5px;
    border: none;
    width: 30px;
    padding: 0;
    min-width: unset;
    height: 30px;
    display: flex;
    min-height: unset;
}
.inner-product-wrap-add-on button.quick-add__submit:hover {
    background: #1f3a40;
}
.inner-product-wrap-add-on button.quick-add__submit span svg * {
    stroke: #fff !important;
}
.inner-product-wrap-add-on button.quick-add__submit::before, .inner-product-wrap-add-on button.quick-add__submit::after {
    display: none;
}
.inner-product-wrap-add-on button.quick-add__submit span {
    display: flex;
}
.main_add_lists .addon-type:last-child button.addon-toggle {
    border: none;
}
/*.main_add_lists .addon-type:last-child:has(.active) .addon-menu {
    margin-bottom: 20px;
}*/


.inner-product-wrap-add-on .addon-product .addon-details a {
    text-decoration: none;
}
.inner-product-wrap-add-on .addon-product .addon-details span.add-on-product-price {
    font-weight: 600;
    color: #3B4653;
    font-size: 15px;
}


.inner-product-wrap-add-on .addon-product .addon-details span.add-on-compare-price {
    color: #3b4653;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    position: relative;
    top: 1px;
}
.inner-product-wrap-add-on .addon-product .addon-details span.add-on-savings {
    background: #edcebd;
    border-radius: 4px;
    padding: 5px;
    font-size: 12px;
    color: #3b4653;
    font-weight: 600;
    line-height: 13px;
}

.inner-product-wrap-add-on .addon-product .addon-details h4 {
    font-size: 14px;
    line-height: 19px;
    color: #3B4653;
    font-weight: 500;
    margin: 0px 0px 2px;
}

.outer-cart-addon-slider {
    background: #f4f4f4;
    margin-left: -1.5rem;
    margin-right: 0;
    padding: 1.5rem;
    width: calc(100% + 3rem);
}

.inner-product-wrap-add-on .addon-product .addon-details .custom-price-with-availablility span.sold-out-badge-pdp-addon {
    background: #c84c04 !important;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    padding: 3px 8px;
    color: #fff !important;
    margin-left: 4px;
}
.outer-cart-addon-slider .inner-slider-div-addon-cart .right-wrap-priduct-addon .price-wrap-add-on {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.outer-cart-addon-slider .custom-cart-drawer-slider {
    position: relative
}
.outer-cart-addon-slider .custom-cart-drawer-slider .swiper-button-prev.swiper-button-disabled,
.outer-cart-addon-slider .custom-cart-drawer-slider .swiper-button-next.swiper-button-disabled {
    background: #edeff5 !important;
}
.outer-cart-addon-slider .custom-cart-drawer-slider .swiper-button-prev, .outer-cart-addon-slider .custom-cart-drawer-slider .swiper-button-next {
    width: 8px  ;
    height: 16px;
    background-size: contain !important;
    top: 15px;
    right: 0;
    filter: grayscale(1);
    display: block;
}
.outer-cart-addon-slider .custom-cart-drawer-slider .swiper-button-prev {
    left: auto;
    right: 20px;
}
.outer-cart-addon-slider .custom-cart-drawer-slider .swiper-button-next {
    right: 0;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 14px;
}
.outer-cart-addon-slider .inner-slider-div-addon-cart .right-wrap-priduct-addon a,
.outer-cart-addon-slider .inner-slider-div-addon-cart .right-wrap-priduct-addon a h3.cart-add-on-title {
    color: #000;
}
.outer-cart-addon-slider .inner-slider-div-addon-cart .right-wrap-priduct-addon .prdictive-search-atc button.addon-cart.is-loading span.loader-custom-addon {
    display: flex !important;
    position: absolute;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 14px !important;
}
.facets-vertical .active-facets {
    row-gap: 4px;
}
.collection-hero__text-wrapper .collection-hero__description p:empty {
    display: none !important;
}
.tos-table-of-contents {
    display: flex;
    flex-direction: column;
}
.cart-drawer__footer > * {
    margin: 0 !important;
}
.cart-item cart-remove-button {
    width: auto !important;
    height: auto !important;
}

.visible_on_full_load {
    pointer-events: none;
    opacity: 0.5;
}
/* qty box position  */
.cart-drawer .cart-item {
    grid-template: repeat(2, auto) / 65px 1fr 92px !important;
    align-items: flex-start !important;
}
.cart-drawer .cart-item__totals  {
    flex-direction: column !important;
    align-items: flex-end !important;
    gap: 5px !important;
}
.cart-drawer .cart-item__details {
    grid-column: 2 / 3 !important;
}
.cart-drawer .cart-item__totals .cart-item__quantity {
    padding: 0;
}
/* side card qty modify */
.cart-drawer .cart-item__totals .cart-item__quantity quantity-popover .cart-item__quantity-wrapper.quantity-popover-wrapper {
    display: flex;
    flex-direction: row;
    gap: 0;
    flex-wrap: nowrap !important;
}
.cart-drawer .cart-items .cart-item__quantity .cart-item__quantity-wrapper .quantity-popover-container quantity-input.quantity.cart-quantity button.quantity__button {
    width: 22px !important;
}
.cart-drawer .cart-items .cart-item__quantity quantity-popover .cart-item__quantity-wrapper cart-remove-button button.cart-remove-button {
    min-width: unset !important;
    height: 30px !important;
    min-height: unset !important;
    border: none !important;
    border-radius: 0 !important;
    width: auto !important;
    background: none !important;
}
.cart-drawer .cart-items .cart-item__quantity quantity-popover .cart-item__quantity-wrapper cart-remove-button button.cart-remove-button:hover {
    border: none !important;
    box-shadow: none !important;
}
.cart-drawer .cart-items .cart-item__quantity quantity-popover .cart-item__quantity-wrapper cart-remove-button button.cart-remove-button span.svg-wrapper {
    width: 15px !important;
}
.cart-drawer .cart-item cart-remove-button {
    margin-left: 5px;
}
.cart-drawer .cart-items .cart-item__quantity .quantity-popover-container {
    max-width: 70px !important;
}
.cart-drawer .cart-items .cart-item__quantity .cart-item__quantity-wrapper .quantity-popover-container quantity-input.quantity.cart-quantity input.quantity__input {
    padding-inline: 3px !important;
}
.cart-drawer .cart-item {
    column-gap: 7px !important;
}
.cart-drawer cart-drawer-items form.cart__contents .cart-item__media {
    width: 7rem !important;
}
.cart-drawer .cart-item__image {
    width: 65px !important;
    height: 65px !important;
}
.primary-search .facets-wrap label.facets__label span.facet-checkbox__text {
    margin-left: 10px;
}
.primary-search .facet-checkbox .svg-wrapper {
    right: auto;
    margin-right: 0;
    left: 3px;
    top: 14px;
}
.cart-drawer .cart-item__totals {
    pointer-events: unset !important;
}
.product-option-bndle-special {
    margin: 0;
    background: #c84c04;
    color: #fff;
    font-size: 11px;
    display: inline-flex;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 2px 5px;
    margin-top: 2px;
    margin-bottom: 1px;
}
h1.collection-hero__title {
    text-transform: capitalize !important;
}
.template-search .facets__form-vertical {
    width: 300px !important;
    margin: 0 !important;
}
.template-search ul.grid.product-grid {
    margin-top: 10px;
}
.template-search .product-msrp {
    display: block;
    margin-top: 7px;
}
.template-search .product-msrp span.pd-msrp {
    letter-spacing: normal;
    color: #000;
}
.predictive-search__result-group .predictive-search__list-item .price--on-sale .price-item--regular {
    opacity: 0.7;
    letter-spacing: normal !important;
    font-weight: 400 !important;
}
.predictive-search__result-group .facets-vertical .active-facets {
    margin-bottom: 20px;
    padding-bottom: 0;
}
.template-search .product-msrp span.pd-msrp {
    font-size: 12px;
}
cart-drawer .drawer__inner {
    padding-inline: 0 !important;
}
cart-drawer .drawer__inner .drawer__header {
    margin-inline: 0;
}
cart-drawer .drawer__inner .drawer__header,
cart-drawer .drawer__inner > .upsell-container,
cart-drawer .drawer__inner cart-drawer-items,
cart-drawer .drawer__inner .drawer__footer {
    padding-inline: 14px;
}
cart-drawer .drawer__inner .outer-cart-addon-slider {
    margin: 0;
    width: 100%;
}

.top-product-grid {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.top-product-grid .top-product-item {
    width: calc(100% / 4 - 8px) !important;
}
.top-product-grid .top-product-item .card__content h3 {
    margin-top: 0;
}
.top-product-grid .top-product-item .card__content .card-information * {
    font-size: 19px;
    color: #000;
    letter-spacing: normal;
    font-weight: 500;
}
.top-product-grid .top-product-item .card__content .card-information span.price-item.price-item--sale.price-item--last.custom-price-main-pdp {
    color: #c84c04;
    font-weight: 600 !important;
}
.top-product-grid .top-product-item .card__content .card-information span > s {
    color: #1d373e !important;
    text-decoration: line-through;
    font-weight: 500;
}
.top_products_section .top_prod_title {
    margin: 0 0 30px 0px;
    padding: 0;
    color: #333333;
    font-family: inherit;
    font-weight: 400;
    font-size: 24px;
    min-height: 24px;
    text-align: center;
}
.you-may-also .card__information .product-msrp {
    text-align: center;
}
.drawer__inner .upsell-container {
    z-index: 1;
}
.engraving-update-custom button.engraving-btn span.custom_icon_edit img {
    width: 16px;
    transform: translateY(3px);
    margin-right: 3px;
}
/* .recommended-products-cart-page .card--standard>.card__content .card__information .card-information.card-text span:last-child {
    margin-left: 5px;
    text-decoration: line-through;
    color: #939597;
} */
.recommended-products-cart-page .card--standard>.card__content .card__information .card-information.card-text {
    text-align: center;
}
.recommended-products-cart-page .card--standard>.card__content .card__information .card-information.card-text .product-msrp {
    display: block;
}
.recommended-products-cart-page .card--standard>.card__content .card__information .card-information.card-text .product-msrp span.pd-msrp {
    font-size: 12px;
    letter-spacing: normal;
}
.header .search-modal__form .field input {
    padding-right: 20px;
}
.header .header__icons .header__icon--cart {
    outline: none !important;
}
.page_builder_content .text-hd > p:first-child {
    font-size: 24px;
    margin-bottom: 0;
}
.page_builder_content .text-hd > p:last-child {
    font-size: 16px;
}
.page_builder_content .image-texts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    gap: 30px;
}
.page_builder_content .image-texts > div p, .page_builder_content .image-texts > div span {
    margin: 0;
    font-size: 24px;
}
.page_builder_content .image-texts > div img {
    border: none;
    padding: 0;
    margin: 0 auto;
    display: block;
    float: none;
    max-width: 400px;
    width: 100%;
}
.page_builder_content .image-texts > div br {
    display: none;
}
.page_builder_content .image-texts > div > span > br {
    display: block;
}
/* .page_builder_content .image-texts > .left-img p:last-child span {
    font-size: 16px !important;
    line-height: normal !important;
}
body .page_builder_content .image-texts > .right-img > *:last-child {
    font-size: 16px !important;
} */
.shop-firewood a,
.page_builder_content > a  {
    text-decoration: none;
    background-color: rgba(200, 76, 4, 1);
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 21px;
    font-family: inherit;
    font-weight: 400;
    padding-top: 8px;
    padding-right: 24px;
    padding-bottom: 8px;
    padding-left: 24px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
}
.shop-firewood a:hover,
.page_builder_content > a:hover  {
    background: #1f3a40;
    color: #fff !important;
}
.shop-firewood {
    text-align: center;
    margin-top: 30px;
}
.shop-firewood a {
    margin-bottom: 30px;
}
.shop-firewood p {
    font-size: 24px;
}
.shop-firewood p span {
    font-size: 16px;
    text-align: center;
}
.page_builder_content {
    text-align: center;
}
.page_builder_content > span {
    font-size: 24px;
    display: inline-block;
}
.mobile-facets__sort .select select#SortBy-mobile {
    font-size: 14px;
}
body.filter-opened {
    overflow: hidden;
}
product-info.custom-product-page .product.product--medium .product__info-wrapper section.product__info-container .bundle--products {
    overflow: hidden;
}
.inner-product-wrap-add-on .addon-product .addon-details .custom-price-with-availablility span.sold-out-badge-pdp-addon {
    white-space: nowrap;
}





















/* respoCSS */
/* collection product grid 4 to 3*/
/* @media screen and (min-width: 990px) {
    .collection .grid--4-col-desktop .grid__item {
        width: calc(33% - var(--grid-desktop-horizontal-spacing) * 3 / 2);
        max-width: calc(33% - var(--grid-desktop-horizontal-spacing) * 3 / 2);
    }
} */
@media screen and (min-width: 750px) {
    .product-media-container.constrain-height {
        --constrained-min-height: 700px !important;
    }
}
@media (max-width: 1500px) {
    .custom-announcement-bar .announcement-content,
    header.header,
    .page-width,
    /* .header-wrapper .menu-conatiner-big .mega-menu__content, */
    /* .full-banner-container, */
    main#MainContent {
        padding-inline: 40px !important;
    }
    body .footer_copyright_data {
        padding-inline: 0 !important;
    }
    body .full-banner-container {
        max-width: 1440px;
        width: 100%;
        padding-inline: 0 !important;
    }
    .cwcLeft h1 {
        font-size: 50px !important;
        line-height: 115% !important;
        margin-bottom: 30px !important;
    }
    .collection-product-slider .collection-product-slider-box .swiper.collection-product-slider-wrapper .swiper-button-next.collection-product-next {
        right: -50px;
    }
    .collection-product-slider .collection-product-slider-box .swiper.collection-product-slider-wrapper .swiper-button-prev.collection-product-prev {
        left: -50px;
    }
    .product--thumbnail_slider .thumbnail-slider ul.thumbnail-list {
        max-width: 540px;
    }
}
@media (max-width: 1440px) {
    .chimneyWizardMain,
    .primary-chimney-pipe-wizard .home-fix-img-banner.banner {
        border-radius: 0;
    }
    main#MainContent.primary-chimney-pipe-wizard {
        padding-bottom: 0 !important;
    }
    .chimneyWizardMain {
        width: 100vw;
    }
    .primary-chimney-pipe-wizard .home-fix-img-banner.banner {
        width: 100vw !important;
        max-width: 100vw;
    }
}
@media (max-width: 1366px) {
    .footer-block__brand-info .rte ul li {
        padding-left: 20px;
    }
    .footer__content-top .footer__blocks-wrapper .footer-block {
        padding-left: 20px;
    }
    .footer-block__brand-info .rte ul li,
    .footer-wrapper .link.link--text.list-menu__item.list-menu__item--link,
    .footer_copyright_data .copyright__content-conatiner   {
        font-size: 14px;
    }
    .footer__content-top .footer__blocks-wrapper .footer-block {
        padding-top: 40px;
    }
    .footer-wrapper .custom-bottom-footer {
        padding-top: 40px;
        padding-bottom: 60px;
        padding-right: 40px;
    }
    .footer-wrapper .footer-block__heading {
        font-size: 19px !important;
    }
    .chimney-image-with-text .title-text-section {
        grid-template-columns: 1fr 600px;
    }
    .chimney-image-with-text .img-with-text > img {
        max-width: 400px;
        max-height: 400px;
    }
    .chimney-image-with-text .img-left-with-text {
        grid-template-columns: 500px 1fr;
    }
    .chimney-faq-section .faq-section .faq-title h3 {
        font-size: 22px;
    }
    .chimney-faq-section .faq-section {
        padding: 28px;
        margin-bottom: 20px;
    }
    .collection-product-slider .collection-product-slider-box {
        max-width: 1140px;
    }
}
@media (max-width: 1280px) {
    .category-list {
        gap: 15px !important;
        padding: 15px 0 !important;
    }    
    .footer-block__brand-info .rte ul li, .footer__content-top .footer__blocks-wrapper .footer-block {
        padding-left: 15px;
    }
    .footer-block__brand-info .rte ul li, .footer__content-top .footer__blocks-wrapper .footer-block {
        padding-left: 20px;
    }
    .custom-announcement-bar .announcement-content span.fixed-text-reviwes {
        min-width: 320px;
    }
    .stejabber-icon img {
        width: 80px;
    }
    .custom-announcement-bar .announcement-content .excellent > *:nth-last-child(3) {
        width: 12px;
        height: 13px;
    }
    product-info.custom-product-page .product.product--medium {
        gap: 50px;
        grid-template-columns: 50% calc(50% - 50px) !important;
    }
    .custom-announcement-bar .announcement-content .fixed-text span.text-content, .custom-announcement-bar .announcement-content .fixed-text a {
        white-space: nowrap;
    }
    /* .priceSet span {
        font-size: 16px;
    } */
    .primary-your-shopping-cart.primary-cart .custom-cart .custom-cart-first {
        width: calc(100% - 300px);
    }
    .primary-your-shopping-cart.primary-cart .custom-cart .custom-cart-second {
        width: 300px;
    }
    .primary-your-shopping-cart.primary-cart .custom-cart {
        gap: 20px;
    }
    .primary-your-shopping-cart.primary-cart .custom-cart .cart__items table.cart-items tbody tr td.cart-item__media {
        min-width: 90px;
        width: auto;
    }
    .custom-announcement-bar .announcement-content .stejabber-icon img {
        max-width: 80px;
    }
    .icon-title-description, .multicolumn-section {
        margin-top: 85px;
    }
    .icon-title-description .block-section {
        padding: 30px 30px;
        gap: 25px;
        margin-top: 30px;
    }
    .multicolumn-section .section-col {
        gap: 20px;
    }
    .multicolumn-section .section-col .columns-info img {
        margin-bottom: 20px;
    }
    .multicolumn-section .section-col .columns-info h3 {
        font-size: 20px;
    }
    .primary-chimney-pipe-wizard .home-fix-img-banner.banner,
    .chimney-image-with-text,
    .chimney-faq-section,
    .chimney-text-with-img {
        margin-top: 85px !important;
    }
    .chimney-faq-section {
        margin-bottom: 85px;
    }
    body.template-location-page\.chimney-pipe-wizard.gradient main#MainContent .home-fix-img-banner .banner__content .banner__box.content-container h2.banner__heading {
        font-size: 44px;
        line-height: 130% !important;
    }
    .chimney-image-with-text .title-text-section {
        gap: 30px;
    }
    .chimney-faq-section > p {
        margin-bottom: 40px !important;
    }
    .product--thumbnail_slider .thumbnail-slider ul.thumbnail-list {
        max-width: 400px;
    }
    .chimney-text-with-products .text-section {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    .primary-chimney-pipe-wizard .banner__box.content-container .banner-icon {
        right: 0;
    }

}
@media (max-width: 1190px) {
    .custom-announcement-bar * {
        font-size: 12px;
    }
    .custom-announcement-bar .announcement-content {
        gap: 10px;
    }
    .custom-announcement-bar .announcement-content, 
    header.header, .page-width,
    .header-wrapper .menu-conatiner-big .mega-menu__content,
    .header-wrapper .menu-conatiner-big .list-menu,
    main#MainContent  {
        padding-inline: 20px !important;
    }
    main#MainContent .home_usp_container {
        padding: 15px 20px !important;
    }
    .home-fix-img-banner {
        max-width: calc(100% - 0px);
    }
    /* .conatiner-categories .category-item span {
        margin-top: 5px;
        font-size: 13px;
    } */
    .header-wrapper .menu-conatiner-big .header__menu-item {
        padding: 10px 15px;
    }
    /* .conatiner-categories .category-item img {
        width: 80px;
        height: 80px;
    } */
    .footer-wrapper .footer-block__heading {
        font-size: 16px !important;
    }
    .footer-block__brand-info .rte ul li, .footer-wrapper .link.link--text.list-menu__item.list-menu__item--link, .footer_copyright_data .copyright__content-conatiner {
        font-size: 13.5px;
    }
    .footer-block__brand-info .rte ul li, .footer__content-top .footer__blocks-wrapper .footer-block {
        padding-left: 20px;
    }
    .footer-wrapper .custom-bottom-footer {
        padding-inline: 20px;
        width: 290px;
    }
    .footer-wrapper .footer__content-top {
        width: calc(100% - 290px);
        padding-bottom: 0;
    }
    .footer__content-top .grid {
        gap: 0;
    }
    .footer__content-top .footer__blocks-wrapper .footer-block ul.footer-block__details-content li {
        margin-right: 0;
    }
    .footer-block__brand-info .rte ul li,
    .footer-wrapper .link.link--text.list-menu__item.list-menu__item--link, .footer_copyright_data .copyright__content-conatiner {
        font-size: 13.5px;
        line-height: normal;
    }
    .footer-wrapper .link.link--text.list-menu__item.list-menu__item--link, .footer_copyright_data .copyright__content-conatiner {
        padding-block: 8px !important;
    }
    .custom-announcement-bar .announcement-content .excellent {
        gap: 5px;
    }
    .footer-block__brand-info .rte ul li br {
        display: none;
    }
    .full-banner-container>.banner-slider {
        padding-bottom: 0 !important;
    }
    .home_usp_container .h_content {
        font-size: 16px;
        line-height: 16px;
    }
    .home_usp_container .p_content {
        font-size: 14px;
    }
    .home_usp_container {
        gap: 20px;
    }
    .collection-list-wrapper, .shop-by-icon h2, .home-fix-img-banner, .collection-product-slider-box h2 {
        margin-top: 60px !important;
        margin-bottom: 20px !important;
    }
    .collection-list-wrapper .title-wrapper-with-link {
        margin-bottom: 20px;
    }
    .popular-brand {
        margin-top: 60px !important;
    }
    .popular-categories-grid .popular-category-item .card {
        padding: 10px;
    }
    .popular-categories-grid .popular-category-item .card__information .card__heading a {
        font-size: 14px;
    }
    .popular-categories-grid .card__information {
        padding-bottom: 0;
    }
    .popular-brand .shop-by-brand .brand-grid {
        gap: 20px 15px;
    }
    .home-fix-img-banner .banner__content {
        padding: 25px !important;
    }
    .list-payment__item {
        padding: 0 !important;
    }
    .list-payment {
        margin: 0 !important;
        gap: 4px;
    }
    .about-section h2 {
        margin-top: 60px;
        margin-bottom: 10px;
    }
    .about-section .image-section {
        gap: 10px;
        margin-block: 20px;
    }
    .footer .list-social__link {
        padding: 5px;
    }
    .artical-section .shop-by-brand .brand-grid {
        gap: 10px;
    }
    .footer-block__brand-info .rte ul li:nth-child(2):before {
        transform: translateY(-3px);
    }
    .chimneyWizardMain {
        padding: 40px;
    }
    .cwcLeft h1 {
        max-width: 620px !important;
    }
    .cwVideoBoxMain {
        gap: 10px;
    }
    .cwcLeft .cwcTag {
        margin-bottom: 15px;
    }
    .cwcLeft h1 {
        margin-bottom: 15px !important;
    }
    .icon-title-description h2,
    .multicolumn-section h2.section-title,
    body.template-location-page\.chimney-pipe-wizard.gradient main#MainContent .home-fix-img-banner .banner__content .banner__box.content-container h2.banner__heading,
    .chimney-image-with-text .title-text-section h2 {
        font-size: 38px;
    }
    .chimney-image-with-text .title-text-section {
        grid-template-columns: 1fr 500px;
    }
    .icon-title-description .block-section .inner-block p,
    .chimney-image-with-text .title-text-section p,
    .chimney-image-with-text .img-with-text .text-sec p,
    .chimney-image-with-text .img-left-with-text .text-left-sec ul li {
        font-size: 16px;
    }
    .icon-title-description .block-section {
        gap: 15px;
    }
    body.template-location-page\.chimney-pipe-wizard.gradient main#MainContent .home-fix-img-banner .banner__content {
        padding: 45px 60px 55px !important;
    }
    .chimney-faq-section .faq-section .faq-title h3 {
        font-size: 20px;
    }
    .chimney-text-with-img .text-with-img-primary {
        grid-template-columns: 1fr 375px;
        gap: 30px;
    }
    .chimney-text-with-img .text-with-img-primary img {
        max-width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 24px;
    }
    .chimney-text-with-img .text-with-img-secondary {
        grid-template-columns: 1fr 1fr 375px;
        gap: 30px;
    }
    .chimney-text-with-img .text-with-img-primary .primary-text,
    .chimney-text-with-img .text-with-img-secondary .left-text {
        padding: 20px;
    }
    .chimney-text-with-img .text-with-img-secondary .right-text h2 {
        font-size: 38px;
        line-height: 135% !important;
        margin-bottom: 20px;
    }
    .chimney-text-with-img .text-with-img-secondary .right-text p {
        font-size: 16px;
    }
    .chimney-faq-section h2 {
        font-size: 38px;
    }
    .chimney-faq-section .faq-section {
        margin-bottom: 15px;
    }
    .collection-product-slider .collection-product-slider-box {
        max-width: calc(100vw - 120px);
        position: relative;
    }
}
@media (min-width: 990px) and (max-width: 1199px) {
    .collection ul.grid.product-grid.grid--4-col-desktop .grid__item {
        width: calc(33.3% - var(--grid-desktop-horizontal-spacing) * 3 / 4) !important;
        max-width: calc(34% - var(--grid-desktop-horizontal-spacing) * 3 / 4) !important;
    }
}
@media (max-width: 1024px) {
    .card__content .custom-button-data-add {
        display: none;
    }
    .footer-wrapper .footer__content-top {
        width: calc(100% - 0px);
    }
    .footer-wrapper .custom-bottom-footer {
        max-width: unset !important;
        width: 100% !important;
        position: unset !important;
        border-bottom: none;
        padding: 30px 25px !important;
    }
    .footer-wrapper {
        flex-direction: column;
    }
    .custom-footer-data:after {
        display: none;
    }
    .custom-footer-data.footer .footer-wrapper {
        padding: 0 !important;
    }
    .custom-footer-data.footer .footer-wrapper .footer__content-top,
    .custom-footer-data.footer .footer-wrapper .custom-bottom-footer {
        padding-inline: 20px !important;
    }
    .custom-footer-data.footer .footer-wrapper .custom-bottom-footer .footer__content-bottom .footer-block__newsletter {
        text-align: center;
    }
    .primary-your-shopping-cart.primary-cart .custom-cart .custom-cart-first {
        width: calc(100% - 0px);
    }
    .primary-your-shopping-cart.primary-cart .custom-cart {
        flex-direction: column;
        align-items: flex-end;
    }
    .primary-your-shopping-cart.primary-cart .custom-cart .custom-cart-second {
        padding-top: 0;
    }
    .order-details > .items > .items-list .item {
        width: calc(100% / 2 - 10px);
        gap: 10px;
    }
    .order-details .order-info {
        flex-wrap: wrap;
    }
    .order-details .order-info p:last-child {
        margin-left: unset;
    }
    .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
        width: 70px !important;
    }
}
@media (max-width: 1023px) {
    product-info.custom-product-page .product.product--medium {
        gap: 15px;
        grid-template-columns: 1fr 408px !important;
    }
    .chimney-image-with-text .img-left-with-text {
        grid-template-columns: 400px 1fr;
    }
    .chimney-text-with-img .text-with-img-secondary {
        grid-template-columns: 1fr 1fr 300px;
    }
    .breadcrum-sorting .breadcrumb-title .collection-page-breadcrumb.breadcrumbs {
        padding: 0 !important;
    }
    #MainContent.primary-collection .shopify-section.section {
        display: flex;
        flex-direction: column;
    }
    .breadcrum-sorting.col_class-a-chimney-pipe {
        margin-bottom: 0 !important;
        order: -1;
        margin-top: 35px;
    }
    .custom-chimney-pipe {
        margin-top: 30px;
    }
    .top-category-slider {
        padding: 0;
        background: transparent;
    }
    .top-category-slider h3, .left_slide_collection h2 {
        font-size: 14px;
        max-width: 100px;
    }
    .top-category-slider, .left_slide_collection {
        padding: 0;
        background: transparent;
    }
    .top-category-slider .cstm-slider, .left_slide_collection .brand-filters-slider {
        width: calc(100% - 100px);
        padding-inline: 0;
    }
    .custom-chimney-pipe .swiper-slide a {
        height: 35px;
    }
    .custom-chimney-pipe .swiper-slide a {
        font-size: 14px !important;
    }
    .left_slide_collection .brand-filters-slider form.facets__form-vertical_classification_filter .facets__label {
        font-size: 14px;
        padding: 9.5px 8px;
    }
    .top-category-slider .btn-sec,
    .left_slide_collection .brand-filters-slider .slider_swiper {
        display: none;
    }
    .custom-collection-filter #main-collection-filters {
        min-width: 250px;
        max-width: 250px;
    }
    .facets-vertical div#ProductGridContainer {
        width: calc(100% - 270px);
    }
    .priceSet span.text-gray-800 {
        color: #c84c04;
        font-weight: 600 !important;
        font-size: 19px;
    }
}
@media (min-width: 990px) and (max-width: 1089px) {
    .predictive-search__result-group:first-child {
        display: none;
    }
}
@media (max-width: 989px) {
    header.header {
        display: flex;
    }
    .header .header__heading-logo {
        width: 140px;
    }
    header.header .header__icons {
        margin-left: auto;
        width: 100%;
    }
    header.header .search-modal__content {
        padding-inline: 30px;
    }
    .category-list {
        flex-wrap: wrap;
    }
    .headerRightActions span.login-data-account {
        display: none;
    }
    .home_usp_container .h_content {
        font-size: 14px;
        line-height: 14px;
    }
    /* .shop-by-icon h2, .collection-list-wrapper .title-wrapper-with-link h2, .collection-product-slider-box h2 {
        font-size: 28px;
        letter-spacing: normal;
    } */
    .artical-section .shop-by-brand .brand-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    .custom-announcement-bar .announcement-content>* {
        max-width: -webkit-fill-available;
    }
    .custom-announcement-bar .announcement-content .excellent p {
        white-space: nowrap;
    }
    product-info.custom-product-page .product.product--medium {
        gap: 20px;
        grid-template-columns: 50% calc(50% - 20px) !important;
    }
    .product__accordion .accordion__title, product-info.custom-product-page .product__accordion .accordion__content {
        padding-inline: 0 !important;
        padding-block: 0px;
    }
    section.product__info-container.product__column-sticky {
        top: 85px !important;
    }
    .product__accordion.accordion .plus-minux-icon {
        top: calc(50% - 7.5px);
    }
    .breadcrumbs a {        
        font-size: 12px;
    }
    product-info.custom-product-page .product.product--medium .product__info-wrapper section.product__info-container variant-selects fieldset label {
        padding: 10px 15px !important;
    }
    /* product-info.custom-product-page .product.product--medium .priceSet span {
        font-size: 14px;
    } */
    .people-bought-container .people-bought-box,
    .product__accordion .custom-related-product  {
        padding-inline: 0 !important;
    }
    .header--has-social .menu-drawer__utility-links a.menu-drawer__account.medium-hide {
        display: flex !important;
    }
    .cwcRight a {
        white-space: nowrap;
    }
    .icon-title-description .block-section { 
        flex-wrap: wrap;
    }
    .icon-title-description .block-section .inner-block {
        flex: unset;
        width: calc(100% / 2 - 8px);
    }
    .icon-title-description .block-section .inner-block h3.block-title {
        min-height: unset;
        margin-top: 10px;
    }
    .multicolumn-section .section-col .columns-info img {
        margin-bottom: 10px;
    }
    .multicolumn-section .section-col .columns-info h3 {
        font-size: 18px;
    }
    .chimney-image-with-text .title-text-section {
        grid-template-columns: 1fr 370px;
    }
    .chimney-image-with-text .img-with-text {
        gap: 20px;
    }
    .chimney-image-with-text .img-with-text > img {
        max-width: 260px;
        max-height: 260px;
    }
    .chimney-image-with-text .img-left-with-text {
        grid-template-columns: 300px 1fr;
    }
    .chimney-image-with-text .img-left-with-text .img-btn a {
        padding: 14px 25px 16px;
    }
    .chimney-image-with-text .img-left-with-text .text-left-sec ul {
        margin: 0 0 10px 0 !important;
    }
    .chimney-image-with-text .img-left-with-text .text-left-sec > p {
        margin: 0 0 15px 0;
    }
    .chimney-image-with-text .img-left-with-text .text-left-sec {
        padding: 30px;
    }
    .chimney-image-with-text .img-left-with-text .img-btn {
        padding: 20px;
    }
    .chimney-image-with-text .img-left-with-text {
        gap: 20px;
    }
    .chimney-faq-section .faq-section .faq-title span.dropdown-icon {
        min-width: 32px;
    }
    .faq-bottom-text p {
        font-size: 16px;
    }
    body.template-location-page\.chimney-pipe-wizard.gradient main#MainContent .home-fix-img-banner .banner__content .banner__box.content-container {
        padding: 0 !important;
    }
    .chimney-text-with-img .text-with-img-primary {
        grid-template-columns: 1fr 275px;
        gap: 20px;
    }
    .chimney-text-with-img .text-with-img-secondary {
        gap: 20px;
    }
    .chimney-text-with-img .text-with-img-secondary {
        grid-template-columns: 1fr 275px;
    }
    .chimney-text-with-img .text-with-img-secondary .right-text {
        grid-column: 1 / 3;
    }
    .chimney-faq-section .faq-section {
        padding: 22px;
    }
    .chimney-faq-section .faq-section .faq-title h3 {
        font-size: 18px;
    }
    .product--thumbnail_slider .thumbnail-slider ul.thumbnail-list {
        max-width: calc(100% - 100px);
    }
    .menu-drawer__inner-submenu > a.submenu-link,
    .menu-drawer__submenu.menu-drawer__submenu a.submenu-link {
        position: absolute;
        top: 22px;
        left: 40px;
        right: 40px;
        max-width: calc(100% - 80px);
        text-align: center;
        width: 100%;
        font-size: 16px;
        font-weight: 500;
        color: #272727;
    }
    .menu-drawer__inner-submenu button.menu-drawer__close-button.link.link--text {
        padding-inline: 15px;
    }
    .stove-icon-with-text {
        justify-content: flex-start;
        gap: 20px 10px;
    }
    .js .menu-drawer__menu li > details > summary {
        padding-inline: 15px !important;
    }
}
@media (min-width: 481px) and (max-width: 989px) {
    .grid--2-col-tablet-down .grid__item {
        width: calc(32.7% - var(--grid-desktop-horizontal-spacing) / 2) !important;
    }
}
@media (max-width: 850px) {
    .custom-announcement-bar .announcement-content .stejabber-icon img {
        max-width: 84px;
    }
    .custom-collection-main-data .custom-coll-data .facets {
        width: 60%;
    }
    .pagination__list .pagination__item {
        padding: 6px;
        height: 26px;
        width: auto;
    }
    /* .custom-collection-filter #main-collection-filters {
        min-width: 280px;
        max-width: 280px;
    }
    .facets-vertical div#ProductGridContainer {
        width: calc(100% - 300px);
    } */
}
@media (min-width: 769px) and (max-width: 849px) {
    .predictive-search__result-group:first-child {
        display: none;
    }
}
@media (max-width: 768px) {
    .full-banner-container, .custom-announcement-bar .announcement-content, header.header, .page-width, .header-wrapper .menu-conatiner-big .mega-menu__content, .header-wrapper .menu-conatiner-big .list-menu {
        padding-inline: 15px !important;
    }
    .home-fix-img-banner {
        max-width: calc(100% - 30px);
    }
    .banner .animate--fixed {
        clip-path: inset(0px);
    }
    header .search-modal__content {
        height: 40px;
        padding-right: 15px !important;
    }
    .header .header__icons {
        margin-top: 0;
    }
    header.header .header__heading {
        margin-inline: auto !important;
    }
    header.header .header__icons {
        margin-left: 0;
        width: auto;
    }
    header.header .header__icons,
    header.header header-drawer {
        margin-top: 0px;
    }
    .header .header__heading-logo {
        width: 175px;
        height: auto;
    }
    header.header {
        height: 137px;
    }
    header .search-modal__content {
        bottom: 9px;
    }
    .popular-categories-grid > li {
        padding: 0;
    }
    .popular-categories-grid .popular-category-item .card__information .card__heading a {
        font-size: 12px;
        letter-spacing: normal;
    }
    .shop-by-brand .brand-grid {
        display: flex;
        flex-wrap: wrap;
    }
    .shop-by-brand .brand-grid a.brand-item {
        width: calc(100% / 5 - 8px);
        padding-inline: 10px;
    }
    .popular-brand .shop-by-brand .brand-grid {
        gap: 10px;
    }
    .image-free-code p {
        padding: 3px 6px 2px;
        font-size: 12px;
    }
    .card__content .card__information {
        padding-bottom: 0;
    }
    .card .card-text a {
        font-size: 14px;
        line-height: normal;
    }
    /* .priceSet span {
        font-size: 15px;
        line-height: normal;
    } */
    .card .brand-name {
        font-size: 11px;
    }
    .artical-section .shop-by-brand .brand-grid .artical-container {
        display: flex;
        flex-direction: column;
        gap: 5px;
        width: 100%;
        max-width: calc(100% / 3 - 14px);
    }
    .artical-section .shop-by-brand .brand-grid .artical-container a.brand-item {
        width: 100%;
        padding: 0;
    }
    .headerRightActions a.custom-widhlist-icon {
        display: flex !important;
    }
    .home-fix-img-banner {
        border-radius: 0 !important;
    }
    .banner--mobile-bottom .banner__box {
        padding: 0px !important;
    }
    .banner__box .banner__heading {
        font-size: 30px;
    }
    /* .banner__box .banner__heading {
        font-size: 30px;
    } */
    /* .banner__box .banner__text p {
        font-size: 20px;
    } */
    .home-fix-img-banner .banner__content {
        padding-bottom: 0 !important;
    }
    .footer .grid {
        display: flex !important;
        margin: 0 !important;
    }
    footer .newsletter-form__field-wrapper {
        max-width: 375px;
    }
    /* .conatiner-categories .category-item span {
        margin-top: 4px;
        font-size: 12px;
    } */
    .category-list {
        gap: 20px !important;
        padding: 23px 0 !important;
    }
    /* .conatiner-categories .category-item img {
        width: 70px;
        height: 70px;
    } */
    /* .category-list {
        flex-wrap: nowrap;
        overflow: auto;
        justify-content: flex-start;
    } */
    .home_usp_container {
        gap: 10px;
    }
    .home_usp_container .usp_content .icon-image.img_content img {
        max-width: 40px;
    }
    .home_usp_container .usp_content .h_and_p_content {
        text-align: center;
    }
    .home_usp_container .usp_content .h_and_p_content p.p_content,
    .home_usp_container .usp_content .h_and_p_content h3.h_content {
        font-size: 13px;
        line-height: normal;
    }
    /* .shop-by-icon h2, .collection-list-wrapper .title-wrapper-with-link h2, .collection-product-slider-box h2 {
        font-size: 24px;
        letter-spacing: normal;
    } */
    .popular-categories-grid {
        padding-inline: 0 !important;
        grid-template-columns: repeat(2, 1fr);
    }
    .shop-by-brand .brand-grid a.brand-item {
        width: calc(33% - 5px);
        padding-inline: 10px;
    }
    .shop-by-brand .brand-grid {
        justify-content: flex-start;
    }
    .home-fix-img-banner .banner__media {
        height: 300px !important;
    }
    /* .home-fix-img-banner .banner__media img {
        position: unset !important;
        object-fit: cover !important;
        height: auto !important;
        object-position: 0px -90px;
    } */
    .home-fix-img-banner .banner__content {
        padding-bottom: 0 !important;
        padding-inline: 0 !important;
        padding-top: 15px !important;
    }
    /* .banner__box .banner__heading {
        font-size: 22px;
    } */
    /* .banner__box .banner__text p, */
    /* .priceSet span {
        font-size: 14px;
        line-height: normal;
    } */
    .artical-section .shop-by-brand .brand-grid {
        gap: 10px;
    }
    .artical-section .shop-by-brand .brand-grid .artical-container {
        max-width: calc(100% / 3 - 7px);
    }
    .artical-section .artical-container .artical-title {
        font-size: 14px;
        font-weight: unset;
    }
    .about-section h2 {
        margin-top: 40px;
    }
    /* .about-section .image-section {
        flex-direction: column;
    } */
    .footer .grid {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    .footer__content-top .footer__blocks-wrapper .footer-block {
        max-width: 100%;
        width: 100%;
    }
    .footer__content-top .footer__blocks-wrapper .footer-block:not(.footer-block--menu) {
        border-right: none;
        padding-left: 0;
        padding-right: 0;
    }
    .footer__content-top .footer__blocks-wrapper .footer-block {
        padding-left: 0 !important;
    }
    footer .footer-block__details-content {
        margin-bottom: 0;
    }
    .footer__content-top .footer__blocks-wrapper .footer-block {
        padding-top: 0px;
    }
    .footer .grid {
        padding-top: 30px;
    }
    .about-section .image-section {
        gap: 15px;
    }
    .footer-wrapper .footer-block__heading {
        font-weight: 600 !important;
    }
    .footer__content-top .footer__blocks-wrapper .footer-block:not(.footer-block--menu), .footer__content-top .footer__blocks-wrapper .footer-block {
        padding-bottom: 20px;
    }
    .footer_copyright_data.page-width .social-icon-fav {
        min-width: 165px;
    }
    .footer_copyright_data.page-width {
        gap: 10px;
    }
    .shop-by-icon h2, .collection-list-wrapper .title-wrapper-with-link h2, .collection-product-slider-box h2 {
        line-height: normal;
    }
    .header--has-social .menu-drawer__utility-links a.menu-drawer__account {
        gap: 10px;
    }
    .menu-drawer summary.menu-drawer__menu-item {
        padding-inline: 15px !important;
    }
    .swiper-button-next, .swiper-button-prev {
        display: none !important;
    }
    .banner-mobile-slider .full-banner-container2 .swiper.mySwiper2 {
        padding-bottom: 0 !important;
    }
    .adavnce-announcement-bar .announcement-link,
    .adavnce-announcement-bar a, .adavnce-announcement-bar .fixed-text {
        gap: 10px;
    }
    .banner-mobile-slider * {
        height: auto !important;
        font-size: 13px !important;
    }
    .adavnce-announcement-bar .stejabber-icon img {
        max-width: 75px;
    }
    .adavnce-announcement-bar .fixed-text-reviwes a {
        justify-content: center;
    }
    .header .header__heading-link {
        margin-inline: auto;
    }
    .product__accordion .accordion__content {
        padding-inline: 0 !important;
    }
    .custom-data-ac-mobile.data-showing-custom-bought2 .accordion summary {
        padding-block: 15px !important;
    }
    product-info.custom-product-page .product.product--medium {
        display: flex;
    }
    .custom-product-page .product-form__quantity .quantity {
        width: 135px !important;
    }
    #shopify-section-sticky-add-to-cart h3.product__title.h4 {
        letter-spacing: normal;
        font-weight: 600;
    }
    #md-sticky-atc .product-content .price * {
        letter-spacing: normal;
    }
    #md-sticky-atc .product-form .quantity-input-wrapper button.product-form__submit {
        background: #1d373e;
        letter-spacing: normal;
        border-radius: 4px !important;
        border: none !important;
        text-transform: uppercase;
        font-weight: 500;
    }
    #md-sticky-atc .product-form .quantity-input-wrapper button.product-form__submit::before, #md-sticky-atc .product-form .quantity-input-wrapper button.product-form__submit::after {
        display: none !important;
    }
    .mobile-subcategories button.toggle-subcategories {
        display: flex;
        align-items: center;
        gap: 10px;
        border-radius: 4px;
    }
    .mobile-subcategories button.toggle-subcategories span.text-label,
    .collection-filter-mobile .mobile-filter-content .filter-title.mobile-facets__header .mobile-facets__header-inner h2.mobile-facets__heading  {
        font-size: 14px;
        letter-spacing: normal;
        font-family: 'Roboto';
        font-weight: 500;
        color: #1d373e;
    }
    /* .mobile-subcategories .accordion.accordion--navList {
        margin-top: 20px !important;
    } */
    .header .search-modal__form .field__label {
        top: 8px;
        letter-spacing: 0;
    }
    /* Print Order */
    body.template-location-page\.order-print .invoice table.table-items tr td:first-child img {
        max-width: 100%;
        min-width: 60px;
    }
    body.template-location-page\.order-print .invoice table td {
        font-size: 12px;
        line-height: initial;
    }
    body.template-location-page\.order-print .invoice table.table-total tr td {
        font-size: 13px;
        padding-block: 2px;
    }
    body.template-location-page\.order-print .invoice table.table-total tr:last-child td {
        font-size: 14px;
    }
    body.template-location-page\.order-print #order-details {
        margin-block: 20px;
    }
    body.template-location-page\.order-print .invoice {
        width: calc(100% - 0px);
    }
    .order-details {
        margin-bottom: 0px;
        margin-top: 50px;
    }
    .order-details > .items > .items-list .item {
        width: calc(100% / 1 - 0px);
    }
    .order-tracking-container .order-tracking-form {
        padding: 25px;
    }
    .order-tracking-container {
        padding-top: 21px;
    }
    .seo-bottom-data {
        padding: 20px;
    }
    header.header {
        padding-block: 10px !important;
    }
    .custom-announcement-bar {
        height: 50px !important;
    }
    .conatiner-categories .category-item {
        width: calc(33.33% - 20px);
    }
    body .full-banner-container {
        width: 100vw;
    }
    main#MainContent .home_usp_container {
        border-radius: 0;
    }
    .home_usp_container .usp_content {
        flex-direction: column;
    }
    .home_usp_container .usp_content .h_and_p_content {
        text-align: left;
    }
    main#MainContent .home_usp_container {
        padding: 12px 20px !important;
    }
    .collection-product-slider-box h2 {
        margin-top: 45px !important;
    }
    .collection-product-slider .collection-product-slider-box .swiper.collection-product-slider-wrapper {
        max-width: calc(100% - 50px);
    }
    .collection-product-slider .collection-product-slider-box .swiper.collection-product-slider-wrapper .primary-slider-btn {
        display: flex !important;
    }
    .collection-product-slider .collection-product-slider-box .swiper.collection-product-slider-wrapper .swiper-button-prev.collection-product-prev {
        left: -20px;
    }
    .collection-product-slider .collection-product-slider-box .swiper.collection-product-slider-wrapper .swiper-button-next.collection-product-next {
        right: -20px;
    }
    .collection-product-slider .collection-product-slider-box .swiper.collection-product-slider-wrapper .swiper-scrollbar.collection-product-scrollbar {
        max-width: calc(100% - 74px);
    }
    .artical-section .shop-by-brand .brand-grid .artical-container {
        max-width: calc(33% - 5px);
    }
    .you-may-also .card .card-text a {
        min-height: 19px;
    }
    .bundleProductsBox .bundle-content .bundle-item {
        padding-right: 0;
    }
    body.template-location-page\.order-print .invoice table td {
        padding: 10px;
    }
    body.template-location-page\.order-print .invoice>img {
        max-width: 140px;
        margin-top: 20px;
    }
    body.template-location-page\.order-print .invoice table.table-total {
        max-width: 90%;
    }
    body.template-location-page\.order-print .invoice table.table-total tbody tr:last-child td.right-align,
    body.template-location-page\.order-print .invoice h1  {
        font-size: 20px !important;
    }
    .bundleProductsBox button.toggle-bundle,
    body.template-location-page\.order-print .invoice table.table-items td,
    .shippingBillingSection td p,
    body.template-location-page\.order-print .invoice table td>h3,
    .orderShippingMethod h3,
    body.template-location-page\.order-print .invoice table.table-total td {
        font-size: 14px !important;
    }
    .bundleProductsBox .bundle-content .bundle-item .bundle--sub {
        font-size: 13px !important;
    }
    body.template-location-page\.order-print .invoice h2.shippingBillingTitle {
        margin-top: 50px !important;
    }
    body.template-location-page\.order-print .invoice table.table-total tbody tr:last-child td {
        padding-block: 10px !important;
    }
    product-info.custom-product-page .product.product--medium .product__info-wrapper section.product__info-container product-form.product-form {
        min-width: 290px !important;
    }
    /* .you-may-also .swiper-container22, .people-bought-box .people-bought-slider {
        margin-inline: 0;
    } */
    .my-data-custom .product__accordion.accordion .accordion__content, section.custom-accordion .dropdown-info {
        padding-inline: 0 !important;
    }
    .people-bought-container .people-bought-box.page-width .people-bought-slider {
        width: calc(100% - 72px);
    }
    .my-data-custom .product__accordion.accordion summary .summary__title h2.h4.accordion__title, .custom-accordion .accordion-head h2.section-title {
        padding-left: 0 !important;
    }
    .custom-collection-filter #main-collection-filters .facets-container {
        padding: 0;
    }
    .collection .card .card-text a {
        min-height: 37px !important;
    }
    /* .popular-brand.page-width > .shop-by-brand > .scroller_divs.mcs-horizontal-example > .brand-grid a.brand-item:last-child, .popular-brand.page-width > .shop-by-brand > .scroller_divs.mcs-horizontal-example > .brand-grid a.brand-item:last-child img {
        width: 100% !important;
        max-width: unset !important;
    } */
    .primary-chimney-pipe-submit-a-sketch .layout-selector .layout-content .layout-text h2,
    .primary-chimney-pipe-submit-a-sketch section.chimney-products .section-header h2  {
        font-size: 28px;
    }
    .primary-chimney-pipe-submit-a-sketch .layout-selector .layout-content .layout-text .layout-images .layout-item a img {
        max-width: 100px;
    }
    .primary-chimney-pipe-submit-a-sketch .layout-selector .layout-content .layout-video {
        padding: 15px 0px 15px 15px;
    }
    .primary-chimney-pipe-submit-a-sketch section.chimney-products .product-grid .product-item h3, .primary-chimney-pipe-submit-a-sketch section.chimney-products .product-grid .product-item h3 a {
        font-size: 18px;
    }
    .popular-brand .shop-by-brand .brand-grid a.brand-item {
        padding: 10px !important;
    }
    .shop-by-icon h2, .collection-list-wrapper .title-wrapper-with-link h2, .collection-product-slider-box h2 {
        font-size: 26px;
    }
    .about-section h2 {
        font-size: 26px;
    }
    header.header .header__icons {
        position: unset;
    }
    .chimney-text-with-products .text-section {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}
@media (max-width: 767px) {
    .cwVideoBoxMain {
        margin-left: 0;
    }
    .chimneyWizardContent {
        flex-wrap: wrap;
        gap: 30px;
    }
    .chimneyWizardMain {
        padding: 20px;
    }
    .chimneyWizardInner {
        gap: 40px;
    }
    .chimneyWizardContent {
        gap: 20px;
    }
    .cwcLeft h1 {
        font-size: 40px !important;
    }
    .icon-title-description, .multicolumn-section {
        margin-top: 60px;
    }
    .icon-title-description .block-section .inner-block {
        width: 100%;
        text-align: center;
    }
    .icon-title-description .block-section {
        gap: 25px;
    }
    .icon-title-description h2, .multicolumn-section h2.section-title, body.template-location-page\.chimney-pipe-wizard.gradient main#MainContent .home-fix-img-banner .banner__content .banner__box.content-container h2.banner__heading, .chimney-image-with-text .title-text-section h2 {
        font-size: 34px;
    }
    .multicolumn-section .section-col {
        flex-wrap: wrap;
        justify-content: center;
    }
    .multicolumn-section .section-col .columns-info {
        flex: unset;
    }
    .chimney-image-with-text .title-text-section {
        grid-template-columns: 1fr;
    }
    .chimney-image-with-text .title-text-section {
        margin-bottom: 30px;
    }
    .chimney-image-with-text .img-with-text {
        flex-direction: column-reverse;
    }
    .chimney-image-with-text .img-with-text {
        padding: 30px;
    }
    .chimney-image-with-text .img-left-with-text {
        grid-template-columns: 1fr;
    }
    .chimney-faq-section h2 {
        font-size: 34px;
    }
    .chimney-faq-section > p {
        line-height: normal !important;
    }
    .chimney-text-with-img .text-with-img-primary {
        grid-template-columns: 1fr;
    }
    .chimney-text-with-img .text-with-img-secondary {
        grid-template-columns: 1fr;
    }
    .chimney-text-with-img .text-with-img-secondary .right-text {
        grid-column: 1 / 2;
    }
    .home-fix-img-banner .banner__media {
        height: 270px !important;
    }
    .home-fix-img-banner .banner__media {
        border-radius: 0 !important;
    }
    body.template-location-page\.chimney-pipe-wizard.gradient main#MainContent .home-fix-img-banner .banner__content {
        padding: 20px !important;
        background: #fff;
    }
    body.template-location-page\.chimney-pipe-wizard.gradient main#MainContent .home-fix-img-banner .banner__content .banner__box.content-container h2.banner__heading {
        color: #1d373e;
    }
    body.template-location-page\.chimney-pipe-wizard.gradient main#MainContent .home-fix-img-banner .banner__content .banner__buttons a.button.button--primary {
        background: #1D373E;
        color: #fff;
    }
    body.template-location-page\.chimney-pipe-wizard.gradient main#MainContent .home-fix-img-banner .banner__content .banner__buttons a.button.button--primary span.btn-icon svg * {
        stroke: #fff;
    }
    main#MainContent.primary-collection > .shopify-section.section {
        display: flex;
        flex-direction: column;
    }
    .collection-product-slider .collection-product-slider-box {
        max-width: calc(100vw - 60px);
    }
    .product--thumbnail_slider .thumbnail-slider ul.thumbnail-list {
        max-width: calc(100vw - 150px);
        margin-inline: auto;
    }
    h2.cpf-header {
        font-size: 22px;
    }
    .cw-popup .box a {
        display: block;
    }
    .cw-popup .box a svg.bi.bi-question-circle-fill {
        transform: translateY(3px);
        margin-right: 4px;
    }
    .cw-popup .popup {
        width: calc(100% - 30px);
    }
    a.pop-up-link {
        display: block !important;
    }
    a.pop-up-link svg.bi.bi-question-circle-fill {
        transform: translateY(2px);
        margin-right: 2px;
    }
    .primary-stove-pipe-wizard div#results {
        width: calc(100vw - 60px);
    }
    .ChimneyWizardAndStovePipeWizard .button-container {
        justify-content: space-between;
        gap: 10px;
        flex-direction: column;
    }
    .ChimneyWizardAndStovePipeWizard .button-container a.button {
        font-size: 14px;
    }
    .custom-collection-filter .sidebarBlock-heading {
        border-bottom: none;
        padding-bottom: 5px;
    }
    .you-may-also .card .card-text a, .cbb-also-bought-container h3.cbb-also-bought-product-name {
        min-height: 19px !important;
    }
    .card--standard>.card__content .card__information h3 > a {
        min-height: 38px;
    }
    .top-product-grid .top-product-item {
        width: calc(100% / 2 - 5px) !important;
    }
    .card--standard>.card__content .card__information h3 > a {
        min-height: 35px;
    }
}
@media (min-width: 750px) {
    facet-filters-form.custom-sorting {
        display: none;
    }
}
@media (max-width: 749px) {
    .custom-collection-filter #main-collection-filters {
        margin-right: 0;
    }    
    .custom-collection-filter #main-collection-filters {
        margin-bottom: 10px 15px;
    }
    .mobile-facets__disclosure:focus {
        outline: none !important;
        box-shadow: none !important;
        border: none !important;
    }
    .custom-collection-filter #main-collection-filters .facets-container menu-drawer.mobile-facets__wrapper details.mobile-facets__disclosure summary.mobile-facets__open-wrapper span.mobile-facets__open span.mobile-facets__open-label {
        letter-spacing: normal;
        font-size: 14px;
        font-weight: 600;
    }
    .custom-collection-filter #main-collection-filters .facets-container menu-drawer.mobile-facets__wrapper details.mobile-facets__disclosure summary.mobile-facets__open-wrapper span.mobile-facets__open span.mobile-facets__open-label,
    .custom-collection-filter #main-collection-filters .facets-container .product-count h2.product-count__text span {
        letter-spacing: normal;
        font-weight: 600;
    }
    .mobile-facets__inner .mobile-facets__header .mobile-facets__header-inner h2.mobile-facets__heading {
        text-align: left;
        letter-spacing: normal;
        font-weight: 600;
        font-size: 16px;
        font-family: 'Roboto';
    }
    .mobile-facets__inner .mobile-facets__header .mobile-facets__header-inner p.mobile-facets__count {
        text-align: left;
        line-height: normal;
    }
    .mobile-facets__inner .mobile-facets__header {
        padding: 15px;
    }
    .mobile-facets__inner .mobile-facets__main {
        padding: 0;
    }
    .top-category-slider {
        /* padding: 15px; */
        margin-bottom: 10px;
    }
    .custom-collection-filter .navList li a {
        display: block;
        padding-block: 15px;
        border-top: 1px solid #ebebeb;
        font-size: 14px;
    }
    .custom-collection-filter .navList li:last-child a {
        border-bottom: 1px solid #ebebeb;
    }
    .custom-collection-filter #main-collection-filters {
        padding: 15px;
    }
    .top-category-slider {
        gap: 5px;
    }
    .mobile-facets__inner .mobile-facets__main > details summary.mobile-facets__summary {
        padding: 10px 15px;
        border-bottom: 1px solid #ebebeb;
    }
    .mobile-facets__inner .mobile-facets__main > details summary.mobile-facets__summary span {
        font-size: 14px;
    }
    .mobile-facets__inner .mobile-facets__main > details summary.mobile-facets__summary span,
    .mobile-facets__inner .mobile-facets__main .mobile-facets__details .mobile-facets__summary .mobile-facets__sort label  {
        font-size: 14px;
        color: #121212;
        font-weight: 400;
    }
    /* .mobile-facets__inner .mobile-facets__main .mobile-facets__details .mobile-facets__summary {
        padding: 0;
    } */
    details.menu-opening .mobile-facets__close {
        top: 12px;
        right: 10px;
    }
    .mobile-facets__inner .mobile-facets__main .mobile-facets__details .mobile-facets__summary .mobile-facets__sort .select select#SortBy-mobile {
        font-size: 14px;
        color: #121212;
        height: auto;
    }
    .custom-collection-main-data .custom-coll-data {
        justify-content: space-between;
    }
    .search-modal__content .predictive-search {
        max-width: calc(100% - 30px);
        margin-inline: auto;
    }
    .article-template__content .card .card-body,
    .article-template__content .card .card-body article  {
        grid-template-columns: 1fr;
        column-gap: 15px;
    }
    .article-template__content .card .card-body img {
        grid-row: unset;
    }
    .article-template__content .card .card-body h5, .article-template__content .card .card-body p, .article-template__content .card .card-body a {
        grid-column-start: unset;
    }
    .article-template__content .card .card-body h5 {
        margin-top: 20px;
    }
    article.article-template>.article-template__back a.article-template__link {
        /* justify-content: center; */
        font-size: 16px;
        margin-bottom: 30px;
    }
    article.article-template .social-share-container {
        flex-direction: column;
    }
    article.article-template>header span.caption-with-letter-spacing {
        letter-spacing: normal;
    }
    article.article-template .Tags-blog ul.blog-tags li a {
        padding: 5px 10px;
    }
    article.article-template .Tags-blog ul.blog-tags {
        gap: 5px;
    }
    .bundle--products .custom-dropdown .dropdown-selected img, .bundle--products .custom-dropdown ul.dropdown-list li.dropdown-item img {
        width: 50px;
        height: 50px;
        padding: 5px;
    }
    .bundle--products .custom-dropdown .dropdown-selected {
        padding-right: 30px;
    }
    .bundle--products .custom-dropdown .dropdown-selected:after {
        right: 0;
    }
    .bundle--products .custom-dropdown .dropdown-selected, .bundle--products .custom-dropdown ul.dropdown-list li.dropdown-item {
        gap: 10px;
    }
    .bundle--products .custom-dropdown .dropdown-selected span.bundle--main-title {
        font-weight: 500;
    }
    .bundle--products .custom-dropdown .dropdown-selected span.bundle--main-title, .bundle--products .custom-dropdown ul.dropdown-list li.dropdown-item span {
        font-size: 13px;
    }
    .bundle--products .custom-dropdown ul.dropdown-list {
        top: 71px;
    }
    /* .custom-product-page .product .product__title h1 {
        font-size: 32px !important;
    } */
    .custom-product-page .price__badge-sale {
        white-space: nowrap;
    }
    product-info.custom-product-page .product.product--medium .product__info-wrapper section.product__info-container .price .price__container .price__sale s.price-item.price-item--regular,
    .custom-product-page .price .price__sale .price-item--sale, .custom-product-page .price .price__regular .price-item--regular  {
        font-size: 22px;
        letter-spacing: normal;
    }
    .primary-your-shopping-cart.primary-cart .custom-cart .custom-cart-first .cart-items tr {
        gap: 0;
    }
    .primary-your-shopping-cart.primary-cart table.cart-items thead th {
        transform: translateY(0px);
    }
    .primary-your-shopping-cart.primary-cart .custom-cart .custom-cart-first  .cart-items tr {
        border-bottom: none;
    }
    .primary-your-shopping-cart.primary-cart .custom-cart .custom-cart-first cart-items .title-wrapper-with-link h1.title.title--primary {
        font-size: 22px !important;
    }
    .primary-your-shopping-cart.primary-cart .custom-cart {
        padding-block: 25px;
    }
    .cart-drawer .cart-items .cart-item__quantity .quantity-popover-container {
        max-width: unset;
    }
    .cart-drawer .cart-items .cart-item__quantity .cart-item__quantity-wrapper .quantity-popover-container quantity-input.quantity.cart-quantity {
        width: auto;
        max-width: 100px;
    }
    .cart-item__quantity-wrapper {
        justify-content: space-between;
    }
    .cart-drawer .cart-items .cart-item__quantity quantity-popover .cart-item__quantity-wrapper cart-remove-button button.cart-remove-button {
        min-width: 30px !important;
    }
    main#MainContent .home-fix-img-banner .banner__content {
        padding: 20px 0px !important;
    }
    .home-fix-img-banner .banner__media img {
        object-position: 0px 0px;
    }
    .full-banner-container {
        padding-inline: 0 !important;
    }
    .home-fix-img-banner {
        max-width: unset !important;
    }
    .home-fix-img-banner .banner__media {
        border-radius: 4px;
    }
    .artical-section .shop-by-brand .brand-grid .artical-container {
        max-width: calc(100% / 2 - 5px);
    }
    .footer .grid {
        gap: 10px;
    }
    product-info.custom-product-page .product.product--medium .product__info-wrapper section.product__info-container .custom-main-container * {
        color: #000;
    }
    product-info.custom-product-page .product.product--medium .product__info-wrapper section.product__info-container product-form.product-form {
        min-width: calc(100% - 55px) !important;
    }
    .primary-your-shopping-cart.primary-cart .custom-cart .cart__items table.cart-items tbody tr td.cart-item__quantity {
        border: none !important;
    }
    .primary-your-shopping-cart.primary-cart .custom-cart .cart__items table.cart-items tbody tr td.cart-item__media {
        border-bottom: none !important;
    }
    .primary-your-shopping-cart.primary-cart .cart-items tr.cart-item:last-child td {
        border-bottom: none !important;
    }
    .custom-cart .title-wrapper-with-link .underlined-link {
        display: none;
    }
    .primary-your-shopping-cart.primary-cart .custom-cart {
        padding-block: 10px;
    }
    .primary-your-shopping-cart.primary-cart .custom-cart .cart__items table.cart-items tbody tr td.cart-item__details .custom-cart-off .product-option, .primary-your-shopping-cart.primary-cart .custom-cart .cart__items table.cart-items tbody tr td.cart-item__details a.cart-item__name.h4 {
        font-size: 16px !important;
    }
    .primary-your-shopping-cart.primary-cart .custom-cart .cart__items {
        border-bottom: 1px solid #ebebeb;
    }
    .custom-collection-filter #main-collection-filters {
        max-width: unset;
        border: none;
        padding: 0;
        display: flex;
        justify-content: space-between;
        margin-bottom: 40px;
    }
    .facets-vertical div#ProductGridContainer {
        width: calc(100% - 0px);
    }
    .custom-collection-filter #main-collection-filters .product-count {
        display: none;
    }
    .ChimneyWizardAndStovePipeWizard .button-container a.button {
        padding: 7.5px 15px;
    }
    .ChimneyWizardAndStovePipeWizard .button-container a.button {
        font-size: 15px;
    }
    .custom-announcement-bar .announcement-content, header.header, .page-width, .header-wrapper .menu-conatiner-big .mega-menu__content, .header-wrapper .menu-conatiner-big .list-menu, main#MainContent {
        padding-inline: 15px !important;
    }
    .custom-collection-filter #main-collection-filters .mobile-subcategories button.toggle-subcategories,
    .custom-collection-filter #main-collection-filters summary.mobile-facets__open-wrapper span.mobile-facets__open   {
        display: flex;
        align-items: center;
        margin: 0;
        padding: 9px 15px;
        height: 45px;
        max-width: 85.71429rem;
        width: 100%;
        border: 1px solid #1d373e;
        background: #f9f9f9;
        color: #1d373e;
        border-radius: 0;
    }
    .custom-collection-filter #main-collection-filters .mobile-subcategories,
    .custom-collection-filter #main-collection-filters .facets-container {
        width: calc(50% - 10px);
    }
    .custom-collection-filter #main-collection-filters .facets-container menu-drawer.mobile-facets__wrapper details.mobile-facets__disclosure summary.mobile-facets__open-wrapper,
    .custom-collection-filter #main-collection-filters .facets-container details.mobile-facets__disclosure {
        width: 100%;
    }
    .custom-collection-filter #main-collection-filters .facets-container menu-drawer.mobile-facets__wrapper details.mobile-facets__disclosure summary.mobile-facets__open-wrapper span.mobile-facets__open {
        max-width: 100% !important;
        width: 100% !important;
    }
    .custom-collection-filter #main-collection-filters .mobile-subcategories button.toggle-subcategories span.icon,
    .custom-collection-filter #main-collection-filters .mobile-subcategories button.toggle-subcategories span.icon svg,
    .custom-collection-filter #main-collection-filters summary.mobile-facets__open-wrapper span.mobile-facets__open span.svg-wrapper,
    .custom-collection-filter #main-collection-filters summary.mobile-facets__open-wrapper span.mobile-facets__open span.svg-wrapper svg {
        width: 19px;
        height: 19px;
    }
    .custom-collection-filter #main-collection-filters .facets-container menu-drawer.mobile-facets__wrapper details.mobile-facets__disclosure summary.mobile-facets__open-wrapper span.mobile-facets__open {
        height: 45px;
    }
    .custom-collection-main-data facet-filters-form form.facets-vertical-form .product-count-vertical {
        display: none;
    }
    .primary-collection .facet-filters.sorting.caption .facet-filters__field {
        background-color: #fff;
        border: 1px solid #000;
        border-radius: 0;
        width: 206px;
        height: 32px;
        flex-grow: unset !important;
        padding-inline: 10px;
        align-items: center;
    }
    .primary-collection .facet-filters.sorting.caption {
        padding: 0;
    }
    .primary-collection .facet-filters.sorting.caption .facet-filters__field h2.facet-filters__label.caption-large {
        font-size: 14px !important;
        white-space: nowrap !important;
        margin-right: 5px;
    }
    .primary-collection .facet-filters.sorting.caption .facet-filters__field .select {
        display: flex;
        align-items: center;
    }
    .primary-collection .facet-filters.sorting.caption .facet-filters__field .select span.sort-by-icon-down, .primary-collection .facet-filters.sorting.caption .facet-filters__field .select span.sort-by-icon-down svg {
        width: 10px;
        height: 10px;
    }
    .custom-collection-filter #main-collection-filters .mobile-subcategories button.toggle-subcategories span.text-label,
    .custom-collection-filter #main-collection-filters .facets-container menu-drawer.mobile-facets__wrapper details.mobile-facets__disclosure summary.mobile-facets__open-wrapper span.mobile-facets__open span.mobile-facets__open-label {
        font-size: 14px;
        color: #1d373e;
        font-weight: 500;
    }
    .custom-collection-main-data .custom-coll-data .pagination-wrapper .pagination__list>li {
        flex: unset;
        max-width: unset;
    }
    .pagination__list .pagination__item {
        padding: 6px;
    }
    .custom-collection-main-data .custom-coll-data .pagination-wrapper .pagination__list>li.meet_infinite_next a.pagination__item.pagination__item--prev.pagination__item-arrow {
        padding-right: 0;
    }
    .collection ul.grid {
        --grid-mobile-vertical-spacing: 20px;
        --grid-mobile-horizontal-spacing: 20px;
    }
    .collection ul.grid .card .card-text a {
        font-size: 15px;
    }
    .collection ul.grid .card .brand-name {
        font-size: 14px;
        margin-top: 0 !important;
    }
    .collection-filter-mobile {
        margin-top: 10px;
    }
    /* .custom-collection-main-data .collection-hero__inner .collection-hero__text-wrapper {
        display: flex;
        flex-direction: column-reverse;
        gap: 15px;
    } */
    .collection-hero__description p {
        padding: 0;
        background: transparent;
    }
    .product-grid-container .collection_search {
        margin: 20px -15px 40px -15px;
        width: 100vw;
    }
    .breadcrum-sorting.col_class-a-chimney-pipe + div {
        padding-top: 0;
    }
    .product--thumbnail_slider .thumbnail-slider ul.thumbnail-list {
        max-width: calc(100% - 100px);
    }
    .popular-brand .shop-by-brand .brand-grid a.brand-item {
        padding: 0;
    }
    .custom-collection-main-data .custom-sorting {
        position: static;
    }
    .custom-collection-main-data .custom-sorting form#FacetFiltersFormMobile {
        position: static;
        background: transparent;
    }
    .custom-collection-main-data .custom-sorting .mobile-facets__inner {
        position: static;
        max-width: 100%;
        width: 100%;
    }
    .custom-collection-main-data h1.collection-hero__title {
        margin: 0 0 21px !important;
        font-size: 32px !important;
    }
    body .collection-filter-mobile {
        display: flex ! important;
        flex-wrap: wrap;
    }
    .collection-filter-mobile .mobile-subcategories,
    .collection-filter-mobile .mobile-filter-content {
        width: calc(50% - 10px);
    }
    .collection-filter-mobile .mobile-subcategories button.toggle-subcategories,
    .collection-filter-mobile .mobile-filter-content {
        margin: 0;
        padding: 9px 15px;
        height: 36px;
        border: 1px solid #1d373e;
        border-radius: 0px;
        background: #f9f9f9;
        color: #1d373e;
        font-size: 14px;
        display: flex;
        align-items: center;
    }
    body .collection-filter-mobile .subcategory-and-filters {
        width: 100%;
        display: flex;
        justify-content: space-between;
        gap: 20px;
        flex-wrap: wrap;
        row-gap: 0;
    }
    .collection-filter-mobile .mobile-filter-content .filter-title.mobile-facets__header {
        padding: 0;
        border: none;
    }
    .collection-filter-mobile .mobile-filter-content .filter-title.mobile-facets__header .mobile-facets__header-inner {
        display: flex;
        gap: 10px;
        align-items: center;
    }
    .custom-collection-main-data .custom-sorting .mobile-facets__inner {
        border: none !important;
    }
    .pagination__item--current:after {
        bottom: -1px;
    }
    .custom-collection-main-data .custom-coll-data {
        margin-top: 40px;
    }
    .custom-collection-main-data .custom-coll-data .mobile-facets__sort {
        background-color: #fff;
        border: 1px solid #000;
        border-radius: 0;
        padding-inline: 11px;
        height: 30px;
    }
    .custom-collection-main-data .custom-coll-data .mobile-facets__sort label,
    .mobile-facets__inner .mobile-facets__main .mobile-facets__details .mobile-facets__summary .mobile-facets__sort .select select#SortBy-mobile,
    .collection-filter-mobile .mobile-filter-content .filter-title.mobile-facets__header .close-filter-icon {
        color: #1d373e !important;
        font-size: 14px !important;
        letter-spacing: normal;
        line-height: normal !important;
        font-weight: 700;
    }
    .pagination__item--current:after {
        bottom: -1px !important;
    }
    .collection-filter-mobile .mobile-subcategories button.toggle-subcategories svg, .collection-filter-mobile .mobile-filter-content svg,
    .collection-filter-mobile .mobile-filter-content .filter-title.mobile-facets__header .close-filter-icon svg {
        width: 19px;
        height: 19px;
    }
    .collection-filter-mobile .mobile-subcategories button.toggle-subcategories span, .collection-filter-mobile .mobile-filter-content span {
        display: flex;
        align-items: center;
        gap: 8px;
        font-family: 'Roboto';
        font-weight: 500;
    }
    .collection-filter-mobile .mobile-filter-content .filter-title.mobile-facets__header .mobile-facets__header-inner, .collection-filter-mobile .mobile-filter-content .filter-title.mobile-facets__header .close-filter-icon {
        display: flex;
        gap: 10px;
        align-items: center;
    }
    .collection-filter-mobile .mobile-subcategories button.toggle-subcategories span.cross-icon-text,
    .collection-filter-mobile .mobile-filter-content .filter-title.mobile-facets__header .close-filter-icon {
        display: none;
    }
    body .collection-filter-mobile .subcategory-and-filters.open-filter .mobile-subcategories {
        display: none !important;
    }
    body .collection-filter-mobile .subcategory-and-filters.open-subcategory .mobile-filter-content {
        display: none !important;
    }
    body .collection-filter-mobile .subcategory-and-filters.open-subcategory button.toggle-subcategories.open span.cross-icon-text {
        display: flex !important;
    }
    body .collection-filter-mobile .subcategory-and-filters.open-subcategory button.toggle-subcategories.open span.icon.open-icon-text {
        display: none !important;
    }
    body .collection-filter-mobile .subcategory-and-filters.open-filter .mobile-filter-content .mobile-facets__header-inner.open-filter-icon {
        display: none !important;
    }
    body .collection-filter-mobile .subcategory-and-filters.open-filter .mobile-filter-content .close-filter-icon {
        display: flex !important;
    }
    body .collection-filter-mobile .subcategory-and-filters.open-subcategory .mobile-subcategories {
        width: 100%;
    }
    body .collection-filter-mobile .subcategory-and-filters.open-filter .mobile-filter-content {
        width: 100%;
    }
    .mobile-filter-content facet-filters-form.custom-mobile-filters,
    .mobile-filter-content facet-filters-form.custom-mobile-filters form#FacetFiltersFormMobile,
    .mobile-filter-content facet-filters-form.custom-mobile-filters form#FacetFiltersFormMobile .mobile-facets__inner.gradient {
        position: unset !important;
    }
    body .collection-filter-mobile .subcategory-and-filters facet-filters-form.custom-mobile-filters {
        width: 100%;
        border: 1px solid #ebebeb;
    }
    .custom-mobile-filters form#FacetFiltersFormMobile .mobile-facets__inner {
        border-inline: none;
    }
    .custom-mobile-filters form#FacetFiltersFormMobile .mobile-facets__inner .mobile-facets__main details.mobile-facets__details summary.mobile-facets__summary {
        padding: 20px;
    }
    .custom-mobile-filters form#FacetFiltersFormMobile .mobile-facets__inner .mobile-facets__main details.mobile-facets__details summary.mobile-facets__summary {
        padding: 12px 20px;
    }
    .custom-mobile-filters form#FacetFiltersFormMobile .mobile-facets__inner {
        margin-bottom: 0 !important;
    }
    .custom-mobile-filters form#FacetFiltersFormMobile .mobile-facets__inner .mobile-facets__main details.mobile-facets__details:last-child summary.mobile-facets__summary {
        border-bottom: none;
    }
    .custom-mobile-filters form#FacetFiltersFormMobile .mobile-facets__inner .mobile-facets__main details.mobile-facets__details .mobile-facets__submenu ul.facets-layout li.mobile-facets__item label.facets__label.mobile-facets__label {
        flex-direction: row-reverse;
    }
    .custom-mobile-filters form#FacetFiltersFormMobile .mobile-facets__inner .mobile-facets__main details.mobile-facets__details .mobile-facets__submenu ul.facets-layout li.mobile-facets__item label.facets__label.mobile-facets__label svg {
        margin-right: 0;
    }
    .custom-mobile-filters form#FacetFiltersFormMobile .mobile-facets__inner .mobile-facets__main details.mobile-facets__details .mobile-facets__submenu ul.facets-layout li.mobile-facets__item label.facets__label.mobile-facets__label span.facet-checkbox__text {
        margin-right: auto;
    }
    .custom-mobile-filters form#FacetFiltersFormMobile .mobile-facets__inner .mobile-facets__main details.mobile-facets__details .mobile-facets__submenu ul.facets-layout li.mobile-facets__item label.facets__label.mobile-facets__label {
        margin-bottom: 4px;
        padding-block: 3px;
    }
    .custom-mobile-filters form#FacetFiltersFormMobile .mobile-facets__inner .mobile-facets__main details.mobile-facets__details .mobile-facets__submenu ul.facets-layout li.mobile-facets__item label.facets__label.mobile-facets__label svg.icon.icon-checkmark {
        right: 21px;
        left: auto;
        top: 6px;
    }
    .custom-mobile-filters form#FacetFiltersFormMobile .mobile-facets__inner .mobile-facets__main details.mobile-facets__details .mobile-facets__submenu ul.facets-layout {
        padding-top: 15px;
        border-bottom: 1px solid #ebebeb;
        padding-bottom: 10px;
    }
    .custom-mobile-filters form#FacetFiltersFormMobile .mobile-facets__inner .mobile-facets__main details.mobile-facets__details .mobile-facets__submenu ul.facets-layout li.mobile-facets__item label.facets__label.mobile-facets__label span.facet-checkbox__text {
        color: #000;
    }
    .custom-mobile-filters form#FacetFiltersFormMobile .mobile-facets__inner .mobile-facets__main details.mobile-facets__details .mobile-facets__submenu ul.facets-layout li.mobile-facets__item label.facets__label.mobile-facets__label span.facet-checkbox__text span.facet-checkbox__text-label {
        color: #1d373e;
    }
    .custom-mobile-filters form#FacetFiltersFormMobile .mobile-facets__inner .mobile-facets__main details.mobile-facets__details .mobile-facets__submenu ul.facets-layout li.mobile-facets__item label.facets__label.mobile-facets__label span.facet-checkbox__text,
    .custom-mobile-filters form#FacetFiltersFormMobile .mobile-facets__inner .mobile-facets__main details.mobile-facets__details .mobile-facets__submenu ul.facets-layout li.mobile-facets__item label.facets__label.mobile-facets__label span.facet-checkbox__text span.facet-checkbox__text-label {
        font-size: 14px !important;
    }
    .active-facets facet-remove * {
        font-size: 11px;
    }
    .mobile-subcategories .accordion.accordion--navList {
        padding-top: 14px !important;
        border-inline: 1px solid #ebebeb;
    }
    .mobile-subcategories .accordion.accordion--navList h5.sidebarBlock-heading {
        padding-inline: 14px;
        font-size: 15px !important;
    }
    .mobile-subcategories .accordion.accordion--navList ul.navList > li > a {
        padding: 0px 14px;
        border: none;
        font-size: 14px;
    }
    .mobile-subcategories .accordion.accordion--navList ul.navList {
        border-block: 1px solid #ebebeb;
        padding-block: 14px;
    }
    .primary-chimney-pipe-submit-a-sketch .layout-selector .layout-content {
        flex-direction: column;
        gap: 20px;
    }
    .primary-chimney-pipe-submit-a-sketch .layout-selector .layout-content > div {
        width: 100%;
    }
    .primary-chimney-pipe-submit-a-sketch .layout-selector .layout-content .layout-video {
        padding: 0;
    }
    .primary-chimney-pipe-submit-a-sketch section.chimney-products .product-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .primary-chimney-pipe-submit-a-sketch .layout-selector .layout-content .layout-text h2 {
       font-size: 20px;
    }
    .primary-chimney-pipe-submit-a-sketch .layout-selector .layout-content .layout-video iframe {
        aspect-ratio: 16 / 9;
        height: auto !important;
    }
    .primary-chimney-pipe-submit-a-sketch section.chimney-products .section-header h2 {
        font-size: 24px;
        margin: 25px 0 15px 0;
    }
    .productView-options-wrap .productView-options-inner > .form-field select {
        padding: 10px !important;
    }
    .custom-collection-filter #main-collection-filters .facets-container menu-drawer.mobile-facets__wrapper details.mobile-facets__disclosure summary span.mobile-facets__open,
    .custom-collection-filter #main-collection-filters .facets-container menu-drawer.mobile-facets__wrapper.custom-mob-filter details.mobile-facets__disclosure summary span.mobile-facets__open {
        display: none !important;
    }
    .custom-collection-filter #main-collection-filters {
        margin-bottom: 0 !important;
    }
    aside .active-facets {
        display: none;
    }
    summary.mobile-facets__open-wrapper span.mobile-facets__close {
        width: 16px;
        height: 16px;
        top: 14px;
        right: 14px;
    }
    .collection-filter-mobile .mobile-filter-content .filter-title.mobile-facets__header,
     .collection-filter-mobile .mobile-filter-content .filter-title.mobile-facets__header .mobile-facets__header-inner {
        width: 100% !important;
    }
    .collection-filter-mobile .mobile-filter-content .filter-title.mobile-facets__header {
        padding: 12px;
    }
    .collection-filter-mobile .mobile-filter-content {
        padding: 0;
    }
    .js .mobile-facets__submenu {
        position: relative !important;
        transition: unset !important;
        visibility: visible !important;
    }
    .js .mobile-facets .submenu-open {
        visibility: visible !important;
    }
    .js .mobile-facets__submenu > .mobile-facets__footer,
    .js .mobile-facets__submenu button.mobile-facets__close-button.link.link--text.focus-inset {
        display: none;
    }
    .custom-coll-data .mobile-facets__summary {
        padding: 0;
    }
    .mobile-facets__inner .mobile-facets__main > details summary.mobile-facets__summary {
        outline: none !important;
    }
    .js .mobile-facets__submenu .mobile-facets__list {
        border-bottom: 1px solid #ebebeb;
        padding-bottom: 5px;
    }
    .mobile-facets__inner .mobile-facets__main > details[open] summary.mobile-facets__summary span.mobile-facets__arrow svg.icon.icon-plus {
        display: none;
    }
    .mobile-facets__inner .mobile-facets__main > details[open] summary.mobile-facets__summary {
        border-bottom: none;
    }
    .mobile-facets__label {
        padding: 10px 15px !important;
    }
    .mobile-facets__inner .mobile-facets__main > details summary.mobile-facets__summary>div>span:first-child {
        font-weight: 500;
        font-size: 15px;
    }
    body .facets-vertical .collection-filter-mobile .active-facets {
        margin: 10px 0 0 0;
        padding-bottom: 10px !important;
    }
    .mobile-facets__label .icon-checkmark {
        top: 1.5rem !important;
        left: 1.9rem !important;
    }
    .js .mobile-facets__submenu .mobile-facets__list li.mobile-facets__item.list-menu__item label.facets__label.mobile-facets__label span.facet-checkbox__text {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    span.active-facets__button-inner {
        font-size: 12px !important;
    }
    .js .mobile-facets__submenu {
        z-index: 2 !important;
    }
    .mobile-facets .mobile-facets__footer {
        z-index: 3 !important;
    }
    .price--on-sale .price-item--regular {
        font-size: 15px;
    }
    .card--standard>.card__content .card__information h3 > a {
        min-height: 32px;
    }
    .primary-your-shopping-cart.primary-cart .custom-cart .cart__items table.cart-items tbody tr td.cart-item__media {
        overflow: hidden;
    }
}
@media (max-width: 686px) {
    body.template-location-product .breadcrumbs {
        margin-top: 21px !important;
        padding: 0 20px !important;
    }
    .breadcrumb-delimeter:not(:last-child):after {
        font-size: 14px;
        margin-left: 0.3rem;
        margin-right: 0.3rem;
    }

}
@media (max-width: 575px) {
    .custom-collection-main-data .custom-sorting form#FacetFiltersFormMobile {
        margin-bottom: 0px !important;
    }
}
@media (max-width: 479px) {
    .home_usp_container {
        gap: 20px;
    }
    main#MainContent .home_usp_container {
        padding: 15px !important;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .home_usp_container .usp_content {
        display: flex;
        width: calc(100% / 1);
        align-items: center;
        gap: 10px;
        max-width: unset;
        flex-direction: row !important;
    }
    .header .header__heading-logo {
        width: 115px;
    }
    header.header {
        height: 113px;
    }
    .home_usp_container .usp_content .icon-image.img_content img {
        max-width: 34px;
    }
    .shop-by-brand .brand-grid a.brand-item {
        width: calc(50% - 10px);
    }
    .shop-by-icon h2 {
        margin-bottom: 40px !important;
    }
    .home-fix-img-banner .banner__media img {
        position: unset !important;
        height: auto !important;
    }
    .home-fix-img-banner .media>*:not(.zoom):not(.deferred-media__poster-button), .home-fix-img-banner .media model-viewer {
        bottom: 0 !important;
        top: auto !important;
        position: absolute !important;
    }
    .card .card-text a {
        font-size: 15px;
    }
    /* .priceSet span {
        font-size: 19px;
    } */
    .card .brand-name {
        font-size: 14px;
    }
    .about-section .image-section {
        flex-direction: column;
    }
    .about-section h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .primary-your-shopping-cart.primary-cart .custom-cart .custom-cart-second {
        width: 100%;
    }
    .custom-collection-main-data .custom-coll-data {
        margin-top: 20px;
        justify-content: flex-start;
    }
    .custom-chimney-pipe .swiper-slide a,
    .left_slide_collection .brand-filters-slider form.facets__form-vertical_classification_filter .facets__label {
        font-size: 12px !important;
    }
    .top-category-slider h3, .left_slide_collection h2 {
        font-size: 12px;
        max-width: 86px;
    }
    .breadcrum-sorting.col_class-a-chimney-pipe {
        margin-top: 20px;
    }
    .custom-collection-main-data h1.collection-hero__title {
        font-size: 32px !important;
    }
    .custom-collection-main-data .custom-coll-data .pagination__list {
        justify-content: flex-end;
    }
    .custom-collection-main-data .custom-coll-data .custom-pagination-data {
        margin-left: auto;
    }
    .custom-collection-main-data .custom-sorting {
        max-width: calc(50% - 10px);
    }
    .headerRightActions {
        gap: 15px;
    }
    .headerRightActions span.login-data-account {
        display: block;
    }
    .headerRightActions span.login-data-account .login-data a.account-logged-in .login-svg span.login-svg-label {
        display: none;
    }

}
@media (max-width: 389px) {
    .card .card-text a,
    .banner__box .banner__text p, .priceSet span {
        font-size: 13px;
    }
    .facets-container {
        padding-top: 0;
    }
    .custom-collection-main-data .custom-coll-data {
        flex-direction: column;
        align-items: baseline;
    }
    .custom-collection-main-data .custom-coll-data .custom-pagination-data {
        margin-left: 0;
        margin-top: 20px;
    }
    .custom-collection-main-data .custom-sorting {
        max-width: calc(100% - 0px);
    }
    .custom-collection-main-data .custom-coll-data .pagination__list {
        justify-content: flex-start;
    }
    .custom-collection-main-data .custom-coll-data .custom-pagination-data {
        width: 100%;
    }
    








}
@media (max-width: 374px) {
    .category-list {
        gap: 10px !important;
    }
}
.custom-cart .custom-cart-second .cart__blocks .js-contents small.tax-note {
    padding-top: 10px;
    letter-spacing: normal;
    margin-bottom: 0;
    padding-bottom: 15px;
    margin-top: 0;
}
@media (max-width:749px){
    .collection-filter-desktop .mobile-subcategories {
        display: none !important;
    }   
}

@media print {
    .section-header {
        position: unset !important;
    }
    .needsclick {
        display: none !important;
    }
}




.rating-card-product-custom {
    margin-bottom: 6px;
    min-height: 17.59px;
}
.template-location-product .review-custom-rating {
    margin-bottom: 10px !important;
  
    margin-top: 10px !important;
}
.template-location-product section.product-reviews-section.custom-accordion .stjr-product-review-page-widget {
    z-index: 0;
}
.template-location-product section.product-reviews-section.custom-accordion .stjr-product-review-histogram-bar-complete {
    display: block !important;
}
.search-modal__content .predictive-search .predictive-search__result-group:last-child ul.predictive-search__results-list li.predictive-search__list-item .rating-card-product-custom {
    margin-bottom: 0;
}

.predictive-search__item-content .rating-card-product-custom {
    min-height: 0;
}
.stjr-h2.stjr-product-write-review-widget-header__product-name {
    padding-right: 10px;
}

@media screen and (max-width:575px) {
  .rating-card-product-custom .stjr-product-rating-widget {
    justify-content: center;
  }
  .you-may-also .card .card-text a, .cbb-also-bought-container h3.cbb-also-bought-product-name {
    min-height: 17px !important;
  }
}




@media (max-width:389px){
  .custom-collection-main-data .custom-coll-data {
    flex-direction: row;
    align-items: baseline;
}
  .custom-collection-main-data .custom-coll-data .custom-pagination-data {
    margin-left: auto;
}
  .custom-collection-main-data .custom-coll-data .pagination__list {
    justify-content: flex-end;
}
  .custom-collection-main-data .custom-coll-data {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
}



@media only screen and (max-width: 749px) {
  .collection-filter-mobile div.mobile-filter-content {
    flex: 1;
  }
}



.section-custom-brands .flex-item-center .brand-grid {
    display: flex;
    text-align: center;
    justify-content: center;
}


.stjr-widget--mobile .stjr-product-review-page-widget-filter .stjr-product-review-page-widget-filter__sort-by {
    z-index: 10 !important;
}
.stjr-widget--mobile .stjr-product-review-page-widget-filter .stjr-product-review-page-widget-filter__filter-by {
    z-index: 9 !important;
}
h2.enter-something {
    font-size: 34px !important;
    line-height: 40px;
    text-align: center;
    color: #1d373e;
    margin: 0 0 31px !important;
    font-weight: 600 !important;
    letter-spacing: 0px !important;
}








/* Rebuy Section Css 10-Oct-2025 */
.custom-rebuy-section .rebuy-widget-content  .super-title {
    margin: 0 0 0;
    /* /* font-family: DM Sans; */ */
    font-weight: 500;
    color: #162d59;
    font-size: 18px;
}
.custom-rebuy-section .rebuy-widget-content .primary-title {
    margin: 0 0 30px;
    /* font-family: DM Sans; */
    font-weight: 500;
    color: #162d59;
    font-size: 24px;
    text-transform: capitalize;
}
.custom-rebuy-section .rebuy-widget-content .rebuy-product-grid {
    padding-inline: 0 !important;
}
.custom-rebuy-section .rebuy-widget-content .splide__list {
    gap: 12px;
}
.custom-rebuy-section .rebuy-widget-content .rebuy-product-block {
    background-color: #fff;
    padding: 10px;
    border-radius: 0;
    width: calc(25% - 9px) !important;
}
.custom-rebuy-section .rebuy-widget-content .rebuy-product-block .rebuy-product-info .rebuy-product-title a {
    color: #162d59;
    font-size: 16px;
    margin: 0;
    /* font-family: DM Sans, serif; */
    line-height: 1.5;
    text-align: left;
    font-weight: 700;
    margin-bottom: 14px;
}
.custom-rebuy-section .rebuy-widget-content .rebuy-product-block .rebuy-product-info {
    text-align: left;
}
.custom-rebuy-section .rebuy-widget-content .rebuy-product-block .rebuy-product-info .rebuy-product-vendor-container a {
    font-weight: 600;
    font-size: 13px;
    line-height: 19.8px;
    letter-spacing: 0;
    color: #838383;
}
.custom-rebuy-section .rebuy-widget-content .rebuy-product-block .rebuy-product-info .rebuy-product-price span.rebuy-money {
    font-size: 21px !important;
    color: #000;
    font-weight: 700;
    margin-right: 6px;
}
.custom-rebuy-section .rebuy-widget-content .rebuy-product-block .rebuy-product-actions {
    margin-top: 16px;
}
.custom-rebuy-section .rebuy-widget-content .rebuy-product-block .rebuy-product-actions .rebuy-button {
    border: 1px solid #162d59 !important;
    border-radius: 0;
    color: #fff;
    width: 100%;
    font-size: 14px;
    padding: 8px 10px;
    /* font-family: DM Sans,serif; */
    line-height: 1.5;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    font-weight: 500;
    cursor: pointer;
    min-height: auto;
    position: relative;
}
.custom-rebuy-section .rebuy-widget-content .rebuy-product-grid .rebuy-carousel__arrows .rebuy-carousel__arrow {
    background: #ebe9df;
    border-radius: 0;
    margin-top: -25px;
}
.custom-rebuy-section .rebuy-widget-content .rebuy-product-block .rebuy-product-actions .rebuy-button:hover {
    background-color: transparent !important;
    color: #162d59;
}
.custom-rebuy-section .rebuy-widget-content .rebuy-product-grid .rebuy-carousel__pagination {
    display: none;
}
.cart-custom-rebuy-section.custom-rebuy-section .rebuy-widget-content .rebuy-product-block {
    width: calc(33% - 5px) !important;
}


/* Product Page Widget Css */
.product-custom-rebuy .rebuy-widget-content .primary-title {
    color: #131313;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    font-family: Roboto,serif!important;
    margin-bottom: 20px;
}
.product-custom-rebuy .rebuy-widget-content .rebuy-product-grid {
    padding-inline: 0 !important;
}
.product-custom-rebuy .rebuy-widget-content .rebuy-product-grid .splide__track {
    max-width: 65%;
    margin: auto;
    overflow: hidden;
    gap: 0;
}
.product-custom-rebuy .rebuy-widget-content .rebuy-product-grid .splide__track .rebuy-product-block {
    padding: 0 8px;
}
.product-custom-rebuy .rebuy-widget-content .rebuy-product-grid .splide__track .rebuy-product-block .rebuy-product-info .rebuy-product-title .rebuy-product-title-link {
    margin: 6px 0;
    display: block;
    text-align: center;
    color: #162d59;
    font-size: 14px;
    font-family: Roboto,serif;
    font-weight: 400;
}
.product-custom-rebuy .rebuy-widget-content .rebuy-product-grid .splide__track .rebuy-product-block .rebuy-product-info .rebuy-product-price span.rebuy-money {
    color: #8b2323;
    font-size: 14px;
    margin: 0 0px 0 0;
}
.product-custom-rebuy .rebuy-widget-content .rebuy-product-grid .splide__track .rebuy-product-block button.rebuy-button {
    border: 1px solid #162d59!important;
    border-radius: 0;
    color: #fff;
    width: 100%;
    font-size: 14px;
    padding: 8px 10px;
    /* font-family: DM Sans,serif; */
    line-height: 1.5;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    font-weight: 500;
    cursor: pointer;
    min-height: auto;
    position: relative;
}
.product-custom-rebuy .rebuy-widget-content .rebuy-product-block .rebuy-product-actions .rebuy-button:hover {
    background-color: transparent !important;
    color: #162d59 !important;
}
.product-custom-rebuy .rebuy-widget-content .rebuy-product-grid .rebuy-carousel__arrows .rebuy-carousel__arrow {
    background: #ffffff80;
    border-radius: 0;
}
.product-custom-rebuy .rebuy-widget-content .rebuy-product-grid .rebuy-carousel__arrows .rebuy-carousel__arrow svg {
    width: 16px;
}
.product-custom-rebuy .rebuy-widget-content .rebuy-product-grid .rebuy-carousel__pagination {
    bottom: -10px;
}
.product-custom-rebuy .rebuy-widget-content .rebuy-product-grid .rebuy-carousel__pagination li .rebuy-carousel__page {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-inline: 5px;
    background-color: #000;
    opacity: 0.2;
}
.product-custom-rebuy .rebuy-widget-content .rebuy-product-grid .rebuy-carousel__pagination li .rebuy-carousel__page.is-active {
    background-color: #162d59;
    opacity: 1;
}
.powered-by-rebuy {
    visibility: hidden;
}
.custom-rebuy-section.custom-section-popup-upsell {
    animation: unset !important;
    opacity: 1 !important;
    transform: unset !important;
}


/* Cart List Widget */
.cart-list-widget-custom .rebuy-widget-content .primary-title {
    margin: 0 0 22px;
    /* font-family: DM Sans; */
    font-weight: 500;
    color: #162d59;
    font-size: 24px;
    text-transform: capitalize;
}
.cart-list-widget-custom .rebuy-widget-content .rebuy-product-grid .splide__list .rebuy-product-block {
    background-color: #fff;
    border-radius: 0;
    margin-block: 8px;
    padding: 10px;
}
.cart-list-widget-custom .rebuy-widget-content .rebuy-product-grid .splide__list .rebuy-product-block {
    background-color: #fff;
    border-radius: 0;
    margin-block: 8px;
    padding: 10px;
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 12px;
    align-items: flex-start;
}
.cart-list-widget-custom .rebuy-widget-content .rebuy-product-grid .splide__list .rebuy-product-block .rebuy-product-media {
    width: 100%;
    grid-row: span 3;
}
.cart-list-widget-custom .rebuy-widget-content .rebuy-product-grid .splide__list .rebuy-product-block .rebuy-product-info {
    width: 100%;
    padding-inline: 0;
}
.cart-list-widget-custom .rebuy-widget-content .rebuy-product-grid .splide__list .rebuy-product-block .rebuy-product-info h5.rebuy-product-title {
    margin: 0;
}
.cart-list-widget-custom .rebuy-widget-content .rebuy-product-grid .splide__list .rebuy-product-block .rebuy-product-info h5.rebuy-product-title a {
    color: #162d59;
    font-size: 15px;
    margin: 0 0 0;
    /* font-family: DM Sans, serif; */
    line-height: 1.2;
    text-align: left;
    font-weight: 700;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.cart-list-widget-custom .rebuy-widget-content .rebuy-product-grid .splide__list .rebuy-product-block .rebuy-product-info .rebuy-product-price .rebuy-money {
    font-size: 15px;
    letter-spacing: 0;
    color: rgb(139, 35, 35);
}
.cart-list-widget-custom .rebuy-widget-content .rebuy-product-grid .splide__list .rebuy-product-block .rebuy-product-info .rebuy-product-price .compare-at {
    color: rgb(22, 45, 89);
}
.cart-list-widget-custom .rebuy-widget-content .rebuy-product-grid .splide__list .rebuy-product-block .rebuy-product-actions {
    text-align: left;
}
.cart-list-widget-custom .rebuy-widget-content .rebuy-product-grid .splide__list .rebuy-product-block .rebuy-product-actions .rebuy-button {
    border: 1px solid #162d59!important;
    border-radius: 0;
    color: #fff;
    width: 100%;
    font-size: 14px;
    padding: 8px 10px;
    /* font-family: DM Sans,serif; */
    line-height: 1;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    font-weight: 500;
    cursor: pointer;
    min-height: auto;
    position: relative;
    max-width: 80px;
}
.cart-list-widget-custom .rebuy-widget-content .rebuy-product-grid .splide__list .rebuy-product-block .rebuy-product-actions .rebuy-button:hover {
    background-color: transparent;
    color: #162d59;
}


















/* rebuy */
/* Rebuy Section Css 10-Oct-2025 */
.custom-rebuy-section {
    max-width: 100%;
}
.custom-rebuy-section .rebuy-widget-content .super-title {
    margin: 0 0 0;
    /* font-family: DM Sans; */
    font-weight: 500;
    color: #002b45;
    font-size: 18px;
}
.custom-rebuy-section .rebuy-widget-content .primary-title {
    margin: 0 0 30px;
    color: #002b45;
    text-transform: capitalize;
    text-align: left;
    font-size: 34px;
    line-height: 1.236;
    font-weight: 600;
    letter-spacing: 0;
}
.custom-rebuy-section .rebuy-widget-content .rebuy-product-grid {
    padding-inline: 0 !important;
}
.custom-rebuy-section .rebuy-widget-content .splide__list {
    gap: 11px;
}
.custom-rebuy-section .rebuy-widget-content .rebuy-product-block {
    background-color: #fff;
    padding: 10px;
    border-radius: 0;
    width: calc(25% - 9px) !important;
}
.custom-rebuy-section .rebuy-widget-content .rebuy-product-block .rebuy-product-info .rebuy-product-title a {
    color: #002b45;
    font-size: 16px;
    margin: 0 0 14px;
    line-height: 130%;
    text-align: left;
    font-weight: 400;
    letter-spacing: 0;
}
.custom-rebuy-section .rebuy-widget-content .rebuy-product-block .rebuy-product-info {
    text-align: left;
}
.custom-rebuy-section .rebuy-widget-content .rebuy-product-block .rebuy-product-info .rebuy-product-vendor-container a {
    font-weight: 600;
    font-size: 13px;
    line-height: 19.8px;
    letter-spacing: 0;
    color: #838383;
}
.custom-rebuy-section .rebuy-widget-content .rebuy-product-block .rebuy-product-info .rebuy-product-price span.rebuy-money {
    font-size: 15px!important;
    color: #002b45;
    font-weight: 400;
    margin-right: 6px;
    letter-spacing: 0;
}
.custom-rebuy-section .rebuy-widget-content .rebuy-product-block .rebuy-product-info .rebuy-product-price span.rebuy-money.compare-at {
    opacity: 0.7;
}
.custom-rebuy-section .rebuy-widget-content .rebuy-product-block .rebuy-product-actions {
    margin-top: 16px;
}
.custom-rebuy-section .rebuy-widget-content .rebuy-product-block .rebuy-product-actions .rebuy-button {
    border: 1px solid #002b45 !important;
    color: #fff;
    width: 100%;
    font-size: 15px;
    padding: 11px 10px;
    line-height: 1.5;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    font-weight: 500;
    cursor: pointer;
    min-height: auto;
    position: relative;
    background-color: #002b45 !important;
    border-radius: 50px;
    transition: 0.25s ease-in-out;
}
.custom-rebuy-section .rebuy-widget-content .rebuy-product-grid .rebuy-carousel__arrows .rebuy-carousel__arrow {
    background: #fff;
    margin-top: -25px;
    border: 0;
    box-shadow: 0 2px 10px #00000026;
    width: 48px;
    height: 48px;
    border-radius: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 22px;
}
.custom-rebuy-section .rebuy-widget-content .rebuy-product-grid .rebuy-carousel__arrows .rebuy-carousel__arrow svg {
    visibility: hidden;
}
.custom-rebuy-section .rebuy-widget-content .rebuy-product-grid .rebuy-carousel__arrows .rebuy-carousel__arrow:hover {
    background-size: 25px;
}
.custom-rebuy-section .rebuy-widget-content .rebuy-product-grid .rebuy-carousel__arrows .rebuy-carousel__arrow.splide__arrow--next {
    background-image: url('https://cdn.shopify.com/s/files/1/0664/7575/3572/files/right-arrow_1.svg?v=1761150875');
}
.custom-rebuy-section .rebuy-widget-content .rebuy-product-grid .rebuy-carousel__arrows .rebuy-carousel__arrow.splide__arrow--prev {
    background-image: url('https://cdn.shopify.com/s/files/1/0664/7575/3572/files/Frame_1.svg?v=1761150875');
}
.custom-rebuy-section .rebuy-widget-content .rebuy-product-block .rebuy-product-actions .rebuy-button:hover {
    background-color: transparent !important;
    color: #002b45;
}
.custom-rebuy-section .rebuy-widget-content .rebuy-product-grid .rebuy-carousel__pagination {
    display: none;
}
/* .cart-custom-rebuy-section.custom-rebuy-section .rebuy-widget-content .rebuy-product-block {
    width: calc(33% - 5px) !important;
} */


/* Product Page Widget Css */
.product-custom-rebuy .rebuy-widget-content .primary-title {
    color: #131313;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    font-family: Roboto,serif!important;
    margin-bottom: 20px;
}
.product-custom-rebuy .rebuy-widget-content .rebuy-product-grid {
    padding-inline: 0 !important;
}
.product-custom-rebuy .rebuy-widget-content .rebuy-product-grid .splide__track {
    max-width: 65%;
    margin: auto;
    overflow: hidden;
    gap: 0;
}
.product-custom-rebuy .rebuy-widget-content .rebuy-product-grid .splide__track .rebuy-product-block {
    padding: 0 8px;
}
.product-custom-rebuy .rebuy-widget-content .rebuy-product-grid .splide__track .rebuy-product-block .rebuy-product-info .rebuy-product-title .rebuy-product-title-link {
    margin: 6px 0;
    display: block;
    text-align: center;
    color: #162d59;
    font-size: 14px;
    font-family: Roboto,serif;
    font-weight: 400;
}
.product-custom-rebuy .rebuy-widget-content .rebuy-product-grid .splide__track .rebuy-product-block .rebuy-product-info .rebuy-product-price span.rebuy-money {
    color: #8b2323;
    font-size: 14px;
    margin: 0 0px 0 0;
}
.product-custom-rebuy .rebuy-widget-content .rebuy-product-grid .splide__track .rebuy-product-block button.rebuy-button {
    border: 1px solid #162d59!important;
    border-radius: 0;
    color: #fff;
    width: 100%;
    font-size: 14px;
    padding: 8px 10px;
    /* font-family: DM Sans,serif; */
    line-height: 1.5;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    font-weight: 500;
    cursor: pointer;
    min-height: auto;
    position: relative;
}
.product-custom-rebuy .rebuy-widget-content .rebuy-product-block .rebuy-product-actions .rebuy-button:hover {
    background-color: transparent !important;
    color: #162d59 !important;
}
.product-custom-rebuy .rebuy-widget-content .rebuy-product-grid .rebuy-carousel__arrows .rebuy-carousel__arrow {
    background: #ffffff80;
    border-radius: 0;
}
.product-custom-rebuy .rebuy-widget-content .rebuy-product-grid .rebuy-carousel__arrows .rebuy-carousel__arrow svg {
    width: 16px;
}
.product-custom-rebuy .rebuy-widget-content .rebuy-product-grid .rebuy-carousel__pagination {
    bottom: -10px;
}
.product-custom-rebuy .rebuy-widget-content .rebuy-product-grid .rebuy-carousel__pagination li .rebuy-carousel__page {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-inline: 5px;
    background-color: #000;
    opacity: 0.2;
}
.product-custom-rebuy .rebuy-widget-content .rebuy-product-grid .rebuy-carousel__pagination li .rebuy-carousel__page.is-active {
    background-color: #162d59;
    opacity: 1;
}
.powered-by-rebuy {
    visibility: hidden;
}
/* Cart List Widget */
.cart-list-widget-custom .rebuy-widget-content .primary-title {
    margin: 0 0 30px;
    color: #002b45;
    font-size: 34px;
    text-transform: capitalize;
    text-align: center!important;
    letter-spacing: 0;
    font-weight: 700;
}
.cart-list-widget-custom .rebuy-widget-content .rebuy-product-grid .splide__list .rebuy-product-block {
    background-color: #f2f2f2;
    border-radius: 0;
    margin-block: 8px;
    padding: 10px;
}
.cart-list-widget-custom .rebuy-widget-content .rebuy-product-grid .splide__list .rebuy-product-block {
    background-color: #f2f2f2;
    borderpt-filter-slider-radius: 0;
    margin-block: 8px;
    padding: 10px;
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 12px;
    align-items: flex-start;
}
.cart-list-widget-custom .rebuy-widget-content .rebuy-product-grid .splide__list .rebuy-product-block .rebuy-product-media {
    width: 100%;
    grid-row: span 3;
}
.cart-list-widget-custom .rebuy-widget-content .rebuy-product-grid .splide__list .rebuy-product-block .rebuy-product-info {
    width: 100%;
    padding-inline: 0;
}
.cart-list-widget-custom .rebuy-widget-content .rebuy-product-grid .splide__list .rebuy-product-block .rebuy-product-info h5.rebuy-product-title {
    margin: 0;
}
.cart-list-widget-custom .rebuy-widget-content .rebuy-product-grid .splide__list .rebuy-product-block .rebuy-product-info h5.rebuy-product-title a {
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #002b45;
    font-size: 16px;
    line-height: normal;
    text-align: left;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0;
}
.cart-list-widget-custom .rebuy-widget-content .rebuy-product-grid .splide__list .rebuy-product-block .rebuy-product-info .rebuy-product-price .rebuy-money {
    color: #002b45;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 15px;
}
.cart-list-widget-custom .rebuy-widget-content .rebuy-product-grid .splide__list .rebuy-product-block .rebuy-product-info .rebuy-product-price .compare-at {
    color: rgb(22, 45, 89);
}
.cart-list-widget-custom .rebuy-widget-content .rebuy-product-grid .splide__list .rebuy-product-block .rebuy-product-actions {
    text-align: left;
}
.cart-list-widget-custom .rebuy-widget-content .rebuy-product-grid .splide__list .rebuy-product-block .rebuy-product-actions .rebuy-button {
    border: 1px solid #002b45 !important;
    color: #fff;
    width: 100%;
    font-size: 14px;
    padding: 8px 10px;
    line-height: 1;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    font-weight: 500;
    cursor: pointer;
    min-height: auto;
    position: relative;
    max-width: 100%;
    background-color: #002b45;
    border-radius: 50px;
    transition: 0.25s eae-in-out;
}
.cart-list-widget-custom .rebuy-widget-content .rebuy-product-grid .splide__list .rebuy-product-block .rebuy-product-actions .rebuy-button:hover {
    background-color: transparent;
    color: #162d59;
}



/* FBT Section */
.fbt-rebuy-custom .rebuy-widget-content .primary-title {
    margin: 0 0 30px;
    color: #002b45;
    font-size: 34px;
    text-transform: capitalize;
    text-align: center!important;
    letter-spacing: 0;
    font-weight: 700;
}
.fbt-rebuy-custom .rebuy-widget-content .rebuy-bundle__images a.rebuy-bundle__image-item {
    background-color: #f2f2f2;
    padding: 6px;
}
.fbt-rebuy-custom .rebuy-widget-content .rebuy-bundle__images .rebuy-bundle__image {
    width: 100%;
    max-width: 150px;
    margin-right: 20px;
}
.fbt-rebuy-custom .rebuy-widget-content .rebuy-bundle__images .rebuy-bundle__image-divider {
    margin-inline: 10px;
    background-color: #fff;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.fbt-rebuy-custom .rebuy-widget-content .rebuy-bundle__actions {
    text-align: left;
}
.fbt-rebuy-custom .rebuy-widget-content .rebuy-bundle__actions .rebuy-bundle__actions-price {
    margin: 0;
}
.fbt-rebuy-custom .rebuy-widget-content .rebuy-bundle__actions .rebuy-bundle__actions-price p.rebuy-bundle__actions-price-value {
    margin: 0 0 0 0;
}
.fbt-rebuy-custom .rebuy-widget-content .rebuy-bundle__actions .rebuy-bundle__actions-price {
    margin: 0 0 22px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fbt-rebuy-custom .rebuy-widget-content .rebuy-bundle__actions .rebuy-bundle__actions-price .rebuy-bundle__actions-price-label {
    font-size: 20px;
    color: #002b45;
    letter-spacing: 0;
    font-weight: 600;
}
.fbt-rebuy-custom .rebuy-widget-content .rebuy-bundle__actions .rebuy-bundle__actions-price p.rebuy-bundle__actions-price-value {
    margin: 0 0 0 0;
    font-size: 16px;
}
.fbt-rebuy-custom .rebuy-widget-content .rebuy-bundle__actions .rebuy-bundle__actions-price p.rebuy-bundle__actions-price-value .rebuy-money {
    color: #002b45;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 17px;
}
.fbt-rebuy-custom .rebuy-widget-content .rebuy-bundle__actions .rebuy-bundle__actions-price p.rebuy-bundle__actions-price-value .rebuy-money.compare-at {
    margin-left: 3px;
    opacity: 0.6;
}
.fbt-rebuy-custom .rebuy-widget-content .rebuy-bundle__actions .rebuy-bundle__actions-buttons {
    margin: 0;
}
.fbt-rebuy-custom .rebuy-widget-content .rebuy-bundle__actions .rebuy-bundle__actions-buttons button.rebuy-button {
    border: 1px solid #002b45 !important;
    border-radius: 50px;
    color: #fff;
    width: 100%;
    font-size: 15px;
    padding: 10px 10px;
    line-height: 1.5;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    font-weight: 500;
    cursor: pointer;
    min-height: auto;
    position: relative;
    background-color: #002b45 !important;
    transition: 0.25s ease-in-out;
}
.fbt-rebuy-custom .rebuy-widget-content .rebuy-bundle__actions .rebuy-bundle__actions-buttons button.rebuy-button:hover {
    background-color: transparent !important;
    color: #002b45;
}
.fbt-rebuy-custom .rebuy-widget-content .rebuy-bundle__items .rebuy-product-block {
    padding-top: 0 !important;
    margin-top: 20px;
}
.fbt-rebuy-custom .rebuy-widget-content .rebuy-bundle__items .rebuy-product-block .rebuy-product-info {
    background-color: #f2f2f2;
    padding: 12px;
    border-radius: 6px;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap !important;
}
.fbt-rebuy-custom .rebuy-widget-content .rebuy-bundle__items .rebuy-product-block .rebuy-product-info .rebuy-product-checkbox input {
    width: 18px;
    margin: 0;
    border-radius: 3px;
}
.fbt-rebuy-custom .rebuy-widget-content .rebuy-bundle__items .rebuy-product-block .rebuy-product-info .rebuy-product-price {
    margin-left: auto !important;
    font-size: 16px;
    width: 97.6%;
}
.fbt-rebuy-custom .rebuy-widget-content .rebuy-bundle__items .rebuy-product-block .rebuy-product-info .rebuy-product-price span.rebuy-money {
    color: #002b45;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 15px;
}
.fbt-rebuy-custom .rebuy-widget-content .rebuy-bundle__items .rebuy-product-block .rebuy-product-info .rebuy-product-price span.compare-at {
    /* color: #162d59; */
    opacity: 0.6;
}
.fbt-rebuy-custom .rebuy-widget-content .rebuy-bundle__items .rebuy-product-block .rebuy-product-info .rebuy-product-checkbox input:checked {
    background-color: #002b45;
    border-color: #002b45;
}
.fbt-rebuy-custom .rebuy-widget-content .rebuy-bundle__items .rebuy-product-block .rebuy-product-info .rebuy-product-title {
    line-height: normal !important;
}
.fbt-rebuy-custom .rebuy-widget-content .rebuy-bundle__items .rebuy-product-block .rebuy-product-info .rebuy-product-title .rebuy-product-title-link {
    color: #002b45;
    font-size: 16px;
    line-height: normal;
    text-align: left;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0;
}
.fbt-rebuy-custom .rebuy-widget-content .rebuy-bundle__images {
    row-gap: 10px;
}
.fbt-rebuy-custom .rebuy-widget-content .rebuy-bundle__items .rebuy-product-block .rebuy-product-info strong.rebuy-product-label {
    display: none;
}
.custom-rebuy-section .rebuy-widget-content .rebuy-product-block .rebuy-product-options select {
    padding: 7px 45px 7px 12px;
    border: 1px solid #002b45;
    color: #002b45;
    font-weight: 500;
    box-shadow: unset;
    font-family: 'Inter';
}
.custom-rebuy-section .widget-display-popup .rebuy-widget-content .rebuy-product-block {
    border: 1px solid #b5b5b5;
}
.custom-rebuy-section .widget-display-popup .rebuy-widget-content {
    max-width: 1000px !important;
}
.custom-rebuy-section .widget-display-popup .rebuy-widget-content .rebuy-product-grid .rebuy-carousel__arrows .rebuy-carousel__arrow {
    margin-top: -25px;
}
.custom-rebuy-section .widget-display-popup .rebuy-widget-content .primary-title {
    text-align: center;
}
.custom-rebuy-section .widget-display-popup .rebuy-widget-content .rebuy-modal-actions .rebuy-button {
    border-radius: 50px;
    background-color: #002b45 !important;
    color: #fff;
    padding-block: 14px;
    font-size: 16px;
}
.fbt-rebuy-custom .rebuy-widget-content .rebuy-bundle__items .rebuy-product-block  .rebuy-product-options {
    margin-left: 0 !important;
}
.fbt-rebuy-custom .rebuy-widget-content .rebuy-bundle__items .rebuy-product-block .rebuy-product-options select {
    box-shadow: none;
    border: 1px solid #002b45;
    color: #002b45;
    font-weight: 400;
    font-family: 'Inter';
    letter-spacing: 0;
}

.custom-rebuy-section .rebuy-widget-content .rebuy-product-grid .rebuy-carousel__arrows button.splide__arrow.rebuy-carousel__arrow.splide__arrow--prev.rebuy-carousel__arrow--prev,
.custom-rebuy-section .rebuy-widget-content .rebuy-product-grid .rebuy-carousel__arrows button.splide__arrow.rebuy-carousel__arrow.splide__arrow--next.rebuy-carousel__arrow--next {
    border: 2px solid #fff;
    transform: scale(0.8);
}
.custom-rebuy-section .rebuy-widget-content .rebuy-product-grid .rebuy-carousel__arrows button.splide__arrow.rebuy-carousel__arrow.splide__arrow--prev.rebuy-carousel__arrow--prev {
    left: -40px;
}
.custom-rebuy-section .rebuy-widget-content .rebuy-product-grid .rebuy-carousel__arrows button.splide__arrow.rebuy-carousel__arrow.splide__arrow--next.rebuy-carousel__arrow--next {
    right: -40px;
}

@media screen and (max-width:1280px) {
    .cart-list-widget-custom .rebuy-widget-content .primary-title,
    .fbt-rebuy-custom .rebuy-widget-content .primary-title,
    .custom-rebuy-section .rebuy-widget-content .primary-title {
        margin: 0 0 24px;
        font-size: 28px;
    }
}

@media screen and (max-width:1024px) {
    .template_cart main#MainContent {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width:991px) {
    .custom-rebuy-section .rebuy-widget-content .rebuy-product-block {
        width: calc(33% - 9px)!important;
    }
    .product-custom-rebuy .rebuy-widget-content .rebuy-product-grid .splide__track {
        max-width: 70%;
    }
    .fbt-rebuy-custom .rebuy-widget-content .rebuy-bundle__actions {
    text-align: left;
    width: fit-content;
    margin-inline: auto;
    flex: unset !important;
    margin-top: 30px;
    order: 4 !important;
    }
}

@media screen and (max-width:767px) {
    .custom-rebuy-section .rebuy-widget-content .rebuy-product-block {
        width: calc(50% - 9px)!important;
    }
    .cart-custom-rebuy-section.custom-rebuy-section .rebuy-widget-content .rebuy-product-block {
        width: calc(50% - 9px) !important;
    }
    .custom-rebuy-section .rebuy-widget-content .rebuy-product-block .rebuy-product-info .rebuy-product-title a {
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .custom-rebuy-section .rebuy-widget-content .primary-title {
        margin: 0 0 24px;
        font-size: 20px;
    }
    /* .custom-rebuy-section .rebuy-widget-content .rebuy-product-grid .rebuy-carousel__arrows .rebuy-carousel__arrow {
        width: 28px;
        height: 28px;
    } */
    
    .product-custom-rebuy .rebuy-widget-content .rebuy-product-grid .splide__track {
        max-width: 75%;
    }
    .product-custom-rebuy .rebuy-widget-content .rebuy-product-grid .rebuy-carousel__arrows .rebuy-carousel__arrow {
        width: 28px;
        height: 28px;
    }
    .fbt-rebuy-custom .rebuy-widget-content .rebuy-bundle__images .rebuy-bundle__image {
        width: 100%;
        max-width: 100px;
        margin-right: 10px;
    }
    .fbt-rebuy-custom .rebuy-widget-content .rebuy-bundle__items .rebuy-product-block .rebuy-product-info .rebuy-product-title .rebuy-product-title-link {
        white-space: break-spaces;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .fbt-rebuy-custom .rebuy-widget-content .rebuy-bundle__items .rebuy-product-block .rebuy-product-info .rebuy-product-title {
        line-height: normal!important;
        width: 85%;
    }
    .fbt-rebuy-custom .rebuy-widget-content .rebuy-bundle__items .rebuy-product-block .rebuy-product-info .rebuy-product-price {
        width: 92%;
    }
    .fbt-rebuy-custom .rebuy-widget-content .rebuy-bundle__images .rebuy-bundle__image-divider {
        margin-inline: 5px;
    }
    .fbt-rebuy-custom .rebuy-widget-content .rebuy-bundle__items .rebuy-product-block .rebuy-product-info {
        padding: 8px;
    }
    .fbt-rebuy-custom .rebuy-widget-content .primary-title {
        font-size: 20px;
    }
    .cart-list-widget-custom .rebuy-widget-content .primary-title,
    .fbt-rebuy-custom .rebuy-widget-content .primary-title,
    .custom-rebuy-section .rebuy-widget-content .primary-title {
        margin: 0 0 24px;
        font-size: 25px;
    }
    .custom-rebuy-section .rebuy-widget-content .super-title {
    font-size: 15px;
    }   
    .custom-rebuy-section .rebuy-widget-content .rebuy-product-grid .rebuy-carousel__arrows button.splide__arrow.rebuy-carousel__arrow.splide__arrow--next.rebuy-carousel__arrow--next {
    top: 44%;
    right: 0;
    }
    .custom-rebuy-section .rebuy-widget-content .rebuy-product-grid .rebuy-carousel__arrows button.splide__arrow.rebuy-carousel__arrow.splide__arrow--prev.rebuy-carousel__arrow--prev {
    left: 0;
    top: 44%;
    }
}

@media screen and (max-width:575px) {
    .custom-rebuy-section .rebuy-widget-content .rebuy-product-block {
        padding: 10px !important;
    }
    .custom-rebuy-section .rebuy-widget-content .rebuy-product-block .rebuy-product-info .rebuy-product-title a {
        font-size: 14px;
        line-height: 1.25;
    }
    .custom-rebuy-section .rebuy-widget-content .rebuy-product-block .rebuy-product-info .rebuy-product-price span.rebuy-money {
        font-size: 16px!important;
    }
    .custom-rebuy-section .rebuy-widget-content .rebuy-product-block .rebuy-product-info .rebuy-product-price span.rebuy-money.compare-at {
    font-size: 13px !important;
    }
}


