/** Shopify CDN: Minification failed

Line 95:0 Unexpected "}"

**/
.sls-widget-branding {
  display: none !important;
}
.sls-active {
  background: #ffeca4 !important;
}
.sls-purchase-options-label {
  color: black !important;
  font-weight: 700 !important;
}
.seal-money {
  color: black !important;
}
.sls-more-info-container {
  display: none !important;
}

.subscribe-container {
  display: inline-block;
}
.product__grid__bundle-inclusions {
  font-weight:300 !important;
}
.product-metafield-kicker {
  font-weight:700 !important;
}
.subscribe-container .navlink {
  display: flex;
  align-items: center;
}
button.btn--outline.btn--full.btn--primary.uppercase.btn--add-to-cart.add-btn {
  position:relative !important;
}
.save-20 {
    display: inline-block;
    background-color: #F9D14F;
    color: #000000;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
  margin-left:10px;
}

/* Desktop Cart Modifications */
.cs-add-to-cart-hide button { display: none !important}

.cs-add-to-cart-hide1 button { display: none !important}

.header__wrapper.js__header__stuck.js__header__stuck__backdrop {
    z-index: 9999991 !important;
}

.cs-custom-product-link h3 {
    font-size: 14px;
}
.cs-custom-product-link  a {
    width: calc(100% / 3);
    display: inline-flex;
    text-align: center;
  /*margin-top: .6rem;
    margin-bottom: .4rem;
    margin-inline-end: 1rem;
 padding: .6rem 1.6rem; */
    /* min-width: 4rem;
    min-height: 4rem; */
    font-size: 1.4rem !important;
    line-height: 1;
  font-weight: 700;
  text-transform: capitalize;
 /* border-radius: 50px;
  box-shadow: inset 0 0 0 .1rem rgb(var(--color-border));*/
    color: rgb(var(--color-foreground)) 
  position: relative;
  /*justify-content: center; */
  align-items: center;
    cursor: pointer;
      text-decoration: none;
display: flow;
}

.buttonsArea {
  display:flex;
}
.cs-custom-product-link .cs-button.cs-button-active {
    color: black; /* Correct the color property value */
    font-weight: 900;
    display: block;
  border-radius:15px;
}
}
.cs-custom-product-link .buttonsArea {
    margin: 18px auto;
}
.cs-custom-product-link {
    margin-bottom: 30px;
}
section.section-faq.cs-section-faq .text__standard {
    display: flex;
    align-items: center;
    width: 95%;
  -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-between;
}
section.section-faq.cs-section-faq .cs_image_data_left img, section.section-faq.cs-section-faq .cs_image_data_right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.section-faq.cs-section-faq .acc_title,section.section-faq.cs-section-faq .cs_image_data_left,section.section-faq.cs-section-faq .cs_image_data_right {

    width: 48%;
}
section.section-faq.cs-section-faq {
    margin: 4rem auto;
  padding: 0 15px;
}
section.section-faq.cs-section-faq .acc_title p.standard__kicker {
    font-size: calc(25.26166px*var(---font-adjust-heading));
    font-weight: 700;
    color: var(--text);
}
  .template-product .product__slides, .template-product .media__thumb__wrapper {
    /*display: none; */
}
.media__gallary.render_box img {
    height: 100%;
    object-fit: cover;
}
/*main-product*/
 .main-product-grid .render_box img {
    width: 100%;
}
.main-product-grid .render_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*.main-product-grid {
    display: grid;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-template-columns: auto auto;
    grid-gap: 14px;
}
.accordion__wrapper button {
    font-size: 14px;
}
.accordion__wrapper .cs-content p {
    font-size: 14px;
}
*/

/* Cart Page CSS */

/* Uncommented Desktop Cart Styles */
body#your-shopping-cart .cart__template .cart__items__grid.cart__heading__wrapper .cart__items__price {
    display: none;
}
body#your-shopping-cart .cart__template .cart__items__grid.cart__heading__wrapper .cart__items__quantity {
    display: none;
}
body#your-shopping-cart .cart__template .cart__items__grid.cart__heading__wrapper .cart__items__total {
    display: none;
}
body#your-shopping-cart .cart__template .template__cart__body {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
}
body#your-shopping-cart .cart__items__grid.cart__heading__wrapper {
    padding: 15px;
    text-align: center;
    background: #f3f3f3;
    border-radius: 500px;
    border: 1px solid #f3f3f3 !important;
    display: block!important;
    transition: .6s;
}
body#your-shopping-cart .cart__items__grid.cart__heading__wrapper .cart__heading__back {display: flex;justify-content: center;}
body#your-shopping-cart .cart__items__grid.cart__heading__wrapper:hover{
   background: #ffffff; 
    border: 1px solid #f0e9ca !important;
}
body#your-shopping-cart .cart__items__grid.cart__heading__wrapper .cart__heading__back a:hover{
    color:#f5d42d !important;
}
body#your-shopping-cart .cart__items__grid.cart__heading__wrapper .cart__heading__back a{
    transition:0.6s;
}
body#your-shopping-cart .cart__template .h3--body {
    text-align: center;
    margin-bottom: 50px;
}

body#your-shopping-cart .cart__template {
    background: #fafafc !important;
}
body#your-shopping-cart .cart__template .cart__items {
    padding: 0 30px 0 0;
    margin-top: 30px;
}
body#your-shopping-cart .template__cart__footer {
    display: block;
    padding: 30px;
    background: #fff !important;
    border: 1px solid #f2f2f7;
    width: 60%;
}
body#your-shopping-cart .template__cart__footer .cart__footer__total {
    text-align: center;
}
body#your-shopping-cart .template__cart__footer .cart__footer__total p.cart__message {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #000!important;
    text-align: center !important;
    justify-content: center;
}
body#your-shopping-cart .template__cart__footer .cart__footer__total p.cart__message small.cart__graph {
    display: none;
}
body#your-shopping-cart .template__cart__footer .cart__footer__total p {display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;padding: 0;}
body#your-shopping-cart .template__cart__footer .cart__page__shipping {
    margin-bottom: 20px;
    border-bottom: 1px solid #ececf3;
    padding-bottom: 20px;
}
body#your-shopping-cart .template__cart__footer p.cart__footer__small {
    margin-top: 20px !important;
    border-top: 1px solid #ececf3;
    padding-top: 20px !important;
    text-align: center;
    justify-content: center !important;
    color: #bcbaba !important;
    margin-bottom: 20px !important;
    font-weight: 400 !important;
}
body#your-shopping-cart .template__cart__footer span.cart__footer__value {
    color: #000 !important;
    font-weight: 500 !important;
    font-size: 20px !important;
}
body#your-shopping-cart .template__cart__footer .cart__footer__checkout {
    text-align: center;
}
body#your-shopping-cart .template__cart__footer .cart__footer__checkout button {
    min-width: auto !important;
    width: 100% !important;
    padding: 20px !important;
}
body#your-shopping-cart .cart__items__row {
    padding: 30px !important;
    background: #fff!important;
    border: 1px solid #f2f2f7;
    margin-bottom: 30px;
}
body#your-shopping-cart .cart__items__row .cart__items__grid {
    display: flex;
    flex-wrap: wrap;
}
body#your-shopping-cart .cart__items__row .cart__items__grid .cart__items__title {

    margin-bottom: 0px;
}
body#your-shopping-cart .cart__items__row .cart__items__grid .cart__items__image {
    order: 0;
}
body#your-shopping-cart .cart__items__row .cart__items__grid .cart__items__price {
    width: 100%;
    height: auto!important;
    margin-top: -140px;
    margin-left: 120px;
  padding-top: 30px;
}
body#your-shopping-cart .cart__items__row .cart__items__grid .cart__items__quantity {
    width: 100%;
    margin-left: 120px;
    margin-top: -40px;
}
body#your-shopping-cart .cart__items__row .cart__items__grid .cart__items__total {
    width: 100%;
    text-align: left !important;
    margin-top: -35px;
    font-size: 18px;
    color: #000 !important;
}
body#your-shopping-cart .cart__items__row .cart__items__grid .cart__items__title p {
    font-size: 18px;
    line-height: 26px;
}
body#your-shopping-cart .cart__items__row .cart__items__grid .cart__items__total span {
    border-bottom: 1px solid #f1d300;
    padding-bottom: 5px;
}
body#your-shopping-cart .cart__items__row a.cs_cart__items__remove {
    position: absolute !important;
    right: 3% !important;
    top: 17% !important;
}
body#your-shopping-cart .cart__template .cart__remove__icon {
    display: block !important;
}
body#your-shopping-cart .cart__template .cart__remove__icon svg.icon.icon-bin {
    font-size: 20px;
}
body#your-shopping-cart span.cart__remove.badge {
    display: none !important;
}
body#your-shopping-cart .cart__template .cart__items__row .cart__items__image .cart__items__img {
    background: #f9f9f9;
    padding: 10px;
}
.item__total__savings {
  margin-top: 10px;
}

/* Single Product CSS */

.upsell-sct {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: flex-start;
    column-gap: 0;
    width: 48% !important;
    float:left;
}
.upsell-sct.cs-upsell-sct-4 {margin-right: 15px;}
.cs-upsell-loop {
    width: 100%;
}
.upsell__holder h2.upsell__holder__title {
    width: max-content;
    background: #f5d42d !important;
    display: inline-block !important;
    padding: 8px 15px;
    color: black !important;
    text-transform: capitalize !important;
font-size: calc(11px* var(---font-adjust-body)) !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}
.upsell__holder {
    width: 100%;
    margin: 0 !important;
}
.upsell__holder .upsell {
flex-wrap: wrap;
    background: #ffffff!important;
    margin-top: 10px;
    border-radius: 5px!important;
    padding: 40px 20px 20px 20px !important;
    align-items: baseline!important;
    flex-direction: column;
    min-height: 250px;
}
.infocsprdoctcont h2.upsell__holder__title {
    display: none !important;
}
.infocsprdoctcont .upsell {
    min-height: 200px !important;
    margin: 0 !important;
    padding: 40px 20px 0 20px !important;
}
/* .upsell .cs-add-to-cart-hide1 {
    min-height: 300px !important;
} */
.upsell__holder .upsell .upsell__image {
    width: 100% !important;
    text-align: center;
    margin: 0 !important;
      min-height: 100px !important;
}
.upsell__holder .upsell .upsell__content {
    width: 100% !important;
  min-height: auto !important;
    justify-content: flex-start !important;
}
.upsell__holder .upsell .upsell__image a {
    justify-content: center;
    display: flex;
}
.upsell__holder .upsell .upsell__content a h3 {
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    letter-spacing: 0.5px;
}
.upsell__holder .upsell .upsell__price {
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    letter-spacing: 0.5px;
}
.upsell__holder .upsell .upsell__content form {
    margin-top: 10px;
    max-width: 100% !important;
    text-align: center;
}
.upsell__holder button.cs-upsell__btn.upsell__btn.uppercase.btn--soft.btn--small.btn--primary {
    width: 100% !important;
    font-size: 10px !important;
    text-transform: math-auto !important;
    padding: 10px 7px;
} 

/* .cart__template .wrapper form.cart {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
} */

/* .cart__template .wrapper form.cart .cart__items__grid.cart__heading__wrapper {
    order: 3;
    margin-top: 50px;
} */

/* .cart__template .wrapper form.cart h3.h3--body {
    text-align: center;
    width: 100% !important;
    margin-bottom: 20px !important;
} */

div#dynamic-checkout-cart ul {
    display: flex !important;
    flex-wrap: wrap !important;
}
div#dynamic-checkout-cart ul li {
    width: 100% !important;
    flex-basis: unset !important;
}

  .line__price
  {
    display:inline-flex !important;
  }
.line__price mark {
  color:black !important;
  font-weight:bold !important;
}
/* Media Query */


@media only screen and (max-width: 1199px) {
    /* Mobile-specific Cart Modifications */
    body#your-shopping-cart .cart__template .template__cart__body {
    flex-direction: row;
      column-gap:30px;
}
  .template__cart__footer {
    width:100% !important    
  }

  .cart__items__image {
    width:30% !important;
  }
  body#your-shopping-cart .cart__items__row .cart__items__grid .cart__items__image {
    order:1 !important;
  }
  body#your-shopping-cart .cart__items__row .cart__items__grid .cart__items__price {
    order: 3;
    width: 100%;
    height: auto !important;
    margin-top: 0px !important;
    margin-left: 0px !important;
    padding-top:0px !important;
}
  body#your-shopping-cart .cart__items__row .cart__items__grid .cart__items__quantity {
    order: 4;
    width: 100%;
    margin-left: 0px !important;
    margin-top: 0px !important;
  }
  body#your-shopping-cart .cart__items__row .cart__items__grid .cart__items__title {
    order: 1;
    width: 100%;
    margin-bottom: 0px !important;
    }
  /* 
body#your-shopping-cart .cart__template .cart__items {
    padding: 0 !important;
}
body#your-shopping-cart .template__cart__footer {
    margin: 0;
    width: 100% !important;
}
body#your-shopping-cart .cart__items__row .cart__items__grid .cart__items__price {
    margin-left: 120px !important;
}
body#your-shopping-cart .cart__items__row .cart__items__grid .cart__items__quantity .quantity__wrapper {
    width: 15%;
}
 */
}

@media only screen and (max-width: 767px) {
    .template-product .grid__item.product__media__wrapper .flickity-prev-next-button {
        bottom: -21px!important;
        width: 42px!important;
        height: 42px!important;
        border-radius: 0!important;
        top: unset!important;
        transform: translateY(-50%)!important;
    }
      .template-product .grid__item.product__media__wrapper .flickity-prev-next-button.next {
        right: 0px!important;
    }
      .template-product .grid__item.product__media__wrapper .flickity-prev-next-button.previous {
        right: 42px!important;
        left:unset!important;
    }
     
       section.section-faq.cs-section-faq  .acc_title {
        order: 2;
    }
       .template-product .media__thumb__wrapper {
        display: none;
    }
        .template-product .product__slides {
        display: block;
    }
      .main-product-grid.main-product-grid-desktop {
        display: none;
    }
      section.section-faq.cs-section-faq .cs_image_data_right {
        order: 1;
    }
      section.section-faq.cs-section-faq .acc_title,section.section-faq.cs-section-faq .cs_image_data_left, section.section-faq.cs-section-faq .cs_image_data_right {
        width: 100%;
    }
      .acc_title {
        margin-top: 1rem;
    }
      section.section-faq.cs-section-faq {
        margin: 2rem auto;
        padding: 0 15px;
    }
    .main-product-grid {
        grid-template-columns: auto;
    }
   body#your-shopping-cart .cart__template .template__cart__body {
    flex-direction: column;
      column-gap:30px;
}
  .cart__items{
    width:100% !important;
  }
    .cart__items {
    padding: 0 0 0 0 !important;
  }
.item__total__savings {
  margin-top: 0px;
}
    /* body#your-shopping-cart .cart__items__row a.cs_cart__items__remove {
        right: 3% !important;
        top: 48% !important;
    }
    body#your-shopping-cart .cart__items__row .cart__items__grid .cart__items__price {
        margin-left: 250px !important;
        margin-top: -160px !important;
    }
    body#your-shopping-cart .cart__items__row .cart__items__grid .cart__items__quantity {
        margin-left: 250px!important;
        margin-top: -110px !important;
        width: 30% !important;
    }
    
    body#your-shopping-cart .cart__items__grid.cart__heading__wrapper .cart__heading__back a {
        text-decoration: none !important;
        border: none !important;
    }
    body#your-shopping-cart .cart__items__row .cart__items__grid .cart__items__quantity .quantity__wrapper {
        width: 100%;
    }
    .upsell-sct {
        flex-wrap: wrap;
    }
    body#your-shopping-cart .cart__items__row .cart__items__grid .cart__items__title {width: auto;left: 280px !important;position: absolute;margin-bottom: 0 !important;top:20px;}
      body#your-shopping-cart .cart__items__grid.cart__heading__wrapper {
        width: 100%;
        margin-top: 30px;
    }
    body#your-shopping-cart  .cart__template .wrapper form.cart {margin-top: 50px !important;}
    */
}

@media only screen and (max-width: 650px) {
    /* Mobile-specific Cart Modifications */
    /*
    .cart__items__img {
      padding:10px !important;
    }
  .cart__items__image {
    width:30% !important;
  }
  body#your-shopping-cart .cart__items__row .cart__items__grid .cart__items__title {
    left:25px !important;
    top:50px !important;
    width: auto;
    order:2 !important;
  }
    @media only screen and (max-width: 767px) {
        body#your-shopping-cart .cart__items__row .cart__items__grid .cart__items__price {
            margin-left:0px !important;
            margin-top: 50px !important;
        }
    }
    */
    .product-metafield-kicker {
      font-weight:700;
      padding-top:5px;
      font-size:calc(18.52678px*var(---font-adjust-body));
    }
}

@media only screen and (max-width: 530px) {
.upsell-sct {display: -webkit-box;}
}
@media only screen and (max-width: 440px) {
.upsell-sct.cs-upsell-sct-6 {
    margin: 0 !important;
}
.upsell__holder .upsell {
    text-align: center;
    margin-top: 8px;
}
}

@media only screen and (max-width: 420px) {
  .upsell-sct {
    width: 47.5% !important;
}

.upsell__holder .upsell .upsell__image a img {
    width: auto;
    height: 110px !important;
}
.upsell__holder .upsell .upsell__image {
    min-height: 100px !important;
}
.upsell__holder .upsell .upsell__content a h3 {
    margin-top: 10px;
}
}
@media only screen and (max-width: 400px) {
  .upsell-sct.cs-upsell-sct-4 {
    margin-right: 10px !important;
}
}
@media only screen and (max-width: 380px) {
.upsell__holder h2.upsell__holder__title {
    font-size: 10px !important;
    padding: 6px !important;
}
.upsell__holder .upsell .upsell__content a h3 {
    font-size: 10px !important;
      line-height: 16px;
}
.upsell__holder .upsell {
    padding: 10px !important;
    padding-bottom: 20px !important;
}
  .product-page .upsell__holder .upsell {
    padding: 20px 10px 10px 10px  !important;
    min-height: 220px !important;
}
} 
.cs-qty-hide {
    position: relative !important;
    left: 0 !important;
    width: 100% !important;
}

.product__button__meta{
  display:none;
}
/* button.btn--outline.btn--full.btn--primary.uppercase.btn--add-to-cart.add-btn{
  width: 68%;
    right: 0;
    border-radius: 0;
    display: block;
    margin-left: auto;
  position:relative !important;
  left:inherit !important;
  top:inherit !important;
} */
@media only screen and (min-width: 992px) {
.quantity__wrapper{
  position:absolute;
}
}
@media only screen and (max-width: 992px) {
  .quantity__wrapper{
    width:41%;
  }
}
