/** Shopify CDN: Minification failed

Line 391:40 Expected ":"

**/
.ttle {
    font-size: 36px;
    text-align: center;
    color: #955e26;
    font-weight: 700;
    margin-bottom: 10px;
}

.about-us-section-container {
}

.about-us-section-inner {
    max-width: 950px;
    margin: auto;
}

.about-us-section-container {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 25px 0 30px;
    margin: 40px 0 60px;
    font-size: 16px;
}

.about-us-section-inner > p:last-child {
    margin: 0;
} 



@media screen and (max-width: 900px) {
.about-us-section-container {
    margin-top: 40px;
}

}  

@media screen and (max-width: 768px) {
  .ttle {
    font-size: 25px;
}
  .about-us-section-container {
    margin-top: 0px;
}
  .about-us-section-inner{
    font-size: 15px;
  }
}  

@media screen and (max-width: 768px) {
.product_section.js-product_section.container.is-justify-space-between.has-padding-bottom {
    margin-bottom: 0;
}

.crc-badges-outer-container {
    border: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.about-us-section-container {
    /* margin-left: 15px; */
    /* margin-right: 15px; */
    padding: 30px 20px;
    margin-top: -10px;
    border-bottom: 0;
    margin-bottom: 10px;
}
}

@media screen and (min-width: 768px) {
.crc-buyNow {
    display: none;
}

.crc-badges-outer-container {
    display: none;
}

div#crc-st-containerID {
    display: none;
}
}

@media screen and (max-width: 768px) {
.container.collection-matrix {
    width: 100%;
}

.collection__main {
    width: 100%;
}


.payment-methods img {
    width: 400px;
}

.payment-methods {
    text-align: center;
    justify-content: center;
}

span.sale.savings .money {
    display: none;
}

span.sale.savings {
    display: inline-flex!important;
    width: auto;
    margin-left: 10px;
    background: #FF4545;
    color: #fff;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    padding: 2px 12px;
    border-radius: 5px;
}

span.price.price--sale {
    color: #40a62d;
}

.product-block.product-block--form {
    border-top: 1px solid #DEDEDE;
    margin-top: 15px;
}

h1.product_name.title {
    font-size: 32px;
}
                             



}


@media screen and (max-width: 1080px) {
a.crc-st-item__button {
  width: 250px;
}
  .crc-st-select select {
   
    min-width: 100px;
}
}



.crc-product-name {

  /* text-transform: uppercase; */
font-size: 17px;}
.crc-sticky .crc-st-container{
  bottom: 20px;
left: 20px;border-radius: 20px;}

.crc-sticky{
  padding-bottom: 65px;
}

.crc-select-container {
    margin-right: 10px;
}

.crc-sticky #_GUARANTEE_SealSpan{
 bottom: 65px!important; 
  transition: all .3s ease-in-out;
}
.crc-product-cont {
    display: flex;
    flex-direction: column;
    color: #fff;
}

.page-content--product {
  padding-top: 20px;
}

  
.crc-st-disabled{
  cursor:not-allowed!important;
  opacity: .8!important;
}
.crc-st-container .yotpo{
  display: none!important;
}
.crc-st-container {
    z-index: 1999;
    width: calc(100% - 40px);
    position: fixed;
    left: 20px;
    bottom: -90px;
    background-color: #3b3b3b;
  color: #fff;
    height: 75px;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.7);
    box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.7);
}

.crc-st-container__outer {
    padding: 0 30px;
    display: flex;
    margin: auto;
    height: 100%;
    align-items: center;
     max-width: 1460px;
    justify-content: space-between;

}

.crc-st-container__inner {
    display: flex;
    flex-direction: row;
    padding: 0px 0px;
    align-items: center;
    text-align: center;
    margin-left: 0px;
    height: 100%;
    padding-top: 5px;
}

.crc-st-container__inner div {
    display: flex;
    font-size: 12px;
    margin-top: -5px;
}

a.crc-st-item__button {
    /* background-color: #26A3E6; */
    color: #FFF;
    padding: 10px 10px !important;
    display: block;
    font-weight: 500;
    width: 300px;
    text-decoration: none;
    margin: auto;
    border-radius: 4px;
    cursor: pointer;
    transition: .2s ease-in-out;
    font-size: 15px;
    /* text-transform: uppercase; */
   text-align: center;
background: linear-gradient(180deg, #C0762B 1.56%, #955E26 100%);}

a.crc-st-item__button:hover {
    filter: brightness(1.1);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4);
}


.crc-st-select {
    margin: 0px 10px!important;
    flex-direction: column;
}

#st-select1,
#st-select2,
#st-select0 {
    display: none;
}

.crc-st-select span {
    text-align: left;
        margin: 0px 0px 0px;
      font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}
.crc-st-select select {
   -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 0px 25px 0px 7px;
    height: 20px;
   background: url(https://useruploads.visualwebsiteoptimizer.com/useruploads/281813/images/35a248ec69e277f7a2075fd4acd32a3e_stickyarrow.png);
    background-size: 10px;
    background-color: #fff!important;
    background-repeat: no-repeat;
    background-position: 95% center;
    color: #484848;
    min-width: 120px;
    font-weight: 500;
    cursor: pointer;
    height: 26px;
    min-height: 25px;
    font-size: 16px;
    margin-bottom: 3px;
    border: 1px solid #979797;
    border-radius: 4px;
}

@media screen and (max-width: 850px) {
a.crc-st-item__button {
  width: 225px;
}
  .crc-st-select select {
   
    min-width: 90px;
}
}

.crc-st-select select:hover {
    opacity: .8;
}

@media screen and (max-width: 767px) {
    .crc-product-price {
        display: none;
    }
    .crc-st-select select:hover {
        opacity: 1;
    }
    a.crc-st-item__button:hover {
      filter: brightness(1.1);
    }
    a.crc-st-item__button:active {
           filter: brightness(1.1);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4);
    }
    .crc-st-container {
        z-index: 1999;
        position: fixed;
        left: 20px;
        height: 65px;
        bottom: -80px;
        transition: all .3s ease-in-out;
    }
  .crc-st-container__inner {
      padding: 0px 0px;
  margin: auto;
  height: 100%;
  align-items: center;
  justify-content: center;
  /* padding-bottom: 5px; */
}
    a.crc-st-item__button {
        padding: 12px 5px !important;
        font-weight: 500;
        display: block;
        width: 100%;
        margin-right: 5px;
        text-decoration: none;
        margin: auto;
        margin-right: 0px;
      text-align: center;
    font-size: 18px;}
    .crc-st-item_column__button {
        margin-left: 0px;
        /* margin-top: 4px!important; */
        width: 100%;
    }
    .crc-st-container__outer {
        display: block;
        margin: auto;
        height: 100%;
      padding: 0 10px;
    }
    .crc-st-select {
          flex-direction: column;
    margin: 0!important;
    margin-right: 10px!important;
    text-align: left;
    min-width: 130px;
    }
    .crc-st-select span {
        text-align: left!important;
        font-weight: 500;
        font-size: 12px;
    }
    .crc-st-select select {
  font-size: 16px;
  width: 100%;
  min-width: 90px;
}
    .crc-st-container__inner .crc-select-container {
        width: fit-content;
        justify-content: space-between;g
        margin-top: 0px;
    margin-right: 0;}
  
  .crc-product-name {
    display: none;
}
  
  
}

@media only screen and (device-width : 375px) and (device-height : 812px) {
    .crc-st-container {
 
    height: 80px;
    }
  .crc-sticky{
  padding-bottom: 80px;
}

}

@media only screen and (device-width : 414px) and (device-height : 896px) {
     .crc-st-container {
 
   	 height: 80px;
    }
  .crc-sticky{
  padding-bottom: 80px;
}

}
       



.crc-badges-outer-container{
   margin: 20px 0;
  padding:20px 0;
  border-top: 1px solid #dedede;
   border-bottom: 1px solid #dedede;
  
}
.crc-img-container{
  display: flex;
    flex-wrap: wrap;
        max-width: 1200px;
    width: 100%;
    margin: auto;

}

.crc-img-container span {
  font-size: 14px;
  line-height: 1.3em;
  font-weight: 500;
}
.crc-badges-container{
    width: 25%;
 padding: 5px 5px;
  text-align: center;
  
}
.crc-img-container div svg{
    width: 60px;
  margin-bottom: 5px;
}  

.crc-badge-container{
    width: 100%!important;
    display: flex;
  justify-content: center;
  flex-direction: column;
    align-items: center;
}



.crc-buyNow {
 
  color: #fff!important;
  border-radius: 4px;
  padding: 10px;
height: 50px;
display: flex;
justify-content: center;
align-items: center;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  transition: .2s ease-in-out;
  width: 100%;
  cursor: pointer;
  text-decoration: none!important;
    background: #40a62d;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4);
  margin-top: 15px;
} 
@media screen and (min-width: 768px) {
.crc-buyNow:hover {
  filter: brightness(1.15);
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.4);
}   
}
@media screen and (max-width: 768px) {

  
.crc-buyNow:active {
  filter: brightness(1.2);
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.4);
} 

  
span.select {
    width: 100%;
    height: 50px!important;
    border-radius: 4px;
}

span.select select {
    width: 100%;
    height: 50px;
    border-radius: 4px;
    border-color: #BCBCBC;
    font-size: 16px;
    padding: 0 16px;
}

.quantity-addtocart {
    flex-direction: column;
    align-items: initial;
}

html:not(#s) button.button.ajax-submit.action_button.button--add-to-cart.action_button--secondary {
    margin-top: 10px;
    background: #fff!important;
    color: #3B3B3B;
    border: 1px solid #3B3B3B;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    max-height: 50px;
    border-radius: 4px;
    transition: .2s ease-in-out;
  order: 2;
}

html:not(#s) button.button.ajax-submit.action_button.button--add-to-cart.action_button--secondary:hover {
    background: #3EA62E!important;
    border: 0;
    color: #fff;
}

img.paymentBadge {
    display: none;
}

img.trustbadges {
    display: none;
}

.product_section.js-product_section.container.is-justify-space-between.has-padding-bottom {
    margin-bottom: 0px;
}

.has-product-sticker .sticker-shape-square .thumbnail-sticker {
    display: none;
}

.sticker-holder.sticker-shape-square.sticker-position-bottom-right {
    padding: 0;
}

.shopify-payment-button {
    display: none!important;
}


span.vendor a {
    color: #0072DB;
    font-size: 16px;
}

h1.product_name.title {
    margin-bottom: 12px;
}

div#announcement-bar .is-justify-center {
    justify-content: center;
}

footer.footer__container .one-third {
    margin-bottom: 0!important;
}



div#shopify-section-footer-classic-0 {
    width: calc(25% - 10px);
}

div#shopify-section-58f6aae6-adc2-420e-a51b-64598ec235c9 {
    width: calc(40% - 10px);
}

div#shopify-section-footer-classic-1, div#shopify-section-2446fcd9-bfac-4211-9262-a396cccc2190 {
    width: calc(15% - 10px);
}

input.input.is-primary-btn-style.is-regular {
    max-width: 250px;
}

#shopify-section-702b3b27-e4dc-4ccf-82a5-4ff1cf95fae5 > div.newsletter-form__wrapper > form > div > div.field.is-stretched-width > div {
    display: flex;
    flex-direction: row;
    justify-content: start;
}

#shopify-section-702b3b27-e4dc-4ccf-82a5-4ff1cf95fae5 > div.newsletter-form__wrapper > form > div > div.field.is-stretched-width > div > div {
    margin-left: 20px;
}

button.button.button--primary.is-within-form {
    width: 200px;
}

p.footer__heading {
    position: relative;
}
}


@media screen and (max-width: 820px){
  .container.has-limit.is-justify-space-between {
    flex-direction: column;
}
  div#shopify-section-58f6aae6-adc2-420e-a51b-64598ec235c9 {
    margin: 20px 0 0;
}

.footer__container .field.is-stretched-width {
    margin: 0;
}
  div#shopify-section-footer-classic-0 {
    width: auto;
}

div#shopify-section-58f6aae6-adc2-420e-a51b-64598ec235c9 {
    width: auto;
}

div#shopify-section-footer-classic-1, div#shopify-section-2446fcd9-bfac-4211-9262-a396cccc2190 {
    width: auto;
    margin: 10px 0;
}

img.transition--fade-in.footer__logo.lazyautosizes.ls-is-cached.lazyloaded {
    max-width: 500px!important;
    margin: auto 0!important;
}

#shopify-section-702b3b27-e4dc-4ccf-82a5-4ff1cf95fae5 > div.newsletter-form__wrapper > form > div > div.field.is-stretched-width > div {
    flex-direction: column;
}

input.input.is-primary-btn-style.is-regular {
    max-width: 100%;
}

#shopify-section-702b3b27-e4dc-4ccf-82a5-4ff1cf95fae5 > div.newsletter-form__wrapper > form > div > div.field.is-stretched-width > div > div {
    margin-left: 0;
    margin-top: 7px;
}
}


@media screen and (max-width: 768px){
.container.has-limit.is-justify-space-between {
    flex-direction: column;
}

div#shopify-section-footer-classic-0 {
    width: auto;
}

div#shopify-section-58f6aae6-adc2-420e-a51b-64598ec235c9 {
    width: auto;
    margin: 20px 10px 0;
}

div#shopify-section-footer-classic-1, div#shopify-section-2446fcd9-bfac-4211-9262-a396cccc2190 {
    width: auto;
    margin: 10px;
}

  
a.footer__logo-wrapper.has-padding-bottom.is-medium {
    max-width: 300px!important;
}

.footer-contact {
    font-size: 16px;
}

a.tel-number.nol {
    font-size: 25px!important;
}

div#shopify-section-702b3b27-e4dc-4ccf-82a5-4ff1cf95fae5 {
  margin-left: 0;
}

footer .content p {
    line-height: 1.5em;
}

.footer__block {
  padding-bottom: 0;
}

.crc-st-select select {
    max-width: 130px;
}

.crc-select-container {
    display: none!important;
}
  
}


dl.accordion {
    margin-top: 40px;
    margin-bottom: 20px;
}

.accordion dt, .faq-accordion dt {
    border-color: darkgray;
}






/* STICKY FOOTER */
@media screen and (max-width: 768px) {
div#crc-st-containerID {
    display: block!important;
} 

}


div#crc-st-containerID {
    max-width: 1200px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;

}


@media screen and (max-width: 768px) {
button.needsclick.kl-teaser-TuuFyJ.undefined.kl-private-reset-css-Xuajs1 {
    bottom: 25%!important;
    transform: rotate(90deg)!important;
    left: -90px!important;
  max-width: 190px!important;
}
.crc-sticky inbox-online-store-chat#ShopifyChat {
    bottom: 100px!important;
}

inbox-online-store-chat#ShopifyChat {
    transition: .2s ease-in-out;
}
}

a.crc-st-item__button {
    background: green;
}

.crc-product-name {
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
.crc-sticky inbox-online-store-chat#ShopifyChat {
    bottom: 150px!important;
}
    .crc-select-container {
    display: none!important;
}

.crc-st-container__inner {
    height: auto!important;
    margin-top: 10px;
}

a.crc-st-item__button {
    font-size: 16px;
}

.crc-product-name {
    font-size: 16px;
    text-align: center;
    /* display: block; */
}div#crc-st-containerID {
  height: 110px;
    padding: 12px 15px 15px;
}


}

@media screen and (min-width: 768px) {
.crc-product-name {
    font-size: 18px;
}

}

.crc-product-price .price--sale {
    color: #fff;
}
@media screen and (max-width: 768px) {
.description.content.has-padding-top {
    padding-left: 20px;
    padding-right: 20px;
}
}
 

div#crc-st-containerID {
  
    bottom: -200px;
}

.crc-sticky div#crc-st-containerID {  bottom: 20px;}
 

.crc-product-price span.sale.savings {
    display: none;
}

.crc-product-price shopify-payment-terms {
    display: none;
}

.crc-st-select select {
    margin-bottom: 5px;
}

.crc-select-container {
    margin-top: 0!important;
}

.crc-st-container__inner div {
    margin-top: 0;
    /* margin-bottom: 5px; */
}

@media screen and (max-width: 768px) {
.about-us-section-container {
    border-top: 0;
    padding-top: 0;
}
}

div#template-article-slide-in-blog-post .dark-overlay-true:after {
    display: none;
}



@media screen and (max-width: 768px) {
.banner__wrapper.is-small .image-element__wrap {
    min-height: 200px;
}
}


@media screen and (max-width: 768px) {
h1.product_name.title {
    font-size: 24px!important;
}

.about-us-section-container p {
    font-size: 16px;
}

.description.content.has-padding-top h1 {
    font-size: 30px!important;
}

.description.content.has-padding-top p {
    font-size: 16px!important;
}
}


.breadcrumb li {
    line-height: 1.3em;
}

.breadcrumb ul, .breadcrumb ol {
    justify-content: flex-start;
    margin-bottom: -10px;
}

@media screen and (max-width: 768px) {
html, body {
    overflow-x: hidden!important;
}
}