/** Shopify CDN: Minification failed

Line 12:39 Unterminated string token
Line 2017:42 Unterminated string token
Line 3101:0 Unexpected "}"
Line 3681:14 Expected identifier but found whitespace
Line 3681:15 Unexpected "22px"

**/
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
  font-family: "OpenSansCondensed-Bold;
  src:  url('/cdn/shop/files/OpenSansCondensed-Bold.woff') format('woff'),
        url('/cdn/shop/files/OpenSansCondensed-Bold.woff2') format('woff2');
}
@font-face {
   font-family: OpenSansCondensed-SemiBold;
   src:  url('/cdn/shop/files/OpenSansCondensed-SemiBold.woff2') format('woff2'),
         url('/cdn/shop/files/OpenSansCondensed-SemiBold.woff') format('woff');
}
@font-face {
   font-family: OpenSansCondensed-Medium;
   src:  url('/cdn/shop/files/OpenSansCondensed-Medium.woff') format('woff'),
         url('/cdn/shop/files/OpenSansCondensed-Medium.woff2') format('woff2');
}
@font-face {
   font-family: OpenSansCondensed-Regular;
   src:  url('/cdn/shop/files/OpenSansCondensed-Regular.woff') format('woff'),
         url('/cdn/shop/files/OpenSansCondensed-Regular.woff') format('woff');
}
@font-face {
   font-family: OpenSansCondensed-Light;
   src:  url('/cdn/shop/files/OpenSansCondensed-Light.woff') format('woff'),
         url('/cdn/shop/files/OpenSansCondensed-Light.woff2') format('woff2');
}
article,
aside,
details,
video,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}
html,
body {
  width: 100%;
  background: #fff;
  line-height: 2;
  font-family: OpenSansCondensed-Regular;
}

body {
  margin: 0;
  line-height: 2;
  font-family: OpenSansCondensed-Regular;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #000;
  line-height: 1;
  font-family: "Raleway", sans-serif;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
select::-ms-expand {
  display: none;
}
h2, .h1 {
    /* font-size: 80px; */
    font-size: 56px;
    margin: 0;
    font-weight: 700;
    color: #000;
    /* text-transform: capitalize; */
    line-height: 1.1;
   font-family: "Raleway", sans-serif;
}
h3, .h4 {
    /* font-size: 25px; */
    font-size: 22px;
    margin: 0;
    font-weight: 400;
    color: #000;
    line-height: 1.3;

}
p {
    font-size: 20px;
    color: #000;
    margin: 0;
    line-height: 1.7;
    /*font-weight: 400; */
    font-family: OpenSansCondensed-Regular;
    letter-spacing: 1px;
}
a {
  color: #fff;
  outline: none;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  outline: 0;
  line-height: 1.5;
  font-family: OpenSansCondensed-Regular;
}
a:focus {
  outline: none !important;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}
ul,
ol,
li {
  list-style: none;
  list-style-image: none;
  padding: 0;
  margin: 0;
}
button {
  cursor: pointer;
  color: #fff;
  outline: none;
  text-decoration: none;
  font-size: 16px;
  font-weight:700;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  outline: 0;
}
select,
input,
button,
a {
  outline: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
a:before,
a:after,
button:before,
button:after {
  box-shadow: none !important;
}
.button.button--primary{
    background: #0091b3;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    box-shadow: none;
    border: 1px solid #0091b3;
    text-transform: uppercase;
    /* padding: 15px 30px; */
    padding: 15px 45px;
    display: inline-block;
    cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  outline: 0;
  line-height: 1.5;
  font-family: "Raleway", sans-serif;
}
h2 sup {
    font-size: 12px;
}
p sup, sup {
    font-size: 11px;
}
h4 sup {
    font-size: 11px;
}
.button.button--primary:hover {
    background: #fff;
    color: #0091b3;
    border: 1px solid #0091b3;
}
.shopify-section-header-sticky {
  position: -webkit-sticky;
  transform: translateY(0);
}
.page-width {
    padding: 0 15px;
    width: 100%;
    max-width: 1670px;
}
.container{
    width: 100%;
    max-width: 1670px;
    margin: 0 auto ;
  
}
/* Header css */
header.header.header--middle-left.page-width {
    width: 100%;
    max-width: 1670px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 10px;
    padding-bottom: 10px;
}
.header nav.header__inline-menu li a {
    /* font-size: 20px; */
    font-size: 17px;
    line-height: 2;
    color: #000;
    padding: 0;
    letter-spacing: 1px;
    /* text-transform: uppercase; */
}
.header nav.header__inline-menu li a:hover {
    color: #c3002f;
}
.header .header__active-menu-item {
    text-decoration: underline;
    text-underline-offset: 1.3rem;
    text-decoration-color: #c3002f;
    text-decoration-thickness: 4px;
}
.header__menu-item:hover span {
    text-decoration: underline;
    text-underline-offset: 1.3rem;
    text-decoration-color: #c3002f;
    text-decoration-thickness: 4px !important;
}
.header a.swym-wishlist:hover, a.header__icon.header__icon--account:hover  {
    transform: scale(1.07);
}
.header a.swym-wishlist svg:hover g {
    fill: #c3002f;
}
.header a.header__icon svg:hover g    {
    fill: #c3002f;
}
svg.modal__toggle-open.icon.icon-search:hover {
    color: #c3002f;
}
svg.modal__toggle-close.icon.icon-close:hover {
    color: #c3002f;
}
.header a.header__icon.header__icon--account.link.focus-inset  {
    /* margin-left: 15px; */
     margin-left: 5px;
}
.header a.header__icon.header__icon--account.link.focus-inset svg {
    align-self: center;
    width: 21px;
    height: 19px;
}
.header .header__icons {
    padding-right: 0;
}
.header .header__icon svg.icon.icon-cart-empty{
    width: 22px;
    height: 20px; 
}
.header a.header__icon svg.icon.icon-cart {
    width: 22px;
    height: 20px;
}
.header a.swym-wishlist {
    display: flex;
    /* margin-left: 25px; */
    margin-left: 22px;
   position: relative;
}
.header a.swym-wishlist .cart-count-bubble {
    background: #c3002f;
    /* bottom: 2.5rem; */
      bottom: 1.2rem;
     /* left: 1.5rem; */
     left: 1rem;
     width: 18px;
     height: 18px;
}
.header a.swym-wishlist .cart-count-bubble span {
    line-height: 1;
    align-items: center;
    font-size: 10px;
}

.header a.swym-wishlist svg {
    width: 22px;
    height: 21px;
    display: flex;
    align-self: center;
}
.header a#cart-icon-bubble .cart-count-bubble {
    background: #c3002f;
    bottom: 2.5rem;
    left: 2.5rem;
    width: 18px;
    height: 18px;
}
.header a#cart-icon-bubble .cart-count-bubble span {
    line-height: 1;
    align-items: center;
    font-size: 10px;
}
.header nav.header__inline-menu ul li {
    padding-right: 50px;
}
.header nav.header__inline-menu ul li:last-child {
    padding-right: 0px;
}

/*   banner slider */
.slick-sec {
    width: 100%;
}
.banner-slider {
    text-align: center;
}
.slick-sec .slick-item {
    width: 100%;
    height: 800px;
    display: flex !important;
    align-items: center;
    position: relative;
    z-index: 1;
}
.slick-sec .slick-item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 20%);
    z-index: -1;
}
.slick-sec .slick-txt {
    width: 100%;
    padding: 0 15px;
    text-align: left;
}
.slick-sec .slick-txt h1.slider-heading {
    color: #fff;
    /* font-size: 90px; */
    font-size: 65px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.1;
    font-family: Raleway, sans-serif;
    max-width: 550px;
}
.slick-sec .slick-txt p.slider-title {
    max-width: 740px;
    color: #fff;
    padding: 15px 0 30px;
}
.slick-sec .slick-txt a.slider-shop-btn {
    background: #0091b3;
    /* font-size: 18px; */
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    box-shadow: none;
    border: 1px solid #0091b3;
    text-transform: uppercase;
    padding: 15px 45px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    outline: 0;
    line-height: 1.5;
    font-family: "Raleway", sans-serif;
}
.slick-sec .slick-txt a.slider-shop-btn:hover {
    background: #fff;
    color: #0091b3;
    border: 1px solid #0091b3;
}
.slick-sec ul.slick-dots {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
}
.slick-sec ul.slick-dots li {
    display: inline-block;
    background-color: #fff;
    width: 10px;
    height: 10px;
    border: 0 !important;
    border-radius: 20px;
    margin: 0 8px;
}
.slick-sec ul.slick-dots li.slick-active{
    background-color: #0091b3;
    width: 10px;
    height: 10px;
    position: relative;
    border: 0 !important;
    border-color: transparent;
} 
.slick-sec ul.slick-dots li.slick-active:before {
    width: 20px;
    height: 20px;
    background: transparent;
    position: absolute;
    content: '';
    border: 1px solid #0091b3;
    border-radius: 50%;
    left: -5px;
   top: -5px;
}
.slick-sec .slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.co-mate-padding {
    padding: 90px 15px !important;
}
.co-mate-padding-bottom {
    padding-bottom:90px !important;
}
.co-mate-padding-top {
    padding-top:90px !important;
}
 .collection {
    padding: 90px 15px !important;
} 
.Physically-Alters-sec h2.title.inline-richtext {
    margin: 0;
}
/* made with natural css */
.made-with-natural-sec {
   background: #f7f7f7;
}
.made-with-natural-sec h2.title.inline-richtext {
    margin: 0;
}
 .image-with-text .image-with-text__media {
    border: 0 !important;
}
.made-with-natural-sec .image-with-text__text-item h2 {
    /* font-size: 80px; */
    font-size: 56px;
    margin: 0;
    font-weight: 700;
    color: #000;
    line-height:1;
    /* margin-bottom: 30px; */
    margin-bottom: 20px;
}
.made-with-natural-sec .image-with-text__text-item h4 {
    /* font-size: 30px; */
    font-size: 24px;
    margin: 0;
    font-weight: 600;
    color: #000;
    line-height:1.3;
    font-family: OpenSansCondensed-SemiBold;
}
.made-with-natural-sec .image-with-text__content {
    padding: 6rem 0rem 0 12rem;
}
.made-with-natural-sec .image-with-text__media-item.image-with-text__media-item--medium.image-with-text__media-item--top.grid__item {
    width:calc(45% - var(--grid-desktop-horizontal-spacing) / 2) !important;
}
.made-with-natural-sec .grid--2-col-tablet .grid__item {
  width: calc(55% - var(--grid-desktop-horizontal-spacing) / 2)!important;
}
.home-made-with-natural-sec {
    background: #fff;
}

/* video css */
.how-it-works-sec .video-section__media {
    position: relative;
    z-index: 9;
}
.how-it-works-sec .title-wrapper.title-wrapper--no-top-margin {}
.how-it-works-sec .play-button h2 {
    color: #fff;
    /* font-size: 60px; */
    font-size: 50px;
    line-height: 1.4;
    /* font-weight: 600; */
    position: absolute;
    content: '';
    top:38%;
    z-index: 99;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.play-button div {
    background-color: #0091b3;
    width: 100%;
    /* max-width: 250px; */
    max-width: 235px;
    height: auto;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 53%;
    transform: translate(-50%, -50%) scale(1);
    padding: 20px;
}
.play-button:hover .pause-button {
  display: block; /* Show the pause button on hover */
}

.pause-button {
  display: none; /* Initially hidden */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  color: white;
}
/* .how-it-works-sec video-section__poster{}
.how-it-works-sec .play-button aside {
    transform: translate(30%, 5%) scale(1);
} */
.how-it-works-sec .play-button aside {
    transform: translate(20%, 5%) scale(1);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
}
/* .how-it-works-sec .deferred-media__poster-button {
    height: 40px;
    width: 40px;
    left: 25%;
    top: 50%;
} */
.how-it-works-sec .deferred-media__poster-button {
    height: 35px;
    width: 35px;
    left: 22%;
    top: 50%;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.how-it-works-sec  .deferred-media__poster-button .icon {
    width: 1.5rem;
    height: 1.5rem;
}

/* Physically Alters css */
.Physically-Alters-sec .image-with-text__media-item.image-with-text__media-item--medium.image-with-text__media-item--middle.grid__item{
    width:calc(50% - var(--grid-desktop-horizontal-spacing) / 2) !important;
}
.Physically-Alters-sec .image-with-text__text-item.grid__item {
  width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2)!important;
}
.Physically-Alters-sec .image-with-text__content {
   padding: 6rem 7rem 7rem 0;
}

/* safe clean css */
.safe-clean-sec .page-width {
    padding: 0 0px;
    width: 100%;
    max-width: 100%;
}
.safe-clean-sec .image-with-text__text-item.grid__item {
    background: #0091b3;
}
.safe-clean-sec  .image-with-text__text-item.grid__item h2, .safe-clean-sec  .image-with-text__text-item.grid__item p {
    color: #fff;
}
.safe-clean-sec .image-with-text__text-item.grid__item p {
    padding: 0px 0 10px;
}
.safe-clean-sec  .image-with-text__text.rte.body {
    margin: 0;
}
.safe-clean-sec .image-with-text__text-item.grid__item a.button.button--primary {
    border: 1px solid #fff;
}
 .safe-clean-sec   .image-with-text__content {
   padding: 6rem 12rem 7rem;
}
.home-page-block .image-with-text .image-with-text__media-item.image-with-text__media-item--medium img {
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

/* Unique Dual Action */
.Unique-Dual-Action-sec{}
.Unique-Dual-Action-sec h2.title.inline-richtext {
    text-align: center;
    width: 100%;
    max-width: 90%;
    margin: 0 auto 4rem;
}
.Unique-Dual-Action-sec .image-with-text__content {
  /* padding: 1rem 15px 0rem 12rem; */
   padding: 1rem 15px 2rem 12rem;
}
.about-who-sec h2:nth-of-type(2) {
    margin-top: 40px !important;
}
.about-block-main {
    width: 100%;
    margin: 0 auto;
    min-height: 78rem !important;
}
.about-block-main .banner__media.media {
    background: transparent;
}
.about-block-main .banner__content.page-width {
    padding: 0 15px 0 6rem;
}
.about-block-main .banner__box.content-container {
    text-align: left;
}
.about-block-main .banner__box.content-container h2,
.about-block-main .banner__box.content-container p {
    color: #fff;
}
.about-block-main .banner__box.content-container p{
    padding: 10px 0 20px;
}
.about-block-main .banner__box.content-container p {
    max-width: 700px;
}
/* FAQ css */
.collapsible-content .collapsible-content-wrapper-narrow {
    max-width: 1300px !important;
}
.collapsible-content .accordion .accordion__content {
    padding: 20px 15px 20px 20px;
    border-bottom: 1px solid #000;
    margin-bottom: 0;
}
.collapsible-content h3.accordion__title.inline-richtext.h4 {
    padding: 0 15px 0 20px;
    font-weight: 600;
}
.collapsible-content .collapsible-content .summary:hover {
    background: transparent!important;
}
.collapsible-content .accordion summary:hover {
    background: transparent !important;
}
.collapsible-content .accordion {
    border-top: 0;
    border-bottom: 0;
}
.collapsible-content .accordion summary {
    border-bottom: 1px solid #000;
}
.accordion summary {
    position: relative;
}
span.collapible-action-btns {
    position: absolute;
    right: 25px;
}
.collapsible-content summary:hover .accordion__title {
    text-decoration: none !important;
}
.collapsible-content .view-more-btn {
    text-align: center;
    margin-top: 50px;
}
.collapsible-content .accordion .accordion__content p {
    margin-bottom: 20px;
}



/* collection css */

.collection {
    background: #f5f5f5;
}
.collection  .page-width {
    padding: 0;
    width: 100%;
    max-width: 1170px;
}
.collection h2.title.inline-richtext {
    text-align: center;
    padding-bottom: 10px;
}
.collection .card-information {
    width: 100%;
    padding: 10px 0;
}
.collection ul li {
    padding: 0 20px;
}
.collection ul li .card__content {
    text-align: center;
    margin-top: 15px;
}
.collection ul li .card__content  .card__information h3 a {
    /* font-size: 25px; */
    font-size: 22px;
    color: #000;
    font-weight: 400;
    line-height: 1.3;
    /* text-transform: capitalize; */
    font-family: OpenSansCondensed-Regular;
}
.collection ul li .card__content  .card__information .price {
    text-align: center;
}
.collection ul li .card__content .card__information .price__regular span.price-item.price-item--regular {
    color: #c3002f;
    font-size: 40px;
    line-height: 1.3;
    font-weight: 700;
}
.quick-add__submit {
    background: #0091b3;
    /* font-size: 18px; */
     font-size: 16px;
    color: #fff;
    font-weight: 700;
    box-shadow: none;
    border: 1px solid #0091b3;
    text-transform: uppercase;
    padding: 15px 45px !important;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    outline: 0;
    line-height: 1.5;
    font-family: "Raleway", sans-serif;
    max-width: 230px !important;
    min-width: inherit !important;
}
.quick-add__submit:hover {
    background: #fff;
    color: #0091b3;
    border: 1px solid #0091b3;
}

.home-collcetion-featured-sec {
    background: #f5f5f5 !important;
}

/* footer css */
footer.footer {
    border-top: 10px solid #c3002f;
}
.address-email span svg {
    width: 20px;
    height: 20px;
}
.footer .address-email {
    margin-top: 20px;
    display: flex;
}
.footer .address-email a {
    color: #000;
    margin-left: 10px;
}
.footer  .footer-block-image.center {
    justify-content: flex-start;
}
.footer .list-social__item .icon {
    /* height: 30px;
    width: 30px; */
    height: 36px;
    width: 38px;
}
.footer li.list-social__item a:hover img {
    transform: scale(1.07);
}
svg.icon-facebook {
    /* height: 32px !important;
    width: 30px !important; */
     height: 38px !important;
    width: 38px !important;
}

.footer .footer-block__heading {
    /* font-size: 30px !important; */
    font-size: 25px !important;
    font-weight: 700;
    color: #000;
    line-height: 1.3;
    /* margin-bottom: 30px; */
    margin-bottom: 15px;
}
.footer-block__brand-info h3 {
    /* font-size: 35px; */
    font-size: 25px;
    margin: 0;
    font-weight: 700;
    color: #000;
    line-height: 1.3;
}
.footer .footer__blocks-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.footer .footer-block.grid__item:nth-child(1) {
    /* flex: 0 35%;
    max-width: 35%; */
    flex: 0 34%;
    max-width: 34%;
}
.footer .footer-block.grid__item:nth-child(2) {
    /* flex: 0 17%;
    max-width: 17%; */
    flex: 0 18%;
    max-width: 18%;
}
.footer .footer-block.grid__item:nth-child(3) {
    /* flex: 0 27%;
    max-width: 27%; */
    flex: 0 23%;
    max-width: 23%;
}
.footer .footer-block.grid__item:nth-child(4) {
    /* flex: 0 17%;
    max-width: 17%; */
    /* flex: 0 21%;
    max-width: 21%; */
    flex: 0 21%;
    max-width: 21%;
    padding-right: 0;
}
.footer-block.grid__item {
    border-right: 2px solid #ebebeb;
    /* padding: 0 30px; */
     padding: 0 60px;
}
.footer .footer-block.grid__item:last-child {
    border-right: 0 !important;
}
.footer .footer-block.grid__item:first-child {
    padding-left: 0;
    padding-right: 22px;
}
.footer .footer-block.grid__item.footer-block--menu ul li a {
    /* font-size: 20px; */
    font-size: 17px;
    line-height: 1.3;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}
.footer .footer-block.grid__item.footer-block--menu ul li a:hover{
   color: #c3002f;
}
.footer .footer-block.grid__item.footer-block--menu ul li {
    position: relative;
    margin-left: 25px;
    /* margin-bottom: 10px; */
}
.footer .footer-block.grid__item.footer-block--menu ul li:before {
    position: absolute;
    content: "";
    left: -21px;
    top: 10px;
    background-repeat: no-repeat;
    background-image: url(/cdn/shop/files/list-img.png?v=1720095185);
    width: 15px;
    height: 11px;
    display: inline-block;
}
 .footer-block__details-content p {
   /* line-height: inherit;*/
    font-size: 17px;
    max-width: 245px;
} 
.footer__copyright.caption {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.footer__content-bottom  .footer__content-bottom-wrapper .footer__copyright.caption p, .footer__content-bottom-wrapper .footer__copyright.caption a {
    /* font-size: 16px; */
    font-size: 12px;
    color: #fff;
    margin: 0;
    line-height: 1.3;
    font-weight: 400;
    font-family: "OpenSansCondensed", sans-serif;
}
.footer__content-bottom .footer__content-bottom-wrapper.page-width:first-child {
    display: none;
}
/* .footer__content-bottom {
    background: #0091b3;
    padding-bottom: 3rem;
    border-top: 0 !important;
} */
.footer__content-bottom {
    background: #0091b3;
    padding-bottom: 10px;
    border-top: 0 !important;
    padding-top: 10px !important;
}

.footer__content-bottom  .footer__copyright {
    margin-top: 0;
}
.footer__copyright.caption {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    text-align: inherit !important;
}
.footer__copyright.caption p:nth-child(1) {
    flex: 50%;
    max-width: 33.3%;
}
.footer .footer-block.grid__item:nth-child(1){
    /* font-size: 20px; */
    font-size: 17px;
    color: #000;
    font-weight: 400;
    line-height: 1.3;
}
.footer .footer-block.grid__item:nth-child(1) a {
    /* font-size: 20px; */
    font-size: 17px;
    color: #000;
    font-weight: 400;
    text-decoration: underline;
}
.footer__copyright.caption p:nth-child(2) {
    flex: 25%;
    max-width: 33.3%;
    text-align: center;
}
.footer__copyright.caption p:nth-child(3) {
    flex: 25%;
    max-width: 33.3%;
    text-align: end;
} 
.footer__copyright.caption p:nth-child(3) a:hover {
    /* color: #c3002f; */
  text-decoration: underline;
}
.footer .address-info, .contact_email {
    display: flex;
}
.footer .address-info svg, .footer .contact_email svg {
    margin-right: 0px;
    margin-top: 13px;
    /* width: 30px;
    height: 30px; */
    width: 24px;
    height: 24px; 
}
.footer .contact_email a {
    font-weight: 400;
    /* font-size: 20px; */
    font-size: 17px;
    color: #000;
    line-height: 37px;
}
.footer a.amazon_icon {
    margin-top: 30px;
    display: inline-block;
}
.underline-links-hover:hover a {
    text-decoration: none !important;
}
.footer .footer-block__image-wrapper img {
    /* width: 400px; */
     width: 300px;
    height: 100%;
}
.footer-block__details-content.rte .contact_email {
    /* margin-top: 30px; */
    margin-top: 10px;
}
.footer__payment ul.list.list-payment li.list-payment__item {
    padding: 0.5rem 0.5rem;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    margin-right: 10px;
}
/* collection css */
.collection {
    background: #fff;
}
.collection ul {
    display: flex;
    justify-content: center;
}
.collection .title-wrapper.center h2 {
    margin: 0;
}
.collection .card .card__inner .card__media {
    border: 1px solid #e3e3e3;
}
.product-tabs .metafield-rich_text_field h4 {
    font-size: 30px;
    line-height: 1.4;
    color: #000;
    font-weight: 700;
}
/* contact css */
.contact-sec {
    display: flex;
    max-width: 1670px;
    margin: 0 auto;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 90px 15px !important;
    align-items: center;
}
.contact-sec .contact-img-block {
    flex: 0 50%;
    max-width: 50%;
}
.contact-sec .contact-form-block {
    flex: 0 50%;
    max-width: 50%;
    padding: 0 0 0 100px;
}
.contact-form-block .form-txt {
    margin-bottom: 30px;
}
.contact-sec .contact-form-block .field input {
    border: 1px solid #e3e3e3 !important;
    box-shadow: none !important;
    background: #f5f5f5;
    height: 60px;
}
.contact-sec .contact-form-block .field textarea {
    border: 1px solid #e3e3e3 !important;
    width: 100%;
    height: 120px;
    outline: 0;
   background: #f5f5f5;
}
.contact .field:after, .contact .field:before{
  display:none!important;
}
.contact-form-block .form-txt h2 {
    /* font-size: 80px; */
    font-size: 56px;
    line-height: 1.3;
    font-weight: 700;
    color: #000;
}
h1.main-page-title.page-title.h0 {
    text-align: center;
}
.contact-sec .contact-form-block .field label {
    font-size: 16px;
    line-height: 35px;
    font-weight: 400;
    color: #000;
}
.contact-sec  .multicolumn-card.content-container {
    height: 100%;
    width: 100%;
    align-items: center;
    align-self: center;
    align-content: center;
}


/* multicolumn css */
.multicolumn-contact-page{}

.multicolumn-contact-page ul{
    display: flex;
    column-gap: 40px;
}
.multicolumn-contact-page ul li {
    border: 1px solid #ccc;
    background: #f3f3f3;
    padding: 100px 15px;
    border-top-left-radius: 40px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 40px;
    width: 45% !important;
}
.multicolumn-contact-page .multicolumn-list__item.center .media--adapt,
.multicolumn-list__item .media--adapt .multicolumn-card__image {
    width: 100%;
    height: 100%;
    position: inherit;
    margin: 0 auto;
    padding-bottom: 0 !important;
    transform: inherit !important;
}
.multicolumn-contact-page .multicolumn-card__info {
    padding: 0;
}
.multicolumn-contact-page .multicolumn-card__info h3, .h4 {
    font-size: 30px;
    margin: 0;
    font-weight: 700;
    color: #000;
    line-height: 1.3;
}

/* FAQ  sec css */
.faq-sec .collapsible-content .collapsible-content-wrapper-narrow {
    max-width: 1300px !important;
}
.faq-sec .collapsible-content .accordion .accordion__content {
    padding: 20px 15px 20px 25px;
    border-bottom: 1px solid #000;
    margin-bottom: 0;
}
.faq-sec .collapsible-content h3.accordion__title.inline-richtext.h4 {
    /* padding: 0 15px 0 20px; */
    padding: 0 15px 0 0px;
    font-weight: 600;
    /* font-size: 25px; */
    font-size: 22px;
    margin: 0;
    color: #000;
    line-height: 1.3;
    font-family: OpenSansCondensed-SemiBold;
}
/* .faq-sec .collapsible-none-layout .accordion+.accordion:hover h3.accordion__title.inline-richtext.h4{
    color: #fff;
} */
.faq-sec .collapsible-none-layout .accordion+.accordion:hover span.collapible-action-btns svg{
    color: #fff;
}
.faq-sec .collapsible-content .collapsible-content .summary:hover {
    background: transparent!important;
}
.faq-sec .collapsible-content .accordion summary:hover {
    background: #0091b3 !important;
    transition: 0.3s;
}
.faq-sec .collapsible-content .accordion {
    border-top: 0;
    border-bottom: 0;
}
.faq-sec .collapsible-content .accordion summary {
    border-bottom: 1px solid #000;
    /* padding: 25px; */
    padding: 25px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.faq-sec .collapsible-content summary:hover .accordion__title {
    text-decoration: none !important;
}
.faq-sec .collapsible-content .view-more-btn {
    text-align: center;
    margin-top: 50px;
}
.faq-sec .collapsible-content .accordion summary[aria-expanded="true"] {
    background-color: #0091b3;
    border: 0;
}
 .faq-sec .collapsible-content .accordion summary[aria-expanded="true"] h3 {
  color: #fff !important;
} 
.faq-sec .collapsible-content .accordion details[open="true"] .accordion__content{
   border-bottom:0!important;
}
.faq-sec .collapsible-content .accordion summary[aria-expanded="true"] span.collapible-action-btns {
    top: 40%;
}


.co-mate-section {
}
.co-mate-section .container {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}
.co-mate-section h2 {
    /* font-size: 80px; */
    font-size: 56px;
    margin: 0;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
    line-height: 1.1;
    font-family: Raleway, sans-serif;
    text-align: center;
    max-width: 95%;
    margin: 0 auto;
}
.co-mate-section .th-sec {
    margin-top: 60px;
}
.co-mate-section .th-part {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.co-mate-section .th-part .main-pic {
    flex: 0 50%;
    max-width: 50%;
}
.co-mate-section .main-pic .th-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.co-mate-section  .th-txt p {
  color: #353535;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  margin-top: 10px;
}
.co-mate-section .th-block-right {
  padding-left: 120px;
  flex: 0 25%;
    max-width: 25%;
}
.co-mate-section .th-block-left {
    padding-right: 120px;
    flex: 0 25%;
    max-width: 25%;
}
.co-mate-section  .th-item {
   padding-bottom: 50px;
}
.co-mate-section .th-item .th-txt p {
    /* font-size: 25px; */
    font-size: 22px;
    font-weight: 600;
    color: #000;
    line-height: 1.3;
}
.co-mate-section .th-item:nth-child(2) {
    padding-bottom: 0;
}
.co-mate-section .bottom-txt p {
    /* font-size: 30px; */
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 600;
    color: #000;
    line-height: 1.5;
}
.co-mate-section .bottom-txt {
    text-align: center;
    margin-top: 15px;
}
.co-mate-section .th-block-left .th-txt {
    position: relative;
      max-width: 400px;
}
.co-mate-section .th-block-left .th-txt:before {
    position: absolute;
    content: "";
    width: 70px;
    height: 3px;
    background: #e5e5e5;
    right: -120px;
    top: 20px;
}
.co-mate-section .th-block-left .th-txt:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #0091b3;
    right: -50px;
    top: 16px;
    border-radius: 50px;
}
.co-mate-section .th-block-right .th-txt {
    position: relative;
    max-width: 400px;
}
.co-mate-section .th-block-right .th-txt:before {
    position: absolute;
    content: "";
    width: 70px;
    height: 3px;
    background: #e5e5e5;
    left: -120px;
    top: 20px;
}
.co-mate-section .th-block-right .th-txt:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #0091b3;
    left: -50px;
    top: 16px;
    border-radius: 50px;
}

/* about who page */
.about-who-sec{}

.about-who-sec h2.title.inline-richtext {
   margin: 0;
}
.about-who-sec h2 {
    /* font-size: 80px; */
    font-size: 56px;
    margin: 0;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
    line-height: 1.1;
    font-family: Raleway, sans-serif;
    margin-bottom: 10px;
}
.about-who-sec .image-with-text__text-item .image-with-text__content {
   padding: 0rem 1rem 0rem 10rem;
   margin-left: 0;
}
.about-who-sec .image-with-text__media-item.image-with-text__media-item--medium.image-with-text__media-item--top.grid__item{
   width: calc(45% - var(--grid-desktop-horizontal-spacing) / 2) !important;
}
.about-who-sec .image-with-text__text-item.grid__item{
  width: calc(55% - var(--grid-desktop-horizontal-spacing) / 2)!important;
  /* padding-left: 40px; */
}
.about-who-sec .image-with-text__text.rte {
    margin-top: 0;
}

/* about-safe-clean-ses */
.about-safe-clean-sec{ }
.about-safe-clean-sec h2.title.inline-richtext {
   margin: 0;
}
.about-safe-clean-sec .image-with-text__text-item .image-with-text__content {
    padding: 0rem 15px 1rem 0;
}
.about-safe-clean-sec .image-with-text__text-item h4 {
    /* font-size: 30px; */
    font-size: 24px;
    margin: 0;
    font-weight: 600;
    color: #000;
    line-height: 1.3;
     padding: 15px 0; 
}
.about-safe-clean-sec .image-with-text__text-item .image-with-text__content p {
    max-width: 820px;
}
.about-safe-clean-sec .image-with-text__media-item.image-with-text__media-item--medium.image-with-text__media-item--top.grid__item{
   width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2) !important;  
}
.about-safe-clean-sec .image-with-text__text-item.grid__item{
  width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2)!important;
  padding-right: 60px;
}
.about-safe-clean-sec .image-with-text__text.rte.body {
    margin-top: 0;
}

/* about wood burning appliance  */
.about-wood-burning-appliance-sec {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 1000px;
    width: 100%;
    padding: 100px 15px;
    position: relative;
}
.about-wood-burning-appliance-sec .container {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}
.about-wood-burning-appliance-sec h2 {
    font-size: 80px;
    margin: 0;
    font-weight: 700;
    color: #fff;
    /* text-transform: capitalize; */
    line-height: 1.1;
    font-family: Raleway, sans-serif;
    text-align: center;
    max-width: 95%;
    margin: 0 auto;
}
.about-wood-burning-appliance-sec .th-sec {
    margin-top: 60px;
}
.about-wood-burning-appliance-sec .th-part {
   display: flex;
   justify-content: center;
   position: relative;
   flex-wrap: wrap;
}
.about-wood-burning-appliance-sec .th-block-left {
   flex: 0 28%;
   max-width: 28%;
}
.about-wood-burning-appliance-sec .main-pic {
    flex: 0 40%;
    max-width: 40%;
    margin-left: 50px;
}
.about-wood-burning-appliance-sec .th-block-right {
   flex: 0 28%;
   max-width: 28%;
}
.about-wood-burning-appliance-sec  .th-txt p {
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  margin-top: 10px;
}
.about-wood-burning-appliance-sec  .th-item {
   padding-bottom: 50px;
}
.about-wood-burning-appliance-sec .th-item .th-txt p {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    line-height: 1.3;
}
.about-wood-burning-appliance-sec .th-item:nth-child(2) {
    padding-bottom: 0;
    margin-left: 175px;
}
.about-wood-burning-appliance-sec .th-block-left .th-txt {
    position: relative;
    max-width: 290px;
}
.about-wood-burning-appliance-sec .th-block-left .th-txt:before {
    position: absolute;
    content: "";
    width: 270px;
    height: 2px;
    background: #e5e5e5;
    right: -255px;
    top: 38px;
}
.about-wood-burning-appliance-sec .th-block-left .th-txt:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #0091b3;
    right: -264px;
    top: 33px;
    border-radius: 50px;
}
.about-wood-burning-appliance-sec .th-block-right .th-txt {
    position: relative;
    max-width: 290px;
}
.about-wood-burning-appliance-sec .th-block-right .th-txt:before {
    position: absolute;
    content: "";
    width: 360px;
    height: 2px;
    background: #e5e5e5;
    left: -374px;
    top: 38px;
}
.about-wood-burning-appliance-sec .th-block-right .th-txt:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #0091b3;
    left: -384px;
    top: 33px;
    border-radius: 50px;
}
.about-wood-burning-appliance-sec .bottom-txt a.button.button--primary {
    display: none;
}
.about-wood-burning-appliance-sec .bottom-txt p {
    font-size: 30px;
    line-height: 1.5;
    font-weight: 600;
    color: #fff;
}
.about-wood-burning-appliance-sec .bottom-txt {
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

/* about six css */
.about-six-sec {
    background: #f5f5f5;
}
.about-six-sec .container {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}
.about-six-sec h2 {
    /* font-size: 80px; */
    font-size: 56px;
    margin: 0;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
    line-height: 1.1;
    font-family: Raleway, sans-serif;
    text-align: center;
    margin-bottom: 30px;
    max-width: 75%;
    margin: 0 auto 30px;
}

.about-six-sec .six-sec {
}
.about-six-sec .six-part {
   display: flex;
  justify-content: center;
}
.about-six-sec .main-pic {
    align-self: center;
}
.about-six-sec .main-pic .middel-pic img {
    width: 90%;
    height: 90%;
    margin-left: 30px;
    margin-top: 70px;
    transform: translate(18px, -10px);
}
.about-six-sec  .six-txt p {
  color: #353535;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
}
.about-six-sec .six-block-right {
  padding-left: 0px;
}
.about-six-sec .six-block-left {
  padding-right: 0px;
}
.about-six-sec .six-item {
    margin-bottom: 50px;
    display: flex;
    flex-direction: row-reverse;
    align-self: center;
    align-items: center;
    background: #e5e5e5;
    padding: 15px;
    border-radius: 100px;
     width: 360px;
}
.about-six-sec  .six-item .six-txt p {
    /* font-size: 25px; */
    font-size: 22px;
    font-weight: 600;
    color: #000;
    line-height: 1.3;
   
}
.about-six-sec .six-block-left .six-item:nth-child(2) {
    position: relative;
    /* right: 120px; */
    right: 80px;
}
.about-six-sec .six-block-left .six-item:nth-child(3) .six-txt:before {
    left: 305px;
    top: 32px;
}
.about-six-sec .six-block-left .six-item:nth-child(3) .six-txt:after {
    left: 299px;
    top: 28px;
}
.about-six-sec .six-item:nth-child(3) {
    margin-bottom: 0;
}
.about-six-sec .six-block-left .six-txt {
    position: relative;
    max-width: 130px;
    margin-right: 15px;
}
.about-six-sec .six-block-left .six-txt:before {
    position: absolute;
    content: "";
    width: 70px;
    height: 3px;
    background: gray;
    right: -245px;
    /* top: 20px; */
     top: 18px;
}
.about-six-sec .six-block-left .six-txt:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: gray;
    right: -175px;
    /* top: 16px; */
    top: 14px;
    border-radius: 50px;
}
.about-six-sec .six-block-right .six-txt {
    position: relative;
    max-width: 130px;
    margin-left: 30px;
}
.about-six-sec .six-block-right .six-item:nth-child(2) {
    position: relative;
    /* left: 115px; */
    left: 75px;
}
.about-six-sec .six-block-right .six-item:nth-child(2) .six-txt:before {
    left: -246px;
}
.about-six-sec .six-block-right .six-item:nth-child(2) .six-txt:after {
    left: -180px;
}
.about-six-sec .six-block-right .six-item:nth-child(3) .six-txt:before {
    left: -251px;
    top: 19px;
}
.about-six-sec .six-block-right .six-item:nth-child(3) .six-txt:after {
    left: -182px;
    top: 15px;
}
.about-six-sec .six-block-right .six-txt:before {
    position: absolute;
    content: "";
    width: 70px;
    height: 3px;
    background: gray;
    left: -250px;
    /* top: 20px; */
    top: 17px;
}
.about-six-sec .six-block-right .six-txt:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: gray;
    left: -180px;
    /* top: 16px; */
    top: 14px;
    border-radius: 50px;
}
.six-block-right .six-item {
    display: flex;
    flex-direction: row;
}
.about-six-sec .six-block-left .six-item:nth-child(2) .six-txt {
    max-width: 100%;
}
.about-six-sec .right .six-item:nth-child(2) .six-txt {
    max-width: 100%;
}

.about-six-sec .six-block-left .six-item:nth-child(3) {
    margin-bottom: 0;
    position: relative;
}
.about-six-sec .six-block-left .six-item:nth-child(3):before {
    right: -106px;
    /* top: 47px; */
    /* top: 32px; */
    top: 35px;
    position: absolute;
    content: "";
    width: 3px;
    /* height: 25px; */
    height: 40px;
    background: gray;
}
.about-six-sec .six-block-right .six-item:nth-child(3) {
    margin-bottom: 0;
    position: relative;
}
.about-six-sec .six-block-right .six-item:nth-child(3):before {
    left: -97px;
    /* top: 48px; */
    top: 36px;
    position: absolute;
    content: "";
    width: 3px;
    /* height: 25px; */
    height: 40px;
    background: gray;
}
.about-six-sec .six-block-left .six-item:nth-child(1) {
    position: relative;
}
.about-six-sec .six-block-left .six-item:nth-child(1):before {
    right: -105px;
    top: 59px;
    position: absolute;
    content: "";
    width: 3px;
    /* height: 25px; */
    height: 40px;
    background: gray;
}
.about-six-sec .six-block-right .six-item:nth-child(1) {
    position: relative;
}
.about-six-sec .six-block-right .six-item:nth-child(1):before {
    left: -97px;
    top: 58px;
    position: absolute;
    content: "";
    width: 3px;
    /* height: 25px; */
    height: 40px;
    background: gray;
}
.about-six-sec .six-pic {
    width: 110px;
    height: 110px;
    background: #f2f2f2;
    text-align: center;
    border-radius: 50%;
    align-content: center;
    -webkit-box-shadow: 50px 47px 15px -21px rgba(185,185,185,1);
    -moz-box-shadow: 50px 47px 15px -21px rgba(185,185,185,1);
    box-shadow: 11px 19px 15px -1px rgba(185,185,185,1);
}
.about-six-sec .six-pic img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin-top: 10px;
}

/* Product css page */
.product .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0 !important;
}
.product .product-slider .slick-slide {}
.product .product-slider .slick-slide img {
    width: 100%;
    height: 500px;
    object-fit: contain;
    /* padding: 10px; */
    background: #f7f7f7;
    cursor: pointer;
}
.product .slider_container .product-slider-nav, .slider_container .product-slider {
    width: 100%;
}
.product .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.product .slider-nav {
    text-align: center;
}
 .product-slider-nav .slick-slide {
    /* margin-right: 15px; */
   margin: 0 2px;
} 

.product .slick-slide {
    width: 100%;
    float: left;
    height: 100%;
    min-height: 1px;
}
.product-slider-nav .slick-slide img {
    display: block;
    width: 100%;
    padding: 10px;
    background: #f7f7f7;
    margin-top: 10px;
    cursor: pointer;
}
.product .product__info-wrapper.grid__item p.product__text.inline-richtext {
    display: none;
}
.product .product__media-wrapper {
    max-width: 45%!important;
    width: calc(45% - var(--grid-desktop-horizontal-spacing) / 2)!important;
}
.product .product__info-wrapper {
   max-width: 55%!important;
   width: calc(55% - var(--grid-desktop-horizontal-spacing) / 2)!important;
   padding: 0 0 0 10rem!important;
}
.product .product__info-wrapper .product__info-container {
   max-width: 100%;
}
.product .product__info-wrapper .product__title h1 {
    /* font-size: 55px; */
    font-size: 35px;
    margin: 0;
    font-weight: 700;
    color: #000;
    /* text-transform: capitalize; */
    line-height: 1;
    font-family: Raleway, sans-serif;
}
.product .product__info-wrapper .product__sub-title p {
    /* font-size: 25px; */
    font-size: 18px;
    color: #4a4747;
    margin: 0;
    line-height: 1.5;
    font-weight: 400;
    /* font-family: "OpenSansCondensed", SemiBold; */
}
.product .product__info-wrapper .price__container .price__regular .price-item--regular:first-letter, sup.price-decimals {
    font-size: 26px;
    /* vertical-align: super; */
}
.product .product__info-wrapper .price__container .price__regular .price-item--regular{
    font-size: 45px;
    margin: 0;
    font-weight: 700;
    color: #c3002f;
    text-transform: capitalize;
    line-height: 1;
    display: initial;
}
.product .product__info-wrapper .product__sub-title h4 {
    font-size: 30px;
    margin: 0;
    font-weight: 600;
    color: #000;
    line-height: 1.3;
}
.product .product__info-wrapper .shopify-payment-button {
    display: none;
}
.product .product__info-wrapper .product-form__buttons button{
    background: #0091b3;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    box-shadow: none;
    border: 1px solid #0091b3;
    text-transform: uppercase;
    padding: 20px 45px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    outline: 0;
    line-height: 1;
    font-family: Raleway, sans-serif;
    margin-bottom: 0;
    letter-spacing: 2px;
}
 .product .product__info-wrapper .product-form__buttons button:hover {
    background: #fff;
    color: #0091b3;
    border: 1px solid #0091b3;
}
 .product .product__info-wrapper label.quantity__label.form__label {
    display: none;
}
.product .product__info-wrapper .quantity-with-button {
    display: flex;
    margin: 20px 0;
    border-top: 1px solid #e5e5e5;
    padding: 30px 0 30px;
    border-bottom: 1px solid #e5e5e5;
    align-items: center;
}
.product .product__info-wrapper .quantity-with-button button.quantity__button svg {
    width: 15px;
    pointer-events: none;
}
 .product .product__info-wrapper .price-per-item__container {
    display: flex;
    align-items: center;
    width: 160px !important;
}
.product .product__info-wrapper .price-per-item__container h6 {
    font-size: 18px;
    margin-right: 15px;
    color: #000;
    font-weight: 600;
    font-family: OpenSansCondensed-SemiBold;
}
.product .product__info-wrapper .product-form {
    margin: 0 !important;
    padding: 0 20px 0;
}
.product .product__info-wrapper  .product-form__input {
    /* max-width: 210px; */
    max-width: 170px;
    margin-bottom: 0;
}
.product .product__info-wrapper  .Wishlist-block  {
    margin-left: 20px;
    align-self: center;
}
.product .product__info-wrapper .Wishlist-block a svg {
    width: 30px;
    height: 30px;
}
.product .product__info-wrapper  .Wishlist-block a {
    display: flex;
    justify-content: space-between;
}
.product .product__info-wrapper  .Wishlist-block h6 {
    font-size: 18px;
    margin-left: 5px;
    line-height: 1.4;
    color: #000;
    font-weight: 600;
}
.product .product__info-wrapper .ETA-bottom-txt {
    margin: 0 !important;
    padding: 0 0 15px 0;
}
.product .product__info-wrapper .ETA-bottom-txt p {
    margin: 0 !important;
    font-size: 18px;
    color: #000;
    font-family: OpenSansCondensed-SemiBold;
}
.product .product__info-wrapper .share-icons {
    display: flex;
    align-items: center;
}
.product .product__info-wrapper .share-icons h6 {
    margin: 0 !important;
    font-size: 18px;
    margin-right: 15px;
    color: #000;
    font-weight: 600;
    /* font-family: OpenSansCondensed-Medium; */
}
.product .product__info-wrapper .share-icons .share-icons-block {
    margin-left: 15px;
    margin-top: 10px;
}
.product .product__info-wrapper .share-icons .share-icons-block a {
    margin-right: 10px;
}
.product .product__info-wrapper .price-in-stock {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    align-items: center;
}
.product .product__info-wrapper .price-in-stock h6 {
     font-size: 17px;
     margin-right: 15px;
     color: #000;
     font-weight: 700;
     font-family: "OpenSansCondensed-Bold;
}
.product .wishlist_button  {
    padding-left: 20px;
}
.product .wishlist_button svg {
    border: 0;
    padding: 0;
}
.product .wishlist_button svg.heart-outline {
    width: 30px;
    height: 30px;
}
.product span.in-stock-block {
    display: flex;
}
.product span.in-stock-block svg {
    margin-right: 10px;
}
.product  span.in-stock-block svg {
    width: 20px;
    height: 20px;
}
.product .quantity__button.disabled {
    opacity: 1;
}
.product .quantity:before, .product .quantity:after{
  display:none;
} 
.product .price-per-item__container quantity-input.quantity {
    border: 1px solid #ccc;
    outline: 0;
    box-shadow: none;
}

/* product Tabs css */
.product-tabs {
    padding: 20px 15px 50px;
}
.product-tabs  ul.tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: inherit;
}
.product-tabs  ul.tabs li {
  cursor: pointer;
  padding: 10px 20px;
  /* font-size: 25px; */
  font-size: 22px;
  color: #000;
  font-weight: 400;
}
.product-tabs  ul.tabs li.current {
  background: #fff;
  border-bottom:3px solid #0091b3;
  /* font-size: 25px; */
  font-size: 22px;
  color: #000;
  font-weight: 600;
}
.product-tabs  .tab-content {
    display: none;
    /* padding: 40px 30px 60px 60px; */
    padding: 30px 30px 30px 30px;
    border: 1px solid #ddd;
    background: #f5f5f5;
}
.product-tabs  .tab-content.current {
    display: block;
}
.product-tabs .tab-content h2 {
    /* font-size: 35px; */
    font-size: 18px!important;
    font-weight: 700;
    line-height: 1.5;
    color: #000;
    font-family: Raleway, sans-serif;
}
.product-tabs .tab-content h3 {
    /* font-size: 22px; */
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    color: #000;
    padding-top: 20px;
}
.product-tabs .tab-content p {
    /* font-size: 20px; */
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    padding-top: 10px;
    padding-bottom: 15px;
}
.product-tabs .tab-content strong {
    /* font-size: 20px; */
   font-size: 17px;
    font-weight: 700;
    line-height: 1.5;
    color: #000;
}
.product-description-block {
    margin-top: 40px;
}
.product-description-block span {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    align-items: baseline;
}
.product-description-block span strong {
    flex: 0 15%;
    max-width: 15%;
}
.product-description-block span p {
    flex: 0 80%;
    max-width: 80%;
}
.product-description-list {
    padding-left: 25px;
}
.product-description-list h3{
    position: relative;
}
.product-description-list h3:before {
    position: absolute;
    content: "";
    left: -25px;
    top: 27px;
    width: 10px;
    height: 10px;
    background: #c3002f;
    transform: rotateZ(45deg);
}
.product-tabs-direction {
    text-align: right;
}
.product-tabs-direction-all {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.product-tabs-direction {
    text-align: right;
    flex: 0 25%;
    max-width: 25%;
}
.direction-txt {
    flex: 0 75%;
    max-width: 75%;
} 
.product-tabs .product-description-block p {
    padding: 0;
}
.product-Specification-sec {
    padding: 40px 0;
}
.product-Specification-sec ul {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    column-gap: 20px;
    row-gap: 20px;
}
.product-Specification-sec ul li {
    display: flex;
    border-right: 2px solid #ccc;
}
.product-Specification-sec ul li:last-child {
    border-right: 0;
}
.product-Specification-sec ul li span {
    padding-top: 10px;
}
.product-Specification-sec ul li h2 {
    /* font-size: 20px !important; */
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    color: #000 !important;
    padding: 0 30px 0 20px;
    align-self: center;
    font-family: OpenSansCondensed, sans-serif !important;
}
 .product-tabs .metafield-rich_text_field p {
    margin-bottom: 30px;
}
.product-tabs .metafield-rich_text_field p:last-child {
    margin-bottom: 0;
}
.product-chimney-sec .image-with-text__text.rte.body {
    margin-top: 30px !important;
}
.product-chimney-sec .image-with-text__text.rte.body ul li {
    position: relative;
}
.product-chimney-sec .image-with-text__text.rte.body ul li:before {
    position: absolute;
    content: "";
    left: -21px;
    top: 10px;
    background-repeat: no-repeat;
    background-image: url(/cdn/shop/files/list-img.png?v=1720095185);
    width: 15px;
    height: 11px;
    display: inline-block;
} 
.product-benifits-sec{
  
}
.product-benifits-sec ul li {
    display: flex;
    align-items: center;
}
.product-benifits-sec ul li span img {
}
.product-benifits-sec ul li p {
    /* font-size: 20px !important; */
    font-size: 17px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #000 !important;
    padding-left: 50px;
    position: relative;
    letter-spacing: 0;
}
.product-benifits-sec ul li p:before {
    position: absolute;
    content: "";
    left: 11px;
    top: 10px;
    background-repeat: no-repeat;
    background-image: url(/cdn/shop/files/specification-icon5.png?v=1723102119);
    width: 30px;
    height: 30px;
}

.product-tabs .jdgm-rev-widg {
    padding: 24px 16px 0;
}
.product-tabs .jdgm-paginate {
    display: none !important;
}
.product-tabs .jdgm-quest, .product-tabs .jdgm-rev {
    padding: 16px 0 0;
}
.product-tabs .jdgm-rev .jdgm-rev__custom-form {
    margin: 16px 0 0;
}

/* product-natural-Ingredients-sec */
.product-natural-Ingredients-sec{ }
.product-natural-Ingredients-sec h2.title.inline-richtext {
   margin: 0;
}
.product-natural-Ingredients-sec .image-with-text__text-item .image-with-text__content {
    padding: 0rem 15px 1rem 0;
}
.product-natural-Ingredients-sec .image-with-text__text-item h4 {
    font-size: 30px;
    margin: 0;
    font-weight: 600;
    color: #000;
    line-height: 1.3;
    padding: 15px 0;
}
.product-natural-Ingredients-sec .image-with-text__text-item .image-with-text__content p {
    max-width: 820px;
}
.product-natural-Ingredients-sec .image-with-text__media-item.image-with-text__media-item--medium.image-with-text__media-item--top.grid__item{
   width: calc(45% - var(--grid-desktop-horizontal-spacing) / 2) !important;  
}
.product-natural-Ingredients-sec .image-with-text .image-with-text__media-item.image-with-text__media-item--medium img {
    border-bottom-right-radius: 0px;
}
.product-natural-Ingredients-sec .image-with-text__text-item.grid__item{
  width: calc(55% - var(--grid-desktop-horizontal-spacing) / 2)!important;
  padding-right: 60px;
}
.product-natural-Ingredients-sec .image-with-text__text.rte.body {
    margin-top: 0;
}
a#cart-notification-button, form#cart-notification-form button {
    background: #0091b3;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    box-shadow: none;
    border: 1px solid #0091b3;
    text-transform: uppercase;
     padding: 20px 30px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    outline: 0;
    line-height: 1;
    font-family: "OpenSansCondensed", sans-serif;
}
a#cart-notification-button:hover, form#cart-notification-form button:hover  {
    background: #fff;
    color: #0091b3;
    border: 1px solid #0091b3;
}
.cart-notification__links button {
    color: #0091b3;
}
h3.cart-notification-product__name.h4 {
    font-size: 18px;
    margin: 0;
    font-weight: 400;
    color: #000;
    line-height: 1.3;
}

/* Cart page css */
.cart-page-sec.page-width {}
.cart-page-sec .title-wrapper-with-link a,
.cart-page-sec .cart__warnings  a {
    background: #0091b3;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    box-shadow: none;
    border: 1px solid #0091b3;
    text-transform: uppercase;
    padding: 20px 30px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    outline: 0;
    line-height: 1;
    font-family: "OpenSansCondensed", sans-serif;
}
.cart-page-sec .title-wrapper-with-link a:hover,
cart-page-sec .cart__warnings  a:hover{
    background: #fff;
    color: #0091b3;
    border: 1px solid #0091b3;
}
.cart-page-sec .cart__warnings  a.button.cart__empty:before, 
.cart-page-sec .cart__warnings  a.button.cart__empty:after{
      box-shadow: none !important;
}
.cart-page-sec .cart-items thead th {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    padding-top: 20px;
    text-align: left;
    border-bottom: 0;
}
.cart-page-sec .cart-items thead th.caption-with-letter-spacing.Product-heading {
    padding-left: 40px;
}
.cart-page-sec .cart-items thead th.cart-items__heading--wide.quantity-heading {
     padding-left: 18rem !important;
}
.cart-page-sec .cart-item__quantity, .cart-items .cart-items__heading--wide {
    padding-left: 16rem!important;
}
.cart-page-sec td.cart-item__details {
    padding-left: 3rem !important;
}
.cart-page-sec .cart-items tbody  td, .cart-page-sec .cart-items tbody  td  a {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.cart-page-sec .cart-items  td {
    vertical-align: middle;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.cart-page-sec table.cart-items {
    border-collapse: collapse;
}
.cart-page-sec .js-contents{
    border: 1px solid #e5e5e5;
}
.cart-page-sec tr.cart-item {
    border-top: 1px solid #e5e5e5;
}
.cart-page-sec div#main-cart-items {
    border-bottom: 0;
    padding-bottom: 10px;
}
.cart-page-sec td.cart-item__totals.right.small-hide .cart-item__price-wrapper .price {
    color: #c3002f;
    font-weight: 600;
    padding-right: 15px;
}
.cart-page-sec  .quantity__button:first-child {
     border-right: 1px solid #e5e5e5;
     color: #000;
}
.cart-page-sec .quantity__button:last-child {
    border-left: 1px solid #e5e5e5;
    color: #000;
}
.cart-page-sec quantity-input.quantity {
    border: 1px solid #e5e5e5 !important;
}
.cart-page-sec quantity-input.quantity input{
   color: #000;
}
.cart-page-sec quantity-input.quantity:before, 
.cart-page-sec quantity-input.quantity:after{
    box-shadow: none !important;
}
.cart-page-sec .cart-item__price-wrapper span.price.price--end {
    color: #000;
    margin: 0;
    text-align: left;
}
.cart-page-sec .cart-items tbody td.cart-item__media {
    padding-bottom: 4rem;
}
.cart-page-sec .cart-item__image-container  {
    background: #fff;
    padding: 10px;
    width: 100px;
    height: 100px;
}
.cart-page-sec .remove-item a:hover svg {
    color: #0091b3;
}
.cart-page-sec .cart__warnings {
    padding: 7rem 0 5rem;
}

.cart__footer  .cart__blocks {
    padding: 30px 30px 40px;
    border: 1px solid #e5e5e5;
    width: 50rem;
}
.cart__footer .cart__blocks h2 {
    font-size: 24px !important;
    margin: 0;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
}
.cart__footer .cart__blocks p.totals__total-value {
    font-size: 18px;
    margin: 0;
    font-weight: 600;
    color: #000;
    line-height: 1.3;
}
.cart__footer .totals {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 0 0 20px;
    justify-content: space-between !important;
    border-bottom: 1px solid #e5e5e5;
}
.cart__footer small.tax-note.caption-large {
    margin-bottom: 2.2rem !important;
    text-align: center;
    font-size: 16px;
    margin: 0;
    font-weight: 400;
    color: #000;
    line-height: 1.5;
    margin-top: 2.2rem !important;
}
.cart__footer {
    padding: 0rem 0 4rem !important;
} 
.cart__footer .cart__ctas {
    display: flex;
    gap: 1rem;
    justify-content: center;
}
.cart__footer .cart__ctas .cart__checkout-button{
    background: #0091b3;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    box-shadow: none;
    border: 1px solid #0091b3;
    text-transform: uppercase;
    padding: 20px 30px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    outline: 0;
    line-height: 1;
    font-family: "OpenSansCondensed", sans-serif;
}
.cart__footer .cart__ctas .cart__checkout-button:hover{
    background: #fff;
    color: #000;
    border: 1px solid #000;
}
.cart-page-sec .cart-items thead th:first-child {
    width: auto;
}
.cart-page-sec td.remove-item cart-remove-button .icon-remove {
    height: 3rem;
    width: 3rem;
}
.cart-page-sec td.remove-item cart-remove-button {
    display: flex;
    justify-content: end;
}
.cart-page-sec td.cart-item__details .product-option {
    display: none;
}
 /* 404 page  css*/

.template-404{
    padding: 50px 15px 100px;
    margin-top: 0;
    margin-bottom: 0;
}
.template-404 a {
    background: #0091b3;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    box-shadow: none;
    border: 1px solid #0091b3;
    text-transform: uppercase;
    padding: 20px 30px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    outline: 0;
    line-height: 1;
    font-family: "OpenSansCondensed", sans-serif;
}
.template-404 a:hover {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}
.template-404 p {
    font-size: 180px;
    color: #000;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}
.template-404 h1 {
    margin: 0;
    padding: 0 0 20px;
    text-transform: capitalize;
    font-size: 40px;
    color: #000;
    font-weight: 700;
    line-height: normal;
}
/* banner with breadcrumb   */
.banner-breadcrumb {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.banner img {
    display: block;
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.banner-breadcrumb .banner-txt {
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    margin: 0 auto;
    right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    padding: 0 15px;
}
.banner-breadcrumb .banner-txt h1  {
    color: #fff;
    /* font-size: 50px; */
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
}
.breadcrumb nav ol {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.breadcrumb nav ol li, .breadcrumb nav ol li a {
    /* font-size: 25px; */
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    line-height: 1.2;
}
.breadcrumb nav ol li.active {
    margin-left: 10px;
}

/* what it does css*/
.what-it-does-sec .image-with-text__text-item h4 {
    /* font-size: 30px; */
    font-size: 24px;
    margin: 0;
    font-weight: 600;
    color: #000;
    line-height: 1.3;
    padding: 15px 0 0; 
   font-family: OpenSansCondensed-SemiBold;
}

/* what does four image txt */
.what-does-four-image-txt-sec{
    background: #f5f5f5;
}
.what-does-four-image-txt-sec ul {
    row-gap: 30px;
}
.what-does-four-image-txt-sec ul li {
    /* margin-bottom: 30px; */
}
.what-does-four-image-txt-sec .media.media--transparent.media--adapt {
    padding-bottom: 0 !important;
}
.what-does-four-image-txt-sec .media.media--transparent img {
    width: 100%;
}
.what-does-four-image-txt-sec .multicolumn-card.content-container {
    position: relative;
}
.what-does-four-image-txt-sec .multicolumn-card__info {
    width: 100%;
    position: absolute;
    bottom: 15px;
    max-width: 755px;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
}
.what-does-four-image-txt-sec  .multicolumn-card__info h3 {
    /* font-size: 25px; */
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    line-height: 1.5;
}
.what-does-four-image-txt-sec  .multicolumn-card__info p{
    /* font-size: 20px; */
    font-size: 17px;
    color: #fff;
    font-weight: 400;
    line-height: 1.5;
}

/* how it work css */
.how-it-work-sec .image-with-text__text-item h4 {
    font-size: 20px;
    margin: 0;
    font-weight: 700;
    color: #650019;
    line-height: 1.3;
    padding: 15px 0 0;
}
.about-safe-clean-sec h2.image-with-text__heading.inline-richtext {
    margin-bottom: 20px;
    font-size: 55px;
}

/* preventing creosote sec */
.preventing-creosote-sec {
    margin-bottom: 170px;
}
.preventing-creosote-sec .image-with-text__text-item .image-with-text__content {
    background: transparent !important;
    padding: 0rem 15px 1rem;
}
.preventing-creosote-sec .image-with-text__text-item.grid__item {
    position: relative;
}
.preventing-creosote-sec .image-with-text__text-item.grid__item:before {
    position: absolute;
    content: "";
    width: 130%;
    height: 950px;
    background: #f5f5f5;
    top: -130px;
    border-bottom-right-radius: 20%;
    left: -130px;
}
.preventing-creosote-sec .image-with-text__text-item.grid__item {
    width: 55% !important;
}
.preventing-creosote-sec .image-with-text__media-item.image-with-text__media-item--medium {
    width: 45%;
}

/* how work clearing safer chimney */
.how-work-clearing-safer-chimney-sec{}

.how-work-clearing-safer-chimney-sec .banner__box {
    max-width: 94% !important;
    padding-top: 0 !important;
    margin: 0 auto;
    padding-bottom: 0 !important;
}
.how-work-clearing-safer-chimney-sec .banner__box h2.banner__heading.inline-richtext {
    /* font-size: 80px; */
    font-size: 56px;
    margin: 0;
    font-weight: 700;
    color: #fff;
    /* text-transform: capitalize; */
    line-height: 1.1;
    font-family: Raleway, sans-serif;
    margin-bottom: 25px;
}
.how-work-clearing-safer-chimney-sec .custom-text-field p {
    color: #fff;
    text-align: left;
    padding: 0 15px;
}
.how-work-clearing-safer-chimney-sec .banner__content.banner__content--middle-left.page-width {
    padding: 90px 15px;
}
.image-with-text .image-with-text__media-item.image-with-text__media-item--medium img {
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
}

/* soil amendment css */
.soil-amendment-sec {}
.soil-amendment-sec  h2.title.inline-richtext {
   margin: 0;
}
.image-with-text .image-with-text__media {
    border: 0 !important;
}
.soil-amendment-sec .image-with-text__text-item.grid__item {
    margin: 0;
    padding: 0;
}
.soil-amendment-sec .image-with-text__text-item h2 {
    /* font-size: 80px; */
    font-size: 56px;
    margin: 0;
    font-weight: 700;
    color: #000;
    line-height:1;
    margin-bottom: 20px;
}
.soil-amendment-sec .image-with-text__text-item h4 {
    font-size: 30px;
    margin: 0;
    font-weight: 600;
    color: #000;
    line-height:1.3;
}
.soil-amendment-sec .image-with-text__content {
    padding: 0rem 4rem 0;
}
.soil-amendment-sec .image-with-text__text.rte.body {
    margin-top: 0;
}
.soil-amendment-sec .image-with-text--overlap .image-with-text__grid--reverse .image-with-text__content {
    margin-left: 0;
    margin-right: 0;
}
.soil-amendment-sec .image-with-text__media-item.image-with-text__media-item--medium {
    width:calc(45% - var(--grid-desktop-horizontal-spacing) / 2) !important;
}
.soil-amendment-sec .image-with-text__text-item{
  width: calc(55% - var(--grid-desktop-horizontal-spacing) / 2)!important;
}

/* works-universally-sec  css */
.works-universally-sec {}
.works-universally-sec ul{
}
.works-universally-sec ul li {
    border-right: 1px solid #0f0f0f;
}
.works-universally-sec ul li:last-child {
    border-right: 0;
}
.works-universally-sec .multicolumn-card__image-wrapper {
    min-height: 100px;
    display: flex;
    align-items: center;
}
.works-universally-sec .multicolumn-list__item.center .media--adapt,
.works-universally-sec .media.media--transparent.media--adapt {
    width: 100%;
    height: 100%;
    position: inherit;
    margin:0 auto 20px;
    padding-bottom: 0 !important;
    transform: inherit !important;
}
.works-universally-sec .multicolumn-card__info {
    padding: 0 30px !important;
    text-align: center;
}
.works-universally-sec .multicolumn-card__info h3 {
    /* font-size:25px; */
    font-size:22px;
    margin: 0;
    font-weight: 700;
    color: #000;
    line-height: 1.3;
}
.works-universally-sec .multicolumn-list__item .media--adapt .multicolumn-card__image {
    width: 80px;
    object-fit: cover;
}
/* what one css */
.what-one-sec .one-sec{}	
.what-one-sec .one-sec h2{ 
   text-align: center;
   width: 100%;
   max-width: 93%;
   margin: 0 auto;
}
.what-one-sec .one-sec .one-part {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1330px;
    margin: 60px auto 0;
}
.what-one-sec .one-sec .one-block-left {
    flex: 0 70%;
    max-width: 70%;
}
.what-one-sec .one-sec .one-block-right {
    flex: 0 30%;
    max-width: 30%;
}
.what-one-sec .one-sec .one-block-right .right-pic img {
    width: 100%;
    object-fit: cover;
}
.what-one-sec .one-sec .one-txt p{
  color: #000;
  /* font-size: 25px; */
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
  /* margin-top: 10px; */
}
 .what-one-sec .one-sec .one-item:before {
    position: absolute;
    content: "";
    width: auto;
    height: 5px;
    background: #eee;
    right: -70px;
    top: 49px;
}
.what-one-sec .one-sec .one-item:nth-child(1):before {
    width: 370px;
}
.what-one-sec .one-sec .one-item:nth-child(2):before {
    width: 260px;
}
.what-one-sec .one-sec .one-item:nth-child(3):before {
    width: 395px;
}
.what-one-sec .one-sec .one-item:nth-child(4):before {
    width: 475px;
}
.what-one-sec .one-sec .one-item:after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background: #0091b3;
    right: -80px;
    top: 45px;
    border-radius: 50px;
} 
.what-one-sec .one-sec .one-item {
  /* padding-bottom: 40px; */
  padding-bottom: 30px;
  display: flex;
  align-items: center;
   position: relative; 
}
.what-one-sec .one-sec .one-pic {
    width: 100px;
}
.what-one-sec .one-sec .one-pic-right {
   flex: 0 50%;
   max-width: 50%;	
}
.what-one-sec .one-sec .bottom-txt {
    text-align: left;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}
.what-one-sec .one-sec .bottom-txt p {
    font-size: 30px;
    color: #000;
    margin: 0;
    line-height: 1.7;
    font-weight: 600;
    font-family: Open Sans, sans-serif;
}
h2.title.inline-richtext {
    margin: 0;
}

/* retailers distributors */
.retailers-distributors-sec {
    background: #f5f5f5;
}
.retailers-distributors-sec h2.title.inline-richtext {
   margin: 0;
}
.retailers-distributors-sec .image-with-text__content {
    padding: 1rem 15px 0rem 10rem;
}
.retailers-distributors-sec .image-with-text__text-item .image-with-text__content p {
    max-width: 820px;
}
.retailers-distributors-sec .image-with-text__media-item.image-with-text__media-item--large.image-with-text__media-item--top.grid__item{
   width: calc(45% - var(--grid-desktop-horizontal-spacing) / 2) !important;
   padding-left: 40px;
}
.retailers-distributors-sec .image-with-text__text-item.grid__item{
  width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2)!important;
}
.retailers-distributors-sec .image-with-text__text.rte.body {
    margin-top: 0;
}
.retailers-distributors-sec  h2.title.inline-richtext {
   margin: 0;
}
.image-with-text .image-with-text__media {
    border: 0 !important;
}
.retailers-distributors-sec .image-with-text__text-item h2 {
    /* font-size: 80px; */
    font-size: 56px;
    margin: 0;
    font-weight: 700;
    color: #000;
    line-height:1;
    /* margin-bottom: 30px; */
    margin-bottom: 10px;
}
.retailers-distributors-sec .image-with-text__text-item h4 {
    font-size: 30px;
    margin: 0;
    font-weight: 600;
    color: #000;
    line-height:1.3;
}

/* retailers css */
.retailers-sec .image-with-text__content {
    padding: 6rem 10rem 0 15px;
}
.retailers-sec .image-with-text__media-item.image-with-text__media-item--medium.image-with-text__media-item--top.grid__item {
    width:calc(50% - var(--grid-desktop-horizontal-spacing) / 2) !important;
}
.retailers-sec .image-with-text__text-item.grid__item {
  width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2)!important;
}
.retailers-sec .image-with-text__text-item h4 {
    /* font-size: 30px; */
    font-size: 24px;
    margin: 0;
    font-weight: 600;
    color: #000;
    line-height: 1.3;
    padding: 15px 0;
}

/* Improved Packaging css */
.improved-packaging-sec .image-with-text__content {
    padding: 0rem 6rem 0 10rem;
}
.improved-packaging-sec .image-with-text__media-item.image-with-text__media-item--medium.image-with-text__media-item--top.grid__item {
    width:calc(45% - var(--grid-desktop-horizontal-spacing) / 2) !important;
}
.improved-packaging-sec .image-with-text__text-item.grid__item {
    width: calc(55% - var(--grid-desktop-horizontal-spacing) / 2)!important;
    align-self: center;
}
.improved-packaging-sec .image-with-text.image-with-text--no-overlap{
    position: relative;
}
.improved-packaging-sec .image-with-text.image-with-text--no-overlap:before {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    background: #c3002f;
    left: 0;
    border-bottom-right-radius: 80px;
    border-top-left-radius: 80px;
}
.improved-packaging-sec .image-with-text__text-item h4 {
    /* font-size: 30px; */
    font-size: 24px;
    margin: 0;
    font-weight: 600;
    color: #000;
    line-height: 1.3;
    padding: 15px 0;
}
.improved-packaging-sec .image-with-text__text-item.grid__item  h2 {
    /* font-size: 55px; */
    font-size: 45px;
    margin: 0;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    line-height: 1.1;
    font-family: Raleway, sans-serif;
}
.improved-packaging-sec .image-with-text__text-item.grid__item  p {
    /* font-size: 20px; */
    font-size: 17px;
    color: #fff;
    margin: 0;
    line-height: 1.7;
    font-weight: 400;
    font-family: "OpenSansCondensed", sans-serif;
}
.improved-packaging-sec .image-with-text__text-item.grid__item .image-with-text__text p strong {
    /* font-size: 60px; */
   font-size: 50px;
}
.co-mate-combustion-sec {
    background: #f5f5f5 !important;
}
.heading-txt-four-pic-part {}
.heading-txt-four-pic-part .heading-txt-four-pic-txt{}
.heading-txt-four-pic-part .heading-txt-four-pic-txt h2 {
    margin-bottom: 20px;
}
.heading-txt-four-pic-part .heading-txt-four-pic-txt p {
    margin-bottom: 20px;
}
.heading-txt-four-pic-part .heading-txt-four-pic {
    display: flex;
    justify-content: space-around;
    padding-top: 20px;
    column-gap: 20px;
    /* width: 100%;
    max-width: 80%;
    margin: 0 auto; */
}
/* .heading-txt-four-pic-part .heading-txt-four-pic span.four-pic-full img {
    width: 100%;
    max-height: 100%;
    /* margin-top: 30px; */
} */
.heading-txt-four-pic-part span.four-pic-small img {
    /* width: 300px; 
    height: 330px; */
}
.heading-txt-four-pic-part span.four-pic-full, 
.heading-txt-four-pic-part span.four-pic-small{
    width: 100%;
    height: 100%;
}
.heading-txt-four-pic-part span.four-pic-small:nth-child(2) img,
.heading-txt-four-pic-part span.four-pic-small:nth-child(4){
    /* width:auto;
    height: 337px; */
}
.product-tabs .jdgm-rev-widg__header {
    text-align: left !important;
}
.product-tabs .jdgm-row-stars {
    justify-content: left !important;
}
.product-tabs .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-row-stars>div {
    align-items: flex-start!important;
    justify-content: left !important;
}
.product-tabs .jdgm-rev-widg__summary .jdgm-star {
    color: gold!important;
    font-size: 20px!important;
}
.product-tabs .jdgm-histogram .jdgm-star {
    color: gold;
}
.product-tabs .jdgm-histogram__bar-content {
    background-color: #0091b3;
}
.product-tabs .jdgm-star {
    color: gold !important;
}
.product-tabs a.jdgm-write-rev-link {
    background: #0091b3 !important;
    border: 1px solid #0091b3 !important;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    box-shadow: none;
    text-transform: uppercase;
    padding: 15px 30px !important;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    outline: 0;
    line-height: 1.5;
    font-family: "OpenSansCondensed", sans-serif;
    max-width: 200px !important;
    min-width: inherit !important;
}
.product-tabs a.jdgm-write-rev-link:hover {
    background: #fff !important;
    color: #0091b3 !important;
    border: 1px solid #0091b3 !important;
}
.product-tabs .jdgm-rev-widg__summary-text {
    font-size: 17px !important;
    margin-top: 20px;
    font-weight: 400;
    color: #000;
}
.product-tabs .jdgm-form {
    max-width: 100%;
}
.product-tabs span.jdgm-form__rating a {
    color: gold !important;
}
.product-tabs .jdgm-form__fieldset label {
    font-size: 17px;
    color: #000;
    font-weight: 600;
}
.product-tabs .jdgm-form__fieldset p{
    font-size: 17px !important;
    font-weight: 400;
    color: #000;
}
.product-tabs .jdgm-form__fieldset p a {
    color: #000;
}
.product-tabs .jdgm-form__fieldset.jdgm-form__fieldset-actions a{
    background: transparent !important;
    border: 1px solid #0091b3 !important;
    font-size: 15px;
    color: #0091b3;
    font-weight: 700;
    box-shadow: none;
    text-transform: uppercase;
    padding: 15px 30px !important;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    outline: 0;
    line-height: 1.5;
    font-family: "OpenSansCondensed", sans-serif;
    max-width: 200px !important;
    min-width: inherit !important;
}
.product-tabs .jdgm-form__fieldset.jdgm-form__fieldset-actions a:hover{
    background: #0091b3 !important;
    border: 1px solid #0091b3 !important;
    color: #fff;
    opacity: 1;
}
.product-tabs input.jdgm-btn.jdgm-btn--solid.jdgm-submit-rev{
    background: #0091b3 !important;
    border: 1px solid #0091b3 !important;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    box-shadow: none;
    text-transform: uppercase;
    padding: 15px 30px !important;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    outline: 0;
    line-height: 1.5;
     font-family: "OpenSansCondensed", sans-serif;
    max-width: 200px !important;
    min-width: inherit !important;
}
.product-tabs input.jdgm-btn.jdgm-btn--solid.jdgm-submit-rev:hover{
    background: transparent !important;
    border: 1px solid #0091b3 !important;
    color: #0091b3;
}
.product-benifits-sec strong {
    margin-bottom: 25px;
    display: inline-block;
}
.heading-txt-four-pic-part {
    width: 100%;
    max-width: 1640px;
    margin: 0 auto;
}
.heading-txt-four-pic-part .heading-txt-four-pic img {
    width: 100%;
    height: 100%;
}
/* customer css */
.customer.login button, .customer.register button {
    background: #0091b3 !important;
    border: 1px solid #0091b3 !important;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    box-shadow: none;
    text-transform: uppercase;
    padding: 15px 30px !important;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    outline: 0;
    line-height: 1.5;
    font-family: "Raleway", sans-serif;
    width: 100%;
    max-width: 200px !important;
}
.customer.login button:hover, .customer.register button:hover{
    background: transparent !important;
    border: 1px solid #0091b3 !important;
    color: #0091b3;
}
.customer {
    padding: 100px 15px 100px !important;
    max-width: 1670px !important;
}
.customer.login a {
    color: #0091b3;
    font-size: 18px;
}
.customer h1 {
    font-size: 50px;
    margin: 0;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
    outline: 0;
    border: 0;
    box-shadow: none;
}
.customer.login form h2.form__message {
    /* font-size: 18px !important; */
    font-size: 17px !important;
}
.customer form#customer_login .errors ul {
    padding-left: 25px;
    margin-bottom: 2rem;
    margin-top: 1rem;
}

/* search page css */
.template-search__header.page-width {
    text-align: center;
}
.template-search__header.page-width h1{
    font-size: 50px;
    margin: 0;
    font-weight: 700;
    color: #000;
}
.template-search {
    padding: 70px 15px 70px !important;
}
.template-search__header.page-width {
    margin-bottom: 20px;
}
.template-search .facets-container {
    display: none;
}
.template-search div#predictive-search-results .predictive-search__item-heading {
    /* font-size: 18px; */
    font-size: 17px;
    text-decoration: underline;
    text-underline-offset: .3rem;
    font-weight: 600;
}
.template-search div#predictive-search-results ul li {
    padding-bottom:15px;
}
.template-search div#predictive-search-results ul li a .predictive-search__image {
    border: 1px solid #e5e5e5;
    padding: 5px;
}
.template-search h2#predictive-search-products {
    /* font-size: 18px !important; */
    font-size: 17px !important;
    color: #000;
    text-align: left;
    padding: 20px 0;
}
.template-search button.predictive-search__item.predictive-search__item--term.link.link--text.h5.animate-arrow{
    /* font-size: 18px; */
     font-size: 17px;
    font-weight: 600;
}
div#product-grid {
    padding: 0 !important;
}
.footer .contact_email a:hover {
    color: #c3002f;
}

/* customer.addresses css*/
.customer.account{
     max-width: 1670px !important;
}
.customer.account .account-main {
    display: flex;
    margin-top: 5rem;
    flex-wrap: wrap;
    column-gap: 82px;
}
.customer.account .account-main .account-history {
    flex: 0 55%;
    max-width: 55%;
    box-shadow: 0px 0px 9px 1px #ccc;
    padding: 30px;
}
.customer.account .account-main .account-details {
    flex: 0 40%;
    max-width: 40%;
    text-align: left;
    box-shadow: 0px 0px 9px 1px #ccc;
    padding: 30px;
}
.customer.account .account-main .account-history table.order-history tr th {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}
.customer.account .account-main .account-history table.order-history tbody tr td {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 1.4;
}
.customer.account .account-main .account-history table.order-history tbody tr td a {
    padding: 5px 20px;
}
.customer .account-title-top {
    display: flex;
    justify-content: space-between;
}
.customer.account .account-main h1.customer__title {
    font-size: 50px;
    margin: 0;
    font-weight: 700;
    color: #000;
}
.customer.account .account-main a {
    padding: 10px 0;
}
.customer.account .account-main a:hover {
    color: #0091b3!important;
    text-decoration: underline;
}
.customer.account .account-history h2,
.customer.account .account-details h2{
    /* font-size: 26px!important; */
    font-size: 23px!important;
     margin: 0 0 20px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
}
.customer.account .account-details a {
    color: #0091b3;
    /* font-size: 18px !important; */
    font-size: 16px !important;
}
.customer.addresses a {
    /* padding: 30px 0 0;
    font-size: 18px;
    color: #000; */
    color: #000;
   background: transparent;
    font-size: 16px;
    font-weight: 700;
    box-shadow: none;
    border: 1px solid #0091b3;
    padding: 15px 30px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    outline: 0;
    line-height: 1;
    font-family: "Raleway", sans-serif;
    margin-top: 20px;
    text-decoration: none;
    text-transform: capitalize;
}
.customer.addresses a:hover {
    background: transparent;
    color: #0091b3;
    border: 1px solid #0091b3;
}
.customer.addresses p,
.account-details p, 
.account-history p {
    font-size: 16px !important;
    color: #000;
}
.customer.addresses a:hover{
     color: #0091b3;
}
.customer.addresses button {
    /* margin: 2rem;
    background: transparent;
    color: #0091b3; */
    color: #000;
    background: transparent;
    /* font-size: 18px; */
    font-size: 16px;
    font-weight: 700;
    box-shadow: none;
    border: 1px solid #0091b3;
    padding: 15px 30px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    outline: 0;
    line-height: 1;
    font-family: "Raleway", sans-serif;
    margin-top: 20px;
    text-decoration: none;
   text-transform: capitalize;
}
.customer.addresses button:hover {
    color: #0091b3!important;
    background: transparent;
    color: #0091b3;
    border: 1px solid #0091b3;
}
.customer.addresses button {
    /* font-size: 18px; */
    font-size: 16px;
    color: #000;
    font-weight: 700;
    box-shadow: none;
}
.addresses ul h2, h2#AddressNewHeading {
    /* font-size: 35px !important; */
    font-size: 30px !important;
    margin: 0;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
    text-align: center;
    margin-top: 20px;
}
.customer.order h2 {
    /* font-size: 35px!important; */
    font-size: 30px !important;
    margin: 0 0 20px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
}
.customer .order-block-main {
    display: flex;
    flex-wrap: wrap;
    column-gap: 82px;
}
.customer .order-detail-left {
    flex: 0 55%;
    max-width: 55%;
    box-shadow: 0 0 9px 1px #ccc;
    padding: 30px;
}
.customer .order-address-shipping-right {
    flex: 0 40%;
    max-width: 40%;
    text-align: left;
    box-shadow: 0 0 9px 1px #ccc;
    padding: 30px;
}
.customer.order .order-block-main .order-detail-left table.order-details tr th {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    line-height: 1.4;
}
.customer.order .order-block-main .order-detail-left table.order-detailsy tbody tr td {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 1.4;
}
.customer.order .order-block-main .order-detail-left table.order-details tbody tr td a {
    padding: 5px 20px;
}
.customer.order td.order-quantity-center {
    text-align: center !important;
}
span.return-account-details-icon svg {
    width: 14px;
}
span.return-account-details-icon {
    position: relative;
    top: 4px;
}
span.addresses-add-new-icon svg {
    width: 14px;
}
span.addresses-add-new-icon {
    position: relative;
    top: 4px;
}
.address-item-main {
    display: flex;
    margin-top: 5rem;
    flex-wrap: wrap;
    column-gap: 82px;
    flex-direction: row-reverse;
}
.addresses-add-new {
    flex: 0 48%;
    max-width: 48%;
    box-shadow: 0 0 9px 1px #ccc;
    padding: 30px;
    height: 100%;
}
.address-item-main ul {
    flex: 0 47%;
    max-width: 47%;
    text-align: center;
    box-shadow: 0 0 9px 1px #ccc;
    padding: 30px!important;
}

.addresses-account-title-top a {
    margin-top: 0 !important;
}
.addresses-account-title-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* instagram css */
.instagram-sec {
    text-align: center;
    width: 100%;
    padding: 90px 15px;
}
.instagram-logo {
  margin-bottom: 30px;
}
.instagram-logo img {
    width: 100%;
    max-width: 300px;
}
.instagram-part ul {
  display: flex;
  column-gap: 20px;
  padding: 0;
  row-gap: 20px;
}
.instagram-part ul li img {
    width: 100%;
}

/* Review slider css */
section#shopify-section-template--15993161121859__1721732597f1fd423b {
    width: 100%;
    height:auto;
    background: #f5f5f5;
    display: inline-block;
    padding: 90px 15px;
}
section#shopify-section-template--15993161121859__1721732597f1fd423b .page-width {
    width: 100%;
    max-width: 1670px;
}
.shopify-app-block {
    width: 100%;
}
.shopify-app-block .jdgm-carousel-wrapper {
    width: 100%;
    margin: auto;
    padding: 0;
}
.shopify-app-block .jdgm-carousel-wrapper .jdgm-carousel.jdgm-carousel--compact-theme {
    width: calc(100% - 30px);
    margin: 0px;
}
/* .shopify-app-block .jdgm-carousel__item-wrapper {
    width: 100%;
    height: 340px;
    white-space: nowrap;
} */
.shopify-app-block .jdgm-carousel--compact-theme .jdgm-carousel-item__review {
    text-align: left;
    height: 100%;
    width: 100%;
    padding: 0 12px;
}
.shopify-app-block .jdgm-carousel-item {
    display: inline-block;
    height: 100%;
    width: 31.6%!important;
    vertical-align: middle;
    overflow: hidden;
    background: #fff;
    margin-right: 30px;
    border-bottom-right-radius: 40px;
    border-top-left-radius: 40px;
    box-shadow: 0 0 10px 5px #f0f0f0;
    padding: 20px 20px !important;
}
.shopify-app-block .jdgm-carousel--compact-theme .jdgm-carousel-item__review-rating .jdgm-star {
    color: gold;
}
/* .shopify-app-block .jdgm-carousel-item__review-content .jdgm-carousel-item__review-title {
    /* font-size: 30px; */
    font-size: 22px;
    color: #000;
    font-weight: 700;
    /* line-height: 1.5; */
    line-height: 1.2;
    margin-bottom: 10px;
} */
/* .shopify-app-block .jdgm-carousel-item__review-body p {
    margin: 0;
    font-size: 15px;
    color: #000;
    margin: 0;
    line-height: 1.4;
    font-weight: 400;
    font-family: OpenSansCondensed-Regular;
    text-transform: capitalize;
} */
.shopify-app-block .jdgm-carousel-wrapper .jdgm-carousel__left-arrow {
    margin-left: -40px;
}
.shopify-app-block .jdgm-carousel-wrapper .jdgm-carousel__right-arrow {
    margin-right: -15px;
}
.shopify-app-block .jdgm-carousel-title-and-link {
    display: inline-block;
    width: 100%;
    height: 100%;
    margin-bottom: 34px;
}
.shopify-app-block .jdgm-carousel-title-and-link span.jdgm-all-reviews-rating-wrapper {
    display: none;
}
.footer__payment .list-payment {
  justify-content: flex-start;
  margin: -0.5rem;
  padding-top: 0;
  width: 260px;
}
h3.Payment-Method-heading {
    /* font-size: 35px !important; */
    font-size: 25px !important;
    margin: 0;
    font-weight: 700;
    color: #000;
    line-height: 1.3;
    padding-top: 10px;
}

/* Product Breadcrumb css */
.product-breadcrumb {
    margin-top: 20px;
}

.product-breadcrumb nav {
    width: 100%;
    max-width: 1670px;
    margin: 0 auto;
    padding: 0 15px;
}
.product-breadcrumb nav ol {
    display: flex;
}
.product-breadcrumb nav ol li a {
    color: #000;
    font-weight: 600;
    font-size: 16px;
}
.product-breadcrumb nav ol li.active {
    margin-left: 10px;
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

/* wishlist page css */
.wishlist-sec {
    width: 100%;
    height: 100%;
    padding: 90px 0px;
}
.wishlist-sec .recently-title {
    text-align: center;
    margin-bottom: 40px;
}
.wishlist-sec .recently-title h2 {
    /* font-size: 80px; */
    font-size: 56px;
    margin: 0;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
    line-height: 1.1;
    font-family: Raleway, sans-serif;
}
.wishlist-sec .wishlist-product__list {
    border: 1px solid #ebebeb;
    text-align: center;
    padding: 20px;
}
.wishlist-sec .js-wishlistBlock {
   column-gap: 30px!important;
   display: grid;
   grid-template-columns: 1fr 1fr 1fr;
   column-gap: var(--grid-desktop-horizontal-spacing);
}
.wishlist-sec .c-product p {
    padding-top: 10px;
    font-weight: 700;
}
.wishlist-sec .c-product button {
    background: #0091b3;
    /* font-size: 18px; */
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    box-shadow: none;
    border: 1px solid #0091b3;
    text-transform: uppercase;
    padding: 15px 30px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    outline: 0;
    line-height: 1;
    font-family: "Raleway", sans-serif;
    margin-top: 20px;
  }
  .wishlist-sec .c-product button:hover {
      background: #fff;
      color: #0091b3;
      border: 1px solid #0091b3;
  }
  .wishlist-sec .c-product img {
      width: 100%;
      max-height: 100% !important;
  }
  .heart-filled path {
      fill: #c3002f;
  }
  .product-tabs h2 {
      /* font-size: 20px; */
      font-size: 18px;
      margin: 0;
      font-weight: 700;
      color: #000;
      text-transform: capitalize;
      line-height: 1.1;
      font-family: Raleway, sans-serif;
  }
  .top-about-who-sec p:nth-child(4) {
      margin-top: 60px;
  }
  p.wishlist_text {
      /* font-size: 18px; */
      font-size: 16px;
      font-weight: 600;
      line-height: 1.3;
  }
  .ads-footer-sec {
    display: none;
    width: 100%;
    height: 100px;
    background: #c3002f;
    position: fixed;
    padding: 0 15px;
    bottom: 20px;
  }
  .container {
      width: 100%;
      max-width: 1730px;
      margin: 0 auto;
  }
  .ads-footer-sec .ads-footer-part {
     display: flex;
     flex-wrap: wrap;
     /* align-items: center; */
  }
  .ads-footer-sec .ads-footer-part .ads-footer-left {
      flex: 0 55%;
      max-width: 55%;
      position: relative;
      margin-top: -15px;
      align-self: center;
  }
  .ads-footer-sec .ads-footer-part .ads-footer-left .ads-footer-item {
      display: flex;
      justify-content: space-between;
  }
  .ads-footer-sec .ads-footer-part .ads-footer-left .ads-footer-item .ads-footer-product {
      align-self: center;
  }
     .ads-footer-sec .ads-footer-part .ads-footer-left .ads-footer-item .ads-footer-product h2 {
      font-size: 50px!important;
      margin: 0;
      font-weight: 700;
      color: #fff;
      text-transform: capitalize;
      line-height: 1.1;
    }
    .ads-footer-sec .ads-footer-part .ads-footer-left .ads-footer-item .product-rate-board{
        padding-right: 80px;
    }
    .ads-footer-sec .ads-footer-part .ads-footer-left .ads-footer-item .product-rate-board span{
        font-size: 70px!important;
        margin: 0;
        font-weight: 700;
        color: #fff;
        line-height: 1.1;
         padding-left: 30px;
    }
    .ads-footer-sec .ads-footer-part .ads-footer-left .ads-footer-item .product-ads-pic img {
        width: 100%;
    }
    .ads-footer-sec .ads-footer-part .ads-footer-left .ads-footer-item .product-ads-pic {
        position: absolute;
        right: -160px;
        content: '';
        bottom: -15px;
    }
    .ads-footer-sec .ads-footer-part .ads-footer-middel {
        flex: 0 30%;
        max-width: 30%;
    }
    .ads-footer-sec .ads-footer-part .ads-footer-middel .ads-footer-pic img {
        width: 100%;
        height: 100px;
    }
    .ads-footer-sec .ads-footer-part .ads-footer-right {
        flex: 0 15%;
        max-width: 15%;
        margin-top: -10px;
        align-self: center;
    }
    .ads-footer-sec .ads-footer-part .ads-footer-right .ads-footer-btn {
        text-align: center;
    }
    .ads-footer-sec .ads-footer-part .ads-footer-right .ads-footer-btn a {
        background: #0091b3;
        font-size: 18px;
        color: #fff;
        font-weight: 700;
        box-shadow: none;
        border: 1px solid #0091b3;
        text-transform: uppercase;
        padding: 15px 30px !important;
        cursor: pointer;
        -webkit-transition: all .3s ease 0s;
        -moz-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        outline: 0;
        line-height: 1.5;
        text-decoration: none;
        font-family: "Raleway", sans-serif;
    }
    .ads-footer-sec .ads-footer-part .ads-footer-right .ads-footer-btn a:hover {
        background: #fff;
        color: #0091b3;
        border: 1px solid #0091b3;
    }

.home-made-with-natural-sec .image-with-text__media-item.image-with-text__media-item--small.image-with-text__media-item--middle.grid__item {
    width: 45%;
}
.home-made-with-natural-sec .image-with-text__text-item.grid__item{
  width: 55%;
}
.home-made-with-natural-sec .image-with-text__text-item.grid__item .image-with-text__content {
    padding: 6rem 0rem 0 6rem;
}
.home-made-with-natural-sec .image-with-text__media.image-with-text__media--adapt.global-media-settings.background-transparent.media {
    width: 100%;
    max-width: 516px;
    min-width: 516px;
    height: 100%;
    max-height: 505px;
    min-width: 505px;
    border-radius: 50%;
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
    background-color: #a29986;
    object-fit: cover;
    margin: 0 auto;
}

section#shopify-section-template--15993161121859__1721732597f1fd423b {
  width: 100%;
  height: auto;
  background: #f5f5f5;
  display: inline-block;
  padding: 10px 15px 90px !important;
}
.shopify-app-block .jdgm-carousel-title-and-link {
  display: none;
}
.shopify-app-block .jdgm-carousel__item-wrapper {
  width: 100%;
  height: 200px !important;
  white-space: nowrap;
}
.shopify-app-block .jdgm-carousel-item .jdgm-carousel-item__review-rating {
  display: none!important;
}
.shopify-app-block .jdgm-carousel-item__review-title.jdgm-line-clamp {
  display: none!important;
}

.shopify-app-block .jdgm-carousel-item__review {
  text-align: left!important;
  display: flex!important;
  align-items: center!important;
  /* justify-content: center!important; */
}
shopify-app-block .jdgm-carousel-item__review-body p {
  
}
.shopify-app-block .jdgm-carousel-item .jdgm-carousel-item__review-content p{
   font-size: 22px!important;
}
.shopify-app-block .jdgm-carousel-item:nth-child(even) {
    background: #c3002f!important;
}
.shopify-app-block .jdgm-carousel-item:nth-child(even) .jdgm-carousel-item__review-content p {
    color: #fff;
    font-size: 22px !important;
}
.shopify-app-block .jdgm-carousel-item {
  padding: 20px 40px !important;
}
.shopify-app-block .jdgm-carousel__arrows {
  margin: 30px auto 10px auto;
}

section#shopify-section-template--15993161285699__1732179431a144836b {
    padding-bottom: 90px !important;
}
.shopify-app-block  .jdgm-carousel__item-container {
    padding-top: 10px;
    padding-bottom: 10px;
}
.shopify-app-block .jdgm-carousel-item {
    margin-left: 5px;
}

@media(min-width: 1025px) and (max-width: 1366px){
  .home-made-with-natural-sec .image-with-text__media.image-with-text__media--adapt.global-media-settings.background-transparent.media {
    width: 100%;
    max-width: 376px;
    height: 100%;
    max-height: 475px;
    min-width: 415px;
  }
  .footer__payment .list-payment {
    width: 235px;
  }
  .banner:after, .banner__media:after {
    position: relative !important;
  }
}
.home-made-with-natural-sec video {
    width: 100%;
    /* height: 130% !important;
    top: -75px !important; */
    /* object-fit: fill; */
    height: 100% !important;
    top: 0px !important;
    object-fit: fill;
}
.home-how-it-works-sec .play-button h2 {
    top: 41%;
}
.wishlist-sec .wishlist-product__list .c-product h3.c-product__title {
    text-transform: capitalize;
}

.cart-page-sec .title-wrapper-with-link a {
    display: none;
}

/*  Responsive css  */
@media only screen and (max-width: 1700px) {
   .product-Specification-sec ul li h2 {
    padding: 0 15px 0 15px;
   }
   .ads-footer-sec .ads-footer-part .ads-footer-left .ads-footer-item .ads-footer-product h2 {
    font-size: 45px!important;
   }
  .ads-footer-sec .ads-footer-part .ads-footer-left .ads-footer-item .product-rate-board span {
      font-size: 62px!important;
  }
   .address-item-main {
    column-gap: 70px;
   }
  .customer.account .account-main {
      column-gap: 70px;
  }
  .customer .order-block-main{
    column-gap: 70px;
  }
  .home-review-sec h2 a img {
    width: 17px!important;;
    top: 15px!important;;
  }
  /* h3.Payment-Method-heading {
    font-size: 30px !important;
  } */
  /* .footer-block__brand-info h3 {
    font-size: 30px;
  } */
}
@media only screen and (max-width: 1600px) {
  .product-Specification-sec ul li h2 {
    font-size: 18px !important;
    padding: 0 20px 0 20px;
  }
  .product-Specification-sec ul li span img {
      width: 40px;
      height: 40px;
      object-fit: contain;
  }
  .product-Specification-sec ul {
    flex-wrap: wrap;
  }
  .product-Specification-sec ul li {
      flex: 0 15%;
      max-width: 15%;
  }
  .customer.account .account-main .account-history table.order-history tr th {
      font-size: 14px;
      line-height: 1.4;
  }
  /* .heading-txt-four-pic-part span.four-pic-small:nth-child(4) img,
  .heading-txt-four-pic-part span.four-pic-small:nth-child(2) img{
    width: auto;
    height: 295px;
  }  */
  .page-width {
    padding: 0 15px;
    width: 100%;
    max-width: 1440px!important;
  }
  .container{
    width: 100%;
    max-width: 1300px!important;
    margin: 0 auto ;
  }
  header.header.header--middle-left.page-width {
    margin: 0 auto;
   }
  .slick-sec .slick-txt h1.slider-heading {
    font-size: 55px;
   }
  .co-mate-section h2 {
    font-size: 46px;
  }
  h2, .h1 {
    font-size: 46px;
  }
  .made-with-natural-sec .image-with-text__text-item h2 {
    font-size: 46px;
  }
  .how-it-works-sec .play-button h2 {
     font-size: 40px;
   }
   .faq-sec .collapsible-content h3.accordion__title.inline-richtext.h4 {
     font-size: 20px;
   }
   .shopify-app-block .jdgm-carousel-item__review-content .jdgm-carousel-item__review-title {
     font-size: 20px;
   }
  .product-breadcrumb {
     margin-top: 20px;
     width: 100%;
     max-width: 1300px;
     margin: 0 auto;
   }
   /* .product-tabs .tab-content h2 {
     font-size: 26px !important;
   } */
   .about-who-sec h2 {
      font-size: 46px;
   }
  .about-six-sec h2{
      font-size: 46px;
   }
   .about-safe-clean-sec h2.image-with-text__heading.inline-richtext {
      font-size: 46px;
   }
   .how-work-clearing-safer-chimney-sec .banner__box h2.banner__heading.inline-richtext{
     font-size: 46px;
   }
   .soil-amendment-sec .image-with-text__text-item h2 {
    font-size: 46px;
   }
  .retailers-distributors-sec .image-with-text__text-item h2 {
    font-size: 46px;
  }
  .contact-form-block .form-txt h2 {
    font-size: 46px;
   }
  .wishlist-sec .recently-title h2 {
    font-size: 46px;
  }
  .customer h1 {
    font-size: 45px;
  }
  .customer.account {
    max-width: 1300px !important;
  }
  .customer {
    max-width: 1300px !important;
  }
  .address-item-main {
    column-gap: 60px;
  }
  .customer.account .account-main {
    column-gap: 60px;
  }
  .template-search__header.page-width h1{
     font-size: 45px;
  }
  .footer-block.grid__item {
    padding: 0 35px;
  }
  .customer .order-detail-left {
    flex: 0 54%;
    max-width: 54%;
  }
  .home-review-sec h2 a {
    font-size: 46px!important;
  }
}
@media only screen and (max-width: 1560px) {
    .header__heading-logo {
       max-width: 200px;
    }
    .footer .footer-block__heading {
       font-size: 24px !important;
    }
    .footer-block__brand-info h3 {
       font-size: 25px;
    }
    h3.Payment-Method-heading {
      font-size: 22px !important;
    }
    .ads-footer-sec .ads-footer-part .ads-footer-left .ads-footer-item .ads-footer-product h2 {
          font-size: 40px!important;
     }
     .ads-footer-sec .ads-footer-part .ads-footer-left .ads-footer-item .product-rate-board span {
          font-size: 50px!important;
    }
    .customer.account .account-main .account-history {
        flex: 0 64%;
        max-width: 64%;
     }
     .customer.account .account-main .account-details {
        flex: 0 30%;
        max-width: 30%;
     }
     .customer .order-detail-left {
      flex: 0 64%;
      max-width: 64%;
     }
     .customer .order-address-shipping-right {
      flex: 0 30%;
      max-width: 30%;
     }
     .ads-footer-sec .ads-footer-part .ads-footer-middel .ads-footer-pic img {
       width: 100%;
     }
    .ads-footer-sec .ads-footer-part .ads-footer-pic {
        width: 100%;
        height: 100%;
    }
}
@media only screen and (max-width: 1500px) {
  .product-tabs .tab-content {
      padding: 30px 15px 30px 30px;
  }
  .address-item-main {
      column-gap: 50px;
      justify-content: center;
   }
   .customer.account .account-main {
      column-gap: 50px;
      justify-content: center;
   }
  .customer .order-block-main{
    column-gap: 50px;
      justify-content: center;
    }
    .ads-footer-sec .ads-footer-part .ads-footer-right {
      margin-top: -8px;
    }
    .ads-footer-sec .ads-footer-part .ads-footer-left {
        margin-top: -13px;
  }
  /* .home-made-with-natural-sec .image-with-text__media.image-with-text__media--adapt.global-media-settings.background-transparent.media {
    width: 100%;
    height: 60%;
   } */
   .header nav.header__inline-menu ul li {
    padding-right: 40px;
   }
  /* .heading-txt-four-pic-part span.four-pic-small:nth-child(4) img,
  .heading-txt-four-pic-part span.four-pic-small:nth-child(2) img{
    width: auto;
    height: 258px;
  } */
}
@media only screen and (max-width: 1440px) {
  .header__heading-logo {
     max-width: 160px;
  }
  .co-mate-section .th-block-left .th-txt,
  .co-mate-section .th-block-right .th-txt{
     max-width: 100%;
  }
  .shopify-app-block .jdgm-carousel-wrapper .jdgm-carousel__left-arrow {
     margin-left: -18px;
  }
  .footer .footer-block.grid__item:nth-child(3) {
     flex: 0 30%;
     max-width: 30%;
  }
  .footer .footer-block.grid__item:nth-child(1) {
     /* flex: 0 35%;
     max-width: 35%; */
     flex: 0 32%;
     max-width: 32%;
   }
  .footer .footer-block.grid__item:nth-child(4) {
    flex: 0 19%;
    max-width: 19%;
  }
  .image-with-text .image-with-text__media-item.image-with-text__media-item--medium img {
     width: 100%;
     object-fit: contain;
   }
   .made-with-natural-sec .image-with-text__content{
      padding: 6rem 0rem 0 2rem;
   }
   .made-with-natural-sec .image-with-text__media-item.image-with-text__media-item--medium.image-with-text__media-item--top.grid__item {
      width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2) !important;
   }
   .made-with-natural-sec .grid--2-col-tablet .grid__item {
      width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2) !important;
   }
   .how-it-works-sec .play-button h2 {
     top: 33%;
   }
    .home-how-it-works-sec .play-button h2 {
     top: 36%;
   }
   .Unique-Dual-Action-sec .image-with-text__content {
      padding: 6rem 0rem 0 6rem;
   }
   /* .safe-clean-sec .image-with-text__content {
      padding: 6rem 6rem;
   } */
   .safe-clean-sec .image-with-text__content {
        padding: 4rem 6rem;
    }
   .about-who-sec .image-with-text__media-item.image-with-text__media-item--medium.image-with-text__media-item--top.grid__item {
      width: calc(45% - var(--grid-desktop-horizontal-spacing) / 2) !important;
   }
  .about-who-sec .image-with-text__text-item.grid__item {
     width: calc(55% - var(--grid-desktop-horizontal-spacing) / 2) !important;
   }
   .what-does-four-image-txt-sec .page-width {
     padding: 0;
   }
   .what-does-four-image-txt-sec .multicolumn-card__info {
    padding: 20px 40px !important;
   }
   .about-who-sec .image-with-text__text-item .image-with-text__content {
    padding: 0rem 1rem 0rem 6rem;
    }
    .retailers-distributors-sec .image-with-text__content {
      padding: 1rem 15px 0rem 6rem;
    }
    .retailers-sec .image-with-text__content {
      padding: 1rem 6rem 0 15px;
    }
    .about-wood-burning-appliance-sec .th-block-left .th-txt:before {
      width: 180px;
      right: -195px;
    }
    .about-wood-burning-appliance-sec .th-block-left .th-txt:after {
      right: -204px;
    }
    .about-wood-burning-appliance-sec .th-block-right .th-txt:before {
      width: 180px;
      left: -214px;
    }
    .about-wood-burning-appliance-sec .th-block-right .th-txt:after {
      left: -220px;
     }
    .about-wood-burning-appliance-sec .th-item .th-txt p {
      font-size: 20px;
    }
    .cart-page-sec .cart-items td.cart-item__quantity {
        padding-left: 10rem !important;
    }
    .cart-page-sec .cart-items thead th.cart-items__heading--wide.quantity-heading {
        padding-left: 12rem !important;
    }
    .product-Specification-sec ul {
       flex-wrap: wrap;
    }
    .product-Specification-sec ul li {
        flex: 0 31.3%;
        max-width: 31.3%;
        border-right: 0;
    }
    .product-benifits-sec ul li p:before {
      top: 25px;
    }
    .ads-footer-sec .ads-footer-part .ads-footer-left .ads-footer-item .product-rate-board span {
        font-size: 40px !important;
    }
    .footer-block.grid__item {
      padding: 0 25px;
    }
    .product-how-it-works-sec .play-button h2{
       top: 38%!important;
    }
}
@media only screen and (max-width: 1366px) {
  .Unique-Dual-Action-sec .image-with-text__content {
        padding: 0rem 0rem 0rem 6rem;
    }
}
@media only screen and (max-width: 1365px) {
  .header nav.header__inline-menu ul li {
     padding-right: 30px;
  }
  /* .header nav.header__inline-menu li a {
     font-size: 18px;
  } */
  .footer .contact_email a {
     font-size: 17px;
  }
  .address-info p {
     font-size: 17px;
  }
  .footer .footer-block.grid__item.footer-block--menu ul li a {
     font-size: 17px;
  }
  .footer .footer-block.grid__item:nth-child(1) {
     font-size: 18px;
     line-height: 1.5;
  }
  .footer .footer-block.grid__item:nth-child(1) a {
    font-size:18px;
  }
  .footer-block__brand-info h3 {
      /* font-size: 25px; */
      font-size: 22px;
  }
  .footer .footer-block__heading {
      font-size: 22px !important;
   }
   .what-one-sec .one-sec .one-item:nth-child(1):before {
      width: 450px;
    }
    .what-one-sec .one-sec .one-item:nth-child(2):before {
      width: 430px;
    }
    .what-one-sec .one-sec .one-item:nth-child(3):before {
       width: 475px;
    }
    .what-one-sec .one-sec .one-item:nth-child(4):before {
       width: 475px;
    }
    .what-one-sec .one-sec .one-part .one-txt {
       max-width: 435px;
       padding-right: 40px;
    }
    .ads-footer-sec .ads-footer-part .ads-footer-left .ads-footer-item .ads-footer-product h2 {
       font-size: 32px !important;
    }
    .contact-sec .contact-form-block .field input {
       height: 48px;
    }
    .contact-sec .contact-form-block .field label {
       line-height: 24px;
       font-size: 15px;
    }
   .contact-sec .contact-form-block .field textarea {
      height: 90px;
   }
}
@media only screen and (max-width: 1300px) {
  .slick-sec .slick-txt h1.slider-heading {
    font-size: 50px;
  }
  .slick-sec .slick-txt {
    margin-left: 15px;
  }
   h2, .h1 .co-mate-section h2, .made-with-natural-sec .image-with-text__text-item h2, h1.cart__empty-text{
    font-size: 42px!important;
  }
     .about-who-sec h2 {
      font-size: 42px;
   }
  .about-six-sec h2{
      font-size: 42px;
   }
   .about-safe-clean-sec h2.image-with-text__heading.inline-richtext {
      font-size: 42px;
   }
   .how-work-clearing-safer-chimney-sec .banner__box h2.banner__heading.inline-richtext{
     font-size: 42px;
   }
   .soil-amendment-sec .image-with-text__text-item h2 {
    font-size: 42px;
   }
  .retailers-distributors-sec .image-with-text__text-item h2 {
    font-size: 42px;
  }
  .contact-form-block .form-txt h2 {
    font-size: 42px;
   }
   .wishlist-sec .recently-title h2 {
    font-size: 42px;
  }
  .template-search__header.page-width h1{
     font-size: 42px;
  }
  .co-mate-section .th-item .th-txt p {
    font-size: 17px;
  }
  .co-mate-section .bottom-txt p {
    font-size: 20px;
  }
  .footer .footer-block.grid__item:nth-child(1) {
     flex: 0 100%;
     max-width: 100%;
     text-align: center;
  }
  .footer .footer-block-image.center {
     justify-content: center;
   }
   .footer .footer-block.grid__item:nth-child(2) {
      flex: 0 30%;
      max-width: 30%;
   }
   .footer .footer-block.grid__item:nth-child(3) {
    flex: 0 39%;
    max-width: 39%;
   }
  .footer .footer-block.grid__item:nth-child(4) {
    flex: 0 30%;
    max-width: 30%;
   }
   .what-one-sec .one-sec .one-txt p {
      font-size: 17px;
      line-height: 1.2;
   }
   .what-one-sec .one-sec .one-block-right {
      margin-left: 40px;
   }
   .what-one-sec .one-sec .one-block-left {
      flex: 0 65%;
      max-width: 65%;
   }
   .what-one-sec .one-sec .one-part {
      align-items: center;
   }
   .what-one-sec .one-sec .one-item:nth-child(1):before {
      width: 300px;
   }
   .what-one-sec .one-sec .one-item:nth-child(2):before {
     width: 300px;
   }
   .what-one-sec .one-sec .one-item:nth-child(3):before {
     width: 305px;
   }
   .what-one-sec .one-sec .one-item:nth-child(4):before {
    width: 305px;
   }
   .about-six-sec .six-item {
     width: 290px;
   }
   .about-six-sec .six-item .six-txt p {
     font-size: 17px;
   }
   .about-six-sec .six-pic {
     width: 70px;
     height: 70px;
   }
   .about-six-sec .six-pic img {
    width: 40px;
    height: 40px;
   }
   .about-six-sec .six-block-left .six-txt:before,
   .about-six-sec .six-block-left .six-item:nth-child(1):before,
   .about-six-sec .six-block-left .six-txt:after,
   .about-six-sec .six-block-left .six-item:nth-child(2):before,
   .about-six-sec .six-block-left .six-item:nth-child(3):before,
   .about-six-sec .six-block-right .six-item:nth-child(3):before,
   .about-six-sec .six-block-right .six-item:nth-child(1) .six-txt:before,
   .about-six-sec .six-block-right .six-item:nth-child(1):before,
   .about-six-sec .six-block-right .six-item:nth-child(1) .six-txt:after,
   .about-six-sec .six-block-right .six-item:nth-child(2) .six-txt:before,
   .about-six-sec .six-block-right .six-item:nth-child(2) .six-txt:after,
   .about-six-sec .six-block-right .six-item:nth-child(3) .six-txt:before,
   .about-six-sec .six-block-right .six-item:nth-child(3) .six-txt:after{
      display:none;
   }
   .about-six-sec .six-block-left .six-item:nth-child(2) {
     right: 40px;
   }
   .about-six-sec .six-block-right .six-item:nth-child(2) {
     left: 45px;
   }
   .about-wood-burning-appliance-sec .th-block-left {
     flex: 0 30%;
     max-width: 30%;
   }
   .about-wood-burning-appliance-sec .th-block-right {
     flex: 0 30%;
     max-width: 30%;
   }
   .about-wood-burning-appliance-sec .main-pic {
     flex: 0 35%;
     max-width: 35%;
   }
   .about-wood-burning-appliance-sec .th-item:nth-child(2) {
     margin-left: 75px;
   }
   .product .product__info-wrapper .product__title h1 {
     /* font-size: 40px; */
     font-size: 30px;
   }
   .product .product__info-wrapper .product__sub-title p {
      font-size: 17px;
   }
   .product .product__info-wrapper .price__container .price__regular .price-item--regular {
     font-size: 40px;
   }
   .product .product__info-wrapper {
      padding: 0 0 0 5rem !important;
   }
   .heading-txt-four-pic-part .heading-txt-four-pic span.four-pic-full img {
    /* width: 270px;
    max-height: 270px; */
    }
    /* .heading-txt-four-pic-part span.four-pic-small img {
      width: 100%;
      max-height: 170px;
    } */
    .address-item-main, .customer.account .account-main {
      column-gap: 30px;
    }
    .customer.account .account-main .account-history {
       flex: 0 70%;
       max-width: 70%;
       padding: 20px;
    }
    .customer.account .account-main .account-details {
        flex: 0 25%;
        max-width: 25%;
    }
    .customer.addresses p, .account-details p, .account-history p {
    font-size: 16px !important;
   }
   .addresses-add-new, .address-item-main ul {
    padding: 20px !important;
    }
   .customer .order-block-main{
      column-gap: 30px;
   }
   .customer .order-detail-left {
     padding: 20px;
    }
    .customer .order-address-shipping-right {
      padding: 20px;
   }
    .co-mate-section .th-part .main-pic {
       margin-top: 50px;
    }
    .header nav.header__inline-menu ul li {
        padding-right: 15px;
    }
   .cart-page-sec .cart-items tbody td a {
     max-width: 60% !important;
   }
   .heading-txt-four-pic-part .heading-txt-four-pic {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .home-review-sec h2 a {
    font-size: 42px!important;
  }
}
@media only screen and (max-width: 1230px) {
  .header nav.header__inline-menu li a {
    font-size: 15px;
  }
  .slick-sec .slick-txt h1.slider-heading {
    max-width: 430px;
   }
}
@media only screen and (max-width: 1200px) {
  .header nav.header__inline-menu ul li {
    padding-right: 15px;
  }
  .slick-sec .slick-item {
    height: 600px;
  }
  .slick-sec .slick-txt {
    width: 100%;
    max-width: 600px;
  }
  .co-mate-padding {
    padding: 80px 15px !important;
   }
   section#shopify-section-template--15993161121859__1721732597f1fd423b {
      padding: 80px 15px;
   }
   .instagram-sec {
      padding: 80px 15px;
   }
   .footer.section-sections--15993161580611__footer-padding {
     padding-top: 80px !important;
   }
   .how-it-works-sec .play-button h2 {
      /* top: 29%; */
      top: 29%;
   }
  .home-how-it-works-sec .play-button h2 {
     top: 37%;
     font-size: 35px !important;
     line-height: 1.3;
   }
   /* .safe-clean-sec .image-with-text__content {
      padding: 3rem 6rem;
    } */
    .safe-clean-sec .image-with-text__content {
        padding: 1rem 6rem;
    }
    .section-template--15993161121859__image_with_text_KBgFGy-padding {
      padding-bottom: 70px;
    }
    .co-mate-padding-bottom {
       padding-bottom: 80px !important;
   }
   .Physically-Alters-sec .image-with-text__content {
      padding: 3rem 3rem 3rem 0;
   }
   .collection {
      padding: 80px 15px !important;
   }
   .contact-sec {
      padding: 80px 15px !important;
   }
   .contact-sec .contact-form-block {
      padding: 0 0 0 40px;
   }
   .about-who-sec .image-with-text__text-item .image-with-text__content {
      padding: 0rem 1rem 0rem 3rem;
   }
   .what-it-does-sec h2.image-with-text__heading.inline-richtext.h1 {
      margin-bottom: 0;
   }
   .what-does-four-image-txt-sec .multicolumn-card__info h3 {
     font-size: 20px;
     line-height: 1.3;
    }
    .what-does-four-image-txt-sec .multicolumn-card__info p {
      font-size: 17px;
      line-height: 1.3;
    }
    .what-one-sec .one-sec .one-part .one-txt {
       max-width: 375px;
    } 
    .what-one-sec .one-sec .one-pic {
       padding-right: 10px;
    }
    .about-safe-clean-sec .image-with-text__text-item .image-with-text__content {
       padding: 1rem 15px 6rem ;
    }
    .preventing-creosote-sec .image-with-text__text-item.grid__item:before {
       top: 0;
       height: 100%;
    }
    .preventing-creosote-sec.co-mate-padding {
       margin-bottom: 0;
       padding-top: 40px !important;
    }
    .how-work-clearing-safer-chimney-sec .banner__content.banner__content--middle-left.page-width {
       padding: 80px 15px;
    }
    .how-work-clearing-safer-chimney-sec .banner__box {
       max-width: 95% !important;
       padding-bottom: 0 !important;
    }
    .works-universally-sec ul li.multicolumn-list__item.grid__item {
       width: calc(50% - var(--grid-desktop-horizontal-spacing)* 3 / 4) !important;
       max-width: calc(50% - var(--grid-desktop-horizontal-spacing)* 3 / 4) !important;
       margin-bottom: 50px;
       border-right: 0;
    }
    .works-universally-sec .multicolumn-card__info {
       padding: 0 15px !important;
    }
    .soil-amendment-sec .image-with-text__content {
       padding: 0rem 3rem 0 4rem;
    }
    .works-universally-sec.co-mate-padding-bottom {
       padding-bottom: 40px !important;
    }
    .about-safe-clean-sec .image-with-text__text-item.grid__item {
       padding-right: 0px;
    }
    .retailers-distributors-sec .image-with-text__content {
       padding: 1rem 15px 0rem 3rem;
    }
    .retailers-sec .image-with-text__content {
       padding: 1rem 3rem 0 15px;
    }
    .about-safe-clean-sec .image-with-text__text-item h4 {
       font-size: 25px;
    }
    .wishlist-sec {
      padding: 80px 0px;
    }
    .cart-page-sec .cart-items td.cart-item__quantity {
        padding-left: 4rem !important;
    }
    .cart-page-sec .cart-items thead th.cart-items__heading--wide.quantity-heading {
        padding-left: 5rem !important;
    }
    .cart-page-sec .cart-items tbody td.cart-item__media,
    .cart-page-sec .cart-items tbody td.cart-item__details,
    .cart-page-sec .cart-items tbody td.cart-item__totals,
    .cart-page-sec .cart-items td.cart-item__quantity,
    .cart-page-sec .cart-items td.cart-item__totals.right.small-hide{
         padding-left: 2rem !important;
    }
   .product .product__info-wrapper .product-form {
      padding: 0 10px;
   }
   .product .wishlist_button {
     padding-left: 10px;
   }
    .customer {
      padding: 80px 15px !important;
    }
    .customer h1 {
     font-size: 35px;
   }
   .addresses ul h2, h2#AddressNewHeading {
    font-size: 35px !important;
   }
   .customer.order h2 {
    font-size: 30px !important;
   }
   .about-block-main .banner__content.page-width {
      padding: 0 15px 0 2rem;
      background: #0000005c;
   }
   .ads-footer-sec .ads-footer-part .ads-footer-left .ads-footer-item .ads-footer-product h2 {
        font-size: 21px !important;
    }
   .ads-footer-sec .ads-footer-part .ads-footer-left .ads-footer-item .product-rate-board span {
        font-size: 26px !important;
        margin-top: 5px;
        display: inline-block;
    }
    .ads-footer-sec .ads-footer-part .ads-footer-left .ads-footer-item .product-ads-pic {
      bottom: -35px;
    }
    .ads-footer-sec h2 sup {
      font-size: 16px;
    }
    .ads-footer-sec .ads-footer-part .ads-footer-right .ads-footer-btn {
      padding-left: 10px;
    }
    .ads-footer-sec .ads-footer-part .ads-footer-right .ads-footer-btn a {
        padding: 10px 24px !important;
    }
    .co-mate-section .th-item .th-txt p {
        font-size:18px;
    }
    .co-mate-section .th-item .th-pic img,
    .co-mate-section .th-item:nth-child(2) .th-pic img{
      height: 70px;
      min-height: fit-content;
      width: auto;
    }
     .home-made-with-natural-sec .image-with-text__media.image-with-text__media--adapt.global-media-settings.background-transparent.media {
      width: 80%;
      height: 60%;
    } 
    .header nav.header__inline-menu li a {
      font-size: 14px;
    }
   .header__heading-logo {
      /* max-width: 130px; */
      max-width: 115px;
   }
   .header a.swym-wishlist {
      margin-left: 20px;
   }
   details-modal.header__search .header__icon {
     height: 3.4rem !important;
     width: 3.4rem !important;
   }
   .home-made-with-natural-sec .image-with-text__media-item.image-with-text__media-item--small.image-with-text__media-item--middle.grid__item {
     width: 50%;
   }
   .home-made-with-natural-sec .image-with-text__text-item.grid__item{
     width: 50%;
   }
   .header nav.header__inline-menu ul li {
    padding-right: 15px;
   }
  .what-it-does-sec .image-with-text__text-item h4 {
    font-size: 22px;
  }
  .product-how-it-works-sec .play-button h2 {
    top: 33% !important;
  }
  .shopify-app-block .jdgm-carousel-item__review-content .jdgm-carousel-item__review-title {
    font-size: 20px;
  }
  .shopify-app-block .jdgm-carousel-item {
    padding: 20px 20px !important;
  }
  .shopify-app-block .jdgm-carousel-item__review-body p {
    font-size: 18px;
   }
  .shopify-app-block .jdgm-carousel-item .jdgm-carousel-item__review-content p{
     font-size: 18px!important;
  }
  .shopify-app-block .jdgm-carousel-item:nth-child(2n) .jdgm-carousel-item__review-content p {
     font-size: 18px !important;
  }
  .home-review-sec {
    padding: 80px 15px 0px!important;
  }
  section#shopify-section-template--15993161121859__1721732597f1fd423b {
     padding: 10px 15px 80px !important;
  }
  section#shopify-section-template--15993161285699__1732179431a144836b {
    padding-bottom: 80px !important;
}
  /* .heading-txt-four-pic-part .heading-txt-four-pic {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    display: block;
  } */
}
@media only screen and (max-width: 1100px) {
  .header a.header__icon.header__icon--account.link.focus-inset {
     margin-left: 10px;
  }
  h2, .h1 .co-mate-section h2, .made-with-natural-sec .image-with-text__text-item h2, h1.cart__empty-text {
     font-size: 38px !important;
  }
  .about-who-sec h2 {
      font-size: 38px;
   }
  .about-six-sec h2{
      font-size: 38px;
   }
   .about-safe-clean-sec h2.image-with-text__heading.inline-richtext {
      font-size: 38px;
   }
   .how-work-clearing-safer-chimney-sec .banner__box h2.banner__heading.inline-richtext{
     font-size: 38px;
   }
   .soil-amendment-sec .image-with-text__text-item h2 {
    font-size: 38px;
   }
  .retailers-distributors-sec .image-with-text__text-item h2 {
    font-size: 38px;
  }
  .contact-form-block .form-txt h2 {
    font-size: 38px;
  }
  .wishlist-sec .recently-title h2 {
    font-size: 38px;
  }
  .template-search__header.page-width h1{
     font-size: 38px;
  }
  .what-it-does-sec .image-with-text__text-item h4 {
     font-size: 21px;
  }
  .what-one-sec .one-sec .one-item:nth-child(1):before {
     width: 230px;
  }
  .what-one-sec .one-sec .one-item:nth-child(2):before {
     width: 230px;
  }
  .what-one-sec .one-sec .one-item:nth-child(3):before {
     width: 235px;
  }
  .what-one-sec .one-sec .one-item:nth-child(4):before {
     width: 235px;
  }
  .about-wood-burning-appliance-sec .th-item:nth-child(2) {
     margin-left: 25px;
  }
  .about-wood-burning-appliance-sec .th-block-left .th-txt:before {
      width: 100px;
      right: -105px;
      top: 22px;
   }
   .about-wood-burning-appliance-sec .th-block-left .th-txt:after {
     right: -110px;
     top: 17px;
   }
  .about-wood-burning-appliance-sec .th-block-right .th-txt:before {
     width: 100px;
     left: -105px;
     top: 22px;
   }
   .about-wood-burning-appliance-sec .th-block-right .th-txt:after {
      left: -110px;
      top: 17px;
   }
   .about-wood-burning-appliance-sec .th-item .th-txt p {
      font-size: 17px;
   }
   .about-wood-burning-appliance-sec .bottom-txt p {
       font-size: 25px;
   }
   .product .product__info-wrapper .product-form__buttons button {
       font-size: 16px;
       padding: 20px 20px;
    }
    .product .product__info-wrapper {
       padding: 0 0 0 2rem !important;
    }
     .product .product__info-wrapper .product__title h1 {
       font-size: 25px;
    } 
    .product .product__info-wrapper .product__sub-title p {
       font-size: 17px;
    }
    .product .product__info-wrapper .price__container .price__regular .price-item--regular {
       font-size: 32px;
    }
    .product .product__info-wrapper .price-in-stock h6 {
       font-size: 17px;
    }
    .about-six-sec .six-block-left .six-item:nth-child(2) {
        right: 15px;
    }
   .about-six-sec .six-block-right .six-item:nth-child(2) {
        left: 15px;
    }
   .ads-footer-sec .ads-footer-part .ads-footer-left {
    flex: 0 45%;
    max-width: 45%;
   }
   .ads-footer-sec .ads-footer-part .ads-footer-right {
    flex: 0 20%;
    max-width: 20%;
   }
   .ads-footer-sec .ads-footer-part .ads-footer-left .ads-footer-item .product-rate-board {
     padding-right: 30px;
   }
  .address-item-main {
    column-gap: 40px;
  }
  .customer.order h2 {
    font-size: 25px !important;
  }
  .addresses ul h2, h2#AddressNewHeading {
    font-size: 25px !important;
  }
  .customer h1 {
    font-size: 25px;
  }
  .header nav.header__inline-menu li a {
    /* font-size: 16px; */
    font-size: 14px;
  }
  .header__heading-logo {
      max-width: 100px;
   }
   .header nav.header__inline-menu ul li {
      padding-right: 10px;
    }
   .header a.swym-wishlist .cart-count-bubble {
     width: 16px;
     height: 16px;
   }
  .header a#cart-icon-bubble .cart-count-bubble {
     width: 16px;
     height: 16px;
   }
   .header a.swym-wishlist .cart-count-bubble span {
     font-size: 9px;
   }
  .header a#cart-icon-bubble .cart-count-bubble span {
    font-size: 9px;
  }
  .header a.header__icon svg.icon.icon-cart {
    width: 19px;
    height: 19px;
  }
  .header a.swym-wishlist svg {
      width: 18px;
      height: 18px;
  }
  .header a.header__icon.header__icon--account.link.focus-inset svg {
    width: 18px;
    height: 18px;
  }
  .header .header__icon svg.icon.icon-cart-empty {
    width: 19px;
    height: 19px;
  }
  .header a.swym-wishlist {
     margin-left: 15px;
  }
  .header .header__icon{
    height: 3rem;
    width: 3rem;
  }
  .safe-clean-sec .image-with-text__text-item.grid__item h2 {
    /* font-size: 35px !important; */
     font-size: 38px !important;
  }
  .header a#cart-icon-bubble .cart-count-bubble {
    background: #c3002f;
    bottom: 1.9rem;
    left: 1.3rem;
  }
  .home-made-with-natural-sec .image-with-text__media.image-with-text__media--adapt.global-media-settings.background-transparent.media {
      width: 90%;
      height: 60%;
  } 
  .home-review-sec h2 a {
    font-size: 38px !important;
  }
}
@media only screen and (max-width: 1024px) {
    .slick-sec .slick-txt h1.slider-heading {
        font-size: 42px;
    }
    .slick-sec .slick-txt {
        width: 100%;
        max-width: 520px;
     }
    .slick-sec .slick-txt {
       margin-left: 0px;
    }
    h2, .h1 .co-mate-section h2, .made-with-natural-sec .image-with-text__text-item h2, h1.cart__empty-text{
       font-size: 35px!important;
    }
   .about-who-sec h2 {
      font-size: 35px;
   }
  .about-six-sec h2{
      font-size: 35px;
   }
   .about-safe-clean-sec h2.image-with-text__heading.inline-richtext {
      font-size: 35px;
   }
   .how-work-clearing-safer-chimney-sec .banner__box h2.banner__heading.inline-richtext{
     font-size: 35px;
   }
   .soil-amendment-sec .image-with-text__text-item h2 {
    font-size: 35px;
   }
   .retailers-distributors-sec .image-with-text__text-item h2 {
      font-size: 35px;
   }
  .contact-form-block .form-txt h2 {
    font-size: 35px;
   }
  .wishlist-sec .recently-title h2 {
    font-size: 35px;
  }
  .template-search__header.page-width h1{
     font-size: 35px;
  }
   .co-mate-section .th-item .th-txt p {
       font-size: 17px;
    }
    .co-mate-section .bottom-txt p {
        font-size: 20px;
    }
    .co-mate-section .th-block-left {
       padding-right: 60px;
    }
    .co-mate-section .th-block-left .th-txt:before {
       width: 40px;
       right: -60px;
    }
    .co-mate-section .th-block-left .th-txt:after {
       right: -20px;
    }
    .co-mate-section .th-block-right {
       padding-left: 80px;
    }
    .co-mate-section .th-block-right .th-txt:before {
      width: 40px;
      left: -80px;
    }
    .co-mate-section .th-block-right .th-txt:after {
      left: -40px;
    }
    .co-mate-section .main-pic .th-pic img {
      width: 100%;
      height: 300px;
      margin-top: 75px;
    }
    .th-pic img {
     width: 60px;
     height: 60px;
    }
    .collection ul li .card__content .card__information h3 a {
     font-size: 20px;
    }
    .collection ul li .card__content .card__information .price__regular span.price-item.price-item--regular {
     font-size: 32px;
    }
    .footer-block.grid__item {
     /* padding: 0 20px; */
       padding: 0 10px;
    }
    .footer .footer-block.grid__item:nth-child(2) {
     flex: 0 28%;
     max-width: 28%;
    }
   .footer .footer-block.grid__item:nth-child(3) {
      flex: 0 42%;
      max-width: 42%;
   }
   .footer .footer-block.grid__item:nth-child(4) {
      flex: 0 28%;
      max-width: 28%;
   }
   .banner-breadcrumb .banner img {
      height: 280px;
   }
   .banner-breadcrumb .banner-txt h1 {
      font-size: 40px;
   }
   .breadcrumb nav ol li, .breadcrumb nav ol li a {
      font-size: 21px;
   }
   p {
      font-size: 17px;
   }
   .about-wood-burning-appliance-sec .th-sec .main-pic .th-pic img {
     display: none;
   } 
   .about-wood-burning-appliance-sec .th-block-left, 
   .about-wood-burning-appliance-sec .th-block-right {
      flex: 0 30%;
      max-width: 30%;
   }
   .about-wood-burning-appliance-sec .main-pic {
     flex: 0 35%;
     max-width: 35%;
     margin-left: 0;
   }
   .cart-page-sec .cart-items tbody td, .cart-page-sec .cart-items tbody td a {
      font-size: 16px;
   }
   .cart-page-sec .cart-item__price-wrapper span.price.price--end {
      font-size: 16px;
   }
   .product-slider-nav .slick-slide img {
      margin-top: 0px;
   }
   .product .product-slider .slick-slide img {
      height: 380px;
   }
   .co-mate-section .th-part .main-pic {
      margin-top: 0px;
   }
   .co-mate-section .main-pic .th-pic img {
        width: 100%;
        height: 100%;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .co-mate-section .th-part {
       display: block;
    }
    .co-mate-section .th-block-left {
        padding-right: 0;
        flex: 0 100%;
        max-width: 100%;
        display: flex;
        text-align: center;
        flex-wrap: wrap;
    }
   .co-mate-section .th-block-left .th-item {
        padding-bottom: 0;
        flex: 0 50%;
        max-width: 50%;
    }
    .co-mate-section .th-part .main-pic {
       flex: 0 100%;
       max-width: 100%;
    }
    .co-mate-section .main-pic .th-pic img {
        width: 100%;
        height: 100%;
    }
    .co-mate-section .th-block-right {
        flex: 0 100%;
        max-width: 100%;
        display: flex;
        text-align: center;
        flex-wrap: wrap;
        padding-left: 0;
    }
    .co-mate-section .th-block-right .th-item {
        padding-bottom: 0;
        flex: 0 50%;
        max-width: 50%;
    }
    .co-mate-section .th-block-left .th-txt:before, 
    .co-mate-section .th-block-left .th-txt:after,
    .co-mate-section .th-block-right .th-txt:before,
    .co-mate-section .th-block-right .th-txt:after  {
       display:none;
    }
    .co-mate-section .th-block-left .th-txt,
    .co-mate-section .th-block-right .th-txt {
        max-width: 280px;
        margin: 0 auto;
    }
    details-modal.header__search .header__icon {
        height: 3rem !important;
        width: 3rem !important;
    }
    .header__heading-logo {
        /* max-width: 100px; */
       max-width: 95px;
    }
    .header nav.header__inline-menu li a {
      font-size: 13px;
    }
    .shopify-app-block .jdgm-carousel-item__review-content .jdgm-carousel-item__review-title {
      font-size: 19px;
    }
    .about-six-sec .main-pic .middel-pic img {
       margin-top: 45px;
    }
    .product-description-block span p {
       flex: 0 70%;
       max-width: 70%;
    }
    .product-description-block span strong {
      flex: 0 25%;
      max-width: 25%;
    }
    .home-review-sec h2 a {
    font-size: 35px !important;
  }
}
@media only screen and (max-width: 990px) {
  .header__icon--menu .icon {
    display: block;
    position: absolute;
    opacity: 1;
    transform: scale(1);
    transition: transform .15s ease, opacity .15s ease;
    top: 24px;
    z-index: 1;
  }
  .menu-drawer-container .header__icon svg {
     color: #c3002f;
  }
  .menu-drawer__utility-links {
      padding: 0 15px 20px !important;
  }
  .menu-drawer__utility-links ul.list-social li {
      margin: 0;
  }
  .menu-drawer__utility-links ul.list-social li a svg {
      color: #fff;
      height: 36px;
      width: 38px;
  }
  .menu-drawer__utility-links ul.list-social li a img {
      width: 30px;
      height: 30px;
  }
  .menu-drawer__utility-links {
      background-color: transparent !important;
      padding: 30px !important;
  }
  .co-mate-padding {
    padding: 40px 15px !important;
  }
   section#shopify-section-template--15993161121859__1721732597f1fd423b {
      padding: 50px 15px 30px;
  }
  .instagram-sec {
      padding: 40px 15px;
  }
  .footer.section-sections--15993161580611__footer-padding {
      padding-top: 40px !important;
  }
  .footer .footer-block.grid__item:nth-child(2) {
      flex: 0 100%;
      max-width: 100%;
   }
   .footer .footer-block.grid__item:nth-child(3) {
      flex: 0 100%;
      max-width: 100%;
   }
   .footer .footer-block.grid__item:nth-child(4) {
      flex: 0 100%;
      max-width: 100%;
   }
   .footer-block.grid__item {
      border-right: 0;
   }
   .menu-drawer__navigation-container {
      overflow-y: hidden !important;
   }
   .footer__content-top .grid {
      row-gap: 2rem !important;
   }
   .made-with-natural-sec .image-with-text__content{
      padding: 3rem 0rem 0 3rem;
   }
   .Unique-Dual-Action-sec .image-with-text__content{
       padding: 0rem 0rem 0rem 6rem;
   }
   .safe-clean-sec .image-with-text__content {
      padding: 0rem 1rem 0 2rem;
   }
   h2.image-with-text__heading.inline-richtext.h1 {
      font-size: 35px !important;
   }
   .co-mate-section .th-sec {
      padding: 0 0;
   }
   .collection ul li {
      padding: 0 10px;
   }
   .section-template--15993161121859__image_with_text_KBgFGy-padding {
      padding-bottom: 40px !important;
   }
   .co-mate-padding-bottom {
      padding-bottom: 40px !important;
   }
   .about-block-main .banner__content.page-width {
      padding: 0 15px 0 2rem;
   }
   .Unique-Dual-Action-sec {
      padding:40px 0 !important;
   }
   /* .safe-clean-sec h2.image-with-text__heading.inline-richtext.h1 {
      font-size: 30px !important;
   } */
   .safe-clean-sec .button.button--primary {
      margin-top: 2rem !important;
   }
   .safe-clean-sec  p {
     font-size: 17px;
   }
   .about-block-main {
      min-height: 55rem !important;
   }
   .collapsible-content h3.accordion__title.inline-richtext.h4 {
      font-size: 18px !important;
   }
   .faq-sec .collapsible-content .collapsible-content-wrapper-narrow {
      padding: 0;
   }
   .faq-sec .collapsible-content h3.accordion__title.inline-richtext.h4 {
      padding: 0 0px 0 0px;
   }
   .shopify-app-block .jdgm-carousel-item {
      width: 47.6% !important;
   }
   .shopify-app-block .jdgm-carousel-wrapper .jdgm-carousel__left-arrow {
      margin-left: -30px;
   }
   .footer .footer__content-top {
      padding-left: calc(2rem / var(--font-body-scale));
      padding-right: calc(2rem / var(--font-body-scale));
   }
   .jdgm-carousel--done .jdgm-carousel__item-container {
      position: relative;
      left: 5px;
   }
  
   .footer-block__image-wrapper img {
      max-width: 230px !important;
   }
   .instagram-logo img {;
     max-width: 200px;
   }
   .collection {
     padding: 40px 15px !important;
   }
   .collection.page-width  .grid--1-col-tablet-down .grid__item {
      width: 49%;
      max-width: 49%;
   }
   .contact-sec {
      padding: 40px 15px !important;
   }
   .multicolumn-contact-page ul {
      column-gap: 20px;
      padding-left: 15px !important;
      padding-right: 15px !important;
   }
   .contact-sec .contact-form-block {
      padding: 0 0 0 20px;
   }
   .multicolumn-contact-page ul li {
      padding: 50px 15px;
      width: 100% !important;
      margin-bottom: 20px;
   }
   .multicolumn-contact-page .multicolumn-card__info h3, .h4 {
      font-size: 24px;
   }
   .multicolumn-contact-page   .multicolumn-card__info {
      padding-left: 0 !important;
      padding-right: 0 !important;
   }
   .about-who-sec .image-with-text__text-item .image-with-text__content {
      padding: 0rem 1rem 0rem 2rem;
   }
   .what-it-does-sec.about-who-sec.co-mate-padding {
      padding: 40px 0px !important;
   }
   .about-who-sec .image-with-text__text-item .image-with-text__content {
      padding: 0rem 0rem 0rem 2rem;
   }
   .what-does-four-image-txt-sec .grid--1-col-tablet-down .grid__item {
      width: 49%;
      max-width: 49%;
   }
   .what-does-four-image-txt-sec ul {
      padding: 0 !important;
      justify-content: center;
   }
   .what-does-four-image-txt-sec ul li .multicolumn-card__image-wrapper {
      margin: 0;
   }
   .what-does-four-image-txt-sec ul li {
      margin-bottom: 10px;
      padding: 10px;
   }
   .what-does-four-image-txt-sec.co-mate-padding {
      padding: 40px 0px !important;
   }
   .what-does-four-image-txt-sec .multicolumn-card__info {
      padding: 20px 15px 0 !important;
   }
   .what-one-sec .one-sec .one-item:before {
       width: 240px;;
   }
   .what-one-sec .one-sec .one-block-left {
      flex: 0 54%;
      max-width: 54%;
   }
   .what-one-sec .one-sec .one-block-right {
      flex: 0 40%;
      max-width: 40%;
   }
   .what-one-sec .one-sec .one-item:before,  
   .what-one-sec .one-sec .one-item:after {
      display:none;
   }
   .what-one-sec .one-sec .one-part .one-txt {
      padding-right: 0;
   }
   .what-one-sec .one-sec .one-pic {
      padding-right: 20px;
   }
   .what-one-sec .one-sec .one-block-right .right-pic img {
      height: 100%;
   }
   .about-six-sec .six-item .six-txt p  {
      font-size: 16px;
   }
   .about-six-sec .six-block-left .six-txt {
      margin-right: 20px;
      text-align: right;
   }
   .about-six-sec .six-block-right .six-txt {
      text-align: left;
      margin-left: 20px;
   }
   .about-six-sec .six-item {
      width: 240px;
   }
   .about-six-sec .six-block-right .six-item:nth-child(2) {
      left: 10px;
   }
   .about-six-sec .six-block-left .six-item:nth-child(2) {
      right: 10px;
   }
   .about-six-sec .six-item {
        padding: 10px;
   }
   .about-who-sec .image-with-text__text-item .image-with-text__content {
      padding: 0rem 1rem 0rem 3rem;
   }
   .how-it-work-sec {
       padding:40px 0 !important;
   }
   /* .heading-txt-four-pic-part span.four-pic-small img {
       width: 75%;
       height: auto;
   } */
   span.four-pic-small {
       text-align: center;
   }
   .preventing-creosote-sec .image-with-text__text-item .image-with-text__content {
       padding: 3rem 15px 3rem;
    }
    .how-work-clearing-safer-chimney-sec .custom-text-field {
       max-width: 100% !important;
    } 
    .how-work-clearing-safer-chimney-sec .custom-text-field p {
       padding: 0;
    }
    .how-work-clearing-safer-chimney-sec .banner__content.banner__content--middle-left.page-width {
      padding: 40px 15px;
    }
    .works-universally-sec .multicolumn-list__item .media--adapt .multicolumn-card__image {
      width: 60px;
      object-fit: cover;
    }
    .works-universally-sec, .soil-amendment-sec {
      padding-top: 40px!important;
    }
    .works-universally-sec .page-width {
      padding: 0px;
    }
    .works-universally-sec ul {
      padding-left: 0!important;
      padding-right: 0!important;
    }
    .sparkle-chimney-sec .page-width {
      padding: 0;
    }
    .top-about-who-sec .page-width {
       padding: 0 !important;
    }
    .about-safe-clean-sec .page-width {
      padding: 0;
    }
    .about-safe-clean-sec .image-with-text__text-item h4 {
      font-size: 20px;
    }
    .about-safe-clean-sec .image-with-text__text-item .image-with-text__content {
        padding: 1rem 15px 1rem 0;
    }
    .retailers-distributors-sec .image-with-text__content {
        padding: 1rem 15px 0rem ;
    }
    .retailers-distributors-sec .page-width {
        padding: 0;
    }
    .retailers-sec .page-width {
        padding: 0;
    }
    .retailers-sec .image-with-text__content {
        padding: 3rem 1rem 0 15px;
    }
    .about-wood-burning-appliance-sec .bottom-txt p {
        font-size: 20px;
        padding: 0 15px;
    }
    .wishlist-sec {
       padding: 40px 0px;
    }
    .cart-page-sec .cart__warnings {
       padding: 0rem 0 6rem;
    }
    .product .quantity {
       width: calc(11rem / var(--font-body-scale) + var(--inputs-border-width)* 2);
    }
    .product .product__info-wrapper .product-form__input {
      max-width: 160px;
    }
   .product .wishlist_button {
      padding-left: 0;
    }
    .product .product__info-wrapper .product-form__buttons button {
        margin: 0px 0 0px;
    }
    /* .heading-txt-four-pic-part .heading-txt-four-pic span.four-pic-full img {
      width: 100%;
      max-height: 100%;
    } */
    .about-six-sec .main-pic .middel-pic img {
       margin-top: 20px; 
      margin-left: 25px;
    }
    .product-tabs ul.tabs li.current {
      font-size: 20px;
      line-height: 1.4;
    }
    .product-tabs ul.tabs li {
      font-size: 20px;
      line-height: 1.4;
    }
    .product-tabs .tab-content {
       padding: 20px 15px 20px 15px;
    }
    .product-tabs .tab-content strong {
      font-size: 17px !important;
    }
    .product-tabs .tab-content p {
       font-size: 17px !important;
    }
     .product-description-block span strong {
       flex: 0 30%;
       max-width: 30%;
    }
    .product-description-block span p {
       flex: 0 70%;
       max-width: 70%;
    } 
    .product-tabs .tab-content h3 {
    font-size: 20px;
    }
   .product-natural-Ingredients-sec .image-with-text__text-item.grid__item {
    width: calc(100% - var(--grid-desktop-horizontal-spacing) / 2) !important;
    padding-right: 0px;
   }
   .product-natural-Ingredients-sec .image-with-text__media-item.image-with-text__media-item--medium.image-with-text__media-item--top.grid__item {
    width: calc(100% - var(--grid-desktop-horizontal-spacing) / 2) !important;
   }
   .product-tabs {
     padding: 40px 15px 40px;
   }
  .product-natural-Ingredients-sec .image-with-text__text-item .image-with-text__content {
    padding: 0rem 15px 1rem 0;
    margin: 3rem auto 0;
    width: 100%;
   }
   .product-chimney-sec .image-with-text__text.rte.body ul li {
    text-align: left;
   }
   .image-with-text .image-with-text__media-item.image-with-text__media-item--medium img {
      border-bottom-right-radius: 0px; 
   }
   .product .product__info-wrapper {
        padding: 0 0 0 2rem !important;
   }
   .direction-txt {
     flex: 0 100%;
      max-width: 100%;
    }
    .direction-txt, .product-tabs-direction {
        flex: 0 100%;
        max-width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    .product-tabs-direction img {
        width: auto !important;
        text-align: center;
    }
    .product-description-list {
      text-align: left;
    }
    .product-Specification-sec ul li h2 {
        font-size: 17px !important;
    }
    .product-Specification-sec ul li {
        flex: 0 48%;
        max-width: 48%;
    }
    .product-benifits-sec ul li span img {
       width: 60px;
    }
    .product-benifits-sec ul li p:before {
       display:none;
    }
    .product-benifits-sec ul li p {
      padding-left: 20px;
    }
    .direction-txt p {
        text-align: left;
    }
    .customer {
      padding: 40px 15px !important;
    }
    .customer h1 {
     font-size: 22px;
    }
    .customer.account  .account-main {
      margin-top: 20px;
      display: block;
      justify-content: space-between;
    }
    .customer.account .account-history h2, .customer.account .account-details h2 {
      font-size: 18px !important;
    }
    .addresses ul h2, h2#AddressNewHeading {
      font-size: 22px !important;
    }
    product h2 {
      font-size: 22px !important;
    }
    .menu-drawer__utility-links a account-icon {
      margin-right: 10px;
    }
    .menu-drawer__utility-links a {
      font-size: 16px;
      font-weight: 600;
      color: #000;
     }
     .menu-drawer {
       width: 100% !important;
    }
    .customer .account-history {
      margin-bottom: 30px;
    }
    .customer.order h2 {
      margin-top: 20px;
    }
    .order>div:nth-of-type(2)>div:last-of-type {
        display: flex;
        justify-content: space-between;
    }
   .customer.order h2 {
    font-size: 22px !important;
   }
   .customer.account .account-main .account-history,
   .customer.account .account-main .account-details{
       flex: 0 100%;
       max-width: 100%;
       box-shadow: none;
       padding: 0 !important;
   }
   .addresses-add-new, .address-item-main ul{
      flex: 0 100%;
      max-width: 100%;
      box-shadow: none;
      padding: 0 !important;
    }
    .address-item-main {
       flex-direction: column-reverse;
   }
   .customer .order-detail-left {
      flex: 0 100%;
      max-width: 100%;
    }
    .customer .order-address-shipping-right {
       flex: 0 100%;
       max-width: 100%;
       margin-top: 30px;
    }
    .addresses-account-title-top {
      margin-bottom: 30px;
    }
   .menu-drawer__utility-links ul.list-social li .cls-2 {
    fill: #fff !important;
    z-index: 9;
   }
   .footer__copyright.caption p {
        flex: 0 100% !important;
        max-width: 100% !important;
        /* margin-bottom: 10px !important; */
    }
   .footer__copyright.caption {
     display: block;
     text-align: center !important;
   }
   .footer__copyright.caption p:nth-child(3) {
      text-align: center;
      margin-bottom: 0px !important;
    }
   .ads-footer-sec .ads-footer-part .ads-footer-left .ads-footer-item .ads-footer-product h2 {
        font-size: 18px !important;
    }
    .ads-footer-sec .ads-footer-part .ads-footer-left .ads-footer-item .product-rate-board span {
        font-size: 18px !important;
         margin-top: 10px;
    }
    .ads-footer-sec .ads-footer-part .ads-footer-left .ads-footer-item .product-ads-pic {
      position: absolute;
      right: -160px;
      content: "";
      bottom: -35px;
    }
    .ads-footer-sec .ads-footer-part .ads-footer-left .ads-footer-item .product-ads-pic img {
        width: 131px;
        height: 100%;
    }
    .ads-footer-sec .ads-footer-part .ads-footer-right .ads-footer-btn a {
      font-size: 15px;
      padding: 10px 16px !important;
    }
    .ads-footer-sec .ads-footer-part .ads-footer-right {
        flex: 0 23%;
        max-width: 23%;
    }
    .ads-footer-sec .ads-footer-part .ads-footer-left {
        flex: 0 47%;
        max-width: 47%;
    }
    a.header__icon.header__icon--account.link.focus-inset.small-hide {
      display: block !important;
      /* margin-left: 20px; */
       margin-left: 12px;
       padding-top: 4px;
    }
    .menu-drawer__utility-links a.menu-drawer__account.link.focus-inset.h5.medium-hide.large-up-hide {
        display: none;
    }
   .menu-drawer__navigation ul li a {
     /* text-transform: uppercase; */
     font-size: 16px;
     padding-bottom: 5px;
   }
  .menu-drawer__navigation {
    padding: 1.5rem 0 !important;
  }
  .menu-drawer__navigation ul li a:hover {
    color: #c3002f;
  }
  .menu-drawer-container .country-selector__list--with-multiple-currencies {
    width: 5.5rem;
  }
  .product-chimney-sec h2.image-with-text__heading.inline-richtext.h1 {
     font-size: 32px !important;
  }
  .menu-drawer-container .country-filter {
    padding: 0 2rem .6rem 1.5rem;
  }
  .what-does-four-image-txt-sec ul {
    row-gap: 0;
  }
  .menu-drawer-container .disclosure.notranslate button svg {
    width: 14px;
    top: 17px;
  } 
  .home-review-sec {
    padding: 40px 15px 0px!important;
  }
  section#shopify-section-template--15993161121859__1721732597f1fd423b {
     padding: 10px 15px 40px !important;
  }
    section#shopify-section-template--15993161285699__1732179431a144836b {
    padding-bottom: 40px !important;
}
  .home-review-sec h2 a img {
     width: 14px !important;
    top: 10px !important;
  }
  section.home-review-sec.page-width.prod-review-sec {
    padding-top: 0px !important;
  }
  .shopify-app-block .jdgm-carousel-item {
    margin-left: 3px;
  }
  section#shopify-section-template--15993161285699__1732179431a144836b {
        padding: 10px 15px 40px !important;
    }
    .shopify-app-block .jdgm-rev-widg {
    padding-bottom: 0;
}
  .shopify-app-block   .jdgm-form-wrapper {
    padding-bottom: 0;
}
}
@media only screen and (max-width: 989px) {
    .header .header__icons {
      padding-right: 0;
      width: 100%;
      display: flex;
      justify-content: right;
  }
  header.header.header--middle-left.page-width {
    justify-content: left;
  }
  .home-made-with-natural-sec .image-with-text__media.image-with-text__media--adapt.global-media-settings.background-transparent.media {
      width: 100%;
      height: 60%;
  }
   .menu-drawer-container  .disclosure__list {
      max-width: 5.5rem !important;
      min-width: 7rem !important;
  }
}
@media only screen and (max-width: 900px) {
  .home-made-with-natural-sec .image-with-text__media.image-with-text__media--adapt.global-media-settings.background-transparent.media {
    width: 100%;
    height: 60%;
  }
}
@media only screen and (max-width: 880px) {
 .safe-clean-sec .image-with-text__text-item.grid__item p {
     padding: 0 0 0px;
  }
  .safe-clean-sec  .image-with-text__content>*+* {
     margin-top: 0rem;
  }
  .safe-clean-sec .button.button--primary {
     margin-top: 1rem !important;
  }
  .safe-clean-sec p {
      font-size: 16px;
  }
    .home-made-with-natural-sec .image-with-text__media.image-with-text__media--adapt.global-media-settings.background-transparent.media {
    width: 110%;
    height: 60%;
  }
      .product .product__info-wrapper .product-form__buttons button {
        font-size: 15px;
        padding: 20px 10px;
    }
}
@media only screen and (max-width: 860px) {
  .home-how-it-works-sec .play-button h2 {
        font-size: 30px !important;
    }
    .about-six-sec .main-pic .middel-pic img {
        margin-top: 55px;
    }

}
@media only screen and (max-width: 840px) {
  .product .product__info-wrapper .product-form__buttons button {
      font-size: 16px;
      padding: 15px;
   }
   .product .wishlist_button svg.heart-outline {
     width: 25px;
    height: 25px;
   }
   p.wishlist_text {
    font-size: 16px;
   }
   .product .product__media-wrapper {
        max-width: 100% !important;
        width: calc(100% - var(--grid-desktop-horizontal-spacing) / 2) !important;
   }
   .product .product__info-wrapper {
       max-width: 100% !important;
       width: calc(100% - var(--grid-desktop-horizontal-spacing) / 2) !important;
   }
   .product .product__info-wrapper {
       padding: 0 0 0 0rem !important;
   }
   .ads-footer-sec .ads-footer-part .ads-footer-left {
       flex: 0 50%;
       max-width: 50%;
   }
   .ads-footer-sec .ads-footer-part .ads-footer-middel {
       flex: 0 25%;
       max-width: 25%;
    }
  .home-made-with-natural-sec .image-with-text__media-item.image-with-text__media-item--small.image-with-text__media-item--middle.grid__item {
      width: 100%;
  }
  .home-made-with-natural-sec .image-with-text__text-item.grid__item{
     width: 100%;
  }
  .home-made-with-natural-sec .image-with-text__text-item.grid__item .image-with-text__content {
    padding: 4rem 0rem 0 1rem;
  }
  .home-how-it-works-sec .play-button h2 {
    font-size: 25px !important;
   }
}
@media only screen and (max-width: 768px) {
  .about-six-sec .main-pic .middel-pic img {
    margin-left: 15px;
  }
  .jdgm-carousel--done .jdgm-carousel__item-container {
      left: 0px;
   }
}
@media only screen and (max-width: 767px) {
  .footer .footer-block.grid__item.footer-block--menu ul li:before {
    top: 16px;
  }
  .home-made-with-natural-sec .image-with-text__media.image-with-text__media--adapt.global-media-settings.background-transparent.media {
    width: 100%;
    min-width: 345px;
    max-height: 100%;
    min-height: 350px;
  }
    .slick-sec .slick-item {
        height: 400px;
    }
    .slick-sec .slick-txt h1.slider-heading {
        font-size: 35px;
    }
    .slick-sec .slick-txt {
      width: 100%;
      max-width: 330px;
    }
    .slick-sec .slick-txt p.slider-title {
      padding: 10px 0 20px;
      line-height: 1.4;
      font-size: 16px;
    }
    .slick-sec ul.slick-dots {
        bottom: 30px;
    }
    .slick-sec .slick-txt a.slider-shop-btn {
      padding: 10px 30px;
      font-size: 16px;
    }
    h2, .h1 .co-mate-section h2, .made-with-natural-sec .image-with-text__text-item h2, h1.cart__empty-text{
      font-size: 30px!important;
    }
    .about-who-sec h2 {
        font-size: 30px;
     }
    .about-six-sec h2{
        font-size: 30px;
     }
     .about-safe-clean-sec h2.image-with-text__heading.inline-richtext {
        font-size: 30px;
     }
     .how-work-clearing-safer-chimney-sec .banner__box h2.banner__heading.inline-richtext{
       font-size: 30px;
     }
     .soil-amendment-sec .image-with-text__text-item h2 {
      font-size: 30px;
     }
    .retailers-distributors-sec .image-with-text__text-item h2 {
      font-size: 30px;
    }
    .contact-form-block .form-txt h2 {
      font-size: 30px;
    }
    .wishlist-sec .recently-title h2 {
      font-size: 30px;
    }
    .template-search__header.page-width h1{
     font-size: 30px;
    }
    .co-mate-section .th-sec {
       margin-top: 40px;
    }
    .co-mate-section .bottom-txt {
      margin-top: 25px;
     }
     .co-mate-section .bottom-txt p {
        font-size: 16px;
     }
     .co-mate-section .th-item .th-txt p {
        font-size: 16px;
     }
     .button.button--primary {
        font-size: 16px;
        padding: 10px 30px;
     }
     .collection ul li .card__content .card__information h3 a {
        font-size: 16px;
     }
     .collection ul li .card__content .card__information .price__regular span.price-item.price-item--regular {
        font-size: 21px;
     }
     .quick-add__submit {
       font-size: 16px;
       padding: 10px 0px !important;
     }
     .collection ul li {
        padding: 0 10px 0 0;
     }
     .collection ul li:last-child {
       padding-right: 0;
     }
     .collection .page-width {
       margin-bottom: 10px !important;
     }
     .footer__copyright.caption p:nth-child(1),
     .footer__copyright.caption p:nth-child(2),
     .footer__copyright.caption p:nth-child(3){
        flex: 100%;
        max-width: 100%;
        text-align: center;
        padding-bottom: 6px;
     }
     .footer__copyright.caption p:nth-child(3){
        padding-bottom: 0px;
     }
     .footer .footer-block-image.center {
        margin-bottom: 0rem;
     }
     .footer__content-bottom {
      /* padding-bottom: 2rem;
      padding-top: 2rem !important; */
      padding-bottom: 1rem;
      padding-top: 1rem !important;
     }
    .made-with-natural-sec .image-with-text__text-item h4 {
      font-size: 20px;
     }
     .made-with-natural-sec .image-with-text__text-item h2 {
      margin: 0 0 15px;
     }
     .image-with-text__content>*+* {
       margin-top: 1rem;
     }
     p {
      font-size: 16px;
     }
     .made-with-natural-sec .image-with-text__media-item.image-with-text__media-item--medium.image-with-text__media-item--top.grid__item {
        width: calc(100% - var(--grid-desktop-horizontal-spacing) / 2) !important;
     }
     .made-with-natural-sec .grid--2-col-tablet .grid__item {
        width: calc(100% - var(--grid-desktop-horizontal-spacing) / 2) !important;
     }
     .made-with-natural-sec .image-with-text__content,
     .Unique-Dual-Action-sec .image-with-text__content,
     .Physically-Alters-sec .image-with-text__content {
        padding: 3rem 0rem 0 0rem;
     }
     .Unique-Dual-Action-sec .image-with-text__media-item.image-with-text__media-item--medium.image-with-text__media-item--top.grid__item {
        width: calc(100% - var(--grid-desktop-horizontal-spacing) / 2) !important;
     }
     .Unique-Dual-Action-sec .grid--2-col-tablet .grid__item {
        width: calc(100% - var(--grid-desktop-horizontal-spacing) / 2) !important;
     }
     .Physically-Alters-sec .image-with-text__media-item.image-with-text__media-item--medium.image-with-text__media-item--middle.grid__item {
        width: calc(100% - var(--grid-desktop-horizontal-spacing) / 2) !important;
     }
    .Physically-Alters-sec .image-with-text__text-item.grid__item {
        width: calc(100% - var(--grid-desktop-horizontal-spacing) / 2) !important;
    }
    .safe-clean-sec .image-with-text__text-item.grid__item {
        padding: 3rem 0 4rem;
        width: 100%;
    }
    .shopify-app-block .jdgm-carousel-item {
        width: 100% !important;
        /* margin-right: 0; */
    }
    .shopify-app-block .jdgm-carousel-wrapper .jdgm-carousel__left-arrow {
        margin-left: -20px;
    }
   /* .shopify-app-block .jdgm-carousel-item__review-content .jdgm-carousel-item__review-title {
       font-size: 18px;
   } */
   /* .shopify-app-block .jdgm-carousel-item__review-body p {
       font-size: 16px;
   }
  .shopify-app-block .jdgm-carousel-item:nth-child(2n) .jdgm-carousel-item__review-content p {
     font-size: 16px !important;
  } */
   .shopify-app-block .jdgm-carousel--compact-theme .jdgm-carousel-item__review {
       padding: 0 0px;
   }
   .jdgm-carousel__arrows {
      display: none;
   }
   .about-block-main {
      min-height: 45rem !important;
   }
   .banner--mobile-bottom .banner__box {
        padding: 4rem 0rem 6rem!important;
   }
   .about-block-main .banner__content.page-width {
        padding: 0 15px 0 2rem;
        background: rgb(0 0 0 / 36%);
   }
   .image-with-text__content {
        align-items: center !important;
        text-align: center;
   }
   .image-with-text__content--desktop-left>* {
        align-self: center !important;
        text-align: center !important;
    }
   .about-block-main .banner__box.content-container {
       text-align: center;
   }
   .faq-sec .collapsible-content .accordion summary {
     padding: 15px;
    }
    .banner-breadcrumb .banner img {
        height: 230px;
    }
    .banner-breadcrumb .banner-txt h1 {
     font-size: 30px;
    }
    .breadcrumb nav ol li, .breadcrumb nav ol li a {
      font-size: 18px;
    }
    .contact-sec .contact-img-block {
        flex: 0 100%;
        max-width: 100%;
    }
    .contact-sec .contact-form-block {
        padding: 0;
        flex: 0 100%;
        max-width: 100%;
        margin-top: 20px;
        text-align: center;
        margin-bottom: 0px;
    }
    .multicolumn-contact-page  p {
        font-size: 16px;
        word-break: break-all;
    }
    .about-who-sec .image-with-text__media-item.image-with-text__media-item--medium.image-with-text__media-item--top.grid__item {
        width: calc(100% - var(--grid-desktop-horizontal-spacing) / 2) !important;
        margin-bottom: 30px;
    }
    .about-who-sec .image-with-text__text-item.grid__item {
        width: calc(100% - var(--grid-desktop-horizontal-spacing) / 2) !important;
    }
    .what-does-four-image-txt-sec .grid--1-col-tablet-down .grid__item {
        width: 100%;
        max-width: 100%;
    }
    .what-does-four-image-txt-sec ul li {
        padding: 15px;
        margin-bottom: 0;
    }
    .what-does-four-image-txt-sec .multicolumn-card__info p {
        font-size: 16px;
        line-height: 1.3;
    }
    .what-one-sec .one-sec .one-block-left {
        flex: 0 55%;
        max-width: 55%;
    }
    .what-one-sec .one-sec .one-block-right {
        margin: 0;
    }
    .what-it-does-sec .image-with-text__text-item h4 {
        font-size: 18px;
    }
    .about-six-sec .six-item {
       width: 100%;
       max-width: 300px;
       margin: 0 auto 30px;
    }
    .about-six-sec .six-part {
       display: block;
    }
    .middel-pic {
       text-align: center;
    }
    .about-six-sec .main-pic .middel-pic img {
        width: 450px;
        height: 100%;
    }
    .about-six-sec .six-block-left .six-item:nth-child(2) {
        right: 0;
    }
    .about-six-sec .six-block-right .six-item:nth-child(2) {
       left: 0;
    }
    .about-six-sec .main-pic {
       margin: 30px 0 20px;
    }
    .about-six-sec .six-block-left .six-txt {
       margin-left: 20px;
       text-align: left;
       margin-right: 0;
    }
    .about-six-sec .six-item {
       flex-direction: row;
    }
    .about-who-sec .image-with-text__text-item .image-with-text__content {
       padding: 0rem 0rem 0rem 0rem;
    }
    .what-one-sec .one-sec .one-txt p {
       font-size: 16px;
       line-height: 1.2;
    }
    .heading-txt-four-pic-part .heading-txt-four-pic span.four-pic-full {
       flex: 0 47%;
       max-width: 47%;
    }
    .heading-txt-four-pic-part .heading-txt-four-pic span.four-pic-small {
       flex: 0 47%;
       max-width: 47%;
     }
    .heading-txt-four-pic-part .heading-txt-four-pic {
       flex-wrap: wrap;
       column-gap: 0;
    }
    .heading-txt-four-pic-part .heading-txt-four-pic span.four-pic-full:nth-child(1) {
       margin-bottom: 20px;
    }
    .heading-txt-four-pic-part .heading-txt-four-pic span.four-pic-full img {
       margin-top: 0;
    }
    .preventing-creosote-sec .image-with-text__text-item.grid__item {
       width: 100% !important;
       padding-right: 0;
    }
    .preventing-creosote-sec .image-with-text__media-item.image-with-text__media-item--medium {
       width: 100%;
    }
    .preventing-creosote-sec .image-with-text__text-item.grid__item:before {
       display:none;
    }
    .preventing-creosote-sec.co-mate-padding {
       padding-left: 0 !important;
       padding-right: 0 !important;
    }
    .heading-txt-four-pic-sec.co-mate-combustion-sec.co-mate-padding {
       text-align: center;
    }
    .how-work-clearing-safer-chimney-sec .custom-text-field p {
       text-align: center;
    }
    .how-work-clearing-safer-chimney-sec {
      min-height: 45rem !important;
   }
   .how-work-clearing-safer-chimney-sec .banner__box {
        padding: 0rem 0rem 0rem !important;
    }
    .works-universally-sec ul li.multicolumn-list__item.grid__item {
        width: calc(100% - var(--grid-desktop-horizontal-spacing)* 3 / 4) !important;
        max-width: calc(100% - var(--grid-desktop-horizontal-spacing)* 3 / 4) !important;
        margin-bottom: 30px;
    }
    .play-button div {
        max-width: 200px;
        padding: 15px;
    }
    .how-it-works-sec .deferred-media__poster-button {
      left: 20%;
      height: 35px;
      width: 35px;
   }
   .how-it-works-sec .deferred-media__poster-button .icon {
      width: 1.5rem;
      height: 1.5rem;
   }
   .how-it-works-sec .play-button aside {
      transform: translate(25%, 5%) scale(1);
      font-size: 16px;
   }
   .soil-amendment-sec .image-with-text__media-item.image-with-text__media-item--medium {
      width: calc(100% - var(--grid-desktop-horizontal-spacing) / 2) !important;
   }
   .soil-amendment-sec .image-with-text__text-item {
      width: calc(100% - var(--grid-desktop-horizontal-spacing) / 2) !important;
   }
   .soil-amendment-sec .image-with-text__content {
      padding: 2rem 0px 0;
      width: 100% !important;
      margin: 0rem auto 0 !important;
   }
   .top-about-who-sec p, .top-about-who-sec h2 {
      text-align: center;
   }
   .top-about-who-sec p:nth-child(4) {
      margin-top: 25px;
   }
   .about-safe-clean-sec .image-with-text__media-item.image-with-text__media-item--medium.image-with-text__media-item--top.grid__item {
      width: calc(100% - var(--grid-desktop-horizontal-spacing) / 2) !important;
   }
   .about-safe-clean-sec .image-with-text__text-item.grid__item {
      width: calc(100% - var(--grid-desktop-horizontal-spacing) / 2) !important;
   }
   .about-safe-clean-sec h2.image-with-text__heading.inline-richtext,
   .retailers-distributors-sec h2.image-with-text__heading.inline-richtext,
   .retailers-sech2.image-with-text__heading.inline-richtext {
      margin-top: 20px;
   }
   .retailers-distributors-sec .image-with-text__media-item.image-with-text__media-item--medium.image-with-text__media-item--middle.grid__item {
     width: 100% !important;
   }
   .retailers-distributors-sec .image-with-text__text-item.grid__item {
     width: calc(100% - var(--grid-desktop-horizontal-spacing) / 2) !important;
   }
   .retailers-sec .image-with-text__media-item.image-with-text__media-item--medium.image-with-text__media-item--middle.grid__item {
     width: 100% !important;
   }
   .retailers-sec  .image-with-text__text-item.grid__item {
     width: calc(100% - var(--grid-desktop-horizontal-spacing) / 2) !important;
   }
  .about-wood-burning-appliance-sec .th-block-left .th-txt:before,
  .about-wood-burning-appliance-sec .th-block-left .th-txt:after,
  .about-wood-burning-appliance-sec .th-block-right .th-txt:before, 
  .about-wood-burning-appliance-sec .th-block-right .th-txt:after {
      display:none;
   }
   .about-wood-burning-appliance-sec .bottom-txt p {
        font-size: 18px;
   }
   .about-wood-burning-appliance-sec {
     height: 850px;
     padding: 50px 15px;
    }
   .wishlist-sec .js-wishlistBlock {
     grid-template-columns: 1fr 1fr;
   }
    .instagram-logo img {;
     max-width: 140px;
   }
   .cart-page-sec .cart-items thead {
        display: none;
   }
   .cart-page-sec tr.cart-item {
     border-top: 0;
   }
   .cart-page-sec .title-wrapper-with-link a, 
   .cart-page-sec .cart__warnings a{
      font-size: 16px;
      padding: 10px 30px;
      line-height: 1.6;
   }
   .cart__footer .cart__ctas .cart__checkout-button{
      font-size: 16px;
      padding: 10px 30px; 
   }
   h3.Payment-Method-heading {
      margin-bottom: 15px;
   }
  /* .heading-txt-four-pic-part span.four-pic-small img {
    width: 50%;
    max-height: 150px;
   } */
  .product-benifits-sec ul li {
    display: block;
  }
  .product-benifits-sec ul li p {
     padding-left: 0px;
  }
  .product-tabs a.jdgm-write-rev-link {
     padding: 10px 30px !important;
   }
   /* .product .product__info-wrapper .product__title h1 {
        font-size: 30px;
   } */
   .customer.login button, .customer.register button {
     font-size: 16px;
     padding: 10px 30px !important;
     margin: 2rem 0 1.5rem;
   }
   .product .product__info-wrapper .price__container .price__regular .price-item--regular:first-letter, sup.price-decimals {
     font-size: 18px;
   }
   .retailers-distributors-sec .image-with-text__content {
        padding: 1rem 0px 0rem;
    }
    .retailers-sec .image-with-text__content {
        padding: 3rem 0rem 0 0px;
    }
    .preventing-creosote-sec.co-mate-padding .page-width {
      padding: 0 15px;
    }
    .preventing-creosote-sec .image-with-text__text-item .image-with-text__content {
      padding: 1rem 0px;
    }
    .ads-footer-sec .ads-footer-part .ads-footer-left .ads-footer-item .product-ads-pic {
        right: -130px;
    }
    .ads-footer-sec .ads-footer-part .ads-footer-left .ads-footer-item .product-ads-pic img {
        width: 110px;
        height: 100%;
    }
    .multicolumn-contact-page .multicolumn-card__info a {
       font-size: 16px!important;
    }
   .works-universally-sec .multicolumn-card__image-wrapper {
    min-height: auto;
   }
   .product-tabs .tab-content strong, .product-tabs .tab-content p {
      font-size: 16px !important;
   }
   .product-Specification-sec {
     padding: 20px 0;
   }
   /* .product-tabs .tab-content h2 {
      font-size: 22px !important;
   } */
   .product-tabs .product-Specification-sec ul li h2 {
      font-size: 17px !important;
   }
   .customer.order h2 {
      font-size: 18px !important;
   }
   .safe-clean-sec .image-with-text__content>*+* {
        margin-top: 2rem;
   }
   /* .shopify-app-block .jdgm-carousel-item {
        height: 300px;
   } */
   .product-tabs .tab-content h3 {
        font-size: 18px;
   }
   .product-tabs-direction img {
       height: 100%;
        max-height: 240px;
   }
   .collection-how-it-work {
      margin-bottom: 10px !important;
   }
   .section-template--15993161056323__cart-items-padding {
     padding-top: 40px !important;
     padding-bottom: 40px !important;
  }
  .product .product__info-wrapper .product__sub-title p {
    font-size: 16px;
  }
  .faq-sec .collapsible-content .accordion {
    margin-top: 0;
  }
   .footer-block.grid__item {
      margin: 4rem 0 0;
    }
   .footer-block--newsletter {
    display: none;
  }
  .footer .footer__content-top.page-width {
    padding-bottom: 0;
}
    .home-review-sec h2 a {
    font-size: 30px !important;
  }
  .shopify-app-block .jdgm-carousel__item-wrapper {
    height: 150px !important;
  }
}
@media only screen and (max-width:749px){
    .about-block-main .banner__media.media {
      background: transparent;
      position: static;
  }
  .how-work-clearing-safer-chimney-sec .banner__media.media {
      background: transparent;
      position: static;
      height: auto !important;
  }
  .product .product__info-wrapper.grid__item {
    /* margin-top: 30px; */
    margin-top: 10px;
  }
  td.remove-item {
     grid-column: 3 / 3;
     grid-row: 5 / 3;
  }
  .cart-item__media {
      grid-row: 1 / 5 !important;
      grid-column: 2 / 1;
  }
  .cart-item__details {
      grid-column: 2 / 4 !important;
      grid-row: 1 / 1;
  }
  .cart-item__totals {
      grid-column: 2 /2;
      grid-row: 2 / 2;
      justify-content: flex-start !important;
      padding-left: 20px !important;
  }
  .cart-item__quantity {
      grid-column: 2 / 2 !important;
  }
  .cart-page-sec .cart-items td.cart-item__quantity {
      padding-left: 2rem!important;
  }
  .cart-page-sec td.cart-item__totals .cart-item__price-wrapper .price {
    color: #c3002f;
    font-weight: 600;
  }
  td.remove-item svg {
     width: 22px !important;
     height: 22px !important;
  }
   .cart-page-sec .cart-items tbody tr {
      grid-template: repeat(2,auto) / repeat(5,1fr);
      row-gap: 0px;
   }
   .cart-page-sec .cart-items tbody td.cart-item__media {
      padding-left: 0rem !important;
   }
   .cart-page-sec .cart-items tbody td.cart-item__details {
      padding-left: 0rem !important;
   }
   .cart-page-sec .cart-items tbody td.cart-item__totals {
      padding-left: 0px !important;
   }
   .cart-page-sec .cart-items td.cart-item__quantity {
     padding-left: 0rem!important;
   }
   .product .product__info-wrapper.grid__item {
     padding: 0px 0 20px 0;
   }
   .cart-page-sec .cart-items tbody tr td {
     padding-bottom: 0;
     padding-top: 0;
   }
    .cart-page-sec td.remove-item cart-remove-button {
        justify-content: flex-start;
        margin-left: 0;
    }
   .cart-page-sec .cart-items tbody {
      margin-top: 40px;
   }
   .cart-page-sec .cart-item__image-container {
        border-radius: 0;
        background: #f7f7f7;
        width: 100px;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
   .cart-page-sec td.remove-item cart-remove-button .icon-remove {
     margin-top: 12px;
   }
   .cart-page-sec .js-contents {
     border: 0;
   }

  .disclosure__list-wrapper.country-selector {
    border-width: var(--popup-border-width)!important;
    border-style: solid!important;
    border-color: rgba(var(--color-foreground), var(--popup-border-opacity))!important;
    overflow: hidden!important;
    position: absolute!important;
    bottom: 100%!important;
    transform: translateY(-1rem)!important;
    z-index: 2!important;
    background-color: rgb(var(--color-background))!important;
    border-radius: var(--popup-corner-radius)!important;
    box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity))!important;
    max-height: 27.5rem!important;
    left: unset!important;
    width: inherit!important;
    height: inherit!important;
   }
   .disclosure__list-wrapper.country-selector button.country-selector__close-button.button--small.link {
      display: none;
   }
   .safe-clean-sec p {
      margin-bottom: 10px;
  }
  .cart-page-sec .cart-items tbody td a {
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 640px) {
      .how-it-works-sec .play-button h2 {
        top: 22%;
        top: 20%;
    }
    .what-one-sec .one-sec .one-block-left {
        flex: 0 100%;
        max-width: 100%;
    }
    .what-one-sec .one-sec .one-block-right {
        flex: 0 100%;
        max-width: 100%;
    }
    .what-one-sec .one-sec .one-block-right .right-pic img {
        height: 350px;
        object-fit: contain;
    }
    .what-one-sec .one-sec .one-pic img {
        width: 70%;
        height: 70%;
    }
    .what-one-sec .one-sec .one-pic {
        padding-right: 0;
        width: 70px;
    }
    .home-how-it-works-sec .play-button h2 {
     top: 30%;
   }
   .what-one-sec .one-sec .one-part .one-txt {
        max-width: 100%;
   }
   .what-one-sec .one-sec .one-item {
      padding-bottom: 20px;
   }
   .what-one-sec .one-sec .one-block-right .right-pic img {
        margin-top: 20px;
    }
    .what-one-sec .one-sec .one-part {
      margin: 35px auto 0;
   }
}
@media only screen and (max-width: 580px) {
    #shopify-section-template--16023156719683__comate_functions_content_a8Xypm .soil-amendment-title {
      padding-top: 50px  !important;
    }
    .slick-sec .slick-txt h1.slider-heading {
       font-size: 22px;
    }
    .slick-sec .slick-txt p.slider-title {
       font-size: 16px;
    }
    h2, .h1 .co-mate-section h2, .made-with-natural-sec .image-with-text__text-item h2, h1.cart__empty-text{
       font-size: 21px !important;
       line-height: 32px;
    }  
    .collection ul li .card__content .card__information h3 a {
        font-size: 16px;
    }
    .collection ul li .card__content .card__information .price__regular span.price-item.price-item--regular {
      font-size: 20px;
    }
    .made-with-natural-sec .image-with-text__text-item h4 {
        font-size: 17px;
     }
    .faq-sec .collapsible-content h3.accordion__title.inline-richtext.h4 {
       font-size: 16px!important;
    }
    h2.image-with-text__heading.inline-richtext.h1 {
       font-size: 22px !important;
    }
    .safe-clean-sec h2.image-with-text__heading.inline-richtext.h1 {
       font-size: 22px !important;
    }
     /* .jdgm-carousel--done .jdgm-carousel__item-container {
        left: -10px;
     } */
     section#shopify-section-template--15993161121859__1721732597f1fd423b {
        padding: 50px 15px 50px;
     }
     .slick-sec .slick-item {
        height: 330px;
    }
    .faq-sec span.collapible-action-btns svg {
        width: 20px;
        height: 20px;
    }
    /* .faq-sec span.collapible-action-btns {
        top: 25px;
    } */
    .what-does-four-image-txt-sec .media.media--transparent img {
      width: 100%;
      min-height: 240px;
    }
    .about-six-sec .main-pic .middel-pic img {
        width: 300px;
        height: 100%;
    }
    .about-six-sec .six-item .six-txt p,
    .what-one-sec .one-sec .one-txt p{
        font-size: 16px!important;
    }
    .about-wood-burning-appliance-sec .main-pic {
      display: none;
    }
    .about-wood-burning-appliance-sec .th-block-left, 
    .about-wood-burning-appliance-sec .th-block-right {
        flex: 0 100%;
        max-width: 100%;
    }
    .about-wood-burning-appliance-sec .th-item:nth-child(2) {
        margin-left: 0px;
        margin-bottom: 20px;
    }
    .about-wood-burning-appliance-sec .th-item {
        padding-bottom: 20px;
        display: flex;
        justify-content: center;
    }
    .about-wood-burning-appliance-sec .th-pic {
      margin-right: 20px;
    }
    .about-wood-burning-appliance-sec {
      height: 700px;
    }
    .wishlist-sec .js-wishlistBlock {
      grid-template-columns: 1fr;
    }
    .wishlist-sec .wishlist-product__list {
      padding: 10px;
      margin-bottom: 30px;
    }
    .cart__footer .cart__blocks h2 {
      font-size: 17px !important;
    }
    .cart__footer .cart__blocks {
      padding: 20px 20px 30px;
      width: auto;
    }
    .product-tabs ul.tabs li.current {
      font-size: 17px;
    }
    .product-tabs ul.tabs li {
      font-size: 17px;
    }
    .product-tabs ul.tabs {
      display: block;
    }
    .product .product__info-wrapper .quantity-with-button {
      display: block;
    }
    .product-form__buttons {
      margin: 25px 0 10px;
    }
    .product-description-block span strong {
      flex: 0 100%;
      max-width: 100%;
    }
    .product-description-block span p {
      flex: 0 100%;
      max-width: 100%;
    }
    .product-description-block {
      margin-top: 20px;
    }
    .product-Specification-sec ul li {
      flex: 0 100%;
      max-width: 100%;
    }
     .product .product__info-wrapper .product__title h1 {
      font-size: 20px;
    } 
    .customer.addresses button {
      font-size: 16px;
      min-width: 100px !important;
      margin: 1rem;
      padding: 0 10px;
    }
    .account-main {
      display: block;
    }
    .order>div:nth-of-type(2)>div:last-of-type {
      display: block;
    }
    .ads-footer-sec {
      display: none!important;
    }
    .slick-sec ul.slick-dots {
        bottom: 10px;
    }
   .home-how-it-works-sec .play-button h2 {
       /* max-width: 370px; */
       max-width: 340px;
       margin: 0 auto;
       font-size: 22px !important;
       top: 32%;
    }
    .home-how-it-works-sec .play-button div {
      top: 65%;
    }
    .product-how-it-works-sec .play-button h2 {
       top: 27% !important;
    }
    .co-mate-section .bottom-txt p {
      margin-bottom: 20px;
    }
    .about-block-main .banner__buttons {
      margin-top: 10px !important;
    }
    .faq-sec .collapsible-content .view-more-btn {
      margin-top: 30px;
    }
    .safe-clean-sec .button.button--primary {
      margin-top: 2rem !important;
    }
    .preventing-creosote-sec .image-with-text__text-item .image-with-text__content h2.image-with-text__heading.inline-richtext.h1 {
        font-size: 21px !important;
     }
    .how-it-work-sec .image-with-text__text-item h4 {
      font-size: 18px;
    }
    .collection {
       padding: 40px 15px 20px !important;
    }
    .cart-page-sec td.remove-item cart-remove-button .icon-remove {
        margin-top: 0px;
    }
    .collection .card .card__inner.color-scheme-2.gradient.ratio {
     width: 100%;
     height: 100%;
     max-height: 180px; 
    }
    body.us .collection .card .card__inner.color-scheme-2.gradient.ratio {
     width: 100%;
     height: 100%;
     max-height: inherit;
    }
    /* .shopify-app-block .jdgm-carousel-item {
      height: 380px;
    } */
    .shopify-app-block .jdgm-carousel__item-wrapper {
      height: 380px;
    }
    .product-form__buttons {
        max-width: 20rem !important;
    }
    .product-chimney-sec h2.image-with-text__heading.inline-richtext.h1 {
        font-size: 24px !important;
    }
    .about-six-sec .main-pic {
      margin: 15px 0 20px;
    }
    .preventing-creosote-sec .image-with-text__content>*+* {
       margin-top: 0rem;
    }
    .collapsible-content .accordion .accordion__content p {
      margin-bottom: 5px;
    }
  .home-review-sec h2 a {
    font-size: 21px !important;
    line-height: 32px;
  }
  .home-review-sec h2 a img {
        width: 14px !important;
        top: 7px !important;
    }
}
@media only screen and (max-width: 480px) {
    .header__heading-logo {
       max-width: 100px;
    }
    .header__icon, .header__icon--cart .icon {
       width: 3.0rem;
    }
    .header a#cart-icon-bubble .cart-count-bubble {
       /* left: 2rem; */
        left: 1.3rem;
    }
    .header__icon--menu .icon {
       top: 23px;
    }
    .cart-item__details {
        grid-column: 2 / 3 !important;
        grid-row: 1 / 1;
    }
    .footer .contact_email a, .address-info p,
    .footer .footer-block.grid__item.footer-block--menu ul li a {
        font-size: 17px;
    }
    /* td.remove-item {
       grid-column: 2 / 2;
       grid-row: 5 / 4;
    } */
      td.remove-item {
        position: relative;
        right: 20px; 
        /* left: -20px; */
        top: 7px;
        z-index: 99;
    }
    .footer .footer-block.grid__item:nth-child(1) {
       font-size: 17px;
    }
    /* .heading-txt-four-pic-part span.four-pic-small img {
       width: 80%;
       max-height: 150px;
    } */
     .product-tabs-direction img {
       width: 100% !important;
    }
    .product-tabs .jdgm-histogram__bar {
       width: 86px;
    }
    .product-tabs .jdgm-review-widget--small .jdgm-histogram .jdgm-histogram__bar {
       margin: 0 16px;
       width: 100px;
    }
    .product-breadcrumb nav ol {
       display: block;
    }
    .product-breadcrumb nav ol li {
       display: inline;
    }
    .addresses-add-new button.AddAddress-btn {
       padding: 7px 30px 6px !important;
    }
    .addresses-account-title-top {
       display: block;
       text-align: center;
    }
    .addresses-account-title-top a {
       margin-top: 20px !important;
    }
  .customer .account-title-top {
      display: block;
      text-align: center;
   }
   .customer.order .order-block-main .order-detail-left table.order-details tbody tr td a {
      padding: 5px 0px;
   }
   .addresses-account-title-top a {
      padding: 15px 10px !important;
      font-size: 14px !important;
   }
   .home-how-it-works-sec .play-button h2 {
      top: 25%;
   }
   .co-mate-section .bottom-txt p, .co-mate-section .th-item .th-txt p {
        max-width: 160px;
        margin: 10px auto 0px;
    }
    .co-mate-section .bottom-txt p {
       max-width: 100%;
       padding-bottom: 20px;
       line-height: 1.2;
   }
}
@media only screen and (max-width: 424px) {
      /* .jdgm-carousel--done .jdgm-carousel__item-container {
        left: 15px;
    } */
   .title-wrapper-with-link {
      justify-content: center;
   }
    /* span.collapible-action-btns {
     top: 22px;
   } */
}
@media only screen and (max-width: 414px) {
    span.collapible-action-btns {
        top: 15px;
    }
}
@media only screen and (max-width: 395px) {
  .how-it-works-sec .play-button h2 {
     /* top: 26%; */
    top: 21%;
  }
  .how-it-works-sec  .play-button div {
    top: 60%;
  }
  .home-how-it-works-sec  .play-button div {
    top: 70%;
  }
  .how-it-works-sec .deferred-media__poster-button .icon {
        width: 1rem !important;
        height: 1.5rem !important;
    }
  .how-it-works-sec .deferred-media__poster-button {
      height: 25px;
      width: 25px;
      left: 20%;
      top: 50%;
  }
  .how-it-works-sec .play-button aside {
    transform: translate(18%, 5%) scale(1);
  }
  .how-it-works-sec .play-button div {
    max-width: 200px;
    /* padding: 10px 20px; */
     padding: 15px 20px;
  }
  .about-wood-burning-appliance-sec .bottom-txt {
    bottom: 50px;
  }
  /* .home-made-with-natural-sec video {
    width: 100%;
    height: 150% !important;
    top: -20px !important;
    object-fit: fill;
  } */
}
@media only screen and (max-width: 375px) {
  .cart__footer .cart__blocks p.totals__total-value {
     font-size: 16px;
  }
  .cart__footer .cart__blocks h2 {
     font-size: 16px !important;
  }
  .customer.addresses a {
      padding: 15px 10px;
      font-size: 14px;
    }
    .customer.addresses button {
        font-size: 14px;
        padding: 0 5px;
        line-height: 2.5;
  }
}
@media only screen and (max-width: 360px) {
  .header__heading-logo {
        max-width: 65px;
    }
  .header__icon--menu .icon {
    top: 16px;
  }
}

@supports (-webkit-touch-callout: none) {
  body.us .collection .card .card__inner.color-scheme-2.gradient.ratio {
     width: 100%;
     height: 100%;
     max-height: initial;
   } 
   .home-made-with-natural-sec video {
    width: 100%;
    height: 100% !important;
    top: 0 !important;
    object-fit: fill;
   }
}

.cart-page-sec .title-wrapper-with-link h1.title.title--primary {
    text-transform: capitalize;
    font-weight: 600;
}
.product-tabs-direction img {
    width: 100%;
}
.customer ul {
    margin-bottom: 0 !important;
}
.customer ul li{
    margin-top: 0 !important;
}
.customer.account.section-template--15993161351235__main-padding a {
    color: #000;
    font-size: 18px !important;
}
.customer.account.section-template--15993161351235__main-padding a:hover {
    color: #c3002f;
}
.customer.account.section-template--15993161351235__main-padding a:hover svg g {
    fill: #c3002f;
}
.customer.account.section-template--15993161351235__main-padding a svg {
    width: 22px;
    height: 18px;
}
.customer.order a.order-return-account-details {
    color: #000;
    background: transparent;
    font-size: 18px;
    font-weight: 700;
    box-shadow: none;
    border: 1px solid #0091b3;
    padding: 15px 30px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    outline: 0;
    line-height: 1;
    font-family: OpenSansCondensed, sans-serif;
    margin-top: 20px;
    text-decoration: none;
}
.customer.order a.order-return-account-details:hover {
    background: transparent;
    color: #0091b3;
    border: 1px solid #0091b3;
}
.addresses-add-new button.AddAddress-btn {
    padding: 7px 30px 17px;
}
.contact-sec .contact-form-block .contact__fields span {
    color: #c3002f;
}

.multicolumn-contact-page .multicolumn-card__info a {
    /* font-size: 20px; */
    font-size: 17px;
    color: #000;
    margin: 0;
    line-height: 1.7;
    font-weight: 400;
    font-family: OpenSansCondensed, sans-serif;
}

.customer.login {
    max-width: 700px !important;
}
.customer.register {
    max-width: 700px !important;
}

body.ca .us-market-message,
body.ca .us-market-message.page-width.shiping-message{
    display: none;
}
body.us .quick-add.no-js-hidden {
  /* display: none; */
}
body.us .product .product__info-wrapper .quantity-with-button{
  /* display: none; */
}
body.us .cart__footer .cart__ctas .cart__checkout-button{
  /* display: none;  */
}
body.us .product .product__info-wrapper .ETA-bottom-txt{
  /* display: none;  */
}


body.us .us-market-message {
    /* border: 1px solid #c3002f;
    padding: 10px 15px; */
    margin-bottom: 20px;
}
body.us .us-market-message p {
    font-size: 17px;
    color: #000;
    margin: 0;
    line-height: 1.5;
    font-weight: 500;
    font-family: OpenSansCondensed, sans-serif;
    background: #d1ebf1;
    padding: 10px 20px;
    border: 1px solid #47afc8;
    border-radius: 5px;
}
body.us .collection {
    padding: 90px 15px 120px !important;
}
body.us .us-market-message.page-width.shiping-message{
    margin-bottom: 20px;
    max-width: 1670px;
    border: 0;
}
body.us .us-market-message.page-width.shiping-message p {
    font-size: 17px;
    color: #000;
    margin: 0;
    line-height: 1.5;
    font-weight: 500;
    font-family: OpenSansCondensed, sans-serif;
    background: #d1ebf1;
    padding: 10px 20px;
    border: 1px solid #47afc8;
    border-radius: 5px;
    display: inline-block;
}

@media only screen and (max-width: 1200px) {
  body.us .collection {
    padding: 80px 15px 50px !important;
  }
}
@media only screen and (max-width: 990px) {
  body.us .collection {
    padding: 40px 15px 10px !important;
  }
}

.header details-modal.header__search {
    margin-right: -5px;
}
/* Term and Condition */
.term-condition-sec {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px 90px !important;
}
.page-width.page-width--narrow.section-template--16265378168899__main-padding h1,
.page-width.page-width--narrow.section-template--16266278305859__main-padding h1{
    margin-bottom: 0;
    font-weight: 700;
}
.term-condition-sec .rich-text__blocks {
    max-width: 100%;
}
.term-condition-sec .rich-text__text.rte h3 {
    font-size: 24px;
    color: #000;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 15px;
    display: inline-block;
    font-family: sans-serif;
}
.term-condition-sec .rich-text__text.rte p {
    margin: 0;
    padding-bottom: 15px;
    font-size: 15px;
}
.term-condition-sec .rich-text__text.rte p a {
    font-weight: 400;
    /* font-size: 20px; */
    font-size: 15px;
}
.term-condition-sec .rich-text__text.rte p a:hover {
  color: #c3002f;
}

@media only screen and (max-width: 1023px) {
  .term-condition-sec .rich-text__text.rte h3 {
      font-size: 20px;
      margin-top: 0;
  }
  .header details-modal.header__search {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 990px) {
  .term-condition-sec .rich-text__wrapper {
    width: 100%;
    padding: 0;
  }
  .footer__copyright.caption p:nth-child(2) {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .term-condition-sec .rich-text__text.rte h3 {
      font-size: 18px;
  }
  .page-width.page-width--narrow.section-template--16265378168899__main-padding h1,
  .page-width.page-width--narrow.section-template--16266278305859__main-padding h1{
    font-size: 30px;
    font-weight: 700;
  }
  .collection__description.body.rte p {
    font-size: 18px;
  }
}

.product p#Sku-template--15993161285699__main {
    font-size: 16px;
}
.product p#Sku-template--15993161285699__main span.visually-hidden {
    display: contents;
    font-size: 16px;
}
p.trademark-sign {
    margin-top: 10px;
    line-height: 1.3;
    font-size:17px;
}
div#shopify-section-template--16009985032259__banner_with_breadcrumb_ptb9aV .banner-breadcrumb .banner-txt h1 {
    text-transform: capitalize;
}
div#shopify-section-template--16009985032259__banner_with_breadcrumb_ptb9aV .banner-breadcrumb .breadcrumb nav ol li a {
   text-transform: capitalize;
}
.footer__copyright.caption a:hover {
    /* color: #c3002f; */
    text-decoration: underline;
}
.collection-how-it-work {
    margin-bottom: 50px;
}
h1.cart__empty-text {
    font-size: 56px;
    margin: 0;
    font-weight: 700;
    color: #000;
    line-height: 1.1;
    font-family: Raleway, sans-serif;
    margin-bottom: 10px;
}
.cart__footer.isolate.section-template--15993161056323__cart-footer-padding {
    padding-bottom: 90px !important;
}
.section-template--15993161056323__cart-items-padding {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.product-how-it-works-sec .play-button h2{
   top: 42%;
}
.shopify-app-block .jdgm-form__fieldset p a {
    color: #000;
    text-decoration: underline;
}
.shopify-app-block .jdgm-rev-widg__header .jdgm-row-stars .jdgm-widget-actions-wrapper a {
    display: inline;
}
span.localization-form__currency.motion-reduce {
    color: #000 !important;
    opacity: 1;
}
.contact .form__message h2.form-status.caption-large.text-body {
    font-size: 20px !important;
}
.product .slick-dots {
    display: none !important;
}
.contact-sec .contact-form-block .field label span {
    color: red;
}
.multicolumn-contact-page ul li .multicolumn-card.content-container {
    align-self: auto;
    align-items: center;
    align-content: center;
    width: 100%;
    height: 100%;
}

/* french language css */
html.js.translated-ltr sup {
    position: relative;
    top: 11px;
    left: -4px;
}
html.js.translated-ltr h2 sup{
    position: relative;
    top: 5px;
    left: -9px;
}

html.js[lang="fr"] .quick-add__submit {
    /* max-width: 285px !important; */
    max-width: 350px !important;
}
html.js.translated-ltr .Unique-Dual-Action-sec.co-mate-padding sup.notranslate {
    position: inherit;
    letter-spacing: 13px;
}
html.js.translated-ltr sup.price-decimals {
    position: relative;
    top: -4px !important;
    left: 2px !important;
}
html.js.translated-ltr .how-it-works-sec .deferred-media__poster-button {
    left: 20%;
}
html.js.translated-ltr .how-it-works-sec .play-button aside {
    transform: translate(18%, 5%) scale(1);
}
html.js.translated-ltr .slick-sec .slick-txt h1.slider-heading {
    max-width: 990px;
}
html.js.translated-ltr .what-one-sec .one-sec .one-item:nth-child(2):before {
    /* width: 200px; */
    width: 280px;

}
html.js.translated-ltr .what-one-sec .one-sec .one-item:nth-child(4):before {
    /* width: 275px; */
      width: 345px;
}
html.js.translated-ltr .about-six-sec .six-block-left .six-txt {
    max-width: 200px;
}
html.js.translated-ltr .about-six-sec .six-item .six-txt p {
    font-size: 20px;
}
html.js.translated-ltr .about-six-sec .six-item {
    width: 400px;
}
html.js.translated-ltr .about-six-sec .six-block-left .six-item:nth-child(3) .six-txt:before {
    /* left: 303px; */
    left: 273px;
    top: 15px;
}
 html.js.translated-ltr .about-six-sec .six-block-left .six-item:nth-child(3) .six-txt:after {
    left: 269px;
}
html.js.translated-ltr .about-six-sec .six-block-left .six-item:nth-child(3) .six-txt:after {
    top: 11px;
}
html.js.translated-ltr .about-six-sec .six-block-left .six-txt:before {
    top: 15px;
}
html.js.translated-ltr .about-six-sec .six-block-left .six-txt:after {
    top: 11px;
}
html.js.translated-ltr .about-six-sec .six-block-right .six-txt:before {
    top: 14px;
}
html.js.translated-ltr .about-six-sec .six-block-right .six-txt:after {
    top: 11px;
}
html.js.translated-ltr .about-six-sec .six-block-right .six-item:nth-child(3) .six-txt:before {
    top: 16px;
}
html.js.translated-ltr .about-six-sec .six-block-right .six-item:nth-child(3) .six-txt:after {
    top: 12px;
}
html.js.translated-ltr .customer.login button, html.js.translated-ltr .customer.register button {
    max-width: 285px !important;
}
html.js.translated-ltr .about-six-sec .six-block-left .six-item:nth-child(3):before {
   right: -98px; 
}
html.js.translated-ltr .about-who-sec .image-with-text__text-item.grid__item .custom-text-field {
    margin-top: 0rem;
}
html.js.translated-ltr  .cart__warnings p.cart__login-paragraph a {
    margin-right: 20px;
}
html.js.translated-ltr .jdgm-paginate__page.jdgm-curt {
    font-size: 16px !important;
}
html.js.translated-ltr .home-how-it-works-sec .play-button h2 sup {
    top: 8px;
}
html.js.translated-ltr  .footer__copyright.caption p:nth-child(1) {
    flex: 45%;
    max-width: 45%;
}
html.js.translated-ltr .footer__copyright.caption p:nth-child(2) {
    flex: 30%;
    max-width: 30%;
}
html.js.translated-ltr .footer__copyright.caption p:nth-child(3) {
    flex: 25%;
    max-width: 25%;
}
html.js[lang="fr"]  .play-button div {
    background-color: #0091b3;
    max-width: 300px;
}

/* Media css french language */
@media only screen and (max-width: 1600px) {
   html.js.translated-ltr .footer-block.grid__item {
        padding: 0 10px;
    }
    html.js[lang="fr"]  .header nav.header__inline-menu ul li {
       padding-right: 20px;
    }
}  
@media only screen and (max-width: 1500px) {
   html.js.translated-ltr  .header nav.header__inline-menu ul li {
        padding-right: 20px;
    }
    html.js.translated-ltr  .wishlist_button svg {
      position: relative;
    left: 20px;
   }
}
@media only screen and (max-width: 1400px) {
  html.js.translated-ltr .about-six-sec .six-item {
      width: 375px;
  }
  html.js.translated-ltr .about-six-sec .six-block-left .six-txt {
    max-width: 183px;
  }
  html.js.translated-ltr .wishlist_button svg {
    left: 10px;
  }
}
@media only screen and (max-width: 1365px) {
  html.js.translated-ltr .header nav.header__inline-menu ul li {
        padding-right: 15px;
  }
  html.js.translated-ltr .about-six-sec .six-item {
        width: 350px;
  }
  html.js.translated-ltr .what-one-sec .one-sec .one-item:nth-child(2):before {
    width: 430px;
  }
  html.js.translated-ltr .what-one-sec .one-sec .one-item:nth-child(4):before {
    width: 400px;
  }
  html.js.translated-ltr .about-six-sec .six-block-left .six-txt:before {
    right: -240px;
   }
}
@media only screen and (max-width: 1300px) {
  html.js.translated-ltr  .header nav.header__inline-menu li a {
    font-size: 14px;
  }
  html.js.translated-ltr .header nav.header__inline-menu ul li {
    padding-right: 10px;
  }
  html.js.translated-ltr .what-one-sec .one-sec .one-item:nth-child(2):before {
    width: 300px;
  }
  html.js.translated-ltr .what-one-sec .one-sec .one-item:nth-child(4):before {
    width: 300px;
  }
  html.js.translated-ltr .product-tabs .tab-content h2 {
     font-size: 20px !important;
  }
}
@media only screen and (max-width: 1220px) {
  html.js.translated-ltr .customer.order .order-block-main .order-detail-left table.order-details tbody tr td a {
     max-width: 200px;
  }
  html.js.translated-ltr .home-how-it-works-sec .play-button h2 sup {
     top: 11px;
     left: -5px;
  }
}
@media only screen and (max-width: 1200px) {
   html.js.translated-ltr .header nav.header__inline-menu li a {
      font-size: 13px;
   }
   html.js.translated-ltr .about-six-sec .six-block-left .six-txt {
      max-width: 150px;
   }
   html.js.translated-ltr .about-six-sec .six-item {
      width: 320px;
   }
   html.js.translated-ltr .order-block-main table tbody td {
      font-size: 14px;
   }
   html.js.translated-ltr .customer td:first-of-type {
      padding-left: 1.2rem;
   }
   html.js.translated-ltr .customer.order .order-block-main .order-detail-left table.order-details tbody tr td a {
      padding: 5px 10px;
   }
}
@media only screen and (max-width: 1100px) {
   html.js.translated-ltr .header nav.header__inline-menu ul li {
      padding-right: 5px;
   }
   html.js.translated-ltr .wishlist_button svg {
     left: 0;
  }
  html.js.translated-ltr .what-one-sec .one-sec .one-item:nth-child(2):before {
    width: 240px;
  }
  html.js.translated-ltr .what-one-sec .one-sec .one-item:nth-child(4):before {
    width: 240px;
  }
    html.js.translated-ltr .product-tabs .tab-content h2 {
        font-size: 16px !important;
    }
     html.js.translated-ltr  .cart-page-sec .cart-items th+th {
        padding-left: 2rem;
    }
}
@media only screen and (max-width: 1023px) {
   html.js.translated-ltr .header nav.header__inline-menu li a {
      font-size: 12px;
   }
   html.js.translated-ltr .cart-item__details {
      width: 40rem;
    }
}
@media only screen and (max-width: 991px) {
  .js .menu-drawer__menu li {
    border-bottom: 1px dashed #b9b9b9;
  }
  .menu-drawer__navigation ul li a {
    font-size: 16px;
    padding: 20px 10px;
  }
  html.js.translated-ltr .safe-clean-sec .image-with-text__text-item.grid__item .image-with-text__content>*+* {
     margin-top: 0rem;
  }
  html.js.translated-ltr .safe-clean-sec .button.button--primary {
     margin-top: 1rem !important;
  }
  html.js.translated-ltr .safe-clean-sec p {
     font-size: 16px;
     line-height: 1.5;
  }
  html.js.translated-ltr  .about-six-sec .main-pic .middel-pic img {
     margin-left: 20px;
  }
  html.js.translated-ltr .cart-item__details {
     width: 24rem;
  }
  html.js.translated-ltr  .home-how-it-works-sec .play-button h2 {
    top: 32%;
  }
}
@media only screen and (max-width: 860px) {
   html.js.translated-ltr  .about-six-sec .main-pic .middel-pic img {
     margin-left: 15px;
  }
  html.js.translated-ltr .about-six-sec .six-item {
     width: 300px;
  }
  html.js.translated-ltr .collapsible-content h3.accordion__title.inline-richtext.h4 {
     font-size: 17px !important;
  }
  html.js.translated-ltr  .faq-sec .collapsible-content .accordion summary {
     padding: 25px 15px;
  }
  html.js.translated-ltr  .home-how-it-works-sec .play-button h2 {
     top: 32%;
  }
   html.js.translated-ltr .what-does-four-image-txt-sec .multicolumn-card__info h3 {
     font-size: 18px;
  }
  html.js.translated-ltr .what-does-four-image-txt-sec .multicolumn-card__info p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 800px) {
  html.js.translated-ltr .cart-item__details {
     width: 18rem;
  }
  html.js.translated-ltr .what-does-four-image-txt-sec .multicolumn-card__info p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
   html.js.translated-ltr  .home-how-it-works-sec .play-button h2 {
     top: 32%;
   }
    html.js.translated-ltr .cart-item__details {
        width: 20rem;
    }
}
@media only screen and (max-width: 767px) {
  html.js.translated-ltr .play-button div {
      max-width: 250px;
  }
  html.js.translated-ltr  .slick-sec .slick-txt {
     width: 100%;
     max-width: 500px;
  }
   html.js.translated-ltr .about-six-sec h2 {
     max-width: 100%;
  }
  html.js.translated-ltr  .about-six-sec .main-pic .middel-pic img {
     margin-top: 35px;
  }
  .contact .form-status-list li {
      text-align: left;
  }
  html.js.translated-ltr .home-how-it-works-sec .play-button h2 sup {
     left: -2px;
  }
}
@media only screen and (max-width: 749px) {
  html.js.translated-ltr .cart-item__details {
     width: 20rem;
  }
  html.js.translated-ltr .safe-clean-sec p {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 680px) {
  html.js.translated-ltr  .home-how-it-works-sec .play-button h2 {
     top: 20%;
  }
}
@media only screen and (max-width: 620px) {
  html.js.translated-ltr .wishlist_button svg {
     left: 20px;
  }
}
@media only screen and (max-width: 580px) {
   html.js.translated-ltr .product-how-it-works-sec .play-button h2 {
     top: 24% !important;
   }
   html.js.translated-ltr .home-how-it-works-sec .play-button h2 {
     top: 30%;
     font-size: 20px !important;
     line-height: 1.1;
   }
   html.js.translated-ltr .slick-sec .slick-txt h1.slider-heading {
     font-size: 22px;
   }
   html.js.translated-ltr .slick-sec .slick-item {
     height: 360px;
   }
   html.js.translated-ltr .quick-add__submit {
     font-size: 14px;
    white-space: nowrap;
   }
   html.js.translated-ltr  .shopify-app-block .jdgm-carousel-item {
     padding: 15px !important; 
   }
   html.js.translated-ltr .wishlist_button svg {
     left: 0px;
   }
   html.js.translated-ltr .shopify-app-block .jdgm-carousel-item {
     height: 340px;
   }
    html.js.translated-ltr h2 sup {
     top: 9px;
     left: -5px;
  }
   html.js.translated-ltr .product-form__buttons {
        max-width: 30rem !important;
    }

    html.js[lang="fr"]  .slick-sec .slick-item {
        height: 400px;
    }
}
@media only screen and (max-width: 480px) {
  html.js.translated-ltr .cart__warnings p.cart__login-paragraph font {
     display: block;
  }
  html.js.translated-ltr sup.price-decimals {
    top: 0px !important;
  }
  html.js.translated-ltr .how-it-works-sec .play-button h2 {
    top: 16%;
  }
}
@media only screen and (max-width: 430px) {
  html.js.translated-ltr .home-how-it-works-sec .play-button h2 {
     top: 22%;
  }
  html.js.translated-ltr .quick-add__submit span font {
     display: table-caption;
  }
}
@media only screen and (max-width: 395px) {
  html.js.translated-ltr .home-how-it-works-sec .play-button h2 {
     top: 21%;
  }
}
@media only screen and (max-width: 375px) {
  html.js.translated-ltr .customer.addresses button {
     line-height: 1.5;
  }
}
@media only screen and (max-width: 320px) {
   html.js.translated-ltr  .shopify-app-block .jdgm-carousel-item {
      height: 500px;
   }
}
.jdgm-paginate__page.jdgm-curt {
    font-size: 16px !important;
}
.header__icons.header__icons--localization.header-localization .country-selector__list--with-multiple-currencies {
    width: 18.5rem;
}
.cart-page-sec .cart-items tbody td a {
    max-width: 70%;
}

.collection ul li .card__content .card__information h3 a:hover {
    color: #c3002f;
}

div#app header._1mrl40q0._1fragemlj._1fragem4l._1fragem6e._1fragemm8._1fragemmc._1fragem2s._1fragemm3._16s97g7f._16s97g7p._16s97g71j._16s97g71t._16s97g79l a#cart-link {
    display: none !important;
}

.customer.reset-password {
    max-width: 700px !important;
}
.customer.reset-password button{
 background: #0091b3 !important;
    border: 1px solid #0091b3 !important;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    box-shadow: none;
    text-transform: uppercase;
    padding: 15px 45px !important;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    outline: 0;
    line-height: 1.5;
    font-family: "Raleway", sans-serif;
    width: 100%;
    max-width: 300px !important;
}
.how-it-works-sec .play-button h2 sup {
    position: relative;
    left: -9px;
}

input.shopify-challenge__button.btn {
    background: #0091b3;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    box-shadow: none;
    border: 1px solid #0091b3;
    text-transform: uppercase;
    padding: 15px 45px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    outline: 0;
    line-height: 1.5;
    font-family: "Raleway", sans-serif;
    margin: 0 auto;
}
input.shopify-challenge__button.btn:hover {
    background: #fff;
    color: #0091b3;
    border: 1px solid #0091b3;
}
#shopify-section-template--16023156719683__comate_functions_content_a8Xypm .soil-amendment-title h2
{
    text-align: center;
}
.soil-amendment-sec.co-mate-padding-soil-amendment {
    padding-bottom: 90px  !important;
    padding-left: 15px  !important;
    padding-right: 15px  !important;
}
#shopify-section-template--16023156719683__comate_functions_content_a8Xypm .soil-amendment-title{
    padding-top: 90px  !important;
}
.soil-amedmentt .image-with-text__grid {
    display: flex;
    flex-direction: row;
}
.soil-amedmentt img{
    object-fit: contain;
    transform: translate(-20px, 0px);
    padding: 20px;
} 

.header select.gt_selector.notranslate {
    outline: 0;
    box-shadow: none;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
}
.footer .address-info svg {
    margin-top: 3px;
}
.collection-how-it-work {
    margin-bottom: 0px;
}
.soil-amendment-sec.co-mate-padding-soil-amendment {
    padding-bottom:0px !important;
}
.product .product__info-wrapper .ETA-bottom-txt p span#fromDate {
    padding-left: 5px;
}
p.product-details-txt-right {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.3;
    color: #000;
    padding-bottom: 7px;
}
.collection__description.body.rte p {
    text-align: center;
    font-size: 24px;
    color: #000;
}
.collection.page-width .title-wrapper.center p.sub-title {
    text-align: center;
    font-size:24px;
    color: #000;
}

div#shop-hcaptcha-badge-container {
    display: none;
}

@media only screen and (max-width: 767px) {
  .collection__description.body.rte p,
  .collection.page-width .title-wrapper.center p.sub-title{
    font-size: 18px;
  }
}
.how-it-works-sec .video-section__media {
    position: relative;
}
/* .how-it-works-sec .video-section__media:before {
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 13%);
    z-index: 1;
} */
.how-it-work-sec .image-with-text__content--top, .about-who-sec .image-with-text__content--top{
    justify-content: center;
}
.header-localization:not(.menu-drawer__localization) .localization-form__select .icon-caret {
    right: 0.2rem !important;
}
.header__icons.header__icons--localization.header-localization .country-selector__list--with-multiple-currencies {
    width: 10rem!important;
    text-align: left!important;
}
.header .disclosure__list {
    max-height: 20.5rem;
    max-width: 15.5rem!important;
    min-width: 7rem!important;
}
.disclosure.notranslate button svg {
    width: 20px;
    height: 9px;
    top: 14px;
}
.disclosure.notranslate button span {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    line-height: 1.1;
    margin-top: 1.2px;
}
.disclosure button span {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    line-height: 1.1;
}
.custom-lang-seect.gt_container--5j8f3q a {
    color: #000;
    margin: 0 6px;
}
.custom-lang-seect.gt_container--5j8f3q a.gt-current-lang {
    color: #000;
    display: block !important;
    font-size: 17px;
}
/* .custom-lang-seect.gt_container--5j8f3q a {
    display: none;
} */
ul.list-unstyled.countries li a {
    font-size: 17px;
    color: #000;
    font-weight: 700;
}
ul.list-unstyled.countries li a.disclosure__link {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: .5rem; 
    padding: 0; 
    text-decoration: none; 
    line-height: calc(1 + .8 / var(--font-body-scale));
    color: rgba(var(--color-foreground), .75);
    word-break: break-word;
}
.js .header-localization:not(.menu-drawer__localization) .localization-form__select {
    padding: 0 2.7rem 0 1.2rem;
    width: 90px;
    height: 3.8rem;
}
.header-localization .disclosure .localization-form__select:hover {
    text-decoration: none !important;
}
.header .header__icon:hover .icon, .modal__close-button:hover .icon {
    transform: none!important;
}
.header a.swym-wishlist:hover, a.header__icon.header__icon--account:hover {
    transform: none!important;
}
.disclosure.notranslate button svg.flag-pic-country {
    width: 35px !important;
    height: 25px !important;
    position: relative;
    top: -1px;
    vertical-align: middle;
    margin-right:3px; 
}
/* a.glink.nturl.notranslate.gt-current-lang {
    display: none !important;
}
a.glink.nturl.notranslate {
    display: none;
} */
.header select.gt_selector.notranslate {
    font-size: 17px;
    border: 0;
}
.price-per-item__container input#Quantity-template--15993161285699__main {
    font-size: 20px;
    position: relative;
    top: -2px;
}
body.us .us-market-message {
    display: none;
}
.custom-lang-seect.gt_container-o1sx3u.gt_container--5j8f3q a img {
    display: none;
}
.customer form label {
    /* font-size: 1px !important; */
    color: #000 !important;
}
.customer.register .field span {
    color: red;
}
.customer tfoot tr:first-of-type td, .customer tfoot tr:first-of-type th {
   color: #000!important;
}
.customer tfoot td:first-of-type, .customer tfoot td {
   color: #000!important;
}
.custom-lang-seect select.gt_selector.notranslate {
    background: transparent;
    cursor: pointer;
    width: 100%;
    max-width: 50px;
    text-transform: uppercase;
   -webkit-text-transform: uppercase;
   -moz-text-transform: uppercase;
   -o-text-transform: uppercase;
    font-family: OpenSansCondensed-SemiBold;
}
.custom-lang-seect.gt_container-2ojnok {
    position: relative;
}
.video-section.isolate.section-template--15993161121859__video_UyPwEE-padding {
    width: 100%;
}
.product span.in-stock-block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 7px;
}
.in-stock-block div {
    display: flex;
    justify-content: center;
    align-items: center;
}
.in-stock-block svg.svg-fulfiled {
    width: 72px !important;
    height: 22px !important;
}
.slick-content-section {
    width: 100%;
    max-width: 800px;
}
ul.list-unstyled.countries {
    text-align: left;
    padding: 0 8px;
}
.what-makes-section {
    width: 100%;
    background: #F5F5F5;
}
.what-makes-section .rich-text__blocks.center {
    width: 100%;
    max-width: 100%;
}
@media(min-width:1200px) and (max-width: 1920px){
  .what-makes-section h2.rich-text__heading.rte.inline-richtext.h1 {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 250px;
    margin-top: 30px;
    margin-bottom: 80px;
  }
  .what-makes-section .image-text-with-rich-text img {
    padding: 0 200px;
  }
}
@media(min-width: 768px) and (max-width: 1024px){
  .what-makes-section .image-text-with-rich-text img:first-child{
    display: none !Important;
  }
  .what-makes-section .image-text-with-rich-text img:nth-child(2){
    display: block !Important;
  }
} 
@media(min-width:1025px) and (max-width: 1199px){
  .what-makes-section .image-text-with-rich-text img:first-child{
    display: none;
  }
  .what-makes-section h2.rich-text__heading.rte.inline-richtext.h1 {
    padding: 0 130px;
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .what-makes-section .image-text-with-rich-text img {
    padding: 0 200px;
  }
}

.disclosure.notranslate button .american-flag-svg {
    width: 48px;
    height: 18px;
    top: 1px;
    position: relative;
    left: 5px;
}
.what-makes-section .image-text-with-rich-text img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
select.gt_selector.notranslate option:first-child {
    text-transform: capitalize;
}
img.svg-fulfilled {
    width: 100%;
    max-width: 115px;
}
.what-makes-section .content-container--full-width:after{
  background: #F7F7F7;
}
.jdgm-form__fieldset p {
    text-transform: capitalize;
}
.what-makes-section .rich-text__heading span {
    font-size: 12px;
    top: -20px;
    position: relative;
}
@media(min-width:320px) and (max-width: 1024px){
  .what-makes-section h2.rich-text__heading.rte.inline-richtext.h1 {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .what-makes-section .image-text-with-rich-text img:first-child {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .what-makes-section .image-text-with-rich-text img:nth-child(2){
    display: none;
  }
}
@media(min-width: 991px) and (max-width: 1025px){
  .home-made-with-natural-sec .image-with-text__media.image-with-text__media--adapt.global-media-settings.background-transparent.media {
    min-width: 455px;
  }
  .header nav.header__inline-menu ul li {
    padding-right: 15px;
  }
}
@media(min-width: 320px) and (max-width: 991px){
  svg.american-flag-svg {
    width: 100%;
    min-width: 26px;
    min-height: 17px;
    top: 0 !important;
    margin-right: 7px;
  }
  .disclosure.notranslate button span {
    display: flex;
    align-items: center;
    gap: 5px;
  }
}
@media(min-width: 768px) and (max-width: 1024px){
  .banner:after, .banner__media:after {
    position: relative !important;
  }
  .slick-sec .slick-item {
    height: 450px;
  }
  .slick-sec ul.slick-dots {
    bottom: 20px;
  }
}
@media(min-width: 768px) and (max-width: 1920px){
  .what-makes-section .image-text-with-rich-text img:nth-child(1){
    display: none;
  }
}
span.product-country-code {
    font-size: 26px;
}
.small-symbol {
    top: 0;
}
/* .featured-card-symbol{
  font-size: 12px;
  position: relative;
  top:-4px;
} */
.co-mate-section .th-sec .bottom-txt p sup {
    margin-left: 0;
    position: relative;
    left: -5px;
}
.product-breadcrumb.page-width.product-left-0 {
    padding-left: 0;
}






.section-template--15993161121859__custom_liquid_ziyNPn-padding {
    background: #f5f5f5;
  }
.home-review-sec {
  padding: 90px 15px 20px;
  width: 100%;
  max-width: 1670px;
}
.home-review-sec h2 {
  max-width: 80%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.home-review-sec h2 a {
  color: #c3002f !important;
  font-size: 56px;
  margin: 0;
  font-weight: 700;
  color: aliceblue;
  line-height: 1.1;
  font-family: "Raleway", sans-serif;
  text-decoration: underline;
  position: relative;
}
.home-review-sec h2 a img {
    width: 20px;
    position: absolute;
    top: 22px;
    right: -30px;
}
section.home-review-sec.page-width.prod-review-sec {
    padding-top: 40px;
}
.shopify-app-block .jdgm-histogram.jdgm-temp-hidden {
    display: none !important;
}
.shopify-app-block .jdgm-rev-widg__summary {
    display: none !important;
}
.shopify-app-block h2.jdgm-rev-widg__title {
    display: none;
}
.shopify-app-block .jdgm-row-actions {
    display: none !important;
}
.shopify-app-block .jdgm-rev-widg__body {
   display: none !important;
}
h1.main-page-title.page-title.h0 {
    font-weight: 700;
    font-size: 42px;
    line-height: 50px;
}
@media only screen and (max-width: 767px) {
  h1.main-page-title.page-title.h0 {
      font-size: 32px;
      line-height: 42px;
  }
  .co-mate-section .th-item .th-pic img, .co-mate-section .th-item:nth-child(2) .th-pic img {
        min-height: auto;
    }
}
@media only screen and (max-width: 640px) {
    .about-block-main .banner__media.media img {
        object-position: 85% 100%;
    }
    .product .price-per-item__container button.quantity__button {
      width: 3.5rem;
  }
  html.js.translated-ltr .product .product__info-wrapper .product__title h1 span.small-symbol {
    position: relative;
    left: -7px;
    top: -10px;
}
}
@media only screen and (max-width: 580px) {
  html.js.translated-ltr .jdgm-carousel-wrapper .jdgm-carousel-item__review {
      height: calc(50% - 0.09999999999999964em);
  }
  html.js.translated-ltr .shopify-app-block .jdgm-carousel-item .jdgm-carousel-item__review-content p {
    font-size: 16px !important;
  }
    html.js.translated-ltr .product-tabs .tab-content p {
        font-size: 15px !important;
    }
    html.js.translated-ltr  .slick-sec-mobile .slick-item {
        height: 350px;
    }
    html.js.translated-ltr .what-makes-section h2.rich-text__heading.rte.inline-richtext.h1 {
      font-size: 20px !important;
   }
  html.js.translated-ltr  .what-makes-section .rich-text__heading span {
      top: -10px;
  }
}
@media only screen and (max-width: 360px) {
    html.js.translated-ltr .what-makes-section h2.rich-text__heading.rte.inline-richtext.h1 {
      font-size: 19px !important;
   }

}
@media(max-width: 990px){
  body .how-work-clearing-safer-chimney-sec {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .home-made-with-natural-sec .image-with-text__grid{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
  }
  body .home-made-with-natural-sec h2.image-with-text__heading.inline-richtext.h1 {
    text-align: center;
    margin: 0 auto 20px;
  }
  body .home-made-with-natural-sec .image-with-text__text-item.grid__item {
    width: 100%;
  }
  body .home-made-with-natural-sec .image-with-text__media-item.image-with-text__media-item--small.image-with-text__media-item--middle.grid__item {
    width: 100%;
  }
  body .made-with-natural-sec .image-with-text__text-item h4 {
    margin: 0 auto;
    text-align: center;
  }
  body .home-made-with-natural-sec .custom-text-field p {
    text-align: center;
  }
  body .home-made-with-natural-sec .image-with-text__content a {
    margin: 30px auto 0;
    text-align: center;
  }
  body .about-block-main {
    padding: 0;
  }
  body .about-block-main .banner__content.page-width {
    width: 100% !important;
  }
  body .about-block-main {
    min-height: 100% !important;
  }
}
body section.slick-sec-mobile {
  display: none !important;
}
.c-product .c-product__title a {
    font-family: 'Raleway', sans-serif !important;
}
.contact-sec .contact-form-block .field input:not(:placeholder-shown)~.field__label{
  top: -1px;
}
@media(max-width: 576px){
  body h2.image-with-text__heading.inline-richtext.h1 {
    text-align: center;
    margin: 10px auto 20px;
  }
}
@media(min-width: 320px) and (max-width: 1024px){
 body section.slick-sec-mobile {
  display: block !important;
} 
}
.product-grid-container .sub-title {
  max-width: 991px;
  margin: 0 auto;
}


/* First real Slick slide only: headings + all children */
.banner-slider .slick-slide[data-slick-index="0"] .slider-heading,
.banner-slider .slick-slide[data-slick-index="0"] .slider-heading *,

.banner-slider .slick-slide[data-slick-index="0"] .slider-title,
.banner-slider .slick-slide[data-slick-index="0"] .slider-title * {
  color: #BA0C2F !important;
}
@media (max-width: 550px) {
  /* First real Slick slide only, on screens < 551px */
  .banner-slider .slick-slide[data-slick-index="0"]:not(.slick-cloned) .slick-content-section {
    width: 50%;
  }
}